Pull request #41759 updated Started by user Sebastiaan van Stijn Rebuilds build #8 Connecting to https://api.github.com using docker-jenkins/****** (docker-jenkins GitHub credentials) Loading trusted files from base branch master at 5176095455642c30642efacf6f35afc7c6dede92 rather than e187eb2bb5f0c3f899fe643e95d1af8c57e89a73 Obtained Jenkinsfile from 5176095455642c30642efacf6f35afc7c6dede92 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-41759@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-16T18:51:25.282Z] Workaround for PR auto-cancel feature. Borrowed from https://issues.jenkins-ci.org/browse/JENKINS-43353 [Pipeline] milestone [2021-09-16T18:51:25.287Z] Trying to pass milestone 8 [Pipeline] milestone [2021-09-16T18:51:25.348Z] Trying to pass milestone 9 [Pipeline] } [Pipeline] // script [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (DCO-check) [Pipeline] node [2021-09-16T18:51:40.520Z] Still waiting to schedule task [2021-09-16T18:51:40.523Z] All nodes of label ‘amd64&&ubuntu-1804&&overlay2’ are offline [2021-09-16T18:52:20.695Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-095943b303c39d56b) in /home/ubuntu/workspace/moby_PR-41759 [Pipeline] { [Pipeline] checkout [2021-09-16T18:52:20.849Z] The recommended git tool is: git [2021-09-16T18:52:24.686Z] using credential docker-jenkins-github-credentials [2021-09-16T18:52:24.700Z] Cloning the remote Git repository [2021-09-16T18:52:24.700Z] Cloning with configured refspecs honoured and without tags [2021-09-16T18:52:24.556Z] Cloning repository https://github.com/moby/moby.git [2021-09-16T18:52:24.634Z] > git init /home/ubuntu/workspace/moby_PR-41759 # timeout=10 [2021-09-16T18:52:24.928Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-09-16T18:52:24.929Z] > git --version # timeout=10 [2021-09-16T18:52:24.971Z] > git --version # 'git version 2.17.1' [2021-09-16T18:52:24.971Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-09-16T18:52:24.973Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41759/head:refs/remotes/origin/PR-41759 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-09-16T18:52:48.800Z] Fetching without tags [2021-09-16T18:52:49.108Z] Merging remotes/origin/master commit 5176095455642c30642efacf6f35afc7c6dede92 into PR head commit e187eb2bb5f0c3f899fe643e95d1af8c57e89a73 [2021-09-16T18:52:48.697Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-09-16T18:52:48.708Z] > git config --add remote.origin.fetch +refs/pull/41759/head:refs/remotes/origin/PR-41759 # timeout=10 [2021-09-16T18:52:48.736Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-09-16T18:52:48.766Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-09-16T18:52:48.792Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-09-16T18:52:48.792Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-09-16T18:52:48.793Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41759/head:refs/remotes/origin/PR-41759 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-09-16T18:52:49.113Z] > git config core.sparsecheckout # timeout=10 [2021-09-16T18:52:49.148Z] > git checkout -f e187eb2bb5f0c3f899fe643e95d1af8c57e89a73 # timeout=10 [2021-09-16T18:52:50.025Z] Merge succeeded, producing e187eb2bb5f0c3f899fe643e95d1af8c57e89a73 [2021-09-16T18:52:50.026Z] Checking out Revision e187eb2bb5f0c3f899fe643e95d1af8c57e89a73 (PR-41759) [2021-09-16T18:52:49.902Z] > git remote # timeout=10 [2021-09-16T18:52:49.928Z] > git config --get remote.origin.url # timeout=10 [2021-09-16T18:52:49.956Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-09-16T18:52:49.957Z] > git merge 5176095455642c30642efacf6f35afc7c6dede92 # timeout=10 [2021-09-16T18:52:49.988Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-09-16T18:52:50.017Z] > git config core.sparsecheckout # timeout=10 [2021-09-16T18:52:50.042Z] > git checkout -f e187eb2bb5f0c3f899fe643e95d1af8c57e89a73 # timeout=10 [2021-09-16T18:52:54.689Z] Commit message: "compression: add support for the zstd algorithm" [2021-09-16T18:52:54.684Z] > git rev-list --no-walk e187eb2bb5f0c3f899fe643e95d1af8c57e89a73 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-09-16T18:52:55.871Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41759:/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-16T18:53:02.465Z] Unable to find image 'alpine:latest' locally [2021-09-16T18:53:02.465Z] latest: Pulling from library/alpine [2021-09-16T18:53:02.465Z] a0d0a0d46f8b: Pulling fs layer [2021-09-16T18:53:02.465Z] a0d0a0d46f8b: Verifying Checksum [2021-09-16T18:53:02.465Z] a0d0a0d46f8b: Download complete [2021-09-16T18:53:02.751Z] a0d0a0d46f8b: Pull complete [2021-09-16T18:53:02.751Z] Digest: sha256:e1c082e3d3c45cccac829840a25941e679c25d438cc8412c2fa221cf1a824e6a [2021-09-16T18:53:03.011Z] Status: Downloaded newer image for alpine:latest [2021-09-16T18:53:09.609Z] 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-16T18:53:09.897Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-095943b303c39d56b) in /home/ubuntu/workspace/moby_PR-41759 [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-16T18:53:09.961Z] The recommended git tool is: git [Pipeline] // stage [2021-09-16T18:53:09.972Z] using credential docker-jenkins-github-credentials [Pipeline] // stage [2021-09-16T18:53:09.996Z] Fetching changes from the remote Git repository [Pipeline] // stage [Pipeline] // stage [2021-09-16T18:53:10.012Z] Fetching without tags [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] stage [Pipeline] { (Run tests) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } Stage "win-RS1" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] stage [Pipeline] { (Integration-cli tests) [Pipeline] } [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] stage [Pipeline] { (Unit tests) Stage "s390x integration-cli" skipped due to when conditional [Pipeline] } Stage "ppc64le integration-cli" skipped due to when conditional [Pipeline] } Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [Pipeline] // stage [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] stage [Pipeline] { (Integration tests) Stage "s390x" skipped due to when conditional [Pipeline] } Stage "ppc64le" skipped due to when conditional [Pipeline] } [Pipeline] // stage [2021-09-16T18:53:10.314Z] Merging remotes/origin/master commit 5176095455642c30642efacf6f35afc7c6dede92 into PR head commit e187eb2bb5f0c3f899fe643e95d1af8c57e89a73 [Pipeline] // stage [Pipeline] } [Pipeline] } [Pipeline] // stage [Pipeline] // stage [Pipeline] } [Pipeline] } [2021-09-16T18:53:10.467Z] Merge succeeded, producing e187eb2bb5f0c3f899fe643e95d1af8c57e89a73 [2021-09-16T18:53:10.467Z] Checking out Revision e187eb2bb5f0c3f899fe643e95d1af8c57e89a73 (PR-41759) [2021-09-16T18:53:10.580Z] Commit message: "compression: add support for the zstd algorithm" [2021-09-16T18:53:09.976Z] > git rev-parse --resolve-git-dir /home/ubuntu/workspace/moby_PR-41759/.git # timeout=10 [2021-09-16T18:53:09.999Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-09-16T18:53:10.011Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-09-16T18:53:10.011Z] > git --version # timeout=10 [2021-09-16T18:53:10.019Z] > git --version # 'git version 2.17.1' [2021-09-16T18:53:10.020Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-09-16T18:53:10.021Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41759/head:refs/remotes/origin/PR-41759 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-09-16T18:53:10.313Z] > git config core.sparsecheckout # timeout=10 [2021-09-16T18:53:10.322Z] > git checkout -f e187eb2bb5f0c3f899fe643e95d1af8c57e89a73 # timeout=10 [2021-09-16T18:53:10.390Z] > git remote # timeout=10 [2021-09-16T18:53:10.420Z] > git config --get remote.origin.url # timeout=10 [2021-09-16T18:53:10.436Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-09-16T18:53:10.437Z] > git merge 5176095455642c30642efacf6f35afc7c6dede92 # timeout=10 [2021-09-16T18:53:10.451Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-09-16T18:53:10.466Z] > git config core.sparsecheckout # timeout=10 [2021-09-16T18:53:10.487Z] > git checkout -f e187eb2bb5f0c3f899fe643e95d1af8c57e89a73 # timeout=10 [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-09-16T18:53:11.265Z] + [ PR != PR ] [2021-09-16T18:53:11.265Z] + [ master != master ] [2021-09-16T18:53:11.265Z] + [ false = true ] [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-09-16T18:53:11.608Z] + docker version [2021-09-16T18:53:11.608Z] Client: Docker Engine - Community [2021-09-16T18:53:11.608Z] Version: 20.10.6 [2021-09-16T18:53:11.608Z] API version: 1.41 [2021-09-16T18:53:11.608Z] Go version: go1.13.15 [2021-09-16T18:53:11.608Z] Git commit: 370c289 [2021-09-16T18:53:11.608Z] Built: Fri Apr 9 22:46:01 2021 [2021-09-16T18:53:11.608Z] OS/Arch: linux/amd64 [2021-09-16T18:53:11.608Z] Context: default [2021-09-16T18:53:11.608Z] Experimental: true [2021-09-16T18:53:11.608Z] [2021-09-16T18:53:11.608Z] Server: Docker Engine - Community [2021-09-16T18:53:11.608Z] Engine: [2021-09-16T18:53:11.608Z] Version: 20.10.6 [2021-09-16T18:53:11.608Z] API version: 1.41 (minimum version 1.12) [2021-09-16T18:53:11.608Z] Go version: go1.13.15 [2021-09-16T18:53:11.608Z] Git commit: 8728dd2 [2021-09-16T18:53:11.608Z] Built: Fri Apr 9 22:44:13 2021 [2021-09-16T18:53:11.608Z] OS/Arch: linux/amd64 [2021-09-16T18:53:11.608Z] Experimental: true [2021-09-16T18:53:11.608Z] containerd: [2021-09-16T18:53:11.608Z] Version: 1.4.6 [2021-09-16T18:53:11.608Z] GitCommit: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-09-16T18:53:11.608Z] runc: [2021-09-16T18:53:11.608Z] Version: 1.0.0-rc95 [2021-09-16T18:53:11.608Z] GitCommit: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-09-16T18:53:11.608Z] docker-init: [2021-09-16T18:53:11.608Z] Version: 0.19.0 [2021-09-16T18:53:11.608Z] GitCommit: de40ad0 [Pipeline] sh [2021-09-16T18:53:11.895Z] + docker info [2021-09-16T18:53:24.131Z] Client: [2021-09-16T18:53:24.131Z] Context: default [2021-09-16T18:53:24.131Z] Debug Mode: false [2021-09-16T18:53:24.131Z] Plugins: [2021-09-16T18:53:24.131Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-09-16T18:53:24.131Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-09-16T18:53:24.131Z] scan: Docker Scan (Docker Inc., v0.7.0) [2021-09-16T18:53:24.131Z] [2021-09-16T18:53:24.131Z] Server: [2021-09-16T18:53:24.131Z] Containers: 0 [2021-09-16T18:53:24.131Z] Running: 0 [2021-09-16T18:53:24.131Z] Paused: 0 [2021-09-16T18:53:24.131Z] Stopped: 0 [2021-09-16T18:53:24.131Z] Images: 1 [2021-09-16T18:53:24.131Z] Server Version: 20.10.6 [2021-09-16T18:53:24.131Z] Storage Driver: overlay2 [2021-09-16T18:53:24.131Z] Backing Filesystem: extfs [2021-09-16T18:53:24.131Z] Supports d_type: true [2021-09-16T18:53:24.131Z] Native Overlay Diff: true [2021-09-16T18:53:24.131Z] userxattr: false [2021-09-16T18:53:24.131Z] Logging Driver: json-file [2021-09-16T18:53:24.131Z] Cgroup Driver: cgroupfs [2021-09-16T18:53:24.131Z] Cgroup Version: 1 [2021-09-16T18:53:24.131Z] Plugins: [2021-09-16T18:53:24.131Z] Volume: local [2021-09-16T18:53:24.131Z] Network: bridge host ipvlan macvlan null overlay [2021-09-16T18:53:24.131Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-09-16T18:53:24.131Z] Swarm: inactive [2021-09-16T18:53:24.131Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-09-16T18:53:24.131Z] Default Runtime: runc [2021-09-16T18:53:24.131Z] Init Binary: docker-init [2021-09-16T18:53:24.131Z] containerd version: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-09-16T18:53:24.131Z] runc version: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-09-16T18:53:24.131Z] init version: de40ad0 [2021-09-16T18:53:24.131Z] Security Options: [2021-09-16T18:53:24.131Z] apparmor [2021-09-16T18:53:24.131Z] seccomp [2021-09-16T18:53:24.131Z] Profile: default [2021-09-16T18:53:24.131Z] Kernel Version: 5.4.0-1048-aws [2021-09-16T18:53:24.131Z] Operating System: Ubuntu 18.04.5 LTS [2021-09-16T18:53:24.131Z] OSType: linux [2021-09-16T18:53:24.131Z] Architecture: x86_64 [2021-09-16T18:53:24.131Z] CPUs: 2 [2021-09-16T18:53:24.131Z] Total Memory: 7.569GiB [2021-09-16T18:53:24.131Z] Name: ip-10-100-100-184 [2021-09-16T18:53:24.131Z] ID: KG52:ONVY:U5MS:VBR3:3V2I:UMRB:NEG5:YUDM:PLPH:2QKQ:N3BG:QG3A [2021-09-16T18:53:24.131Z] Docker Root Dir: /var/lib/docker [2021-09-16T18:53:24.131Z] Debug Mode: false [2021-09-16T18:53:24.131Z] Registry: https://index.docker.io/v1/ [2021-09-16T18:53:24.131Z] Labels: [2021-09-16T18:53:24.131Z] Experimental: true [2021-09-16T18:53:24.131Z] Insecure Registries: [2021-09-16T18:53:24.131Z] 127.0.0.0/8 [2021-09-16T18:53:24.131Z] Live Restore Enabled: true [2021-09-16T18:53:24.131Z] [2021-09-16T18:53:24.131Z] WARNING: No swap limit support [Pipeline] sh [2021-09-16T18:53:24.433Z] + echo check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-09-16T18:53:24.433Z] check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-09-16T18:53:24.433Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41759/check-config.sh https://raw.githubusercontent.com/moby/moby/2b0755b936416834e14208c6c37b36977e67ea35/contrib/check-config.sh [2021-09-16T18:53:24.433Z] + bash /home/ubuntu/workspace/moby_PR-41759/check-config.sh [2021-09-16T18:53:24.433Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-09-16T18:53:24.433Z] info: reading kernel config from /boot/config-5.4.0-1048-aws ... [2021-09-16T18:53:24.433Z] [2021-09-16T18:53:24.433Z] Generally Necessary: [2021-09-16T18:53:24.433Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-09-16T18:53:24.433Z] - apparmor: enabled and tools installed [2021-09-16T18:53:24.433Z] - CONFIG_NAMESPACES: enabled [2021-09-16T18:53:24.433Z] - CONFIG_NET_NS: enabled [2021-09-16T18:53:24.433Z] - CONFIG_PID_NS: enabled [2021-09-16T18:53:24.703Z] - CONFIG_IPC_NS: enabled [2021-09-16T18:53:24.703Z] - CONFIG_UTS_NS: enabled [2021-09-16T18:53:24.703Z] - CONFIG_CGROUPS: enabled [2021-09-16T18:53:24.703Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-09-16T18:53:24.703Z] - CONFIG_CGROUP_DEVICE: enabled [2021-09-16T18:53:24.703Z] - CONFIG_CGROUP_FREEZER: enabled [2021-09-16T18:53:24.703Z] - CONFIG_CGROUP_SCHED: enabled [2021-09-16T18:53:24.703Z] - CONFIG_CPUSETS: enabled [2021-09-16T18:53:24.703Z] - CONFIG_MEMCG: enabled [2021-09-16T18:53:24.703Z] - CONFIG_KEYS: enabled [2021-09-16T18:53:24.703Z] - CONFIG_VETH: enabled (as module) [2021-09-16T18:53:24.703Z] - CONFIG_BRIDGE: enabled (as module) [2021-09-16T18:53:24.703Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-09-16T18:53:24.703Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-09-16T18:53:24.703Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-09-16T18:53:24.703Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-09-16T18:53:24.703Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-09-16T18:53:24.703Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-09-16T18:53:24.703Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2021-09-16T18:53:24.703Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-09-16T18:53:24.703Z] - CONFIG_NF_NAT: enabled (as module) [2021-09-16T18:53:24.703Z] - CONFIG_POSIX_MQUEUE: enabled [2021-09-16T18:53:24.703Z] [2021-09-16T18:53:24.703Z] Optional Features: [2021-09-16T18:53:24.703Z] - CONFIG_USER_NS: enabled [2021-09-16T18:53:24.703Z] - CONFIG_SECCOMP: enabled [2021-09-16T18:53:24.703Z] - CONFIG_SECCOMP_FILTER: enabled [2021-09-16T18:53:24.703Z] - CONFIG_CGROUP_PIDS: enabled [2021-09-16T18:53:24.703Z] - CONFIG_MEMCG_SWAP: enabled [2021-09-16T18:53:24.703Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-09-16T18:53:24.703Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-09-16T18:53:24.703Z] - CONFIG_BLK_CGROUP: enabled [2021-09-16T18:53:24.703Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-09-16T18:53:24.703Z] - CONFIG_CGROUP_PERF: enabled [2021-09-16T18:53:24.703Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-09-16T18:53:24.703Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-09-16T18:53:24.703Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-09-16T18:53:24.703Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-09-16T18:53:24.703Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-09-16T18:53:24.703Z] - CONFIG_RT_GROUP_SCHED: missing [2021-09-16T18:53:24.897Z] Still waiting to schedule task [2021-09-16T18:53:24.897Z] Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-095943b303c39d56b)’ [2021-09-16T18:53:24.898Z] Still waiting to schedule task [2021-09-16T18:53:24.898Z] Waiting for next available executor on ‘EC2 (managed-agents) - ubuntu-1804-overlay2 (i-095943b303c39d56b)’ [2021-09-16T18:53:24.899Z] Still waiting to schedule task [2021-09-16T18:53:24.899Z] All nodes of label ‘amd64&&ubuntu-2004&&cgroup2’ are offline [2021-09-16T18:53:24.902Z] Still waiting to schedule task [2021-09-16T18:53:24.903Z] All nodes of label ‘arm64&&ubuntu-2004’ are offline [2021-09-16T18:53:24.904Z] Still waiting to schedule task [2021-09-16T18:53:24.904Z] All nodes of label ‘windows-2019’ are offline [2021-09-16T18:53:24.905Z] Still waiting to schedule task [2021-09-16T18:53:24.906Z] All nodes of label ‘windows-2022’ are offline [2021-09-16T18:53:24.907Z] Still waiting to schedule task [2021-09-16T18:53:24.907Z] All nodes of label ‘windows-2022’ are offline [2021-09-16T18:53:24.963Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-09-16T18:53:24.963Z] - CONFIG_IP_VS: enabled (as module) [2021-09-16T18:53:24.963Z] - CONFIG_IP_VS_NFCT: enabled [2021-09-16T18:53:24.963Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-09-16T18:53:24.963Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-09-16T18:53:24.963Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-09-16T18:53:24.963Z] - CONFIG_SECURITY_SELINUX: enabled [2021-09-16T18:53:24.963Z] - CONFIG_SECURITY_APPARMOR: enabled [2021-09-16T18:53:24.963Z] - CONFIG_EXT4_FS: enabled [2021-09-16T18:53:24.963Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-09-16T18:53:24.963Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-09-16T18:53:24.963Z] - Network Drivers: [2021-09-16T18:53:24.963Z] - "overlay": [2021-09-16T18:53:24.963Z] - CONFIG_VXLAN: enabled (as module) [2021-09-16T18:53:24.963Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-09-16T18:53:24.963Z] Optional (for encrypted networks): [2021-09-16T18:53:24.963Z] - CONFIG_CRYPTO: enabled [2021-09-16T18:53:24.963Z] - CONFIG_CRYPTO_AEAD: enabled [2021-09-16T18:53:24.963Z] - CONFIG_CRYPTO_GCM: enabled [2021-09-16T18:53:24.963Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-09-16T18:53:24.963Z] - CONFIG_CRYPTO_GHASH: enabled [2021-09-16T18:53:24.963Z] - CONFIG_XFRM: enabled [2021-09-16T18:53:24.963Z] - CONFIG_XFRM_USER: enabled (as module) [2021-09-16T18:53:24.963Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-09-16T18:53:24.963Z] - CONFIG_INET_ESP: enabled (as module) [2021-09-16T18:53:24.963Z] - "ipvlan": [2021-09-16T18:53:24.963Z] - CONFIG_IPVLAN: enabled (as module) [2021-09-16T18:53:24.963Z] - "macvlan": [2021-09-16T18:53:24.963Z] - CONFIG_MACVLAN: enabled (as module) [2021-09-16T18:53:24.963Z] - CONFIG_DUMMY: enabled (as module) [2021-09-16T18:53:24.963Z] - "ftp,tftp client in container": [2021-09-16T18:53:24.963Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-09-16T18:53:24.963Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-09-16T18:53:24.963Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-09-16T18:53:24.963Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-09-16T18:53:24.963Z] - Storage Drivers: [2021-09-16T18:53:24.963Z] - "aufs": [2021-09-16T18:53:25.228Z] - CONFIG_AUFS_FS: enabled (as module) [2021-09-16T18:53:25.228Z] - "btrfs": [2021-09-16T18:53:25.228Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-09-16T18:53:25.228Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-09-16T18:53:25.228Z] - "devicemapper": [2021-09-16T18:53:25.228Z] - CONFIG_BLK_DEV_DM: enabled [2021-09-16T18:53:25.228Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-09-16T18:53:25.228Z] - "overlay": [2021-09-16T18:53:25.228Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-09-16T18:53:25.228Z] - "zfs": [2021-09-16T18:53:25.228Z] - /dev/zfs: present [2021-09-16T18:53:25.228Z] - zfs command: missing [2021-09-16T18:53:25.228Z] - zpool command: missing [2021-09-16T18:53:25.228Z] [2021-09-16T18:53:25.228Z] Limits: [2021-09-16T18:53:25.228Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-09-16T18:53:25.228Z] [2021-09-16T18:53:25.228Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-09-16T18:53:25.562Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg CROSS=true -t docker:e187eb2bb5f0c3f899fe643e95d1af8c57e89a73 . [2021-09-16T18:53:25.822Z] #1 [internal] load build definition from Dockerfile [2021-09-16T18:53:25.822Z] #1 sha256:a77e319c5ecc85326c3c7ebbbbdaac1ce03f7c9030959173f12268109d36a629 [2021-09-16T18:53:25.822Z] #1 transferring dockerfile: 16.36kB done [2021-09-16T18:53:25.822Z] #1 DONE 0.1s [2021-09-16T18:53:25.822Z] [2021-09-16T18:53:25.822Z] #2 [internal] load .dockerignore [2021-09-16T18:53:25.822Z] #2 sha256:65b286f6c90f47b3750fdb3b817a6d8abac58c2a89f65d5b51ae20664c5e17bb [2021-09-16T18:53:25.822Z] #2 transferring context: 32B [2021-09-16T18:53:25.822Z] #2 transferring context: 87B done [2021-09-16T18:53:25.822Z] #2 DONE 0.1s [2021-09-16T18:53:25.822Z] [2021-09-16T18:53:25.822Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2021-09-16T18:53:25.822Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2021-09-16T18:53:26.391Z] #3 DONE 0.4s [2021-09-16T18:53:26.391Z] [2021-09-16T18:53:26.391Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:9e2c9eca7367393aecc68795c671f93466818395a2693498debe831fd67f5e89 [2021-09-16T18:53:26.391Z] #4 sha256:cec4ef50052a81898d2eacf0a5351dcf0529ec16e19cc983205d123480d1fad8 [2021-09-16T18:53:26.391Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:9e2c9eca7367393aecc68795c671f93466818395a2693498debe831fd67f5e89 0.0s done [2021-09-16T18:53:26.391Z] #4 sha256:9e2c9eca7367393aecc68795c671f93466818395a2693498debe831fd67f5e89 2.00kB / 2.00kB done [2021-09-16T18:53:26.391Z] #4 sha256:cb8d6fa06268f199b41ccc0c2718caca915f74c640f3cd044af8e205e8d616cf 528B / 528B done [2021-09-16T18:53:26.391Z] #4 sha256:b1e2fdbfa8cb359e5e566c70344df94749db2e6419e06ac542ed14a348c3ce81 1.21kB / 1.21kB done [2021-09-16T18:53:26.391Z] #4 sha256:8d9a8cad598f6c5e97bcb90aab70cd2e868d3dc0d514fa9b60468bf72bf32338 2.10MB / 9.67MB 0.1s [2021-09-16T18:53:26.391Z] #4 sha256:8d9a8cad598f6c5e97bcb90aab70cd2e868d3dc0d514fa9b60468bf72bf32338 9.67MB / 9.67MB 0.2s [2021-09-16T18:53:26.651Z] #4 sha256:8d9a8cad598f6c5e97bcb90aab70cd2e868d3dc0d514fa9b60468bf72bf32338 9.67MB / 9.67MB 0.3s done [2021-09-16T18:53:26.651Z] #4 extracting sha256:8d9a8cad598f6c5e97bcb90aab70cd2e868d3dc0d514fa9b60468bf72bf32338 [2021-09-16T18:53:27.242Z] #4 extracting sha256:8d9a8cad598f6c5e97bcb90aab70cd2e868d3dc0d514fa9b60468bf72bf32338 0.5s done [2021-09-16T18:53:27.242Z] #4 DONE 0.9s [2021-09-16T18:53:27.242Z] [2021-09-16T18:53:27.242Z] #6 [internal] load build definition from Dockerfile [2021-09-16T18:53:27.242Z] #6 sha256:da5db97e134d33ca0d35687d52340ba4da13b44d50f310b7b8dd068f74dec200 [2021-09-16T18:53:27.242Z] #6 DONE 0.0s [2021-09-16T18:53:27.242Z] [2021-09-16T18:53:27.242Z] #5 [internal] load .dockerignore [2021-09-16T18:53:27.242Z] #5 sha256:981afbfc2f3a5a93e0ff47684bcf8b6a4347bbee93de35142add2200ae325ceb [2021-09-16T18:53:27.242Z] #5 DONE 0.0s [2021-09-16T18:53:27.242Z] [2021-09-16T18:53:27.242Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-09-16T18:53:27.242Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-09-16T18:53:28.627Z] #8 DONE 1.1s [2021-09-16T18:53:28.627Z] [2021-09-16T18:53:28.627Z] #7 [internal] load metadata for docker.io/library/golang:1.17.0-bullseye [2021-09-16T18:53:28.627Z] #7 sha256:0f294db75f3b6137b7b8d7f37315ee02a5d7cb71e1fcd1541f331a1a98b3ee60 [2021-09-16T18:53:28.627Z] #7 DONE 1.1s [2021-09-16T18:53:28.627Z] [2021-09-16T18:53:28.627Z] #10 [internal] load metadata for docker.io/library/debian:bullseye [2021-09-16T18:53:28.627Z] #10 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2021-09-16T18:53:28.627Z] #10 DONE 1.1s [2021-09-16T18:53:28.627Z] [2021-09-16T18:53:28.627Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-09-16T18:53:28.627Z] #9 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-09-16T18:53:28.627Z] #9 DONE 1.2s [2021-09-16T18:53:29.200Z] [2021-09-16T18:53:29.200Z] #34 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:08db48d59c0a91afb802ebafc921be3154e200c452e4d0b19634b426b03e0e25 [2021-09-16T18:53:29.200Z] #34 sha256:ee2eca46195c04d2aabba51a1feb0e852c571983c78b00aa1bea25ba9b272469 [2021-09-16T18:53:29.200Z] #34 resolve docker.io/library/debian:bullseye@sha256:08db48d59c0a91afb802ebafc921be3154e200c452e4d0b19634b426b03e0e25 0.1s done [2021-09-16T18:53:29.200Z] #34 sha256:08db48d59c0a91afb802ebafc921be3154e200c452e4d0b19634b426b03e0e25 1.85kB / 1.85kB done [2021-09-16T18:53:29.200Z] #34 sha256:2c4d8b742bed07efe6d262942d9ebdbe2143f6aeb76d2935807e1b81385b974a 529B / 529B done [2021-09-16T18:53:29.200Z] #34 sha256:82bd5ee7b1c50d8a1a5f12e8dcfa9fcbb5cc2b551c5d9edcca3220397c06b7ed 1.46kB / 1.46kB done [2021-09-16T18:53:29.463Z] #34 sha256:955615a668ce169f8a1443fc6b6e6215f43fe0babfb4790712a2d3171f34d366 1.05MB / 54.93MB 0.3s [2021-09-16T18:53:29.722Z] #34 ... [2021-09-16T18:53:29.722Z] [2021-09-16T18:53:29.722Z] #50 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/Release.key [2021-09-16T18:53:29.722Z] #50 sha256:4ebf95ef235c2a9565f1170d2820bf979767f762364b8c31dc05ef47e15c9784 [2021-09-16T18:53:29.722Z] #50 DONE 0.0s [2021-09-16T18:53:29.722Z] [2021-09-16T18:53:29.722Z] #34 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:08db48d59c0a91afb802ebafc921be3154e200c452e4d0b19634b426b03e0e25 [2021-09-16T18:53:29.722Z] #34 sha256:ee2eca46195c04d2aabba51a1feb0e852c571983c78b00aa1bea25ba9b272469 [2021-09-16T18:53:29.722Z] #34 sha256:955615a668ce169f8a1443fc6b6e6215f43fe0babfb4790712a2d3171f34d366 4.19MB / 54.93MB 0.4s [2021-09-16T18:53:29.984Z] #34 sha256:955615a668ce169f8a1443fc6b6e6215f43fe0babfb4790712a2d3171f34d366 15.07MB / 54.93MB 0.6s [2021-09-16T18:53:30.247Z] #34 sha256:955615a668ce169f8a1443fc6b6e6215f43fe0babfb4790712a2d3171f34d366 26.77MB / 54.93MB 0.9s [2021-09-16T18:53:30.667Z] #34 sha256:955615a668ce169f8a1443fc6b6e6215f43fe0babfb4790712a2d3171f34d366 34.60MB / 54.93MB 1.3s [2021-09-16T18:53:30.927Z] #34 sha256:955615a668ce169f8a1443fc6b6e6215f43fe0babfb4790712a2d3171f34d366 39.85MB / 54.93MB 1.4s [2021-09-16T18:53:30.927Z] #34 sha256:955615a668ce169f8a1443fc6b6e6215f43fe0babfb4790712a2d3171f34d366 52.43MB / 54.93MB 1.5s [2021-09-16T18:53:31.866Z] #34 sha256:955615a668ce169f8a1443fc6b6e6215f43fe0babfb4790712a2d3171f34d366 54.93MB / 54.93MB 2.4s done [2021-09-16T18:53:32.435Z] #34 extracting sha256:955615a668ce169f8a1443fc6b6e6215f43fe0babfb4790712a2d3171f34d366 [2021-09-16T18:53:35.734Z] #34 ... [2021-09-16T18:53:35.734Z] [2021-09-16T18:53:35.734Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.0-bullseye@sha256:a5b6c29c08b722c60b858c627574374a0818349b1f222d8dde404f0494832b1f [2021-09-16T18:53:35.734Z] #11 sha256:2e94cf63fc95f818e41f7b7ac682cbd1a8c1211f13a643b59f8867550563950f [2021-09-16T18:53:35.734Z] #11 resolve docker.io/library/golang:1.17.0-bullseye@sha256:a5b6c29c08b722c60b858c627574374a0818349b1f222d8dde404f0494832b1f 0.1s done [2021-09-16T18:53:35.734Z] #11 sha256:2d35a2f625aa42e8d096bcc48a4cb4df39d49440fdd9cf4d5210f42338b9492a 1.80kB / 1.80kB done [2021-09-16T18:53:35.734Z] #11 sha256:7ce0aad7247cfefe6a3126e2b8221f5cb81258aa68be12fe750ddd1ad2834c12 6.94kB / 6.94kB done [2021-09-16T18:53:35.734Z] #11 sha256:a5b6c29c08b722c60b858c627574374a0818349b1f222d8dde404f0494832b1f 1.86kB / 1.86kB done [2021-09-16T18:53:35.734Z] #11 sha256:955615a668ce169f8a1443fc6b6e6215f43fe0babfb4790712a2d3171f34d366 54.93MB / 54.93MB 2.2s done [2021-09-16T18:53:35.734Z] #11 sha256:2756ef5f69a5190f4308619e0f446d95f5515eef4a814dbad0bcebbbbc7b25a8 5.15MB / 5.15MB 1.3s done [2021-09-16T18:53:35.734Z] #11 sha256:27b0a22ee906271a6ce9ddd1754fdd7d3b59078e0b57b6cc054c7ed7ac301587 54.57MB / 54.57MB 4.0s done [2021-09-16T18:53:35.734Z] #11 sha256:911ea9f2bd51e53a455297e0631e18a72a86d7e2c8e1807176e80f991bde5d64 10.87MB / 10.87MB 3.3s done [2021-09-16T18:53:35.734Z] #11 sha256:4e94c8ba5874feacb79d2235c4b275408a5110a5c12fd4c45200199ad8847091 85.72MB / 85.72MB 5.8s [2021-09-16T18:53:35.734Z] #11 sha256:103d08d8b59d07d9f8ee7a8798aeb9d20a54ab057f7ddfb7896c192f41b5b185 53.85MB / 134.79MB 5.8s [2021-09-16T18:53:35.734Z] #11 sha256:a9ad1da797add356a46731875e2fed453f42181930e535f099308992ff533fdb 155B / 155B 4.2s done [2021-09-16T18:53:35.734Z] #11 sha256:103d08d8b59d07d9f8ee7a8798aeb9d20a54ab057f7ddfb7896c192f41b5b185 61.87MB / 134.79MB 6.2s [2021-09-16T18:53:36.303Z] #11 sha256:103d08d8b59d07d9f8ee7a8798aeb9d20a54ab057f7ddfb7896c192f41b5b185 71.30MB / 134.79MB 6.8s [2021-09-16T18:53:36.303Z] #11 sha256:4e94c8ba5874feacb79d2235c4b275408a5110a5c12fd4c45200199ad8847091 85.72MB / 85.72MB 6.9s done [2021-09-16T18:53:36.592Z] #11 ... [2021-09-16T18:53:36.592Z] [2021-09-16T18:53:36.592Z] #31 [internal] load build context [2021-09-16T18:53:36.592Z] #31 sha256:ccff8b81ad7b58fc8ac176358379d3eb8177acbf5c9094d6279008507e2ff492 [2021-09-16T18:53:36.592Z] #31 transferring context: 55.48MB 7.1s done [2021-09-16T18:53:36.592Z] #31 DONE 7.5s [2021-09-16T18:53:36.592Z] [2021-09-16T18:53:36.592Z] #71 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-09-16T18:53:36.592Z] #71 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-09-16T18:53:36.592Z] #71 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2021-09-16T18:53:36.592Z] #71 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-09-16T18:53:36.592Z] #71 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2021-09-16T18:53:36.592Z] #71 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2021-09-16T18:53:36.592Z] #71 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.8s done [2021-09-16T18:53:36.592Z] #71 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 5.4s done [2021-09-16T18:53:36.592Z] #71 DONE 7.3s [2021-09-16T18:53:36.592Z] [2021-09-16T18:53:36.592Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.0-bullseye@sha256:a5b6c29c08b722c60b858c627574374a0818349b1f222d8dde404f0494832b1f [2021-09-16T18:53:36.592Z] #11 sha256:2e94cf63fc95f818e41f7b7ac682cbd1a8c1211f13a643b59f8867550563950f [2021-09-16T18:53:36.592Z] #11 ... [2021-09-16T18:53:36.592Z] [2021-09-16T18:53:36.592Z] #73 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-09-16T18:53:36.592Z] #73 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-09-16T18:53:36.592Z] #73 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2021-09-16T18:53:36.592Z] #73 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-09-16T18:53:36.592Z] #73 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2021-09-16T18:53:36.592Z] #73 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2021-09-16T18:53:36.592Z] #73 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 1.1s done [2021-09-16T18:53:36.592Z] #73 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 5.7s done [2021-09-16T18:53:36.592Z] #73 DONE 7.4s [2021-09-16T18:53:36.592Z] [2021-09-16T18:53:36.592Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.0-bullseye@sha256:a5b6c29c08b722c60b858c627574374a0818349b1f222d8dde404f0494832b1f [2021-09-16T18:53:36.592Z] #11 sha256:2e94cf63fc95f818e41f7b7ac682cbd1a8c1211f13a643b59f8867550563950f [2021-09-16T18:53:36.863Z] #11 sha256:103d08d8b59d07d9f8ee7a8798aeb9d20a54ab057f7ddfb7896c192f41b5b185 85.98MB / 134.79MB 7.4s [2021-09-16T18:53:37.128Z] #11 sha256:103d08d8b59d07d9f8ee7a8798aeb9d20a54ab057f7ddfb7896c192f41b5b185 95.42MB / 134.79MB 7.7s [2021-09-16T18:53:37.387Z] #11 sha256:103d08d8b59d07d9f8ee7a8798aeb9d20a54ab057f7ddfb7896c192f41b5b185 108.11MB / 134.79MB 7.9s [2021-09-16T18:53:37.645Z] #11 sha256:103d08d8b59d07d9f8ee7a8798aeb9d20a54ab057f7ddfb7896c192f41b5b185 115.34MB / 134.79MB 8.1s [2021-09-16T18:53:37.645Z] #11 extracting sha256:955615a668ce169f8a1443fc6b6e6215f43fe0babfb4790712a2d3171f34d366 5.3s [2021-09-16T18:53:37.905Z] #11 sha256:103d08d8b59d07d9f8ee7a8798aeb9d20a54ab057f7ddfb7896c192f41b5b185 126.88MB / 134.79MB 8.5s [2021-09-16T18:53:38.164Z] #11 sha256:103d08d8b59d07d9f8ee7a8798aeb9d20a54ab057f7ddfb7896c192f41b5b185 134.22MB / 134.79MB 8.7s [2021-09-16T18:53:40.705Z] #11 sha256:103d08d8b59d07d9f8ee7a8798aeb9d20a54ab057f7ddfb7896c192f41b5b185 134.79MB / 134.79MB 11.1s done [2021-09-16T18:53:41.648Z] #11 ... [2021-09-16T18:53:41.648Z] [2021-09-16T18:53:41.648Z] #72 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-09-16T18:53:41.648Z] #72 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2021-09-16T18:53:41.648Z] #72 DONE 0.7s [2021-09-16T18:53:41.648Z] [2021-09-16T18:53:41.648Z] #34 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:08db48d59c0a91afb802ebafc921be3154e200c452e4d0b19634b426b03e0e25 [2021-09-16T18:53:41.648Z] #34 sha256:ee2eca46195c04d2aabba51a1feb0e852c571983c78b00aa1bea25ba9b272469 [2021-09-16T18:53:41.648Z] #34 extracting sha256:955615a668ce169f8a1443fc6b6e6215f43fe0babfb4790712a2d3171f34d366 9.0s done [2021-09-16T18:53:41.648Z] #34 DONE 12.6s [2021-09-16T18:53:41.648Z] [2021-09-16T18:53:41.648Z] #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-16T18:53:41.648Z] #35 sha256:c5e0f0096bec1087ba13a5728131224f780fba9bd216f2958cf8482fe90b1e54 [2021-09-16T18:53:43.032Z] #35 ... [2021-09-16T18:53:43.032Z] [2021-09-16T18:53:43.032Z] #74 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-09-16T18:53:43.032Z] #74 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2021-09-16T18:53:43.032Z] #74 DONE 1.1s [2021-09-16T18:53:43.032Z] [2021-09-16T18:53:43.032Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.0-bullseye@sha256:a5b6c29c08b722c60b858c627574374a0818349b1f222d8dde404f0494832b1f [2021-09-16T18:53:43.032Z] #11 sha256:2e94cf63fc95f818e41f7b7ac682cbd1a8c1211f13a643b59f8867550563950f [2021-09-16T18:53:43.032Z] #11 extracting sha256:2756ef5f69a5190f4308619e0f446d95f5515eef4a814dbad0bcebbbbc7b25a8 0.6s done [2021-09-16T18:53:43.032Z] #11 extracting sha256:911ea9f2bd51e53a455297e0631e18a72a86d7e2c8e1807176e80f991bde5d64 [2021-09-16T18:53:43.971Z] #11 extracting sha256:911ea9f2bd51e53a455297e0631e18a72a86d7e2c8e1807176e80f991bde5d64 1.0s done [2021-09-16T18:53:44.230Z] #11 extracting sha256:27b0a22ee906271a6ce9ddd1754fdd7d3b59078e0b57b6cc054c7ed7ac301587 0.1s [2021-09-16T18:53:49.524Z] #11 extracting sha256:27b0a22ee906271a6ce9ddd1754fdd7d3b59078e0b57b6cc054c7ed7ac301587 5.1s [2021-09-16T18:53:50.465Z] #11 ... [2021-09-16T18:53:50.465Z] [2021-09-16T18:53:50.465Z] #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-16T18:53:50.465Z] #35 sha256:c5e0f0096bec1087ba13a5728131224f780fba9bd216f2958cf8482fe90b1e54 [2021-09-16T18:53:50.465Z] #35 2.767 Get:1 http://deb.debian.org/debian bullseye InRelease [113 kB] [2021-09-16T18:53:50.465Z] #35 2.779 Get:2 http://deb.debian.org/debian bullseye-updates InRelease [36.8 kB] [2021-09-16T18:53:50.465Z] #35 2.786 Get:3 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2021-09-16T18:53:50.465Z] #35 3.042 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8178 kB] [2021-09-16T18:53:50.465Z] #35 3.835 Get:5 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [31.1 kB] [2021-09-16T18:53:50.465Z] #35 4.970 Fetched 8402 kB in 2s (3397 kB/s) [2021-09-16T18:53:50.465Z] #35 4.970 Reading package lists... [2021-09-16T18:53:50.465Z] #35 5.826 Reading package lists... [2021-09-16T18:53:50.465Z] #35 6.590 Building dependency tree... [2021-09-16T18:53:50.465Z] #35 6.926 The following additional packages will be installed: [2021-09-16T18:53:50.465Z] #35 6.926 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2021-09-16T18:53:50.465Z] #35 6.926 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2021-09-16T18:53:50.465Z] #35 6.926 Recommended packages: [2021-09-16T18:53:50.465Z] #35 6.926 libldap-common publicsuffix libsasl2-modules [2021-09-16T18:53:50.465Z] #35 7.080 The following NEW packages will be installed: [2021-09-16T18:53:50.465Z] #35 7.081 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2021-09-16T18:53:50.465Z] #35 7.081 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2021-09-16T18:53:50.465Z] #35 7.086 libssh2-1 openssl [2021-09-16T18:53:50.465Z] #35 7.374 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-09-16T18:53:50.465Z] #35 7.374 Need to get 3038 kB of archives. [2021-09-16T18:53:50.465Z] #35 7.374 After this operation, 6652 kB of additional disk space will be used. [2021-09-16T18:53:50.465Z] #35 7.374 Get:1 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2021-09-16T18:53:50.465Z] #35 7.377 Get:2 http://security.debian.org/debian-security bullseye-security/main amd64 openssl amd64 1.1.1k-1+deb11u1 [851 kB] [2021-09-16T18:53:50.465Z] #35 7.379 Get:3 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2021-09-16T18:53:50.465Z] #35 7.389 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-16T18:53:50.465Z] #35 7.389 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1 [106 kB] [2021-09-16T18:53:50.465Z] #35 7.389 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3 [232 kB] [2021-09-16T18:53:50.465Z] #35 7.398 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2021-09-16T18:53:50.465Z] #35 7.398 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2021-09-16T18:53:50.465Z] #35 7.398 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2021-09-16T18:53:50.465Z] #35 7.398 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2021-09-16T18:53:50.465Z] #35 7.398 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+b1 [341 kB] [2021-09-16T18:53:50.465Z] #35 7.438 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+b1 [267 kB] [2021-09-16T18:53:50.465Z] #35 7.438 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2021-09-16T18:53:50.465Z] #35 7.438 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2021-09-16T18:53:50.465Z] #35 7.442 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2021-09-16T18:53:50.465Z] #35 7.624 debconf: delaying package configuration, since apt-utils is not installed [2021-09-16T18:53:50.465Z] #35 7.654 Fetched 3038 kB in 0s (8645 kB/s) [2021-09-16T18:53:50.465Z] #35 7.761 Selecting previously unselected package openssl. [2021-09-16T18:53:50.465Z] #35 7.761 (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-16T18:53:50.465Z] #35 7.764 Preparing to unpack .../00-openssl_1.1.1k-1+deb11u1_amd64.deb ... [2021-09-16T18:53:50.465Z] #35 7.768 Unpacking openssl (1.1.1k-1+deb11u1) ... [2021-09-16T18:53:50.465Z] #35 7.955 Selecting previously unselected package ca-certificates. [2021-09-16T18:53:50.465Z] #35 7.955 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2021-09-16T18:53:50.465Z] #35 7.964 Unpacking ca-certificates (20210119) ... [2021-09-16T18:53:50.465Z] #35 8.060 Selecting previously unselected package libbrotli1:amd64. [2021-09-16T18:53:50.465Z] #35 8.062 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2021-09-16T18:53:50.465Z] #35 8.070 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2021-09-16T18:53:50.465Z] #35 8.169 Selecting previously unselected package libsasl2-modules-db:amd64. [2021-09-16T18:53:50.465Z] #35 8.169 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1_amd64.deb ... [2021-09-16T18:53:50.465Z] #35 8.173 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1) ... [2021-09-16T18:53:50.465Z] #35 8.236 Selecting previously unselected package libsasl2-2:amd64. [2021-09-16T18:53:50.465Z] #35 8.236 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1_amd64.deb ... [2021-09-16T18:53:50.465Z] #35 8.253 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1) ... [2021-09-16T18:53:50.465Z] #35 8.317 Selecting previously unselected package libldap-2.4-2:amd64. [2021-09-16T18:53:50.465Z] #35 8.317 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3_amd64.deb ... [2021-09-16T18:53:50.465Z] #35 8.326 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2021-09-16T18:53:50.465Z] #35 8.421 Selecting previously unselected package libnghttp2-14:amd64. [2021-09-16T18:53:50.465Z] #35 8.421 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2021-09-16T18:53:50.465Z] #35 8.427 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2021-09-16T18:53:50.465Z] #35 8.514 Selecting previously unselected package libpsl5:amd64. [2021-09-16T18:53:50.465Z] #35 8.514 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2021-09-16T18:53:50.465Z] #35 8.520 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2021-09-16T18:53:50.465Z] #35 8.588 Selecting previously unselected package librtmp1:amd64. [2021-09-16T18:53:50.465Z] #35 8.588 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2021-09-16T18:53:50.465Z] #35 8.591 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2021-09-16T18:53:50.465Z] #35 8.646 Selecting previously unselected package libssh2-1:amd64. [2021-09-16T18:53:50.465Z] #35 8.646 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2021-09-16T18:53:50.465Z] #35 8.650 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2021-09-16T18:53:50.465Z] #35 8.729 Selecting previously unselected package libcurl4:amd64. [2021-09-16T18:53:50.465Z] #35 8.729 Preparing to unpack .../10-libcurl4_7.74.0-1.3+b1_amd64.deb ... [2021-09-16T18:53:50.465Z] #35 8.734 Unpacking libcurl4:amd64 (7.74.0-1.3+b1) ... [2021-09-16T18:53:50.465Z] #35 8.821 Selecting previously unselected package curl. [2021-09-16T18:53:50.465Z] #35 8.821 Preparing to unpack .../11-curl_7.74.0-1.3+b1_amd64.deb ... [2021-09-16T18:53:50.465Z] #35 8.831 Unpacking curl (7.74.0-1.3+b1) ... [2021-09-16T18:53:50.724Z] #35 8.937 Selecting previously unselected package libonig5:amd64. [2021-09-16T18:53:50.724Z] #35 8.937 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2021-09-16T18:53:50.724Z] #35 8.944 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2021-09-16T18:53:50.724Z] #35 9.069 Selecting previously unselected package libjq1:amd64. [2021-09-16T18:53:50.724Z] #35 9.069 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2021-09-16T18:53:50.724Z] #35 9.075 Unpacking libjq1:amd64 (1.6-2.1) ... [2021-09-16T18:53:50.724Z] #35 9.140 Selecting previously unselected package jq. [2021-09-16T18:53:50.724Z] #35 9.140 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2021-09-16T18:53:50.983Z] #35 9.146 Unpacking jq (1.6-2.1) ... [2021-09-16T18:53:50.983Z] #35 9.206 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2021-09-16T18:53:50.983Z] #35 9.221 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2021-09-16T18:53:50.983Z] #35 9.232 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2021-09-16T18:53:50.983Z] #35 9.247 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1) ... [2021-09-16T18:53:50.983Z] #35 9.261 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2021-09-16T18:53:50.983Z] #35 9.274 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1) ... [2021-09-16T18:53:50.983Z] #35 9.288 Setting up libssh2-1:amd64 (1.9.0-2) ... [2021-09-16T18:53:50.983Z] #35 9.305 Setting up openssl (1.1.1k-1+deb11u1) ... [2021-09-16T18:53:50.983Z] #35 9.326 Setting up libonig5:amd64 (6.9.6-1.1) ... [2021-09-16T18:53:50.983Z] #35 9.345 Setting up libjq1:amd64 (1.6-2.1) ... [2021-09-16T18:53:50.983Z] #35 9.361 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2021-09-16T18:53:51.245Z] #35 9.375 Setting up ca-certificates (20210119) ... [2021-09-16T18:53:51.815Z] #35 10.10 Updating certificates in /etc/ssl/certs... [2021-09-16T18:53:52.757Z] #35 11.09 129 added, 0 removed; done. [2021-09-16T18:53:53.020Z] #35 11.14 Setting up jq (1.6-2.1) ... [2021-09-16T18:53:53.020Z] #35 11.15 Setting up libcurl4:amd64 (7.74.0-1.3+b1) ... [2021-09-16T18:53:53.020Z] #35 11.17 Setting up curl (7.74.0-1.3+b1) ... [2021-09-16T18:53:53.020Z] #35 11.18 Processing triggers for libc-bin (2.31-13) ... [2021-09-16T18:53:53.020Z] #35 11.21 Processing triggers for ca-certificates (20210119) ... [2021-09-16T18:53:53.020Z] #35 11.22 Updating certificates in /etc/ssl/certs... [2021-09-16T18:53:53.960Z] #35 12.09 0 added, 0 removed; done. [2021-09-16T18:53:53.960Z] #35 12.09 Running hooks in /etc/ca-certificates/update.d... [2021-09-16T18:53:53.960Z] #35 12.09 done. [2021-09-16T18:53:55.340Z] #35 DONE 13.6s [2021-09-16T18:53:55.340Z] [2021-09-16T18:53:55.340Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.0-bullseye@sha256:a5b6c29c08b722c60b858c627574374a0818349b1f222d8dde404f0494832b1f [2021-09-16T18:53:55.340Z] #11 sha256:2e94cf63fc95f818e41f7b7ac682cbd1a8c1211f13a643b59f8867550563950f [2021-09-16T18:53:55.340Z] #11 extracting sha256:27b0a22ee906271a6ce9ddd1754fdd7d3b59078e0b57b6cc054c7ed7ac301587 7.6s done [2021-09-16T18:53:55.340Z] #11 extracting sha256:4e94c8ba5874feacb79d2235c4b275408a5110a5c12fd4c45200199ad8847091 3.0s [2021-09-16T18:53:55.599Z] #11 ... [2021-09-16T18:53:55.599Z] [2021-09-16T18:53:55.599Z] #36 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-09-16T18:53:55.599Z] #36 sha256:d4123fb5d211addb298dc29068a9a4c8eb1e74e835a77b55723d052b1d622930 [2021-09-16T18:53:55.599Z] #36 DONE 0.4s [2021-09-16T18:53:55.599Z] [2021-09-16T18:53:55.599Z] #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-16T18:53:55.599Z] #37 sha256:d334aba021c872dabda9aacf06e03ef587d82ff0573819f57e27200d9dd2d0d2 [2021-09-16T18:53:58.141Z] #37 2.488 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2021-09-16T18:53:58.400Z] #37 2.801 [2021-09-16T18:53:58.659Z] #37 2.903 ######################################################################## 100.0% [2021-09-16T18:53:58.918Z] #37 3.223 [2021-09-16T18:53:59.855Z] #37 4.098 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2021-09-16T18:54:00.115Z] #37 4.465 [2021-09-16T18:54:00.374Z] #37 4.583 #### 6.5% ######################################################################## 100.0% [2021-09-16T18:54:00.633Z] #37 4.899 [2021-09-16T18:54:01.580Z] #37 5.887 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2021-09-16T18:54:01.839Z] #37 6.218 [2021-09-16T18:54:02.358Z] #37 6.343 ########## 14.8% #################################### 51.0% ############################################################## 86.2% ######################################################################## 100.0% [2021-09-16T18:54:02.618Z] #37 6.897 [2021-09-16T18:54:02.618Z] #37 ... [2021-09-16T18:54:02.618Z] [2021-09-16T18:54:02.618Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.0-bullseye@sha256:a5b6c29c08b722c60b858c627574374a0818349b1f222d8dde404f0494832b1f [2021-09-16T18:54:02.618Z] #11 sha256:2e94cf63fc95f818e41f7b7ac682cbd1a8c1211f13a643b59f8867550563950f [2021-09-16T18:54:02.618Z] #11 extracting sha256:4e94c8ba5874feacb79d2235c4b275408a5110a5c12fd4c45200199ad8847091 7.6s done [2021-09-16T18:54:02.618Z] #11 extracting sha256:103d08d8b59d07d9f8ee7a8798aeb9d20a54ab057f7ddfb7896c192f41b5b185 2.4s [2021-09-16T18:54:03.558Z] #11 ... [2021-09-16T18:54:03.558Z] [2021-09-16T18:54:03.558Z] #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-16T18:54:03.558Z] #37 sha256:d334aba021c872dabda9aacf06e03ef587d82ff0573819f57e27200d9dd2d0d2 [2021-09-16T18:54:03.558Z] #37 7.807 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2021-09-16T18:54:03.817Z] #37 8.119 [2021-09-16T18:54:04.077Z] #37 8.214 ######################################################################## 100.0% [2021-09-16T18:54:04.337Z] #37 8.509 [2021-09-16T18:54:04.907Z] #37 9.092 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2021-09-16T18:54:05.166Z] #37 9.484 [2021-09-16T18:54:05.425Z] #37 9.593 ######################################################################## 100.0% [2021-09-16T18:54:05.685Z] #37 9.862 [2021-09-16T18:54:05.685Z] #37 9.977 Download of images into '/build' complete. [2021-09-16T18:54:05.685Z] #37 9.977 Use something like the following to load the result into a Docker daemon: [2021-09-16T18:54:05.685Z] #37 9.977 tar -cC '/build' . | docker load [2021-09-16T18:54:08.227Z] #37 DONE 12.4s [2021-09-16T18:54:08.227Z] [2021-09-16T18:54:08.227Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.0-bullseye@sha256:a5b6c29c08b722c60b858c627574374a0818349b1f222d8dde404f0494832b1f [2021-09-16T18:54:08.227Z] #11 sha256:2e94cf63fc95f818e41f7b7ac682cbd1a8c1211f13a643b59f8867550563950f [2021-09-16T18:54:08.227Z] #11 extracting sha256:103d08d8b59d07d9f8ee7a8798aeb9d20a54ab057f7ddfb7896c192f41b5b185 7.9s [2021-09-16T18:54:08.609Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-0e25fbebb69130bed) in /home/ubuntu/workspace/moby_PR-41759 [Pipeline] { [Pipeline] checkout [2021-09-16T18:54:08.812Z] The recommended git tool is: git [2021-09-16T18:54:12.463Z] using credential docker-jenkins-github-credentials [2021-09-16T18:54:12.471Z] Cloning the remote Git repository [2021-09-16T18:54:12.472Z] Cloning with configured refspecs honoured and without tags [2021-09-16T18:54:13.501Z] #11 extracting sha256:103d08d8b59d07d9f8ee7a8798aeb9d20a54ab057f7ddfb7896c192f41b5b185 12.7s done [2021-09-16T18:54:13.501Z] #11 extracting sha256:a9ad1da797add356a46731875e2fed453f42181930e535f099308992ff533fdb done [2021-09-16T18:54:13.501Z] #11 DONE 44.2s [2021-09-16T18:54:13.501Z] [2021-09-16T18:54:13.501Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-09-16T18:54:13.501Z] #12 sha256:104f87cdd0032ea1bd7186f62216803aafde034fb7ca166be5d1155ee2016042 [2021-09-16T18:54:12.488Z] Cloning repository https://github.com/moby/moby.git [2021-09-16T18:54:12.543Z] > git init /home/ubuntu/workspace/moby_PR-41759 # timeout=10 [2021-09-16T18:54:12.798Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-09-16T18:54:12.798Z] > git --version # timeout=10 [2021-09-16T18:54:12.823Z] > git --version # 'git version 2.17.1' [2021-09-16T18:54:12.823Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-09-16T18:54:12.825Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41759/head:refs/remotes/origin/PR-41759 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-09-16T18:54:14.439Z] #12 DONE 1.0s [2021-09-16T18:54:14.439Z] [2021-09-16T18:54:14.439Z] #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-16T18:54:14.439Z] #13 sha256:277f0878b4a629cb2429a0a373cf68f84b914ed1fb11c16aa2f7d3c193722967 [2021-09-16T18:54:15.387Z] #13 DONE 0.8s [2021-09-16T18:54:15.387Z] [2021-09-16T18:54:15.387Z] #47 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-09-16T18:54:15.387Z] #47 sha256:c222c7f03b3f1ab2d3e3bead9cfe02d36198e73615b4b8749e0321f8c72526d2 [2021-09-16T18:54:15.387Z] #47 DONE 0.2s [2021-09-16T18:54:15.387Z] [2021-09-16T18:54:15.387Z] #39 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-09-16T18:54:15.387Z] #39 sha256:cbd40998fc7cf2a94390870a64ded7e923ff385ad6e63f4ae89a7156612f2dcd [2021-09-16T18:54:15.387Z] #39 DONE 0.2s [2021-09-16T18:54:15.387Z] [2021-09-16T18:54:15.387Z] #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-16T18:54:15.387Z] #40 sha256:1911c9de04cba7d464ea755b70f705d21776700bd38b0934ae731606e49130b1 [2021-09-16T18:54:15.387Z] #40 ... [2021-09-16T18:54:15.387Z] [2021-09-16T18:54:15.387Z] #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-16T18:54:15.387Z] #51 sha256:dedd77bd49d78e8751df12a263e7daecb76f34a23b1ef37f2158e741a8e560ba [2021-09-16T18:54:15.387Z] #51 DONE 0.3s [2021-09-16T18:54:15.646Z] [2021-09-16T18:54:15.646Z] #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-16T18:54:15.646Z] #52 sha256:8b52766aa8992ad5ea6e7ea4db37d812f7240ba03735f3cac8e86ee521d7efa9 [2021-09-16T18:54:19.849Z] #52 ... [2021-09-16T18:54:19.849Z] [2021-09-16T18:54:19.849Z] #14 [cross-true 1/6] RUN dpkg --add-architecture arm64 [2021-09-16T18:54:19.849Z] #14 sha256:becfe48588624fd14aec6069c11d88b08769aab70b47cba4d69fcfa563653549 [2021-09-16T18:54:19.849Z] #14 DONE 4.2s [2021-09-16T18:54:19.849Z] [2021-09-16T18:54:19.849Z] #15 [cross-true 2/6] RUN dpkg --add-architecture armel [2021-09-16T18:54:19.849Z] #15 sha256:71c440b52bb3f6ea93a51e0ff270928c1cf0bb277666aca5d4743f1b87cec0d7 [2021-09-16T18:54:21.499Z] Running on EC2 (managed-agents) - ubuntu-1804-overlay2 (i-06c0313093c104097) in /home/ubuntu/workspace/moby_PR-41759 [Pipeline] { [Pipeline] checkout [2021-09-16T18:54:21.659Z] The recommended git tool is: git [2021-09-16T18:54:22.396Z] #15 DONE 2.7s [2021-09-16T18:54:22.396Z] [2021-09-16T18:54:22.396Z] #16 [cross-true 3/6] RUN dpkg --add-architecture armhf [2021-09-16T18:54:22.396Z] #16 sha256:693517d22a783a9c7858eb41f5d7bbfbcd1e63b09d8c4aedf1a31afed8d4a903 [2021-09-16T18:54:24.300Z] #16 DONE 2.2s [2021-09-16T18:54:24.301Z] [2021-09-16T18:54:24.301Z] #17 [cross-true 4/6] RUN dpkg --add-architecture ppc64el [2021-09-16T18:54:24.301Z] #17 sha256:364b9a29314a9d06fb59aa4fc40f67241317a5284c15d798b15858978470dfa5 [2021-09-16T18:54:24.997Z] using credential docker-jenkins-github-credentials [2021-09-16T18:54:25.013Z] Cloning the remote Git repository [2021-09-16T18:54:25.013Z] Cloning with configured refspecs honoured and without tags [2021-09-16T18:54:24.910Z] Cloning repository https://github.com/moby/moby.git [2021-09-16T18:54:24.972Z] > git init /home/ubuntu/workspace/moby_PR-41759 # timeout=10 [2021-09-16T18:54:25.238Z] #17 ... [2021-09-16T18:54:25.238Z] [2021-09-16T18:54:25.238Z] #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-16T18:54:25.238Z] #54 sha256:7d090faab94637147a3b0c4deccf201cbe8e9a3d6d9486a3f1d3b41b787010d2 [2021-09-16T18:54:25.238Z] #54 5.323 + RM_GOPATH=0 [2021-09-16T18:54:25.238Z] #54 5.323 + TMP_GOPATH= [2021-09-16T18:54:25.238Z] #54 5.323 + : /build [2021-09-16T18:54:25.238Z] #54 5.323 + '[' -z '' ']' [2021-09-16T18:54:25.238Z] #54 5.323 ++ mktemp -d [2021-09-16T18:54:25.238Z] #54 5.323 + export GOPATH=/tmp/tmp.IVHm9nWrMY [2021-09-16T18:54:25.238Z] #54 5.323 + GOPATH=/tmp/tmp.IVHm9nWrMY [2021-09-16T18:54:25.238Z] #54 5.323 + RM_GOPATH=1 [2021-09-16T18:54:25.238Z] #54 5.323 + case "$(go env GOARCH)" in [2021-09-16T18:54:25.238Z] #54 5.323 ++ go env GOARCH [2021-09-16T18:54:25.238Z] #54 5.332 + export GO_BUILDMODE=-buildmode=pie [2021-09-16T18:54:25.238Z] #54 5.332 + GO_BUILDMODE=-buildmode=pie [2021-09-16T18:54:25.238Z] #54 5.332 ++ dirname /tmp/install/install.sh [2021-09-16T18:54:25.238Z] #54 5.332 + dir=/tmp/install [2021-09-16T18:54:25.238Z] #54 5.332 + bin=vndr [2021-09-16T18:54:25.238Z] #54 5.332 + shift [2021-09-16T18:54:25.238Z] #54 5.332 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-09-16T18:54:25.238Z] #54 5.332 + . /tmp/install/vndr.installer [2021-09-16T18:54:25.238Z] #54 5.332 ++ : v0.1.2 [2021-09-16T18:54:25.238Z] #54 5.332 + install_vndr [2021-09-16T18:54:25.238Z] #54 5.332 + echo 'Install vndr version v0.1.2' [2021-09-16T18:54:25.238Z] #54 5.332 + GOBIN=/build [2021-09-16T18:54:25.238Z] #54 5.332 + GO111MODULE=on [2021-09-16T18:54:25.238Z] #54 5.332 + go install github.com/LK4D4/vndr@v0.1.2 [2021-09-16T18:54:25.238Z] #54 5.332 Install vndr version v0.1.2 [2021-09-16T18:54:25.238Z] #54 5.745 go: downloading github.com/LK4D4/vndr v0.1.2 [2021-09-16T18:54:25.496Z] #54 ... [2021-09-16T18:54:25.496Z] [2021-09-16T18:54:25.496Z] #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-16T18:54:25.496Z] #56 sha256:85a8c15b3da0b759b589296a4d1fd3bc634f7d10c92b5c305ea41c461da25686 [2021-09-16T18:54:25.496Z] #56 5.277 Install gotestsum version v1.7.0 [2021-09-16T18:54:25.496Z] #56 5.280 + RM_GOPATH=0 [2021-09-16T18:54:25.496Z] #56 5.280 + TMP_GOPATH= [2021-09-16T18:54:25.496Z] #56 5.280 + : /build [2021-09-16T18:54:25.496Z] #56 5.280 + '[' -z '' ']' [2021-09-16T18:54:25.496Z] #56 5.280 ++ mktemp -d [2021-09-16T18:54:25.496Z] #56 5.280 + export GOPATH=/tmp/tmp.eZTNDFIlxI [2021-09-16T18:54:25.496Z] #56 5.280 + GOPATH=/tmp/tmp.eZTNDFIlxI [2021-09-16T18:54:25.496Z] #56 5.280 + RM_GOPATH=1 [2021-09-16T18:54:25.496Z] #56 5.280 + case "$(go env GOARCH)" in [2021-09-16T18:54:25.496Z] #56 5.280 ++ go env GOARCH [2021-09-16T18:54:25.496Z] #56 5.280 + export GO_BUILDMODE=-buildmode=pie [2021-09-16T18:54:25.496Z] #56 5.280 + GO_BUILDMODE=-buildmode=pie [2021-09-16T18:54:25.496Z] #56 5.280 ++ dirname /tmp/install/install.sh [2021-09-16T18:54:25.496Z] #56 5.280 + dir=/tmp/install [2021-09-16T18:54:25.496Z] #56 5.280 + bin=gotestsum [2021-09-16T18:54:25.496Z] #56 5.280 + shift [2021-09-16T18:54:25.496Z] #56 5.280 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-09-16T18:54:25.496Z] #56 5.280 + . /tmp/install/gotestsum.installer [2021-09-16T18:54:25.496Z] #56 5.280 ++ : v1.7.0 [2021-09-16T18:54:25.496Z] #56 5.280 + install_gotestsum [2021-09-16T18:54:25.496Z] #56 5.280 + set -e [2021-09-16T18:54:25.496Z] #56 5.280 + echo 'Install gotestsum version v1.7.0' [2021-09-16T18:54:25.497Z] #56 5.280 + GOBIN=/build [2021-09-16T18:54:25.497Z] #56 5.280 + GO111MODULE=on [2021-09-16T18:54:25.497Z] #56 5.280 + go install gotest.tools/gotestsum@v1.7.0 [2021-09-16T18:54:25.497Z] #56 5.685 go: downloading gotest.tools/gotestsum v1.7.0 [2021-09-16T18:54:25.497Z] #56 7.235 go: downloading github.com/fatih/color v1.10.0 [2021-09-16T18:54:25.497Z] #56 7.235 go: downloading github.com/dnephin/pflag v1.0.7 [2021-09-16T18:54:25.497Z] #56 7.306 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-09-16T18:54:25.497Z] #56 7.358 go: downloading github.com/pkg/errors v0.9.1 [2021-09-16T18:54:25.497Z] #56 7.820 go: downloading golang.org/x/tools v0.1.0 [2021-09-16T18:54:25.497Z] #56 7.933 go: downloading github.com/mattn/go-colorable v0.1.8 [2021-09-16T18:54:25.497Z] #56 8.241 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-09-16T18:54:25.497Z] #56 8.409 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2021-09-16T18:54:25.497Z] #56 8.589 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2021-09-16T18:54:25.497Z] #56 ... [2021-09-16T18:54:25.497Z] [2021-09-16T18:54:25.497Z] #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-16T18:54:25.497Z] #48 sha256:6b8cec4c40d2921a1d2bdc203326c098330e9d2856fcd77ef3a5c99befc5d468 [2021-09-16T18:54:25.497Z] #48 5.464 + git clone https://github.com/docker/distribution.git . [2021-09-16T18:54:25.497Z] #48 5.466 Cloning into '.'... [2021-09-16T18:54:25.755Z] #48 ... [2021-09-16T18:54:25.755Z] [2021-09-16T18:54:25.755Z] #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-16T18:54:25.755Z] #60 sha256:9ab75cb4a717a7035176f32b41ac167be83db48fc885009fb9af99f2c9a2c184 [2021-09-16T18:54:25.755Z] #60 5.294 + RM_GOPATH=0 [2021-09-16T18:54:25.755Z] #60 5.294 + TMP_GOPATH= [2021-09-16T18:54:25.755Z] #60 5.294 + : /build [2021-09-16T18:54:25.755Z] #60 5.294 + '[' -z '' ']' [2021-09-16T18:54:25.755Z] #60 5.294 ++ mktemp -d [2021-09-16T18:54:25.755Z] #60 5.294 + export GOPATH=/tmp/tmp.eqYk2idFck [2021-09-16T18:54:25.755Z] #60 5.294 + GOPATH=/tmp/tmp.eqYk2idFck [2021-09-16T18:54:25.755Z] #60 5.294 + RM_GOPATH=1 [2021-09-16T18:54:25.755Z] #60 5.294 + case "$(go env GOARCH)" in [2021-09-16T18:54:25.755Z] #60 5.310 ++ go env GOARCH [2021-09-16T18:54:25.755Z] #60 5.332 + export GO_BUILDMODE=-buildmode=pie [2021-09-16T18:54:25.755Z] #60 5.332 + GO_BUILDMODE=-buildmode=pie [2021-09-16T18:54:25.755Z] #60 5.332 ++ dirname /tmp/install/install.sh [2021-09-16T18:54:25.755Z] #60 5.332 + dir=/tmp/install [2021-09-16T18:54:25.755Z] #60 5.332 + bin=shfmt [2021-09-16T18:54:25.755Z] #60 5.332 + shift [2021-09-16T18:54:25.755Z] #60 5.332 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-09-16T18:54:25.755Z] #60 5.332 + . /tmp/install/shfmt.installer [2021-09-16T18:54:25.755Z] #60 5.332 ++ : v3.0.2 [2021-09-16T18:54:25.755Z] #60 5.332 + install_shfmt [2021-09-16T18:54:25.755Z] #60 5.332 + echo 'Install shfmt version v3.0.2' [2021-09-16T18:54:25.755Z] #60 5.332 + GOBIN=/build [2021-09-16T18:54:25.755Z] #60 5.332 + GO111MODULE=on [2021-09-16T18:54:25.755Z] #60 5.332 + go install mvdan.cc/sh/v3/cmd/shfmt@v3.0.2 [2021-09-16T18:54:25.755Z] #60 5.332 Install shfmt version v3.0.2 [2021-09-16T18:54:25.755Z] #60 5.745 go: downloading mvdan.cc/sh/v3 v3.0.2 [2021-09-16T18:54:25.755Z] #60 7.985 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-09-16T18:54:25.755Z] #60 8.011 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-09-16T18:54:25.755Z] #60 8.104 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-09-16T18:54:25.755Z] #60 10.12 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-09-16T18:54:25.755Z] #60 ... [2021-09-16T18:54:25.755Z] [2021-09-16T18:54:25.755Z] #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-16T18:54:25.755Z] #58 sha256:5f20e788112f3e7617371d855d901c27e923bb24e93ab8e901c342b7f40dd120 [2021-09-16T18:54:25.755Z] #58 4.911 + RM_GOPATH=0 [2021-09-16T18:54:25.755Z] #58 4.911 + TMP_GOPATH= [2021-09-16T18:54:25.755Z] #58 4.911 + : /build [2021-09-16T18:54:25.755Z] #58 4.911 + '[' -z '' ']' [2021-09-16T18:54:25.755Z] #58 4.911 ++ mktemp -d [2021-09-16T18:54:25.755Z] #58 4.911 + export GOPATH=/tmp/tmp.tJp2J1eAcI [2021-09-16T18:54:25.755Z] #58 4.911 + GOPATH=/tmp/tmp.tJp2J1eAcI [2021-09-16T18:54:25.755Z] #58 4.911 + RM_GOPATH=1 [2021-09-16T18:54:25.755Z] #58 4.911 + case "$(go env GOARCH)" in [2021-09-16T18:54:25.755Z] #58 4.911 ++ go env GOARCH [2021-09-16T18:54:25.755Z] #58 4.915 + export GO_BUILDMODE=-buildmode=pie [2021-09-16T18:54:25.755Z] #58 4.915 + GO_BUILDMODE=-buildmode=pie [2021-09-16T18:54:25.755Z] #58 4.915 ++ dirname /tmp/install/install.sh [2021-09-16T18:54:25.755Z] #58 4.922 Install golangci-lint version v1.23.8 [2021-09-16T18:54:25.755Z] #58 4.922 + dir=/tmp/install [2021-09-16T18:54:25.755Z] #58 4.922 + bin=golangci_lint [2021-09-16T18:54:25.755Z] #58 4.922 + shift [2021-09-16T18:54:25.755Z] #58 4.922 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-09-16T18:54:25.755Z] #58 4.922 + . /tmp/install/golangci_lint.installer [2021-09-16T18:54:25.755Z] #58 4.922 ++ : v1.23.8 [2021-09-16T18:54:25.755Z] #58 4.922 + install_golangci_lint [2021-09-16T18:54:25.755Z] #58 4.922 + set -e [2021-09-16T18:54:25.755Z] #58 4.922 + echo 'Install golangci-lint version v1.23.8' [2021-09-16T18:54:25.755Z] #58 4.922 + GOBIN=/build [2021-09-16T18:54:25.755Z] #58 4.922 + GO111MODULE=on [2021-09-16T18:54:25.755Z] #58 4.922 + go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-09-16T18:54:25.755Z] #58 5.004 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-09-16T18:54:26.014Z] #58 10.76 go: downloading github.com/fatih/color v1.7.0 [2021-09-16T18:54:26.015Z] #58 10.80 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-09-16T18:54:26.015Z] #58 ... [2021-09-16T18:54:26.015Z] [2021-09-16T18:54:26.015Z] #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-16T18:54:26.015Z] #42 sha256:2e3f9e5e6bb27fff36691fb72cd53ec39209dd569b9b8be509843f41bc7a6d5f [2021-09-16T18:54:26.015Z] #42 5.240 Install go-toml version v1.8.1 [2021-09-16T18:54:26.015Z] #42 5.681 go: downloading github.com/pelletier/go-toml v1.8.1 [2021-09-16T18:54:26.015Z] #42 ... [2021-09-16T18:54:26.015Z] [2021-09-16T18:54:26.015Z] #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-16T18:54:26.015Z] #58 sha256:5f20e788112f3e7617371d855d901c27e923bb24e93ab8e901c342b7f40dd120 [2021-09-16T18:54:26.015Z] #58 10.92 go: downloading github.com/pkg/errors v0.8.1 [2021-09-16T18:54:26.280Z] #58 ... [2021-09-16T18:54:26.280Z] [2021-09-16T18:54:26.280Z] #17 [cross-true 4/6] RUN dpkg --add-architecture ppc64el [2021-09-16T18:54:26.280Z] #17 sha256:364b9a29314a9d06fb59aa4fc40f67241317a5284c15d798b15858978470dfa5 [2021-09-16T18:54:26.280Z] #17 DONE 1.9s [2021-09-16T18:54:26.280Z] [2021-09-16T18:54:26.280Z] #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-16T18:54:26.280Z] #58 sha256:5f20e788112f3e7617371d855d901c27e923bb24e93ab8e901c342b7f40dd120 [2021-09-16T18:54:26.280Z] #58 11.05 go: downloading github.com/spf13/cobra v0.0.5 [2021-09-16T18:54:26.280Z] #58 11.06 go: downloading github.com/spf13/pflag v1.0.5 [2021-09-16T18:54:26.316Z] Running on EC2 (managed-agents) - ubuntu-2004-cgroup2 (i-008a3c0095eefbc6b) in /home/ubuntu/workspace/moby_PR-41759 [Pipeline] { [Pipeline] checkout [2021-09-16T18:54:25.274Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-09-16T18:54:25.275Z] > git --version # timeout=10 [2021-09-16T18:54:25.298Z] > git --version # 'git version 2.17.1' [2021-09-16T18:54:25.298Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-09-16T18:54:25.300Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41759/head:refs/remotes/origin/PR-41759 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-09-16T18:54:26.498Z] The recommended git tool is: git [2021-09-16T18:54:26.852Z] #58 11.51 go: downloading github.com/spf13/viper v1.6.1 [2021-09-16T18:54:26.852Z] #58 11.72 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-09-16T18:54:26.852Z] #58 11.76 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-09-16T18:54:27.110Z] #58 11.79 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-09-16T18:54:27.110Z] #58 11.86 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-09-16T18:54:28.490Z] #58 ... [2021-09-16T18:54:28.490Z] [2021-09-16T18:54:28.490Z] #18 [cross-true 5/6] RUN dpkg --add-architecture s390x [2021-09-16T18:54:28.490Z] #18 sha256:ad77af2b7f13650eae6c35661d9139ebaf938d68fe04c8d81a78ab3994765acf [2021-09-16T18:54:28.490Z] #18 DONE 2.0s [2021-09-16T18:54:28.490Z] [2021-09-16T18:54:28.490Z] #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-16T18:54:28.490Z] #58 sha256:5f20e788112f3e7617371d855d901c27e923bb24e93ab8e901c342b7f40dd120 [2021-09-16T18:54:28.490Z] #58 13.04 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-09-16T18:54:28.490Z] #58 13.22 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-09-16T18:54:30.693Z] using credential docker-jenkins-github-credentials [2021-09-16T18:54:30.700Z] Cloning the remote Git repository [2021-09-16T18:54:30.700Z] Cloning with configured refspecs honoured and without tags [2021-09-16T18:54:31.030Z] #58 ... [2021-09-16T18:54:31.030Z] [2021-09-16T18:54:31.030Z] #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-16T18:54:31.030Z] #40 sha256:1911c9de04cba7d464ea755b70f705d21776700bd38b0934ae731606e49130b1 [2021-09-16T18:54:31.030Z] #40 5.751 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-09-16T18:54:31.030Z] #40 5.751 Cloning into '.'... [2021-09-16T18:54:31.289Z] #40 ... [2021-09-16T18:54:31.289Z] [2021-09-16T18:54:31.289Z] #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-16T18:54:31.289Z] #56 sha256:85a8c15b3da0b759b589296a4d1fd3bc634f7d10c92b5c305ea41c461da25686 [2021-09-16T18:54:31.289Z] #56 14.11 go: downloading github.com/jonboulle/clockwork v0.2.2 [2021-09-16T18:54:31.289Z] #56 14.14 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2021-09-16T18:54:31.289Z] #56 14.17 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2021-09-16T18:54:30.719Z] Cloning repository https://github.com/moby/moby.git [2021-09-16T18:54:30.806Z] > git init /home/ubuntu/workspace/moby_PR-41759 # timeout=10 [2021-09-16T18:54:31.115Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-09-16T18:54:31.115Z] > git --version # timeout=10 [2021-09-16T18:54:31.145Z] > git --version # 'git version 2.25.1' [2021-09-16T18:54:31.146Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-09-16T18:54:31.147Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/41759/head:refs/remotes/origin/PR-41759 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-09-16T18:54:31.549Z] #56 16.33 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2021-09-16T18:54:31.549Z] #56 16.36 go: downloading golang.org/x/mod v0.3.0 [2021-09-16T18:54:31.808Z] #56 ... [2021-09-16T18:54:31.808Z] [2021-09-16T18:54:31.808Z] #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-16T18:54:31.808Z] #52 sha256:8b52766aa8992ad5ea6e7ea4db37d812f7240ba03735f3cac8e86ee521d7efa9 [2021-09-16T18:54:31.808Z] #52 6.193 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [113 kB] [2021-09-16T18:54:31.808Z] #52 6.417 Get:2 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10 InRelease [1540 B] [2021-09-16T18:54:31.808Z] #52 6.426 Get:3 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2021-09-16T18:54:31.808Z] #52 6.645 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [36.8 kB] [2021-09-16T18:54:31.808Z] #52 7.393 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8178 kB] [2021-09-16T18:54:31.808Z] #52 12.16 Get:7 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [31.1 kB] [2021-09-16T18:54:31.808Z] #52 13.84 Get:6 https://provo-mirror.opensuse.org//repositories/devel:/tools:/criu/Debian_10 Packages [2139 B] [2021-09-16T18:54:31.808Z] #52 ... [2021-09-16T18:54:31.808Z] [2021-09-16T18:54:31.809Z] #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-16T18:54:31.809Z] #19 sha256:7461a8873269907942427f3356fc81edb1488e6f07a58583611355ede4af261f [2021-09-16T18:54:31.809Z] #19 2.100 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [113 kB] [2021-09-16T18:54:31.809Z] #19 2.206 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2021-09-16T18:54:31.809Z] #19 2.206 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [36.8 kB] [2021-09-16T18:54:32.377Z] #19 3.953 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7941 kB] [2021-09-16T18:54:33.767Z] #19 5.187 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7861 kB] [2021-09-16T18:54:34.028Z] #19 ... [2021-09-16T18:54:34.028Z] [2021-09-16T18:54:34.028Z] #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-16T18:54:34.028Z] #58 sha256:5f20e788112f3e7617371d855d901c27e923bb24e93ab8e901c342b7f40dd120 [2021-09-16T18:54:34.028Z] #58 17.60 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-09-16T18:54:34.028Z] #58 17.68 go: downloading github.com/stretchr/testify v1.4.0 [2021-09-16T18:54:34.028Z] #58 17.75 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-09-16T18:54:34.028Z] #58 17.96 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-09-16T18:54:34.028Z] #58 18.08 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-09-16T18:54:34.028Z] #58 18.57 go: downloading github.com/magiconair/properties v1.8.1 [2021-09-16T18:54:34.028Z] #58 18.62 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-09-16T18:54:34.028Z] #58 18.71 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-09-16T18:54:34.028Z] #58 18.83 go: downloading github.com/spf13/afero v1.1.2 [2021-09-16T18:54:34.288Z] #58 19.09 go: downloading github.com/spf13/cast v1.3.0 [2021-09-16T18:54:34.288Z] #58 19.09 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-09-16T18:54:34.288Z] #58 19.12 go: downloading github.com/subosito/gotenv v1.2.0 [2021-09-16T18:54:34.288Z] #58 19.19 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-09-16T18:54:34.548Z] #58 19.22 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-09-16T18:54:34.548Z] #58 19.44 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-09-16T18:54:34.806Z] #58 19.75 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-09-16T18:54:34.939Z] Running on EC2 (managed-agents) - ubuntu-2004-arm64v8 (i-06b92b9547919277d) in /home/ubuntu/workspace/moby_PR-41759 [Pipeline] { [Pipeline] checkout [2021-09-16T18:54:35.109Z] #58 19.99 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-09-16T18:54:35.109Z] #58 20.04 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-09-16T18:54:35.188Z] The recommended git tool is: git [2021-09-16T18:54:35.373Z] #58 20.16 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-09-16T18:54:35.373Z] #58 20.18 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-09-16T18:54:35.655Z] #58 20.32 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-09-16T18:54:35.655Z] #58 20.38 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-09-16T18:54:35.917Z] #58 20.63 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-09-16T18:54:35.917Z] #58 20.68 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-09-16T18:54:35.917Z] #58 20.76 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-09-16T18:54:35.917Z] #58 20.81 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-09-16T18:54:35.917Z] #58 20.90 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-09-16T18:54:36.493Z] #58 21.07 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-09-16T18:54:36.525Z] Fetching without tags [2021-09-16T18:54:36.911Z] Merging remotes/origin/master commit 5176095455642c30642efacf6f35afc7c6dede92 into PR head commit e187eb2bb5f0c3f899fe643e95d1af8c57e89a73 [2021-09-16T18:54:37.070Z] #58 21.78 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-09-16T18:54:37.070Z] #58 21.86 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-09-16T18:54:37.070Z] #58 21.88 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-09-16T18:54:36.454Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-09-16T18:54:36.469Z] > git config --add remote.origin.fetch +refs/pull/41759/head:refs/remotes/origin/PR-41759 # timeout=10 [2021-09-16T18:54:36.483Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-09-16T18:54:36.499Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-09-16T18:54:36.533Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-09-16T18:54:36.533Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-09-16T18:54:36.534Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41759/head:refs/remotes/origin/PR-41759 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-09-16T18:54:36.928Z] > git config core.sparsecheckout # timeout=10 [2021-09-16T18:54:36.956Z] > git checkout -f e187eb2bb5f0c3f899fe643e95d1af8c57e89a73 # timeout=10 [2021-09-16T18:54:37.641Z] #58 22.21 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-09-16T18:54:37.641Z] #58 22.26 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-09-16T18:54:37.834Z] Merge succeeded, producing e187eb2bb5f0c3f899fe643e95d1af8c57e89a73 [2021-09-16T18:54:37.834Z] Checking out Revision e187eb2bb5f0c3f899fe643e95d1af8c57e89a73 (PR-41759) [2021-09-16T18:54:37.901Z] #58 ... [2021-09-16T18:54:37.901Z] [2021-09-16T18:54:37.901Z] #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-16T18:54:37.901Z] #42 sha256:2e3f9e5e6bb27fff36691fb72cd53ec39209dd569b9b8be509843f41bc7a6d5f [2021-09-16T18:54:37.901Z] #42 DONE 22.6s [2021-09-16T18:54:37.901Z] [2021-09-16T18:54:37.901Z] #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-16T18:54:37.901Z] #58 sha256:5f20e788112f3e7617371d855d901c27e923bb24e93ab8e901c342b7f40dd120 [2021-09-16T18:54:37.901Z] #58 22.63 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-09-16T18:54:37.901Z] #58 22.63 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-09-16T18:54:37.901Z] #58 ... [2021-09-16T18:54:37.901Z] [2021-09-16T18:54:37.901Z] #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-16T18:54:37.901Z] #19 sha256:7461a8873269907942427f3356fc81edb1488e6f07a58583611355ede4af261f [2021-09-16T18:54:37.901Z] #19 7.012 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8066 kB] [2021-09-16T18:54:37.901Z] #19 9.280 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8178 kB] [2021-09-16T18:54:39.291Z] #19 10.83 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8027 kB] [2021-09-16T18:54:39.638Z] using credential docker-jenkins-github-credentials [2021-09-16T18:54:39.662Z] Cloning the remote Git repository [2021-09-16T18:54:39.662Z] Cloning with configured refspecs honoured and without tags [2021-09-16T18:54:37.723Z] > git remote # timeout=10 [2021-09-16T18:54:37.751Z] > git config --get remote.origin.url # timeout=10 [2021-09-16T18:54:37.776Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-09-16T18:54:37.777Z] > git merge 5176095455642c30642efacf6f35afc7c6dede92 # timeout=10 [2021-09-16T18:54:37.807Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-09-16T18:54:37.837Z] > git config core.sparsecheckout # timeout=10 [2021-09-16T18:54:37.864Z] > git checkout -f e187eb2bb5f0c3f899fe643e95d1af8c57e89a73 # timeout=10 [2021-09-16T18:54:39.700Z] Cloning repository https://github.com/moby/moby.git [2021-09-16T18:54:39.769Z] > git init /home/ubuntu/workspace/moby_PR-41759 # timeout=10 [2021-09-16T18:54:40.243Z] #19 ... [2021-09-16T18:54:40.243Z] [2021-09-16T18:54:40.243Z] #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-16T18:54:40.243Z] #54 sha256:7d090faab94637147a3b0c4deccf201cbe8e9a3d6d9486a3f1d3b41b787010d2 [2021-09-16T18:54:40.243Z] #54 DONE 25.0s [2021-09-16T18:54:40.243Z] [2021-09-16T18:54:40.243Z] #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-16T18:54:40.243Z] #58 sha256:5f20e788112f3e7617371d855d901c27e923bb24e93ab8e901c342b7f40dd120 [2021-09-16T18:54:40.243Z] #58 23.40 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-09-16T18:54:40.243Z] #58 23.43 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-09-16T18:54:40.243Z] #58 23.45 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-09-16T18:54:40.243Z] #58 23.61 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-09-16T18:54:40.243Z] #58 23.69 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-09-16T18:54:40.243Z] #58 23.75 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-09-16T18:54:40.243Z] #58 24.26 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-09-16T18:54:40.243Z] #58 24.68 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-09-16T18:54:40.243Z] #58 24.73 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-09-16T18:54:40.243Z] #58 24.89 go: downloading github.com/ultraware/funlen v0.0.2 [2021-09-16T18:54:40.243Z] #58 24.91 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-09-16T18:54:40.243Z] #58 24.95 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-09-16T18:54:40.243Z] #58 25.04 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-09-16T18:54:40.169Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-09-16T18:54:40.170Z] > git --version # timeout=10 [2021-09-16T18:54:40.184Z] > git --version # 'git version 2.25.1' [2021-09-16T18:54:40.185Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-09-16T18:54:40.188Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/41759/head:refs/remotes/origin/PR-41759 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-09-16T18:54:41.622Z] #58 26.21 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-09-16T18:54:41.622Z] #58 26.33 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-09-16T18:54:41.622Z] #58 26.40 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-09-16T18:54:41.622Z] #58 26.40 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-09-16T18:54:41.622Z] #58 26.41 go: downloading github.com/stretchr/objx v0.2.0 [2021-09-16T18:54:41.882Z] #58 26.63 go: downloading golang.org/x/text v0.3.2 [2021-09-16T18:54:42.509Z] Commit message: "compression: add support for the zstd algorithm" [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-09-16T18:54:43.702Z] + docker version [2021-09-16T18:54:47.164Z] #58 ... [2021-09-16T18:54:47.164Z] [2021-09-16T18:54:47.164Z] #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-16T18:54:47.164Z] #48 sha256:6b8cec4c40d2921a1d2bdc203326c098330e9d2856fcd77ef3a5c99befc5d468 [2021-09-16T18:54:47.164Z] #48 25.95 Updating files: 86% (1522/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-16T18:54:47.164Z] #48 26.24 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2021-09-16T18:54:47.164Z] #48 28.47 + 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-16T18:54:47.657Z] Fetching without tags [2021-09-16T18:54:47.533Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-09-16T18:54:47.547Z] > git config --add remote.origin.fetch +refs/pull/41759/head:refs/remotes/origin/PR-41759 # timeout=10 [2021-09-16T18:54:47.578Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-09-16T18:54:47.611Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-09-16T18:54:47.687Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-09-16T18:54:47.688Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-09-16T18:54:47.689Z] > git fetch --no-tags --progress -- https://github.com/moby/moby.git +refs/pull/41759/head:refs/remotes/origin/PR-41759 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-09-16T18:54:48.006Z] Merging remotes/origin/master commit 5176095455642c30642efacf6f35afc7c6dede92 into PR head commit e187eb2bb5f0c3f899fe643e95d1af8c57e89a73 [2021-09-16T18:54:48.541Z] #48 ... [2021-09-16T18:54:48.541Z] [2021-09-16T18:54:48.541Z] #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-16T18:54:48.541Z] #58 sha256:5f20e788112f3e7617371d855d901c27e923bb24e93ab8e901c342b7f40dd120 [2021-09-16T18:54:48.541Z] #58 33.03 go: downloading github.com/gobwas/glob v0.2.3 [2021-09-16T18:54:48.541Z] #58 33.06 go: downloading github.com/kisielk/gotool v1.0.0 [2021-09-16T18:54:48.541Z] #58 33.18 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-09-16T18:54:48.541Z] #58 33.20 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-09-16T18:54:48.541Z] #58 33.41 go: downloading github.com/gogo/protobuf v1.2.1 [2021-09-16T18:54:48.903Z] Merge succeeded, producing e187eb2bb5f0c3f899fe643e95d1af8c57e89a73 [2021-09-16T18:54:48.904Z] Checking out Revision e187eb2bb5f0c3f899fe643e95d1af8c57e89a73 (PR-41759) [2021-09-16T18:54:49.480Z] #58 ... [2021-09-16T18:54:49.480Z] [2021-09-16T18:54:49.480Z] #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-16T18:54:49.480Z] #52 sha256:8b52766aa8992ad5ea6e7ea4db37d812f7240ba03735f3cac8e86ee521d7efa9 [2021-09-16T18:54:49.480Z] #52 24.03 Fetched 8406 kB in 18s (460 kB/s) [2021-09-16T18:54:49.480Z] #52 24.03 Reading package lists... [2021-09-16T18:54:49.739Z] #52 30.06 Reading package lists... [2021-09-16T18:54:49.739Z] #52 ... [2021-09-16T18:54:49.739Z] [2021-09-16T18:54:49.740Z] #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-16T18:54:49.740Z] #19 sha256:7461a8873269907942427f3356fc81edb1488e6f07a58583611355ede4af261f [2021-09-16T18:54:49.740Z] #19 12.39 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7873 kB] [2021-09-16T18:54:49.740Z] #19 13.63 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [31.1 kB] [2021-09-16T18:54:49.740Z] #19 13.63 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [29.7 kB] [2021-09-16T18:54:49.740Z] #19 13.63 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [31.0 kB] [2021-09-16T18:54:49.740Z] #19 13.63 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [31.0 kB] [2021-09-16T18:54:49.740Z] #19 13.63 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [30.6 kB] [2021-09-16T18:54:49.740Z] #19 13.65 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [31.1 kB] [2021-09-16T18:54:48.003Z] > git config core.sparsecheckout # timeout=10 [2021-09-16T18:54:48.030Z] > git checkout -f e187eb2bb5f0c3f899fe643e95d1af8c57e89a73 # timeout=10 [2021-09-16T18:54:48.805Z] > git remote # timeout=10 [2021-09-16T18:54:48.818Z] > git config --get remote.origin.url # timeout=10 [2021-09-16T18:54:48.837Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-09-16T18:54:48.838Z] > git merge 5176095455642c30642efacf6f35afc7c6dede92 # timeout=10 [2021-09-16T18:54:48.859Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-09-16T18:54:48.899Z] > git config core.sparsecheckout # timeout=10 [2021-09-16T18:54:48.919Z] > git checkout -f e187eb2bb5f0c3f899fe643e95d1af8c57e89a73 # timeout=10 [2021-09-16T18:54:49.999Z] #19 ... [2021-09-16T18:54:49.999Z] [2021-09-16T18:54:49.999Z] #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-16T18:54:49.999Z] #58 sha256:5f20e788112f3e7617371d855d901c27e923bb24e93ab8e901c342b7f40dd120 [2021-09-16T18:54:49.999Z] #58 34.68 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-09-16T18:54:49.999Z] #58 34.84 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-09-16T18:54:50.258Z] #58 35.05 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-09-16T18:54:50.314Z] Client: Docker Engine - Community [2021-09-16T18:54:50.314Z] Version: 20.10.6 [2021-09-16T18:54:50.314Z] API version: 1.41 [2021-09-16T18:54:50.314Z] Go version: go1.13.15 [2021-09-16T18:54:50.314Z] Git commit: 370c289 [2021-09-16T18:54:50.314Z] Built: Fri Apr 9 22:46:01 2021 [2021-09-16T18:54:50.314Z] OS/Arch: linux/amd64 [2021-09-16T18:54:50.314Z] Context: default [2021-09-16T18:54:50.314Z] Experimental: true [2021-09-16T18:54:50.314Z] [2021-09-16T18:54:50.314Z] Server: Docker Engine - Community [2021-09-16T18:54:50.314Z] Engine: [2021-09-16T18:54:50.314Z] Version: 20.10.6 [2021-09-16T18:54:50.314Z] API version: 1.41 (minimum version 1.12) [2021-09-16T18:54:50.314Z] Go version: go1.13.15 [2021-09-16T18:54:50.314Z] Git commit: 8728dd2 [2021-09-16T18:54:50.314Z] Built: Fri Apr 9 22:44:13 2021 [2021-09-16T18:54:50.314Z] OS/Arch: linux/amd64 [2021-09-16T18:54:50.314Z] Experimental: true [2021-09-16T18:54:50.314Z] containerd: [2021-09-16T18:54:50.314Z] Version: 1.4.6 [2021-09-16T18:54:50.314Z] GitCommit: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-09-16T18:54:50.314Z] runc: [2021-09-16T18:54:50.314Z] Version: 1.0.0-rc95 [2021-09-16T18:54:50.314Z] GitCommit: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-09-16T18:54:50.314Z] docker-init: [2021-09-16T18:54:50.314Z] Version: 0.19.0 [2021-09-16T18:54:50.314Z] GitCommit: de40ad0 [Pipeline] sh [2021-09-16T18:54:50.647Z] + docker info [2021-09-16T18:54:53.156Z] Fetching without tags [2021-09-16T18:54:53.601Z] Merging remotes/origin/master commit 5176095455642c30642efacf6f35afc7c6dede92 into PR head commit e187eb2bb5f0c3f899fe643e95d1af8c57e89a73 [2021-09-16T18:54:53.665Z] Commit message: "compression: add support for the zstd algorithm" [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-09-16T18:54:54.342Z] Merge succeeded, producing e187eb2bb5f0c3f899fe643e95d1af8c57e89a73 [2021-09-16T18:54:54.342Z] Checking out Revision e187eb2bb5f0c3f899fe643e95d1af8c57e89a73 (PR-41759) [2021-09-16T18:54:54.775Z] + docker version [2021-09-16T18:54:53.052Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-09-16T18:54:53.085Z] > git config --add remote.origin.fetch +refs/pull/41759/head:refs/remotes/origin/PR-41759 # timeout=10 [2021-09-16T18:54:53.108Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-09-16T18:54:53.128Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-09-16T18:54:53.159Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-09-16T18:54:53.160Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-09-16T18:54:53.161Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/41759/head:refs/remotes/origin/PR-41759 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-09-16T18:54:53.613Z] > git config core.sparsecheckout # timeout=10 [2021-09-16T18:54:53.638Z] > git checkout -f e187eb2bb5f0c3f899fe643e95d1af8c57e89a73 # timeout=10 [2021-09-16T18:54:54.271Z] > git remote # timeout=10 [2021-09-16T18:54:54.299Z] > git config --get remote.origin.url # timeout=10 [2021-09-16T18:54:54.310Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-09-16T18:54:54.311Z] > git merge 5176095455642c30642efacf6f35afc7c6dede92 # timeout=10 [2021-09-16T18:54:54.325Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-09-16T18:54:54.344Z] > git config core.sparsecheckout # timeout=10 [2021-09-16T18:54:54.354Z] > git checkout -f e187eb2bb5f0c3f899fe643e95d1af8c57e89a73 # timeout=10 [2021-09-16T18:54:55.530Z] #58 ... [2021-09-16T18:54:55.530Z] [2021-09-16T18:54:55.530Z] #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-16T18:54:55.530Z] #52 sha256:8b52766aa8992ad5ea6e7ea4db37d812f7240ba03735f3cac8e86ee521d7efa9 [2021-09-16T18:54:55.530Z] #52 30.06 Reading package lists... [2021-09-16T18:54:55.530Z] #52 35.09 Building dependency tree... [2021-09-16T18:54:55.530Z] #52 38.56 The following additional packages will be installed: [2021-09-16T18:54:55.530Z] #52 38.56 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2021-09-16T18:54:55.530Z] #52 38.56 python3-protobuf python3-six [2021-09-16T18:54:55.530Z] #52 38.59 Suggested packages: [2021-09-16T18:54:55.530Z] #52 38.59 python3-setuptools [2021-09-16T18:54:55.530Z] #52 38.59 Recommended packages: [2021-09-16T18:54:55.530Z] #52 38.59 iproute2 | iproute [2021-09-16T18:54:55.530Z] #52 39.30 The following NEW packages will be installed: [2021-09-16T18:54:55.530Z] #52 39.33 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2021-09-16T18:54:55.530Z] #52 39.34 python3-protobuf python3-six [2021-09-16T18:54:55.530Z] #52 39.84 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. [2021-09-16T18:54:55.530Z] #52 39.84 Need to get 2267 kB of archives. [2021-09-16T18:54:55.530Z] #52 39.84 After this operation, 10.8 MB of additional disk space will be used. [2021-09-16T18:54:55.530Z] #52 39.84 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2021-09-16T18:54:55.530Z] #52 39.93 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2021-09-16T18:54:55.530Z] #52 39.95 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2021-09-16T18:54:55.530Z] #52 40.03 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2021-09-16T18:54:55.530Z] #52 40.07 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-16T18:54:55.530Z] #52 40.09 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-16T18:54:55.530Z] #52 40.11 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-16T18:54:56.908Z] #52 ... [2021-09-16T18:54:56.908Z] [2021-09-16T18:54:56.908Z] #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-16T18:54:56.908Z] #60 sha256:9ab75cb4a717a7035176f32b41ac167be83db48fc885009fb9af99f2c9a2c184 [2021-09-16T18:54:56.908Z] #60 DONE 41.8s [2021-09-16T18:54:57.168Z] [2021-09-16T18:54:57.168Z] #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-16T18:54:57.168Z] #48 sha256:6b8cec4c40d2921a1d2bdc203326c098330e9d2856fcd77ef3a5c99befc5d468 [2021-09-16T18:54:58.384Z] Commit message: "compression: add support for the zstd algorithm" [2021-09-16T18:54:58.552Z] #48 ... [2021-09-16T18:54:58.552Z] [2021-09-16T18:54:58.552Z] #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-16T18:54:58.552Z] #52 sha256:8b52766aa8992ad5ea6e7ea4db37d812f7240ba03735f3cac8e86ee521d7efa9 [2021-09-16T18:54:58.552Z] #52 42.90 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10 criu 3.15-1 [635 kB] [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-09-16T18:54:58.959Z] Client: Docker Engine - Community [2021-09-16T18:54:58.959Z] Version: 20.10.6 [2021-09-16T18:54:58.959Z] API version: 1.41 [2021-09-16T18:54:58.959Z] Go version: go1.13.15 [2021-09-16T18:54:58.959Z] Git commit: 370c289 [2021-09-16T18:54:58.959Z] Built: Fri Apr 9 22:46:01 2021 [2021-09-16T18:54:58.959Z] OS/Arch: linux/amd64 [2021-09-16T18:54:58.959Z] Context: default [2021-09-16T18:54:58.959Z] Experimental: true [2021-09-16T18:54:58.959Z] [2021-09-16T18:54:58.959Z] Server: Docker Engine - Community [2021-09-16T18:54:58.959Z] Engine: [2021-09-16T18:54:58.959Z] Version: 20.10.6 [2021-09-16T18:54:58.959Z] API version: 1.41 (minimum version 1.12) [2021-09-16T18:54:58.959Z] Go version: go1.13.15 [2021-09-16T18:54:58.959Z] Git commit: 8728dd2 [2021-09-16T18:54:58.959Z] Built: Fri Apr 9 22:44:13 2021 [2021-09-16T18:54:58.959Z] OS/Arch: linux/amd64 [2021-09-16T18:54:58.959Z] Experimental: true [2021-09-16T18:54:58.959Z] containerd: [2021-09-16T18:54:58.959Z] Version: 1.4.6 [2021-09-16T18:54:58.959Z] GitCommit: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-09-16T18:54:58.959Z] runc: [2021-09-16T18:54:58.959Z] Version: 1.0.0-rc95 [2021-09-16T18:54:58.959Z] GitCommit: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-09-16T18:54:58.959Z] docker-init: [2021-09-16T18:54:58.959Z] Version: 0.19.0 [2021-09-16T18:54:58.959Z] GitCommit: de40ad0 [Pipeline] sh [2021-09-16T18:54:59.294Z] + docker version [2021-09-16T18:54:59.304Z] + docker info [2021-09-16T18:54:59.931Z] #52 44.14 debconf: delaying package configuration, since apt-utils is not installed [2021-09-16T18:54:59.931Z] #52 44.39 Fetched 2267 kB in 4s (597 kB/s) [2021-09-16T18:54:59.931Z] #52 44.51 Selecting previously unselected package libprotobuf23:amd64. [2021-09-16T18:55:00.191Z] #52 44.51 (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-16T18:55:00.191Z] #52 44.58 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ... [2021-09-16T18:55:00.191Z] #52 44.60 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2021-09-16T18:55:01.128Z] #52 45.49 Selecting previously unselected package python3-pkg-resources. [2021-09-16T18:55:01.128Z] #52 45.49 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2021-09-16T18:55:01.128Z] #52 45.50 Unpacking python3-pkg-resources (52.0.0-4) ... [2021-09-16T18:55:01.387Z] #52 45.83 Selecting previously unselected package python3-six. [2021-09-16T18:55:01.387Z] #52 45.85 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2021-09-16T18:55:01.387Z] #52 45.87 Unpacking python3-six (1.16.0-2) ... [2021-09-16T18:55:01.646Z] #52 46.13 Selecting previously unselected package python3-protobuf. [2021-09-16T18:55:01.646Z] #52 46.14 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ... [2021-09-16T18:55:01.646Z] #52 46.17 Unpacking python3-protobuf (3.12.4-1) ... [2021-09-16T18:55:02.215Z] #52 46.68 Selecting previously unselected package libnet1:amd64. [2021-09-16T18:55:02.215Z] #52 46.68 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-09-16T18:55:02.215Z] #52 46.69 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-09-16T18:55:02.474Z] #52 46.90 Selecting previously unselected package libnl-3-200:amd64. [2021-09-16T18:55:02.474Z] #52 46.90 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2021-09-16T18:55:02.474Z] #52 46.91 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2021-09-16T18:55:02.474Z] #52 47.01 Selecting previously unselected package libprotobuf-c1:amd64. [2021-09-16T18:55:02.474Z] #52 47.02 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2021-09-16T18:55:02.474Z] #52 47.02 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2021-09-16T18:55:02.707Z] Fetching without tags [2021-09-16T18:55:02.734Z] #52 47.18 Selecting previously unselected package criu. [2021-09-16T18:55:02.734Z] #52 47.19 Preparing to unpack .../7-criu_3.15-1_amd64.deb ... [2021-09-16T18:55:02.734Z] #52 47.21 Unpacking criu (3.15-1) ... [2021-09-16T18:55:02.909Z] Client: [2021-09-16T18:55:02.909Z] Context: default [2021-09-16T18:55:02.909Z] Debug Mode: false [2021-09-16T18:55:02.909Z] Plugins: [2021-09-16T18:55:02.909Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-09-16T18:55:02.909Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-09-16T18:55:02.909Z] scan: Docker Scan (Docker Inc., v0.7.0) [2021-09-16T18:55:02.909Z] [2021-09-16T18:55:02.909Z] Server: [2021-09-16T18:55:02.909Z] Containers: 0 [2021-09-16T18:55:02.909Z] Running: 0 [2021-09-16T18:55:02.909Z] Paused: 0 [2021-09-16T18:55:02.909Z] Stopped: 0 [2021-09-16T18:55:02.909Z] Images: 0 [2021-09-16T18:55:02.909Z] Server Version: 20.10.6 [2021-09-16T18:55:02.909Z] Storage Driver: overlay2 [2021-09-16T18:55:02.909Z] Backing Filesystem: extfs [2021-09-16T18:55:02.909Z] Supports d_type: true [2021-09-16T18:55:02.909Z] Native Overlay Diff: true [2021-09-16T18:55:02.909Z] userxattr: false [2021-09-16T18:55:02.909Z] Logging Driver: json-file [2021-09-16T18:55:02.909Z] Cgroup Driver: cgroupfs [2021-09-16T18:55:02.909Z] Cgroup Version: 1 [2021-09-16T18:55:02.909Z] Plugins: [2021-09-16T18:55:02.909Z] Volume: local [2021-09-16T18:55:02.909Z] Network: bridge host ipvlan macvlan null overlay [2021-09-16T18:55:02.909Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-09-16T18:55:02.909Z] Swarm: inactive [2021-09-16T18:55:02.909Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-09-16T18:55:02.909Z] Default Runtime: runc [2021-09-16T18:55:02.909Z] Init Binary: docker-init [2021-09-16T18:55:02.909Z] containerd version: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-09-16T18:55:02.909Z] runc version: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-09-16T18:55:02.909Z] init version: de40ad0 [2021-09-16T18:55:02.909Z] Security Options: [2021-09-16T18:55:02.909Z] apparmor [2021-09-16T18:55:02.909Z] seccomp [2021-09-16T18:55:02.909Z] Profile: default [2021-09-16T18:55:02.909Z] Kernel Version: 5.4.0-1048-aws [2021-09-16T18:55:02.909Z] Operating System: Ubuntu 18.04.5 LTS [2021-09-16T18:55:02.909Z] OSType: linux [2021-09-16T18:55:02.909Z] Architecture: x86_64 [2021-09-16T18:55:02.909Z] CPUs: 2 [2021-09-16T18:55:02.909Z] Total Memory: 7.487GiB [2021-09-16T18:55:02.909Z] Name: ip-10-100-59-158 [2021-09-16T18:55:02.909Z] ID: KG52:ONVY:U5MS:VBR3:3V2I:UMRB:NEG5:YUDM:PLPH:2QKQ:N3BG:QG3A [2021-09-16T18:55:02.909Z] Docker Root Dir: /var/lib/docker [2021-09-16T18:55:02.909Z] Debug Mode: false [2021-09-16T18:55:02.909Z] Registry: https://index.docker.io/v1/ [2021-09-16T18:55:02.909Z] Labels: [2021-09-16T18:55:02.909Z] Experimental: true [2021-09-16T18:55:02.909Z] Insecure Registries: [2021-09-16T18:55:02.909Z] 127.0.0.0/8 [2021-09-16T18:55:02.909Z] Live Restore Enabled: true [2021-09-16T18:55:02.909Z] [2021-09-16T18:55:02.909Z] WARNING: No swap limit support [Pipeline] sh [2021-09-16T18:55:03.212Z] + echo check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-09-16T18:55:03.212Z] check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-09-16T18:55:03.212Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41759/check-config.sh https://raw.githubusercontent.com/moby/moby/2b0755b936416834e14208c6c37b36977e67ea35/contrib/check-config.sh [2021-09-16T18:55:03.212Z] + bash /home/ubuntu/workspace/moby_PR-41759/check-config.sh [2021-09-16T18:55:03.212Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-09-16T18:55:03.212Z] info: reading kernel config from /boot/config-5.4.0-1048-aws ... [2021-09-16T18:55:03.212Z] [2021-09-16T18:55:03.212Z] Generally Necessary: [2021-09-16T18:55:03.212Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-09-16T18:55:03.212Z] - apparmor: enabled and tools installed [2021-09-16T18:55:03.212Z] - CONFIG_NAMESPACES: enabled [2021-09-16T18:55:03.212Z] - CONFIG_NET_NS: enabled [2021-09-16T18:55:03.212Z] - CONFIG_PID_NS: enabled [2021-09-16T18:55:03.212Z] - CONFIG_IPC_NS: enabled [2021-09-16T18:55:03.212Z] - CONFIG_UTS_NS: enabled [2021-09-16T18:55:03.212Z] - CONFIG_CGROUPS: enabled [2021-09-16T18:55:03.212Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-09-16T18:55:03.212Z] - CONFIG_CGROUP_DEVICE: enabled [2021-09-16T18:55:03.212Z] - CONFIG_CGROUP_FREEZER: enabled [2021-09-16T18:55:03.212Z] - CONFIG_CGROUP_SCHED: enabled [2021-09-16T18:55:03.212Z] - CONFIG_CPUSETS: enabled [2021-09-16T18:55:03.212Z] - CONFIG_MEMCG: enabled [2021-09-16T18:55:03.212Z] - CONFIG_KEYS: enabled [2021-09-16T18:55:03.212Z] - CONFIG_VETH: enabled (as module) [2021-09-16T18:55:03.212Z] - CONFIG_BRIDGE: enabled (as module) [2021-09-16T18:55:03.212Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-09-16T18:55:03.212Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-09-16T18:55:03.212Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-09-16T18:55:03.212Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-09-16T18:55:03.212Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-09-16T18:55:03.212Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-09-16T18:55:03.212Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2021-09-16T18:55:03.212Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-09-16T18:55:03.212Z] - CONFIG_NF_NAT: enabled (as module) [2021-09-16T18:55:03.212Z] - CONFIG_POSIX_MQUEUE: enabled [2021-09-16T18:55:03.212Z] [2021-09-16T18:55:03.212Z] Optional Features: [2021-09-16T18:55:03.212Z] - CONFIG_USER_NS: enabled [2021-09-16T18:55:03.301Z] #52 47.72 Setting up python3-pkg-resources (52.0.0-4) ... [2021-09-16T18:55:03.474Z] - CONFIG_SECCOMP: enabled [2021-09-16T18:55:03.474Z] - CONFIG_SECCOMP_FILTER: enabled [2021-09-16T18:55:03.474Z] - CONFIG_CGROUP_PIDS: enabled [2021-09-16T18:55:03.474Z] - CONFIG_MEMCG_SWAP: enabled [2021-09-16T18:55:03.474Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-09-16T18:55:03.474Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-09-16T18:55:03.474Z] - CONFIG_BLK_CGROUP: enabled [2021-09-16T18:55:03.474Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-09-16T18:55:03.474Z] - CONFIG_CGROUP_PERF: enabled [2021-09-16T18:55:03.474Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-09-16T18:55:03.474Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-09-16T18:55:03.474Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-09-16T18:55:03.474Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-09-16T18:55:03.474Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-09-16T18:55:03.474Z] - CONFIG_RT_GROUP_SCHED: missing [2021-09-16T18:55:03.474Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-09-16T18:55:03.474Z] - CONFIG_IP_VS: enabled (as module) [2021-09-16T18:55:03.474Z] - CONFIG_IP_VS_NFCT: enabled [2021-09-16T18:55:03.474Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-09-16T18:55:03.474Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-09-16T18:55:03.474Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-09-16T18:55:03.474Z] - CONFIG_SECURITY_SELINUX: enabled [2021-09-16T18:55:03.474Z] - CONFIG_SECURITY_APPARMOR: enabled [2021-09-16T18:55:03.474Z] - CONFIG_EXT4_FS: enabled [2021-09-16T18:55:03.474Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-09-16T18:55:03.474Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-09-16T18:55:03.474Z] - Network Drivers: [2021-09-16T18:55:03.474Z] - "overlay": [2021-09-16T18:55:03.474Z] - CONFIG_VXLAN: enabled (as module) [2021-09-16T18:55:03.474Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-09-16T18:55:03.474Z] Optional (for encrypted networks): [2021-09-16T18:55:02.634Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-09-16T18:55:02.642Z] > git config --add remote.origin.fetch +refs/pull/41759/head:refs/remotes/origin/PR-41759 # timeout=10 [2021-09-16T18:55:02.665Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-09-16T18:55:02.688Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-09-16T18:55:02.712Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-09-16T18:55:02.712Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-09-16T18:55:02.714Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/41759/head:refs/remotes/origin/PR-41759 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-09-16T18:55:03.691Z] Merging remotes/origin/master commit 5176095455642c30642efacf6f35afc7c6dede92 into PR head commit e187eb2bb5f0c3f899fe643e95d1af8c57e89a73 [2021-09-16T18:55:03.736Z] - CONFIG_CRYPTO: enabled [2021-09-16T18:55:03.736Z] - CONFIG_CRYPTO_AEAD: enabled [2021-09-16T18:55:03.736Z] - CONFIG_CRYPTO_GCM: enabled [2021-09-16T18:55:03.736Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-09-16T18:55:03.736Z] - CONFIG_CRYPTO_GHASH: enabled [2021-09-16T18:55:03.736Z] - CONFIG_XFRM: enabled [2021-09-16T18:55:03.736Z] - CONFIG_XFRM_USER: enabled (as module) [2021-09-16T18:55:03.736Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-09-16T18:55:03.736Z] - CONFIG_INET_ESP: enabled (as module) [2021-09-16T18:55:03.736Z] - "ipvlan": [2021-09-16T18:55:03.736Z] - CONFIG_IPVLAN: enabled (as module) [2021-09-16T18:55:03.736Z] - "macvlan": [2021-09-16T18:55:03.736Z] - CONFIG_MACVLAN: enabled (as module) [2021-09-16T18:55:03.736Z] - CONFIG_DUMMY: enabled (as module) [2021-09-16T18:55:03.736Z] - "ftp,tftp client in container": [2021-09-16T18:55:03.736Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-09-16T18:55:03.736Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-09-16T18:55:03.736Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-09-16T18:55:03.736Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-09-16T18:55:03.736Z] - Storage Drivers: [2021-09-16T18:55:03.736Z] - "aufs": [2021-09-16T18:55:03.736Z] - CONFIG_AUFS_FS: enabled (as module) [2021-09-16T18:55:03.736Z] - "btrfs": [2021-09-16T18:55:03.736Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-09-16T18:55:03.736Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-09-16T18:55:03.736Z] - "devicemapper": [2021-09-16T18:55:03.736Z] - CONFIG_BLK_DEV_DM: enabled [2021-09-16T18:55:03.736Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-09-16T18:55:03.736Z] - "overlay": [2021-09-16T18:55:03.736Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-09-16T18:55:03.736Z] - "zfs": [2021-09-16T18:55:03.736Z] - /dev/zfs: present [2021-09-16T18:55:03.736Z] - zfs command: missing [2021-09-16T18:55:03.736Z] - zpool command: missing [2021-09-16T18:55:03.736Z] [2021-09-16T18:55:03.736Z] Limits: [2021-09-16T18:55:03.736Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-09-16T18:55:03.736Z] [2021-09-16T18:55:03.736Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-09-16T18:55:04.093Z] + sudo modprobe ip_vs [2021-09-16T18:55:04.093Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:e187eb2bb5f0c3f899fe643e95d1af8c57e89a73 . [2021-09-16T18:55:04.237Z] #52 48.83 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2021-09-16T18:55:04.237Z] #52 48.85 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-09-16T18:55:04.237Z] #52 48.87 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2021-09-16T18:55:04.354Z] #2 [internal] load .dockerignore [2021-09-16T18:55:04.354Z] #2 sha256:4183c6709e0bfc56c381f55372e2a6882788ca5749cbb44838c6eddad6dd7db8 [2021-09-16T18:55:04.497Z] #52 48.88 Setting up python3-six (1.16.0-2) ... [2021-09-16T18:55:05.065Z] #52 49.49 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2021-09-16T18:55:05.065Z] #52 49.52 Setting up python3-protobuf (3.12.4-1) ... [2021-09-16T18:55:05.291Z] Merge succeeded, producing e187eb2bb5f0c3f899fe643e95d1af8c57e89a73 [2021-09-16T18:55:05.291Z] Checking out Revision e187eb2bb5f0c3f899fe643e95d1af8c57e89a73 (PR-41759) [2021-09-16T18:55:03.716Z] > git config core.sparsecheckout # timeout=10 [2021-09-16T18:55:03.759Z] > git checkout -f e187eb2bb5f0c3f899fe643e95d1af8c57e89a73 # timeout=10 [2021-09-16T18:55:05.140Z] > git remote # timeout=10 [2021-09-16T18:55:05.247Z] > git config --get remote.origin.url # timeout=10 [2021-09-16T18:55:05.260Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-09-16T18:55:05.263Z] > git merge 5176095455642c30642efacf6f35afc7c6dede92 # timeout=10 [2021-09-16T18:55:05.277Z] > git rev-parse HEAD^{commit} # timeout=10 [2021-09-16T18:55:05.294Z] > git config core.sparsecheckout # timeout=10 [2021-09-16T18:55:05.308Z] > git checkout -f e187eb2bb5f0c3f899fe643e95d1af8c57e89a73 # timeout=10 [2021-09-16T18:55:06.269Z] #2 ... [2021-09-16T18:55:06.269Z] [2021-09-16T18:55:06.269Z] #1 [internal] load build definition from Dockerfile [2021-09-16T18:55:06.269Z] #1 sha256:e4a42031a702be65c0430ab1189448df6fad21c1ab90677cf4d378b6b8a4a3a9 [2021-09-16T18:55:06.269Z] #1 transferring dockerfile: 16.36kB done [2021-09-16T18:55:06.269Z] #1 DONE 1.7s [2021-09-16T18:55:06.269Z] [2021-09-16T18:55:06.269Z] #2 [internal] load .dockerignore [2021-09-16T18:55:06.269Z] #2 sha256:4183c6709e0bfc56c381f55372e2a6882788ca5749cbb44838c6eddad6dd7db8 [2021-09-16T18:55:06.269Z] #2 transferring context: 87B done [2021-09-16T18:55:06.269Z] #2 DONE 1.6s [2021-09-16T18:55:06.269Z] [2021-09-16T18:55:06.269Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2021-09-16T18:55:06.269Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2021-09-16T18:55:06.842Z] #3 DONE 0.6s [2021-09-16T18:55:06.842Z] [2021-09-16T18:55:06.842Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:9e2c9eca7367393aecc68795c671f93466818395a2693498debe831fd67f5e89 [2021-09-16T18:55:06.842Z] #4 sha256:cec4ef50052a81898d2eacf0a5351dcf0529ec16e19cc983205d123480d1fad8 [2021-09-16T18:55:06.842Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:9e2c9eca7367393aecc68795c671f93466818395a2693498debe831fd67f5e89 done [2021-09-16T18:55:06.842Z] #4 sha256:9e2c9eca7367393aecc68795c671f93466818395a2693498debe831fd67f5e89 2.00kB / 2.00kB done [2021-09-16T18:55:06.842Z] #4 sha256:cb8d6fa06268f199b41ccc0c2718caca915f74c640f3cd044af8e205e8d616cf 528B / 528B done [2021-09-16T18:55:06.842Z] #4 sha256:b1e2fdbfa8cb359e5e566c70344df94749db2e6419e06ac542ed14a348c3ce81 1.21kB / 1.21kB done [2021-09-16T18:55:06.842Z] #4 sha256:8d9a8cad598f6c5e97bcb90aab70cd2e868d3dc0d514fa9b60468bf72bf32338 1.05MB / 9.67MB 0.1s [2021-09-16T18:55:06.842Z] #4 sha256:8d9a8cad598f6c5e97bcb90aab70cd2e868d3dc0d514fa9b60468bf72bf32338 9.67MB / 9.67MB 0.2s [2021-09-16T18:55:07.105Z] #4 sha256:8d9a8cad598f6c5e97bcb90aab70cd2e868d3dc0d514fa9b60468bf72bf32338 9.67MB / 9.67MB 0.3s done [2021-09-16T18:55:07.105Z] #4 extracting sha256:8d9a8cad598f6c5e97bcb90aab70cd2e868d3dc0d514fa9b60468bf72bf32338 [2021-09-16T18:55:07.369Z] #4 extracting sha256:8d9a8cad598f6c5e97bcb90aab70cd2e868d3dc0d514fa9b60468bf72bf32338 0.5s done [2021-09-16T18:55:07.415Z] Client: Docker Engine - Community [2021-09-16T18:55:07.415Z] Version: 20.10.6 [2021-09-16T18:55:07.415Z] API version: 1.41 [2021-09-16T18:55:07.415Z] Go version: go1.13.15 [2021-09-16T18:55:07.415Z] Git commit: 370c289 [2021-09-16T18:55:07.415Z] Built: Fri Apr 9 22:47:17 2021 [2021-09-16T18:55:07.415Z] OS/Arch: linux/amd64 [2021-09-16T18:55:07.415Z] Context: default [2021-09-16T18:55:07.415Z] Experimental: true [2021-09-16T18:55:07.415Z] [2021-09-16T18:55:07.415Z] Server: Docker Engine - Community [2021-09-16T18:55:07.415Z] Engine: [2021-09-16T18:55:07.415Z] Version: 20.10.6 [2021-09-16T18:55:07.415Z] API version: 1.41 (minimum version 1.12) [2021-09-16T18:55:07.415Z] Go version: go1.13.15 [2021-09-16T18:55:07.415Z] Git commit: 8728dd2 [2021-09-16T18:55:07.415Z] Built: Fri Apr 9 22:45:28 2021 [2021-09-16T18:55:07.415Z] OS/Arch: linux/amd64 [2021-09-16T18:55:07.415Z] Experimental: true [2021-09-16T18:55:07.415Z] containerd: [2021-09-16T18:55:07.415Z] Version: 1.4.6 [2021-09-16T18:55:07.415Z] GitCommit: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-09-16T18:55:07.415Z] runc: [2021-09-16T18:55:07.415Z] Version: 1.0.0-rc95 [2021-09-16T18:55:07.415Z] GitCommit: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-09-16T18:55:07.415Z] docker-init: [2021-09-16T18:55:07.415Z] Version: 0.19.0 [2021-09-16T18:55:07.415Z] GitCommit: de40ad0 [2021-09-16T18:55:07.418Z] Client: [2021-09-16T18:55:07.418Z] Context: default [2021-09-16T18:55:07.418Z] Debug Mode: false [2021-09-16T18:55:07.418Z] Plugins: [2021-09-16T18:55:07.418Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-09-16T18:55:07.418Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-09-16T18:55:07.418Z] scan: Docker Scan (Docker Inc., v0.7.0) [2021-09-16T18:55:07.418Z] [2021-09-16T18:55:07.418Z] Server: [2021-09-16T18:55:07.418Z] Containers: 0 [2021-09-16T18:55:07.418Z] Running: 0 [2021-09-16T18:55:07.418Z] Paused: 0 [2021-09-16T18:55:07.418Z] Stopped: 0 [2021-09-16T18:55:07.418Z] Images: 0 [2021-09-16T18:55:07.418Z] Server Version: 20.10.6 [2021-09-16T18:55:07.418Z] Storage Driver: overlay2 [2021-09-16T18:55:07.418Z] Backing Filesystem: extfs [2021-09-16T18:55:07.418Z] Supports d_type: true [2021-09-16T18:55:07.418Z] Native Overlay Diff: true [2021-09-16T18:55:07.418Z] userxattr: false [2021-09-16T18:55:07.418Z] Logging Driver: json-file [2021-09-16T18:55:07.418Z] Cgroup Driver: cgroupfs [2021-09-16T18:55:07.418Z] Cgroup Version: 1 [2021-09-16T18:55:07.418Z] Plugins: [2021-09-16T18:55:07.418Z] Volume: local [2021-09-16T18:55:07.418Z] Network: bridge host ipvlan macvlan null overlay [2021-09-16T18:55:07.418Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-09-16T18:55:07.418Z] Swarm: inactive [2021-09-16T18:55:07.418Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-09-16T18:55:07.418Z] Default Runtime: runc [2021-09-16T18:55:07.418Z] Init Binary: docker-init [2021-09-16T18:55:07.418Z] containerd version: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-09-16T18:55:07.418Z] runc version: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-09-16T18:55:07.418Z] init version: de40ad0 [2021-09-16T18:55:07.418Z] Security Options: [2021-09-16T18:55:07.418Z] apparmor [2021-09-16T18:55:07.418Z] seccomp [2021-09-16T18:55:07.418Z] Profile: default [2021-09-16T18:55:07.418Z] Kernel Version: 5.4.0-1048-aws [2021-09-16T18:55:07.418Z] Operating System: Ubuntu 18.04.5 LTS [2021-09-16T18:55:07.418Z] OSType: linux [2021-09-16T18:55:07.418Z] Architecture: x86_64 [2021-09-16T18:55:07.418Z] CPUs: 2 [2021-09-16T18:55:07.418Z] Total Memory: 7.569GiB [2021-09-16T18:55:07.419Z] Name: ip-10-100-67-199 [2021-09-16T18:55:07.419Z] ID: KG52:ONVY:U5MS:VBR3:3V2I:UMRB:NEG5:YUDM:PLPH:2QKQ:N3BG:QG3A [2021-09-16T18:55:07.419Z] Docker Root Dir: /var/lib/docker [2021-09-16T18:55:07.419Z] Debug Mode: false [2021-09-16T18:55:07.419Z] Registry: https://index.docker.io/v1/ [2021-09-16T18:55:07.419Z] Labels: [2021-09-16T18:55:07.419Z] Experimental: true [2021-09-16T18:55:07.419Z] Insecure Registries: [2021-09-16T18:55:07.419Z] 127.0.0.0/8 [2021-09-16T18:55:07.419Z] Live Restore Enabled: true [2021-09-16T18:55:07.419Z] [2021-09-16T18:55:07.419Z] WARNING: No swap limit support [Pipeline] sh [Pipeline] sh [2021-09-16T18:55:07.600Z] #52 51.96 Setting up criu (3.15-1) ... [2021-09-16T18:55:07.635Z] #4 DONE 1.0s [2021-09-16T18:55:07.704Z] + echo check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-09-16T18:55:07.704Z] check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-09-16T18:55:07.704Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41759/check-config.sh https://raw.githubusercontent.com/moby/moby/2b0755b936416834e14208c6c37b36977e67ea35/contrib/check-config.sh [2021-09-16T18:55:07.704Z] + bash /home/ubuntu/workspace/moby_PR-41759/check-config.sh [2021-09-16T18:55:07.704Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-09-16T18:55:07.704Z] info: reading kernel config from /boot/config-5.4.0-1048-aws ... [2021-09-16T18:55:07.704Z] [2021-09-16T18:55:07.704Z] Generally Necessary: [2021-09-16T18:55:07.704Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-09-16T18:55:07.704Z] - apparmor: enabled and tools installed [2021-09-16T18:55:07.704Z] - CONFIG_NAMESPACES: enabled [2021-09-16T18:55:07.704Z] - CONFIG_NET_NS: enabled [2021-09-16T18:55:07.704Z] - CONFIG_PID_NS: enabled [2021-09-16T18:55:07.704Z] - CONFIG_IPC_NS: enabled [2021-09-16T18:55:07.704Z] - CONFIG_UTS_NS: enabled [2021-09-16T18:55:07.704Z] - CONFIG_CGROUPS: enabled [2021-09-16T18:55:07.704Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-09-16T18:55:07.704Z] - CONFIG_CGROUP_DEVICE: enabled [2021-09-16T18:55:07.741Z] + docker info [2021-09-16T18:55:07.907Z] [2021-09-16T18:55:07.907Z] #5 [internal] load build definition from Dockerfile [2021-09-16T18:55:07.907Z] #5 sha256:449d1ef1b96499bf0c58942748c444f9efbf429c1f43a286a11c0f2fa27fefa9 [2021-09-16T18:55:07.907Z] #5 DONE 0.0s [2021-09-16T18:55:07.907Z] [2021-09-16T18:55:07.907Z] #6 [internal] load .dockerignore [2021-09-16T18:55:07.907Z] #6 sha256:31c7afdd8525ea0bb78532c7d95bf91a029126b04bc275cb2579e6b1e9c4efc1 [2021-09-16T18:55:07.907Z] #6 DONE 0.0s [2021-09-16T18:55:07.907Z] [2021-09-16T18:55:07.907Z] #10 [internal] load metadata for docker.io/library/debian:bullseye [2021-09-16T18:55:07.907Z] #10 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2021-09-16T18:55:07.962Z] - CONFIG_CGROUP_FREEZER: enabled [2021-09-16T18:55:07.962Z] - CONFIG_CGROUP_SCHED: enabled [2021-09-16T18:55:07.962Z] - CONFIG_CPUSETS: enabled [2021-09-16T18:55:07.962Z] - CONFIG_MEMCG: enabled [2021-09-16T18:55:07.962Z] - CONFIG_KEYS: enabled [2021-09-16T18:55:07.962Z] - CONFIG_VETH: enabled (as module) [2021-09-16T18:55:07.962Z] - CONFIG_BRIDGE: enabled (as module) [2021-09-16T18:55:07.962Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-09-16T18:55:07.962Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-09-16T18:55:07.962Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-09-16T18:55:07.962Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-09-16T18:55:07.962Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-09-16T18:55:07.962Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-09-16T18:55:07.962Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2021-09-16T18:55:07.962Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-09-16T18:55:07.962Z] - CONFIG_NF_NAT: enabled (as module) [2021-09-16T18:55:07.962Z] - CONFIG_POSIX_MQUEUE: enabled [2021-09-16T18:55:07.962Z] [2021-09-16T18:55:07.962Z] Optional Features: [2021-09-16T18:55:07.962Z] - CONFIG_USER_NS: enabled [2021-09-16T18:55:07.962Z] - CONFIG_SECCOMP: enabled [2021-09-16T18:55:07.962Z] - CONFIG_SECCOMP_FILTER: enabled [2021-09-16T18:55:07.962Z] - CONFIG_CGROUP_PIDS: enabled [2021-09-16T18:55:07.962Z] - CONFIG_MEMCG_SWAP: enabled [2021-09-16T18:55:07.962Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-09-16T18:55:07.962Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-09-16T18:55:07.962Z] - CONFIG_BLK_CGROUP: enabled [2021-09-16T18:55:07.962Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-09-16T18:55:07.962Z] - CONFIG_CGROUP_PERF: enabled [2021-09-16T18:55:07.962Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-09-16T18:55:07.962Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-09-16T18:55:07.962Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-09-16T18:55:07.962Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-09-16T18:55:07.962Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-09-16T18:55:07.962Z] - CONFIG_RT_GROUP_SCHED: missing [2021-09-16T18:55:07.962Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-09-16T18:55:08.239Z] - CONFIG_IP_VS: enabled (as module) [2021-09-16T18:55:08.239Z] - CONFIG_IP_VS_NFCT: enabled [2021-09-16T18:55:08.239Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-09-16T18:55:08.239Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-09-16T18:55:08.239Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-09-16T18:55:08.239Z] - CONFIG_SECURITY_SELINUX: enabled [2021-09-16T18:55:08.239Z] - CONFIG_SECURITY_APPARMOR: enabled [2021-09-16T18:55:08.239Z] - CONFIG_EXT4_FS: enabled [2021-09-16T18:55:08.239Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-09-16T18:55:08.239Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-09-16T18:55:08.239Z] - Network Drivers: [2021-09-16T18:55:08.239Z] - "overlay": [2021-09-16T18:55:08.239Z] - CONFIG_VXLAN: enabled (as module) [2021-09-16T18:55:08.239Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-09-16T18:55:08.239Z] Optional (for encrypted networks): [2021-09-16T18:55:08.239Z] - CONFIG_CRYPTO: enabled [2021-09-16T18:55:08.239Z] - CONFIG_CRYPTO_AEAD: enabled [2021-09-16T18:55:08.239Z] - CONFIG_CRYPTO_GCM: enabled [2021-09-16T18:55:08.239Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-09-16T18:55:08.239Z] - CONFIG_CRYPTO_GHASH: enabled [2021-09-16T18:55:08.239Z] - CONFIG_XFRM: enabled [2021-09-16T18:55:08.239Z] - CONFIG_XFRM_USER: enabled (as module) [2021-09-16T18:55:08.239Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-09-16T18:55:08.239Z] - CONFIG_INET_ESP: enabled (as module) [2021-09-16T18:55:08.239Z] - "ipvlan": [2021-09-16T18:55:08.239Z] - CONFIG_IPVLAN: enabled (as module) [2021-09-16T18:55:08.239Z] - "macvlan": [2021-09-16T18:55:08.239Z] - CONFIG_MACVLAN: enabled (as module) [2021-09-16T18:55:08.239Z] - CONFIG_DUMMY: enabled (as module) [2021-09-16T18:55:08.239Z] - "ftp,tftp client in container": [2021-09-16T18:55:08.239Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-09-16T18:55:08.239Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-09-16T18:55:08.239Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-09-16T18:55:08.239Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-09-16T18:55:08.239Z] - Storage Drivers: [2021-09-16T18:55:08.239Z] - "aufs": [2021-09-16T18:55:08.239Z] - CONFIG_AUFS_FS: enabled (as module) [2021-09-16T18:55:08.239Z] - "btrfs": [2021-09-16T18:55:08.239Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-09-16T18:55:08.239Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-09-16T18:55:08.239Z] - "devicemapper": [2021-09-16T18:55:08.239Z] - CONFIG_BLK_DEV_DM: enabled [2021-09-16T18:55:08.239Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-09-16T18:55:08.239Z] - "overlay": [2021-09-16T18:55:08.502Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-09-16T18:55:08.502Z] - "zfs": [2021-09-16T18:55:08.502Z] - /dev/zfs: present [2021-09-16T18:55:08.502Z] - zfs command: missing [2021-09-16T18:55:08.502Z] - zpool command: missing [2021-09-16T18:55:08.502Z] [2021-09-16T18:55:08.502Z] Limits: [2021-09-16T18:55:08.502Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-09-16T18:55:08.502Z] [2021-09-16T18:55:08.502Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-09-16T18:55:08.857Z] #10 DONE 1.1s [2021-09-16T18:55:08.857Z] [2021-09-16T18:55:08.857Z] #7 [internal] load metadata for docker.io/library/golang:1.17.0-bullseye [2021-09-16T18:55:08.857Z] #7 sha256:0f294db75f3b6137b7b8d7f37315ee02a5d7cb71e1fcd1541f331a1a98b3ee60 [2021-09-16T18:55:08.857Z] #7 DONE 1.1s [2021-09-16T18:55:08.857Z] [2021-09-16T18:55:08.857Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-09-16T18:55:08.857Z] #8 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-09-16T18:55:08.857Z] #8 DONE 1.1s [2021-09-16T18:55:08.857Z] [2021-09-16T18:55:08.857Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-09-16T18:55:08.857Z] #9 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-09-16T18:55:08.956Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:e187eb2bb5f0c3f899fe643e95d1af8c57e89a73 . [2021-09-16T18:55:08.977Z] #52 53.41 Processing triggers for libc-bin (2.31-13) ... [2021-09-16T18:55:09.120Z] #9 DONE 1.2s [2021-09-16T18:55:09.214Z] #1 [internal] load build definition from Dockerfile [2021-09-16T18:55:09.214Z] #1 sha256:c9088aff54d99878ebea4777f6ee8a45977d952fe815ae9aa08c8fa837e0ab6b [2021-09-16T18:55:09.214Z] #1 transferring dockerfile: [2021-09-16T18:55:09.214Z] #1 transferring dockerfile: 16.36kB done [2021-09-16T18:55:09.214Z] #1 DONE 0.3s [2021-09-16T18:55:09.214Z] [2021-09-16T18:55:09.214Z] #2 [internal] load .dockerignore [2021-09-16T18:55:09.214Z] #2 sha256:48ad450d0c963bb7802fae0bd1489ce9686e1ff7922124113d68736870e4ddf0 [2021-09-16T18:55:09.214Z] #2 transferring context: [2021-09-16T18:55:09.238Z] #52 DONE 53.8s [2021-09-16T18:55:09.238Z] [2021-09-16T18:55:09.238Z] #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-16T18:55:09.238Z] #40 sha256:1911c9de04cba7d464ea755b70f705d21776700bd38b0934ae731606e49130b1 [2021-09-16T18:55:09.238Z] #40 46.81 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-16T18:55:09.238Z] #40 46.96 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2021-09-16T18:55:09.238Z] #40 47.21 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-09-16T18:55:09.471Z] #2 transferring context: 87B done [2021-09-16T18:55:09.471Z] #2 DONE 0.2s [2021-09-16T18:55:09.471Z] [2021-09-16T18:55:09.471Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2021-09-16T18:55:09.471Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2021-09-16T18:55:09.680Z] Commit message: "compression: add support for the zstd algorithm" [2021-09-16T18:55:09.987Z] [2021-09-16T18:55:09.987Z] #27 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:08db48d59c0a91afb802ebafc921be3154e200c452e4d0b19634b426b03e0e25 [2021-09-16T18:55:09.987Z] #27 sha256:ee2eca46195c04d2aabba51a1feb0e852c571983c78b00aa1bea25ba9b272469 [2021-09-16T18:55:09.987Z] #27 resolve docker.io/library/debian:bullseye@sha256:08db48d59c0a91afb802ebafc921be3154e200c452e4d0b19634b426b03e0e25 [2021-09-16T18:55:09.987Z] #27 resolve docker.io/library/debian:bullseye@sha256:08db48d59c0a91afb802ebafc921be3154e200c452e4d0b19634b426b03e0e25 0.1s done [2021-09-16T18:55:10.040Z] #3 DONE 0.7s [2021-09-16T18:55:10.040Z] [2021-09-16T18:55:10.040Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:9e2c9eca7367393aecc68795c671f93466818395a2693498debe831fd67f5e89 [2021-09-16T18:55:10.040Z] #4 sha256:cec4ef50052a81898d2eacf0a5351dcf0529ec16e19cc983205d123480d1fad8 [2021-09-16T18:55:10.040Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:9e2c9eca7367393aecc68795c671f93466818395a2693498debe831fd67f5e89 0.0s done [2021-09-16T18:55:10.040Z] #4 sha256:9e2c9eca7367393aecc68795c671f93466818395a2693498debe831fd67f5e89 2.00kB / 2.00kB done [2021-09-16T18:55:10.040Z] #4 sha256:cb8d6fa06268f199b41ccc0c2718caca915f74c640f3cd044af8e205e8d616cf 528B / 528B done [2021-09-16T18:55:10.040Z] #4 sha256:b1e2fdbfa8cb359e5e566c70344df94749db2e6419e06ac542ed14a348c3ce81 1.21kB / 1.21kB done [2021-09-16T18:55:10.040Z] #4 sha256:8d9a8cad598f6c5e97bcb90aab70cd2e868d3dc0d514fa9b60468bf72bf32338 2.10MB / 9.67MB 0.1s [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-09-16T18:55:10.254Z] #27 sha256:08db48d59c0a91afb802ebafc921be3154e200c452e4d0b19634b426b03e0e25 1.85kB / 1.85kB done [2021-09-16T18:55:10.254Z] #27 sha256:2c4d8b742bed07efe6d262942d9ebdbe2143f6aeb76d2935807e1b81385b974a 529B / 529B done [2021-09-16T18:55:10.254Z] #27 sha256:82bd5ee7b1c50d8a1a5f12e8dcfa9fcbb5cc2b551c5d9edcca3220397c06b7ed 1.46kB / 1.46kB done [2021-09-16T18:55:10.254Z] #27 sha256:955615a668ce169f8a1443fc6b6e6215f43fe0babfb4790712a2d3171f34d366 0B / 54.93MB 0.2s [2021-09-16T18:55:10.254Z] #27 sha256:955615a668ce169f8a1443fc6b6e6215f43fe0babfb4790712a2d3171f34d366 4.19MB / 54.93MB 0.3s [2021-09-16T18:55:10.297Z] #4 sha256:8d9a8cad598f6c5e97bcb90aab70cd2e868d3dc0d514fa9b60468bf72bf32338 9.67MB / 9.67MB 0.2s done [2021-09-16T18:55:10.298Z] #4 extracting sha256:8d9a8cad598f6c5e97bcb90aab70cd2e868d3dc0d514fa9b60468bf72bf32338 [2021-09-16T18:55:10.517Z] #27 sha256:955615a668ce169f8a1443fc6b6e6215f43fe0babfb4790712a2d3171f34d366 8.39MB / 54.93MB 0.6s [2021-09-16T18:55:10.781Z] #27 ... [2021-09-16T18:55:10.781Z] [2021-09-16T18:55:10.781Z] #43 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/Release.key [2021-09-16T18:55:10.781Z] #43 sha256:4ebf95ef235c2a9565f1170d2820bf979767f762364b8c31dc05ef47e15c9784 [2021-09-16T18:55:10.781Z] #43 DONE 0.0s [2021-09-16T18:55:10.781Z] [2021-09-16T18:55:10.781Z] #27 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:08db48d59c0a91afb802ebafc921be3154e200c452e4d0b19634b426b03e0e25 [2021-09-16T18:55:10.781Z] #27 sha256:ee2eca46195c04d2aabba51a1feb0e852c571983c78b00aa1bea25ba9b272469 [2021-09-16T18:55:10.781Z] #27 sha256:955615a668ce169f8a1443fc6b6e6215f43fe0babfb4790712a2d3171f34d366 12.58MB / 54.93MB 0.7s [2021-09-16T18:55:10.862Z] #4 extracting sha256:8d9a8cad598f6c5e97bcb90aab70cd2e868d3dc0d514fa9b60468bf72bf32338 0.5s done [2021-09-16T18:55:11.044Z] #27 sha256:955615a668ce169f8a1443fc6b6e6215f43fe0babfb4790712a2d3171f34d366 17.83MB / 54.93MB 0.9s [2021-09-16T18:55:11.120Z] #4 DONE 0.9s [2021-09-16T18:55:11.120Z] [2021-09-16T18:55:11.120Z] #5 [internal] load .dockerignore [2021-09-16T18:55:11.120Z] #5 sha256:954642ebda7af81a4895115842e77c18468b7e5512b3ad7d7758b8c376ec2ec0 [2021-09-16T18:55:11.120Z] #5 DONE 0.0s [2021-09-16T18:55:11.120Z] [2021-09-16T18:55:11.120Z] #6 [internal] load build definition from Dockerfile [2021-09-16T18:55:11.120Z] #6 sha256:0fad72a0c2a853d61624920a746df8acc569ecdbd4206900f56f463754dc9a00 [2021-09-16T18:55:11.120Z] #6 DONE 0.0s [2021-09-16T18:55:11.120Z] [2021-09-16T18:55:11.120Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-09-16T18:55:11.120Z] #10 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-09-16T18:55:11.208Z] + docker version [2021-09-16T18:55:11.308Z] #27 sha256:955615a668ce169f8a1443fc6b6e6215f43fe0babfb4790712a2d3171f34d366 23.07MB / 54.93MB 1.2s [2021-09-16T18:55:11.308Z] #27 sha256:955615a668ce169f8a1443fc6b6e6215f43fe0babfb4790712a2d3171f34d366 27.26MB / 54.93MB 1.4s [2021-09-16T18:55:11.574Z] #27 sha256:955615a668ce169f8a1443fc6b6e6215f43fe0babfb4790712a2d3171f34d366 31.46MB / 54.93MB 1.6s [2021-09-16T18:55:11.838Z] #27 sha256:955615a668ce169f8a1443fc6b6e6215f43fe0babfb4790712a2d3171f34d366 35.65MB / 54.93MB 1.8s [2021-09-16T18:55:12.100Z] #27 sha256:955615a668ce169f8a1443fc6b6e6215f43fe0babfb4790712a2d3171f34d366 38.80MB / 54.93MB 2.0s [2021-09-16T18:55:12.364Z] #27 sha256:955615a668ce169f8a1443fc6b6e6215f43fe0babfb4790712a2d3171f34d366 45.09MB / 54.93MB 2.3s [2021-09-16T18:55:12.492Z] #10 DONE 1.2s [2021-09-16T18:55:12.492Z] [2021-09-16T18:55:12.492Z] #7 [internal] load metadata for docker.io/library/golang:1.17.0-bullseye [2021-09-16T18:55:12.492Z] #7 sha256:0f294db75f3b6137b7b8d7f37315ee02a5d7cb71e1fcd1541f331a1a98b3ee60 [2021-09-16T18:55:12.492Z] #7 DONE 1.2s [2021-09-16T18:55:12.492Z] [2021-09-16T18:55:12.492Z] #9 [internal] load metadata for docker.io/library/debian:bullseye [2021-09-16T18:55:12.492Z] #9 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2021-09-16T18:55:12.492Z] #9 DONE 1.2s [2021-09-16T18:55:12.492Z] [2021-09-16T18:55:12.492Z] #8 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-09-16T18:55:12.492Z] #8 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-09-16T18:55:12.492Z] #8 DONE 1.2s [2021-09-16T18:55:12.627Z] #27 sha256:955615a668ce169f8a1443fc6b6e6215f43fe0babfb4790712a2d3171f34d366 49.92MB / 54.93MB 2.5s [2021-09-16T18:55:12.627Z] #27 sha256:955615a668ce169f8a1443fc6b6e6215f43fe0babfb4790712a2d3171f34d366 54.93MB / 54.93MB 2.6s [2021-09-16T18:55:13.430Z] #40 ... [2021-09-16T18:55:13.430Z] [2021-09-16T18:55:13.430Z] #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-16T18:55:13.430Z] #56 sha256:85a8c15b3da0b759b589296a4d1fd3bc634f7d10c92b5c305ea41c461da25686 [2021-09-16T18:55:13.430Z] #56 DONE 58.1s [2021-09-16T18:55:13.430Z] [2021-09-16T18:55:13.430Z] #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-16T18:55:13.430Z] #48 sha256:6b8cec4c40d2921a1d2bdc203326c098330e9d2856fcd77ef3a5c99befc5d468 [2021-09-16T18:55:13.446Z] [2021-09-16T18:55:13.446Z] #27 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:08db48d59c0a91afb802ebafc921be3154e200c452e4d0b19634b426b03e0e25 [2021-09-16T18:55:13.446Z] #27 sha256:ee2eca46195c04d2aabba51a1feb0e852c571983c78b00aa1bea25ba9b272469 [2021-09-16T18:55:13.446Z] #27 DONE 0.0s [2021-09-16T18:55:13.446Z] [2021-09-16T18:55:13.446Z] #66 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-09-16T18:55:13.446Z] #66 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-09-16T18:55:13.446Z] #66 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-09-16T18:55:13.446Z] #66 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2021-09-16T18:55:13.446Z] #66 DONE 0.1s [2021-09-16T18:55:13.446Z] [2021-09-16T18:55:13.446Z] #24 [internal] load build context [2021-09-16T18:55:13.446Z] #24 sha256:f108320429bf45cb0f16ffc37f23a49f57b0eafe568252fbd655376baa805d47 [2021-09-16T18:55:13.572Z] #27 sha256:955615a668ce169f8a1443fc6b6e6215f43fe0babfb4790712a2d3171f34d366 54.93MB / 54.93MB 3.2s done [2021-09-16T18:55:13.833Z] #27 extracting sha256:955615a668ce169f8a1443fc6b6e6215f43fe0babfb4790712a2d3171f34d366 0.1s [2021-09-16T18:55:14.022Z] #24 ... [2021-09-16T18:55:14.022Z] [2021-09-16T18:55:14.022Z] #43 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/Release.key [2021-09-16T18:55:14.022Z] #43 sha256:4ebf95ef235c2a9565f1170d2820bf979767f762364b8c31dc05ef47e15c9784 [2021-09-16T18:55:14.022Z] #43 DONE 0.0s [2021-09-16T18:55:14.022Z] [2021-09-16T18:55:14.022Z] #24 [internal] load build context [2021-09-16T18:55:14.022Z] #24 sha256:f108320429bf45cb0f16ffc37f23a49f57b0eafe568252fbd655376baa805d47 [2021-09-16T18:55:14.282Z] #24 transferring context: 6.51MB 0.9s [2021-09-16T18:55:16.394Z] #27 ... [2021-09-16T18:55:16.394Z] [2021-09-16T18:55:16.394Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.0-bullseye@sha256:a5b6c29c08b722c60b858c627574374a0818349b1f222d8dde404f0494832b1f [2021-09-16T18:55:16.394Z] #11 sha256:2e94cf63fc95f818e41f7b7ac682cbd1a8c1211f13a643b59f8867550563950f [2021-09-16T18:55:16.394Z] #11 resolve docker.io/library/golang:1.17.0-bullseye@sha256:a5b6c29c08b722c60b858c627574374a0818349b1f222d8dde404f0494832b1f 0.1s done [2021-09-16T18:55:16.394Z] #11 sha256:2d35a2f625aa42e8d096bcc48a4cb4df39d49440fdd9cf4d5210f42338b9492a 1.80kB / 1.80kB done [2021-09-16T18:55:16.394Z] #11 sha256:7ce0aad7247cfefe6a3126e2b8221f5cb81258aa68be12fe750ddd1ad2834c12 6.94kB / 6.94kB done [2021-09-16T18:55:16.394Z] #11 sha256:a5b6c29c08b722c60b858c627574374a0818349b1f222d8dde404f0494832b1f 1.86kB / 1.86kB done [2021-09-16T18:55:16.394Z] #11 sha256:955615a668ce169f8a1443fc6b6e6215f43fe0babfb4790712a2d3171f34d366 54.93MB / 54.93MB 3.3s done [2021-09-16T18:55:16.394Z] #11 sha256:911ea9f2bd51e53a455297e0631e18a72a86d7e2c8e1807176e80f991bde5d64 10.87MB / 10.87MB 1.0s done [2021-09-16T18:55:16.394Z] #11 sha256:2756ef5f69a5190f4308619e0f446d95f5515eef4a814dbad0bcebbbbc7b25a8 5.15MB / 5.15MB 0.5s done [2021-09-16T18:55:16.394Z] #11 sha256:27b0a22ee906271a6ce9ddd1754fdd7d3b59078e0b57b6cc054c7ed7ac301587 54.57MB / 54.57MB 4.0s done [2021-09-16T18:55:16.394Z] #11 sha256:4e94c8ba5874feacb79d2235c4b275408a5110a5c12fd4c45200199ad8847091 85.72MB / 85.72MB 5.1s done [2021-09-16T18:55:16.394Z] #11 sha256:a9ad1da797add356a46731875e2fed453f42181930e535f099308992ff533fdb 155B / 155B 5.1s done [2021-09-16T18:55:16.394Z] #11 sha256:103d08d8b59d07d9f8ee7a8798aeb9d20a54ab057f7ddfb7896c192f41b5b185 29.36MB / 134.79MB 6.3s [2021-09-16T18:55:16.966Z] #11 sha256:103d08d8b59d07d9f8ee7a8798aeb9d20a54ab057f7ddfb7896c192f41b5b185 36.29MB / 134.79MB 6.7s [2021-09-16T18:55:16.966Z] #11 ... [2021-09-16T18:55:16.966Z] [2021-09-16T18:55:16.966Z] #24 [internal] load build context [2021-09-16T18:55:16.966Z] #24 sha256:cee32a32fb9b8dc16bc418564d10339ccefab042dc8bf2c3441dd3928920c921 [2021-09-16T18:55:16.966Z] #24 transferring context: 55.48MB 6.9s done [2021-09-16T18:55:16.966Z] #24 DONE 7.1s [2021-09-16T18:55:16.966Z] [2021-09-16T18:55:16.966Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.0-bullseye@sha256:a5b6c29c08b722c60b858c627574374a0818349b1f222d8dde404f0494832b1f [2021-09-16T18:55:16.966Z] #11 sha256:2e94cf63fc95f818e41f7b7ac682cbd1a8c1211f13a643b59f8867550563950f [2021-09-16T18:55:16.966Z] #11 ... [2021-09-16T18:55:16.966Z] [2021-09-16T18:55:16.966Z] #27 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:08db48d59c0a91afb802ebafc921be3154e200c452e4d0b19634b426b03e0e25 [2021-09-16T18:55:16.966Z] #27 sha256:ee2eca46195c04d2aabba51a1feb0e852c571983c78b00aa1bea25ba9b272469 [2021-09-16T18:55:18.704Z] #48 ... [2021-09-16T18:55:18.704Z] [2021-09-16T18:55:18.704Z] #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-16T18:55:18.704Z] #19 sha256:7461a8873269907942427f3356fc81edb1488e6f07a58583611355ede4af261f [2021-09-16T18:55:18.704Z] #19 50.32 Fetched 48.3 MB in 48s (997 kB/s) [2021-09-16T18:55:19.367Z] Client: Docker Engine - Community [2021-09-16T18:55:19.367Z] Version: 20.10.6 [2021-09-16T18:55:19.367Z] API version: 1.41 [2021-09-16T18:55:19.367Z] Go version: go1.13.15 [2021-09-16T18:55:19.367Z] Git commit: 370c289 [2021-09-16T18:55:19.367Z] Built: Fri Apr 9 22:45:59 2021 [2021-09-16T18:55:19.367Z] OS/Arch: linux/arm64 [2021-09-16T18:55:19.367Z] Context: default [2021-09-16T18:55:19.367Z] Experimental: true [2021-09-16T18:55:19.367Z] [2021-09-16T18:55:19.367Z] Server: Docker Engine - Community [2021-09-16T18:55:19.367Z] Engine: [2021-09-16T18:55:19.367Z] Version: 20.10.6 [2021-09-16T18:55:19.367Z] API version: 1.41 (minimum version 1.12) [2021-09-16T18:55:19.367Z] Go version: go1.13.15 [2021-09-16T18:55:19.367Z] Git commit: 8728dd2 [2021-09-16T18:55:19.367Z] Built: Fri Apr 9 22:44:09 2021 [2021-09-16T18:55:19.367Z] OS/Arch: linux/arm64 [2021-09-16T18:55:19.367Z] Experimental: true [2021-09-16T18:55:19.367Z] containerd: [2021-09-16T18:55:19.367Z] Version: 1.4.6 [2021-09-16T18:55:19.367Z] GitCommit: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-09-16T18:55:19.367Z] runc: [2021-09-16T18:55:19.367Z] Version: 1.0.0-rc95 [2021-09-16T18:55:19.367Z] GitCommit: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-09-16T18:55:19.367Z] docker-init: [2021-09-16T18:55:19.367Z] Version: 0.19.0 [2021-09-16T18:55:19.367Z] GitCommit: de40ad0 [Pipeline] sh [2021-09-16T18:55:19.530Z] #27 ... [2021-09-16T18:55:19.530Z] [2021-09-16T18:55:19.530Z] #64 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-09-16T18:55:19.530Z] #64 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-09-16T18:55:19.530Z] #64 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2021-09-16T18:55:19.530Z] #64 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2021-09-16T18:55:19.530Z] #64 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2021-09-16T18:55:19.530Z] #64 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-09-16T18:55:19.530Z] #64 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 5.8s done [2021-09-16T18:55:19.530Z] #64 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 3.0s done [2021-09-16T18:55:19.530Z] #64 DONE 9.0s [2021-09-16T18:55:19.530Z] [2021-09-16T18:55:19.530Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.0-bullseye@sha256:a5b6c29c08b722c60b858c627574374a0818349b1f222d8dde404f0494832b1f [2021-09-16T18:55:19.530Z] #11 sha256:2e94cf63fc95f818e41f7b7ac682cbd1a8c1211f13a643b59f8867550563950f [2021-09-16T18:55:19.530Z] #11 extracting sha256:955615a668ce169f8a1443fc6b6e6215f43fe0babfb4790712a2d3171f34d366 5.3s [2021-09-16T18:55:19.530Z] #11 sha256:103d08d8b59d07d9f8ee7a8798aeb9d20a54ab057f7ddfb7896c192f41b5b185 83.16MB / 134.79MB 9.1s [2021-09-16T18:55:19.530Z] #11 sha256:103d08d8b59d07d9f8ee7a8798aeb9d20a54ab057f7ddfb7896c192f41b5b185 90.18MB / 134.79MB 9.4s [2021-09-16T18:55:19.540Z] #24 transferring context: 52.35MB 6.0s [2021-09-16T18:55:19.696Z] + docker info [2021-09-16T18:55:19.796Z] #11 sha256:103d08d8b59d07d9f8ee7a8798aeb9d20a54ab057f7ddfb7896c192f41b5b185 97.52MB / 134.79MB 9.7s [2021-09-16T18:55:19.797Z] #24 transferring context: 55.48MB 6.4s done [2021-09-16T18:55:19.950Z] Client: [2021-09-16T18:55:19.950Z] Context: default [2021-09-16T18:55:19.950Z] Debug Mode: false [2021-09-16T18:55:19.950Z] Plugins: [2021-09-16T18:55:19.950Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-09-16T18:55:19.950Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-09-16T18:55:19.950Z] scan: Docker Scan (Docker Inc., v0.7.0) [2021-09-16T18:55:19.950Z] [2021-09-16T18:55:19.950Z] Server: [2021-09-16T18:55:19.950Z] Containers: 0 [2021-09-16T18:55:19.950Z] Running: 0 [2021-09-16T18:55:19.950Z] Paused: 0 [2021-09-16T18:55:19.950Z] Stopped: 0 [2021-09-16T18:55:19.950Z] Images: 0 [2021-09-16T18:55:19.950Z] Server Version: 20.10.6 [2021-09-16T18:55:19.950Z] Storage Driver: overlay2 [2021-09-16T18:55:19.950Z] Backing Filesystem: extfs [2021-09-16T18:55:19.950Z] Supports d_type: true [2021-09-16T18:55:19.950Z] Native Overlay Diff: true [2021-09-16T18:55:19.950Z] userxattr: false [2021-09-16T18:55:19.950Z] Logging Driver: json-file [2021-09-16T18:55:19.950Z] Cgroup Driver: systemd [2021-09-16T18:55:19.950Z] Cgroup Version: 2 [2021-09-16T18:55:19.950Z] Plugins: [2021-09-16T18:55:19.950Z] Volume: local [2021-09-16T18:55:19.950Z] Network: bridge host ipvlan macvlan null overlay [2021-09-16T18:55:19.950Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-09-16T18:55:19.950Z] Swarm: inactive [2021-09-16T18:55:19.950Z] Runtimes: io.containerd.runtime.v1.linux runc io.containerd.runc.v2 [2021-09-16T18:55:19.950Z] Default Runtime: runc [2021-09-16T18:55:19.950Z] Init Binary: docker-init [2021-09-16T18:55:19.950Z] containerd version: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-09-16T18:55:19.950Z] runc version: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-09-16T18:55:19.950Z] init version: de40ad0 [2021-09-16T18:55:19.950Z] Security Options: [2021-09-16T18:55:19.950Z] apparmor [2021-09-16T18:55:19.950Z] seccomp [2021-09-16T18:55:19.950Z] Profile: default [2021-09-16T18:55:19.950Z] cgroupns [2021-09-16T18:55:19.950Z] Kernel Version: 5.4.0-1048-aws [2021-09-16T18:55:19.950Z] Operating System: Ubuntu 20.04.2 LTS [2021-09-16T18:55:19.950Z] OSType: linux [2021-09-16T18:55:19.950Z] Architecture: x86_64 [2021-09-16T18:55:19.950Z] CPUs: 2 [2021-09-16T18:55:19.950Z] Total Memory: 7.487GiB [2021-09-16T18:55:19.950Z] Name: ip-10-100-117-229 [2021-09-16T18:55:19.950Z] ID: BPI2:DJ3J:2BX4:S6D2:XUGC:3EVF:YTII:HJPT:TJU6:HPWF:P5M7:CUDP [2021-09-16T18:55:19.950Z] Docker Root Dir: /var/lib/docker [2021-09-16T18:55:19.950Z] Debug Mode: false [2021-09-16T18:55:19.950Z] Registry: https://index.docker.io/v1/ [2021-09-16T18:55:19.950Z] Labels: [2021-09-16T18:55:19.950Z] Experimental: true [2021-09-16T18:55:19.950Z] Insecure Registries: [2021-09-16T18:55:19.950Z] 127.0.0.0/8 [2021-09-16T18:55:19.950Z] Live Restore Enabled: true [2021-09-16T18:55:19.950Z] [2021-09-16T18:55:19.950Z] WARNING: No kernel memory limit support [2021-09-16T18:55:19.950Z] WARNING: No oom kill disable support [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-09-16T18:55:20.056Z] #24 DONE 6.7s [2021-09-16T18:55:20.056Z] [2021-09-16T18:55:20.056Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.0-bullseye@sha256:a5b6c29c08b722c60b858c627574374a0818349b1f222d8dde404f0494832b1f [2021-09-16T18:55:20.056Z] #11 sha256:2e94cf63fc95f818e41f7b7ac682cbd1a8c1211f13a643b59f8867550563950f [2021-09-16T18:55:20.056Z] #11 resolve docker.io/library/golang:1.17.0-bullseye@sha256:a5b6c29c08b722c60b858c627574374a0818349b1f222d8dde404f0494832b1f 0.1s done [2021-09-16T18:55:20.056Z] #11 sha256:2d35a2f625aa42e8d096bcc48a4cb4df39d49440fdd9cf4d5210f42338b9492a 1.80kB / 1.80kB done [2021-09-16T18:55:20.056Z] #11 sha256:7ce0aad7247cfefe6a3126e2b8221f5cb81258aa68be12fe750ddd1ad2834c12 6.94kB / 6.94kB done [2021-09-16T18:55:20.056Z] #11 sha256:a5b6c29c08b722c60b858c627574374a0818349b1f222d8dde404f0494832b1f 1.86kB / 1.86kB done [2021-09-16T18:55:20.056Z] #11 sha256:2756ef5f69a5190f4308619e0f446d95f5515eef4a814dbad0bcebbbbc7b25a8 5.15MB / 5.15MB 0.7s done [2021-09-16T18:55:20.056Z] #11 sha256:955615a668ce169f8a1443fc6b6e6215f43fe0babfb4790712a2d3171f34d366 54.93MB / 54.93MB 2.8s done [2021-09-16T18:55:20.056Z] #11 sha256:911ea9f2bd51e53a455297e0631e18a72a86d7e2c8e1807176e80f991bde5d64 10.87MB / 10.87MB 0.8s done [2021-09-16T18:55:20.056Z] #11 sha256:27b0a22ee906271a6ce9ddd1754fdd7d3b59078e0b57b6cc054c7ed7ac301587 54.57MB / 54.57MB 3.3s done [2021-09-16T18:55:20.056Z] #11 sha256:4e94c8ba5874feacb79d2235c4b275408a5110a5c12fd4c45200199ad8847091 85.72MB / 85.72MB 5.1s done [2021-09-16T18:55:20.056Z] #11 sha256:103d08d8b59d07d9f8ee7a8798aeb9d20a54ab057f7ddfb7896c192f41b5b185 67.56MB / 134.79MB 6.5s [2021-09-16T18:55:20.056Z] #11 sha256:a9ad1da797add356a46731875e2fed453f42181930e535f099308992ff533fdb 155B / 155B 3.4s done [2021-09-16T18:55:20.056Z] #11 extracting sha256:955615a668ce169f8a1443fc6b6e6215f43fe0babfb4790712a2d3171f34d366 3.0s [2021-09-16T18:55:20.061Z] #11 ... [2021-09-16T18:55:20.061Z] [2021-09-16T18:55:20.061Z] #66 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-09-16T18:55:20.061Z] #66 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-09-16T18:55:20.061Z] #66 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2021-09-16T18:55:20.061Z] #66 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-09-16T18:55:20.061Z] #66 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2021-09-16T18:55:20.061Z] #66 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2021-09-16T18:55:20.061Z] #66 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 6.3s done [2021-09-16T18:55:20.061Z] #66 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 3.3s done [2021-09-16T18:55:20.061Z] #66 ... [2021-09-16T18:55:20.061Z] [2021-09-16T18:55:20.061Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.0-bullseye@sha256:a5b6c29c08b722c60b858c627574374a0818349b1f222d8dde404f0494832b1f [2021-09-16T18:55:20.061Z] #11 sha256:2e94cf63fc95f818e41f7b7ac682cbd1a8c1211f13a643b59f8867550563950f [2021-09-16T18:55:20.061Z] #11 sha256:103d08d8b59d07d9f8ee7a8798aeb9d20a54ab057f7ddfb7896c192f41b5b185 108.00MB / 134.79MB 10.0s [2021-09-16T18:55:20.061Z] #11 sha256:103d08d8b59d07d9f8ee7a8798aeb9d20a54ab057f7ddfb7896c192f41b5b185 118.49MB / 134.79MB 10.1s [2021-09-16T18:55:20.285Z] + docker build --force-rm --build-arg APT_MIRROR --build-arg SYSTEMD=true -t docker:e187eb2bb5f0c3f899fe643e95d1af8c57e89a73 . [2021-09-16T18:55:20.322Z] #11 sha256:103d08d8b59d07d9f8ee7a8798aeb9d20a54ab057f7ddfb7896c192f41b5b185 126.88MB / 134.79MB 10.3s [2021-09-16T18:55:20.548Z] #2 [internal] load .dockerignore [2021-09-16T18:55:20.548Z] #2 sha256:c541b9aea74008c6633bc51a1630510b4ee18846071084ef5baec5166b08c2d3 [2021-09-16T18:55:20.548Z] #2 transferring context: 87B done [2021-09-16T18:55:20.548Z] #2 DONE 0.2s [2021-09-16T18:55:20.548Z] [2021-09-16T18:55:20.548Z] #1 [internal] load build definition from Dockerfile [2021-09-16T18:55:20.548Z] #1 sha256:0fdf1f8597e53793551f58af5f56cf23c185b8b8fdb9687964b3a9d1156235db [2021-09-16T18:55:20.548Z] #1 transferring dockerfile: 16.36kB done [2021-09-16T18:55:20.548Z] #1 DONE 0.2s [2021-09-16T18:55:20.548Z] [2021-09-16T18:55:20.548Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2021-09-16T18:55:20.548Z] #3 sha256:4fcd28d33487ad029eab28c03869fd56295f3902c713674c129a438f7a780653 [2021-09-16T18:55:20.584Z] #11 sha256:103d08d8b59d07d9f8ee7a8798aeb9d20a54ab057f7ddfb7896c192f41b5b185 134.79MB / 134.79MB 10.5s [2021-09-16T18:55:20.619Z] #11 sha256:103d08d8b59d07d9f8ee7a8798aeb9d20a54ab057f7ddfb7896c192f41b5b185 78.64MB / 134.79MB 7.0s [2021-09-16T18:55:21.115Z] #3 DONE 0.4s [2021-09-16T18:55:21.115Z] [2021-09-16T18:55:21.115Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:9e2c9eca7367393aecc68795c671f93466818395a2693498debe831fd67f5e89 [2021-09-16T18:55:21.115Z] #4 sha256:cec4ef50052a81898d2eacf0a5351dcf0529ec16e19cc983205d123480d1fad8 [2021-09-16T18:55:21.115Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:9e2c9eca7367393aecc68795c671f93466818395a2693498debe831fd67f5e89 done [2021-09-16T18:55:21.115Z] #4 sha256:b1e2fdbfa8cb359e5e566c70344df94749db2e6419e06ac542ed14a348c3ce81 1.21kB / 1.21kB done [2021-09-16T18:55:21.115Z] #4 sha256:8d9a8cad598f6c5e97bcb90aab70cd2e868d3dc0d514fa9b60468bf72bf32338 0B / 9.67MB 0.1s [2021-09-16T18:55:21.115Z] #4 sha256:9e2c9eca7367393aecc68795c671f93466818395a2693498debe831fd67f5e89 2.00kB / 2.00kB done [2021-09-16T18:55:21.115Z] #4 sha256:cb8d6fa06268f199b41ccc0c2718caca915f74c640f3cd044af8e205e8d616cf 528B / 528B done [2021-09-16T18:55:21.115Z] #4 sha256:8d9a8cad598f6c5e97bcb90aab70cd2e868d3dc0d514fa9b60468bf72bf32338 9.67MB / 9.67MB 0.2s [2021-09-16T18:55:21.192Z] #11 sha256:103d08d8b59d07d9f8ee7a8798aeb9d20a54ab057f7ddfb7896c192f41b5b185 87.03MB / 134.79MB 7.5s [2021-09-16T18:55:21.374Z] #4 extracting sha256:8d9a8cad598f6c5e97bcb90aab70cd2e868d3dc0d514fa9b60468bf72bf32338 [2021-09-16T18:55:21.374Z] #4 sha256:8d9a8cad598f6c5e97bcb90aab70cd2e868d3dc0d514fa9b60468bf72bf32338 9.67MB / 9.67MB 0.3s done [2021-09-16T18:55:21.449Z] #11 sha256:103d08d8b59d07d9f8ee7a8798aeb9d20a54ab057f7ddfb7896c192f41b5b185 95.75MB / 134.79MB 8.0s [2021-09-16T18:55:21.634Z] #4 extracting sha256:8d9a8cad598f6c5e97bcb90aab70cd2e868d3dc0d514fa9b60468bf72bf32338 0.2s done [2021-09-16T18:55:21.634Z] #4 DONE 0.7s [2021-09-16T18:55:21.893Z] [2021-09-16T18:55:21.893Z] #6 [internal] load .dockerignore [2021-09-16T18:55:21.893Z] #6 sha256:94c68d30a8273ae9c9fe35f66f0cd56c30f50947de236794f74146c7250e7a01 [2021-09-16T18:55:21.893Z] #6 DONE 0.0s [2021-09-16T18:55:21.893Z] [2021-09-16T18:55:21.893Z] #5 [internal] load build definition from Dockerfile [2021-09-16T18:55:21.893Z] #5 sha256:de1ae1f1152cb62b166269a1a32263dfc31b16709f29242e084fa7d450cad03c [2021-09-16T18:55:21.893Z] #5 DONE 0.0s [2021-09-16T18:55:21.893Z] [2021-09-16T18:55:21.893Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-09-16T18:55:21.893Z] #10 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-09-16T18:55:21.968Z] #11 extracting sha256:955615a668ce169f8a1443fc6b6e6215f43fe0babfb4790712a2d3171f34d366 8.0s done [2021-09-16T18:55:22.017Z] #11 sha256:103d08d8b59d07d9f8ee7a8798aeb9d20a54ab057f7ddfb7896c192f41b5b185 106.95MB / 134.79MB 8.4s [2021-09-16T18:55:22.276Z] #11 sha256:103d08d8b59d07d9f8ee7a8798aeb9d20a54ab057f7ddfb7896c192f41b5b185 115.34MB / 134.79MB 8.9s [2021-09-16T18:55:22.533Z] #11 ... [2021-09-16T18:55:22.533Z] [2021-09-16T18:55:22.533Z] #64 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-09-16T18:55:22.533Z] #64 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-09-16T18:55:22.533Z] #64 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2021-09-16T18:55:22.533Z] #64 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-09-16T18:55:22.533Z] #64 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2021-09-16T18:55:22.533Z] #64 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2021-09-16T18:55:22.533Z] #64 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 5.6s done [2021-09-16T18:55:22.533Z] #64 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 2.9s done [2021-09-16T18:55:22.533Z] #64 DONE 9.0s [2021-09-16T18:55:22.533Z] [2021-09-16T18:55:22.533Z] #66 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-09-16T18:55:22.533Z] #66 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-09-16T18:55:22.533Z] #66 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-09-16T18:55:22.533Z] #66 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2021-09-16T18:55:22.533Z] #66 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2021-09-16T18:55:22.533Z] #66 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 5.3s done [2021-09-16T18:55:22.533Z] #66 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 3.4s done [2021-09-16T18:55:22.533Z] #66 DONE 9.0s [2021-09-16T18:55:22.533Z] [2021-09-16T18:55:22.533Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.0-bullseye@sha256:a5b6c29c08b722c60b858c627574374a0818349b1f222d8dde404f0494832b1f [2021-09-16T18:55:22.533Z] #11 sha256:2e94cf63fc95f818e41f7b7ac682cbd1a8c1211f13a643b59f8867550563950f [2021-09-16T18:55:22.533Z] #11 ... [2021-09-16T18:55:22.533Z] [2021-09-16T18:55:22.533Z] #27 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:08db48d59c0a91afb802ebafc921be3154e200c452e4d0b19634b426b03e0e25 [2021-09-16T18:55:22.533Z] #27 sha256:ee2eca46195c04d2aabba51a1feb0e852c571983c78b00aa1bea25ba9b272469 [2021-09-16T18:55:22.533Z] #27 resolve docker.io/library/debian:bullseye@sha256:08db48d59c0a91afb802ebafc921be3154e200c452e4d0b19634b426b03e0e25 0.1s done [2021-09-16T18:55:22.533Z] #27 sha256:08db48d59c0a91afb802ebafc921be3154e200c452e4d0b19634b426b03e0e25 1.85kB / 1.85kB done [2021-09-16T18:55:22.533Z] #27 sha256:2c4d8b742bed07efe6d262942d9ebdbe2143f6aeb76d2935807e1b81385b974a 529B / 529B done [2021-09-16T18:55:22.533Z] #27 sha256:82bd5ee7b1c50d8a1a5f12e8dcfa9fcbb5cc2b551c5d9edcca3220397c06b7ed 1.46kB / 1.46kB done [2021-09-16T18:55:22.533Z] #27 sha256:955615a668ce169f8a1443fc6b6e6215f43fe0babfb4790712a2d3171f34d366 54.93MB / 54.93MB 2.8s done [2021-09-16T18:55:22.533Z] #27 ... [2021-09-16T18:55:22.533Z] [2021-09-16T18:55:22.533Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.0-bullseye@sha256:a5b6c29c08b722c60b858c627574374a0818349b1f222d8dde404f0494832b1f [2021-09-16T18:55:22.533Z] #11 sha256:2e94cf63fc95f818e41f7b7ac682cbd1a8c1211f13a643b59f8867550563950f [2021-09-16T18:55:22.830Z] #10 ... [2021-09-16T18:55:22.830Z] [2021-09-16T18:55:22.830Z] #8 [internal] load metadata for docker.io/library/debian:bullseye [2021-09-16T18:55:22.830Z] #8 sha256:c08f231fe9d4347c39d3f3df2426e12dc0703dd91f1f7771ce1ffc546db3100e [2021-09-16T18:55:22.830Z] #8 DONE 1.0s [2021-09-16T18:55:22.830Z] [2021-09-16T18:55:22.830Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-09-16T18:55:22.830Z] #10 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-09-16T18:55:22.830Z] #10 DONE 1.1s [2021-09-16T18:55:22.830Z] [2021-09-16T18:55:22.830Z] #7 [internal] load metadata for docker.io/library/golang:1.17.0-bullseye [2021-09-16T18:55:22.830Z] #7 sha256:0f294db75f3b6137b7b8d7f37315ee02a5d7cb71e1fcd1541f331a1a98b3ee60 [2021-09-16T18:55:22.830Z] #7 DONE 1.1s [2021-09-16T18:55:22.830Z] [2021-09-16T18:55:22.830Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-09-16T18:55:22.830Z] #9 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-09-16T18:55:22.830Z] #9 DONE 1.1s [2021-09-16T18:55:22.913Z] #11 ... [2021-09-16T18:55:22.913Z] [2021-09-16T18:55:22.913Z] #66 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-09-16T18:55:22.913Z] #66 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-09-16T18:55:22.913Z] #66 DONE 12.9s [2021-09-16T18:55:22.913Z] [2021-09-16T18:55:22.913Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.0-bullseye@sha256:a5b6c29c08b722c60b858c627574374a0818349b1f222d8dde404f0494832b1f [2021-09-16T18:55:22.913Z] #11 sha256:2e94cf63fc95f818e41f7b7ac682cbd1a8c1211f13a643b59f8867550563950f [2021-09-16T18:55:22.913Z] #11 sha256:103d08d8b59d07d9f8ee7a8798aeb9d20a54ab057f7ddfb7896c192f41b5b185 134.79MB / 134.79MB 12.2s done [2021-09-16T18:55:23.098Z] #11 sha256:103d08d8b59d07d9f8ee7a8798aeb9d20a54ab057f7ddfb7896c192f41b5b185 123.35MB / 134.79MB 9.3s [2021-09-16T18:55:23.098Z] #11 sha256:103d08d8b59d07d9f8ee7a8798aeb9d20a54ab057f7ddfb7896c192f41b5b185 130.10MB / 134.79MB 9.5s [2021-09-16T18:55:23.486Z] #11 extracting sha256:2756ef5f69a5190f4308619e0f446d95f5515eef4a814dbad0bcebbbbc7b25a8 0.1s [2021-09-16T18:55:23.752Z] #11 ... [2021-09-16T18:55:23.752Z] [2021-09-16T18:55:23.752Z] #27 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:08db48d59c0a91afb802ebafc921be3154e200c452e4d0b19634b426b03e0e25 [2021-09-16T18:55:23.752Z] #27 sha256:ee2eca46195c04d2aabba51a1feb0e852c571983c78b00aa1bea25ba9b272469 [2021-09-16T18:55:23.752Z] #27 DONE 13.6s [2021-09-16T18:55:23.752Z] [2021-09-16T18:55:23.752Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.0-bullseye@sha256:a5b6c29c08b722c60b858c627574374a0818349b1f222d8dde404f0494832b1f [2021-09-16T18:55:23.752Z] #11 sha256:2e94cf63fc95f818e41f7b7ac682cbd1a8c1211f13a643b59f8867550563950f [2021-09-16T18:55:24.014Z] #11 extracting sha256:2756ef5f69a5190f4308619e0f446d95f5515eef4a814dbad0bcebbbbc7b25a8 0.8s done [2021-09-16T18:55:24.963Z] #11 ... [2021-09-16T18:55:24.963Z] [2021-09-16T18:55:24.963Z] #65 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-09-16T18:55:24.963Z] #65 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2021-09-16T18:55:24.963Z] #65 DONE 0.8s [2021-09-16T18:55:24.963Z] [2021-09-16T18:55:24.963Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.0-bullseye@sha256:a5b6c29c08b722c60b858c627574374a0818349b1f222d8dde404f0494832b1f [2021-09-16T18:55:24.963Z] #11 sha256:2e94cf63fc95f818e41f7b7ac682cbd1a8c1211f13a643b59f8867550563950f [2021-09-16T18:55:24.963Z] #11 extracting sha256:911ea9f2bd51e53a455297e0631e18a72a86d7e2c8e1807176e80f991bde5d64 [2021-09-16T18:55:25.017Z] #11 extracting sha256:955615a668ce169f8a1443fc6b6e6215f43fe0babfb4790712a2d3171f34d366 8.3s [2021-09-16T18:55:25.275Z] #11 sha256:103d08d8b59d07d9f8ee7a8798aeb9d20a54ab057f7ddfb7896c192f41b5b185 134.79MB / 134.79MB 11.6s done [2021-09-16T18:55:25.366Z] [2021-09-16T18:55:25.366Z] #27 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:08db48d59c0a91afb802ebafc921be3154e200c452e4d0b19634b426b03e0e25 [2021-09-16T18:55:25.366Z] #27 sha256:ee2eca46195c04d2aabba51a1feb0e852c571983c78b00aa1bea25ba9b272469 [2021-09-16T18:55:25.366Z] #27 resolve docker.io/library/debian:bullseye@sha256:08db48d59c0a91afb802ebafc921be3154e200c452e4d0b19634b426b03e0e25 [2021-09-16T18:55:25.366Z] #27 resolve docker.io/library/debian:bullseye@sha256:08db48d59c0a91afb802ebafc921be3154e200c452e4d0b19634b426b03e0e25 0.1s done [2021-09-16T18:55:25.625Z] #27 sha256:08db48d59c0a91afb802ebafc921be3154e200c452e4d0b19634b426b03e0e25 1.85kB / 1.85kB done [2021-09-16T18:55:25.625Z] #27 sha256:2c4d8b742bed07efe6d262942d9ebdbe2143f6aeb76d2935807e1b81385b974a 529B / 529B done [2021-09-16T18:55:25.625Z] #27 sha256:82bd5ee7b1c50d8a1a5f12e8dcfa9fcbb5cc2b551c5d9edcca3220397c06b7ed 1.46kB / 1.46kB done [2021-09-16T18:55:25.625Z] #27 sha256:955615a668ce169f8a1443fc6b6e6215f43fe0babfb4790712a2d3171f34d366 0B / 54.93MB 0.2s [2021-09-16T18:55:25.885Z] #27 ... [2021-09-16T18:55:25.885Z] [2021-09-16T18:55:25.885Z] #43 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/Release.key [2021-09-16T18:55:25.885Z] #43 sha256:4ebf95ef235c2a9565f1170d2820bf979767f762364b8c31dc05ef47e15c9784 [2021-09-16T18:55:25.885Z] #43 DONE 0.0s [2021-09-16T18:55:25.909Z] #11 extracting sha256:911ea9f2bd51e53a455297e0631e18a72a86d7e2c8e1807176e80f991bde5d64 0.8s done [2021-09-16T18:55:25.909Z] #11 ... [2021-09-16T18:55:25.909Z] [2021-09-16T18:55:25.909Z] #67 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-09-16T18:55:25.909Z] #67 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2021-09-16T18:55:25.909Z] #67 DONE 1.0s [2021-09-16T18:55:25.909Z] [2021-09-16T18:55:25.909Z] #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-16T18:55:25.909Z] #28 sha256:c5e0f0096bec1087ba13a5728131224f780fba9bd216f2958cf8482fe90b1e54 [2021-09-16T18:55:25.909Z] #28 1.381 Get:1 http://deb.debian.org/debian bullseye InRelease [113 kB] [2021-09-16T18:55:25.909Z] #28 1.390 Get:2 http://deb.debian.org/debian bullseye-updates InRelease [36.8 kB] [2021-09-16T18:55:25.909Z] #28 1.477 Get:3 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2021-09-16T18:55:25.909Z] #28 1.640 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8178 kB] [2021-09-16T18:55:25.909Z] #28 2.043 Get:5 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [31.1 kB] [2021-09-16T18:55:26.148Z] [2021-09-16T18:55:26.148Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.0-bullseye@sha256:a5b6c29c08b722c60b858c627574374a0818349b1f222d8dde404f0494832b1f [2021-09-16T18:55:26.148Z] #11 sha256:2e94cf63fc95f818e41f7b7ac682cbd1a8c1211f13a643b59f8867550563950f [2021-09-16T18:55:26.148Z] #11 resolve docker.io/library/golang:1.17.0-bullseye@sha256:a5b6c29c08b722c60b858c627574374a0818349b1f222d8dde404f0494832b1f 0.1s done [2021-09-16T18:55:26.148Z] #11 sha256:a5b6c29c08b722c60b858c627574374a0818349b1f222d8dde404f0494832b1f 1.86kB / 1.86kB done [2021-09-16T18:55:26.148Z] #11 sha256:2d35a2f625aa42e8d096bcc48a4cb4df39d49440fdd9cf4d5210f42338b9492a 1.80kB / 1.80kB done [2021-09-16T18:55:26.148Z] #11 sha256:7ce0aad7247cfefe6a3126e2b8221f5cb81258aa68be12fe750ddd1ad2834c12 6.94kB / 6.94kB done [2021-09-16T18:55:26.148Z] #11 sha256:2756ef5f69a5190f4308619e0f446d95f5515eef4a814dbad0bcebbbbc7b25a8 5.15MB / 5.15MB 0.6s [2021-09-16T18:55:26.148Z] #11 sha256:955615a668ce169f8a1443fc6b6e6215f43fe0babfb4790712a2d3171f34d366 30.41MB / 54.93MB 0.6s [2021-09-16T18:55:26.148Z] #11 sha256:2756ef5f69a5190f4308619e0f446d95f5515eef4a814dbad0bcebbbbc7b25a8 5.15MB / 5.15MB 0.7s done [2021-09-16T18:55:26.414Z] #11 sha256:955615a668ce169f8a1443fc6b6e6215f43fe0babfb4790712a2d3171f34d366 45.79MB / 54.93MB 0.9s [2021-09-16T18:55:26.414Z] #11 sha256:27b0a22ee906271a6ce9ddd1754fdd7d3b59078e0b57b6cc054c7ed7ac301587 4.19MB / 54.57MB 0.9s [2021-09-16T18:55:26.414Z] #11 sha256:911ea9f2bd51e53a455297e0631e18a72a86d7e2c8e1807176e80f991bde5d64 0B / 10.87MB 0.9s [2021-09-16T18:55:26.647Z] #11 extracting sha256:2756ef5f69a5190f4308619e0f446d95f5515eef4a814dbad0bcebbbbc7b25a8 [2021-09-16T18:55:26.647Z] #11 ... [2021-09-16T18:55:26.647Z] [2021-09-16T18:55:26.647Z] #27 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:08db48d59c0a91afb802ebafc921be3154e200c452e4d0b19634b426b03e0e25 [2021-09-16T18:55:26.647Z] #27 sha256:ee2eca46195c04d2aabba51a1feb0e852c571983c78b00aa1bea25ba9b272469 [2021-09-16T18:55:26.647Z] #27 extracting sha256:955615a668ce169f8a1443fc6b6e6215f43fe0babfb4790712a2d3171f34d366 9.1s done [2021-09-16T18:55:26.647Z] #27 DONE 13.3s [2021-09-16T18:55:26.647Z] [2021-09-16T18:55:26.647Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.0-bullseye@sha256:a5b6c29c08b722c60b858c627574374a0818349b1f222d8dde404f0494832b1f [2021-09-16T18:55:26.647Z] #11 sha256:2e94cf63fc95f818e41f7b7ac682cbd1a8c1211f13a643b59f8867550563950f [2021-09-16T18:55:26.673Z] #11 sha256:955615a668ce169f8a1443fc6b6e6215f43fe0babfb4790712a2d3171f34d366 52.43MB / 54.93MB 1.0s [2021-09-16T18:55:26.673Z] #11 sha256:27b0a22ee906271a6ce9ddd1754fdd7d3b59078e0b57b6cc054c7ed7ac301587 9.44MB / 54.57MB 1.0s [2021-09-16T18:55:26.673Z] #11 sha256:27b0a22ee906271a6ce9ddd1754fdd7d3b59078e0b57b6cc054c7ed7ac301587 21.58MB / 54.57MB 1.2s [2021-09-16T18:55:26.673Z] #11 sha256:911ea9f2bd51e53a455297e0631e18a72a86d7e2c8e1807176e80f991bde5d64 3.15MB / 10.87MB 1.2s [2021-09-16T18:55:26.673Z] #11 sha256:27b0a22ee906271a6ce9ddd1754fdd7d3b59078e0b57b6cc054c7ed7ac301587 26.21MB / 54.57MB 1.3s [2021-09-16T18:55:26.673Z] #11 sha256:911ea9f2bd51e53a455297e0631e18a72a86d7e2c8e1807176e80f991bde5d64 8.38MB / 10.87MB 1.3s [2021-09-16T18:55:26.933Z] #11 sha256:27b0a22ee906271a6ce9ddd1754fdd7d3b59078e0b57b6cc054c7ed7ac301587 32.51MB / 54.57MB 1.4s [2021-09-16T18:55:26.933Z] #11 sha256:911ea9f2bd51e53a455297e0631e18a72a86d7e2c8e1807176e80f991bde5d64 10.87MB / 10.87MB 1.4s [2021-09-16T18:55:27.192Z] #11 sha256:27b0a22ee906271a6ce9ddd1754fdd7d3b59078e0b57b6cc054c7ed7ac301587 47.17MB / 54.57MB 1.6s [2021-09-16T18:55:27.192Z] #11 sha256:27b0a22ee906271a6ce9ddd1754fdd7d3b59078e0b57b6cc054c7ed7ac301587 53.48MB / 54.57MB 1.7s [2021-09-16T18:55:27.211Z] #11 extracting sha256:2756ef5f69a5190f4308619e0f446d95f5515eef4a814dbad0bcebbbbc7b25a8 0.6s done [2021-09-16T18:55:27.294Z] #28 3.567 Fetched 8402 kB in 2s (3423 kB/s) [2021-09-16T18:55:27.453Z] #11 sha256:955615a668ce169f8a1443fc6b6e6215f43fe0babfb4790712a2d3171f34d366 54.93MB / 54.93MB 1.9s done [2021-09-16T18:55:27.721Z] #11 sha256:911ea9f2bd51e53a455297e0631e18a72a86d7e2c8e1807176e80f991bde5d64 10.87MB / 10.87MB 2.1s done [2021-09-16T18:55:27.721Z] #11 extracting sha256:955615a668ce169f8a1443fc6b6e6215f43fe0babfb4790712a2d3171f34d366 [2021-09-16T18:55:27.721Z] #11 sha256:103d08d8b59d07d9f8ee7a8798aeb9d20a54ab057f7ddfb7896c192f41b5b185 0B / 134.79MB 2.2s [2021-09-16T18:55:27.867Z] #28 3.567 Reading package lists... [2021-09-16T18:55:27.981Z] #11 sha256:103d08d8b59d07d9f8ee7a8798aeb9d20a54ab057f7ddfb7896c192f41b5b185 16.78MB / 134.79MB 2.5s [2021-09-16T18:55:28.141Z] #11 ... [2021-09-16T18:55:28.141Z] [2021-09-16T18:55:28.141Z] #65 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-09-16T18:55:28.141Z] #65 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2021-09-16T18:55:28.141Z] #65 DONE 0.9s [2021-09-16T18:55:28.141Z] [2021-09-16T18:55:28.141Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.0-bullseye@sha256:a5b6c29c08b722c60b858c627574374a0818349b1f222d8dde404f0494832b1f [2021-09-16T18:55:28.141Z] #11 sha256:2e94cf63fc95f818e41f7b7ac682cbd1a8c1211f13a643b59f8867550563950f [2021-09-16T18:55:28.141Z] #11 extracting sha256:911ea9f2bd51e53a455297e0631e18a72a86d7e2c8e1807176e80f991bde5d64 [2021-09-16T18:55:28.241Z] #11 sha256:103d08d8b59d07d9f8ee7a8798aeb9d20a54ab057f7ddfb7896c192f41b5b185 35.65MB / 134.79MB 2.7s [2021-09-16T18:55:28.512Z] #11 sha256:103d08d8b59d07d9f8ee7a8798aeb9d20a54ab057f7ddfb7896c192f41b5b185 59.77MB / 134.79MB 3.0s [2021-09-16T18:55:28.512Z] #11 ... [2021-09-16T18:55:28.512Z] [2021-09-16T18:55:28.512Z] #24 [internal] load build context [2021-09-16T18:55:28.512Z] #24 sha256:8b39d3cd5d22fc4f18489917d430b869a012b0a764b8e04abe0ab9ae57080f67 [2021-09-16T18:55:28.512Z] #24 transferring context: 55.47MB 3.2s done [2021-09-16T18:55:28.512Z] #24 DONE 3.4s [2021-09-16T18:55:28.512Z] [2021-09-16T18:55:28.512Z] #64 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-09-16T18:55:28.512Z] #64 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-09-16T18:55:28.512Z] #64 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.1s done [2021-09-16T18:55:28.512Z] #64 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-09-16T18:55:28.512Z] #64 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2021-09-16T18:55:28.512Z] #64 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2021-09-16T18:55:28.512Z] #64 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.6s done [2021-09-16T18:55:28.512Z] #64 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 2.1s done [2021-09-16T18:55:28.512Z] #64 DONE 3.3s [2021-09-16T18:55:28.706Z] #28 4.349 Reading package lists... [2021-09-16T18:55:28.783Z] [2021-09-16T18:55:28.783Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.0-bullseye@sha256:a5b6c29c08b722c60b858c627574374a0818349b1f222d8dde404f0494832b1f [2021-09-16T18:55:28.783Z] #11 sha256:2e94cf63fc95f818e41f7b7ac682cbd1a8c1211f13a643b59f8867550563950f [2021-09-16T18:55:28.783Z] #11 sha256:103d08d8b59d07d9f8ee7a8798aeb9d20a54ab057f7ddfb7896c192f41b5b185 75.50MB / 134.79MB 3.2s [2021-09-16T18:55:28.783Z] #11 sha256:4e94c8ba5874feacb79d2235c4b275408a5110a5c12fd4c45200199ad8847091 5.32MB / 85.72MB 3.2s [2021-09-16T18:55:28.783Z] #11 sha256:a9ad1da797add356a46731875e2fed453f42181930e535f099308992ff533fdb 155B / 155B 3.1s done [2021-09-16T18:55:28.783Z] #11 sha256:4e94c8ba5874feacb79d2235c4b275408a5110a5c12fd4c45200199ad8847091 12.14MB / 85.72MB 3.3s [2021-09-16T18:55:28.971Z] #28 5.128 Building dependency tree... [2021-09-16T18:55:28.971Z] #28 5.496 The following additional packages will be installed: [2021-09-16T18:55:28.971Z] #28 5.496 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2021-09-16T18:55:28.971Z] #28 5.496 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2021-09-16T18:55:28.971Z] #28 5.496 Recommended packages: [2021-09-16T18:55:28.971Z] #28 5.496 libldap-common publicsuffix libsasl2-modules [2021-09-16T18:55:29.052Z] #11 sha256:103d08d8b59d07d9f8ee7a8798aeb9d20a54ab057f7ddfb7896c192f41b5b185 83.89MB / 134.79MB 3.4s [2021-09-16T18:55:29.052Z] #11 sha256:103d08d8b59d07d9f8ee7a8798aeb9d20a54ab057f7ddfb7896c192f41b5b185 94.37MB / 134.79MB 3.6s [2021-09-16T18:55:29.052Z] #11 sha256:4e94c8ba5874feacb79d2235c4b275408a5110a5c12fd4c45200199ad8847091 22.65MB / 85.72MB 3.6s [2021-09-16T18:55:29.072Z] #11 ... [2021-09-16T18:55:29.072Z] [2021-09-16T18:55:29.072Z] #67 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-09-16T18:55:29.072Z] #67 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2021-09-16T18:55:29.072Z] #67 DONE 0.9s [2021-09-16T18:55:29.072Z] [2021-09-16T18:55:29.072Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.0-bullseye@sha256:a5b6c29c08b722c60b858c627574374a0818349b1f222d8dde404f0494832b1f [2021-09-16T18:55:29.072Z] #11 sha256:2e94cf63fc95f818e41f7b7ac682cbd1a8c1211f13a643b59f8867550563950f [2021-09-16T18:55:29.072Z] #11 extracting sha256:911ea9f2bd51e53a455297e0631e18a72a86d7e2c8e1807176e80f991bde5d64 1.2s done [2021-09-16T18:55:29.234Z] #28 5.645 The following NEW packages will be installed: [2021-09-16T18:55:29.234Z] #28 5.645 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2021-09-16T18:55:29.234Z] #28 5.645 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2021-09-16T18:55:29.234Z] #28 5.645 libssh2-1 openssl [2021-09-16T18:55:29.311Z] #11 sha256:4e94c8ba5874feacb79d2235c4b275408a5110a5c12fd4c45200199ad8847091 27.26MB / 85.72MB 3.7s [2021-09-16T18:55:29.311Z] #11 sha256:103d08d8b59d07d9f8ee7a8798aeb9d20a54ab057f7ddfb7896c192f41b5b185 105.91MB / 134.79MB 3.9s [2021-09-16T18:55:29.312Z] #11 sha256:4e94c8ba5874feacb79d2235c4b275408a5110a5c12fd4c45200199ad8847091 40.89MB / 85.72MB 3.9s [2021-09-16T18:55:29.499Z] #28 5.925 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-09-16T18:55:29.499Z] #28 5.925 Need to get 3038 kB of archives. [2021-09-16T18:55:29.499Z] #28 5.925 After this operation, 6652 kB of additional disk space will be used. [2021-09-16T18:55:29.499Z] #28 5.925 Get:1 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2021-09-16T18:55:29.499Z] #28 5.940 Get:2 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2021-09-16T18:55:29.499Z] #28 5.940 Get:3 http://security.debian.org/debian-security bullseye-security/main amd64 openssl amd64 1.1.1k-1+deb11u1 [851 kB] [2021-09-16T18:55:29.499Z] #28 5.940 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-16T18:55:29.573Z] #11 sha256:103d08d8b59d07d9f8ee7a8798aeb9d20a54ab057f7ddfb7896c192f41b5b185 117.44MB / 134.79MB 4.1s [2021-09-16T18:55:29.573Z] #11 sha256:4e94c8ba5874feacb79d2235c4b275408a5110a5c12fd4c45200199ad8847091 48.23MB / 85.72MB 4.1s [2021-09-16T18:55:29.760Z] #28 5.948 Get:5 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1 [106 kB] [2021-09-16T18:55:29.760Z] #28 5.948 Get:6 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3 [232 kB] [2021-09-16T18:55:29.760Z] #28 5.956 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2021-09-16T18:55:29.760Z] #28 5.956 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2021-09-16T18:55:29.760Z] #28 5.956 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2021-09-16T18:55:29.760Z] #28 5.956 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2021-09-16T18:55:29.760Z] #28 5.964 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+b1 [341 kB] [2021-09-16T18:55:29.760Z] #28 5.964 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+b1 [267 kB] [2021-09-16T18:55:29.760Z] #28 5.992 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2021-09-16T18:55:29.760Z] #28 5.992 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2021-09-16T18:55:29.760Z] #28 5.992 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2021-09-16T18:55:29.833Z] #11 sha256:103d08d8b59d07d9f8ee7a8798aeb9d20a54ab057f7ddfb7896c192f41b5b185 134.22MB / 134.79MB 4.3s [2021-09-16T18:55:29.833Z] #11 sha256:4e94c8ba5874feacb79d2235c4b275408a5110a5c12fd4c45200199ad8847091 55.57MB / 85.72MB 4.3s [2021-09-16T18:55:29.833Z] #11 sha256:4e94c8ba5874feacb79d2235c4b275408a5110a5c12fd4c45200199ad8847091 63.96MB / 85.72MB 4.4s [2021-09-16T18:55:30.002Z] #11 extracting sha256:27b0a22ee906271a6ce9ddd1754fdd7d3b59078e0b57b6cc054c7ed7ac301587 0.1s [2021-09-16T18:55:30.023Z] #28 6.276 debconf: delaying package configuration, since apt-utils is not installed [2021-09-16T18:55:30.023Z] #28 6.312 Fetched 3038 kB in 0s (9063 kB/s) [2021-09-16T18:55:30.023Z] #28 6.347 Selecting previously unselected package openssl. [2021-09-16T18:55:30.023Z] #28 6.347 (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-16T18:55:30.023Z] #28 6.347 Preparing to unpack .../00-openssl_1.1.1k-1+deb11u1_amd64.deb ... [2021-09-16T18:55:30.023Z] #28 6.353 Unpacking openssl (1.1.1k-1+deb11u1) ... [2021-09-16T18:55:30.093Z] #11 sha256:4e94c8ba5874feacb79d2235c4b275408a5110a5c12fd4c45200199ad8847091 71.30MB / 85.72MB 4.5s [2021-09-16T18:55:30.094Z] #11 sha256:4e94c8ba5874feacb79d2235c4b275408a5110a5c12fd4c45200199ad8847091 76.55MB / 85.72MB 4.6s [2021-09-16T18:55:30.094Z] #11 sha256:4e94c8ba5874feacb79d2235c4b275408a5110a5c12fd4c45200199ad8847091 83.89MB / 85.72MB 4.7s [2021-09-16T18:55:30.285Z] #28 6.509 Selecting previously unselected package ca-certificates. [2021-09-16T18:55:30.285Z] #28 6.509 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2021-09-16T18:55:30.285Z] #28 6.518 Unpacking ca-certificates (20210119) ... [2021-09-16T18:55:30.285Z] #28 6.612 Selecting previously unselected package libbrotli1:amd64. [2021-09-16T18:55:30.285Z] #28 6.612 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2021-09-16T18:55:30.285Z] #28 6.612 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2021-09-16T18:55:30.285Z] #28 6.719 Selecting previously unselected package libsasl2-modules-db:amd64. [2021-09-16T18:55:30.285Z] #28 6.719 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1_amd64.deb ... [2021-09-16T18:55:30.547Z] #28 6.728 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1) ... [2021-09-16T18:55:30.547Z] #28 6.775 Selecting previously unselected package libsasl2-2:amd64. [2021-09-16T18:55:30.547Z] #28 6.775 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1_amd64.deb ... [2021-09-16T18:55:30.547Z] #28 6.781 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1) ... [2021-09-16T18:55:30.547Z] #28 6.848 Selecting previously unselected package libldap-2.4-2:amd64. [2021-09-16T18:55:30.547Z] #28 6.848 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3_amd64.deb ... [2021-09-16T18:55:30.547Z] #28 6.852 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2021-09-16T18:55:30.547Z] #28 6.934 Selecting previously unselected package libnghttp2-14:amd64. [2021-09-16T18:55:30.547Z] #28 6.934 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2021-09-16T18:55:30.547Z] #28 6.938 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2021-09-16T18:55:30.547Z] #28 6.997 Selecting previously unselected package libpsl5:amd64. [2021-09-16T18:55:30.547Z] #28 6.997 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2021-09-16T18:55:30.808Z] #28 7.001 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2021-09-16T18:55:30.808Z] #28 7.053 Selecting previously unselected package librtmp1:amd64. [2021-09-16T18:55:30.808Z] #28 7.053 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2021-09-16T18:55:30.808Z] #28 7.058 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2021-09-16T18:55:30.808Z] #28 7.112 Selecting previously unselected package libssh2-1:amd64. [2021-09-16T18:55:30.808Z] #28 7.114 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2021-09-16T18:55:30.808Z] #28 7.117 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2021-09-16T18:55:30.808Z] #28 7.182 Selecting previously unselected package libcurl4:amd64. [2021-09-16T18:55:30.808Z] #28 7.182 Preparing to unpack .../10-libcurl4_7.74.0-1.3+b1_amd64.deb ... [2021-09-16T18:55:30.808Z] #28 7.193 Unpacking libcurl4:amd64 (7.74.0-1.3+b1) ... [2021-09-16T18:55:31.072Z] #28 7.278 Selecting previously unselected package curl. [2021-09-16T18:55:31.072Z] #28 7.278 Preparing to unpack .../11-curl_7.74.0-1.3+b1_amd64.deb ... [2021-09-16T18:55:31.072Z] #28 7.287 Unpacking curl (7.74.0-1.3+b1) ... [2021-09-16T18:55:31.072Z] #28 7.366 Selecting previously unselected package libonig5:amd64. [2021-09-16T18:55:31.072Z] #28 7.366 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2021-09-16T18:55:31.072Z] #28 7.370 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2021-09-16T18:55:31.073Z] #28 7.452 Selecting previously unselected package libjq1:amd64. [2021-09-16T18:55:31.073Z] #28 7.452 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2021-09-16T18:55:31.073Z] #28 7.456 Unpacking libjq1:amd64 (1.6-2.1) ... [2021-09-16T18:55:31.334Z] #28 7.532 Selecting previously unselected package jq. [2021-09-16T18:55:31.334Z] #28 7.532 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2021-09-16T18:55:31.334Z] #28 7.538 Unpacking jq (1.6-2.1) ... [2021-09-16T18:55:31.334Z] #28 7.585 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2021-09-16T18:55:31.334Z] #28 7.603 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2021-09-16T18:55:31.334Z] #28 7.618 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2021-09-16T18:55:31.334Z] #28 7.636 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1) ... [2021-09-16T18:55:31.334Z] #28 7.648 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2021-09-16T18:55:31.334Z] #28 7.660 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1) ... [2021-09-16T18:55:31.334Z] #28 7.672 Setting up libssh2-1:amd64 (1.9.0-2) ... [2021-09-16T18:55:31.334Z] #28 7.689 Setting up openssl (1.1.1k-1+deb11u1) ... [2021-09-16T18:55:31.334Z] #28 7.707 Setting up libonig5:amd64 (6.9.6-1.1) ... [2021-09-16T18:55:31.334Z] #28 7.719 Setting up libjq1:amd64 (1.6-2.1) ... [2021-09-16T18:55:31.334Z] #28 7.733 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2021-09-16T18:55:31.334Z] #28 7.749 Setting up ca-certificates (20210119) ... [2021-09-16T18:55:31.956Z] Client: [2021-09-16T18:55:31.956Z] Context: default [2021-09-16T18:55:31.956Z] Debug Mode: false [2021-09-16T18:55:31.956Z] Plugins: [2021-09-16T18:55:31.956Z] app: Docker App (Docker Inc., v0.9.1-beta3) [2021-09-16T18:55:31.956Z] buildx: Build with BuildKit (Docker Inc., v0.5.1-docker) [2021-09-16T18:55:31.956Z] [2021-09-16T18:55:31.956Z] Server: [2021-09-16T18:55:31.956Z] Containers: 0 [2021-09-16T18:55:31.956Z] Running: 0 [2021-09-16T18:55:31.956Z] Paused: 0 [2021-09-16T18:55:31.956Z] Stopped: 0 [2021-09-16T18:55:31.956Z] Images: 0 [2021-09-16T18:55:31.956Z] Server Version: 20.10.6 [2021-09-16T18:55:31.956Z] Storage Driver: overlay2 [2021-09-16T18:55:31.956Z] Backing Filesystem: extfs [2021-09-16T18:55:31.956Z] Supports d_type: true [2021-09-16T18:55:31.956Z] Native Overlay Diff: true [2021-09-16T18:55:31.956Z] userxattr: false [2021-09-16T18:55:31.956Z] Logging Driver: json-file [2021-09-16T18:55:31.956Z] Cgroup Driver: cgroupfs [2021-09-16T18:55:31.956Z] Cgroup Version: 1 [2021-09-16T18:55:31.956Z] Plugins: [2021-09-16T18:55:31.956Z] Volume: local [2021-09-16T18:55:31.956Z] Network: bridge host ipvlan macvlan null overlay [2021-09-16T18:55:31.956Z] Log: awslogs fluentd gcplogs gelf journald json-file local logentries splunk syslog [2021-09-16T18:55:31.956Z] Swarm: inactive [2021-09-16T18:55:31.956Z] Runtimes: io.containerd.runc.v2 io.containerd.runtime.v1.linux runc [2021-09-16T18:55:31.956Z] Default Runtime: runc [2021-09-16T18:55:31.956Z] Init Binary: docker-init [2021-09-16T18:55:31.956Z] containerd version: d71fcd7d8303cbf684402823e425e9dd2e99285d [2021-09-16T18:55:31.956Z] runc version: b9ee9c6314599f1b4a7f497e1f1f856fe433d3b7 [2021-09-16T18:55:31.956Z] init version: de40ad0 [2021-09-16T18:55:31.956Z] Security Options: [2021-09-16T18:55:31.956Z] apparmor [2021-09-16T18:55:31.956Z] seccomp [2021-09-16T18:55:31.956Z] Profile: default [2021-09-16T18:55:31.956Z] Kernel Version: 5.4.0-1048-aws [2021-09-16T18:55:31.956Z] Operating System: Ubuntu 20.04.2 LTS [2021-09-16T18:55:31.956Z] OSType: linux [2021-09-16T18:55:31.956Z] Architecture: aarch64 [2021-09-16T18:55:31.956Z] CPUs: 4 [2021-09-16T18:55:31.956Z] Total Memory: 7.493GiB [2021-09-16T18:55:31.956Z] Name: ip-10-100-102-18 [2021-09-16T18:55:31.956Z] ID: MGZL:OOTV:SN5F:X6EL:EAFI:KBFD:Y3ES:GQ7F:YIFA:P3HD:KTGV:V6GG [2021-09-16T18:55:31.956Z] Docker Root Dir: /var/lib/docker [2021-09-16T18:55:31.956Z] Debug Mode: false [2021-09-16T18:55:31.956Z] Registry: https://index.docker.io/v1/ [2021-09-16T18:55:31.956Z] Labels: [2021-09-16T18:55:31.956Z] Experimental: true [2021-09-16T18:55:31.956Z] Insecure Registries: [2021-09-16T18:55:31.956Z] 127.0.0.0/8 [2021-09-16T18:55:31.956Z] Live Restore Enabled: true [2021-09-16T18:55:31.956Z] [2021-09-16T18:55:31.956Z] WARNING: No swap limit support [Pipeline] sh [2021-09-16T18:55:32.250Z] + echo check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-09-16T18:55:32.250Z] check-config.sh version: 2b0755b936416834e14208c6c37b36977e67ea35 [2021-09-16T18:55:32.250Z] + curl -fsSL -o /home/ubuntu/workspace/moby_PR-41759/check-config.sh https://raw.githubusercontent.com/moby/moby/2b0755b936416834e14208c6c37b36977e67ea35/contrib/check-config.sh [2021-09-16T18:55:32.250Z] + bash /home/ubuntu/workspace/moby_PR-41759/check-config.sh [2021-09-16T18:55:32.250Z] warning: /proc/config.gz does not exist, searching other paths for kernel config ... [2021-09-16T18:55:32.250Z] info: reading kernel config from /boot/config-5.4.0-1048-aws ... [2021-09-16T18:55:32.250Z] [2021-09-16T18:55:32.250Z] Generally Necessary: [2021-09-16T18:55:32.250Z] - cgroup hierarchy: properly mounted [/sys/fs/cgroup] [2021-09-16T18:55:32.250Z] - apparmor: enabled and tools installed [2021-09-16T18:55:32.250Z] - CONFIG_NAMESPACES: enabled [2021-09-16T18:55:32.250Z] - CONFIG_NET_NS: enabled [2021-09-16T18:55:32.250Z] - CONFIG_PID_NS: enabled [2021-09-16T18:55:32.250Z] - CONFIG_IPC_NS: enabled [2021-09-16T18:55:32.250Z] - CONFIG_UTS_NS: enabled [2021-09-16T18:55:32.250Z] - CONFIG_CGROUPS: enabled [2021-09-16T18:55:32.250Z] - CONFIG_CGROUP_CPUACCT: enabled [2021-09-16T18:55:32.250Z] - CONFIG_CGROUP_DEVICE: enabled [2021-09-16T18:55:32.250Z] - CONFIG_CGROUP_FREEZER: enabled [2021-09-16T18:55:32.250Z] - CONFIG_CGROUP_SCHED: enabled [2021-09-16T18:55:32.250Z] - CONFIG_CPUSETS: enabled [2021-09-16T18:55:32.250Z] - CONFIG_MEMCG: enabled [2021-09-16T18:55:32.250Z] - CONFIG_KEYS: enabled [2021-09-16T18:55:32.250Z] - CONFIG_VETH: enabled (as module) [2021-09-16T18:55:32.250Z] - CONFIG_BRIDGE: enabled (as module) [2021-09-16T18:55:32.250Z] - CONFIG_BRIDGE_NETFILTER: enabled (as module) [2021-09-16T18:55:32.292Z] #28 8.506 Updating certificates in /etc/ssl/certs... [2021-09-16T18:55:32.513Z] - CONFIG_IP_NF_FILTER: enabled (as module) [2021-09-16T18:55:32.513Z] - CONFIG_IP_NF_TARGET_MASQUERADE: enabled (as module) [2021-09-16T18:55:32.513Z] - CONFIG_NETFILTER_XT_MATCH_ADDRTYPE: enabled (as module) [2021-09-16T18:55:32.513Z] - CONFIG_NETFILTER_XT_MATCH_CONNTRACK: enabled (as module) [2021-09-16T18:55:32.513Z] - CONFIG_NETFILTER_XT_MATCH_IPVS: enabled (as module) [2021-09-16T18:55:32.513Z] - CONFIG_NETFILTER_XT_MARK: enabled (as module) [2021-09-16T18:55:32.513Z] - CONFIG_IP_NF_NAT: enabled (as module) [2021-09-16T18:55:32.513Z] - CONFIG_NF_NAT: enabled (as module) [2021-09-16T18:55:32.513Z] - CONFIG_POSIX_MQUEUE: enabled [2021-09-16T18:55:32.513Z] [2021-09-16T18:55:32.513Z] Optional Features: [2021-09-16T18:55:32.513Z] - CONFIG_USER_NS: enabled [2021-09-16T18:55:32.513Z] - CONFIG_SECCOMP: enabled [2021-09-16T18:55:32.513Z] - CONFIG_SECCOMP_FILTER: enabled [2021-09-16T18:55:32.513Z] - CONFIG_CGROUP_PIDS: enabled [2021-09-16T18:55:32.513Z] - CONFIG_MEMCG_SWAP: enabled [2021-09-16T18:55:32.513Z] - CONFIG_MEMCG_SWAP_ENABLED: missing [2021-09-16T18:55:32.513Z] (cgroup swap accounting is currently not enabled, you can enable it by setting boot option "swapaccount=1") [2021-09-16T18:55:32.513Z] - CONFIG_BLK_CGROUP: enabled [2021-09-16T18:55:32.513Z] - CONFIG_BLK_DEV_THROTTLING: enabled [2021-09-16T18:55:32.513Z] - CONFIG_CGROUP_PERF: enabled [2021-09-16T18:55:32.513Z] - CONFIG_CGROUP_HUGETLB: enabled [2021-09-16T18:55:32.513Z] - CONFIG_NET_CLS_CGROUP: enabled (as module) [2021-09-16T18:55:32.626Z] #11 sha256:103d08d8b59d07d9f8ee7a8798aeb9d20a54ab057f7ddfb7896c192f41b5b185 134.79MB / 134.79MB 6.8s done [2021-09-16T18:55:32.776Z] - CONFIG_CGROUP_NET_PRIO: enabled [2021-09-16T18:55:32.776Z] - CONFIG_CFS_BANDWIDTH: enabled [2021-09-16T18:55:32.776Z] - CONFIG_FAIR_GROUP_SCHED: enabled [2021-09-16T18:55:32.776Z] - CONFIG_RT_GROUP_SCHED: missing [2021-09-16T18:55:32.776Z] - CONFIG_IP_NF_TARGET_REDIRECT: enabled (as module) [2021-09-16T18:55:32.776Z] - CONFIG_IP_VS: enabled (as module) [2021-09-16T18:55:32.776Z] - CONFIG_IP_VS_NFCT: enabled [2021-09-16T18:55:32.776Z] - CONFIG_IP_VS_PROTO_TCP: enabled [2021-09-16T18:55:32.776Z] - CONFIG_IP_VS_PROTO_UDP: enabled [2021-09-16T18:55:32.776Z] - CONFIG_IP_VS_RR: enabled (as module) [2021-09-16T18:55:32.776Z] - CONFIG_SECURITY_SELINUX: enabled [2021-09-16T18:55:32.776Z] - CONFIG_SECURITY_APPARMOR: enabled [2021-09-16T18:55:32.776Z] - CONFIG_EXT4_FS: enabled [2021-09-16T18:55:32.776Z] - CONFIG_EXT4_FS_POSIX_ACL: enabled [2021-09-16T18:55:32.776Z] - CONFIG_EXT4_FS_SECURITY: enabled [2021-09-16T18:55:32.776Z] - Network Drivers: [2021-09-16T18:55:32.776Z] - "overlay": [2021-09-16T18:55:32.776Z] - CONFIG_VXLAN: enabled (as module) [2021-09-16T18:55:32.776Z] - CONFIG_BRIDGE_VLAN_FILTERING: enabled [2021-09-16T18:55:32.776Z] Optional (for encrypted networks): [2021-09-16T18:55:33.038Z] - CONFIG_CRYPTO: enabled [2021-09-16T18:55:33.039Z] - CONFIG_CRYPTO_AEAD: enabled [2021-09-16T18:55:33.039Z] - CONFIG_CRYPTO_GCM: enabled [2021-09-16T18:55:33.039Z] - CONFIG_CRYPTO_SEQIV: enabled [2021-09-16T18:55:33.039Z] - CONFIG_CRYPTO_GHASH: enabled [2021-09-16T18:55:33.039Z] - CONFIG_XFRM: enabled [2021-09-16T18:55:33.039Z] - CONFIG_XFRM_USER: enabled (as module) [2021-09-16T18:55:33.039Z] - CONFIG_XFRM_ALGO: enabled (as module) [2021-09-16T18:55:33.039Z] - CONFIG_INET_ESP: enabled (as module) [2021-09-16T18:55:33.039Z] - "ipvlan": [2021-09-16T18:55:33.039Z] - CONFIG_IPVLAN: enabled (as module) [2021-09-16T18:55:33.039Z] - "macvlan": [2021-09-16T18:55:33.039Z] - CONFIG_MACVLAN: enabled (as module) [2021-09-16T18:55:33.039Z] - CONFIG_DUMMY: enabled (as module) [2021-09-16T18:55:33.039Z] - "ftp,tftp client in container": [2021-09-16T18:55:33.039Z] - CONFIG_NF_NAT_FTP: enabled (as module) [2021-09-16T18:55:33.039Z] - CONFIG_NF_CONNTRACK_FTP: enabled (as module) [2021-09-16T18:55:33.039Z] - CONFIG_NF_NAT_TFTP: enabled (as module) [2021-09-16T18:55:33.039Z] - CONFIG_NF_CONNTRACK_TFTP: enabled (as module) [2021-09-16T18:55:33.039Z] - Storage Drivers: [2021-09-16T18:55:33.039Z] - "aufs": [2021-09-16T18:55:33.039Z] - CONFIG_AUFS_FS: enabled (as module) [2021-09-16T18:55:33.039Z] - "btrfs": [2021-09-16T18:55:33.039Z] - CONFIG_BTRFS_FS: enabled (as module) [2021-09-16T18:55:33.039Z] - CONFIG_BTRFS_FS_POSIX_ACL: enabled [2021-09-16T18:55:33.039Z] - "devicemapper": [2021-09-16T18:55:33.039Z] - CONFIG_BLK_DEV_DM: enabled [2021-09-16T18:55:33.039Z] - CONFIG_DM_THIN_PROVISIONING: enabled (as module) [2021-09-16T18:55:33.039Z] - "overlay": [2021-09-16T18:55:33.039Z] - CONFIG_OVERLAY_FS: enabled (as module) [2021-09-16T18:55:33.039Z] - "zfs": [2021-09-16T18:55:33.039Z] - /dev/zfs: present [2021-09-16T18:55:33.039Z] - zfs command: missing [2021-09-16T18:55:33.039Z] - zpool command: missing [2021-09-16T18:55:33.039Z] [2021-09-16T18:55:33.039Z] Limits: [2021-09-16T18:55:33.039Z] - /proc/sys/kernel/keys/root_maxkeys: 1000000 [2021-09-16T18:55:33.039Z] [2021-09-16T18:55:33.039Z] + true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Build dev image) [Pipeline] sh [2021-09-16T18:55:33.240Z] #28 9.518 129 added, 0 removed; done. [2021-09-16T18:55:33.240Z] #28 9.602 Setting up jq (1.6-2.1) ... [2021-09-16T18:55:33.240Z] #28 9.612 Setting up libcurl4:amd64 (7.74.0-1.3+b1) ... [2021-09-16T18:55:33.240Z] #28 9.624 Setting up curl (7.74.0-1.3+b1) ... [2021-09-16T18:55:33.240Z] #28 9.660 Processing triggers for libc-bin (2.31-13) ... [2021-09-16T18:55:33.240Z] #28 9.681 Processing triggers for ca-certificates (20210119) ... [2021-09-16T18:55:33.240Z] #28 9.698 Updating certificates in /etc/ssl/certs... [2021-09-16T18:55:33.397Z] + docker build --force-rm --build-arg APT_MIRROR -t docker:e187eb2bb5f0c3f899fe643e95d1af8c57e89a73 . [2021-09-16T18:55:33.590Z] #19 50.32 Reading package lists... [2021-09-16T18:55:33.606Z] #11 extracting sha256:2756ef5f69a5190f4308619e0f446d95f5515eef4a814dbad0bcebbbbc7b25a8 [2021-09-16T18:55:33.865Z] #11 extracting sha256:2756ef5f69a5190f4308619e0f446d95f5515eef4a814dbad0bcebbbbc7b25a8 0.2s done [2021-09-16T18:55:33.972Z] #1 [internal] load build definition from Dockerfile [2021-09-16T18:55:33.973Z] #1 sha256:870db0ddfdf2ef8df3659fb42353fd36a87ec8a63bbbcf0e6d161e9039814f1e [2021-09-16T18:55:33.973Z] #1 transferring dockerfile: 16.36kB done [2021-09-16T18:55:33.973Z] #1 DONE 0.1s [2021-09-16T18:55:33.973Z] [2021-09-16T18:55:33.973Z] #2 [internal] load .dockerignore [2021-09-16T18:55:33.973Z] #2 sha256:7129df042049ff4d18fb75c423666f957055c033e82f7ae19a5d2a98cb96bd4a [2021-09-16T18:55:33.973Z] #2 transferring context: 87B done [2021-09-16T18:55:33.973Z] #2 DONE 0.0s [2021-09-16T18:55:34.150Z] #11 sha256:4e94c8ba5874feacb79d2235c4b275408a5110a5c12fd4c45200199ad8847091 85.72MB / 85.72MB 8.4s done [2021-09-16T18:55:34.186Z] #28 ... [2021-09-16T18:55:34.186Z] [2021-09-16T18:55:34.186Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.0-bullseye@sha256:a5b6c29c08b722c60b858c627574374a0818349b1f222d8dde404f0494832b1f [2021-09-16T18:55:34.186Z] #11 sha256:2e94cf63fc95f818e41f7b7ac682cbd1a8c1211f13a643b59f8867550563950f [2021-09-16T18:55:34.187Z] #11 extracting sha256:27b0a22ee906271a6ce9ddd1754fdd7d3b59078e0b57b6cc054c7ed7ac301587 7.3s done [2021-09-16T18:55:34.187Z] #11 extracting sha256:4e94c8ba5874feacb79d2235c4b275408a5110a5c12fd4c45200199ad8847091 0.2s [2021-09-16T18:55:34.234Z] [2021-09-16T18:55:34.234Z] #3 resolve image config for docker.io/docker/dockerfile:1.3 [2021-09-16T18:55:34.234Z] #3 sha256:dce28476d87f47c3617032ad33fa3273456c6cd0abd6b99e8084cf1b55d7403a [2021-09-16T18:55:34.449Z] #11 ... [2021-09-16T18:55:34.449Z] [2021-09-16T18:55:34.449Z] #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-16T18:55:34.449Z] #28 sha256:c5e0f0096bec1087ba13a5728131224f780fba9bd216f2958cf8482fe90b1e54 [2021-09-16T18:55:34.449Z] #28 10.65 0 added, 0 removed; done. [2021-09-16T18:55:34.449Z] #28 10.65 Running hooks in /etc/ca-certificates/update.d... [2021-09-16T18:55:34.449Z] #28 10.65 done. [2021-09-16T18:55:34.718Z] #11 ... [2021-09-16T18:55:34.718Z] [2021-09-16T18:55:34.718Z] #66 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-09-16T18:55:34.718Z] #66 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-09-16T18:55:34.718Z] #66 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2021-09-16T18:55:34.718Z] #66 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-09-16T18:55:34.718Z] #66 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2021-09-16T18:55:34.718Z] #66 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2021-09-16T18:55:34.718Z] #66 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 3.7s done [2021-09-16T18:55:34.718Z] #66 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 1.2s done [2021-09-16T18:55:34.718Z] #66 DONE 9.4s [2021-09-16T18:55:34.718Z] [2021-09-16T18:55:34.718Z] #27 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:08db48d59c0a91afb802ebafc921be3154e200c452e4d0b19634b426b03e0e25 [2021-09-16T18:55:34.718Z] #27 sha256:ee2eca46195c04d2aabba51a1feb0e852c571983c78b00aa1bea25ba9b272469 [2021-09-16T18:55:34.718Z] #27 extracting sha256:955615a668ce169f8a1443fc6b6e6215f43fe0babfb4790712a2d3171f34d366 4.3s done [2021-09-16T18:55:34.718Z] #27 DONE 9.4s [2021-09-16T18:55:34.718Z] [2021-09-16T18:55:34.718Z] #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-16T18:55:34.718Z] #28 sha256:c5e0f0096bec1087ba13a5728131224f780fba9bd216f2958cf8482fe90b1e54 [2021-09-16T18:55:34.808Z] #3 DONE 0.6s [2021-09-16T18:55:34.808Z] [2021-09-16T18:55:34.808Z] #4 docker-image://docker.io/docker/dockerfile:1.3@sha256:9e2c9eca7367393aecc68795c671f93466818395a2693498debe831fd67f5e89 [2021-09-16T18:55:34.808Z] #4 sha256:5f5d24529406726ec414dd62cdc89c393aac693a7a2b47b0b4d107994528dca3 [2021-09-16T18:55:34.808Z] #4 resolve docker.io/docker/dockerfile:1.3@sha256:9e2c9eca7367393aecc68795c671f93466818395a2693498debe831fd67f5e89 done [2021-09-16T18:55:34.808Z] #4 sha256:e06327c53328c0deb48a4bdd28de634f8f2c86c5fdba69b0691b4e5e51cb1286 1.21kB / 1.21kB done [2021-09-16T18:55:34.808Z] #4 sha256:52ca1ad6773b066ccd72c6a66eab22b868ca277405973ae6e4c4d00b1420e628 6.29MB / 9.06MB 0.2s [2021-09-16T18:55:34.808Z] #4 sha256:9e2c9eca7367393aecc68795c671f93466818395a2693498debe831fd67f5e89 2.00kB / 2.00kB done [2021-09-16T18:55:34.808Z] #4 sha256:e3ddb4b6aaf8c965cb8d1a2bb895c494f020bdc1cbccb0fbd4c644ab8a05627d 528B / 528B done [2021-09-16T18:55:35.024Z] #28 DONE 11.4s [2021-09-16T18:55:35.024Z] [2021-09-16T18:55:35.024Z] #29 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-09-16T18:55:35.024Z] #29 sha256:b2b51128a1ebf540c2e88c95b59c269606aefff80351e8d49b6353ebe05c6679 [2021-09-16T18:55:35.024Z] #29 DONE 0.1s [2021-09-16T18:55:35.024Z] [2021-09-16T18:55:35.024Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.0-bullseye@sha256:a5b6c29c08b722c60b858c627574374a0818349b1f222d8dde404f0494832b1f [2021-09-16T18:55:35.024Z] #11 sha256:2e94cf63fc95f818e41f7b7ac682cbd1a8c1211f13a643b59f8867550563950f [2021-09-16T18:55:35.070Z] #4 sha256:52ca1ad6773b066ccd72c6a66eab22b868ca277405973ae6e4c4d00b1420e628 9.06MB / 9.06MB 0.3s [2021-09-16T18:55:35.070Z] #4 sha256:52ca1ad6773b066ccd72c6a66eab22b868ca277405973ae6e4c4d00b1420e628 9.06MB / 9.06MB 0.4s done [2021-09-16T18:55:35.070Z] #4 extracting sha256:52ca1ad6773b066ccd72c6a66eab22b868ca277405973ae6e4c4d00b1420e628 [2021-09-16T18:55:35.260Z] #11 extracting sha256:27b0a22ee906271a6ce9ddd1754fdd7d3b59078e0b57b6cc054c7ed7ac301587 5.2s [2021-09-16T18:55:35.333Z] #4 extracting sha256:52ca1ad6773b066ccd72c6a66eab22b868ca277405973ae6e4c4d00b1420e628 0.2s done [2021-09-16T18:55:35.333Z] #4 DONE 0.8s [2021-09-16T18:55:35.595Z] [2021-09-16T18:55:35.595Z] #6 [internal] load .dockerignore [2021-09-16T18:55:35.595Z] #6 sha256:3dfb95a04e6a6aad44c92c1a331ca3a3a74defe6d9e87410926d7b213026eb66 [2021-09-16T18:55:35.595Z] #6 DONE 0.0s [2021-09-16T18:55:35.595Z] [2021-09-16T18:55:35.595Z] #5 [internal] load build definition from Dockerfile [2021-09-16T18:55:35.595Z] #5 sha256:cd38b71188c6ab76a01aeb776c907551e9010310569efba71678bfed8dd7a11a [2021-09-16T18:55:35.595Z] #5 DONE 0.0s [2021-09-16T18:55:35.595Z] [2021-09-16T18:55:35.595Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-09-16T18:55:35.595Z] #10 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-09-16T18:55:35.657Z] #28 ... [2021-09-16T18:55:35.657Z] [2021-09-16T18:55:35.657Z] #65 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-09-16T18:55:35.657Z] #65 sha256:c0e1a70b68cbf39676beec79ce39fce21b4fe65bce17ff7506a08a7a4e2d23b9 [2021-09-16T18:55:35.657Z] #65 DONE 0.8s [2021-09-16T18:55:35.918Z] [2021-09-16T18:55:35.918Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.0-bullseye@sha256:a5b6c29c08b722c60b858c627574374a0818349b1f222d8dde404f0494832b1f [2021-09-16T18:55:35.918Z] #11 sha256:2e94cf63fc95f818e41f7b7ac682cbd1a8c1211f13a643b59f8867550563950f [2021-09-16T18:55:35.918Z] #11 extracting sha256:911ea9f2bd51e53a455297e0631e18a72a86d7e2c8e1807176e80f991bde5d64 0.5s done [2021-09-16T18:55:35.918Z] #11 extracting sha256:27b0a22ee906271a6ce9ddd1754fdd7d3b59078e0b57b6cc054c7ed7ac301587 [2021-09-16T18:55:36.542Z] #10 ... [2021-09-16T18:55:36.542Z] [2021-09-16T18:55:36.542Z] #8 [internal] load metadata for docker.io/library/golang:1.17.0-bullseye [2021-09-16T18:55:36.542Z] #8 sha256:e77631fd6670f305755dba83efe0d94b6f3f09516454307c2461e1a8a5951b21 [2021-09-16T18:55:36.542Z] #8 DONE 0.9s [2021-09-16T18:55:36.542Z] [2021-09-16T18:55:36.542Z] #7 [internal] load metadata for docker.io/library/debian:bullseye [2021-09-16T18:55:36.542Z] #7 sha256:6d9fd31165915ffec207af44d888d4ad2b51a327ff941d94598791b75383e1d9 [2021-09-16T18:55:36.542Z] #7 DONE 0.9s [2021-09-16T18:55:36.645Z] #11 extracting sha256:27b0a22ee906271a6ce9ddd1754fdd7d3b59078e0b57b6cc054c7ed7ac301587 7.0s done [2021-09-16T18:55:36.803Z] [2021-09-16T18:55:36.803Z] #10 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-09-16T18:55:36.803Z] #10 sha256:4f4abfc628fa9f6bc9d86ceabdcece9b914f3f1388cc959562a126935dbac0f1 [2021-09-16T18:55:36.803Z] #10 DONE 1.0s [2021-09-16T18:55:36.803Z] [2021-09-16T18:55:36.803Z] #9 [internal] load metadata for docker.io/djs55/vpnkit:0.5.0 [2021-09-16T18:55:36.803Z] #9 sha256:e6b18f23b482eb87c52daf736deb9855cc065ca76bc296ff68f04cd9f6d72bec [2021-09-16T18:55:36.803Z] #9 DONE 1.0s [2021-09-16T18:55:36.861Z] #11 ... [2021-09-16T18:55:36.861Z] [2021-09-16T18:55:36.861Z] #67 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-09-16T18:55:36.861Z] #67 sha256:8ef87e5d53a1dfa633f8e5b8962204eca0fcb197823c9afc138525ddc8410ff9 [2021-09-16T18:55:36.861Z] #67 DONE 0.9s [2021-09-16T18:55:36.861Z] [2021-09-16T18:55:36.861Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.0-bullseye@sha256:a5b6c29c08b722c60b858c627574374a0818349b1f222d8dde404f0494832b1f [2021-09-16T18:55:36.861Z] #11 sha256:2e94cf63fc95f818e41f7b7ac682cbd1a8c1211f13a643b59f8867550563950f [2021-09-16T18:55:36.903Z] #11 ... [2021-09-16T18:55:36.903Z] [2021-09-16T18:55:36.903Z] #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-16T18:55:36.903Z] #28 sha256:c5e0f0096bec1087ba13a5728131224f780fba9bd216f2958cf8482fe90b1e54 [2021-09-16T18:55:36.903Z] #28 1.363 Get:1 http://deb.debian.org/debian bullseye InRelease [113 kB] [2021-09-16T18:55:36.903Z] #28 1.363 Get:2 http://deb.debian.org/debian bullseye-updates InRelease [36.8 kB] [2021-09-16T18:55:36.903Z] #28 1.459 Get:3 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2021-09-16T18:55:36.903Z] #28 1.580 Get:4 http://deb.debian.org/debian bullseye/main amd64 Packages [8178 kB] [2021-09-16T18:55:36.903Z] #28 2.179 Get:5 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [31.1 kB] [2021-09-16T18:55:36.903Z] #28 3.487 Fetched 8402 kB in 2s (3501 kB/s) [2021-09-16T18:55:36.903Z] #28 3.487 Reading package lists... [2021-09-16T18:55:36.903Z] #28 4.254 Reading package lists... [2021-09-16T18:55:36.903Z] #28 5.055 Building dependency tree... [2021-09-16T18:55:36.903Z] #28 5.431 The following additional packages will be installed: [2021-09-16T18:55:36.903Z] #28 5.431 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2021-09-16T18:55:36.903Z] #28 5.431 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2021-09-16T18:55:36.903Z] #28 5.431 Recommended packages: [2021-09-16T18:55:36.903Z] #28 5.431 libldap-common publicsuffix libsasl2-modules [2021-09-16T18:55:36.903Z] #28 5.575 The following NEW packages will be installed: [2021-09-16T18:55:36.903Z] #28 5.575 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2021-09-16T18:55:36.903Z] #28 5.575 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2021-09-16T18:55:36.903Z] #28 5.575 libssh2-1 openssl [2021-09-16T18:55:36.903Z] #28 5.850 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-09-16T18:55:36.903Z] #28 5.850 Need to get 3038 kB of archives. [2021-09-16T18:55:36.903Z] #28 5.850 After this operation, 6652 kB of additional disk space will be used. [2021-09-16T18:55:36.903Z] #28 5.850 Get:1 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2021-09-16T18:55:36.903Z] #28 5.853 Get:2 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2021-09-16T18:55:36.903Z] #28 5.858 Get:3 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1 [69.1 kB] [2021-09-16T18:55:36.903Z] #28 5.859 Get:4 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1 [106 kB] [2021-09-16T18:55:36.903Z] #28 5.861 Get:5 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3 [232 kB] [2021-09-16T18:55:36.903Z] #28 5.867 Get:6 http://security.debian.org/debian-security bullseye-security/main amd64 openssl amd64 1.1.1k-1+deb11u1 [851 kB] [2021-09-16T18:55:36.903Z] #28 5.868 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2021-09-16T18:55:36.903Z] #28 5.869 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2021-09-16T18:55:36.903Z] #28 5.876 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2021-09-16T18:55:36.903Z] #28 5.878 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2021-09-16T18:55:36.903Z] #28 5.889 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+b1 [341 kB] [2021-09-16T18:55:36.903Z] #28 5.889 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+b1 [267 kB] [2021-09-16T18:55:36.903Z] #28 5.912 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2021-09-16T18:55:36.903Z] #28 5.912 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2021-09-16T18:55:36.903Z] #28 5.912 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2021-09-16T18:55:36.903Z] #28 6.142 debconf: delaying package configuration, since apt-utils is not installed [2021-09-16T18:55:36.903Z] #28 6.188 Fetched 3038 kB in 0s (9334 kB/s) [2021-09-16T18:55:36.903Z] #28 6.225 Selecting previously unselected package openssl. [2021-09-16T18:55:36.903Z] #28 6.225 (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-16T18:55:36.903Z] #28 6.228 Preparing to unpack .../00-openssl_1.1.1k-1+deb11u1_amd64.deb ... [2021-09-16T18:55:36.903Z] #28 6.237 Unpacking openssl (1.1.1k-1+deb11u1) ... [2021-09-16T18:55:36.903Z] #28 6.435 Selecting previously unselected package ca-certificates. [2021-09-16T18:55:36.903Z] #28 6.435 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2021-09-16T18:55:36.903Z] #28 6.444 Unpacking ca-certificates (20210119) ... [2021-09-16T18:55:36.903Z] #28 6.597 Selecting previously unselected package libbrotli1:amd64. [2021-09-16T18:55:36.903Z] #28 6.599 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2021-09-16T18:55:36.903Z] #28 6.608 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2021-09-16T18:55:36.903Z] #28 6.790 Selecting previously unselected package libsasl2-modules-db:amd64. [2021-09-16T18:55:36.903Z] #28 6.790 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1_amd64.deb ... [2021-09-16T18:55:36.903Z] #28 6.792 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1) ... [2021-09-16T18:55:36.903Z] #28 6.881 Selecting previously unselected package libsasl2-2:amd64. [2021-09-16T18:55:36.903Z] #28 6.881 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1_amd64.deb ... [2021-09-16T18:55:36.903Z] #28 6.893 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1) ... [2021-09-16T18:55:36.903Z] #28 7.033 Selecting previously unselected package libldap-2.4-2:amd64. [2021-09-16T18:55:36.903Z] #28 7.033 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3_amd64.deb ... [2021-09-16T18:55:36.903Z] #28 7.040 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2021-09-16T18:55:36.903Z] #28 7.163 Selecting previously unselected package libnghttp2-14:amd64. [2021-09-16T18:55:36.903Z] #28 7.163 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2021-09-16T18:55:36.903Z] #28 7.168 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2021-09-16T18:55:36.903Z] #28 7.221 Selecting previously unselected package libpsl5:amd64. [2021-09-16T18:55:36.903Z] #28 7.223 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2021-09-16T18:55:36.903Z] #28 7.227 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2021-09-16T18:55:36.903Z] #28 7.327 Selecting previously unselected package librtmp1:amd64. [2021-09-16T18:55:36.903Z] #28 7.327 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2021-09-16T18:55:36.903Z] #28 7.339 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2021-09-16T18:55:36.903Z] #28 7.401 Selecting previously unselected package libssh2-1:amd64. [2021-09-16T18:55:36.903Z] #28 7.401 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2021-09-16T18:55:36.903Z] #28 7.410 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2021-09-16T18:55:36.903Z] #28 7.508 Selecting previously unselected package libcurl4:amd64. [2021-09-16T18:55:36.903Z] #28 7.508 Preparing to unpack .../10-libcurl4_7.74.0-1.3+b1_amd64.deb ... [2021-09-16T18:55:36.903Z] #28 7.517 Unpacking libcurl4:amd64 (7.74.0-1.3+b1) ... [2021-09-16T18:55:36.903Z] #28 7.622 Selecting previously unselected package curl. [2021-09-16T18:55:36.903Z] #28 7.622 Preparing to unpack .../11-curl_7.74.0-1.3+b1_amd64.deb ... [2021-09-16T18:55:36.903Z] #28 7.628 Unpacking curl (7.74.0-1.3+b1) ... [2021-09-16T18:55:36.903Z] #28 7.740 Selecting previously unselected package libonig5:amd64. [2021-09-16T18:55:36.903Z] #28 7.740 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2021-09-16T18:55:36.903Z] #28 7.745 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2021-09-16T18:55:36.903Z] #28 7.849 Selecting previously unselected package libjq1:amd64. [2021-09-16T18:55:36.903Z] #28 7.851 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2021-09-16T18:55:36.903Z] #28 7.857 Unpacking libjq1:amd64 (1.6-2.1) ... [2021-09-16T18:55:36.903Z] #28 7.950 Selecting previously unselected package jq. [2021-09-16T18:55:36.903Z] #28 7.950 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2021-09-16T18:55:36.903Z] #28 7.952 Unpacking jq (1.6-2.1) ... [2021-09-16T18:55:36.903Z] #28 8.041 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2021-09-16T18:55:36.903Z] #28 8.054 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2021-09-16T18:55:36.903Z] #28 8.071 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2021-09-16T18:55:36.903Z] #28 8.087 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1) ... [2021-09-16T18:55:36.903Z] #28 8.101 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2021-09-16T18:55:36.903Z] #28 8.116 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1) ... [2021-09-16T18:55:36.903Z] #28 8.129 Setting up libssh2-1:amd64 (1.9.0-2) ... [2021-09-16T18:55:36.903Z] #28 8.144 Setting up openssl (1.1.1k-1+deb11u1) ... [2021-09-16T18:55:36.903Z] #28 8.164 Setting up libonig5:amd64 (6.9.6-1.1) ... [2021-09-16T18:55:36.903Z] #28 8.179 Setting up libjq1:amd64 (1.6-2.1) ... [2021-09-16T18:55:36.903Z] #28 8.193 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2021-09-16T18:55:36.903Z] #28 8.207 Setting up ca-certificates (20210119) ... [2021-09-16T18:55:36.903Z] #28 9.000 Updating certificates in /etc/ssl/certs... [2021-09-16T18:55:36.903Z] #28 10.19 129 added, 0 removed; done. [2021-09-16T18:55:37.069Z] [2021-09-16T18:55:37.069Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.0-bullseye@sha256:a5b6c29c08b722c60b858c627574374a0818349b1f222d8dde404f0494832b1f [2021-09-16T18:55:37.069Z] #11 sha256:997e7753bdc05e730ae70028e2cb69434b56c139693f18b138d54390e7b7a0af [2021-09-16T18:55:37.069Z] #11 resolve docker.io/library/golang:1.17.0-bullseye@sha256:a5b6c29c08b722c60b858c627574374a0818349b1f222d8dde404f0494832b1f 0.0s done [2021-09-16T18:55:37.161Z] #28 10.29 Setting up jq (1.6-2.1) ... [2021-09-16T18:55:37.161Z] #28 10.30 Setting up libcurl4:amd64 (7.74.0-1.3+b1) ... [2021-09-16T18:55:37.161Z] #28 10.32 Setting up curl (7.74.0-1.3+b1) ... [2021-09-16T18:55:37.161Z] #28 10.33 Processing triggers for libc-bin (2.31-13) ... [2021-09-16T18:55:37.161Z] #28 10.35 Processing triggers for ca-certificates (20210119) ... [2021-09-16T18:55:37.161Z] #28 10.37 Updating certificates in /etc/ssl/certs... [2021-09-16T18:55:37.341Z] #11 sha256:a5b6c29c08b722c60b858c627574374a0818349b1f222d8dde404f0494832b1f 1.86kB / 1.86kB done [2021-09-16T18:55:37.341Z] #11 sha256:b3a6df48fe49ff50e0cfbc2b969ca5509ce5c8961cb869510da03ce9b4fd6e7e 6.95kB / 6.95kB done [2021-09-16T18:55:37.341Z] #11 sha256:ffacddc51d82196acb1d49f2e3c13601fc16c61c995a860b450d23b000353ca1 0B / 53.61MB 0.0s [2021-09-16T18:55:37.341Z] #11 sha256:7dbaf1c549a7ae43d837c872edffbded1000dd4f307fba5726e45e2b5abe738d 1.80kB / 1.80kB done [2021-09-16T18:55:37.418Z] #28 ... [2021-09-16T18:55:37.418Z] [2021-09-16T18:55:37.418Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.0-bullseye@sha256:a5b6c29c08b722c60b858c627574374a0818349b1f222d8dde404f0494832b1f [2021-09-16T18:55:37.418Z] #11 sha256:2e94cf63fc95f818e41f7b7ac682cbd1a8c1211f13a643b59f8867550563950f [2021-09-16T18:55:37.418Z] #11 extracting sha256:4e94c8ba5874feacb79d2235c4b275408a5110a5c12fd4c45200199ad8847091 0.3s [2021-09-16T18:55:37.651Z] #11 ... [2021-09-16T18:55:37.651Z] [2021-09-16T18:55:37.651Z] #43 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/Release.key [2021-09-16T18:55:37.651Z] #43 sha256:4ebf95ef235c2a9565f1170d2820bf979767f762364b8c31dc05ef47e15c9784 [2021-09-16T18:55:37.651Z] #43 DONE 0.0s [2021-09-16T18:55:37.651Z] [2021-09-16T18:55:37.651Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.0-bullseye@sha256:a5b6c29c08b722c60b858c627574374a0818349b1f222d8dde404f0494832b1f [2021-09-16T18:55:37.651Z] #11 sha256:997e7753bdc05e730ae70028e2cb69434b56c139693f18b138d54390e7b7a0af [2021-09-16T18:55:37.651Z] #11 sha256:ffacddc51d82196acb1d49f2e3c13601fc16c61c995a860b450d23b000353ca1 16.41MB / 53.61MB 0.4s [2021-09-16T18:55:37.966Z] #11 sha256:ffacddc51d82196acb1d49f2e3c13601fc16c61c995a860b450d23b000353ca1 27.26MB / 53.61MB 0.5s [2021-09-16T18:55:37.966Z] #11 sha256:ffacddc51d82196acb1d49f2e3c13601fc16c61c995a860b450d23b000353ca1 38.80MB / 53.61MB 0.6s [2021-09-16T18:55:37.966Z] #11 sha256:ffacddc51d82196acb1d49f2e3c13601fc16c61c995a860b450d23b000353ca1 52.43MB / 53.61MB 0.7s [2021-09-16T18:55:38.241Z] #11 sha256:6f80252dfabbfc5bdf4862b9fa8d2de7110ac4a6f08bf30e6f574f6243d0c93d 0B / 5.14MB 0.9s [2021-09-16T18:55:38.241Z] #11 sha256:138e2c18ad04e197e8431cfc2923456979d5b0cfb9c6549a62bcd3732d77bd03 0B / 10.87MB 0.9s [2021-09-16T18:55:38.241Z] #11 sha256:6f80252dfabbfc5bdf4862b9fa8d2de7110ac4a6f08bf30e6f574f6243d0c93d 3.15MB / 5.14MB 1.1s [2021-09-16T18:55:38.241Z] #11 sha256:138e2c18ad04e197e8431cfc2923456979d5b0cfb9c6549a62bcd3732d77bd03 2.10MB / 10.87MB 1.1s [2021-09-16T18:55:38.509Z] #11 sha256:6f80252dfabbfc5bdf4862b9fa8d2de7110ac4a6f08bf30e6f574f6243d0c93d 5.14MB / 5.14MB 1.2s [2021-09-16T18:55:38.509Z] #11 sha256:138e2c18ad04e197e8431cfc2923456979d5b0cfb9c6549a62bcd3732d77bd03 5.24MB / 10.87MB 1.2s [2021-09-16T18:55:38.509Z] #11 sha256:138e2c18ad04e197e8431cfc2923456979d5b0cfb9c6549a62bcd3732d77bd03 9.44MB / 10.87MB 1.3s [2021-09-16T18:55:38.778Z] #11 sha256:138e2c18ad04e197e8431cfc2923456979d5b0cfb9c6549a62bcd3732d77bd03 10.87MB / 10.87MB 1.5s [2021-09-16T18:55:39.044Z] #11 sha256:ffacddc51d82196acb1d49f2e3c13601fc16c61c995a860b450d23b000353ca1 53.61MB / 53.61MB 1.7s done [2021-09-16T18:55:39.044Z] #11 sha256:6f80252dfabbfc5bdf4862b9fa8d2de7110ac4a6f08bf30e6f574f6243d0c93d 5.14MB / 5.14MB 1.9s done [2021-09-16T18:55:39.240Z] #11 extracting sha256:4e94c8ba5874feacb79d2235c4b275408a5110a5c12fd4c45200199ad8847091 5.3s [2021-09-16T18:55:39.315Z] #11 sha256:138e2c18ad04e197e8431cfc2923456979d5b0cfb9c6549a62bcd3732d77bd03 10.87MB / 10.87MB 2.1s done [2021-09-16T18:55:39.315Z] #11 sha256:f28f338950aa3028ce4a52b10954659cdb3262b532367c781bd2eb1ed1d6472b 0B / 102.59MB 2.1s [2021-09-16T18:55:39.333Z] #11 ... [2021-09-16T18:55:39.333Z] [2021-09-16T18:55:39.333Z] #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-16T18:55:39.333Z] #28 sha256:c5e0f0096bec1087ba13a5728131224f780fba9bd216f2958cf8482fe90b1e54 [2021-09-16T18:55:39.333Z] #28 11.38 0 added, 0 removed; done. [2021-09-16T18:55:39.333Z] #28 11.38 Running hooks in /etc/ca-certificates/update.d... [2021-09-16T18:55:39.333Z] #28 11.39 done. [2021-09-16T18:55:39.333Z] #28 DONE 12.4s [2021-09-16T18:55:39.333Z] [2021-09-16T18:55:39.333Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.0-bullseye@sha256:a5b6c29c08b722c60b858c627574374a0818349b1f222d8dde404f0494832b1f [2021-09-16T18:55:39.333Z] #11 sha256:2e94cf63fc95f818e41f7b7ac682cbd1a8c1211f13a643b59f8867550563950f [2021-09-16T18:55:39.582Z] #11 ... [2021-09-16T18:55:39.582Z] [2021-09-16T18:55:39.582Z] #64 [vpnkit-amd64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-09-16T18:55:39.582Z] #64 sha256:28b59b9493a6ec135c8ba949579df47e3cab8fc7dd13419b7e1ade99696d745a [2021-09-16T18:55:39.582Z] #64 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2021-09-16T18:55:39.582Z] #64 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-09-16T18:55:39.582Z] #64 sha256:81b2b42c9be1c14882e762a1ff2c55e210e7786b3a9d4844dc06d38436af79f0 527B / 527B done [2021-09-16T18:55:39.582Z] #64 sha256:3a8ef40bfcb9bd910ac224761ec10505456a242fa2c37d8e88fd2916c7fd1205 491B / 491B done [2021-09-16T18:55:39.582Z] #64 sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 9.86MB / 9.86MB 0.6s done [2021-09-16T18:55:39.582Z] #64 extracting sha256:c78c38492ad3b2e456a22a162663abfda3a64a6077e6c7721c663f04369b5734 1.2s done [2021-09-16T18:55:39.582Z] #64 DONE 2.4s [2021-09-16T18:55:39.582Z] [2021-09-16T18:55:39.582Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.0-bullseye@sha256:a5b6c29c08b722c60b858c627574374a0818349b1f222d8dde404f0494832b1f [2021-09-16T18:55:39.582Z] #11 sha256:997e7753bdc05e730ae70028e2cb69434b56c139693f18b138d54390e7b7a0af [2021-09-16T18:55:39.582Z] #11 sha256:f599fc0f478e439206c2d681f1bf7fa4edb3a47bbac210afcc073e2f76d8bcb9 0B / 81.16MB 2.3s [2021-09-16T18:55:39.582Z] #11 sha256:9597521670e83c9cc67fab06b99d41fef6d1d65c0515c50154a74e2e4f4c7fc5 4.08MB / 54.67MB 2.3s [2021-09-16T18:55:39.582Z] #11 sha256:f28f338950aa3028ce4a52b10954659cdb3262b532367c781bd2eb1ed1d6472b 11.53MB / 102.59MB 2.4s [2021-09-16T18:55:39.582Z] #11 sha256:f599fc0f478e439206c2d681f1bf7fa4edb3a47bbac210afcc073e2f76d8bcb9 4.19MB / 81.16MB 2.4s [2021-09-16T18:55:39.582Z] #11 sha256:9597521670e83c9cc67fab06b99d41fef6d1d65c0515c50154a74e2e4f4c7fc5 7.34MB / 54.67MB 2.4s [2021-09-16T18:55:39.589Z] #11 ... [2021-09-16T18:55:39.589Z] [2021-09-16T18:55:39.589Z] #29 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-09-16T18:55:39.589Z] #29 sha256:b263c4a181ba78a2cf0b176ed72b49056a40fba8f6b841976379cea5df632ced [2021-09-16T18:55:39.589Z] #29 DONE 0.2s [2021-09-16T18:55:39.589Z] [2021-09-16T18:55:39.589Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.0-bullseye@sha256:a5b6c29c08b722c60b858c627574374a0818349b1f222d8dde404f0494832b1f [2021-09-16T18:55:39.589Z] #11 sha256:2e94cf63fc95f818e41f7b7ac682cbd1a8c1211f13a643b59f8867550563950f [2021-09-16T18:55:39.893Z] #11 sha256:9597521670e83c9cc67fab06b99d41fef6d1d65c0515c50154a74e2e4f4c7fc5 15.73MB / 54.67MB 2.5s [2021-09-16T18:55:40.153Z] #11 extracting sha256:27b0a22ee906271a6ce9ddd1754fdd7d3b59078e0b57b6cc054c7ed7ac301587 4.1s done [2021-09-16T18:55:40.153Z] #11 extracting sha256:4e94c8ba5874feacb79d2235c4b275408a5110a5c12fd4c45200199ad8847091 0.1s [2021-09-16T18:55:40.160Z] #11 sha256:f28f338950aa3028ce4a52b10954659cdb3262b532367c781bd2eb1ed1d6472b 31.46MB / 102.59MB 2.7s [2021-09-16T18:55:40.160Z] #11 sha256:f599fc0f478e439206c2d681f1bf7fa4edb3a47bbac210afcc073e2f76d8bcb9 18.87MB / 81.16MB 2.7s [2021-09-16T18:55:40.160Z] #11 sha256:9597521670e83c9cc67fab06b99d41fef6d1d65c0515c50154a74e2e4f4c7fc5 20.97MB / 54.67MB 2.7s [2021-09-16T18:55:40.160Z] #11 sha256:f599fc0f478e439206c2d681f1bf7fa4edb3a47bbac210afcc073e2f76d8bcb9 23.07MB / 81.16MB 2.9s [2021-09-16T18:55:40.160Z] #11 sha256:9597521670e83c9cc67fab06b99d41fef6d1d65c0515c50154a74e2e4f4c7fc5 25.17MB / 54.67MB 2.9s [2021-09-16T18:55:40.160Z] #11 sha256:f28f338950aa3028ce4a52b10954659cdb3262b532367c781bd2eb1ed1d6472b 37.75MB / 102.59MB 3.0s [2021-09-16T18:55:40.160Z] #11 sha256:f599fc0f478e439206c2d681f1bf7fa4edb3a47bbac210afcc073e2f76d8bcb9 30.99MB / 81.16MB 3.0s [2021-09-16T18:55:40.160Z] #11 sha256:9597521670e83c9cc67fab06b99d41fef6d1d65c0515c50154a74e2e4f4c7fc5 32.26MB / 54.67MB 3.0s [2021-09-16T18:55:40.480Z] #11 sha256:f599fc0f478e439206c2d681f1bf7fa4edb3a47bbac210afcc073e2f76d8bcb9 40.89MB / 81.16MB 3.1s [2021-09-16T18:55:40.480Z] #11 sha256:f599fc0f478e439206c2d681f1bf7fa4edb3a47bbac210afcc073e2f76d8bcb9 50.33MB / 81.16MB 3.2s [2021-09-16T18:55:40.743Z] #11 sha256:f28f338950aa3028ce4a52b10954659cdb3262b532367c781bd2eb1ed1d6472b 47.19MB / 102.59MB 3.4s [2021-09-16T18:55:40.743Z] #11 sha256:f599fc0f478e439206c2d681f1bf7fa4edb3a47bbac210afcc073e2f76d8bcb9 59.77MB / 81.16MB 3.4s [2021-09-16T18:55:40.743Z] #11 sha256:9597521670e83c9cc67fab06b99d41fef6d1d65c0515c50154a74e2e4f4c7fc5 36.28MB / 54.67MB 3.4s [2021-09-16T18:55:40.743Z] #11 sha256:f28f338950aa3028ce4a52b10954659cdb3262b532367c781bd2eb1ed1d6472b 55.57MB / 102.59MB 3.5s [2021-09-16T18:55:40.743Z] #11 sha256:f599fc0f478e439206c2d681f1bf7fa4edb3a47bbac210afcc073e2f76d8bcb9 73.37MB / 81.16MB 3.5s [2021-09-16T18:55:40.743Z] #11 sha256:9597521670e83c9cc67fab06b99d41fef6d1d65c0515c50154a74e2e4f4c7fc5 39.85MB / 54.67MB 3.5s [2021-09-16T18:55:40.743Z] #11 sha256:f28f338950aa3028ce4a52b10954659cdb3262b532367c781bd2eb1ed1d6472b 66.06MB / 102.59MB 3.6s [2021-09-16T18:55:40.743Z] #11 sha256:f599fc0f478e439206c2d681f1bf7fa4edb3a47bbac210afcc073e2f76d8bcb9 81.16MB / 81.16MB 3.6s [2021-09-16T18:55:40.743Z] #11 extracting sha256:ffacddc51d82196acb1d49f2e3c13601fc16c61c995a860b450d23b000353ca1 1.6s [2021-09-16T18:55:41.006Z] #11 sha256:9597521670e83c9cc67fab06b99d41fef6d1d65c0515c50154a74e2e4f4c7fc5 42.99MB / 54.67MB 3.7s [2021-09-16T18:55:41.006Z] #11 sha256:f28f338950aa3028ce4a52b10954659cdb3262b532367c781bd2eb1ed1d6472b 71.30MB / 102.59MB 3.8s [2021-09-16T18:55:41.006Z] #11 sha256:9597521670e83c9cc67fab06b99d41fef6d1d65c0515c50154a74e2e4f4c7fc5 52.43MB / 54.67MB 3.8s [2021-09-16T18:55:41.271Z] #11 sha256:f28f338950aa3028ce4a52b10954659cdb3262b532367c781bd2eb1ed1d6472b 84.93MB / 102.59MB 3.9s [2021-09-16T18:55:41.271Z] #11 sha256:f28f338950aa3028ce4a52b10954659cdb3262b532367c781bd2eb1ed1d6472b 91.71MB / 102.59MB 4.0s [2021-09-16T18:55:41.534Z] #11 sha256:f28f338950aa3028ce4a52b10954659cdb3262b532367c781bd2eb1ed1d6472b 99.61MB / 102.59MB 4.1s [2021-09-16T18:55:41.798Z] #11 ... [2021-09-16T18:55:41.798Z] [2021-09-16T18:55:41.798Z] #24 [internal] load build context [2021-09-16T18:55:41.798Z] #24 sha256:163f1410f21f10ed31021fc91bfb8281024984b9d8535f62cd82029d0f5042ee [2021-09-16T18:55:41.798Z] #24 transferring context: 55.48MB 3.4s done [2021-09-16T18:55:41.798Z] #24 DONE 4.9s [2021-09-16T18:55:41.798Z] [2021-09-16T18:55:41.798Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.0-bullseye@sha256:a5b6c29c08b722c60b858c627574374a0818349b1f222d8dde404f0494832b1f [2021-09-16T18:55:41.798Z] #11 sha256:997e7753bdc05e730ae70028e2cb69434b56c139693f18b138d54390e7b7a0af [2021-09-16T18:55:42.553Z] #11 extracting sha256:4e94c8ba5874feacb79d2235c4b275408a5110a5c12fd4c45200199ad8847091 8.2s done [2021-09-16T18:55:42.747Z] #11 sha256:f599fc0f478e439206c2d681f1bf7fa4edb3a47bbac210afcc073e2f76d8bcb9 81.16MB / 81.16MB 5.2s done [2021-09-16T18:55:42.815Z] #11 extracting sha256:103d08d8b59d07d9f8ee7a8798aeb9d20a54ab057f7ddfb7896c192f41b5b185 [2021-09-16T18:55:42.863Z] #11 extracting sha256:4e94c8ba5874feacb79d2235c4b275408a5110a5c12fd4c45200199ad8847091 5.3s [2021-09-16T18:55:43.393Z] Running on azwin-2-007d91 in d:\jenkins\workspace\moby_PR-41759 [Pipeline] { [Pipeline] ws [2021-09-16T18:55:43.410Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2021-09-16T18:55:43.646Z] Running on azwin-2-007d90 in d:\jenkins\workspace\moby_PR-41759 [Pipeline] { [Pipeline] ws [2021-09-16T18:55:43.662Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2021-09-16T18:55:44.136Z] #11 sha256:9597521670e83c9cc67fab06b99d41fef6d1d65c0515c50154a74e2e4f4c7fc5 54.67MB / 54.67MB 6.8s done [2021-09-16T18:55:44.345Z] #11 extracting sha256:4e94c8ba5874feacb79d2235c4b275408a5110a5c12fd4c45200199ad8847091 4.3s done [2021-09-16T18:55:44.401Z] #11 extracting sha256:6f80252dfabbfc5bdf4862b9fa8d2de7110ac4a6f08bf30e6f574f6243d0c93d [2021-09-16T18:55:44.603Z] #11 extracting sha256:103d08d8b59d07d9f8ee7a8798aeb9d20a54ab057f7ddfb7896c192f41b5b185 0.1s [2021-09-16T18:55:44.663Z] #11 extracting sha256:6f80252dfabbfc5bdf4862b9fa8d2de7110ac4a6f08bf30e6f574f6243d0c93d 0.3s done [2021-09-16T18:55:44.759Z] #11 extracting sha256:4e94c8ba5874feacb79d2235c4b275408a5110a5c12fd4c45200199ad8847091 7.7s done [2021-09-16T18:55:44.959Z] The recommended git tool is: git [2021-09-16T18:55:45.226Z] The recommended git tool is: git [2021-09-16T18:55:45.327Z] #11 extracting sha256:103d08d8b59d07d9f8ee7a8798aeb9d20a54ab057f7ddfb7896c192f41b5b185 [2021-09-16T18:55:45.363Z] #11 ... [2021-09-16T18:55:45.363Z] [2021-09-16T18:55:45.363Z] #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-16T18:55:45.363Z] #30 sha256:6d05a59beb6e08f171791ded6a50207cd972b59dfd8f6d9030e64387de41938b [2021-09-16T18:55:45.363Z] #30 2.609 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2021-09-16T18:55:45.363Z] #30 2.991 [2021-09-16T18:55:45.363Z] #30 3.081 ######################################################################## 100.0% [2021-09-16T18:55:45.363Z] #30 3.310 [2021-09-16T18:55:45.363Z] #30 4.142 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2021-09-16T18:55:45.363Z] #30 4.468 [2021-09-16T18:55:45.363Z] #30 4.587 ######################################################################## 100.0% [2021-09-16T18:55:45.363Z] #30 4.877 [2021-09-16T18:55:45.363Z] #30 5.885 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2021-09-16T18:55:45.363Z] #30 6.303 [2021-09-16T18:55:45.363Z] #30 6.427 ######### 13.7% ###################################### 53.9% ############################################################# 85.9% ######################################################################## 100.0% [2021-09-16T18:55:45.363Z] #30 6.987 [2021-09-16T18:55:45.363Z] #30 7.856 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2021-09-16T18:55:45.363Z] #30 8.188 [2021-09-16T18:55:45.363Z] #30 8.288 ######################################################################## 100.0% [2021-09-16T18:55:45.363Z] #30 8.521 [2021-09-16T18:55:45.363Z] #30 9.070 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2021-09-16T18:55:45.363Z] #30 9.352 [2021-09-16T18:55:45.363Z] #30 9.440 ######################################################################## 100.0% [2021-09-16T18:55:45.363Z] #30 9.711 [2021-09-16T18:55:45.363Z] #30 9.808 Download of images into '/build' complete. [2021-09-16T18:55:45.363Z] #30 9.808 Use something like the following to load the result into a Docker daemon: [2021-09-16T18:55:45.363Z] #30 9.808 tar -cC '/build' . | docker load [2021-09-16T18:55:45.363Z] #30 ... [2021-09-16T18:55:45.363Z] [2021-09-16T18:55:45.363Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.0-bullseye@sha256:a5b6c29c08b722c60b858c627574374a0818349b1f222d8dde404f0494832b1f [2021-09-16T18:55:45.363Z] #11 sha256:2e94cf63fc95f818e41f7b7ac682cbd1a8c1211f13a643b59f8867550563950f [2021-09-16T18:55:46.513Z] #11 ... [2021-09-16T18:55:46.513Z] [2021-09-16T18:55:46.513Z] #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-16T18:55:46.513Z] #28 sha256:c5e0f0096bec1087ba13a5728131224f780fba9bd216f2958cf8482fe90b1e54 [2021-09-16T18:55:46.513Z] #28 1.842 Get:1 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2021-09-16T18:55:46.513Z] #28 1.852 Get:2 http://deb.debian.org/debian bullseye InRelease [113 kB] [2021-09-16T18:55:46.513Z] #28 1.852 Get:3 http://deb.debian.org/debian bullseye-updates InRelease [36.8 kB] [2021-09-16T18:55:46.513Z] #28 2.002 Get:4 http://security.debian.org/debian-security bullseye-security/main amd64 Packages [31.1 kB] [2021-09-16T18:55:46.513Z] #28 2.194 Get:5 http://deb.debian.org/debian bullseye/main amd64 Packages [8178 kB] [2021-09-16T18:55:46.513Z] #28 3.890 Fetched 8402 kB in 2s (3620 kB/s) [2021-09-16T18:55:46.513Z] #28 3.890 Reading package lists... [2021-09-16T18:55:46.513Z] #28 4.682 Reading package lists... [2021-09-16T18:55:46.513Z] #28 5.458 Building dependency tree... [2021-09-16T18:55:46.513Z] #28 5.808 The following additional packages will be installed: [2021-09-16T18:55:46.513Z] #28 5.808 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2021-09-16T18:55:46.513Z] #28 5.809 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2021-09-16T18:55:46.513Z] #28 5.810 Recommended packages: [2021-09-16T18:55:46.513Z] #28 5.810 libldap-common publicsuffix libsasl2-modules [2021-09-16T18:55:46.513Z] #28 5.960 The following NEW packages will be installed: [2021-09-16T18:55:46.513Z] #28 5.961 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2021-09-16T18:55:46.513Z] #28 5.961 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2021-09-16T18:55:46.513Z] #28 5.962 libssh2-1 openssl [2021-09-16T18:55:46.513Z] #28 6.243 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-09-16T18:55:46.513Z] #28 6.243 Need to get 3038 kB of archives. [2021-09-16T18:55:46.513Z] #28 6.243 After this operation, 6652 kB of additional disk space will be used. [2021-09-16T18:55:46.513Z] #28 6.243 Get:1 http://deb.debian.org/debian bullseye/main amd64 ca-certificates all 20210119 [158 kB] [2021-09-16T18:55:46.513Z] #28 6.244 Get:2 http://deb.debian.org/debian bullseye/main amd64 libbrotli1 amd64 1.0.9-2+b2 [279 kB] [2021-09-16T18:55:46.513Z] #28 6.251 Get:3 http://deb.debian.org/debian bullseye/main amd64 libsasl2-modules-db amd64 2.1.27+dfsg-2.1 [69.1 kB] [2021-09-16T18:55:46.513Z] #28 6.251 Get:4 http://deb.debian.org/debian bullseye/main amd64 libsasl2-2 amd64 2.1.27+dfsg-2.1 [106 kB] [2021-09-16T18:55:46.513Z] #28 6.251 Get:5 http://deb.debian.org/debian bullseye/main amd64 libldap-2.4-2 amd64 2.4.57+dfsg-3 [232 kB] [2021-09-16T18:55:46.513Z] #28 6.258 Get:6 http://security.debian.org/debian-security bullseye-security/main amd64 openssl amd64 1.1.1k-1+deb11u1 [851 kB] [2021-09-16T18:55:46.513Z] #28 6.290 Get:7 http://deb.debian.org/debian bullseye/main amd64 libnghttp2-14 amd64 1.43.0-1 [77.1 kB] [2021-09-16T18:55:46.513Z] #28 6.302 Get:8 http://deb.debian.org/debian bullseye/main amd64 libpsl5 amd64 0.21.0-1.2 [57.3 kB] [2021-09-16T18:55:46.513Z] #28 6.302 Get:9 http://deb.debian.org/debian bullseye/main amd64 librtmp1 amd64 2.4+20151223.gitfa8646d.1-2+b2 [60.8 kB] [2021-09-16T18:55:46.513Z] #28 6.302 Get:10 http://deb.debian.org/debian bullseye/main amd64 libssh2-1 amd64 1.9.0-2 [156 kB] [2021-09-16T18:55:46.513Z] #28 6.302 Get:11 http://deb.debian.org/debian bullseye/main amd64 libcurl4 amd64 7.74.0-1.3+b1 [341 kB] [2021-09-16T18:55:46.513Z] #28 6.302 Get:12 http://deb.debian.org/debian bullseye/main amd64 curl amd64 7.74.0-1.3+b1 [267 kB] [2021-09-16T18:55:46.513Z] #28 6.302 Get:13 http://deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2021-09-16T18:55:46.513Z] #28 6.302 Get:14 http://deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2021-09-16T18:55:46.513Z] #28 6.302 Get:15 http://deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2021-09-16T18:55:46.513Z] #28 6.454 debconf: delaying package configuration, since apt-utils is not installed [2021-09-16T18:55:46.513Z] #28 6.488 Fetched 3038 kB in 0s (9150 kB/s) [2021-09-16T18:55:46.513Z] #28 6.517 Selecting previously unselected package openssl. [2021-09-16T18:55:46.513Z] #28 6.517 (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-16T18:55:46.513Z] #28 6.518 Preparing to unpack .../00-openssl_1.1.1k-1+deb11u1_amd64.deb ... [2021-09-16T18:55:46.513Z] #28 6.528 Unpacking openssl (1.1.1k-1+deb11u1) ... [2021-09-16T18:55:46.513Z] #28 6.670 Selecting previously unselected package ca-certificates. [2021-09-16T18:55:46.514Z] #28 6.670 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2021-09-16T18:55:46.514Z] #28 6.675 Unpacking ca-certificates (20210119) ... [2021-09-16T18:55:46.514Z] #28 6.742 Selecting previously unselected package libbrotli1:amd64. [2021-09-16T18:55:46.514Z] #28 6.744 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_amd64.deb ... [2021-09-16T18:55:46.514Z] #28 6.754 Unpacking libbrotli1:amd64 (1.0.9-2+b2) ... [2021-09-16T18:55:46.514Z] #28 6.818 Selecting previously unselected package libsasl2-modules-db:amd64. [2021-09-16T18:55:46.514Z] #28 6.818 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1_amd64.deb ... [2021-09-16T18:55:46.514Z] #28 6.827 Unpacking libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1) ... [2021-09-16T18:55:46.514Z] #28 6.859 Selecting previously unselected package libsasl2-2:amd64. [2021-09-16T18:55:46.514Z] #28 6.859 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1_amd64.deb ... [2021-09-16T18:55:46.514Z] #28 6.863 Unpacking libsasl2-2:amd64 (2.1.27+dfsg-2.1) ... [2021-09-16T18:55:46.514Z] #28 6.910 Selecting previously unselected package libldap-2.4-2:amd64. [2021-09-16T18:55:46.514Z] #28 6.910 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3_amd64.deb ... [2021-09-16T18:55:46.514Z] #28 6.913 Unpacking libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2021-09-16T18:55:46.514Z] #28 6.978 Selecting previously unselected package libnghttp2-14:amd64. [2021-09-16T18:55:46.514Z] #28 6.979 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_amd64.deb ... [2021-09-16T18:55:46.514Z] #28 6.982 Unpacking libnghttp2-14:amd64 (1.43.0-1) ... [2021-09-16T18:55:46.514Z] #28 7.019 Selecting previously unselected package libpsl5:amd64. [2021-09-16T18:55:46.514Z] #28 7.020 Preparing to unpack .../07-libpsl5_0.21.0-1.2_amd64.deb ... [2021-09-16T18:55:46.514Z] #28 7.024 Unpacking libpsl5:amd64 (0.21.0-1.2) ... [2021-09-16T18:55:46.514Z] #28 7.062 Selecting previously unselected package librtmp1:amd64. [2021-09-16T18:55:46.514Z] #28 7.062 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_amd64.deb ... [2021-09-16T18:55:46.514Z] #28 7.066 Unpacking librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2021-09-16T18:55:46.514Z] #28 7.103 Selecting previously unselected package libssh2-1:amd64. [2021-09-16T18:55:46.514Z] #28 7.103 Preparing to unpack .../09-libssh2-1_1.9.0-2_amd64.deb ... [2021-09-16T18:55:46.514Z] #28 7.108 Unpacking libssh2-1:amd64 (1.9.0-2) ... [2021-09-16T18:55:46.514Z] #28 7.160 Selecting previously unselected package libcurl4:amd64. [2021-09-16T18:55:46.514Z] #28 7.160 Preparing to unpack .../10-libcurl4_7.74.0-1.3+b1_amd64.deb ... [2021-09-16T18:55:46.514Z] #28 7.165 Unpacking libcurl4:amd64 (7.74.0-1.3+b1) ... [2021-09-16T18:55:46.514Z] #28 7.243 Selecting previously unselected package curl. [2021-09-16T18:55:46.514Z] #28 7.244 Preparing to unpack .../11-curl_7.74.0-1.3+b1_amd64.deb ... [2021-09-16T18:55:46.514Z] #28 7.248 Unpacking curl (7.74.0-1.3+b1) ... [2021-09-16T18:55:46.514Z] #28 7.308 Selecting previously unselected package libonig5:amd64. [2021-09-16T18:55:46.514Z] #28 7.308 Preparing to unpack .../12-libonig5_6.9.6-1.1_amd64.deb ... [2021-09-16T18:55:46.514Z] #28 7.311 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2021-09-16T18:55:46.514Z] #28 7.382 Selecting previously unselected package libjq1:amd64. [2021-09-16T18:55:46.514Z] #28 7.382 Preparing to unpack .../13-libjq1_1.6-2.1_amd64.deb ... [2021-09-16T18:55:46.514Z] #28 7.385 Unpacking libjq1:amd64 (1.6-2.1) ... [2021-09-16T18:55:46.514Z] #28 7.432 Selecting previously unselected package jq. [2021-09-16T18:55:46.514Z] #28 7.432 Preparing to unpack .../14-jq_1.6-2.1_amd64.deb ... [2021-09-16T18:55:46.514Z] #28 7.435 Unpacking jq (1.6-2.1) ... [2021-09-16T18:55:46.514Z] #28 7.481 Setting up libpsl5:amd64 (0.21.0-1.2) ... [2021-09-16T18:55:46.514Z] #28 7.495 Setting up libbrotli1:amd64 (1.0.9-2+b2) ... [2021-09-16T18:55:46.514Z] #28 7.505 Setting up libnghttp2-14:amd64 (1.43.0-1) ... [2021-09-16T18:55:46.514Z] #28 7.516 Setting up libsasl2-modules-db:amd64 (2.1.27+dfsg-2.1) ... [2021-09-16T18:55:46.514Z] #28 7.527 Setting up librtmp1:amd64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2021-09-16T18:55:46.514Z] #28 7.540 Setting up libsasl2-2:amd64 (2.1.27+dfsg-2.1) ... [2021-09-16T18:55:46.514Z] #28 7.555 Setting up libssh2-1:amd64 (1.9.0-2) ... [2021-09-16T18:55:46.514Z] #28 7.562 Setting up openssl (1.1.1k-1+deb11u1) ... [2021-09-16T18:55:46.514Z] #28 7.579 Setting up libonig5:amd64 (6.9.6-1.1) ... [2021-09-16T18:55:46.514Z] #28 7.590 Setting up libjq1:amd64 (1.6-2.1) ... [2021-09-16T18:55:46.514Z] #28 7.602 Setting up libldap-2.4-2:amd64 (2.4.57+dfsg-3) ... [2021-09-16T18:55:46.514Z] #28 7.612 Setting up ca-certificates (20210119) ... [2021-09-16T18:55:46.514Z] #28 8.133 Updating certificates in /etc/ssl/certs... [2021-09-16T18:55:46.514Z] #28 8.757 129 added, 0 removed; done. [2021-09-16T18:55:46.514Z] #28 8.787 Setting up jq (1.6-2.1) ... [2021-09-16T18:55:46.514Z] #28 8.797 Setting up libcurl4:amd64 (7.74.0-1.3+b1) ... [2021-09-16T18:55:46.514Z] #28 8.809 Setting up curl (7.74.0-1.3+b1) ... [2021-09-16T18:55:46.514Z] #28 8.816 Processing triggers for libc-bin (2.31-13) ... [2021-09-16T18:55:46.514Z] #28 8.886 Processing triggers for ca-certificates (20210119) ... [2021-09-16T18:55:46.514Z] #28 8.894 Updating certificates in /etc/ssl/certs... [2021-09-16T18:55:46.514Z] #28 9.432 0 added, 0 removed; done. [2021-09-16T18:55:46.514Z] #28 9.432 Running hooks in /etc/ca-certificates/update.d... [2021-09-16T18:55:46.514Z] #28 9.433 done. [2021-09-16T18:55:46.514Z] #28 ... [2021-09-16T18:55:46.514Z] [2021-09-16T18:55:46.514Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.0-bullseye@sha256:a5b6c29c08b722c60b858c627574374a0818349b1f222d8dde404f0494832b1f [2021-09-16T18:55:46.514Z] #11 sha256:2e94cf63fc95f818e41f7b7ac682cbd1a8c1211f13a643b59f8867550563950f [2021-09-16T18:55:46.582Z] #11 sha256:f28f338950aa3028ce4a52b10954659cdb3262b532367c781bd2eb1ed1d6472b 102.59MB / 102.59MB 9.3s [2021-09-16T18:55:46.773Z] #11 ... [2021-09-16T18:55:46.773Z] [2021-09-16T18:55:46.773Z] #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-16T18:55:46.773Z] #28 sha256:c5e0f0096bec1087ba13a5728131224f780fba9bd216f2958cf8482fe90b1e54 [2021-09-16T18:55:46.773Z] #28 DONE 11.9s [2021-09-16T18:55:46.773Z] [2021-09-16T18:55:46.773Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.0-bullseye@sha256:a5b6c29c08b722c60b858c627574374a0818349b1f222d8dde404f0494832b1f [2021-09-16T18:55:46.773Z] #11 sha256:2e94cf63fc95f818e41f7b7ac682cbd1a8c1211f13a643b59f8867550563950f [2021-09-16T18:55:46.844Z] #11 sha256:f28f338950aa3028ce4a52b10954659cdb3262b532367c781bd2eb1ed1d6472b 102.59MB / 102.59MB 9.5s done [2021-09-16T18:55:46.844Z] #11 ... [2021-09-16T18:55:46.844Z] [2021-09-16T18:55:46.844Z] #66 [vpnkit-arm64 1/1] FROM docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 [2021-09-16T18:55:46.844Z] #66 sha256:3705761686d367e685b19781b4b035b296f1d085804338a4ba617f2ad2ebc2bd [2021-09-16T18:55:46.844Z] #66 resolve docker.io/djs55/vpnkit:0.5.0@sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 0.0s done [2021-09-16T18:55:46.844Z] #66 sha256:d9aef9df57edd8d6e2a793ae1786242da5efe1a1fe09c908bd16e96d2d9cab07 741B / 741B done [2021-09-16T18:55:46.844Z] #66 sha256:63ece2b37531308367b2fa9cfcbc796a05728d16e94298efab2954df2e90a671 528B / 528B done [2021-09-16T18:55:46.844Z] #66 sha256:c7bb613b4c034b3b56275f56a9eb1d6386a61cc2e63835a47c78f070c7cb3ee8 491B / 491B done [2021-09-16T18:55:46.844Z] #66 sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 12.42MB / 12.42MB 0.9s done [2021-09-16T18:55:46.844Z] #66 extracting sha256:6adc4ce039e1a1ef3f5b56158dec45d70d70c8feca408878c72fae7e482072e0 1.7s done [2021-09-16T18:55:46.844Z] #66 DONE 9.9s [2021-09-16T18:55:46.844Z] [2021-09-16T18:55:46.844Z] #27 [frozen-images 1/4] FROM docker.io/library/debian:bullseye@sha256:08db48d59c0a91afb802ebafc921be3154e200c452e4d0b19634b426b03e0e25 [2021-09-16T18:55:46.844Z] #27 sha256:6e57e630ddd50cb94b4e637d5702c2d48f3f4c455c3a0f5bed97fdc773d7753f [2021-09-16T18:55:46.844Z] #27 resolve docker.io/library/debian:bullseye@sha256:08db48d59c0a91afb802ebafc921be3154e200c452e4d0b19634b426b03e0e25 0.0s done [2021-09-16T18:55:46.844Z] #27 sha256:08db48d59c0a91afb802ebafc921be3154e200c452e4d0b19634b426b03e0e25 1.85kB / 1.85kB done [2021-09-16T18:55:46.844Z] #27 sha256:145af0fee6240500aa1a49bf736f9e8c4d4ea1d4eec25c7978e794c431477eae 529B / 529B done [2021-09-16T18:55:46.844Z] #27 sha256:d04e7939dfd87a066f1588eafb81eb520d7cfafdb9f000855411b759b18482e8 1.48kB / 1.48kB done [2021-09-16T18:55:46.844Z] #27 sha256:ffacddc51d82196acb1d49f2e3c13601fc16c61c995a860b450d23b000353ca1 53.61MB / 53.61MB 1.7s done [2021-09-16T18:55:46.844Z] #27 extracting sha256:ffacddc51d82196acb1d49f2e3c13601fc16c61c995a860b450d23b000353ca1 3.6s done [2021-09-16T18:55:46.844Z] #27 DONE 9.9s [2021-09-16T18:55:46.844Z] [2021-09-16T18:55:46.844Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.0-bullseye@sha256:a5b6c29c08b722c60b858c627574374a0818349b1f222d8dde404f0494832b1f [2021-09-16T18:55:46.844Z] #11 sha256:997e7753bdc05e730ae70028e2cb69434b56c139693f18b138d54390e7b7a0af [2021-09-16T18:55:46.844Z] #11 extracting sha256:138e2c18ad04e197e8431cfc2923456979d5b0cfb9c6549a62bcd3732d77bd03 [2021-09-16T18:55:46.844Z] #11 sha256:7147c5b8d479d8cbdc5656804f0f8820bf252cf667f7da2a5ca894bd02bf3754 0B / 156B 9.7s [2021-09-16T18:55:47.109Z] #11 sha256:7147c5b8d479d8cbdc5656804f0f8820bf252cf667f7da2a5ca894bd02bf3754 156B / 156B 9.8s [2021-09-16T18:55:47.109Z] #11 sha256:7147c5b8d479d8cbdc5656804f0f8820bf252cf667f7da2a5ca894bd02bf3754 156B / 156B 9.8s done [2021-09-16T18:55:47.279Z] #11 ... [2021-09-16T18:55:47.279Z] [2021-09-16T18:55:47.279Z] #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-16T18:55:47.279Z] #30 sha256:6d05a59beb6e08f171791ded6a50207cd972b59dfd8f6d9030e64387de41938b [2021-09-16T18:55:47.279Z] #30 DONE 12.1s [2021-09-16T18:55:47.279Z] [2021-09-16T18:55:47.279Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.0-bullseye@sha256:a5b6c29c08b722c60b858c627574374a0818349b1f222d8dde404f0494832b1f [2021-09-16T18:55:47.279Z] #11 sha256:2e94cf63fc95f818e41f7b7ac682cbd1a8c1211f13a643b59f8867550563950f [2021-09-16T18:55:47.371Z] #11 extracting sha256:138e2c18ad04e197e8431cfc2923456979d5b0cfb9c6549a62bcd3732d77bd03 0.3s done [2021-09-16T18:55:47.371Z] #11 extracting sha256:9597521670e83c9cc67fab06b99d41fef6d1d65c0515c50154a74e2e4f4c7fc5 [2021-09-16T18:55:47.541Z] #11 extracting sha256:103d08d8b59d07d9f8ee7a8798aeb9d20a54ab057f7ddfb7896c192f41b5b185 5.0s [2021-09-16T18:55:47.711Z] #11 ... [2021-09-16T18:55:47.711Z] [2021-09-16T18:55:47.711Z] #29 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-09-16T18:55:47.711Z] #29 sha256:4cdd023c2ce9a6846edfc29d7cc601e9b9fb442d79911399c8ad591ff5984772 [2021-09-16T18:55:47.711Z] #29 DONE 1.0s [2021-09-16T18:55:47.711Z] [2021-09-16T18:55:47.711Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.0-bullseye@sha256:a5b6c29c08b722c60b858c627574374a0818349b1f222d8dde404f0494832b1f [2021-09-16T18:55:47.711Z] #11 sha256:2e94cf63fc95f818e41f7b7ac682cbd1a8c1211f13a643b59f8867550563950f [2021-09-16T18:55:48.490Z] #19 64.97 Reading package lists... [2021-09-16T18:55:48.765Z] #11 ... [2021-09-16T18:55:48.765Z] [2021-09-16T18:55:48.765Z] #65 [vpnkit 1/2] COPY --from=vpnkit-amd64 /vpnkit /build/vpnkit.x86_64 [2021-09-16T18:55:48.765Z] #65 sha256:99eb965b5318dc0ce9d71a22280a9be9dfb5920da56425940fa51d60891053ef [2021-09-16T18:55:48.765Z] #65 DONE 0.9s [2021-09-16T18:55:48.765Z] [2021-09-16T18:55:48.765Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.0-bullseye@sha256:a5b6c29c08b722c60b858c627574374a0818349b1f222d8dde404f0494832b1f [2021-09-16T18:55:48.765Z] #11 sha256:997e7753bdc05e730ae70028e2cb69434b56c139693f18b138d54390e7b7a0af [2021-09-16T18:55:49.511Z] #11 ... [2021-09-16T18:55:49.511Z] [2021-09-16T18:55:49.511Z] #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-16T18:55:49.511Z] #30 sha256:6afdb7df69f7f138ec25f9c03d882c86d5a8a6229b30af28b410c46dd6ba4ea1 [2021-09-16T18:55:49.511Z] #30 2.605 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2021-09-16T18:55:49.511Z] #30 2.951 [2021-09-16T18:55:49.511Z] #30 3.032 ######################################################################## 100.0% [2021-09-16T18:55:49.511Z] #30 3.267 [2021-09-16T18:55:49.511Z] #30 4.301 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2021-09-16T18:55:49.511Z] #30 4.629 [2021-09-16T18:55:49.511Z] #30 4.728 ######################################################################## 100.0% [2021-09-16T18:55:49.511Z] #30 5.029 [2021-09-16T18:55:49.511Z] #30 5.830 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2021-09-16T18:55:49.511Z] #30 6.174 [2021-09-16T18:55:49.511Z] #30 6.318 ######### 13.2% ###################################### 53.5% ############################################################# 85.6% ######################################################################## 100.0% [2021-09-16T18:55:49.511Z] #30 6.841 [2021-09-16T18:55:49.511Z] #30 7.716 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2021-09-16T18:55:49.511Z] #30 8.033 [2021-09-16T18:55:49.511Z] #30 8.264 #=#=# ######################################################################## 100.0% [2021-09-16T18:55:49.511Z] #30 8.515 [2021-09-16T18:55:49.511Z] #30 9.076 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2021-09-16T18:55:49.511Z] #30 9.447 [2021-09-16T18:55:49.511Z] #30 9.540 ######################################################################## 100.0% [2021-09-16T18:55:49.511Z] #30 9.810 [2021-09-16T18:55:49.511Z] #30 9.908 Download of images into '/build' complete. [2021-09-16T18:55:49.511Z] #30 9.908 Use something like the following to load the result into a Docker daemon: [2021-09-16T18:55:49.511Z] #30 9.908 tar -cC '/build' . | docker load [2021-09-16T18:55:49.511Z] #30 ... [2021-09-16T18:55:49.511Z] [2021-09-16T18:55:49.511Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.0-bullseye@sha256:a5b6c29c08b722c60b858c627574374a0818349b1f222d8dde404f0494832b1f [2021-09-16T18:55:49.511Z] #11 sha256:2e94cf63fc95f818e41f7b7ac682cbd1a8c1211f13a643b59f8867550563950f [2021-09-16T18:55:50.078Z] #11 extracting sha256:103d08d8b59d07d9f8ee7a8798aeb9d20a54ab057f7ddfb7896c192f41b5b185 5.0s [2021-09-16T18:55:50.165Z] #11 extracting sha256:9597521670e83c9cc67fab06b99d41fef6d1d65c0515c50154a74e2e4f4c7fc5 2.7s done [2021-09-16T18:55:50.247Z] #11 extracting sha256:103d08d8b59d07d9f8ee7a8798aeb9d20a54ab057f7ddfb7896c192f41b5b185 5.3s [2021-09-16T18:55:50.427Z] #11 ... [2021-09-16T18:55:50.427Z] [2021-09-16T18:55:50.427Z] #67 [vpnkit 2/2] COPY --from=vpnkit-arm64 /vpnkit /build/vpnkit.aarch64 [2021-09-16T18:55:50.427Z] #67 sha256:b49b59bfc5c6eb145c6a024e010cf4a3618a6b2ef592b80b68c17cd8c3cdcb08 [2021-09-16T18:55:50.427Z] #67 DONE 1.6s [2021-09-16T18:55:50.427Z] [2021-09-16T18:55:50.427Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.0-bullseye@sha256:a5b6c29c08b722c60b858c627574374a0818349b1f222d8dde404f0494832b1f [2021-09-16T18:55:50.427Z] #11 sha256:997e7753bdc05e730ae70028e2cb69434b56c139693f18b138d54390e7b7a0af [2021-09-16T18:55:50.427Z] #11 extracting sha256:f599fc0f478e439206c2d681f1bf7fa4edb3a47bbac210afcc073e2f76d8bcb9 [2021-09-16T18:55:51.033Z] Running on azwin-2-dabed0 in d:\jenkins\workspace\moby_PR-41759 [Pipeline] { [Pipeline] ws [2021-09-16T18:55:51.050Z] Running in d:\gopath\src\github.com\docker\docker [Pipeline] { [Pipeline] checkout [2021-09-16T18:55:51.187Z] #11 extracting sha256:103d08d8b59d07d9f8ee7a8798aeb9d20a54ab057f7ddfb7896c192f41b5b185 6.5s done [2021-09-16T18:55:51.447Z] #11 extracting sha256:a9ad1da797add356a46731875e2fed453f42181930e535f099308992ff533fdb [2021-09-16T18:55:51.447Z] #11 extracting sha256:a9ad1da797add356a46731875e2fed453f42181930e535f099308992ff533fdb done [2021-09-16T18:55:51.706Z] #11 DONE 26.3s [2021-09-16T18:55:51.706Z] [2021-09-16T18:55:51.706Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-09-16T18:55:51.706Z] #12 sha256:104f87cdd0032ea1bd7186f62216803aafde034fb7ca166be5d1155ee2016042 [2021-09-16T18:55:51.777Z] #19 80.15 Building dependency tree... [2021-09-16T18:55:52.381Z] The recommended git tool is: git [2021-09-16T18:55:52.834Z] #11 extracting sha256:103d08d8b59d07d9f8ee7a8798aeb9d20a54ab057f7ddfb7896c192f41b5b185 10.2s [2021-09-16T18:55:52.985Z] #11 extracting sha256:f599fc0f478e439206c2d681f1bf7fa4edb3a47bbac210afcc073e2f76d8bcb9 2.3s done [2021-09-16T18:55:52.985Z] #11 extracting sha256:f28f338950aa3028ce4a52b10954659cdb3262b532367c781bd2eb1ed1d6472b [2021-09-16T18:55:53.098Z] #12 DONE 1.1s [2021-09-16T18:55:53.098Z] [2021-09-16T18:55:53.098Z] #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-16T18:55:53.098Z] #30 sha256:6f1d4100002d66d7b8161784411ef7defa7e9bc5a7dfdb5b7451725fa64d199a [2021-09-16T18:55:53.098Z] #30 1.588 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2021-09-16T18:55:53.098Z] #30 1.895 [2021-09-16T18:55:53.098Z] #30 1.964 ######################################################################## 100.0% [2021-09-16T18:55:53.098Z] #30 2.165 [2021-09-16T18:55:53.098Z] #30 2.809 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2021-09-16T18:55:53.098Z] #30 3.067 [2021-09-16T18:55:53.098Z] #30 3.182 ######################################################################## 100.0% [2021-09-16T18:55:53.098Z] #30 3.384 [2021-09-16T18:55:53.098Z] #30 4.013 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2021-09-16T18:55:53.098Z] #30 4.286 [2021-09-16T18:55:53.098Z] #30 4.399 ################### 27.4% ########################################## 59.7% ################################################################# 91.6% ######################################################################## 100.0% [2021-09-16T18:55:53.098Z] #30 4.760 [2021-09-16T18:55:53.098Z] #30 5.426 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2021-09-16T18:55:53.360Z] #30 ... [2021-09-16T18:55:53.360Z] [2021-09-16T18:55:53.360Z] #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-16T18:55:53.360Z] #13 sha256:277f0878b4a629cb2429a0a373cf68f84b914ed1fb11c16aa2f7d3c193722967 [2021-09-16T18:55:53.360Z] #13 DONE 0.7s [2021-09-16T18:55:53.360Z] [2021-09-16T18:55:53.360Z] #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-16T18:55:53.360Z] #30 sha256:6f1d4100002d66d7b8161784411ef7defa7e9bc5a7dfdb5b7451725fa64d199a [2021-09-16T18:55:53.360Z] #30 5.674 [2021-09-16T18:55:53.360Z] #30 5.728 ######################################################################## 100.0% [2021-09-16T18:55:53.620Z] #30 ... [2021-09-16T18:55:53.620Z] [2021-09-16T18:55:53.620Z] #32 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-09-16T18:55:53.620Z] #32 sha256:cbd40998fc7cf2a94390870a64ded7e923ff385ad6e63f4ae89a7156612f2dcd [2021-09-16T18:55:53.620Z] #32 DONE 0.2s [2021-09-16T18:55:53.620Z] [2021-09-16T18:55:53.620Z] #40 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-09-16T18:55:53.620Z] #40 sha256:c222c7f03b3f1ab2d3e3bead9cfe02d36198e73615b4b8749e0321f8c72526d2 [2021-09-16T18:55:53.620Z] #40 DONE 0.2s [2021-09-16T18:55:53.620Z] [2021-09-16T18:55:53.620Z] #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-16T18:55:53.620Z] #44 sha256:dedd77bd49d78e8751df12a263e7daecb76f34a23b1ef37f2158e741a8e560ba [2021-09-16T18:55:53.620Z] #44 DONE 0.2s [2021-09-16T18:55:53.620Z] [2021-09-16T18:55:53.620Z] #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-16T18:55:53.620Z] #30 sha256:6f1d4100002d66d7b8161784411ef7defa7e9bc5a7dfdb5b7451725fa64d199a [2021-09-16T18:55:53.620Z] #30 6.015 [2021-09-16T18:55:54.222Z] #11 extracting sha256:103d08d8b59d07d9f8ee7a8798aeb9d20a54ab057f7ddfb7896c192f41b5b185 11.3s done [2021-09-16T18:55:54.222Z] #11 extracting sha256:a9ad1da797add356a46731875e2fed453f42181930e535f099308992ff533fdb done [2021-09-16T18:55:54.253Z] #11 ... [2021-09-16T18:55:54.253Z] [2021-09-16T18:55:54.253Z] #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-16T18:55:54.253Z] #30 sha256:6afdb7df69f7f138ec25f9c03d882c86d5a8a6229b30af28b410c46dd6ba4ea1 [2021-09-16T18:55:54.253Z] #30 DONE 14.0s [2021-09-16T18:55:54.253Z] [2021-09-16T18:55:54.253Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.0-bullseye@sha256:a5b6c29c08b722c60b858c627574374a0818349b1f222d8dde404f0494832b1f [2021-09-16T18:55:54.253Z] #11 sha256:2e94cf63fc95f818e41f7b7ac682cbd1a8c1211f13a643b59f8867550563950f [2021-09-16T18:55:54.483Z] #11 DONE 44.5s [2021-09-16T18:55:54.483Z] [2021-09-16T18:55:54.483Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-09-16T18:55:54.483Z] #12 sha256:104f87cdd0032ea1bd7186f62216803aafde034fb7ca166be5d1155ee2016042 [2021-09-16T18:55:55.018Z] #30 7.185 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2021-09-16T18:55:55.147Z] #19 86.65 The following additional packages will be installed: [2021-09-16T18:55:55.147Z] #19 86.66 binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi [2021-09-16T18:55:55.147Z] #19 86.66 binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu [2021-09-16T18:55:55.147Z] #19 86.66 binutils-s390x-linux-gnu bzip2 cpp-10-aarch64-linux-gnu [2021-09-16T18:55:55.147Z] #19 86.67 cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf [2021-09-16T18:55:55.147Z] #19 86.67 cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-aarch64-linux-gnu [2021-09-16T18:55:55.147Z] #19 86.67 cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu [2021-09-16T18:55:55.147Z] #19 86.67 cpp-s390x-linux-gnu cross-config dpkg-cross dpkg-dev file [2021-09-16T18:55:55.147Z] #19 86.67 g++-10-aarch64-linux-gnu g++-10-arm-linux-gnueabi g++-10-arm-linux-gnueabihf [2021-09-16T18:55:55.147Z] #19 86.67 g++-10-powerpc64le-linux-gnu g++-10-s390x-linux-gnu g++-aarch64-linux-gnu [2021-09-16T18:55:55.147Z] #19 86.67 g++-arm-linux-gnueabi g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu [2021-09-16T18:55:55.147Z] #19 86.67 g++-s390x-linux-gnu gcc-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu-base [2021-09-16T18:55:55.147Z] #19 86.67 gcc-10-arm-linux-gnueabi gcc-10-arm-linux-gnueabi-base [2021-09-16T18:55:55.147Z] #19 86.67 gcc-10-arm-linux-gnueabihf gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base [2021-09-16T18:55:55.147Z] #19 86.67 gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base [2021-09-16T18:55:55.147Z] #19 86.67 gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-aarch64-linux-gnu [2021-09-16T18:55:55.147Z] #19 86.67 gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu [2021-09-16T18:55:55.147Z] #19 86.67 gcc-s390x-linux-gnu libasan6-arm64-cross libasan6-armel-cross [2021-09-16T18:55:55.147Z] #19 86.67 libasan6-armhf-cross libasan6-ppc64el-cross libasan6-s390x-cross [2021-09-16T18:55:55.147Z] #19 86.67 libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross [2021-09-16T18:55:55.147Z] #19 86.67 libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross [2021-09-16T18:55:55.147Z] #19 86.67 libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross [2021-09-16T18:55:55.147Z] #19 86.67 libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross [2021-09-16T18:55:55.147Z] #19 86.67 libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross [2021-09-16T18:55:55.147Z] #19 86.67 libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl [2021-09-16T18:55:55.147Z] #19 86.67 libfile-homedir-perl libfile-which-perl libgcc-10-dev-arm64-cross [2021-09-16T18:55:55.147Z] #19 86.67 libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross [2021-09-16T18:55:55.147Z] #19 86.67 libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-arm64-cross [2021-09-16T18:55:55.147Z] #19 86.67 libgcc-s1-armel-cross libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross [2021-09-16T18:55:55.147Z] #19 86.68 libgcc-s1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross [2021-09-16T18:55:55.147Z] #19 86.69 libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu67 [2021-09-16T18:55:55.147Z] #19 86.69 libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross [2021-09-16T18:55:55.147Z] #19 86.69 libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross [2021-09-16T18:55:55.147Z] #19 86.70 liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross [2021-09-16T18:55:55.147Z] #19 86.70 libstdc++-10-dev-arm64-cross libstdc++-10-dev-armel-cross [2021-09-16T18:55:55.147Z] #19 86.70 libstdc++-10-dev-armhf-cross libstdc++-10-dev-ppc64el-cross [2021-09-16T18:55:55.147Z] #19 86.70 libstdc++-10-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross [2021-09-16T18:55:55.147Z] #19 86.70 libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross [2021-09-16T18:55:55.147Z] #19 86.70 libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross [2021-09-16T18:55:55.147Z] #19 86.70 libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross [2021-09-16T18:55:55.147Z] #19 86.70 libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl [2021-09-16T18:55:55.147Z] #19 86.70 libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl [2021-09-16T18:55:55.147Z] #19 86.70 linux-libc-dev-arm64-cross linux-libc-dev-armel-cross [2021-09-16T18:55:55.147Z] #19 86.70 linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross [2021-09-16T18:55:55.147Z] #19 86.71 linux-libc-dev-s390x-cross patch xz-utils [2021-09-16T18:55:55.147Z] #19 86.77 Suggested packages: [2021-09-16T18:55:55.147Z] #19 86.78 binutils-doc bzip2-doc gcc-10-locales cpp-doc binutils-multiarch [2021-09-16T18:55:55.147Z] #19 86.78 debian-keyring gcc-10-doc g++-10-multilib-s390x-linux-gnu [2021-09-16T18:55:55.147Z] #19 86.78 gcc-10-multilib-s390x-linux-gnu manpages-dev autoconf automake libtool flex [2021-09-16T18:55:55.147Z] #19 86.78 bison gdb-aarch64-linux-gnu gcc-doc gdb-arm-linux-gnueabi [2021-09-16T18:55:55.147Z] #19 86.78 gdb-arm-linux-gnueabihf gdb-powerpc64le-linux-gnu gdb-s390x-linux-gnu [2021-09-16T18:55:55.147Z] #19 86.78 libyaml-shell-perl ed diffutils-doc [2021-09-16T18:55:55.147Z] #19 86.78 Recommended packages: [2021-09-16T18:55:55.147Z] #19 86.78 fakeroot build-essential libalgorithm-merge-perl libwww-perl [2021-09-16T18:55:55.147Z] #19 86.78 libxml-sax-expat-perl libyaml-libyaml-perl | libyaml-syck-perl [2021-09-16T18:55:55.183Z] #11 extracting sha256:103d08d8b59d07d9f8ee7a8798aeb9d20a54ab057f7ddfb7896c192f41b5b185 10.0s [2021-09-16T18:55:55.281Z] #30 7.706 [2021-09-16T18:55:55.540Z] #30 7.799 ######################################################################## 100.0% [2021-09-16T18:55:55.803Z] #30 8.019 [2021-09-16T18:55:55.803Z] #30 8.088 Download of images into '/build' complete. [2021-09-16T18:55:55.803Z] #30 8.088 Use something like the following to load the result into a Docker daemon: [2021-09-16T18:55:55.803Z] #30 8.088 tar -cC '/build' . | docker load [2021-09-16T18:55:55.803Z] #30 DONE 8.2s [2021-09-16T18:55:55.803Z] [2021-09-16T18:55:55.803Z] #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-16T18:55:55.803Z] #33 sha256:1911c9de04cba7d464ea755b70f705d21776700bd38b0934ae731606e49130b1 [2021-09-16T18:55:55.927Z] #12 DONE 1.2s [2021-09-16T18:55:55.927Z] [2021-09-16T18:55:55.927Z] #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-16T18:55:55.927Z] #13 sha256:277f0878b4a629cb2429a0a373cf68f84b914ed1fb11c16aa2f7d3c193722967 [2021-09-16T18:55:56.872Z] #13 DONE 0.9s [2021-09-16T18:55:56.872Z] [2021-09-16T18:55:56.872Z] #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-16T18:55:56.872Z] #47 sha256:dc1318f8a9c6ec4a58522047d8e51437a57b4eda9f68c5f7901c864bb9226d09 [2021-09-16T18:55:56.872Z] #47 ... [2021-09-16T18:55:56.872Z] [2021-09-16T18:55:56.872Z] #32 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-09-16T18:55:56.872Z] #32 sha256:cbd40998fc7cf2a94390870a64ded7e923ff385ad6e63f4ae89a7156612f2dcd [2021-09-16T18:55:56.872Z] #32 DONE 0.2s [2021-09-16T18:55:56.872Z] [2021-09-16T18:55:56.872Z] #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-16T18:55:56.872Z] #44 sha256:dedd77bd49d78e8751df12a263e7daecb76f34a23b1ef37f2158e741a8e560ba [2021-09-16T18:55:56.872Z] #44 DONE 0.2s [2021-09-16T18:55:56.872Z] [2021-09-16T18:55:56.872Z] #40 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-09-16T18:55:56.872Z] #40 sha256:c222c7f03b3f1ab2d3e3bead9cfe02d36198e73615b4b8749e0321f8c72526d2 [2021-09-16T18:55:56.872Z] #40 DONE 0.2s [2021-09-16T18:55:57.134Z] [2021-09-16T18:55:57.134Z] #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-16T18:55:57.134Z] #41 sha256:6b8cec4c40d2921a1d2bdc203326c098330e9d2856fcd77ef3a5c99befc5d468 [2021-09-16T18:55:57.207Z] #11 ... [2021-09-16T18:55:57.207Z] [2021-09-16T18:55:57.207Z] #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-16T18:55:57.207Z] #28 sha256:5d2f784d5c729c602146e19a9eab8fafc0f39296e1c18f5d157b18a78b8971e0 [2021-09-16T18:55:57.207Z] #28 1.655 Get:1 http://deb.debian.org/debian bullseye InRelease [113 kB] [2021-09-16T18:55:57.207Z] #28 1.676 Get:2 http://deb.debian.org/debian bullseye-updates InRelease [36.8 kB] [2021-09-16T18:55:57.207Z] #28 1.676 Get:3 http://security.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2021-09-16T18:55:57.207Z] #28 1.907 Get:4 http://deb.debian.org/debian bullseye/main arm64 Packages [8066 kB] [2021-09-16T18:55:57.207Z] #28 2.411 Get:5 http://security.debian.org/debian-security bullseye-security/main arm64 Packages [31.0 kB] [2021-09-16T18:55:57.207Z] #28 3.735 Fetched 8291 kB in 2s (3538 kB/s) [2021-09-16T18:55:57.207Z] #28 3.735 Reading package lists... [2021-09-16T18:55:57.207Z] #28 4.842 Reading package lists... [2021-09-16T18:55:57.207Z] #28 5.929 Building dependency tree... [2021-09-16T18:55:57.207Z] #28 6.669 The following additional packages will be installed: [2021-09-16T18:55:57.207Z] #28 6.670 libbrotli1 libcurl4 libjq1 libldap-2.4-2 libnghttp2-14 libonig5 libpsl5 [2021-09-16T18:55:57.207Z] #28 6.681 librtmp1 libsasl2-2 libsasl2-modules-db libssh2-1 openssl [2021-09-16T18:55:57.207Z] #28 6.681 Recommended packages: [2021-09-16T18:55:57.207Z] #28 6.681 libldap-common publicsuffix libsasl2-modules [2021-09-16T18:55:57.207Z] #28 6.893 The following NEW packages will be installed: [2021-09-16T18:55:57.207Z] #28 6.893 ca-certificates curl jq libbrotli1 libcurl4 libjq1 libldap-2.4-2 [2021-09-16T18:55:57.207Z] #28 6.893 libnghttp2-14 libonig5 libpsl5 librtmp1 libsasl2-2 libsasl2-modules-db [2021-09-16T18:55:57.207Z] #28 6.893 libssh2-1 openssl [2021-09-16T18:55:57.207Z] #28 7.196 0 upgraded, 15 newly installed, 0 to remove and 0 not upgraded. [2021-09-16T18:55:57.207Z] #28 7.196 Need to get 2934 kB of archives. [2021-09-16T18:55:57.207Z] #28 7.196 After this operation, 6485 kB of additional disk space will be used. [2021-09-16T18:55:57.207Z] #28 7.196 Get:1 http://security.debian.org/debian-security bullseye-security/main arm64 openssl arm64 1.1.1k-1+deb11u1 [829 kB] [2021-09-16T18:55:57.207Z] #28 7.201 Get:2 http://deb.debian.org/debian bullseye/main arm64 ca-certificates all 20210119 [158 kB] [2021-09-16T18:55:57.207Z] #28 7.203 Get:3 http://deb.debian.org/debian bullseye/main arm64 libbrotli1 arm64 1.0.9-2+b2 [267 kB] [2021-09-16T18:55:57.207Z] #28 7.206 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-16T18:55:57.207Z] #28 7.207 Get:5 http://deb.debian.org/debian bullseye/main arm64 libsasl2-2 arm64 2.1.27+dfsg-2.1 [105 kB] [2021-09-16T18:55:57.207Z] #28 7.208 Get:6 http://deb.debian.org/debian bullseye/main arm64 libldap-2.4-2 arm64 2.4.57+dfsg-3 [222 kB] [2021-09-16T18:55:57.207Z] #28 7.211 Get:7 http://deb.debian.org/debian bullseye/main arm64 libnghttp2-14 arm64 1.43.0-1 [73.8 kB] [2021-09-16T18:55:57.207Z] #28 7.211 Get:8 http://deb.debian.org/debian bullseye/main arm64 libpsl5 arm64 0.21.0-1.2 [57.1 kB] [2021-09-16T18:55:57.207Z] #28 7.212 Get:9 http://deb.debian.org/debian bullseye/main arm64 librtmp1 arm64 2.4+20151223.gitfa8646d.1-2+b2 [59.4 kB] [2021-09-16T18:55:57.207Z] #28 7.225 Get:10 http://deb.debian.org/debian bullseye/main arm64 libssh2-1 arm64 1.9.0-2 [150 kB] [2021-09-16T18:55:57.207Z] #28 7.227 Get:11 http://deb.debian.org/debian bullseye/main arm64 libcurl4 arm64 7.74.0-1.3+b1 [321 kB] [2021-09-16T18:55:57.207Z] #28 7.227 Get:12 http://deb.debian.org/debian bullseye/main arm64 curl arm64 7.74.0-1.3+b1 [261 kB] [2021-09-16T18:55:57.207Z] #28 7.227 Get:13 http://deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB] [2021-09-16T18:55:57.207Z] #28 7.227 Get:14 http://deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB] [2021-09-16T18:55:57.207Z] #28 7.227 Get:15 http://deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB] [2021-09-16T18:55:57.207Z] #28 7.545 debconf: delaying package configuration, since apt-utils is not installed [2021-09-16T18:55:57.207Z] #28 7.599 Fetched 2934 kB in 0s (9405 kB/s) [2021-09-16T18:55:57.207Z] #28 7.629 Selecting previously unselected package openssl. [2021-09-16T18:55:57.207Z] #28 7.629 (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-16T18:55:57.207Z] #28 7.640 Preparing to unpack .../00-openssl_1.1.1k-1+deb11u1_arm64.deb ... [2021-09-16T18:55:57.207Z] #28 7.644 Unpacking openssl (1.1.1k-1+deb11u1) ... [2021-09-16T18:55:57.207Z] #28 7.797 Selecting previously unselected package ca-certificates. [2021-09-16T18:55:57.207Z] #28 7.798 Preparing to unpack .../01-ca-certificates_20210119_all.deb ... [2021-09-16T18:55:57.207Z] #28 7.808 Unpacking ca-certificates (20210119) ... [2021-09-16T18:55:57.207Z] #28 7.907 Selecting previously unselected package libbrotli1:arm64. [2021-09-16T18:55:57.207Z] #28 7.909 Preparing to unpack .../02-libbrotli1_1.0.9-2+b2_arm64.deb ... [2021-09-16T18:55:57.207Z] #28 7.918 Unpacking libbrotli1:arm64 (1.0.9-2+b2) ... [2021-09-16T18:55:57.207Z] #28 8.005 Selecting previously unselected package libsasl2-modules-db:arm64. [2021-09-16T18:55:57.207Z] #28 8.007 Preparing to unpack .../03-libsasl2-modules-db_2.1.27+dfsg-2.1_arm64.deb ... [2021-09-16T18:55:57.207Z] #28 8.018 Unpacking libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1) ... [2021-09-16T18:55:57.207Z] #28 8.131 Selecting previously unselected package libsasl2-2:arm64. [2021-09-16T18:55:57.207Z] #28 8.131 Preparing to unpack .../04-libsasl2-2_2.1.27+dfsg-2.1_arm64.deb ... [2021-09-16T18:55:57.207Z] #28 8.135 Unpacking libsasl2-2:arm64 (2.1.27+dfsg-2.1) ... [2021-09-16T18:55:57.207Z] #28 8.198 Selecting previously unselected package libldap-2.4-2:arm64. [2021-09-16T18:55:57.207Z] #28 8.200 Preparing to unpack .../05-libldap-2.4-2_2.4.57+dfsg-3_arm64.deb ... [2021-09-16T18:55:57.207Z] #28 8.206 Unpacking libldap-2.4-2:arm64 (2.4.57+dfsg-3) ... [2021-09-16T18:55:57.207Z] #28 8.291 Selecting previously unselected package libnghttp2-14:arm64. [2021-09-16T18:55:57.207Z] #28 8.293 Preparing to unpack .../06-libnghttp2-14_1.43.0-1_arm64.deb ... [2021-09-16T18:55:57.207Z] #28 8.297 Unpacking libnghttp2-14:arm64 (1.43.0-1) ... [2021-09-16T18:55:57.207Z] #28 8.356 Selecting previously unselected package libpsl5:arm64. [2021-09-16T18:55:57.207Z] #28 8.358 Preparing to unpack .../07-libpsl5_0.21.0-1.2_arm64.deb ... [2021-09-16T18:55:57.207Z] #28 8.363 Unpacking libpsl5:arm64 (0.21.0-1.2) ... [2021-09-16T18:55:57.207Z] #28 8.413 Selecting previously unselected package librtmp1:arm64. [2021-09-16T18:55:57.207Z] #28 8.413 Preparing to unpack .../08-librtmp1_2.4+20151223.gitfa8646d.1-2+b2_arm64.deb ... [2021-09-16T18:55:57.207Z] #28 8.418 Unpacking librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2021-09-16T18:55:57.207Z] #28 8.475 Selecting previously unselected package libssh2-1:arm64. [2021-09-16T18:55:57.207Z] #28 8.477 Preparing to unpack .../09-libssh2-1_1.9.0-2_arm64.deb ... [2021-09-16T18:55:57.207Z] #28 8.482 Unpacking libssh2-1:arm64 (1.9.0-2) ... [2021-09-16T18:55:57.207Z] #28 8.544 Selecting previously unselected package libcurl4:arm64. [2021-09-16T18:55:57.207Z] #28 8.544 Preparing to unpack .../10-libcurl4_7.74.0-1.3+b1_arm64.deb ... [2021-09-16T18:55:57.207Z] #28 8.548 Unpacking libcurl4:arm64 (7.74.0-1.3+b1) ... [2021-09-16T18:55:57.207Z] #28 8.625 Selecting previously unselected package curl. [2021-09-16T18:55:57.207Z] #28 8.625 Preparing to unpack .../11-curl_7.74.0-1.3+b1_arm64.deb ... [2021-09-16T18:55:57.207Z] #28 8.626 Unpacking curl (7.74.0-1.3+b1) ... [2021-09-16T18:55:57.207Z] #28 8.702 Selecting previously unselected package libonig5:arm64. [2021-09-16T18:55:57.207Z] #28 8.704 Preparing to unpack .../12-libonig5_6.9.6-1.1_arm64.deb ... [2021-09-16T18:55:57.207Z] #28 8.709 Unpacking libonig5:arm64 (6.9.6-1.1) ... [2021-09-16T18:55:57.207Z] #28 8.792 Selecting previously unselected package libjq1:arm64. [2021-09-16T18:55:57.207Z] #28 8.792 Preparing to unpack .../13-libjq1_1.6-2.1_arm64.deb ... [2021-09-16T18:55:57.207Z] #28 8.798 Unpacking libjq1:arm64 (1.6-2.1) ... [2021-09-16T18:55:57.207Z] #28 8.982 Selecting previously unselected package jq. [2021-09-16T18:55:57.207Z] #28 8.985 Preparing to unpack .../14-jq_1.6-2.1_arm64.deb ... [2021-09-16T18:55:57.207Z] #28 8.989 Unpacking jq (1.6-2.1) ... [2021-09-16T18:55:57.207Z] #28 9.053 Setting up libpsl5:arm64 (0.21.0-1.2) ... [2021-09-16T18:55:57.207Z] #28 9.068 Setting up libbrotli1:arm64 (1.0.9-2+b2) ... [2021-09-16T18:55:57.207Z] #28 9.084 Setting up libnghttp2-14:arm64 (1.43.0-1) ... [2021-09-16T18:55:57.207Z] #28 9.098 Setting up libsasl2-modules-db:arm64 (2.1.27+dfsg-2.1) ... [2021-09-16T18:55:57.207Z] #28 9.118 Setting up librtmp1:arm64 (2.4+20151223.gitfa8646d.1-2+b2) ... [2021-09-16T18:55:57.207Z] #28 9.132 Setting up libsasl2-2:arm64 (2.1.27+dfsg-2.1) ... [2021-09-16T18:55:57.207Z] #28 9.146 Setting up libssh2-1:arm64 (1.9.0-2) ... [2021-09-16T18:55:57.207Z] #28 9.161 Setting up openssl (1.1.1k-1+deb11u1) ... [2021-09-16T18:55:57.207Z] #28 9.182 Setting up libonig5:arm64 (6.9.6-1.1) ... [2021-09-16T18:55:57.207Z] #28 9.196 Setting up libjq1:arm64 (1.6-2.1) ... [2021-09-16T18:55:57.207Z] #28 9.210 Setting up libldap-2.4-2:arm64 (2.4.57+dfsg-3) ... [2021-09-16T18:55:57.207Z] #28 9.223 Setting up ca-certificates (20210119) ... [2021-09-16T18:55:57.472Z] #28 10.23 Updating certificates in /etc/ssl/certs... [2021-09-16T18:55:57.472Z] #28 ... [2021-09-16T18:55:57.472Z] [2021-09-16T18:55:57.472Z] #11 [base 1/3] FROM docker.io/library/golang:1.17.0-bullseye@sha256:a5b6c29c08b722c60b858c627574374a0818349b1f222d8dde404f0494832b1f [2021-09-16T18:55:57.472Z] #11 sha256:997e7753bdc05e730ae70028e2cb69434b56c139693f18b138d54390e7b7a0af [2021-09-16T18:55:57.705Z] #11 extracting sha256:103d08d8b59d07d9f8ee7a8798aeb9d20a54ab057f7ddfb7896c192f41b5b185 12.0s done [2021-09-16T18:55:57.705Z] #11 extracting sha256:a9ad1da797add356a46731875e2fed453f42181930e535f099308992ff533fdb done [2021-09-16T18:55:57.738Z] #11 extracting sha256:f28f338950aa3028ce4a52b10954659cdb3262b532367c781bd2eb1ed1d6472b 4.6s done [2021-09-16T18:55:57.962Z] #11 DONE 44.3s [2021-09-16T18:55:57.962Z] [2021-09-16T18:55:57.962Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-09-16T18:55:57.962Z] #12 sha256:104f87cdd0032ea1bd7186f62216803aafde034fb7ca166be5d1155ee2016042 [2021-09-16T18:55:58.000Z] #11 extracting sha256:7147c5b8d479d8cbdc5656804f0f8820bf252cf667f7da2a5ca894bd02bf3754 done [2021-09-16T18:55:58.265Z] #11 DONE 21.1s [2021-09-16T18:55:58.265Z] [2021-09-16T18:55:58.265Z] #12 [base 2/3] RUN echo 'Binary::apt::APT::Keep-Downloaded-Packages "true";' > /etc/apt/apt.conf.d/keep-cache [2021-09-16T18:55:58.265Z] #12 sha256:8d32fa2d8c1c007abc0c11754247079e407d7720319c2a61d009c209207e243b [2021-09-16T18:55:59.107Z] #33 ... [2021-09-16T18:55:59.107Z] [2021-09-16T18:55:59.107Z] #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-16T18:55:59.107Z] #60 sha256:1d9d88e15d8b305d25e6eac7079b5afa1387369c0b60de9c80412b0a4dc73123 [2021-09-16T18:55:59.107Z] #60 4.871 + RM_GOPATH=0 [2021-09-16T18:55:59.107Z] #60 4.871 + TMP_GOPATH= [2021-09-16T18:55:59.107Z] #60 4.871 + : /build [2021-09-16T18:55:59.107Z] #60 4.871 + '[' -z '' ']' [2021-09-16T18:55:59.107Z] #60 4.871 ++ mktemp -d [2021-09-16T18:55:59.107Z] #60 4.871 + export GOPATH=/tmp/tmp.V3qZATkLP8 [2021-09-16T18:55:59.107Z] #60 4.871 + GOPATH=/tmp/tmp.V3qZATkLP8 [2021-09-16T18:55:59.107Z] #60 4.871 + RM_GOPATH=1 [2021-09-16T18:55:59.107Z] #60 4.871 + case "$(go env GOARCH)" in [2021-09-16T18:55:59.107Z] #60 4.871 ++ go env GOARCH [2021-09-16T18:55:59.107Z] #60 4.878 + export GO_BUILDMODE=-buildmode=pie [2021-09-16T18:55:59.107Z] #60 4.878 + GO_BUILDMODE=-buildmode=pie [2021-09-16T18:55:59.107Z] #60 4.878 ++ dirname /tmp/install/install.sh [2021-09-16T18:55:59.107Z] #60 4.880 + dir=/tmp/install [2021-09-16T18:55:59.107Z] #60 4.880 + bin=rootlesskit [2021-09-16T18:55:59.107Z] #60 4.880 + shift [2021-09-16T18:55:59.107Z] #60 4.880 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-09-16T18:55:59.107Z] #60 4.880 + . /tmp/install/rootlesskit.installer [2021-09-16T18:55:59.107Z] #60 4.880 ++ : v0.14.4 [2021-09-16T18:55:59.107Z] #60 4.880 + install_rootlesskit [2021-09-16T18:55:59.107Z] #60 4.880 + case "$1" in [2021-09-16T18:55:59.107Z] #60 4.880 + export CGO_ENABLED=0 [2021-09-16T18:55:59.107Z] #60 4.880 + CGO_ENABLED=0 [2021-09-16T18:55:59.107Z] #60 4.880 + _install_rootlesskit [2021-09-16T18:55:59.107Z] #60 4.880 + echo 'Install rootlesskit version v0.14.4' [2021-09-16T18:55:59.107Z] #60 4.880 + for f in rootlesskit rootlesskit-docker-proxy [2021-09-16T18:55:59.107Z] #60 4.880 + GOBIN=/build [2021-09-16T18:55:59.107Z] #60 4.880 + GO111MODULE=on [2021-09-16T18:55:59.107Z] #60 4.881 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4 [2021-09-16T18:55:59.107Z] #60 4.885 Install rootlesskit version v0.14.4 [2021-09-16T18:55:59.107Z] #60 5.256 go: downloading github.com/rootless-containers/rootlesskit v0.14.4 [2021-09-16T18:55:59.331Z] #12 DONE 1.2s [2021-09-16T18:55:59.332Z] [2021-09-16T18:55:59.332Z] #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-16T18:55:59.332Z] #13 sha256:277f0878b4a629cb2429a0a373cf68f84b914ed1fb11c16aa2f7d3c193722967 [2021-09-16T18:55:59.897Z] #13 DONE 0.8s [2021-09-16T18:55:59.897Z] [2021-09-16T18:55:59.897Z] #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-16T18:55:59.897Z] #25 sha256:7d63791c8393ca0d511c88a2044b886fdbb5c15b611214eb88960dbaf168adea [2021-09-16T18:56:00.044Z] #60 ... [2021-09-16T18:56:00.044Z] [2021-09-16T18:56:00.044Z] #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-16T18:56:00.044Z] #33 sha256:1911c9de04cba7d464ea755b70f705d21776700bd38b0934ae731606e49130b1 [2021-09-16T18:56:00.155Z] #25 ... [2021-09-16T18:56:00.155Z] [2021-09-16T18:56:00.155Z] #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-16T18:56:00.155Z] #44 sha256:dedd77bd49d78e8751df12a263e7daecb76f34a23b1ef37f2158e741a8e560ba [2021-09-16T18:56:00.155Z] #44 DONE 0.3s [2021-09-16T18:56:00.155Z] [2021-09-16T18:56:00.155Z] #40 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-09-16T18:56:00.155Z] #40 sha256:c222c7f03b3f1ab2d3e3bead9cfe02d36198e73615b4b8749e0321f8c72526d2 [2021-09-16T18:56:00.155Z] #40 DONE 0.3s [2021-09-16T18:56:00.155Z] [2021-09-16T18:56:00.155Z] #32 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-09-16T18:56:00.155Z] #32 sha256:cbd40998fc7cf2a94390870a64ded7e923ff385ad6e63f4ae89a7156612f2dcd [2021-09-16T18:56:00.155Z] #32 DONE 0.3s [2021-09-16T18:56:00.155Z] [2021-09-16T18:56:00.155Z] #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-16T18:56:00.155Z] #33 sha256:1911c9de04cba7d464ea755b70f705d21776700bd38b0934ae731606e49130b1 [2021-09-16T18:56:00.200Z] #12 DONE 2.1s [2021-09-16T18:56:00.200Z] [2021-09-16T18:56:00.200Z] #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-16T18:56:00.200Z] #28 sha256:5d2f784d5c729c602146e19a9eab8fafc0f39296e1c18f5d157b18a78b8971e0 [2021-09-16T18:56:00.200Z] #28 11.34 129 added, 0 removed; done. [2021-09-16T18:56:00.200Z] #28 11.45 Setting up jq (1.6-2.1) ... [2021-09-16T18:56:00.200Z] #28 11.47 Setting up libcurl4:arm64 (7.74.0-1.3+b1) ... [2021-09-16T18:56:00.200Z] #28 11.48 Setting up curl (7.74.0-1.3+b1) ... [2021-09-16T18:56:00.200Z] #28 11.49 Processing triggers for libc-bin (2.31-13) ... [2021-09-16T18:56:00.200Z] #28 11.58 Processing triggers for ca-certificates (20210119) ... [2021-09-16T18:56:00.200Z] #28 11.59 Updating certificates in /etc/ssl/certs... [2021-09-16T18:56:00.200Z] #28 12.29 0 added, 0 removed; done. [2021-09-16T18:56:00.200Z] #28 12.29 Running hooks in /etc/ca-certificates/update.d... [2021-09-16T18:56:00.200Z] #28 12.29 done. [2021-09-16T18:56:00.303Z] #33 6.418 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-09-16T18:56:00.303Z] #33 6.432 Cloning into '.'... [2021-09-16T18:56:00.464Z] #28 DONE 13.2s [2021-09-16T18:56:00.464Z] [2021-09-16T18:56:00.464Z] #29 [frozen-images 3/4] COPY contrib/download-frozen-image-v2.sh / [2021-09-16T18:56:00.464Z] #29 sha256:fc22bbd95a3b40fda4103d9eb3ecf1d9f04d64d075a08ef85d63bcda2b8ec463 [2021-09-16T18:56:00.464Z] #29 DONE 0.1s [2021-09-16T18:56:00.464Z] [2021-09-16T18:56:00.464Z] #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-16T18:56:00.464Z] #30 sha256:e613251d49e146652944fc966fdbec642123e5ed83cd7e20ff5075ed905cecc0 [2021-09-16T18:56:01.414Z] #30 ... [2021-09-16T18:56:01.415Z] [2021-09-16T18:56:01.415Z] #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-16T18:56:01.415Z] #13 sha256:f9f85e2d5044eb4b35ee26c38470bee98a5a80eb65a3b494ad3346dafcfd8c11 [2021-09-16T18:56:01.415Z] #13 DONE 0.9s [2021-09-16T18:56:01.415Z] [2021-09-16T18:56:01.415Z] #32 [swagger 1/2] WORKDIR /go/src/github.com/go-swagger/go-swagger [2021-09-16T18:56:01.415Z] #32 sha256:107de04379a04a0080219fad63f2a13415b58e6f9d1697ef93ec8864ba0c2313 [2021-09-16T18:56:01.415Z] #32 DONE 0.2s [2021-09-16T18:56:01.415Z] [2021-09-16T18:56:01.415Z] #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-16T18:56:01.415Z] #44 sha256:cc0ea27405b88cdfebc7fe70055e088f50ad952601d4de1ed6cb8308f209dfb2 [2021-09-16T18:56:01.415Z] #44 DONE 0.2s [2021-09-16T18:56:01.415Z] [2021-09-16T18:56:01.415Z] #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-16T18:56:01.415Z] #33 sha256:0ea30ac548e55f5e4dc405e1544cf21eb2fb700bd33609db3af0451f747ae3f4 [2021-09-16T18:56:01.683Z] #33 ... [2021-09-16T18:56:01.683Z] [2021-09-16T18:56:01.683Z] #40 [registry 1/2] WORKDIR /go/src/github.com/docker/distribution [2021-09-16T18:56:01.683Z] #40 sha256:c912346477f96ec4c90614e246e41149608e72358ec3a869cb42ea2245505f3a [2021-09-16T18:56:01.683Z] #40 DONE 0.3s [2021-09-16T18:56:01.683Z] [2021-09-16T18:56:01.683Z] #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-16T18:56:01.683Z] #41 sha256:8be3294f0279068f7ba1098bf26bf4d0445541ea961b1618523d95f4fabc2a8d [2021-09-16T18:56:01.815Z] #19 92.47 The following NEW packages will be installed: [2021-09-16T18:56:01.815Z] #19 92.48 binutils-aarch64-linux-gnu binutils-arm-linux-gnueabi [2021-09-16T18:56:01.815Z] #19 92.48 binutils-arm-linux-gnueabihf binutils-powerpc64le-linux-gnu [2021-09-16T18:56:01.815Z] #19 92.48 binutils-s390x-linux-gnu bzip2 cpp-10-aarch64-linux-gnu [2021-09-16T18:56:01.815Z] #19 92.48 cpp-10-arm-linux-gnueabi cpp-10-arm-linux-gnueabihf [2021-09-16T18:56:01.815Z] #19 92.48 cpp-10-powerpc64le-linux-gnu cpp-10-s390x-linux-gnu cpp-aarch64-linux-gnu [2021-09-16T18:56:01.815Z] #19 92.48 cpp-arm-linux-gnueabi cpp-arm-linux-gnueabihf cpp-powerpc64le-linux-gnu [2021-09-16T18:56:01.815Z] #19 92.48 cpp-s390x-linux-gnu cross-config crossbuild-essential-arm64 [2021-09-16T18:56:01.815Z] #19 92.49 crossbuild-essential-armel crossbuild-essential-armhf [2021-09-16T18:56:01.815Z] #19 92.49 crossbuild-essential-ppc64el crossbuild-essential-s390x dpkg-cross dpkg-dev [2021-09-16T18:56:01.815Z] #19 92.49 file g++-10-aarch64-linux-gnu g++-10-arm-linux-gnueabi [2021-09-16T18:56:01.815Z] #19 92.49 g++-10-arm-linux-gnueabihf g++-10-powerpc64le-linux-gnu [2021-09-16T18:56:01.815Z] #19 92.49 g++-10-s390x-linux-gnu g++-aarch64-linux-gnu g++-arm-linux-gnueabi [2021-09-16T18:56:01.815Z] #19 92.49 g++-arm-linux-gnueabihf g++-powerpc64le-linux-gnu g++-s390x-linux-gnu [2021-09-16T18:56:01.815Z] #19 92.49 gcc-10-aarch64-linux-gnu gcc-10-aarch64-linux-gnu-base [2021-09-16T18:56:01.815Z] #19 92.49 gcc-10-arm-linux-gnueabi gcc-10-arm-linux-gnueabi-base [2021-09-16T18:56:01.815Z] #19 92.49 gcc-10-arm-linux-gnueabihf gcc-10-arm-linux-gnueabihf-base gcc-10-cross-base [2021-09-16T18:56:01.815Z] #19 92.49 gcc-10-powerpc64le-linux-gnu gcc-10-powerpc64le-linux-gnu-base [2021-09-16T18:56:01.815Z] #19 92.49 gcc-10-s390x-linux-gnu gcc-10-s390x-linux-gnu-base gcc-aarch64-linux-gnu [2021-09-16T18:56:01.815Z] #19 92.49 gcc-arm-linux-gnueabi gcc-arm-linux-gnueabihf gcc-powerpc64le-linux-gnu [2021-09-16T18:56:01.815Z] #19 92.49 gcc-s390x-linux-gnu libasan6-arm64-cross libasan6-armel-cross [2021-09-16T18:56:01.816Z] #19 92.49 libasan6-armhf-cross libasan6-ppc64el-cross libasan6-s390x-cross [2021-09-16T18:56:01.816Z] #19 92.49 libatomic1-arm64-cross libatomic1-armel-cross libatomic1-armhf-cross [2021-09-16T18:56:01.816Z] #19 92.49 libatomic1-ppc64el-cross libatomic1-s390x-cross libc6-arm64-cross [2021-09-16T18:56:01.816Z] #19 92.49 libc6-armel-cross libc6-armhf-cross libc6-dev-arm64-cross [2021-09-16T18:56:01.816Z] #19 92.49 libc6-dev-armel-cross libc6-dev-armhf-cross libc6-dev-ppc64el-cross [2021-09-16T18:56:01.816Z] #19 92.49 libc6-dev-s390x-cross libc6-ppc64el-cross libc6-s390x-cross [2021-09-16T18:56:01.816Z] #19 92.49 libconfig-auto-perl libconfig-inifiles-perl libdebian-dpkgcross-perl [2021-09-16T18:56:01.816Z] #19 92.49 libfile-homedir-perl libfile-which-perl libgcc-10-dev-arm64-cross [2021-09-16T18:56:01.816Z] #19 92.49 libgcc-10-dev-armel-cross libgcc-10-dev-armhf-cross [2021-09-16T18:56:01.816Z] #19 92.49 libgcc-10-dev-ppc64el-cross libgcc-10-dev-s390x-cross libgcc-s1-arm64-cross [2021-09-16T18:56:01.816Z] #19 92.49 libgcc-s1-armel-cross libgcc-s1-armhf-cross libgcc-s1-ppc64el-cross [2021-09-16T18:56:01.816Z] #19 92.49 libgcc-s1-s390x-cross libgomp1-arm64-cross libgomp1-armel-cross [2021-09-16T18:56:01.816Z] #19 92.49 libgomp1-armhf-cross libgomp1-ppc64el-cross libgomp1-s390x-cross libicu67 [2021-09-16T18:56:01.816Z] #19 92.49 libio-string-perl libitm1-arm64-cross libitm1-ppc64el-cross [2021-09-16T18:56:01.816Z] #19 92.49 libitm1-s390x-cross liblocale-gettext-perl liblsan0-arm64-cross [2021-09-16T18:56:01.816Z] #19 92.51 liblsan0-ppc64el-cross libmagic-mgc libmagic1 libquadmath0-ppc64el-cross [2021-09-16T18:56:01.816Z] #19 92.51 libstdc++-10-dev-arm64-cross libstdc++-10-dev-armel-cross [2021-09-16T18:56:01.816Z] #19 92.51 libstdc++-10-dev-armhf-cross libstdc++-10-dev-ppc64el-cross [2021-09-16T18:56:01.816Z] #19 92.51 libstdc++-10-dev-s390x-cross libstdc++6-arm64-cross libstdc++6-armel-cross [2021-09-16T18:56:01.816Z] #19 92.51 libstdc++6-armhf-cross libstdc++6-ppc64el-cross libstdc++6-s390x-cross [2021-09-16T18:56:01.816Z] #19 92.51 libtsan0-arm64-cross libtsan0-ppc64el-cross libubsan1-arm64-cross [2021-09-16T18:56:01.816Z] #19 92.51 libubsan1-armel-cross libubsan1-armhf-cross libubsan1-ppc64el-cross [2021-09-16T18:56:01.816Z] #19 92.51 libubsan1-s390x-cross libxml-libxml-perl libxml-namespacesupport-perl [2021-09-16T18:56:01.816Z] #19 92.51 libxml-sax-base-perl libxml-sax-perl libxml-simple-perl libxml2 libyaml-perl [2021-09-16T18:56:01.816Z] #19 92.51 linux-libc-dev-arm64-cross linux-libc-dev-armel-cross [2021-09-16T18:56:01.816Z] #19 92.51 linux-libc-dev-armhf-cross linux-libc-dev-ppc64el-cross [2021-09-16T18:56:01.816Z] #19 92.51 linux-libc-dev-s390x-cross patch xz-utils [2021-09-16T18:56:01.816Z] #19 93.09 0 upgraded, 133 newly installed, 0 to remove and 0 not upgraded. [2021-09-16T18:56:01.816Z] #19 93.09 Need to get 787 MB of archives. [2021-09-16T18:56:01.816Z] #19 93.09 After this operation, 3385 MB of additional disk space will be used. [2021-09-16T18:56:01.816Z] #19 93.09 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblocale-gettext-perl amd64 1.07-4+b1 [19.0 kB] [2021-09-16T18:56:01.816Z] #19 93.09 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2021-09-16T18:56:01.816Z] #19 93.09 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic-mgc amd64 1:5.39-3 [273 kB] [2021-09-16T18:56:01.816Z] #19 93.11 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmagic1 amd64 1:5.39-3 [126 kB] [2021-09-16T18:56:01.816Z] #19 93.13 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 file amd64 1:5.39-3 [69.1 kB] [2021-09-16T18:56:01.816Z] #19 93.14 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2 [220 kB] [2021-09-16T18:56:01.816Z] #19 93.16 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-aarch64-linux-gnu amd64 2.35.2-2 [2813 kB] [2021-09-16T18:56:01.816Z] #19 93.25 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-arm-linux-gnueabi amd64 2.35.2-2 [2779 kB] [2021-09-16T18:56:01.816Z] #19 93.32 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-arm-linux-gnueabihf amd64 2.35.2-2 [2781 kB] [2021-09-16T18:56:01.816Z] #19 93.36 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-powerpc64le-linux-gnu amd64 2.35.2-2 [2302 kB] [2021-09-16T18:56:01.816Z] #19 93.40 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-s390x-linux-gnu amd64 2.35.2-2 [1984 kB] [2021-09-16T18:56:01.816Z] #19 93.45 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-aarch64-linux-gnu-base amd64 10.2.1-6cross1 [202 kB] [2021-09-16T18:56:01.816Z] #19 93.46 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-10-aarch64-linux-gnu amd64 10.2.1-6cross1 [46.6 MB] [2021-09-16T18:56:03.598Z] #33 ... [2021-09-16T18:56:03.598Z] [2021-09-16T18:56:03.598Z] #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-16T18:56:03.598Z] #37 sha256:10bbf66d32ae608d41ff58a9c01968e967b1a5334a83298c2899bf7607874281 [2021-09-16T18:56:03.598Z] #37 5.465 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [113 kB] [2021-09-16T18:56:03.598Z] #37 5.546 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2021-09-16T18:56:03.598Z] #37 5.713 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [36.8 kB] [2021-09-16T18:56:03.598Z] #37 5.959 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8178 kB] [2021-09-16T18:56:03.598Z] #37 7.875 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [31.1 kB] [2021-09-16T18:56:03.598Z] #37 ... [2021-09-16T18:56:03.598Z] [2021-09-16T18:56:03.598Z] #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-16T18:56:03.598Z] #25 sha256:f342cfb3417616691786c44e0dafd8e0752ba637fd463ee6079628caad33c90e [2021-09-16T18:56:03.598Z] #25 4.617 + RM_GOPATH=0 [2021-09-16T18:56:03.598Z] #25 4.617 + TMP_GOPATH= [2021-09-16T18:56:03.598Z] #25 4.617 + : /build [2021-09-16T18:56:03.598Z] #25 4.617 + '[' -z '' ']' [2021-09-16T18:56:03.598Z] #25 4.617 ++ mktemp -d [2021-09-16T18:56:03.598Z] #25 4.617 + export GOPATH=/tmp/tmp.plWKe7swCZ [2021-09-16T18:56:03.598Z] #25 4.617 + GOPATH=/tmp/tmp.plWKe7swCZ [2021-09-16T18:56:03.598Z] #25 4.617 + RM_GOPATH=1 [2021-09-16T18:56:03.598Z] #25 4.617 + case "$(go env GOARCH)" in [2021-09-16T18:56:03.598Z] #25 4.622 ++ go env GOARCH [2021-09-16T18:56:03.598Z] #25 4.627 + export GO_BUILDMODE=-buildmode=pie [2021-09-16T18:56:03.598Z] #25 4.627 + GO_BUILDMODE=-buildmode=pie [2021-09-16T18:56:03.598Z] #25 4.632 Install docker/cli version 17.06.2-ce from stable [2021-09-16T18:56:03.598Z] #25 4.633 ++ dirname /tmp/install/install.sh [2021-09-16T18:56:03.598Z] #25 4.633 + dir=/tmp/install [2021-09-16T18:56:03.598Z] #25 4.633 + bin=dockercli [2021-09-16T18:56:03.598Z] #25 4.633 + shift [2021-09-16T18:56:03.598Z] #25 4.633 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-09-16T18:56:03.598Z] #25 4.633 + . /tmp/install/dockercli.installer [2021-09-16T18:56:03.598Z] #25 4.633 ++ : stable [2021-09-16T18:56:03.598Z] #25 4.633 ++ : 17.06.2-ce [2021-09-16T18:56:03.598Z] #25 4.633 + install_dockercli [2021-09-16T18:56:03.598Z] #25 4.633 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-09-16T18:56:03.598Z] #25 4.633 ++ uname -m [2021-09-16T18:56:03.598Z] #25 4.633 + arch=x86_64 [2021-09-16T18:56:03.598Z] #25 4.633 + '[' x86_64 '!=' x86_64 ']' [2021-09-16T18:56:03.598Z] #25 4.633 + url=https://download.docker.com/linux/static [2021-09-16T18:56:03.598Z] #25 4.633 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2021-09-16T18:56:03.598Z] #25 4.633 + tar -xz docker/docker [2021-09-16T18:56:03.598Z] #25 ... [2021-09-16T18:56:03.598Z] [2021-09-16T18:56:03.598Z] #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-16T18:56:03.598Z] #57 sha256:72a343ae0ab7edaecfe454fc29a890e08e79477914e4a5d04f9b260b4c45f5fe [2021-09-16T18:56:03.598Z] #57 5.913 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [113 kB] [2021-09-16T18:56:03.598Z] #57 5.932 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2021-09-16T18:56:03.598Z] #57 5.932 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [36.8 kB] [2021-09-16T18:56:03.598Z] #57 6.680 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8178 kB] [2021-09-16T18:56:03.598Z] #57 8.101 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [31.1 kB] [2021-09-16T18:56:03.720Z] #19 95.28 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-arm-linux-gnueabi-base amd64 10.2.1-6cross1 [202 kB] [2021-09-16T18:56:03.720Z] #19 95.29 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-10-arm-linux-gnueabi amd64 10.2.1-6cross1 [44.1 MB] [2021-09-16T18:56:03.742Z] #41 ... [2021-09-16T18:56:03.742Z] [2021-09-16T18:56:03.742Z] #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-16T18:56:03.742Z] #35 sha256:23dd601d42072ce364b368b0f77935f289df232209541cac87cec6a0a579a5df [2021-09-16T18:56:03.742Z] #35 6.406 Install go-toml version v1.8.1 [2021-09-16T18:56:03.742Z] #35 ... [2021-09-16T18:56:03.742Z] [2021-09-16T18:56:03.742Z] #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-16T18:56:03.742Z] #25 sha256:1c577c2518a2a710577c71e401b1f79254beebb23b3e813478b17169540ca8db [2021-09-16T18:56:03.742Z] #25 6.490 + RM_GOPATH=0 [2021-09-16T18:56:03.742Z] #25 6.490 + TMP_GOPATH= [2021-09-16T18:56:03.742Z] #25 6.490 + : /build [2021-09-16T18:56:03.742Z] #25 6.490 + '[' -z '' ']' [2021-09-16T18:56:03.742Z] #25 6.490 ++ mktemp -d [2021-09-16T18:56:03.742Z] #25 6.490 + export GOPATH=/tmp/tmp.ZSJSOrzCqj [2021-09-16T18:56:03.742Z] #25 6.490 + GOPATH=/tmp/tmp.ZSJSOrzCqj [2021-09-16T18:56:03.742Z] #25 6.490 + RM_GOPATH=1 [2021-09-16T18:56:03.742Z] #25 6.490 + case "$(go env GOARCH)" in [2021-09-16T18:56:03.742Z] #25 6.490 ++ go env GOARCH [2021-09-16T18:56:03.742Z] #25 6.494 + export GO_BUILDMODE=-buildmode=pie [2021-09-16T18:56:03.742Z] #25 6.494 + GO_BUILDMODE=-buildmode=pie [2021-09-16T18:56:03.742Z] #25 6.494 ++ dirname /tmp/install/install.sh [2021-09-16T18:56:03.742Z] #25 6.495 Install docker/cli version 17.06.2-ce from stable [2021-09-16T18:56:03.742Z] #25 6.495 + dir=/tmp/install [2021-09-16T18:56:03.742Z] #25 6.495 + bin=dockercli [2021-09-16T18:56:03.742Z] #25 6.495 + shift [2021-09-16T18:56:03.742Z] #25 6.495 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-09-16T18:56:03.742Z] #25 6.495 + . /tmp/install/dockercli.installer [2021-09-16T18:56:03.742Z] #25 6.495 ++ : stable [2021-09-16T18:56:03.742Z] #25 6.495 ++ : 17.06.2-ce [2021-09-16T18:56:03.742Z] #25 6.495 + install_dockercli [2021-09-16T18:56:03.742Z] #25 6.495 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-09-16T18:56:03.742Z] #25 6.495 ++ uname -m [2021-09-16T18:56:03.742Z] #25 6.497 + arch=x86_64 [2021-09-16T18:56:03.742Z] #25 6.497 + '[' x86_64 '!=' x86_64 ']' [2021-09-16T18:56:03.742Z] #25 6.497 + url=https://download.docker.com/linux/static [2021-09-16T18:56:03.742Z] #25 6.497 + tar -xz docker/docker [2021-09-16T18:56:03.742Z] #25 6.497 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2021-09-16T18:56:03.742Z] #25 ... [2021-09-16T18:56:03.742Z] [2021-09-16T18:56:03.742Z] #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-16T18:56:03.742Z] #35 sha256:23dd601d42072ce364b368b0f77935f289df232209541cac87cec6a0a579a5df [2021-09-16T18:56:03.742Z] #35 6.816 go: downloading github.com/pelletier/go-toml v1.8.1 [2021-09-16T18:56:03.862Z] #57 ... [2021-09-16T18:56:03.862Z] [2021-09-16T18:56:03.862Z] #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-16T18:56:03.862Z] #53 sha256:1537994b3820794f67d64cae1e4fc7ace98fb5a67d93361f1b4e8de5aea553eb [2021-09-16T18:56:03.862Z] #53 4.621 + RM_GOPATH=0 [2021-09-16T18:56:03.862Z] #53 4.621 + TMP_GOPATH= [2021-09-16T18:56:03.862Z] #53 4.621 + : /build [2021-09-16T18:56:03.862Z] #53 4.621 + '[' -z '' ']' [2021-09-16T18:56:03.862Z] #53 4.621 ++ mktemp -d [2021-09-16T18:56:03.862Z] #53 4.621 + export GOPATH=/tmp/tmp.mlcKAEcxJ5 [2021-09-16T18:56:03.862Z] #53 4.621 + GOPATH=/tmp/tmp.mlcKAEcxJ5 [2021-09-16T18:56:03.862Z] #53 4.621 + RM_GOPATH=1 [2021-09-16T18:56:03.862Z] #53 4.621 + case "$(go env GOARCH)" in [2021-09-16T18:56:03.862Z] #53 4.621 ++ go env GOARCH [2021-09-16T18:56:03.862Z] #53 4.628 Install shfmt version v3.0.2 [2021-09-16T18:56:03.862Z] #53 4.632 + export GO_BUILDMODE=-buildmode=pie [2021-09-16T18:56:03.862Z] #53 4.632 + GO_BUILDMODE=-buildmode=pie [2021-09-16T18:56:03.862Z] #53 4.632 ++ dirname /tmp/install/install.sh [2021-09-16T18:56:03.862Z] #53 4.632 + dir=/tmp/install [2021-09-16T18:56:03.862Z] #53 4.632 + bin=shfmt [2021-09-16T18:56:03.862Z] #53 4.632 + shift [2021-09-16T18:56:03.862Z] #53 4.632 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-09-16T18:56:03.862Z] #53 4.632 + . /tmp/install/shfmt.installer [2021-09-16T18:56:03.862Z] #53 4.632 ++ : v3.0.2 [2021-09-16T18:56:03.862Z] #53 4.632 + install_shfmt [2021-09-16T18:56:03.862Z] #53 4.632 + echo 'Install shfmt version v3.0.2' [2021-09-16T18:56:03.862Z] #53 4.632 + GOBIN=/build [2021-09-16T18:56:03.862Z] #53 4.632 + GO111MODULE=on [2021-09-16T18:56:03.862Z] #53 4.632 + go install mvdan.cc/sh/v3/cmd/shfmt@v3.0.2 [2021-09-16T18:56:03.862Z] #53 5.147 go: downloading mvdan.cc/sh/v3 v3.0.2 [2021-09-16T18:56:03.862Z] #53 5.851 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-09-16T18:56:03.862Z] #53 5.859 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-09-16T18:56:03.862Z] #53 5.923 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-09-16T18:56:03.862Z] #53 7.749 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-09-16T18:56:03.862Z] #53 ... [2021-09-16T18:56:03.862Z] [2021-09-16T18:56:03.862Z] #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-16T18:56:03.862Z] #47 sha256:73bb64207f71c7f5dd2c13861d39631eb9440e3a3c6b4ce60b6b54a911b7ace6 [2021-09-16T18:56:03.862Z] #47 5.044 + RM_GOPATH=0 [2021-09-16T18:56:03.862Z] #47 5.045 + TMP_GOPATH= [2021-09-16T18:56:03.862Z] #47 5.045 + : /build [2021-09-16T18:56:03.862Z] #47 5.045 + '[' -z '' ']' [2021-09-16T18:56:03.862Z] #47 5.045 ++ mktemp -d [2021-09-16T18:56:03.862Z] #47 5.047 + export GOPATH=/tmp/tmp.pjjXC1aCne [2021-09-16T18:56:03.862Z] #47 5.047 + GOPATH=/tmp/tmp.pjjXC1aCne [2021-09-16T18:56:03.862Z] #47 5.047 + RM_GOPATH=1 [2021-09-16T18:56:03.862Z] #47 5.047 + case "$(go env GOARCH)" in [2021-09-16T18:56:03.862Z] #47 5.048 ++ go env GOARCH [2021-09-16T18:56:03.862Z] #47 5.069 + export GO_BUILDMODE=-buildmode=pie [2021-09-16T18:56:03.862Z] #47 5.069 + GO_BUILDMODE=-buildmode=pie [2021-09-16T18:56:03.862Z] #47 5.070 Install vndr version v0.1.2 [2021-09-16T18:56:03.862Z] #47 5.074 ++ dirname /tmp/install/install.sh [2021-09-16T18:56:03.862Z] #47 5.074 + dir=/tmp/install [2021-09-16T18:56:03.862Z] #47 5.074 + bin=vndr [2021-09-16T18:56:03.862Z] #47 5.074 + shift [2021-09-16T18:56:03.862Z] #47 5.074 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-09-16T18:56:03.862Z] #47 5.074 + . /tmp/install/vndr.installer [2021-09-16T18:56:03.862Z] #47 5.074 ++ : v0.1.2 [2021-09-16T18:56:03.862Z] #47 5.074 + install_vndr [2021-09-16T18:56:03.862Z] #47 5.074 + echo 'Install vndr version v0.1.2' [2021-09-16T18:56:03.862Z] #47 5.074 + GOBIN=/build [2021-09-16T18:56:03.862Z] #47 5.074 + GO111MODULE=on [2021-09-16T18:56:03.862Z] #47 5.074 + go install github.com/LK4D4/vndr@v0.1.2 [2021-09-16T18:56:03.862Z] #47 5.594 go: downloading github.com/LK4D4/vndr v0.1.2 [2021-09-16T18:56:04.196Z] #47 ... [2021-09-16T18:56:04.196Z] [2021-09-16T18:56:04.196Z] #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-16T18:56:04.196Z] #45 sha256:8b52766aa8992ad5ea6e7ea4db37d812f7240ba03735f3cac8e86ee521d7efa9 [2021-09-16T18:56:04.196Z] #45 7.038 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [113 kB] [2021-09-16T18:56:04.196Z] #45 7.093 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2021-09-16T18:56:04.196Z] #45 7.094 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [36.8 kB] [2021-09-16T18:56:04.196Z] #45 7.744 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10 InRelease [1540 B] [2021-09-16T18:56:04.196Z] #45 8.305 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8178 kB] [2021-09-16T18:56:04.196Z] #45 10.10 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [31.1 kB] [2021-09-16T18:56:04.196Z] #45 ... [2021-09-16T18:56:04.196Z] [2021-09-16T18:56:04.196Z] #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-16T18:56:04.196Z] #25 sha256:f342cfb3417616691786c44e0dafd8e0752ba637fd463ee6079628caad33c90e [2021-09-16T18:56:04.196Z] #25 10.36 + mkdir -p /build [2021-09-16T18:56:04.196Z] #25 10.36 + mv docker/docker /build/ [2021-09-16T18:56:04.196Z] #25 10.36 + rmdir docker [2021-09-16T18:56:04.196Z] #25 DONE 10.8s [2021-09-16T18:56:04.196Z] [2021-09-16T18:56:04.196Z] #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-16T18:56:04.196Z] #35 sha256:7648c80793e607dca252ce6210a782f18fba171d50e2fc6af67166806cc76af6 [2021-09-16T18:56:04.196Z] #35 4.164 Install go-toml version v1.8.1 [2021-09-16T18:56:04.196Z] #35 4.515 go: downloading github.com/pelletier/go-toml v1.8.1 [2021-09-16T18:56:04.505Z] #35 ... [2021-09-16T18:56:04.505Z] [2021-09-16T18:56:04.505Z] #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-16T18:56:04.505Z] #41 sha256:6b8cec4c40d2921a1d2bdc203326c098330e9d2856fcd77ef3a5c99befc5d468 [2021-09-16T18:56:04.505Z] #41 5.991 + git clone https://github.com/docker/distribution.git . [2021-09-16T18:56:04.505Z] #41 5.992 Cloning into '.'... [2021-09-16T18:56:04.505Z] #41 ... [2021-09-16T18:56:04.505Z] [2021-09-16T18:56:04.505Z] #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-16T18:56:04.505Z] #51 sha256:f88eaab6bd342bff925ce84a941ed765f673508e7759b9761eaf51f29856d246 [2021-09-16T18:56:04.505Z] #51 5.021 + RM_GOPATH=0 [2021-09-16T18:56:04.505Z] #51 5.021 + TMP_GOPATH= [2021-09-16T18:56:04.505Z] #51 5.021 + : /build [2021-09-16T18:56:04.505Z] #51 5.021 + '[' -z '' ']' [2021-09-16T18:56:04.505Z] #51 5.022 ++ mktemp -d [2021-09-16T18:56:04.505Z] #51 5.023 + export GOPATH=/tmp/tmp.WPfv589Yv5 [2021-09-16T18:56:04.505Z] #51 5.023 + GOPATH=/tmp/tmp.WPfv589Yv5 [2021-09-16T18:56:04.505Z] #51 5.023 + RM_GOPATH=1 [2021-09-16T18:56:04.505Z] #51 5.023 + case "$(go env GOARCH)" in [2021-09-16T18:56:04.505Z] #51 5.023 ++ go env GOARCH [2021-09-16T18:56:04.505Z] #51 5.047 + export GO_BUILDMODE=-buildmode=pie [2021-09-16T18:56:04.505Z] #51 5.047 + GO_BUILDMODE=-buildmode=pie [2021-09-16T18:56:04.505Z] #51 5.047 ++ dirname /tmp/install/install.sh [2021-09-16T18:56:04.505Z] #51 5.052 + dir=/tmp/install [2021-09-16T18:56:04.505Z] #51 5.052 + bin=golangci_lint [2021-09-16T18:56:04.505Z] #51 5.052 + shift [2021-09-16T18:56:04.505Z] #51 5.052 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-09-16T18:56:04.505Z] #51 5.052 + . /tmp/install/golangci_lint.installer [2021-09-16T18:56:04.505Z] #51 5.052 ++ : v1.23.8 [2021-09-16T18:56:04.505Z] #51 5.052 + install_golangci_lint [2021-09-16T18:56:04.505Z] #51 5.052 + set -e [2021-09-16T18:56:04.505Z] #51 5.052 + echo 'Install golangci-lint version v1.23.8' [2021-09-16T18:56:04.505Z] #51 5.052 + GOBIN=/build [2021-09-16T18:56:04.505Z] #51 5.052 + GO111MODULE=on [2021-09-16T18:56:04.505Z] #51 5.052 + go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-09-16T18:56:04.505Z] #51 5.052 Install golangci-lint version v1.23.8 [2021-09-16T18:56:04.505Z] #51 5.492 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-09-16T18:56:04.768Z] #51 ... [2021-09-16T18:56:04.768Z] [2021-09-16T18:56:04.768Z] #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-16T18:56:04.768Z] #14 sha256:08b9278feadfc8db068b744755add65a213f9549a1269ed67e0d97e0b3db2896 [2021-09-16T18:56:04.768Z] #14 6.979 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [113 kB] [2021-09-16T18:56:04.768Z] #14 7.024 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2021-09-16T18:56:04.768Z] #14 7.025 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [36.8 kB] [2021-09-16T18:56:04.768Z] #14 7.888 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8178 kB] [2021-09-16T18:56:04.768Z] #14 9.594 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [31.1 kB] [2021-09-16T18:56:04.768Z] #14 ... [2021-09-16T18:56:04.768Z] [2021-09-16T18:56:04.768Z] #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-16T18:56:04.768Z] #49 sha256:dd81d8e4452f8e5d116c1fc58db1cba57d94d5649ae65cb74a440cf817200b05 [2021-09-16T18:56:04.768Z] #49 5.093 + RM_GOPATH=0 [2021-09-16T18:56:04.768Z] #49 5.093 + TMP_GOPATH= [2021-09-16T18:56:04.768Z] #49 5.093 + : /build [2021-09-16T18:56:04.768Z] #49 5.093 + '[' -z '' ']' [2021-09-16T18:56:04.768Z] #49 5.093 ++ mktemp -d [2021-09-16T18:56:04.768Z] #49 5.095 + export GOPATH=/tmp/tmp.IqlG8ENeMD [2021-09-16T18:56:04.768Z] #49 5.095 + GOPATH=/tmp/tmp.IqlG8ENeMD [2021-09-16T18:56:04.768Z] #49 5.095 + RM_GOPATH=1 [2021-09-16T18:56:04.768Z] #49 5.095 + case "$(go env GOARCH)" in [2021-09-16T18:56:04.768Z] #49 5.096 ++ go env GOARCH [2021-09-16T18:56:04.768Z] #49 5.110 + export GO_BUILDMODE=-buildmode=pie [2021-09-16T18:56:04.768Z] #49 5.110 + GO_BUILDMODE=-buildmode=pie [2021-09-16T18:56:04.768Z] #49 5.112 ++ dirname /tmp/install/install.sh [2021-09-16T18:56:04.768Z] #49 5.114 + dir=/tmp/install [2021-09-16T18:56:04.768Z] #49 5.114 + bin=gotestsum [2021-09-16T18:56:04.768Z] #49 5.114 + shift [2021-09-16T18:56:04.768Z] #49 5.114 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-09-16T18:56:04.768Z] #49 5.114 + . /tmp/install/gotestsum.installer [2021-09-16T18:56:04.768Z] #49 5.114 ++ : v1.7.0 [2021-09-16T18:56:04.768Z] #49 5.114 + install_gotestsum [2021-09-16T18:56:04.768Z] #49 5.114 + set -e [2021-09-16T18:56:04.768Z] #49 5.114 + echo 'Install gotestsum version v1.7.0' [2021-09-16T18:56:04.768Z] #49 5.114 + GOBIN=/build [2021-09-16T18:56:04.768Z] #49 5.114 + GO111MODULE=on [2021-09-16T18:56:04.768Z] #49 5.114 + go install gotest.tools/gotestsum@v1.7.0 [2021-09-16T18:56:04.768Z] #49 5.114 Install gotestsum version v1.7.0 [2021-09-16T18:56:04.768Z] #49 5.522 go: downloading gotest.tools/gotestsum v1.7.0 [2021-09-16T18:56:04.768Z] #49 6.975 go: downloading github.com/dnephin/pflag v1.0.7 [2021-09-16T18:56:04.768Z] #49 6.975 go: downloading github.com/fatih/color v1.10.0 [2021-09-16T18:56:04.768Z] #49 7.014 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-09-16T18:56:04.768Z] #49 7.036 go: downloading github.com/pkg/errors v0.9.1 [2021-09-16T18:56:04.768Z] #49 7.506 go: downloading github.com/mattn/go-colorable v0.1.8 [2021-09-16T18:56:04.768Z] #49 7.546 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-09-16T18:56:04.768Z] #49 7.584 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2021-09-16T18:56:04.768Z] #49 7.591 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2021-09-16T18:56:04.768Z] #49 7.802 go: downloading github.com/jonboulle/clockwork v0.2.2 [2021-09-16T18:56:04.768Z] #49 7.873 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2021-09-16T18:56:04.768Z] #49 8.166 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2021-09-16T18:56:04.768Z] #49 8.296 go: downloading golang.org/x/tools v0.1.0 [2021-09-16T18:56:05.054Z] #49 ... [2021-09-16T18:56:05.054Z] [2021-09-16T18:56:05.054Z] #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-16T18:56:05.054Z] #51 sha256:f88eaab6bd342bff925ce84a941ed765f673508e7759b9761eaf51f29856d246 [2021-09-16T18:56:05.054Z] #51 11.76 go: downloading github.com/fatih/color v1.7.0 [2021-09-16T18:56:05.054Z] #51 11.76 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-09-16T18:56:05.338Z] #51 11.92 go: downloading github.com/pkg/errors v0.8.1 [2021-09-16T18:56:05.338Z] #51 11.94 go: downloading github.com/spf13/cobra v0.0.5 [2021-09-16T18:56:05.598Z] #51 12.20 go: downloading github.com/spf13/pflag v1.0.5 [2021-09-16T18:56:05.623Z] #19 97.31 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-arm-linux-gnueabihf-base amd64 10.2.1-6cross1 [202 kB] [2021-09-16T18:56:05.623Z] #19 97.31 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-10-arm-linux-gnueabihf amd64 10.2.1-6cross1 [44.1 MB] [2021-09-16T18:56:06.166Z] #51 12.53 go: downloading github.com/spf13/viper v1.6.1 [2021-09-16T18:56:06.166Z] #51 12.92 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-09-16T18:56:06.166Z] #51 12.92 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-09-16T18:56:06.713Z] #33 ... [2021-09-16T18:56:06.713Z] [2021-09-16T18:56:06.713Z] #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-16T18:56:06.713Z] #37 sha256:10bbf66d32ae608d41ff58a9c01968e967b1a5334a83298c2899bf7607874281 [2021-09-16T18:56:06.713Z] #37 6.180 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [113 kB] [2021-09-16T18:56:06.713Z] #37 6.180 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2021-09-16T18:56:06.713Z] #37 6.180 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [36.8 kB] [2021-09-16T18:56:06.713Z] #37 6.435 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8178 kB] [2021-09-16T18:56:06.713Z] #37 ... [2021-09-16T18:56:06.713Z] [2021-09-16T18:56:06.713Z] #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-16T18:56:06.713Z] #53 sha256:d1da848e8d13ab9a1ae782458ddb8af1fc7905a83afd84446ae84ef6e11a1db5 [2021-09-16T18:56:06.713Z] #53 6.434 + RM_GOPATH=0 [2021-09-16T18:56:06.713Z] #53 6.434 + TMP_GOPATH= [2021-09-16T18:56:06.713Z] #53 6.434 + : /build [2021-09-16T18:56:06.713Z] #53 6.434 + '[' -z '' ']' [2021-09-16T18:56:06.713Z] #53 6.434 ++ mktemp -d [2021-09-16T18:56:06.713Z] #53 6.434 + export GOPATH=/tmp/tmp.kW1uk6t6Mq [2021-09-16T18:56:06.713Z] #53 6.434 + GOPATH=/tmp/tmp.kW1uk6t6Mq [2021-09-16T18:56:06.713Z] #53 6.434 + RM_GOPATH=1 [2021-09-16T18:56:06.713Z] #53 6.434 + case "$(go env GOARCH)" in [2021-09-16T18:56:06.713Z] #53 6.434 ++ go env GOARCH [2021-09-16T18:56:06.713Z] #53 6.442 + export GO_BUILDMODE=-buildmode=pie [2021-09-16T18:56:06.713Z] #53 6.442 + GO_BUILDMODE=-buildmode=pie [2021-09-16T18:56:06.713Z] #53 6.443 ++ dirname /tmp/install/install.sh [2021-09-16T18:56:06.713Z] #53 6.445 + dir=/tmp/install [2021-09-16T18:56:06.713Z] #53 6.445 + bin=shfmt [2021-09-16T18:56:06.713Z] #53 6.445 + shift [2021-09-16T18:56:06.713Z] #53 6.445 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-09-16T18:56:06.713Z] #53 6.445 + . /tmp/install/shfmt.installer [2021-09-16T18:56:06.713Z] #53 6.445 ++ : v3.0.2 [2021-09-16T18:56:06.713Z] #53 6.445 + install_shfmt [2021-09-16T18:56:06.713Z] #53 6.445 + echo 'Install shfmt version v3.0.2' [2021-09-16T18:56:06.713Z] #53 6.445 Install shfmt version v3.0.2 [2021-09-16T18:56:06.713Z] #53 6.449 + GOBIN=/build [2021-09-16T18:56:06.713Z] #53 6.449 + GO111MODULE=on [2021-09-16T18:56:06.713Z] #53 6.449 + go install mvdan.cc/sh/v3/cmd/shfmt@v3.0.2 [2021-09-16T18:56:06.713Z] #53 6.856 go: downloading mvdan.cc/sh/v3 v3.0.2 [2021-09-16T18:56:06.713Z] #53 ... [2021-09-16T18:56:06.713Z] [2021-09-16T18:56:06.713Z] #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-16T18:56:06.713Z] #37 sha256:10bbf66d32ae608d41ff58a9c01968e967b1a5334a83298c2899bf7607874281 [2021-09-16T18:56:06.713Z] #37 6.763 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [31.1 kB] [2021-09-16T18:56:07.045Z] #41 4.487 + git clone https://github.com/docker/distribution.git . [2021-09-16T18:56:07.045Z] #41 4.490 Cloning into '.'... [2021-09-16T18:56:07.045Z] #41 ... [2021-09-16T18:56:07.045Z] [2021-09-16T18:56:07.045Z] #47 [vndr 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh vndr [2021-09-16T18:56:07.045Z] #47 sha256:60602be4c01284f2c88d508ed1db42b6faf6c2c09cf9c249a848906e868a1e6a [2021-09-16T18:56:07.045Z] #47 4.662 + RM_GOPATH=0 [2021-09-16T18:56:07.045Z] #47 4.662 + TMP_GOPATH= [2021-09-16T18:56:07.045Z] #47 4.662 + : /build [2021-09-16T18:56:07.045Z] #47 4.663 + '[' -z '' ']' [2021-09-16T18:56:07.045Z] #47 4.664 ++ mktemp -d [2021-09-16T18:56:07.045Z] #47 4.674 + export GOPATH=/tmp/tmp.BrUtVZk1pR [2021-09-16T18:56:07.045Z] #47 4.674 + GOPATH=/tmp/tmp.BrUtVZk1pR [2021-09-16T18:56:07.045Z] #47 4.674 + RM_GOPATH=1 [2021-09-16T18:56:07.045Z] #47 4.674 + case "$(go env GOARCH)" in [2021-09-16T18:56:07.045Z] #47 4.674 ++ go env GOARCH [2021-09-16T18:56:07.045Z] #47 4.691 + export GO_BUILDMODE=-buildmode=pie [2021-09-16T18:56:07.045Z] #47 4.691 + GO_BUILDMODE=-buildmode=pie [2021-09-16T18:56:07.045Z] #47 4.698 ++ dirname /tmp/install/install.sh [2021-09-16T18:56:07.045Z] #47 4.719 + dir=/tmp/install [2021-09-16T18:56:07.045Z] #47 4.719 + bin=vndr [2021-09-16T18:56:07.045Z] #47 4.719 + shift [2021-09-16T18:56:07.045Z] #47 4.719 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-09-16T18:56:07.045Z] #47 4.719 + . /tmp/install/vndr.installer [2021-09-16T18:56:07.045Z] #47 4.721 ++ : v0.1.2 [2021-09-16T18:56:07.045Z] #47 4.721 + install_vndr [2021-09-16T18:56:07.045Z] #47 4.722 + echo 'Install vndr version v0.1.2' [2021-09-16T18:56:07.045Z] #47 4.722 + GOBIN=/build [2021-09-16T18:56:07.045Z] #47 4.722 + GO111MODULE=on [2021-09-16T18:56:07.045Z] #47 4.723 Install vndr version v0.1.2 [2021-09-16T18:56:07.045Z] #47 4.730 + go install github.com/LK4D4/vndr@v0.1.2 [2021-09-16T18:56:07.045Z] #47 5.147 go: downloading github.com/LK4D4/vndr v0.1.2 [2021-09-16T18:56:07.047Z] #35 ... [2021-09-16T18:56:07.047Z] [2021-09-16T18:56:07.047Z] #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-16T18:56:07.047Z] #37 sha256:10bbf66d32ae608d41ff58a9c01968e967b1a5334a83298c2899bf7607874281 [2021-09-16T18:56:07.047Z] #37 8.614 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [113 kB] [2021-09-16T18:56:07.047Z] #37 8.814 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2021-09-16T18:56:07.047Z] #37 8.814 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [36.8 kB] [2021-09-16T18:56:07.047Z] #37 ... [2021-09-16T18:56:07.047Z] [2021-09-16T18:56:07.047Z] #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-16T18:56:07.047Z] #14 sha256:08b9278feadfc8db068b744755add65a213f9549a1269ed67e0d97e0b3db2896 [2021-09-16T18:56:07.047Z] #14 8.619 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [113 kB] [2021-09-16T18:56:07.047Z] #14 8.829 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2021-09-16T18:56:07.047Z] #14 8.834 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [36.8 kB] [2021-09-16T18:56:07.047Z] #14 ... [2021-09-16T18:56:07.047Z] [2021-09-16T18:56:07.047Z] #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-16T18:56:07.047Z] #49 sha256:7949bb8f1ac4b0938df9d3e03f76b995e0fc76f0e71c65359c46f204f4c4fd7f [2021-09-16T18:56:07.047Z] #49 6.776 + RM_GOPATH=0 [2021-09-16T18:56:07.047Z] #49 6.776 + TMP_GOPATH= [2021-09-16T18:56:07.047Z] #49 6.776 + : /build [2021-09-16T18:56:07.047Z] #49 6.776 + '[' -z '' ']' [2021-09-16T18:56:07.047Z] #49 6.778 ++ mktemp -d [2021-09-16T18:56:07.047Z] #49 6.778 + export GOPATH=/tmp/tmp.QFJUFwIdZN [2021-09-16T18:56:07.047Z] #49 6.778 + GOPATH=/tmp/tmp.QFJUFwIdZN [2021-09-16T18:56:07.047Z] #49 6.778 + RM_GOPATH=1 [2021-09-16T18:56:07.047Z] #49 6.778 + case "$(go env GOARCH)" in [2021-09-16T18:56:07.047Z] #49 6.779 ++ go env GOARCH [2021-09-16T18:56:07.047Z] #49 6.800 Install gotestsum version v1.7.0 [2021-09-16T18:56:07.047Z] #49 6.800 + export GO_BUILDMODE=-buildmode=pie [2021-09-16T18:56:07.047Z] #49 6.800 + GO_BUILDMODE=-buildmode=pie [2021-09-16T18:56:07.047Z] #49 6.800 ++ dirname /tmp/install/install.sh [2021-09-16T18:56:07.047Z] #49 6.800 + dir=/tmp/install [2021-09-16T18:56:07.047Z] #49 6.800 + bin=gotestsum [2021-09-16T18:56:07.047Z] #49 6.800 + shift [2021-09-16T18:56:07.047Z] #49 6.800 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-09-16T18:56:07.047Z] #49 6.800 + . /tmp/install/gotestsum.installer [2021-09-16T18:56:07.047Z] #49 6.800 ++ : v1.7.0 [2021-09-16T18:56:07.047Z] #49 6.800 + install_gotestsum [2021-09-16T18:56:07.047Z] #49 6.800 + set -e [2021-09-16T18:56:07.047Z] #49 6.800 + echo 'Install gotestsum version v1.7.0' [2021-09-16T18:56:07.047Z] #49 6.800 + GOBIN=/build [2021-09-16T18:56:07.047Z] #49 6.800 + GO111MODULE=on [2021-09-16T18:56:07.047Z] #49 6.800 + go install gotest.tools/gotestsum@v1.7.0 [2021-09-16T18:56:07.047Z] #49 7.243 go: downloading gotest.tools/gotestsum v1.7.0 [2021-09-16T18:56:07.047Z] #49 9.143 go: downloading github.com/dnephin/pflag v1.0.7 [2021-09-16T18:56:07.047Z] #49 9.191 go: downloading github.com/fatih/color v1.10.0 [2021-09-16T18:56:07.047Z] #49 9.465 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-09-16T18:56:07.047Z] #49 9.581 go: downloading github.com/pkg/errors v0.9.1 [2021-09-16T18:56:07.047Z] #49 10.10 go: downloading github.com/mattn/go-colorable v0.1.8 [2021-09-16T18:56:07.047Z] #49 10.24 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-09-16T18:56:07.047Z] #49 10.37 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2021-09-16T18:56:07.103Z] #51 13.73 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-09-16T18:56:07.308Z] #49 10.46 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2021-09-16T18:56:07.308Z] #49 ... [2021-09-16T18:56:07.308Z] [2021-09-16T18:56:07.308Z] #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-16T18:56:07.308Z] #57 sha256:72a343ae0ab7edaecfe454fc29a890e08e79477914e4a5d04f9b260b4c45f5fe [2021-09-16T18:56:07.308Z] #57 7.743 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [113 kB] [2021-09-16T18:56:07.308Z] #57 7.850 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2021-09-16T18:56:07.308Z] #57 7.850 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [36.8 kB] [2021-09-16T18:56:07.308Z] #57 10.18 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8178 kB] [2021-09-16T18:56:07.308Z] #57 ... [2021-09-16T18:56:07.308Z] [2021-09-16T18:56:07.308Z] #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-16T18:56:07.308Z] #51 sha256:6bcb5a6aea0206883626abc34265bc2c80c78b74f6f17845ca31be650d11e6b6 [2021-09-16T18:56:07.308Z] #51 6.555 + RM_GOPATH=0 [2021-09-16T18:56:07.308Z] #51 6.555 + TMP_GOPATH= [2021-09-16T18:56:07.308Z] #51 6.555 + : /build [2021-09-16T18:56:07.308Z] #51 6.555 + '[' -z '' ']' [2021-09-16T18:56:07.308Z] #51 6.555 ++ mktemp -d [2021-09-16T18:56:07.308Z] #51 6.556 + export GOPATH=/tmp/tmp.Iwoxm9PJFF [2021-09-16T18:56:07.308Z] #51 6.556 + GOPATH=/tmp/tmp.Iwoxm9PJFF [2021-09-16T18:56:07.308Z] #51 6.556 + RM_GOPATH=1 [2021-09-16T18:56:07.308Z] #51 6.556 + case "$(go env GOARCH)" in [2021-09-16T18:56:07.308Z] #51 6.556 ++ go env GOARCH [2021-09-16T18:56:07.308Z] #51 6.568 + export GO_BUILDMODE=-buildmode=pie [2021-09-16T18:56:07.308Z] #51 6.568 + GO_BUILDMODE=-buildmode=pie [2021-09-16T18:56:07.308Z] #51 6.568 ++ dirname /tmp/install/install.sh [2021-09-16T18:56:07.308Z] #51 6.568 + dir=/tmp/install [2021-09-16T18:56:07.308Z] #51 6.568 + bin=golangci_lint [2021-09-16T18:56:07.308Z] #51 6.568 + shift [2021-09-16T18:56:07.308Z] #51 6.568 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-09-16T18:56:07.308Z] #51 6.568 + . /tmp/install/golangci_lint.installer [2021-09-16T18:56:07.308Z] #51 6.568 ++ : v1.23.8 [2021-09-16T18:56:07.308Z] #51 6.568 + install_golangci_lint [2021-09-16T18:56:07.308Z] #51 6.568 + set -e [2021-09-16T18:56:07.308Z] #51 6.568 + echo 'Install golangci-lint version v1.23.8' [2021-09-16T18:56:07.308Z] #51 6.568 + GOBIN=/build [2021-09-16T18:56:07.308Z] #51 6.568 + GO111MODULE=on [2021-09-16T18:56:07.308Z] #51 6.568 + go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-09-16T18:56:07.308Z] #51 6.569 Install golangci-lint version v1.23.8 [2021-09-16T18:56:07.308Z] #51 6.946 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-09-16T18:56:07.362Z] #51 13.94 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-09-16T18:56:07.526Z] #19 99.32 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-powerpc64le-linux-gnu-base amd64 10.2.1-6cross1 [202 kB] [2021-09-16T18:56:07.570Z] #51 ... [2021-09-16T18:56:07.570Z] [2021-09-16T18:56:07.570Z] #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-16T18:56:07.570Z] #33 sha256:1911c9de04cba7d464ea755b70f705d21776700bd38b0934ae731606e49130b1 [2021-09-16T18:56:07.570Z] #33 7.800 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-09-16T18:56:07.570Z] #33 7.810 Cloning into '.'... [2021-09-16T18:56:07.570Z] #33 ... [2021-09-16T18:56:07.570Z] [2021-09-16T18:56:07.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-16T18:56:07.570Z] #60 sha256:7bf307d0ddd22ab3a820ffdbfe2cc9de0497a6b18e03ff8b8b55ab44b43cc5ee [2021-09-16T18:56:07.570Z] #60 7.309 + RM_GOPATH=0 [2021-09-16T18:56:07.570Z] #60 7.309 + TMP_GOPATH= [2021-09-16T18:56:07.570Z] #60 7.309 + : /build [2021-09-16T18:56:07.570Z] #60 7.309 + '[' -z '' ']' [2021-09-16T18:56:07.570Z] #60 7.309 ++ mktemp -d [2021-09-16T18:56:07.570Z] #60 7.329 + export GOPATH=/tmp/tmp.rGn7DTx2BS [2021-09-16T18:56:07.570Z] #60 7.329 + GOPATH=/tmp/tmp.rGn7DTx2BS [2021-09-16T18:56:07.570Z] #60 7.329 + RM_GOPATH=1 [2021-09-16T18:56:07.570Z] #60 7.329 + case "$(go env GOARCH)" in [2021-09-16T18:56:07.570Z] #60 7.329 ++ go env GOARCH [2021-09-16T18:56:07.570Z] #60 7.329 + export GO_BUILDMODE=-buildmode=pie [2021-09-16T18:56:07.570Z] #60 7.329 + GO_BUILDMODE=-buildmode=pie [2021-09-16T18:56:07.570Z] #60 7.329 ++ dirname /tmp/install/install.sh [2021-09-16T18:56:07.570Z] #60 7.334 Install rootlesskit version v0.14.4 [2021-09-16T18:56:07.570Z] #60 7.335 + dir=/tmp/install [2021-09-16T18:56:07.570Z] #60 7.335 + bin=rootlesskit [2021-09-16T18:56:07.570Z] #60 7.335 + shift [2021-09-16T18:56:07.570Z] #60 7.335 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-09-16T18:56:07.570Z] #60 7.335 + . /tmp/install/rootlesskit.installer [2021-09-16T18:56:07.570Z] #60 7.335 ++ : v0.14.4 [2021-09-16T18:56:07.570Z] #60 7.335 + install_rootlesskit [2021-09-16T18:56:07.570Z] #60 7.335 + case "$1" in [2021-09-16T18:56:07.570Z] #60 7.335 + export CGO_ENABLED=0 [2021-09-16T18:56:07.570Z] #60 7.335 + CGO_ENABLED=0 [2021-09-16T18:56:07.570Z] #60 7.335 + _install_rootlesskit [2021-09-16T18:56:07.570Z] #60 7.335 + echo 'Install rootlesskit version v0.14.4' [2021-09-16T18:56:07.570Z] #60 7.335 + for f in rootlesskit rootlesskit-docker-proxy [2021-09-16T18:56:07.570Z] #60 7.335 + GOBIN=/build [2021-09-16T18:56:07.570Z] #60 7.335 + GO111MODULE=on [2021-09-16T18:56:07.570Z] #60 7.335 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4 [2021-09-16T18:56:07.570Z] #60 8.003 go: downloading github.com/rootless-containers/rootlesskit v0.14.4 [2021-09-16T18:56:07.570Z] #60 10.79 go: downloading github.com/pkg/errors v0.9.1 [2021-09-16T18:56:07.570Z] #60 10.80 go: downloading github.com/sirupsen/logrus v1.8.1 [2021-09-16T18:56:07.570Z] #60 10.91 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-09-16T18:56:07.570Z] #60 ... [2021-09-16T18:56:07.570Z] [2021-09-16T18:56:07.570Z] #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-16T18:56:07.570Z] #45 sha256:8b52766aa8992ad5ea6e7ea4db37d812f7240ba03735f3cac8e86ee521d7efa9 [2021-09-16T18:56:07.570Z] #45 8.531 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [113 kB] [2021-09-16T18:56:07.570Z] #45 8.780 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2021-09-16T18:56:07.570Z] #45 8.780 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [36.8 kB] [2021-09-16T18:56:07.570Z] #45 9.129 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10 InRelease [1540 B] [2021-09-16T18:56:07.785Z] #19 99.33 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-10-powerpc64le-linux-gnu amd64 10.2.1-6cross1 [42.9 MB] [2021-09-16T18:56:07.837Z] #45 ... [2021-09-16T18:56:07.837Z] [2021-09-16T18:56:07.837Z] #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-16T18:56:07.837Z] #53 sha256:fe7e2a2a9493c6b5b43473974aa8d1233a9cb6ff8d7142466da75a07e8613a63 [2021-09-16T18:56:07.837Z] #53 7.458 + RM_GOPATH=0 [2021-09-16T18:56:07.837Z] #53 7.458 + TMP_GOPATH= [2021-09-16T18:56:07.837Z] #53 7.458 + : /build [2021-09-16T18:56:07.837Z] #53 7.458 + '[' -z '' ']' [2021-09-16T18:56:07.837Z] #53 7.458 ++ mktemp -d [2021-09-16T18:56:07.837Z] #53 7.462 + export GOPATH=/tmp/tmp.XLPbm8nygz [2021-09-16T18:56:07.837Z] #53 7.462 + GOPATH=/tmp/tmp.XLPbm8nygz [2021-09-16T18:56:07.837Z] #53 7.462 + RM_GOPATH=1 [2021-09-16T18:56:07.837Z] #53 7.462 + case "$(go env GOARCH)" in [2021-09-16T18:56:07.837Z] #53 7.464 ++ go env GOARCH [2021-09-16T18:56:07.837Z] #53 7.479 + export GO_BUILDMODE=-buildmode=pie [2021-09-16T18:56:07.837Z] #53 7.479 + GO_BUILDMODE=-buildmode=pie [2021-09-16T18:56:07.837Z] #53 7.479 ++ dirname /tmp/install/install.sh [2021-09-16T18:56:07.837Z] #53 7.479 + dir=/tmp/install [2021-09-16T18:56:07.837Z] #53 7.479 + bin=shfmt [2021-09-16T18:56:07.837Z] #53 7.479 + shift [2021-09-16T18:56:07.837Z] #53 7.479 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-09-16T18:56:07.837Z] #53 7.479 + . /tmp/install/shfmt.installer [2021-09-16T18:56:07.837Z] #53 7.479 ++ : v3.0.2 [2021-09-16T18:56:07.837Z] #53 7.479 + install_shfmt [2021-09-16T18:56:07.837Z] #53 7.479 + echo 'Install shfmt version v3.0.2' [2021-09-16T18:56:07.837Z] #53 7.479 + GOBIN=/build [2021-09-16T18:56:07.837Z] #53 7.479 + GO111MODULE=on [2021-09-16T18:56:07.837Z] #53 7.479 + go install mvdan.cc/sh/v3/cmd/shfmt@v3.0.2 [2021-09-16T18:56:07.837Z] #53 7.480 Install shfmt version v3.0.2 [2021-09-16T18:56:07.837Z] #53 8.308 go: downloading mvdan.cc/sh/v3 v3.0.2 [2021-09-16T18:56:07.837Z] #53 9.674 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-09-16T18:56:07.837Z] #53 9.682 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-09-16T18:56:07.837Z] #53 9.792 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-09-16T18:56:07.837Z] #53 ... [2021-09-16T18:56:07.837Z] [2021-09-16T18:56:07.837Z] #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-16T18:56:07.837Z] #37 sha256:10bbf66d32ae608d41ff58a9c01968e967b1a5334a83298c2899bf7607874281 [2021-09-16T18:56:07.837Z] #37 11.28 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8178 kB] [2021-09-16T18:56:08.000Z] #47 ... [2021-09-16T18:56:08.000Z] [2021-09-16T18:56:08.000Z] #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-16T18:56:08.000Z] #49 sha256:ddb7be40e9d748defc800fd5d813a0dd15db24f5940bb455e526259867f39d2b [2021-09-16T18:56:08.000Z] #49 4.066 + RM_GOPATH=0 [2021-09-16T18:56:08.000Z] #49 4.066 + TMP_GOPATH= [2021-09-16T18:56:08.000Z] #49 4.066 + : /build [2021-09-16T18:56:08.000Z] #49 4.066 + '[' -z '' ']' [2021-09-16T18:56:08.000Z] #49 4.066 ++ mktemp -d [2021-09-16T18:56:08.000Z] #49 4.068 + export GOPATH=/tmp/tmp.Rtf5ILGh0q [2021-09-16T18:56:08.000Z] #49 4.068 + GOPATH=/tmp/tmp.Rtf5ILGh0q [2021-09-16T18:56:08.000Z] #49 4.068 + RM_GOPATH=1 [2021-09-16T18:56:08.000Z] #49 4.068 + case "$(go env GOARCH)" in [2021-09-16T18:56:08.000Z] #49 4.074 ++ go env GOARCH [2021-09-16T18:56:08.000Z] #49 4.094 + export GO_BUILDMODE=-buildmode=pie [2021-09-16T18:56:08.000Z] #49 4.094 + GO_BUILDMODE=-buildmode=pie [2021-09-16T18:56:08.000Z] #49 4.099 Install gotestsum version v1.7.0 [2021-09-16T18:56:08.000Z] #49 4.100 ++ dirname /tmp/install/install.sh [2021-09-16T18:56:08.000Z] #49 4.100 + dir=/tmp/install [2021-09-16T18:56:08.000Z] #49 4.100 + bin=gotestsum [2021-09-16T18:56:08.000Z] #49 4.100 + shift [2021-09-16T18:56:08.000Z] #49 4.100 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-09-16T18:56:08.000Z] #49 4.100 + . /tmp/install/gotestsum.installer [2021-09-16T18:56:08.000Z] #49 4.100 ++ : v1.7.0 [2021-09-16T18:56:08.000Z] #49 4.100 + install_gotestsum [2021-09-16T18:56:08.000Z] #49 4.100 + set -e [2021-09-16T18:56:08.000Z] #49 4.100 + echo 'Install gotestsum version v1.7.0' [2021-09-16T18:56:08.000Z] #49 4.100 + GOBIN=/build [2021-09-16T18:56:08.000Z] #49 4.100 + GO111MODULE=on [2021-09-16T18:56:08.000Z] #49 4.100 + go install gotest.tools/gotestsum@v1.7.0 [2021-09-16T18:56:08.000Z] #49 4.590 go: downloading gotest.tools/gotestsum v1.7.0 [2021-09-16T18:56:08.000Z] #49 5.834 go: downloading github.com/fatih/color v1.10.0 [2021-09-16T18:56:08.000Z] #49 5.963 go: downloading github.com/dnephin/pflag v1.0.7 [2021-09-16T18:56:08.000Z] #49 5.978 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-09-16T18:56:08.000Z] #49 6.059 go: downloading github.com/pkg/errors v0.9.1 [2021-09-16T18:56:08.000Z] #49 6.365 go: downloading golang.org/x/tools v0.1.0 [2021-09-16T18:56:08.000Z] #49 6.443 go: downloading github.com/mattn/go-colorable v0.1.8 [2021-09-16T18:56:08.000Z] #49 6.446 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-09-16T18:56:08.000Z] #49 6.655 go: downloading github.com/jonboulle/clockwork v0.2.2 [2021-09-16T18:56:08.000Z] #49 6.681 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2021-09-16T18:56:08.000Z] #49 6.765 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2021-09-16T18:56:08.264Z] #49 6.884 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2021-09-16T18:56:08.264Z] #49 6.951 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2021-09-16T18:56:08.409Z] using credential docker-jenkins-github-credentials [2021-09-16T18:56:08.482Z] Cloning the remote Git repository [2021-09-16T18:56:08.482Z] Cloning with configured refspecs honoured and without tags [2021-09-16T18:56:08.664Z] Cloning repository https://github.com/moby/moby.git [2021-09-16T18:56:09.223Z] #49 ... [2021-09-16T18:56:09.223Z] [2021-09-16T18:56:09.223Z] #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-16T18:56:09.223Z] #30 sha256:e613251d49e146652944fc966fdbec642123e5ed83cd7e20ff5075ed905cecc0 [2021-09-16T18:56:09.223Z] #30 2.812 Downloading 'library/busybox:latest@sha256:95cf004f559831017cdf4628aaf1bb30133677be8702a8c5f2994629f637a209' (1 layers)... [2021-09-16T18:56:09.223Z] #30 3.327 [2021-09-16T18:56:09.223Z] #30 3.496 # 2.0% ######################################################################## 100.0% [2021-09-16T18:56:09.223Z] #30 3.965 [2021-09-16T18:56:09.223Z] #30 6.775 Downloading 'library/busybox:glibc@sha256:1f81263701cddf6402afe9f33fca0266d9fff379e59b1748f33d3072da71ee85' (1 layers)... [2021-09-16T18:56:09.223Z] #30 8.412 [2021-09-16T18:56:09.223Z] #30 8.653 #=#=# 0.1% ######################################################################## 100.0% [2021-09-16T18:56:09.691Z] #19 101.2 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-s390x-linux-gnu-base amd64 10.2.1-6cross1 [202 kB] [2021-09-16T18:56:09.691Z] #19 101.2 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-10-s390x-linux-gnu amd64 10.2.1-6cross1 [41.1 MB] [2021-09-16T18:56:09.992Z] #37 ... [2021-09-16T18:56:09.992Z] [2021-09-16T18:56:09.992Z] #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-16T18:56:09.992Z] #35 sha256:5b9955ada2fc4952d4f2a1b6f6888065b26ad03ab019d817053410ec34a8e158 [2021-09-16T18:56:09.992Z] #35 7.794 Install go-toml version v1.8.1 [2021-09-16T18:56:09.992Z] #35 8.354 go: downloading github.com/pelletier/go-toml v1.8.1 [2021-09-16T18:56:09.992Z] #35 ... [2021-09-16T18:56:09.992Z] [2021-09-16T18:56:09.992Z] #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-16T18:56:09.992Z] #57 sha256:72a343ae0ab7edaecfe454fc29a890e08e79477914e4a5d04f9b260b4c45f5fe [2021-09-16T18:56:09.992Z] #57 9.034 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [113 kB] [2021-09-16T18:56:09.992Z] #57 9.180 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2021-09-16T18:56:09.992Z] #57 9.180 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [36.8 kB] [2021-09-16T18:56:10.249Z] #57 ... [2021-09-16T18:56:10.249Z] [2021-09-16T18:56:10.249Z] #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-16T18:56:10.249Z] #41 sha256:6b8cec4c40d2921a1d2bdc203326c098330e9d2856fcd77ef3a5c99befc5d468 [2021-09-16T18:56:10.249Z] #41 7.936 + git clone https://github.com/docker/distribution.git . [2021-09-16T18:56:10.249Z] #41 7.936 Cloning into '.'... [2021-09-16T18:56:10.249Z] #41 ... [2021-09-16T18:56:10.249Z] [2021-09-16T18:56:10.249Z] #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-16T18:56:10.249Z] #51 sha256:38f49ed11733cb386ab1016045b46d1752876c063116cce36b18f2f11e5c0ab1 [2021-09-16T18:56:10.249Z] #51 7.462 + RM_GOPATH=0 [2021-09-16T18:56:10.249Z] #51 7.462 + TMP_GOPATH= [2021-09-16T18:56:10.249Z] #51 7.462 + : /build [2021-09-16T18:56:10.249Z] #51 7.462 + '[' -z '' ']' [2021-09-16T18:56:10.249Z] #51 7.462 ++ mktemp -d [2021-09-16T18:56:10.249Z] #51 7.464 + export GOPATH=/tmp/tmp.1ITzK9bThu [2021-09-16T18:56:10.249Z] #51 7.464 + GOPATH=/tmp/tmp.1ITzK9bThu [2021-09-16T18:56:10.249Z] #51 7.464 + RM_GOPATH=1 [2021-09-16T18:56:10.249Z] #51 7.466 + case "$(go env GOARCH)" in [2021-09-16T18:56:10.249Z] #51 7.466 ++ go env GOARCH [2021-09-16T18:56:10.249Z] #51 7.507 + export GO_BUILDMODE=-buildmode=pie [2021-09-16T18:56:10.249Z] #51 7.507 + GO_BUILDMODE=-buildmode=pie [2021-09-16T18:56:10.249Z] #51 7.507 ++ dirname /tmp/install/install.sh [2021-09-16T18:56:10.249Z] #51 7.508 + dir=/tmp/install [2021-09-16T18:56:10.249Z] #51 7.508 + bin=golangci_lint [2021-09-16T18:56:10.249Z] #51 7.508 + shift [2021-09-16T18:56:10.249Z] #51 7.508 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-09-16T18:56:10.249Z] #51 7.508 + . /tmp/install/golangci_lint.installer [2021-09-16T18:56:10.249Z] #51 7.508 ++ : v1.23.8 [2021-09-16T18:56:10.249Z] #51 7.515 + install_golangci_lint [2021-09-16T18:56:10.249Z] #51 7.515 + set -e [2021-09-16T18:56:10.249Z] #51 7.515 + echo 'Install golangci-lint version v1.23.8' [2021-09-16T18:56:10.249Z] #51 7.515 + GOBIN=/build [2021-09-16T18:56:10.249Z] #51 7.515 + GO111MODULE=on [2021-09-16T18:56:10.249Z] #51 7.515 + go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-09-16T18:56:10.249Z] #51 7.524 Install golangci-lint version v1.23.8 [2021-09-16T18:56:10.249Z] #51 7.952 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-09-16T18:56:10.387Z] using credential docker-jenkins-github-credentials [2021-09-16T18:56:10.466Z] Cloning the remote Git repository [2021-09-16T18:56:10.466Z] Cloning with configured refspecs honoured and without tags [2021-09-16T18:56:10.506Z] #51 ... [2021-09-16T18:56:10.506Z] [2021-09-16T18:56:10.506Z] #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-16T18:56:10.506Z] #45 sha256:8b52766aa8992ad5ea6e7ea4db37d812f7240ba03735f3cac8e86ee521d7efa9 [2021-09-16T18:56:10.506Z] #45 9.375 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [113 kB] [2021-09-16T18:56:10.506Z] #45 9.523 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2021-09-16T18:56:10.506Z] #45 9.523 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [36.8 kB] [2021-09-16T18:56:10.506Z] #45 10.10 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10 InRelease [1540 B] [2021-09-16T18:56:10.506Z] #45 ... [2021-09-16T18:56:10.506Z] [2021-09-16T18:56:10.506Z] #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-16T18:56:10.506Z] #49 sha256:8c09247c4f4145c824733f0a4a2c72b7395c81a5bc1b3db00673fa0dcc039697 [2021-09-16T18:56:10.506Z] #49 7.449 + RM_GOPATH=0 [2021-09-16T18:56:10.506Z] #49 7.449 + TMP_GOPATH= [2021-09-16T18:56:10.506Z] #49 7.449 + : /build [2021-09-16T18:56:10.506Z] #49 7.449 + '[' -z '' ']' [2021-09-16T18:56:10.506Z] #49 7.449 ++ mktemp -d [2021-09-16T18:56:10.506Z] #49 7.449 + export GOPATH=/tmp/tmp.cILwVwGgg7 [2021-09-16T18:56:10.506Z] #49 7.449 + GOPATH=/tmp/tmp.cILwVwGgg7 [2021-09-16T18:56:10.506Z] #49 7.449 + RM_GOPATH=1 [2021-09-16T18:56:10.506Z] #49 7.449 + case "$(go env GOARCH)" in [2021-09-16T18:56:10.506Z] #49 7.449 ++ go env GOARCH [2021-09-16T18:56:10.506Z] #49 7.476 + export GO_BUILDMODE=-buildmode=pie [2021-09-16T18:56:10.506Z] #49 7.476 + GO_BUILDMODE=-buildmode=pie [2021-09-16T18:56:10.506Z] #49 7.476 ++ dirname /tmp/install/install.sh [2021-09-16T18:56:10.506Z] #49 7.486 Install gotestsum version v1.7.0 [2021-09-16T18:56:10.506Z] #49 7.498 + dir=/tmp/install [2021-09-16T18:56:10.506Z] #49 7.498 + bin=gotestsum [2021-09-16T18:56:10.506Z] #49 7.498 + shift [2021-09-16T18:56:10.506Z] #49 7.498 + '[' '!' -f /tmp/install/gotestsum.installer ']' [2021-09-16T18:56:10.506Z] #49 7.498 + . /tmp/install/gotestsum.installer [2021-09-16T18:56:10.506Z] #49 7.498 ++ : v1.7.0 [2021-09-16T18:56:10.506Z] #49 7.498 + install_gotestsum [2021-09-16T18:56:10.506Z] #49 7.498 + set -e [2021-09-16T18:56:10.506Z] #49 7.498 + echo 'Install gotestsum version v1.7.0' [2021-09-16T18:56:10.506Z] #49 7.498 + GOBIN=/build [2021-09-16T18:56:10.506Z] #49 7.498 + GO111MODULE=on [2021-09-16T18:56:10.506Z] #49 7.498 + go install gotest.tools/gotestsum@v1.7.0 [2021-09-16T18:56:10.506Z] #49 7.977 go: downloading gotest.tools/gotestsum v1.7.0 [2021-09-16T18:56:10.506Z] #49 10.26 go: downloading github.com/dnephin/pflag v1.0.7 [2021-09-16T18:56:10.506Z] #49 10.34 go: downloading github.com/fatih/color v1.10.0 [2021-09-16T18:56:10.506Z] #49 10.48 go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-09-16T18:56:10.506Z] #49 10.56 go: downloading github.com/pkg/errors v0.9.1 [2021-09-16T18:56:10.650Z] #51 ... [2021-09-16T18:56:10.650Z] [2021-09-16T18:56:10.650Z] #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-16T18:56:10.650Z] #35 sha256:7648c80793e607dca252ce6210a782f18fba171d50e2fc6af67166806cc76af6 [2021-09-16T18:56:10.650Z] #35 DONE 16.8s [2021-09-16T18:56:10.650Z] [2021-09-16T18:56:10.650Z] #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-16T18:56:10.650Z] #60 sha256:1d9d88e15d8b305d25e6eac7079b5afa1387369c0b60de9c80412b0a4dc73123 [2021-09-16T18:56:10.650Z] #60 8.256 go: downloading github.com/pkg/errors v0.9.1 [2021-09-16T18:56:10.650Z] #60 8.288 go: downloading github.com/sirupsen/logrus v1.8.1 [2021-09-16T18:56:10.650Z] #60 8.321 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-09-16T18:56:10.650Z] #60 8.900 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-09-16T18:56:10.650Z] #60 12.53 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-09-16T18:56:10.650Z] #60 13.10 go: downloading github.com/google/uuid v1.3.0 [2021-09-16T18:56:10.650Z] #60 13.16 go: downloading github.com/moby/vpnkit v0.5.0 [2021-09-16T18:56:10.650Z] #60 13.16 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2021-09-16T18:56:10.650Z] #60 13.40 go: downloading github.com/gofrs/flock v0.8.1 [2021-09-16T18:56:10.650Z] #60 13.45 go: downloading github.com/gorilla/mux v1.8.0 [2021-09-16T18:56:10.650Z] #60 13.62 go: downloading github.com/moby/sys/mountinfo v0.4.1 [2021-09-16T18:56:10.650Z] #60 14.00 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-09-16T18:56:10.650Z] #60 14.24 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2021-09-16T18:56:10.777Z] #49 ... [2021-09-16T18:56:10.777Z] [2021-09-16T18:56:10.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-16T18:56:10.777Z] #14 sha256:08b9278feadfc8db068b744755add65a213f9549a1269ed67e0d97e0b3db2896 [2021-09-16T18:56:10.777Z] #14 8.815 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [113 kB] [2021-09-16T18:56:10.777Z] #14 8.862 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2021-09-16T18:56:10.777Z] #14 8.862 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [36.8 kB] [2021-09-16T18:56:10.777Z] #14 10.57 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8178 kB] [2021-09-16T18:56:10.777Z] #14 ... [2021-09-16T18:56:10.777Z] [2021-09-16T18:56:10.777Z] #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-16T18:56:10.777Z] #60 sha256:fb74e79648441633df8545955701b54b3e84b00adddf850192464417d6bb3e3a [2021-09-16T18:56:10.777Z] #60 7.111 + RM_GOPATH=0 [2021-09-16T18:56:10.777Z] #60 7.111 + TMP_GOPATH= [2021-09-16T18:56:10.777Z] #60 7.111 + : /build [2021-09-16T18:56:10.777Z] #60 7.111 + '[' -z '' ']' [2021-09-16T18:56:10.777Z] #60 7.111 ++ mktemp -d [2021-09-16T18:56:10.777Z] #60 7.111 + export GOPATH=/tmp/tmp.tQA3eFQYgC [2021-09-16T18:56:10.777Z] #60 7.111 + GOPATH=/tmp/tmp.tQA3eFQYgC [2021-09-16T18:56:10.777Z] #60 7.111 + RM_GOPATH=1 [2021-09-16T18:56:10.777Z] #60 7.111 + case "$(go env GOARCH)" in [2021-09-16T18:56:10.777Z] #60 7.111 ++ go env GOARCH [2021-09-16T18:56:10.777Z] #60 7.127 Install rootlesskit version v0.14.4 [2021-09-16T18:56:10.777Z] #60 7.127 + export GO_BUILDMODE=-buildmode=pie [2021-09-16T18:56:10.777Z] #60 7.127 + GO_BUILDMODE=-buildmode=pie [2021-09-16T18:56:10.777Z] #60 7.127 ++ dirname /tmp/install/install.sh [2021-09-16T18:56:10.777Z] #60 7.127 + dir=/tmp/install [2021-09-16T18:56:10.777Z] #60 7.127 + bin=rootlesskit [2021-09-16T18:56:10.777Z] #60 7.127 + shift [2021-09-16T18:56:10.777Z] #60 7.127 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-09-16T18:56:10.777Z] #60 7.127 + . /tmp/install/rootlesskit.installer [2021-09-16T18:56:10.777Z] #60 7.127 ++ : v0.14.4 [2021-09-16T18:56:10.777Z] #60 7.127 + install_rootlesskit [2021-09-16T18:56:10.777Z] #60 7.127 + case "$1" in [2021-09-16T18:56:10.777Z] #60 7.127 + export CGO_ENABLED=0 [2021-09-16T18:56:10.777Z] #60 7.127 + CGO_ENABLED=0 [2021-09-16T18:56:10.777Z] #60 7.127 + _install_rootlesskit [2021-09-16T18:56:10.777Z] #60 7.127 + echo 'Install rootlesskit version v0.14.4' [2021-09-16T18:56:10.777Z] #60 7.127 + for f in rootlesskit rootlesskit-docker-proxy [2021-09-16T18:56:10.777Z] #60 7.127 + GOBIN=/build [2021-09-16T18:56:10.777Z] #60 7.127 + GO111MODULE=on [2021-09-16T18:56:10.777Z] #60 7.127 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4 [2021-09-16T18:56:10.777Z] #60 7.543 go: downloading github.com/rootless-containers/rootlesskit v0.14.4 [2021-09-16T18:56:10.777Z] #60 10.67 go: downloading github.com/pkg/errors v0.9.1 [2021-09-16T18:56:10.777Z] #60 10.69 go: downloading github.com/sirupsen/logrus v1.8.1 [2021-09-16T18:56:10.777Z] #60 10.83 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-09-16T18:56:09.048Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2021-09-16T18:56:09.989Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-09-16T18:56:09.989Z] > git --version # timeout=10 [2021-09-16T18:56:10.026Z] > git --version # 'git version 2.24.1.windows.2' [2021-09-16T18:56:10.027Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-09-16T18:56:10.029Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/41759/head:refs/remotes/origin/PR-41759 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-09-16T18:56:10.909Z] #60 ... [2021-09-16T18:56:10.909Z] [2021-09-16T18:56:10.909Z] #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-16T18:56:10.909Z] #51 sha256:f88eaab6bd342bff925ce84a941ed765f673508e7759b9761eaf51f29856d246 [2021-09-16T18:56:10.909Z] #51 17.41 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-09-16T18:56:10.909Z] #51 17.41 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-09-16T18:56:10.909Z] #51 17.53 go: downloading github.com/stretchr/testify v1.4.0 [2021-09-16T18:56:10.909Z] #51 17.53 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-09-16T18:56:10.909Z] #51 17.59 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-09-16T18:56:11.035Z] #60 ... [2021-09-16T18:56:11.035Z] [2021-09-16T18:56:11.035Z] #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-16T18:56:11.035Z] #47 sha256:fc6dd2efed2579da4bdb649eaa5c325f9cdd358b7764b281aec010efbc6bbf9c [2021-09-16T18:56:11.035Z] #47 7.695 + RM_GOPATH=0 [2021-09-16T18:56:11.035Z] #47 7.697 + TMP_GOPATH= [2021-09-16T18:56:11.035Z] #47 7.697 + : /build [2021-09-16T18:56:11.035Z] #47 7.697 + '[' -z '' ']' [2021-09-16T18:56:11.035Z] #47 7.697 ++ mktemp -d [2021-09-16T18:56:11.035Z] #47 7.697 + export GOPATH=/tmp/tmp.wCCU5coFk1 [2021-09-16T18:56:11.035Z] #47 7.697 + GOPATH=/tmp/tmp.wCCU5coFk1 [2021-09-16T18:56:11.035Z] #47 7.697 + RM_GOPATH=1 [2021-09-16T18:56:11.035Z] #47 7.697 + case "$(go env GOARCH)" in [2021-09-16T18:56:11.035Z] #47 7.697 ++ go env GOARCH [2021-09-16T18:56:11.035Z] #47 7.729 + export GO_BUILDMODE=-buildmode=pie [2021-09-16T18:56:11.035Z] #47 7.729 + GO_BUILDMODE=-buildmode=pie [2021-09-16T18:56:11.035Z] #47 7.731 ++ dirname /tmp/install/install.sh [2021-09-16T18:56:11.035Z] #47 7.742 + dir=/tmp/install [2021-09-16T18:56:11.035Z] #47 7.742 + bin=vndr [2021-09-16T18:56:11.035Z] #47 7.742 + shift [2021-09-16T18:56:11.035Z] #47 7.742 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-09-16T18:56:11.035Z] #47 7.742 + . /tmp/install/vndr.installer [2021-09-16T18:56:11.035Z] #47 7.742 ++ : v0.1.2 [2021-09-16T18:56:11.035Z] #47 7.742 + install_vndr [2021-09-16T18:56:11.035Z] #47 7.742 + echo 'Install vndr version v0.1.2' [2021-09-16T18:56:11.035Z] #47 7.742 + GOBIN=/build [2021-09-16T18:56:11.035Z] #47 7.742 + GO111MODULE=on [2021-09-16T18:56:11.035Z] #47 7.742 + go install github.com/LK4D4/vndr@v0.1.2 [2021-09-16T18:56:11.035Z] #47 7.742 Install vndr version v0.1.2 [2021-09-16T18:56:11.035Z] #47 8.267 go: downloading github.com/LK4D4/vndr v0.1.2 [2021-09-16T18:56:11.035Z] #47 ... [2021-09-16T18:56:11.035Z] [2021-09-16T18:56:11.035Z] #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-16T18:56:11.035Z] #49 sha256:8c09247c4f4145c824733f0a4a2c72b7395c81a5bc1b3db00673fa0dcc039697 [2021-09-16T18:56:11.035Z] #49 11.26 go: downloading golang.org/x/tools v0.1.0 [2021-09-16T18:56:11.035Z] #49 11.35 go: downloading github.com/mattn/go-colorable v0.1.8 [2021-09-16T18:56:11.068Z] #19 103.0 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-aarch64-linux-gnu amd64 4:10.2.1-1 [16.8 kB] [2021-09-16T18:56:11.154Z] #30 10.29 [2021-09-16T18:56:11.154Z] #30 ... [2021-09-16T18:56:11.154Z] [2021-09-16T18:56:11.154Z] #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-16T18:56:11.154Z] #37 sha256:09aaeea62a73c1da33d22c419c4324acef007457a30319400ac591e075da63ed [2021-09-16T18:56:11.154Z] #37 5.209 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [113 kB] [2021-09-16T18:56:11.154Z] #37 5.230 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2021-09-16T18:56:11.154Z] #37 5.231 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [36.8 kB] [2021-09-16T18:56:11.154Z] #37 6.272 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8066 kB] [2021-09-16T18:56:11.154Z] #37 7.860 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [31.0 kB] [2021-09-16T18:56:11.168Z] #51 17.70 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-09-16T18:56:11.168Z] #51 17.74 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-09-16T18:56:10.664Z] Cloning repository https://github.com/moby/moby.git [2021-09-16T18:56:11.071Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2021-09-16T18:56:11.327Z] #19 103.0 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-arm-linux-gnueabi amd64 4:10.2.1-1 [16.8 kB] [2021-09-16T18:56:11.327Z] #19 103.0 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-arm-linux-gnueabihf amd64 4:10.2.1-1 [16.8 kB] [2021-09-16T18:56:11.327Z] #19 103.0 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-powerpc64le-linux-gnu amd64 4:10.2.1-1 [16.8 kB] [2021-09-16T18:56:11.327Z] #19 103.0 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cpp-s390x-linux-gnu amd64 4:10.2.1-1 [16.8 kB] [2021-09-16T18:56:11.327Z] #19 103.0 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cross-config all 2.6.18+nmu1 [31.5 kB] [2021-09-16T18:56:11.327Z] #19 103.0 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-cross-base all 10.2.1-6cross1 [197 kB] [2021-09-16T18:56:11.327Z] #19 103.0 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-arm64-cross all 2.31-9cross4 [1233 kB] [2021-09-16T18:56:11.327Z] #19 103.1 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-arm64-cross all 10.2.1-6cross1 [34.5 kB] [2021-09-16T18:56:11.327Z] #19 103.1 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-arm64-cross all 10.2.1-6cross1 [89.5 kB] [2021-09-16T18:56:11.327Z] #19 103.1 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libitm1-arm64-cross all 10.2.1-6cross1 [23.4 kB] [2021-09-16T18:56:11.327Z] #19 103.1 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-arm64-cross all 10.2.1-6cross1 [9240 B] [2021-09-16T18:56:11.327Z] #19 103.1 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-arm64-cross all 10.2.1-6cross1 [1994 kB] [2021-09-16T18:56:11.327Z] #19 103.1 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblsan0-arm64-cross all 10.2.1-6cross1 [793 kB] [2021-09-16T18:56:11.327Z] #19 103.2 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtsan0-arm64-cross all 10.2.1-6cross1 [1949 kB] [2021-09-16T18:56:11.327Z] #19 103.2 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-arm64-cross all 10.2.1-6cross1 [410 kB] [2021-09-16T18:56:11.327Z] #19 103.2 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-arm64-cross all 10.2.1-6cross1 [759 kB] [2021-09-16T18:56:11.418Z] #37 ... [2021-09-16T18:56:11.418Z] [2021-09-16T18:56:11.418Z] #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-16T18:56:11.418Z] #25 sha256:cd50c47e26b1f242885591c70552f5024daeaafcdd34d7a8dd3874c5dfa6c903 [2021-09-16T18:56:11.418Z] #25 4.247 + RM_GOPATH=0 [2021-09-16T18:56:11.418Z] #25 4.247 + TMP_GOPATH= [2021-09-16T18:56:11.418Z] #25 4.247 + : /build [2021-09-16T18:56:11.418Z] #25 4.247 + '[' -z '' ']' [2021-09-16T18:56:11.418Z] #25 4.247 ++ mktemp -d [2021-09-16T18:56:11.418Z] #25 4.250 + export GOPATH=/tmp/tmp.AURhFePCet [2021-09-16T18:56:11.418Z] #25 4.250 + GOPATH=/tmp/tmp.AURhFePCet [2021-09-16T18:56:11.418Z] #25 4.250 + RM_GOPATH=1 [2021-09-16T18:56:11.418Z] #25 4.250 + case "$(go env GOARCH)" in [2021-09-16T18:56:11.418Z] #25 4.250 ++ go env GOARCH [2021-09-16T18:56:11.418Z] #25 4.259 + export GO_BUILDMODE=-buildmode=pie [2021-09-16T18:56:11.418Z] #25 4.259 + GO_BUILDMODE=-buildmode=pie [2021-09-16T18:56:11.418Z] #25 4.260 ++ dirname /tmp/install/install.sh [2021-09-16T18:56:11.418Z] #25 4.267 Install docker/cli version 17.06.2-ce from stable [2021-09-16T18:56:11.418Z] #25 4.269 + dir=/tmp/install [2021-09-16T18:56:11.418Z] #25 4.269 + bin=dockercli [2021-09-16T18:56:11.418Z] #25 4.269 + shift [2021-09-16T18:56:11.418Z] #25 4.269 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-09-16T18:56:11.418Z] #25 4.269 + . /tmp/install/dockercli.installer [2021-09-16T18:56:11.418Z] #25 4.269 ++ : stable [2021-09-16T18:56:11.418Z] #25 4.269 ++ : 17.06.2-ce [2021-09-16T18:56:11.418Z] #25 4.269 + install_dockercli [2021-09-16T18:56:11.418Z] #25 4.269 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-09-16T18:56:11.418Z] #25 4.269 ++ uname -m [2021-09-16T18:56:11.418Z] #25 4.278 + arch=aarch64 [2021-09-16T18:56:11.418Z] #25 4.278 + '[' aarch64 '!=' x86_64 ']' [2021-09-16T18:56:11.418Z] #25 4.278 + '[' aarch64 '!=' s390x ']' [2021-09-16T18:56:11.418Z] #25 4.278 + '[' aarch64 '!=' armhf ']' [2021-09-16T18:56:11.418Z] #25 4.278 + build_dockercli [2021-09-16T18:56:11.418Z] #25 4.278 + git clone https://github.com/docker/docker-ce /tmp/tmp.AURhFePCet/tmp/docker-ce [2021-09-16T18:56:11.418Z] #25 4.288 Cloning into '/tmp/tmp.AURhFePCet/tmp/docker-ce'... [2021-09-16T18:56:11.418Z] #25 ... [2021-09-16T18:56:11.418Z] [2021-09-16T18:56:11.418Z] #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-16T18:56:11.418Z] #60 sha256:9d621de03f5aa0d8b39275749ca08d9b84880dfcd96df762b627718959251a7d [2021-09-16T18:56:11.418Z] #60 4.337 + RM_GOPATH=0 [2021-09-16T18:56:11.418Z] #60 4.338 + TMP_GOPATH= [2021-09-16T18:56:11.418Z] #60 4.339 + : /build [2021-09-16T18:56:11.418Z] #60 4.340 + '[' -z '' ']' [2021-09-16T18:56:11.418Z] #60 4.340 ++ mktemp -d [2021-09-16T18:56:11.418Z] #60 4.343 + export GOPATH=/tmp/tmp.SyiAbmuwPz [2021-09-16T18:56:11.418Z] #60 4.344 + GOPATH=/tmp/tmp.SyiAbmuwPz [2021-09-16T18:56:11.418Z] #60 4.344 + RM_GOPATH=1 [2021-09-16T18:56:11.418Z] #60 4.344 + case "$(go env GOARCH)" in [2021-09-16T18:56:11.418Z] #60 4.345 ++ go env GOARCH [2021-09-16T18:56:11.418Z] #60 4.361 + export GO_BUILDMODE=-buildmode=pie [2021-09-16T18:56:11.418Z] #60 4.361 + GO_BUILDMODE=-buildmode=pie [2021-09-16T18:56:11.418Z] #60 4.361 ++ dirname /tmp/install/install.sh [2021-09-16T18:56:11.419Z] #60 4.363 + dir=/tmp/install [2021-09-16T18:56:11.419Z] #60 4.363 + bin=rootlesskit [2021-09-16T18:56:11.419Z] #60 4.363 + shift [2021-09-16T18:56:11.419Z] #60 4.363 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-09-16T18:56:11.419Z] #60 4.363 + . /tmp/install/rootlesskit.installer [2021-09-16T18:56:11.419Z] #60 4.363 ++ : v0.14.4 [2021-09-16T18:56:11.419Z] #60 4.363 + install_rootlesskit [2021-09-16T18:56:11.419Z] #60 4.363 + case "$1" in [2021-09-16T18:56:11.419Z] #60 4.363 + export CGO_ENABLED=0 [2021-09-16T18:56:11.419Z] #60 4.363 + CGO_ENABLED=0 [2021-09-16T18:56:11.419Z] #60 4.363 + _install_rootlesskit [2021-09-16T18:56:11.419Z] #60 4.365 + echo 'Install rootlesskit version v0.14.4' [2021-09-16T18:56:11.419Z] #60 4.365 + for f in rootlesskit rootlesskit-docker-proxy [2021-09-16T18:56:11.419Z] #60 4.365 + GOBIN=/build [2021-09-16T18:56:11.419Z] #60 4.365 + GO111MODULE=on [2021-09-16T18:56:11.419Z] #60 4.365 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4 [2021-09-16T18:56:11.419Z] #60 4.365 Install rootlesskit version v0.14.4 [2021-09-16T18:56:11.419Z] #60 4.847 go: downloading github.com/rootless-containers/rootlesskit v0.14.4 [2021-09-16T18:56:11.419Z] #60 6.732 go: downloading github.com/sirupsen/logrus v1.8.1 [2021-09-16T18:56:11.419Z] #60 6.734 go: downloading github.com/pkg/errors v0.9.1 [2021-09-16T18:56:11.419Z] #60 6.772 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-09-16T18:56:11.419Z] #60 7.044 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-09-16T18:56:11.419Z] #60 7.367 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-09-16T18:56:11.419Z] #60 8.873 go: downloading github.com/google/uuid v1.3.0 [2021-09-16T18:56:11.419Z] #60 8.955 go: downloading github.com/moby/vpnkit v0.5.0 [2021-09-16T18:56:11.419Z] #60 9.004 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2021-09-16T18:56:11.419Z] #60 9.374 go: downloading github.com/gofrs/flock v0.8.1 [2021-09-16T18:56:11.419Z] #60 9.412 go: downloading github.com/gorilla/mux v1.8.0 [2021-09-16T18:56:11.419Z] #60 9.632 go: downloading github.com/moby/sys/mountinfo v0.4.1 [2021-09-16T18:56:11.586Z] #19 103.3 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-arm64-cross all 10.2.1-6cross1 [880 kB] [2021-09-16T18:56:11.586Z] #19 103.3 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-aarch64-linux-gnu amd64 10.2.1-6cross1 [53.2 MB] [2021-09-16T18:56:11.611Z] #49 11.51 go: downloading github.com/mattn/go-isatty v0.0.12 [2021-09-16T18:56:11.611Z] #49 11.57 go: downloading github.com/fsnotify/fsnotify v1.4.9 [2021-09-16T18:56:11.611Z] #49 11.79 go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2021-09-16T18:56:11.682Z] #60 ... [2021-09-16T18:56:11.682Z] [2021-09-16T18:56:11.682Z] #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-16T18:56:11.682Z] #51 sha256:f9fa53f70ebe00fcf59201ea46cdb773bbd00179e4ce433966351220e5bebea8 [2021-09-16T18:56:11.682Z] #51 4.404 + RM_GOPATH=0 [2021-09-16T18:56:11.682Z] #51 4.405 + TMP_GOPATH= [2021-09-16T18:56:11.682Z] #51 4.405 + : /build [2021-09-16T18:56:11.682Z] #51 4.405 + '[' -z '' ']' [2021-09-16T18:56:11.682Z] #51 4.406 ++ mktemp -d [2021-09-16T18:56:11.682Z] #51 4.407 + export GOPATH=/tmp/tmp.0NMxpucfIC [2021-09-16T18:56:11.682Z] #51 4.407 + GOPATH=/tmp/tmp.0NMxpucfIC [2021-09-16T18:56:11.682Z] #51 4.407 + RM_GOPATH=1 [2021-09-16T18:56:11.682Z] #51 4.408 + case "$(go env GOARCH)" in [2021-09-16T18:56:11.682Z] #51 4.416 ++ go env GOARCH [2021-09-16T18:56:11.682Z] #51 4.469 + export GO_BUILDMODE=-buildmode=pie [2021-09-16T18:56:11.682Z] #51 4.469 + GO_BUILDMODE=-buildmode=pie [2021-09-16T18:56:11.682Z] #51 4.472 ++ dirname /tmp/install/install.sh [2021-09-16T18:56:11.682Z] #51 4.479 + dir=/tmp/install [2021-09-16T18:56:11.682Z] #51 4.479 + bin=golangci_lint [2021-09-16T18:56:11.682Z] #51 4.479 + shift [2021-09-16T18:56:11.682Z] #51 4.480 + '[' '!' -f /tmp/install/golangci_lint.installer ']' [2021-09-16T18:56:11.682Z] #51 4.480 + . /tmp/install/golangci_lint.installer [2021-09-16T18:56:11.682Z] #51 4.480 ++ : v1.23.8 [2021-09-16T18:56:11.682Z] #51 4.480 + install_golangci_lint [2021-09-16T18:56:11.682Z] #51 4.480 + set -e [2021-09-16T18:56:11.682Z] #51 4.480 + echo 'Install golangci-lint version v1.23.8' [2021-09-16T18:56:11.682Z] #51 4.480 + GOBIN=/build [2021-09-16T18:56:11.682Z] #51 4.480 + GO111MODULE=on [2021-09-16T18:56:11.682Z] #51 4.480 + go install github.com/golangci/golangci-lint/cmd/golangci-lint@v1.23.8 [2021-09-16T18:56:11.682Z] #51 4.489 Install golangci-lint version v1.23.8 [2021-09-16T18:56:11.682Z] #51 5.022 go: downloading github.com/golangci/golangci-lint v1.23.8 [2021-09-16T18:56:11.682Z] #51 10.14 go: downloading github.com/fatih/color v1.7.0 [2021-09-16T18:56:11.682Z] #51 10.14 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-09-16T18:56:11.682Z] #51 10.23 go: downloading github.com/pkg/errors v0.8.1 [2021-09-16T18:56:11.682Z] #51 10.28 go: downloading github.com/spf13/cobra v0.0.5 [2021-09-16T18:56:11.682Z] #51 10.29 go: downloading github.com/spf13/pflag v1.0.5 [2021-09-16T18:56:11.682Z] #51 10.31 go: downloading github.com/spf13/viper v1.6.1 [2021-09-16T18:56:11.682Z] #51 ... [2021-09-16T18:56:11.682Z] [2021-09-16T18:56:11.682Z] #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-16T18:56:11.682Z] #53 sha256:c221c79f706a362555b4825bc554f860dac24ef25c02e039bf18e36fae4b0ac3 [2021-09-16T18:56:11.682Z] #53 3.976 + RM_GOPATH=0 [2021-09-16T18:56:11.682Z] #53 3.976 + TMP_GOPATH= [2021-09-16T18:56:11.682Z] #53 3.976 + : /build [2021-09-16T18:56:11.682Z] #53 3.976 + '[' -z '' ']' [2021-09-16T18:56:11.682Z] #53 3.980 ++ mktemp -d [2021-09-16T18:56:11.682Z] #53 3.982 + export GOPATH=/tmp/tmp.AlYua8QY7Z [2021-09-16T18:56:11.682Z] #53 3.982 + GOPATH=/tmp/tmp.AlYua8QY7Z [2021-09-16T18:56:11.682Z] #53 3.982 + RM_GOPATH=1 [2021-09-16T18:56:11.682Z] #53 3.982 + case "$(go env GOARCH)" in [2021-09-16T18:56:11.682Z] #53 3.983 ++ go env GOARCH [2021-09-16T18:56:11.682Z] #53 4.014 + export GO_BUILDMODE=-buildmode=pie [2021-09-16T18:56:11.682Z] #53 4.014 + GO_BUILDMODE=-buildmode=pie [2021-09-16T18:56:11.682Z] #53 4.014 ++ dirname /tmp/install/install.sh [2021-09-16T18:56:11.682Z] #53 4.017 + dir=/tmp/install [2021-09-16T18:56:11.682Z] #53 4.017 + bin=shfmt [2021-09-16T18:56:11.682Z] #53 4.017 + shift [2021-09-16T18:56:11.682Z] #53 4.017 + '[' '!' -f /tmp/install/shfmt.installer ']' [2021-09-16T18:56:11.682Z] #53 4.017 + . /tmp/install/shfmt.installer [2021-09-16T18:56:11.682Z] #53 4.017 ++ : v3.0.2 [2021-09-16T18:56:11.682Z] #53 4.017 + install_shfmt [2021-09-16T18:56:11.682Z] #53 4.017 + echo 'Install shfmt version v3.0.2' [2021-09-16T18:56:11.683Z] #53 4.017 + GOBIN=/build [2021-09-16T18:56:11.683Z] #53 4.017 + GO111MODULE=on [2021-09-16T18:56:11.683Z] #53 4.017 + go install mvdan.cc/sh/v3/cmd/shfmt@v3.0.2 [2021-09-16T18:56:11.683Z] #53 4.018 Install shfmt version v3.0.2 [2021-09-16T18:56:11.683Z] #53 4.502 go: downloading mvdan.cc/sh/v3 v3.0.2 [2021-09-16T18:56:11.683Z] #53 5.118 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-09-16T18:56:11.683Z] #53 5.122 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-09-16T18:56:11.683Z] #53 5.127 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-09-16T18:56:11.683Z] #53 6.746 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-09-16T18:56:11.737Z] #51 18.19 go: downloading github.com/magiconair/properties v1.8.1 [2021-09-16T18:56:11.737Z] #51 18.20 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-09-16T18:56:11.737Z] #51 18.26 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-09-16T18:56:11.737Z] #51 18.36 go: downloading github.com/spf13/afero v1.1.2 [2021-09-16T18:56:11.737Z] #51 18.44 go: downloading github.com/spf13/cast v1.3.0 [2021-09-16T18:56:11.737Z] #51 18.50 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-09-16T18:56:11.946Z] #53 ... [2021-09-16T18:56:11.946Z] [2021-09-16T18:56:11.946Z] #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-16T18:56:11.946Z] #57 sha256:2207c33f3024a8de3ca4bded83cd151fd7b8dbf31bffc71795b2ddd61399d6b5 [2021-09-16T18:56:11.946Z] #57 5.190 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [113 kB] [2021-09-16T18:56:11.946Z] #57 5.220 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2021-09-16T18:56:11.946Z] #57 5.220 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [36.8 kB] [2021-09-16T18:56:11.946Z] #57 6.327 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8066 kB] [2021-09-16T18:56:11.946Z] #57 7.734 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [31.0 kB] [2021-09-16T18:56:11.946Z] #57 ... [2021-09-16T18:56:11.946Z] [2021-09-16T18:56:11.946Z] #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-16T18:56:11.946Z] #45 sha256:530e5eb8a2a7172d3a738144194be4664354a464a3c422f9a6d03b278368204a [2021-09-16T18:56:11.946Z] #45 5.002 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [113 kB] [2021-09-16T18:56:11.946Z] #45 5.050 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2021-09-16T18:56:11.946Z] #45 5.050 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [36.8 kB] [2021-09-16T18:56:11.946Z] #45 5.477 Get:4 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10 InRelease [1540 B] [2021-09-16T18:56:11.946Z] #45 6.137 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8066 kB] [2021-09-16T18:56:11.946Z] #45 7.726 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [31.0 kB] [2021-09-16T18:56:11.995Z] #51 18.56 go: downloading github.com/subosito/gotenv v1.2.0 [2021-09-16T18:56:11.995Z] #51 18.57 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-09-16T18:56:11.995Z] #51 18.59 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-09-16T18:56:12.209Z] #45 ... [2021-09-16T18:56:12.209Z] [2021-09-16T18:56:12.209Z] #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-16T18:56:12.209Z] #35 sha256:f876abd2c80c43b4e544116d806c46882faf30ccda5a1895fd67d1c619c937af [2021-09-16T18:56:12.209Z] #35 4.290 Install go-toml version v1.8.1 [2021-09-16T18:56:12.209Z] #35 4.809 go: downloading github.com/pelletier/go-toml v1.8.1 [2021-09-16T18:56:12.256Z] #51 18.74 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-09-16T18:56:12.256Z] #51 18.81 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-09-16T18:56:12.256Z] #51 18.89 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-09-16T18:56:12.256Z] #51 18.94 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-09-16T18:56:12.256Z] #51 18.94 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-09-16T18:56:12.256Z] #51 18.94 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-09-16T18:56:12.256Z] #51 18.94 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-09-16T18:56:12.473Z] #35 ... [2021-09-16T18:56:12.473Z] [2021-09-16T18:56:12.473Z] #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-16T18:56:12.473Z] #14 sha256:8f83bcf2f635d3a795f49218ddeffb549fae58f063ef6778311fcdf619d92ac0 [2021-09-16T18:56:12.473Z] #14 5.266 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [113 kB] [2021-09-16T18:56:12.473Z] #14 5.297 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2021-09-16T18:56:12.473Z] #14 5.298 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [36.8 kB] [2021-09-16T18:56:12.473Z] #14 6.174 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8066 kB] [2021-09-16T18:56:12.473Z] #14 7.628 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [31.0 kB] [2021-09-16T18:56:12.473Z] #14 ... [2021-09-16T18:56:12.473Z] [2021-09-16T18:56:12.473Z] #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-16T18:56:12.473Z] #51 sha256:f9fa53f70ebe00fcf59201ea46cdb773bbd00179e4ce433966351220e5bebea8 [2021-09-16T18:56:12.473Z] #51 10.75 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-09-16T18:56:12.473Z] #51 10.80 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-09-16T18:56:12.473Z] #51 10.81 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-09-16T18:56:12.473Z] #51 10.86 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-09-16T18:56:12.473Z] #51 11.20 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-09-16T18:56:12.516Z] #51 19.08 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-09-16T18:56:12.516Z] #51 19.08 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-09-16T18:56:12.516Z] #51 19.12 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-09-16T18:56:12.516Z] #51 19.14 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-09-16T18:56:12.516Z] #51 19.15 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-09-16T18:56:12.735Z] #51 11.38 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-09-16T18:56:12.775Z] #51 19.26 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-09-16T18:56:12.775Z] #51 19.26 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-09-16T18:56:12.775Z] #51 19.31 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-09-16T18:56:12.775Z] #51 19.35 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-09-16T18:56:13.002Z] #51 11.70 go: downloading github.com/stretchr/testify v1.4.0 [2021-09-16T18:56:13.035Z] #51 19.48 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-09-16T18:56:13.035Z] #51 19.55 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-09-16T18:56:13.146Z] #37 16.30 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [31.1 kB] [2021-09-16T18:56:13.294Z] #51 19.69 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-09-16T18:56:13.294Z] #51 19.69 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-09-16T18:56:13.294Z] #51 19.78 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-09-16T18:56:13.294Z] #51 19.78 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-09-16T18:56:13.294Z] #51 19.83 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-09-16T18:56:13.294Z] #51 19.87 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-09-16T18:56:11.983Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-09-16T18:56:11.983Z] > git --version # timeout=10 [2021-09-16T18:56:12.018Z] > git --version # 'git version 2.24.1.windows.2' [2021-09-16T18:56:12.018Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-09-16T18:56:12.021Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/41759/head:refs/remotes/origin/PR-41759 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-09-16T18:56:13.415Z] #37 ... [2021-09-16T18:56:13.415Z] [2021-09-16T18:56:13.415Z] #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-16T18:56:13.415Z] #25 sha256:1c577c2518a2a710577c71e401b1f79254beebb23b3e813478b17169540ca8db [2021-09-16T18:56:13.415Z] #25 16.55 + mkdir -p /build [2021-09-16T18:56:13.415Z] #25 16.57 + mv docker/docker /build/ [2021-09-16T18:56:13.415Z] #25 16.61 + rmdir docker [2021-09-16T18:56:13.553Z] #51 19.97 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-09-16T18:56:13.553Z] #51 20.01 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-09-16T18:56:13.579Z] #51 12.12 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-09-16T18:56:13.579Z] #51 12.15 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-09-16T18:56:13.579Z] #51 12.29 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-09-16T18:56:13.579Z] #51 12.37 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-09-16T18:56:13.677Z] #25 DONE 17.0s [2021-09-16T18:56:13.677Z] [2021-09-16T18:56:13.677Z] #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-16T18:56:13.677Z] #51 sha256:6bcb5a6aea0206883626abc34265bc2c80c78b74f6f17845ca31be650d11e6b6 [2021-09-16T18:56:13.677Z] #51 14.01 go: downloading github.com/fatih/color v1.7.0 [2021-09-16T18:56:13.677Z] #51 14.01 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-09-16T18:56:13.677Z] #51 14.11 go: downloading github.com/pkg/errors v0.8.1 [2021-09-16T18:56:13.677Z] #51 14.17 go: downloading github.com/spf13/cobra v0.0.5 [2021-09-16T18:56:13.677Z] #51 14.18 go: downloading github.com/spf13/pflag v1.0.5 [2021-09-16T18:56:13.677Z] #51 14.63 go: downloading github.com/spf13/viper v1.6.1 [2021-09-16T18:56:13.677Z] #51 15.23 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-09-16T18:56:13.677Z] #51 15.26 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-09-16T18:56:13.677Z] #51 15.46 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-09-16T18:56:13.677Z] #51 15.48 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-09-16T18:56:13.814Z] #51 20.24 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-09-16T18:56:13.814Z] #51 20.24 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-09-16T18:56:13.814Z] #51 20.29 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-09-16T18:56:13.814Z] #51 20.41 go: downloading github.com/ultraware/funlen v0.0.2 [2021-09-16T18:56:14.078Z] #51 20.66 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-09-16T18:56:14.078Z] #51 20.66 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-09-16T18:56:14.078Z] #51 20.66 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-09-16T18:56:14.122Z] #19 105.4 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-aarch64-linux-gnu amd64 4:10.2.1-1 [1460 B] [2021-09-16T18:56:14.122Z] #19 105.4 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-arm64-cross all 5.10.13-1cross4 [1375 kB] [2021-09-16T18:56:14.122Z] #19 105.4 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-arm64-cross all 2.31-9cross4 [2030 kB] [2021-09-16T18:56:14.122Z] #19 105.5 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-arm64-cross all 10.2.1-6cross1 [1682 kB] [2021-09-16T18:56:14.122Z] #19 105.6 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-10-aarch64-linux-gnu amd64 10.2.1-6cross1 [49.7 MB] [2021-09-16T18:56:14.249Z] #51 17.33 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-09-16T18:56:14.249Z] #51 17.69 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-09-16T18:56:14.249Z] #51 ... [2021-09-16T18:56:14.249Z] [2021-09-16T18:56:14.249Z] #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-16T18:56:14.249Z] #47 sha256:dc1318f8a9c6ec4a58522047d8e51437a57b4eda9f68c5f7901c864bb9226d09 [2021-09-16T18:56:14.249Z] #47 7.637 + RM_GOPATH=0 [2021-09-16T18:56:14.249Z] #47 7.637 + TMP_GOPATH= [2021-09-16T18:56:14.249Z] #47 7.637 + : /build [2021-09-16T18:56:14.249Z] #47 7.637 + '[' -z '' ']' [2021-09-16T18:56:14.249Z] #47 7.644 ++ mktemp -d [2021-09-16T18:56:14.249Z] #47 7.644 + export GOPATH=/tmp/tmp.1GIwFz3xpw [2021-09-16T18:56:14.249Z] #47 7.644 + GOPATH=/tmp/tmp.1GIwFz3xpw [2021-09-16T18:56:14.249Z] #47 7.644 + RM_GOPATH=1 [2021-09-16T18:56:14.249Z] #47 7.644 + case "$(go env GOARCH)" in [2021-09-16T18:56:14.249Z] #47 7.644 ++ go env GOARCH [2021-09-16T18:56:14.249Z] #47 7.700 + export GO_BUILDMODE=-buildmode=pie [2021-09-16T18:56:14.249Z] #47 7.700 + GO_BUILDMODE=-buildmode=pie [2021-09-16T18:56:14.249Z] #47 7.700 ++ dirname /tmp/install/install.sh [2021-09-16T18:56:14.249Z] #47 7.700 + dir=/tmp/install [2021-09-16T18:56:14.249Z] #47 7.700 + bin=vndr [2021-09-16T18:56:14.249Z] #47 7.700 + shift [2021-09-16T18:56:14.249Z] #47 7.700 + '[' '!' -f /tmp/install/vndr.installer ']' [2021-09-16T18:56:14.249Z] #47 7.700 + . /tmp/install/vndr.installer [2021-09-16T18:56:14.249Z] #47 7.700 ++ : v0.1.2 [2021-09-16T18:56:14.249Z] #47 7.700 + install_vndr [2021-09-16T18:56:14.249Z] #47 7.700 + echo 'Install vndr version v0.1.2' [2021-09-16T18:56:14.249Z] #47 7.700 + GOBIN=/build [2021-09-16T18:56:14.249Z] #47 7.700 + GO111MODULE=on [2021-09-16T18:56:14.249Z] #47 7.700 + go install github.com/LK4D4/vndr@v0.1.2 [2021-09-16T18:56:14.249Z] #47 7.702 Install vndr version v0.1.2 [2021-09-16T18:56:14.249Z] #47 8.202 go: downloading github.com/LK4D4/vndr v0.1.2 [2021-09-16T18:56:14.510Z] #47 ... [2021-09-16T18:56:14.510Z] [2021-09-16T18:56:14.510Z] #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-16T18:56:14.510Z] #49 sha256:7949bb8f1ac4b0938df9d3e03f76b995e0fc76f0e71c65359c46f204f4c4fd7f [2021-09-16T18:56:14.510Z] #49 10.61 go: downloading github.com/jonboulle/clockwork v0.2.2 [2021-09-16T18:56:14.510Z] #49 10.81 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2021-09-16T18:56:14.510Z] #49 10.91 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2021-09-16T18:56:14.510Z] #49 11.22 go: downloading golang.org/x/tools v0.1.0 [2021-09-16T18:56:14.529Z] #51 13.20 go: downloading github.com/magiconair/properties v1.8.1 [2021-09-16T18:56:14.529Z] #51 13.20 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-09-16T18:56:14.529Z] #51 13.31 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-09-16T18:56:14.771Z] #49 ... [2021-09-16T18:56:14.771Z] [2021-09-16T18:56:14.771Z] #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-16T18:56:14.771Z] #41 sha256:6b8cec4c40d2921a1d2bdc203326c098330e9d2856fcd77ef3a5c99befc5d468 [2021-09-16T18:56:14.771Z] #41 7.723 + git clone https://github.com/docker/distribution.git . [2021-09-16T18:56:14.771Z] #41 7.723 Cloning into '.'... [2021-09-16T18:56:14.793Z] #51 13.34 go: downloading github.com/spf13/afero v1.1.2 [2021-09-16T18:56:15.016Z] #51 ... [2021-09-16T18:56:15.016Z] [2021-09-16T18:56:15.016Z] #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-16T18:56:15.016Z] #47 sha256:73bb64207f71c7f5dd2c13861d39631eb9440e3a3c6b4ce60b6b54a911b7ace6 [2021-09-16T18:56:15.016Z] #47 DONE 21.6s [2021-09-16T18:56:15.016Z] [2021-09-16T18:56:15.016Z] #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-16T18:56:15.016Z] #51 sha256:f88eaab6bd342bff925ce84a941ed765f673508e7759b9761eaf51f29856d246 [2021-09-16T18:56:15.016Z] #51 21.51 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-09-16T18:56:15.016Z] #51 21.51 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-09-16T18:56:15.016Z] #51 21.51 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-09-16T18:56:15.017Z] #51 21.56 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-09-16T18:56:15.017Z] #51 21.70 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-09-16T18:56:15.032Z] #41 ... [2021-09-16T18:56:15.032Z] [2021-09-16T18:56:15.032Z] #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-16T18:56:15.032Z] #60 sha256:7bf307d0ddd22ab3a820ffdbfe2cc9de0497a6b18e03ff8b8b55ab44b43cc5ee [2021-09-16T18:56:15.032Z] #60 12.09 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-09-16T18:56:15.032Z] #60 17.66 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-09-16T18:56:15.032Z] #60 18.40 go: downloading github.com/google/uuid v1.3.0 [2021-09-16T18:56:15.056Z] #51 13.63 go: downloading github.com/spf13/cast v1.3.0 [2021-09-16T18:56:15.056Z] #51 13.70 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-09-16T18:56:15.056Z] #51 13.72 go: downloading github.com/subosito/gotenv v1.2.0 [2021-09-16T18:56:15.056Z] #51 13.78 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-09-16T18:56:15.276Z] #51 21.74 go: downloading github.com/stretchr/objx v0.2.0 [2021-09-16T18:56:15.276Z] #51 21.96 go: downloading golang.org/x/text v0.3.2 [2021-09-16T18:56:15.294Z] #60 18.45 go: downloading github.com/moby/vpnkit v0.5.0 [2021-09-16T18:56:15.294Z] #60 18.48 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2021-09-16T18:56:15.294Z] #60 18.60 go: downloading github.com/gofrs/flock v0.8.1 [2021-09-16T18:56:15.294Z] #60 18.66 go: downloading github.com/gorilla/mux v1.8.0 [2021-09-16T18:56:15.320Z] #51 13.89 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-09-16T18:56:15.555Z] #60 18.87 go: downloading github.com/moby/sys/mountinfo v0.4.1 [2021-09-16T18:56:15.597Z] #51 14.29 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-09-16T18:56:15.597Z] #51 14.35 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-09-16T18:56:15.816Z] #60 19.19 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-09-16T18:56:15.861Z] #51 14.48 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-09-16T18:56:15.861Z] #51 14.55 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-09-16T18:56:15.861Z] #51 ... [2021-09-16T18:56:15.861Z] [2021-09-16T18:56:15.861Z] #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-16T18:56:15.861Z] #33 sha256:0ea30ac548e55f5e4dc405e1544cf21eb2fb700bd33609db3af0451f747ae3f4 [2021-09-16T18:56:15.861Z] #33 4.369 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-09-16T18:56:15.861Z] #33 4.384 Cloning into '.'... [2021-09-16T18:56:15.861Z] #33 ... [2021-09-16T18:56:15.861Z] [2021-09-16T18:56:15.861Z] #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-16T18:56:15.861Z] #51 sha256:f9fa53f70ebe00fcf59201ea46cdb773bbd00179e4ce433966351220e5bebea8 [2021-09-16T18:56:15.862Z] #51 14.57 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-09-16T18:56:15.862Z] #51 14.65 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-09-16T18:56:15.862Z] #51 14.70 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-09-16T18:56:16.025Z] #19 107.4 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-aarch64-linux-gnu amd64 4:10.2.1-1 [1176 B] [2021-09-16T18:56:16.025Z] #19 107.4 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2021-09-16T18:56:16.025Z] #19 107.4 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dpkg-dev all 1.20.9 [2153 kB] [2021-09-16T18:56:16.025Z] #19 107.5 Get:49 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libconfig-inifiles-perl all 3.000003-1 [52.1 kB] [2021-09-16T18:56:16.025Z] #19 107.5 Get:50 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libio-string-perl all 1.08-3.1 [11.8 kB] [2021-09-16T18:56:16.025Z] #19 107.5 Get:51 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2021-09-16T18:56:16.025Z] #19 107.8 Get:52 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7 [693 kB] [2021-09-16T18:56:16.025Z] #19 107.8 Get:53 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-namespacesupport-perl all 1.12-1.1 [14.9 kB] [2021-09-16T18:56:16.025Z] #19 107.8 Get:54 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-sax-base-perl all 1.09-1.1 [20.7 kB] [2021-09-16T18:56:16.025Z] #19 107.8 Get:55 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-sax-perl all 1.02+dfsg-1 [59.0 kB] [2021-09-16T18:56:16.025Z] #19 107.8 Get:56 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-libxml-perl amd64 2.0134+dfsg-2+b1 [337 kB] [2021-09-16T18:56:16.025Z] #19 107.8 Get:57 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml-simple-perl all 2.25-1 [72.0 kB] [2021-09-16T18:56:16.025Z] #19 107.8 Get:58 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libyaml-perl all 1.30-1 [67.7 kB] [2021-09-16T18:56:16.025Z] #19 107.8 Get:59 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libconfig-auto-perl all 0.44-1.1 [19.0 kB] [2021-09-16T18:56:16.025Z] #19 107.9 Get:60 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libfile-which-perl all 1.23-1 [16.6 kB] [2021-09-16T18:56:16.025Z] #19 107.9 Get:61 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libfile-homedir-perl all 1.006-1 [43.8 kB] [2021-09-16T18:56:16.025Z] #19 107.9 Get:62 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdebian-dpkgcross-perl all 2.6.18+nmu1 [30.5 kB] [2021-09-16T18:56:16.025Z] #19 107.9 Get:63 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dpkg-cross all 2.6.18+nmu1 [41.6 kB] [2021-09-16T18:56:16.025Z] #19 107.9 Get:64 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-arm64 all 12.9 [6708 B] [2021-09-16T18:56:16.025Z] #19 107.9 Get:65 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-armel-cross all 2.31-9cross4 [1114 kB] [2021-09-16T18:56:16.025Z] #19 107.9 Get:66 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-armel-cross all 10.2.1-6cross1 [38.3 kB] [2021-09-16T18:56:16.025Z] #19 107.9 Get:67 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-armel-cross all 10.2.1-6cross1 [85.3 kB] [2021-09-16T18:56:16.025Z] #19 107.9 Get:68 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-armel-cross all 10.2.1-6cross1 [8832 B] [2021-09-16T18:56:16.025Z] #19 107.9 Get:69 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-armel-cross all 10.2.1-6cross1 [1979 kB] [2021-09-16T18:56:16.077Z] #60 19.26 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-09-16T18:56:16.125Z] #51 14.73 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-09-16T18:56:16.125Z] #51 14.82 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-09-16T18:56:16.283Z] #19 108.0 Get:70 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-armel-cross all 10.2.1-6cross1 [370 kB] [2021-09-16T18:56:16.283Z] #19 108.0 Get:71 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-armel-cross all 10.2.1-6cross1 [746 kB] [2021-09-16T18:56:16.283Z] #19 108.1 Get:72 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-armel-cross all 10.2.1-6cross1 [688 kB] [2021-09-16T18:56:16.283Z] #19 108.1 Get:73 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-arm-linux-gnueabi amd64 10.2.1-6cross1 [50.4 MB] [2021-09-16T18:56:16.358Z] using credential docker-jenkins-github-credentials [2021-09-16T18:56:16.432Z] Cloning the remote Git repository [2021-09-16T18:56:16.432Z] Cloning with configured refspecs honoured and without tags [2021-09-16T18:56:16.702Z] #51 15.48 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-09-16T18:56:16.702Z] #51 15.56 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-09-16T18:56:16.866Z] #49 ... [2021-09-16T18:56:16.866Z] [2021-09-16T18:56:16.866Z] #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-16T18:56:16.866Z] #51 sha256:38f49ed11733cb386ab1016045b46d1752876c063116cce36b18f2f11e5c0ab1 [2021-09-16T18:56:16.866Z] #51 16.30 go: downloading github.com/gofrs/flock v0.0.0-20190320160742-5135e617513b [2021-09-16T18:56:16.866Z] #51 16.32 go: downloading github.com/fatih/color v1.7.0 [2021-09-16T18:56:16.866Z] #51 16.46 go: downloading github.com/pkg/errors v0.8.1 [2021-09-16T18:56:16.866Z] #51 16.48 go: downloading github.com/spf13/cobra v0.0.5 [2021-09-16T18:56:16.866Z] #51 16.53 go: downloading github.com/spf13/pflag v1.0.5 [2021-09-16T18:56:16.866Z] #51 17.07 go: downloading github.com/spf13/viper v1.6.1 [2021-09-16T18:56:16.968Z] #51 15.61 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-09-16T18:56:16.968Z] #51 15.66 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-09-16T18:56:17.231Z] #51 15.89 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-09-16T18:56:17.231Z] #51 16.01 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-09-16T18:56:17.231Z] #51 16.04 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-09-16T18:56:17.429Z] #51 ... [2021-09-16T18:56:17.430Z] [2021-09-16T18:56:17.430Z] #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-16T18:56:17.430Z] #53 sha256:d1da848e8d13ab9a1ae782458ddb8af1fc7905a83afd84446ae84ef6e11a1db5 [2021-09-16T18:56:17.430Z] #53 7.564 go: downloading github.com/pkg/diff v0.0.0-20190930165518-531926345625 [2021-09-16T18:56:17.430Z] #53 7.580 go: downloading golang.org/x/crypto v0.0.0-20191002192127-34f69633bfdc [2021-09-16T18:56:17.430Z] #53 7.640 go: downloading mvdan.cc/editorconfig v0.1.1-0.20191109213504-890940e3f00e [2021-09-16T18:56:17.430Z] #53 9.113 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-09-16T18:56:17.430Z] #53 ... [2021-09-16T18:56:17.430Z] [2021-09-16T18:56:17.430Z] #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-16T18:56:17.430Z] #37 sha256:10bbf66d32ae608d41ff58a9c01968e967b1a5334a83298c2899bf7607874281 [2021-09-16T18:56:17.430Z] #37 17.18 Fetched 8402 kB in 11s (749 kB/s) [2021-09-16T18:56:17.464Z] #60 ... [2021-09-16T18:56:17.464Z] [2021-09-16T18:56:17.464Z] #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-16T18:56:17.464Z] #49 sha256:7949bb8f1ac4b0938df9d3e03f76b995e0fc76f0e71c65359c46f204f4c4fd7f [2021-09-16T18:56:17.464Z] #49 20.85 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2021-09-16T18:56:17.495Z] #51 16.11 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-09-16T18:56:17.495Z] #51 16.25 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-09-16T18:56:17.495Z] #51 16.32 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-09-16T18:56:17.725Z] #49 21.01 go: downloading golang.org/x/mod v0.3.0 [2021-09-16T18:56:17.725Z] #49 ... [2021-09-16T18:56:17.725Z] [2021-09-16T18:56:17.726Z] #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-16T18:56:17.726Z] #14 sha256:08b9278feadfc8db068b744755add65a213f9549a1269ed67e0d97e0b3db2896 [2021-09-16T18:56:17.726Z] #14 11.02 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8178 kB] [2021-09-16T18:56:17.726Z] #14 15.34 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [31.1 kB] [2021-09-16T18:56:17.987Z] #14 ... [2021-09-16T18:56:17.987Z] [2021-09-16T18:56:17.987Z] #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-16T18:56:17.987Z] #45 sha256:8b52766aa8992ad5ea6e7ea4db37d812f7240ba03735f3cac8e86ee521d7efa9 [2021-09-16T18:56:17.987Z] #45 11.55 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8178 kB] [2021-09-16T18:56:17.987Z] #45 16.75 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [31.1 kB] [2021-09-16T18:56:18.072Z] #51 16.69 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-09-16T18:56:18.072Z] #51 16.76 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-09-16T18:56:18.072Z] #51 16.90 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-09-16T18:56:16.621Z] Cloning repository https://github.com/moby/moby.git [2021-09-16T18:56:17.009Z] > git init d:\gopath\src\github.com\docker\docker # timeout=10 [2021-09-16T18:56:17.878Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-09-16T18:56:17.878Z] > git --version # timeout=10 [2021-09-16T18:56:17.924Z] > git --version # 'git version 2.24.1.windows.2' [2021-09-16T18:56:17.925Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-09-16T18:56:17.927Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/41759/head:refs/remotes/origin/PR-41759 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-09-16T18:56:18.343Z] #51 17.04 go: downloading github.com/ultraware/funlen v0.0.2 [2021-09-16T18:56:18.343Z] #51 17.08 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-09-16T18:56:18.343Z] #51 17.13 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-09-16T18:56:18.362Z] #37 17.18 Reading package lists... [2021-09-16T18:56:18.362Z] #37 ... [2021-09-16T18:56:18.362Z] [2021-09-16T18:56:18.362Z] #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-16T18:56:18.362Z] #33 sha256:1911c9de04cba7d464ea755b70f705d21776700bd38b0934ae731606e49130b1 [2021-09-16T18:56:18.362Z] #33 8.193 + git clone https://github.com/kolyshkin/go-swagger.git . [2021-09-16T18:56:18.362Z] #33 8.193 Cloning into '.'... [2021-09-16T18:56:18.575Z] #51 ... [2021-09-16T18:56:18.575Z] [2021-09-16T18:56:18.575Z] #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-16T18:56:18.575Z] #49 sha256:dd81d8e4452f8e5d116c1fc58db1cba57d94d5649ae65cb74a440cf817200b05 [2021-09-16T18:56:18.575Z] #49 14.71 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2021-09-16T18:56:18.575Z] #49 14.81 go: downloading golang.org/x/mod v0.3.0 [2021-09-16T18:56:18.575Z] #49 ... [2021-09-16T18:56:18.575Z] [2021-09-16T18:56:18.575Z] #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-16T18:56:18.575Z] #41 sha256:6b8cec4c40d2921a1d2bdc203326c098330e9d2856fcd77ef3a5c99befc5d468 [2021-09-16T18:56:18.575Z] #41 23.89 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2021-09-16T18:56:18.619Z] #33 ... [2021-09-16T18:56:18.619Z] [2021-09-16T18:56:18.619Z] #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-16T18:56:18.619Z] #25 sha256:7d63791c8393ca0d511c88a2044b886fdbb5c15b611214eb88960dbaf168adea [2021-09-16T18:56:18.619Z] #25 8.654 + RM_GOPATH=0 [2021-09-16T18:56:18.619Z] #25 8.654 + TMP_GOPATH= [2021-09-16T18:56:18.619Z] #25 8.654 + : /build [2021-09-16T18:56:18.619Z] #25 8.654 + '[' -z '' ']' [2021-09-16T18:56:18.619Z] #25 8.658 ++ mktemp -d [2021-09-16T18:56:18.619Z] #25 8.713 + export GOPATH=/tmp/tmp.SaS2jfOKhu [2021-09-16T18:56:18.619Z] #25 8.713 + GOPATH=/tmp/tmp.SaS2jfOKhu [2021-09-16T18:56:18.619Z] #25 8.713 + RM_GOPATH=1 [2021-09-16T18:56:18.619Z] #25 8.713 + case "$(go env GOARCH)" in [2021-09-16T18:56:18.619Z] #25 8.713 ++ go env GOARCH [2021-09-16T18:56:18.619Z] #25 8.763 + export GO_BUILDMODE=-buildmode=pie [2021-09-16T18:56:18.619Z] #25 8.763 + GO_BUILDMODE=-buildmode=pie [2021-09-16T18:56:18.619Z] #25 8.765 ++ dirname /tmp/install/install.sh [2021-09-16T18:56:18.619Z] #25 8.765 + dir=/tmp/install [2021-09-16T18:56:18.619Z] #25 8.765 + bin=dockercli [2021-09-16T18:56:18.619Z] #25 8.765 + shift [2021-09-16T18:56:18.619Z] #25 8.765 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-09-16T18:56:18.619Z] #25 8.765 + . /tmp/install/dockercli.installer [2021-09-16T18:56:18.619Z] #25 8.765 ++ : stable [2021-09-16T18:56:18.619Z] #25 8.783 ++ : 17.06.2-ce [2021-09-16T18:56:18.619Z] #25 8.790 Install docker/cli version 17.06.2-ce from stable [2021-09-16T18:56:18.619Z] #25 8.790 + install_dockercli [2021-09-16T18:56:18.619Z] #25 8.790 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-09-16T18:56:18.619Z] #25 8.790 ++ uname -m [2021-09-16T18:56:18.619Z] #25 8.825 + arch=x86_64 [2021-09-16T18:56:18.619Z] #25 8.825 + '[' x86_64 '!=' x86_64 ']' [2021-09-16T18:56:18.619Z] #25 8.825 + url=https://download.docker.com/linux/static [2021-09-16T18:56:18.619Z] #25 8.825 + tar -xz docker/docker [2021-09-16T18:56:18.619Z] #25 8.825 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2021-09-16T18:56:18.619Z] #25 ... [2021-09-16T18:56:18.619Z] [2021-09-16T18:56:18.619Z] #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-16T18:56:18.619Z] #51 sha256:38f49ed11733cb386ab1016045b46d1752876c063116cce36b18f2f11e5c0ab1 [2021-09-16T18:56:18.619Z] #51 18.05 go: downloading golang.org/x/tools v0.0.0-20200204192400-7124308813f3 [2021-09-16T18:56:18.619Z] #51 18.08 go: downloading github.com/go-critic/go-critic v0.4.1 [2021-09-16T18:56:18.816Z] #19 110.4 Get:74 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-arm-linux-gnueabi amd64 4:10.2.1-1 [1460 B] [2021-09-16T18:56:18.816Z] #19 110.4 Get:75 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-armel-cross all 5.10.13-1cross4 [1365 kB] [2021-09-16T18:56:18.816Z] #19 110.4 Get:76 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-armel-cross all 2.31-9cross4 [1884 kB] [2021-09-16T18:56:18.816Z] #19 110.5 Get:77 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-armel-cross all 10.2.1-6cross1 [1753 kB] [2021-09-16T18:56:18.816Z] #19 110.5 Get:78 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-10-arm-linux-gnueabi amd64 10.2.1-6cross1 [47.1 MB] [2021-09-16T18:56:18.932Z] #51 ... [2021-09-16T18:56:18.932Z] [2021-09-16T18:56:18.932Z] #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-16T18:56:18.932Z] #35 sha256:f876abd2c80c43b4e544116d806c46882faf30ccda5a1895fd67d1c619c937af [2021-09-16T18:56:18.932Z] #35 DONE 17.6s [2021-09-16T18:56:18.932Z] [2021-09-16T18:56:18.932Z] #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-16T18:56:18.932Z] #30 sha256:e613251d49e146652944fc966fdbec642123e5ed83cd7e20ff5075ed905cecc0 [2021-09-16T18:56:18.932Z] #30 14.74 Downloading 'library/debian:bullseye-slim@sha256:dacf278785a4daa9de07596ec739dbc07131e189942772210709c5c0777e8437' (1 layers)... [2021-09-16T18:56:18.932Z] #30 16.30 [2021-09-16T18:56:18.932Z] #30 16.55 #=#=# ##O#-# ### 4.5% ####### 10.0% ########### 16.6% ################# 24.3% ###################### 31.7% ########################### 38.5% ################################# 46.5% ####################################### 54.7% ############################################# 63.0% ################################################## 70.5% ####################################################### 77.3% ############################################################ 83.4% ################################################################ 90.0% ####################################################################### 99.1% ######################################################################## 100.0% [2021-09-16T18:56:19.144Z] #41 25.59 + 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-16T18:56:19.195Z] #30 ... [2021-09-16T18:56:19.195Z] [2021-09-16T18:56:19.195Z] #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-16T18:56:19.195Z] #47 sha256:60602be4c01284f2c88d508ed1db42b6faf6c2c09cf9c249a848906e868a1e6a [2021-09-16T18:56:19.195Z] #47 DONE 18.0s [2021-09-16T18:56:19.486Z] [2021-09-16T18:56:19.486Z] #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-16T18:56:19.486Z] #41 sha256:8be3294f0279068f7ba1098bf26bf4d0445541ea961b1618523d95f4fabc2a8d [2021-09-16T18:56:19.486Z] #41 16.50 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2021-09-16T18:56:19.904Z] #45 ... [2021-09-16T18:56:19.904Z] [2021-09-16T18:56:19.904Z] #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-16T18:56:19.904Z] #53 sha256:fe7e2a2a9493c6b5b43473974aa8d1233a9cb6ff8d7142466da75a07e8613a63 [2021-09-16T18:56:19.904Z] #53 12.83 go: downloading golang.org/x/sys v0.0.0-20191008105621-543471e840be [2021-09-16T18:56:19.904Z] #53 ... [2021-09-16T18:56:19.904Z] [2021-09-16T18:56:19.904Z] #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-16T18:56:19.904Z] #57 sha256:72a343ae0ab7edaecfe454fc29a890e08e79477914e4a5d04f9b260b4c45f5fe [2021-09-16T18:56:19.904Z] #57 14.33 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [31.1 kB] [2021-09-16T18:56:20.181Z] #57 ... [2021-09-16T18:56:20.181Z] [2021-09-16T18:56:20.181Z] #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-16T18:56:20.181Z] #51 sha256:6bcb5a6aea0206883626abc34265bc2c80c78b74f6f17845ca31be650d11e6b6 [2021-09-16T18:56:20.181Z] #51 23.51 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-09-16T18:56:20.251Z] #19 ... [2021-09-16T18:56:20.251Z] [2021-09-16T18:56:20.251Z] #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-16T18:56:20.251Z] #40 sha256:1911c9de04cba7d464ea755b70f705d21776700bd38b0934ae731606e49130b1 [2021-09-16T18:56:20.251Z] #40 DONE 124.7s [2021-09-16T18:56:20.251Z] [2021-09-16T18:56:20.251Z] #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-16T18:56:20.251Z] #19 sha256:7461a8873269907942427f3356fc81edb1488e6f07a58583611355ede4af261f [2021-09-16T18:56:20.251Z] #19 111.8 Get:79 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-arm-linux-gnueabi amd64 4:10.2.1-1 [1176 B] [2021-09-16T18:56:20.251Z] #19 111.8 Get:80 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-armel all 12.9 [6704 B] [2021-09-16T18:56:20.252Z] #19 111.8 Get:81 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-armhf-cross all 2.31-9cross4 [1094 kB] [2021-09-16T18:56:20.252Z] #19 111.9 Get:82 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-armhf-cross all 10.2.1-6cross1 [36.3 kB] [2021-09-16T18:56:20.252Z] #19 111.9 Get:83 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-armhf-cross all 10.2.1-6cross1 [82.6 kB] [2021-09-16T18:56:20.252Z] #19 111.9 Get:84 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-armhf-cross all 10.2.1-6cross1 [6688 B] [2021-09-16T18:56:20.252Z] #19 111.9 Get:85 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-armhf-cross all 10.2.1-6cross1 [2010 kB] [2021-09-16T18:56:20.252Z] #19 111.9 Get:86 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-armhf-cross all 10.2.1-6cross1 [381 kB] [2021-09-16T18:56:20.252Z] #19 112.0 Get:87 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-armhf-cross all 10.2.1-6cross1 [745 kB] [2021-09-16T18:56:20.252Z] #19 112.0 Get:88 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-armhf-cross all 10.2.1-6cross1 [694 kB] [2021-09-16T18:56:20.252Z] #19 112.0 Get:89 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-arm-linux-gnueabihf amd64 10.2.1-6cross1 [50.4 MB] [2021-09-16T18:56:20.437Z] #41 18.92 + 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-16T18:56:20.443Z] #51 23.67 go: downloading github.com/stretchr/testify v1.4.0 [2021-09-16T18:56:20.515Z] #51 20.50 go: downloading github.com/go-lintpack/lintpack v0.5.2 [2021-09-16T18:56:20.515Z] #51 20.75 go: downloading github.com/mitchellh/go-homedir v1.1.0 [2021-09-16T18:56:20.706Z] #51 24.05 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-09-16T18:56:20.968Z] #51 24.32 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-09-16T18:56:20.968Z] #51 24.41 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-09-16T18:56:21.540Z] #51 24.99 go: downloading github.com/magiconair/properties v1.8.1 [2021-09-16T18:56:21.632Z] #19 113.2 Get:90 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-arm-linux-gnueabihf amd64 4:10.2.1-1 [1468 B] [2021-09-16T18:56:21.632Z] #19 113.2 Get:91 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-armhf-cross all 5.10.13-1cross4 [1365 kB] [2021-09-16T18:56:21.632Z] #19 113.3 Get:92 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-armhf-cross all 2.31-9cross4 [1845 kB] [2021-09-16T18:56:21.632Z] #19 113.3 Get:93 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-armhf-cross all 10.2.1-6cross1 [1760 kB] [2021-09-16T18:56:21.632Z] #19 113.4 Get:94 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-10-arm-linux-gnueabihf amd64 10.2.1-6cross1 [47.1 MB] [2021-09-16T18:56:21.693Z] #41 ... [2021-09-16T18:56:21.693Z] [2021-09-16T18:56:21.693Z] #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-16T18:56:21.693Z] #37 sha256:10bbf66d32ae608d41ff58a9c01968e967b1a5334a83298c2899bf7607874281 [2021-09-16T18:56:21.693Z] #37 17.99 Fetched 8402 kB in 13s (648 kB/s) [2021-09-16T18:56:21.693Z] #37 17.99 Reading package lists... [2021-09-16T18:56:21.693Z] #37 23.41 Reading package lists... [2021-09-16T18:56:21.802Z] #51 25.01 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-09-16T18:56:21.802Z] #51 25.14 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-09-16T18:56:21.885Z] #51 ... [2021-09-16T18:56:21.885Z] [2021-09-16T18:56:21.885Z] #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-16T18:56:21.885Z] #57 sha256:72a343ae0ab7edaecfe454fc29a890e08e79477914e4a5d04f9b260b4c45f5fe [2021-09-16T18:56:21.885Z] #57 11.73 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8178 kB] [2021-09-16T18:56:21.885Z] #57 16.13 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [31.1 kB] [2021-09-16T18:56:21.885Z] #57 ... [2021-09-16T18:56:21.885Z] [2021-09-16T18:56:21.885Z] #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-16T18:56:21.885Z] #60 sha256:fb74e79648441633df8545955701b54b3e84b00adddf850192464417d6bb3e3a [2021-09-16T18:56:21.885Z] #60 11.65 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-09-16T18:56:21.885Z] #60 16.46 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-09-16T18:56:21.885Z] #60 17.48 go: downloading github.com/google/uuid v1.3.0 [2021-09-16T18:56:21.885Z] #60 17.78 go: downloading github.com/moby/vpnkit v0.5.0 [2021-09-16T18:56:21.885Z] #60 18.26 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2021-09-16T18:56:21.885Z] #60 18.44 go: downloading github.com/gofrs/flock v0.8.1 [2021-09-16T18:56:21.885Z] #60 18.82 go: downloading github.com/gorilla/mux v1.8.0 [2021-09-16T18:56:21.885Z] #60 19.05 go: downloading github.com/moby/sys/mountinfo v0.4.1 [2021-09-16T18:56:21.885Z] #60 19.80 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-09-16T18:56:21.885Z] #60 20.02 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2021-09-16T18:56:21.885Z] #60 ... [2021-09-16T18:56:21.885Z] [2021-09-16T18:56:21.885Z] #25 [dockercli 1/1] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh dockercli [2021-09-16T18:56:21.885Z] #25 sha256:7d63791c8393ca0d511c88a2044b886fdbb5c15b611214eb88960dbaf168adea [2021-09-16T18:56:21.885Z] #25 21.92 + mkdir -p /build [2021-09-16T18:56:21.885Z] #25 21.94 + mv docker/docker /build/ [2021-09-16T18:56:21.885Z] #25 21.96 + rmdir docker [2021-09-16T18:56:21.952Z] #37 28.21 Building dependency tree... [2021-09-16T18:56:21.952Z] #37 ... [2021-09-16T18:56:21.952Z] [2021-09-16T18:56:21.952Z] #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-16T18:56:21.952Z] #45 sha256:8b52766aa8992ad5ea6e7ea4db37d812f7240ba03735f3cac8e86ee521d7efa9 [2021-09-16T18:56:21.952Z] #45 18.16 Get:7 https://provo-mirror.opensuse.org//repositories/devel:/tools:/criu/Debian_10 Packages [2139 B] [2021-09-16T18:56:21.952Z] #45 21.96 Fetched 8406 kB in 15s (552 kB/s) [2021-09-16T18:56:21.952Z] #45 21.96 Reading package lists... [2021-09-16T18:56:22.063Z] #51 25.20 go: downloading github.com/spf13/afero v1.1.2 [2021-09-16T18:56:22.211Z] #45 26.82 Reading package lists... [2021-09-16T18:56:22.211Z] #45 ... [2021-09-16T18:56:22.211Z] [2021-09-16T18:56:22.211Z] #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-16T18:56:22.211Z] #60 sha256:1d9d88e15d8b305d25e6eac7079b5afa1387369c0b60de9c80412b0a4dc73123 [2021-09-16T18:56:22.211Z] #60 18.94 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-09-16T18:56:22.211Z] #60 19.17 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-09-16T18:56:22.324Z] #51 25.49 go: downloading github.com/spf13/cast v1.3.0 [2021-09-16T18:56:22.324Z] #51 25.62 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-09-16T18:56:22.324Z] #51 25.70 go: downloading github.com/subosito/gotenv v1.2.0 [2021-09-16T18:56:22.459Z] #25 ... [2021-09-16T18:56:22.459Z] [2021-09-16T18:56:22.459Z] #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-16T18:56:22.459Z] #45 sha256:8b52766aa8992ad5ea6e7ea4db37d812f7240ba03735f3cac8e86ee521d7efa9 [2021-09-16T18:56:22.459Z] #45 12.13 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8178 kB] [2021-09-16T18:56:22.459Z] #45 17.25 Get:6 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [31.1 kB] [2021-09-16T18:56:22.459Z] #45 ... [2021-09-16T18:56:22.459Z] [2021-09-16T18:56:22.459Z] #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-16T18:56:22.459Z] #49 sha256:8c09247c4f4145c824733f0a4a2c72b7395c81a5bc1b3db00673fa0dcc039697 [2021-09-16T18:56:22.459Z] #49 19.86 go: downloading github.com/jonboulle/clockwork v0.2.2 [2021-09-16T18:56:22.459Z] #49 19.93 go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2021-09-16T18:56:22.459Z] #49 20.26 go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2021-09-16T18:56:22.470Z] #60 ... [2021-09-16T18:56:22.470Z] [2021-09-16T18:56:22.470Z] #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-16T18:56:22.470Z] #51 sha256:f88eaab6bd342bff925ce84a941ed765f673508e7759b9761eaf51f29856d246 [2021-09-16T18:56:22.470Z] #51 28.87 go: downloading github.com/gobwas/glob v0.2.3 [2021-09-16T18:56:22.470Z] #51 28.87 go: downloading github.com/kisielk/gotool v1.0.0 [2021-09-16T18:56:22.470Z] #51 29.14 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-09-16T18:56:22.470Z] #51 29.14 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-09-16T18:56:22.470Z] #51 29.22 go: downloading github.com/gogo/protobuf v1.2.1 [2021-09-16T18:56:22.470Z] #51 ... [2021-09-16T18:56:22.470Z] [2021-09-16T18:56:22.470Z] #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-16T18:56:22.470Z] #57 sha256:72a343ae0ab7edaecfe454fc29a890e08e79477914e4a5d04f9b260b4c45f5fe [2021-09-16T18:56:22.470Z] #57 19.20 Fetched 8402 kB in 14s (619 kB/s) [2021-09-16T18:56:22.470Z] #57 19.20 Reading package lists... [2021-09-16T18:56:22.470Z] #57 24.52 Reading package lists... [2021-09-16T18:56:22.586Z] #51 25.83 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-09-16T18:56:22.586Z] #51 25.88 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-09-16T18:56:22.849Z] #51 26.24 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-09-16T18:56:22.990Z] #57 29.36 Building dependency tree... [2021-09-16T18:56:22.990Z] #57 ... [2021-09-16T18:56:22.990Z] [2021-09-16T18:56:22.990Z] #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-16T18:56:22.990Z] #37 sha256:10bbf66d32ae608d41ff58a9c01968e967b1a5334a83298c2899bf7607874281 [2021-09-16T18:56:22.990Z] #37 28.21 Building dependency tree... [2021-09-16T18:56:23.004Z] #41 ... [2021-09-16T18:56:23.004Z] [2021-09-16T18:56:23.004Z] #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-16T18:56:23.004Z] #60 sha256:9d621de03f5aa0d8b39275749ca08d9b84880dfcd96df762b627718959251a7d [2021-09-16T18:56:23.004Z] #60 11.35 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2021-09-16T18:56:23.004Z] #60 13.52 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-09-16T18:56:23.004Z] #60 16.31 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-09-16T18:56:23.004Z] #60 16.69 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-09-16T18:56:23.004Z] #60 ... [2021-09-16T18:56:23.004Z] [2021-09-16T18:56:23.004Z] #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-16T18:56:23.004Z] #51 sha256:f9fa53f70ebe00fcf59201ea46cdb773bbd00179e4ce433966351220e5bebea8 [2021-09-16T18:56:23.004Z] #51 19.80 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-09-16T18:56:23.004Z] #51 20.88 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-09-16T18:56:23.004Z] #51 20.88 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-09-16T18:56:23.004Z] #51 20.92 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-09-16T18:56:23.004Z] #51 20.98 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-09-16T18:56:23.004Z] #51 21.03 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-09-16T18:56:23.004Z] #51 21.07 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-09-16T18:56:23.004Z] #51 21.17 go: downloading github.com/stretchr/objx v0.2.0 [2021-09-16T18:56:23.004Z] #51 21.40 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-09-16T18:56:23.004Z] #51 21.44 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-09-16T18:56:23.004Z] #51 21.48 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-09-16T18:56:23.004Z] #51 21.52 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-09-16T18:56:23.004Z] #51 21.53 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-09-16T18:56:23.004Z] #51 21.58 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-09-16T18:56:23.004Z] #51 21.61 go: downloading golang.org/x/text v0.3.2 [2021-09-16T18:56:23.004Z] #51 21.70 go: downloading github.com/gobwas/glob v0.2.3 [2021-09-16T18:56:23.008Z] #19 114.7 Get:95 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-arm-linux-gnueabihf amd64 4:10.2.1-1 [1184 B] [2021-09-16T18:56:23.008Z] #19 114.7 Get:96 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-armhf all 12.9 [6708 B] [2021-09-16T18:56:23.008Z] #19 114.7 Get:97 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-ppc64el-cross all 2.31-9cross4 [1534 kB] [2021-09-16T18:56:23.008Z] #19 114.8 Get:98 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-ppc64el-cross all 10.2.1-6cross1 [30.5 kB] [2021-09-16T18:56:23.008Z] #19 114.8 Get:99 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-ppc64el-cross all 10.2.1-6cross1 [106 kB] [2021-09-16T18:56:23.008Z] #19 114.8 Get:100 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libitm1-ppc64el-cross all 10.2.1-6cross1 [28.4 kB] [2021-09-16T18:56:23.008Z] #19 114.8 Get:101 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-ppc64el-cross all 10.2.1-6cross1 [9712 B] [2021-09-16T18:56:23.008Z] #19 114.8 Get:102 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-ppc64el-cross all 10.2.1-6cross1 [2096 kB] [2021-09-16T18:56:23.008Z] #19 114.8 Get:103 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 liblsan0-ppc64el-cross all 10.2.1-6cross1 [847 kB] [2021-09-16T18:56:23.008Z] #19 114.8 Get:104 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libtsan0-ppc64el-cross all 10.2.1-6cross1 [2025 kB] [2021-09-16T18:56:23.008Z] #19 114.9 Get:105 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-ppc64el-cross all 10.2.1-6cross1 [497 kB] [2021-09-16T18:56:23.029Z] #49 ... [2021-09-16T18:56:23.029Z] [2021-09-16T18:56:23.029Z] #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-16T18:56:23.029Z] #25 sha256:7d63791c8393ca0d511c88a2044b886fdbb5c15b611214eb88960dbaf168adea [2021-09-16T18:56:23.029Z] #25 DONE 23.0s [2021-09-16T18:56:23.029Z] [2021-09-16T18:56:23.029Z] #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-16T18:56:23.029Z] #14 sha256:08b9278feadfc8db068b744755add65a213f9549a1269ed67e0d97e0b3db2896 [2021-09-16T18:56:23.029Z] #14 14.99 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [31.1 kB] [2021-09-16T18:56:23.110Z] #51 ... [2021-09-16T18:56:23.110Z] [2021-09-16T18:56:23.110Z] #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-16T18:56:23.110Z] #35 sha256:23dd601d42072ce364b368b0f77935f289df232209541cac87cec6a0a579a5df [2021-09-16T18:56:23.110Z] #35 DONE 26.3s [2021-09-16T18:56:23.110Z] [2021-09-16T18:56:23.110Z] #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-16T18:56:23.110Z] #51 sha256:6bcb5a6aea0206883626abc34265bc2c80c78b74f6f17845ca31be650d11e6b6 [2021-09-16T18:56:23.110Z] #51 26.28 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-09-16T18:56:23.110Z] #51 26.32 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-09-16T18:56:23.110Z] #51 26.45 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-09-16T18:56:23.267Z] #51 22.02 go: downloading github.com/kisielk/gotool v1.0.0 [2021-09-16T18:56:23.270Z] #19 114.9 Get:106 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-ppc64el-cross all 10.2.1-6cross1 [798 kB] [2021-09-16T18:56:23.270Z] #19 115.0 Get:107 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libquadmath0-ppc64el-cross all 10.2.1-6cross1 [149 kB] [2021-09-16T18:56:23.270Z] #19 115.0 Get:108 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-ppc64el-cross all 10.2.1-6cross1 [1249 kB] [2021-09-16T18:56:23.270Z] #19 115.0 Get:109 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-powerpc64le-linux-gnu amd64 10.2.1-6cross1 [48.9 MB] [2021-09-16T18:56:23.286Z] #14 ... [2021-09-16T18:56:23.287Z] [2021-09-16T18:56:23.287Z] #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-16T18:56:23.287Z] #49 sha256:8c09247c4f4145c824733f0a4a2c72b7395c81a5bc1b3db00673fa0dcc039697 [2021-09-16T18:56:23.287Z] #49 23.33 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2021-09-16T18:56:23.287Z] #49 23.37 go: downloading golang.org/x/mod v0.3.0 [2021-09-16T18:56:23.370Z] #51 26.59 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-09-16T18:56:23.370Z] #51 26.64 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-09-16T18:56:23.370Z] #51 26.69 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-09-16T18:56:23.531Z] #51 ... [2021-09-16T18:56:23.531Z] [2021-09-16T18:56:23.531Z] #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-16T18:56:23.531Z] #57 sha256:2207c33f3024a8de3ca4bded83cd151fd7b8dbf31bffc71795b2ddd61399d6b5 [2021-09-16T18:56:23.531Z] #57 12.33 Fetched 8291 kB in 7s (1120 kB/s) [2021-09-16T18:56:23.531Z] #57 12.33 Reading package lists... [2021-09-16T18:56:23.531Z] #57 15.98 Reading package lists... [2021-09-16T18:56:23.531Z] #57 21.15 Building dependency tree... [2021-09-16T18:56:23.631Z] #51 26.81 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-09-16T18:56:23.631Z] #51 26.99 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-09-16T18:56:23.794Z] #57 ... [2021-09-16T18:56:23.794Z] [2021-09-16T18:56:23.794Z] #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-16T18:56:23.794Z] #37 sha256:09aaeea62a73c1da33d22c419c4324acef007457a30319400ac591e075da63ed [2021-09-16T18:56:23.794Z] #37 12.90 Fetched 8291 kB in 8s (1044 kB/s) [2021-09-16T18:56:23.794Z] #37 12.90 Reading package lists... [2021-09-16T18:56:23.794Z] #37 17.18 Reading package lists... [2021-09-16T18:56:23.794Z] #37 21.69 Building dependency tree... [2021-09-16T18:56:23.892Z] #51 27.14 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-09-16T18:56:24.058Z] #37 ... [2021-09-16T18:56:24.058Z] [2021-09-16T18:56:24.058Z] #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-16T18:56:24.058Z] #49 sha256:ddb7be40e9d748defc800fd5d813a0dd15db24f5940bb455e526259867f39d2b [2021-09-16T18:56:24.058Z] #49 12.78 go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2021-09-16T18:56:24.058Z] #49 12.80 go: downloading golang.org/x/mod v0.3.0 [2021-09-16T18:56:24.153Z] #51 27.33 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-09-16T18:56:24.153Z] #51 27.43 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-09-16T18:56:24.153Z] #51 27.50 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-09-16T18:56:24.322Z] #49 ... [2021-09-16T18:56:24.322Z] [2021-09-16T18:56:24.322Z] #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-16T18:56:24.322Z] #14 sha256:8f83bcf2f635d3a795f49218ddeffb549fae58f063ef6778311fcdf619d92ac0 [2021-09-16T18:56:24.322Z] #14 13.11 Fetched 8291 kB in 8s (1001 kB/s) [2021-09-16T18:56:24.322Z] #14 13.11 Reading package lists... [2021-09-16T18:56:24.322Z] #14 17.13 Reading package lists... [2021-09-16T18:56:24.322Z] #14 22.21 Building dependency tree... [2021-09-16T18:56:24.366Z] #37 ... [2021-09-16T18:56:24.366Z] [2021-09-16T18:56:24.366Z] #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-16T18:56:24.366Z] #14 sha256:08b9278feadfc8db068b744755add65a213f9549a1269ed67e0d97e0b3db2896 [2021-09-16T18:56:24.366Z] #14 20.66 Fetched 8402 kB in 14s (611 kB/s) [2021-09-16T18:56:24.366Z] #14 20.66 Reading package lists... [2021-09-16T18:56:24.366Z] #14 25.56 Reading package lists... [2021-09-16T18:56:24.366Z] #14 30.55 Building dependency tree... [2021-09-16T18:56:24.366Z] #14 ... [2021-09-16T18:56:24.366Z] [2021-09-16T18:56:24.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-16T18:56:24.366Z] #51 sha256:f88eaab6bd342bff925ce84a941ed765f673508e7759b9761eaf51f29856d246 [2021-09-16T18:56:24.366Z] #51 30.56 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-09-16T18:56:24.366Z] #51 30.71 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-09-16T18:56:24.366Z] #51 30.84 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-09-16T18:56:24.416Z] #51 27.61 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-09-16T18:56:24.587Z] #14 ... [2021-09-16T18:56:24.587Z] [2021-09-16T18:56:24.587Z] #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-16T18:56:24.587Z] #45 sha256:530e5eb8a2a7172d3a738144194be4664354a464a3c422f9a6d03b278368204a [2021-09-16T18:56:24.587Z] #45 13.98 Get:7 https://provo-mirror.opensuse.org//repositories/devel:/tools:/criu/Debian_10 Packages [2139 B] [2021-09-16T18:56:24.587Z] #45 14.11 Fetched 8294 kB in 9s (873 kB/s) [2021-09-16T18:56:24.587Z] #45 14.11 Reading package lists... [2021-09-16T18:56:24.587Z] #45 18.79 Reading package lists... [2021-09-16T18:56:24.587Z] #45 22.97 Building dependency tree... [2021-09-16T18:56:24.587Z] #45 ... [2021-09-16T18:56:24.587Z] [2021-09-16T18:56:24.587Z] #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-16T18:56:24.587Z] #57 sha256:2207c33f3024a8de3ca4bded83cd151fd7b8dbf31bffc71795b2ddd61399d6b5 [2021-09-16T18:56:24.587Z] #57 23.48 The following additional packages will be installed: [2021-09-16T18:56:24.645Z] #19 116.3 Get:110 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-powerpc64le-linux-gnu amd64 4:10.2.1-1 [1468 B] [2021-09-16T18:56:24.645Z] #19 116.3 Get:111 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-ppc64el-cross all 5.10.13-1cross4 [1391 kB] [2021-09-16T18:56:24.645Z] #19 116.4 Get:112 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-ppc64el-cross all 2.31-9cross4 [2382 kB] [2021-09-16T18:56:24.645Z] #19 116.4 Get:113 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-ppc64el-cross all 10.2.1-6cross1 [1775 kB] [2021-09-16T18:56:24.849Z] #57 23.49 libbtrfs0 [2021-09-16T18:56:24.849Z] #57 23.62 The following NEW packages will be installed: [2021-09-16T18:56:24.849Z] #57 23.63 libbtrfs-dev libbtrfs0 [2021-09-16T18:56:24.904Z] #19 116.5 Get:114 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-10-powerpc64le-linux-gnu amd64 10.2.1-6cross1 [46.0 MB] [2021-09-16T18:56:24.989Z] #51 28.27 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-09-16T18:56:24.989Z] #51 28.31 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-09-16T18:56:24.989Z] #51 28.34 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-09-16T18:56:25.253Z] #51 28.67 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-09-16T18:56:25.515Z] #51 28.78 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-09-16T18:56:25.612Z] #57 24.14 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2021-09-16T18:56:25.612Z] #57 24.14 Need to get 454 kB of archives. [2021-09-16T18:56:25.612Z] #57 24.14 After this operation, 1275 kB of additional disk space will be used. [2021-09-16T18:56:25.612Z] #57 24.14 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB] [2021-09-16T18:56:25.612Z] #57 24.15 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB] [2021-09-16T18:56:25.776Z] #51 29.16 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-09-16T18:56:25.776Z] #51 29.21 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-09-16T18:56:25.840Z] #19 117.6 Get:115 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-powerpc64le-linux-gnu amd64 4:10.2.1-1 [1184 B] [2021-09-16T18:56:25.840Z] #19 117.6 Get:116 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-ppc64el all 12.9 [6716 B] [2021-09-16T18:56:25.840Z] #19 117.6 Get:117 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-s390x-cross all 2.31-9cross4 [1231 kB] [2021-09-16T18:56:25.840Z] #19 117.6 Get:118 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-s1-s390x-cross all 10.2.1-6cross1 [24.6 kB] [2021-09-16T18:56:25.840Z] #19 117.6 Get:119 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgomp1-s390x-cross all 10.2.1-6cross1 [90.5 kB] [2021-09-16T18:56:25.840Z] #19 117.6 Get:120 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libitm1-s390x-cross all 10.2.1-6cross1 [24.9 kB] [2021-09-16T18:56:25.840Z] #19 117.6 Get:121 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libatomic1-s390x-cross all 10.2.1-6cross1 [7944 B] [2021-09-16T18:56:25.840Z] #19 117.6 Get:122 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libasan6-s390x-cross all 10.2.1-6cross1 [1863 kB] [2021-09-16T18:56:25.840Z] #19 117.7 Get:123 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++6-s390x-cross all 10.2.1-6cross1 [442 kB] [2021-09-16T18:56:25.840Z] #19 117.7 Get:124 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libubsan1-s390x-cross all 10.2.1-6cross1 [747 kB] [2021-09-16T18:56:25.840Z] #19 117.7 Get:125 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgcc-10-dev-s390x-cross all 10.2.1-6cross1 [663 kB] [2021-09-16T18:56:26.099Z] #19 117.8 Get:126 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-10-s390x-linux-gnu amd64 10.2.1-6cross1 [46.3 MB] [2021-09-16T18:56:26.671Z] Fetching without tags [2021-09-16T18:56:27.083Z] #57 25.72 debconf: delaying package configuration, since apt-utils is not installed [2021-09-16T18:56:27.083Z] #57 25.92 Fetched 454 kB in 0s (1180 kB/s) [2021-09-16T18:56:27.083Z] #57 26.01 Selecting previously unselected package libbtrfs0:arm64. [2021-09-16T18:56:27.168Z] #51 30.19 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-09-16T18:56:27.168Z] #51 30.29 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-09-16T18:56:27.168Z] #51 30.34 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-09-16T18:56:27.168Z] #51 30.50 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-09-16T18:56:27.326Z] Merging remotes/origin/master commit 5176095455642c30642efacf6f35afc7c6dede92 into PR head commit e187eb2bb5f0c3f899fe643e95d1af8c57e89a73 [2021-09-16T18:56:27.346Z] #57 26.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-16T18:56:27.346Z] #57 26.12 Preparing to unpack .../libbtrfs0_5.10.1-2_arm64.deb ... [2021-09-16T18:56:27.346Z] #57 26.15 Unpacking libbtrfs0:arm64 (5.10.1-2) ... [2021-09-16T18:56:27.429Z] #51 30.71 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-09-16T18:56:27.475Z] #19 119.0 Get:127 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-s390x-linux-gnu amd64 4:10.2.1-1 [1456 B] [2021-09-16T18:56:27.475Z] #19 119.0 Get:128 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 linux-libc-dev-s390x-cross all 5.10.13-1cross4 [1395 kB] [2021-09-16T18:56:27.475Z] #19 119.0 Get:129 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libc6-dev-s390x-cross all 2.31-9cross4 [1943 kB] [2021-09-16T18:56:27.475Z] #19 119.0 Get:130 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libstdc++-10-dev-s390x-cross all 10.2.1-6cross1 [1684 kB] [2021-09-16T18:56:27.475Z] #19 119.1 Get:131 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-10-s390x-linux-gnu amd64 10.2.1-6cross1 [44.2 MB] [2021-09-16T18:56:27.612Z] #57 26.34 Selecting previously unselected package libbtrfs-dev:arm64. [2021-09-16T18:56:27.612Z] #57 26.35 Preparing to unpack .../libbtrfs-dev_5.10.1-2_arm64.deb ... [2021-09-16T18:56:27.612Z] #57 26.37 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ... [2021-09-16T18:56:27.658Z] #51 ... [2021-09-16T18:56:27.658Z] [2021-09-16T18:56:27.658Z] #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-16T18:56:27.658Z] #53 sha256:1537994b3820794f67d64cae1e4fc7ace98fb5a67d93361f1b4e8de5aea553eb [2021-09-16T18:56:27.658Z] #53 DONE 33.6s [2021-09-16T18:56:27.658Z] [2021-09-16T18:56:27.658Z] #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-16T18:56:27.658Z] #37 sha256:10bbf66d32ae608d41ff58a9c01968e967b1a5334a83298c2899bf7607874281 [2021-09-16T18:56:27.658Z] #37 31.41 The following additional packages will be installed: [2021-09-16T18:56:27.658Z] #37 31.42 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2021-09-16T18:56:27.658Z] #37 31.44 Suggested packages: [2021-09-16T18:56:27.658Z] #37 31.45 cmake-doc ninja-build lrzip [2021-09-16T18:56:27.658Z] #37 31.45 Recommended packages: [2021-09-16T18:56:27.658Z] #37 31.45 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-09-16T18:56:27.658Z] #37 32.20 The following NEW packages will be installed: [2021-09-16T18:56:27.658Z] #37 32.20 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2021-09-16T18:56:27.658Z] #37 32.21 vim-common xxd [2021-09-16T18:56:27.658Z] #37 32.61 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2021-09-16T18:56:27.658Z] #37 32.61 Need to get 17.7 MB of archives. [2021-09-16T18:56:27.658Z] #37 32.61 After this operation, 70.7 MB of additional disk space will be used. [2021-09-16T18:56:27.658Z] #37 32.61 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3 [192 kB] [2021-09-16T18:56:27.658Z] #37 32.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-16T18:56:27.658Z] #37 32.62 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2 [1725 kB] [2021-09-16T18:56:27.658Z] #37 32.71 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2021-09-16T18:56:27.658Z] #37 33.30 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7 [693 kB] [2021-09-16T18:56:27.658Z] #37 33.32 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+b1 [343 kB] [2021-09-16T18:56:27.658Z] #37 33.34 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2021-09-16T18:56:27.658Z] #37 33.34 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2021-09-16T18:56:27.658Z] #37 33.39 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2021-09-16T18:56:27.658Z] #37 33.40 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2 [5593 kB] [2021-09-16T18:56:27.691Z] #51 30.92 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-09-16T18:56:27.878Z] #57 26.72 Setting up libbtrfs0:arm64 (5.10.1-2) ... [2021-09-16T18:56:27.916Z] #37 34.47 debconf: delaying package configuration, since apt-utils is not installed [2021-09-16T18:56:28.141Z] #57 26.80 Setting up libbtrfs-dev:arm64 (5.10.1-2) ... [2021-09-16T18:56:28.141Z] #57 26.83 Processing triggers for libc-bin (2.31-13) ... [2021-09-16T18:56:28.176Z] #37 34.71 Fetched 17.7 MB in 1s (14.0 MB/s) [2021-09-16T18:56:28.176Z] #37 34.77 Selecting previously unselected package xxd. [2021-09-16T18:56:28.176Z] #37 34.77 (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-16T18:56:28.176Z] #37 34.84 Preparing to unpack .../0-xxd_2%3a8.2.2434-3_amd64.deb ... [2021-09-16T18:56:28.176Z] #37 34.84 Unpacking xxd (2:8.2.2434-3) ... [2021-09-16T18:56:28.264Z] #51 31.43 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-09-16T18:56:28.435Z] #37 34.94 Selecting previously unselected package vim-common. [2021-09-16T18:56:28.435Z] #37 34.95 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3_all.deb ... [2021-09-16T18:56:28.435Z] #37 34.98 Unpacking vim-common (2:8.2.2434-3) ... [2021-09-16T18:56:28.334Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-09-16T18:56:28.372Z] > git config --add remote.origin.fetch +refs/pull/41759/head:refs/remotes/origin/PR-41759 # timeout=10 [2021-09-16T18:56:28.430Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-09-16T18:56:28.525Z] #51 31.83 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-09-16T18:56:28.525Z] #51 31.96 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-09-16T18:56:28.545Z] #49 ... [2021-09-16T18:56:28.545Z] [2021-09-16T18:56:28.545Z] #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-16T18:56:28.545Z] #51 sha256:38f49ed11733cb386ab1016045b46d1752876c063116cce36b18f2f11e5c0ab1 [2021-09-16T18:56:28.545Z] #51 26.07 go: downloading github.com/mattn/go-colorable v0.1.4 [2021-09-16T18:56:28.545Z] #51 26.21 go: downloading github.com/sirupsen/logrus v1.4.2 [2021-09-16T18:56:28.545Z] #51 26.24 go: downloading github.com/stretchr/testify v1.4.0 [2021-09-16T18:56:28.545Z] #51 26.63 go: downloading github.com/golangci/revgrep v0.0.0-20180526074752-d9c87f5ffaf0 [2021-09-16T18:56:28.545Z] #51 26.73 go: downloading github.com/mattn/go-isatty v0.0.8 [2021-09-16T18:56:28.545Z] #51 26.84 go: downloading github.com/fsnotify/fsnotify v1.4.7 [2021-09-16T18:56:28.545Z] #51 27.03 go: downloading github.com/hashicorp/hcl v1.0.0 [2021-09-16T18:56:28.545Z] #51 27.49 go: downloading github.com/magiconair/properties v1.8.1 [2021-09-16T18:56:28.545Z] #51 27.60 go: downloading github.com/mitchellh/mapstructure v1.1.2 [2021-09-16T18:56:28.545Z] #51 27.64 go: downloading github.com/pelletier/go-toml v1.2.0 [2021-09-16T18:56:28.545Z] #51 27.84 go: downloading github.com/spf13/afero v1.1.2 [2021-09-16T18:56:28.545Z] #51 28.10 go: downloading github.com/spf13/cast v1.3.0 [2021-09-16T18:56:28.545Z] #51 28.17 go: downloading github.com/spf13/jwalterweatherman v1.0.0 [2021-09-16T18:56:28.545Z] #51 28.21 go: downloading github.com/subosito/gotenv v1.2.0 [2021-09-16T18:56:28.545Z] #51 28.24 go: downloading gopkg.in/ini.v1 v1.51.0 [2021-09-16T18:56:28.545Z] #51 28.30 go: downloading gopkg.in/yaml.v2 v2.2.7 [2021-09-16T18:56:28.545Z] #51 28.69 go: downloading github.com/go-toolsmith/astcast v1.0.0 [2021-09-16T18:56:28.636Z] Fetching without tags [2021-09-16T18:56:28.698Z] #37 35.26 Selecting previously unselected package cmake-data. [2021-09-16T18:56:28.698Z] #37 ... [2021-09-16T18:56:28.698Z] [2021-09-16T18:56:28.698Z] #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-16T18:56:28.698Z] #57 sha256:72a343ae0ab7edaecfe454fc29a890e08e79477914e4a5d04f9b260b4c45f5fe [2021-09-16T18:56:28.698Z] #57 29.36 Building dependency tree... [2021-09-16T18:56:28.698Z] #57 32.34 The following additional packages will be installed: [2021-09-16T18:56:28.698Z] #57 32.36 libbtrfs0 [2021-09-16T18:56:28.698Z] #57 32.49 The following NEW packages will be installed: [2021-09-16T18:56:28.698Z] #57 32.51 libbtrfs-dev libbtrfs0 [2021-09-16T18:56:28.698Z] #57 32.88 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2021-09-16T18:56:28.698Z] #57 32.88 Need to get 460 kB of archives. [2021-09-16T18:56:28.698Z] #57 32.88 After this operation, 1237 kB of additional disk space will be used. [2021-09-16T18:56:28.698Z] #57 32.88 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2021-09-16T18:56:28.698Z] #57 32.88 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2021-09-16T18:56:28.698Z] #57 33.97 debconf: delaying package configuration, since apt-utils is not installed [2021-09-16T18:56:28.698Z] #57 34.15 Fetched 460 kB in 0s (1513 kB/s) [2021-09-16T18:56:28.698Z] #57 34.29 Selecting previously unselected package libbtrfs0:amd64. [2021-09-16T18:56:28.698Z] #57 34.29 (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-16T18:56:28.698Z] #57 34.32 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2021-09-16T18:56:28.698Z] #57 34.37 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2021-09-16T18:56:28.698Z] #57 34.62 Selecting previously unselected package libbtrfs-dev:amd64. [2021-09-16T18:56:28.698Z] #57 34.62 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2021-09-16T18:56:28.698Z] #57 34.63 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2021-09-16T18:56:28.698Z] #57 34.88 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2021-09-16T18:56:28.698Z] #57 34.90 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2021-09-16T18:56:28.698Z] #57 34.91 Processing triggers for libc-bin (2.31-13) ... [2021-09-16T18:56:28.698Z] #57 DONE 35.3s [2021-09-16T18:56:28.698Z] [2021-09-16T18:56:28.698Z] #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-16T18:56:28.698Z] #37 sha256:10bbf66d32ae608d41ff58a9c01968e967b1a5334a83298c2899bf7607874281 [2021-09-16T18:56:28.698Z] #37 35.26 Preparing to unpack .../2-cmake-data_3.18.4-2_all.deb ... [2021-09-16T18:56:28.698Z] #37 35.27 Unpacking cmake-data (3.18.4-2) ... [2021-09-16T18:56:28.717Z] #57 DONE 27.4s [2021-09-16T18:56:28.717Z] [2021-09-16T18:56:28.717Z] #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-16T18:56:28.717Z] #37 sha256:09aaeea62a73c1da33d22c419c4324acef007457a30319400ac591e075da63ed [2021-09-16T18:56:28.717Z] #37 23.99 The following additional packages will be installed: [2021-09-16T18:56:28.717Z] #37 24.00 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2021-09-16T18:56:28.717Z] #37 24.00 Suggested packages: [2021-09-16T18:56:28.717Z] #37 24.01 cmake-doc ninja-build lrzip [2021-09-16T18:56:28.717Z] #37 24.01 Recommended packages: [2021-09-16T18:56:28.717Z] #37 24.01 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-09-16T18:56:28.717Z] #37 24.78 The following NEW packages will be installed: [2021-09-16T18:56:28.717Z] #37 24.78 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2021-09-16T18:56:28.717Z] #37 24.78 vim-common xxd [2021-09-16T18:56:28.717Z] #37 25.16 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2021-09-16T18:56:28.717Z] #37 25.16 Need to get 15.6 MB of archives. [2021-09-16T18:56:28.717Z] #37 25.16 After this operation, 67.4 MB of additional disk space will be used. [2021-09-16T18:56:28.717Z] #37 25.16 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xxd arm64 2:8.2.2434-3 [192 kB] [2021-09-16T18:56:28.717Z] #37 25.17 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-common all 2:8.2.2434-3 [226 kB] [2021-09-16T18:56:28.717Z] #37 25.17 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 cmake-data all 3.18.4-2 [1725 kB] [2021-09-16T18:56:28.717Z] #37 25.22 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB] [2021-09-16T18:56:28.717Z] #37 25.45 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libxml2 arm64 2.9.10+dfsg-6.7 [629 kB] [2021-09-16T18:56:28.717Z] #37 25.48 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libarchive13 arm64 3.4.3-2+b1 [320 kB] [2021-09-16T18:56:28.717Z] #37 25.49 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjsoncpp24 arm64 1.9.4-4 [72.5 kB] [2021-09-16T18:56:28.717Z] #37 25.49 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 librhash0 arm64 1.4.1-2 [127 kB] [2021-09-16T18:56:28.717Z] #37 25.49 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libuv1 arm64 1.40.0-2 [126 kB] [2021-09-16T18:56:28.717Z] #37 25.49 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 cmake arm64 3.18.4-2 [3673 kB] [2021-09-16T18:56:28.717Z] #37 26.54 debconf: delaying package configuration, since apt-utils is not installed [2021-09-16T18:56:28.717Z] #37 26.70 Fetched 15.6 MB in 1s (19.6 MB/s) [2021-09-16T18:56:28.717Z] #37 26.83 Selecting previously unselected package xxd. [2021-09-16T18:56:28.717Z] #37 26.83 (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-16T18:56:28.717Z] #37 26.91 Preparing to unpack .../0-xxd_2%3a8.2.2434-3_arm64.deb ... [2021-09-16T18:56:28.717Z] #37 26.97 Unpacking xxd (2:8.2.2434-3) ... [2021-09-16T18:56:28.717Z] #37 27.38 Selecting previously unselected package vim-common. [2021-09-16T18:56:28.717Z] #37 27.38 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3_all.deb ... [2021-09-16T18:56:28.717Z] #37 27.40 Unpacking vim-common (2:8.2.2434-3) ... [2021-09-16T18:56:28.787Z] #51 32.19 go: downloading github.com/ultraware/funlen v0.0.2 [2021-09-16T18:56:28.804Z] #51 28.87 go: downloading github.com/go-toolsmith/astcopy v1.0.0 [2021-09-16T18:56:28.804Z] #51 28.95 go: downloading github.com/go-toolsmith/astequal v1.0.0 [2021-09-16T18:56:28.804Z] #51 28.96 go: downloading github.com/go-toolsmith/astfmt v1.0.0 [2021-09-16T18:56:28.804Z] #51 29.00 go: downloading github.com/go-toolsmith/astp v1.0.0 [2021-09-16T18:56:28.804Z] #51 29.04 go: downloading github.com/go-toolsmith/strparse v1.0.0 [2021-09-16T18:56:28.804Z] #51 29.08 go: downloading github.com/go-toolsmith/typep v1.0.0 [2021-09-16T18:56:28.851Z] #19 120.4 Get:132 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 g++-s390x-linux-gnu amd64 4:10.2.1-1 [1176 B] [2021-09-16T18:56:28.851Z] #19 120.4 Get:133 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 crossbuild-essential-s390x all 12.9 [6704 B] [2021-09-16T18:56:26.417Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-09-16T18:56:26.453Z] > git config --add remote.origin.fetch +refs/pull/41759/head:refs/remotes/origin/PR-41759 # timeout=10 [2021-09-16T18:56:26.488Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-09-16T18:56:26.598Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-09-16T18:56:26.710Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-09-16T18:56:26.710Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-09-16T18:56:26.712Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/41759/head:refs/remotes/origin/PR-41759 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-09-16T18:56:27.440Z] > git config core.sparsecheckout # timeout=10 [2021-09-16T18:56:27.476Z] > git checkout -f e187eb2bb5f0c3f899fe643e95d1af8c57e89a73 # timeout=10 [2021-09-16T18:56:29.049Z] #51 32.27 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-09-16T18:56:29.049Z] #51 32.34 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-09-16T18:56:29.061Z] #51 ... [2021-09-16T18:56:29.061Z] [2021-09-16T18:56:29.061Z] #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-16T18:56:29.061Z] #35 sha256:5b9955ada2fc4952d4f2a1b6f6888065b26ad03ab019d817053410ec34a8e158 [2021-09-16T18:56:29.061Z] #35 DONE 29.4s [2021-09-16T18:56:29.061Z] [2021-09-16T18:56:29.061Z] #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-16T18:56:29.061Z] #51 sha256:38f49ed11733cb386ab1016045b46d1752876c063116cce36b18f2f11e5c0ab1 [2021-09-16T18:56:29.061Z] #51 29.29 go: downloading github.com/OpenPeeDeeP/depguard v1.0.1 [2021-09-16T18:56:29.061Z] #51 29.31 go: downloading github.com/bombsimon/wsl/v2 v2.0.0 [2021-09-16T18:56:29.300Z] #37 27.87 Selecting previously unselected package cmake-data. [2021-09-16T18:56:29.301Z] #37 27.87 Preparing to unpack .../2-cmake-data_3.18.4-2_all.deb ... [2021-09-16T18:56:29.301Z] #37 27.88 Unpacking cmake-data (3.18.4-2) ... [2021-09-16T18:56:29.302Z] Merging remotes/origin/master commit 5176095455642c30642efacf6f35afc7c6dede92 into PR head commit e187eb2bb5f0c3f899fe643e95d1af8c57e89a73 [2021-09-16T18:56:29.311Z] #51 32.52 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-09-16T18:56:29.311Z] #51 ... [2021-09-16T18:56:29.311Z] [2021-09-16T18:56:29.311Z] #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-16T18:56:29.311Z] #47 sha256:dc1318f8a9c6ec4a58522047d8e51437a57b4eda9f68c5f7901c864bb9226d09 [2021-09-16T18:56:29.311Z] #47 DONE 32.7s [2021-09-16T18:56:29.311Z] [2021-09-16T18:56:29.311Z] #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-16T18:56:29.311Z] #37 sha256:10bbf66d32ae608d41ff58a9c01968e967b1a5334a83298c2899bf7607874281 [2021-09-16T18:56:29.311Z] #37 31.38 Fetched 8402 kB in 23s (365 kB/s) [2021-09-16T18:56:29.321Z] #51 29.41 go: downloading github.com/golangci/check v0.0.0-20180506172741-cfe4005ccda2 [2021-09-16T18:56:29.321Z] #51 29.55 go: downloading github.com/golangci/dupl v0.0.0-20180902072040-3e9179ac440a [2021-09-16T18:56:29.321Z] #51 29.55 go: downloading github.com/golangci/errcheck v0.0.0-20181223084120-ef45e06d44b6 [2021-09-16T18:56:29.321Z] #51 29.62 go: downloading github.com/golangci/go-misc v0.0.0-20180628070357-927a3d87b613 [2021-09-16T18:56:29.662Z] #51 29.90 go: downloading github.com/golangci/goconst v0.0.0-20180610141641-041c5f2b40f3 [2021-09-16T18:56:29.662Z] #51 29.90 go: downloading github.com/golangci/gocyclo v0.0.0-20180528134321-2becd97e67ee [2021-09-16T18:56:29.787Z] #19 121.5 debconf: delaying package configuration, since apt-utils is not installed [2021-09-16T18:56:29.865Z] Merge succeeded, producing e187eb2bb5f0c3f899fe643e95d1af8c57e89a73 [2021-09-16T18:56:29.865Z] Checking out Revision e187eb2bb5f0c3f899fe643e95d1af8c57e89a73 (PR-41759) [2021-09-16T18:56:29.944Z] #51 30.13 go: downloading github.com/golangci/gofmt v0.0.0-20190930125516-244bba706f1a [2021-09-16T18:56:30.046Z] #19 121.8 Fetched 787 MB in 28s (28.5 MB/s) [2021-09-16T18:56:30.046Z] #19 121.9 Selecting previously unselected package liblocale-gettext-perl. [2021-09-16T18:56:30.074Z] #37 ... [2021-09-16T18:56:30.074Z] [2021-09-16T18:56:30.074Z] #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-16T18:56:30.074Z] #14 sha256:08b9278feadfc8db068b744755add65a213f9549a1269ed67e0d97e0b3db2896 [2021-09-16T18:56:30.074Z] #14 30.55 Building dependency tree... [2021-09-16T18:56:30.074Z] #14 33.38 The following additional packages will be installed: [2021-09-16T18:56:30.074Z] #14 33.38 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-09-16T18:56:30.074Z] #14 33.38 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2021-09-16T18:56:30.074Z] #14 33.38 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2021-09-16T18:56:30.074Z] #14 33.38 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2021-09-16T18:56:30.074Z] #14 33.39 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2021-09-16T18:56:30.074Z] #14 33.39 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2021-09-16T18:56:30.074Z] #14 33.39 mingw-w64-common mingw-w64-x86-64-dev [2021-09-16T18:56:30.074Z] #14 33.41 Suggested packages: [2021-09-16T18:56:30.074Z] #14 33.41 gcc-10-locales seccomp wine64 [2021-09-16T18:56:30.074Z] #14 34.56 The following NEW packages will be installed: [2021-09-16T18:56:30.074Z] #14 34.56 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-09-16T18:56:30.074Z] #14 34.56 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2021-09-16T18:56:30.074Z] #14 34.56 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2021-09-16T18:56:30.074Z] #14 34.56 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2021-09-16T18:56:30.074Z] #14 34.56 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2021-09-16T18:56:30.074Z] #14 34.56 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2021-09-16T18:56:30.074Z] #14 34.56 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2021-09-16T18:56:30.074Z] #14 34.56 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2021-09-16T18:56:30.074Z] #14 34.56 mingw-w64-x86-64-dev [2021-09-16T18:56:30.074Z] #14 34.95 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded. [2021-09-16T18:56:30.074Z] #14 34.95 Need to get 115 MB of archives. [2021-09-16T18:56:30.074Z] #14 34.95 After this operation, 645 MB of additional disk space will be used. [2021-09-16T18:56:30.074Z] #14 34.95 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-16T18:56:30.074Z] #14 35.04 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-16T18:56:30.074Z] #14 35.16 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-16T18:56:30.074Z] #14 35.17 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-16T18:56:30.074Z] #14 35.18 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-16T18:56:30.074Z] #14 35.18 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2021-09-16T18:56:30.074Z] #14 35.39 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-16T18:56:30.074Z] #14 35.60 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-16T18:56:30.074Z] #14 35.61 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-16T18:56:30.074Z] #14 36.16 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-16T18:56:30.224Z] #51 30.49 go: downloading github.com/golangci/ineffassign v0.0.0-20190609212857-42439a7714cc [2021-09-16T18:56:30.260Z] #37 ... [2021-09-16T18:56:30.260Z] [2021-09-16T18:56:30.260Z] #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-16T18:56:30.260Z] #30 sha256:e613251d49e146652944fc966fdbec642123e5ed83cd7e20ff5075ed905cecc0 [2021-09-16T18:56:30.260Z] #30 19.66 [2021-09-16T18:56:30.260Z] #30 25.18 Downloading 'library/hello-world:latest@sha256:d58e752213a51785838f9eed2b7a498ffa1cb3aa7f946dda11af39286c3db9a9' (1 layers)... [2021-09-16T18:56:30.260Z] #30 26.97 #=#=# [2021-09-16T18:56:30.260Z] #30 27.26 ######################################################################## 100.0% [2021-09-16T18:56:30.260Z] #30 28.47 [2021-09-16T18:56:30.260Z] #30 ... [2021-09-16T18:56:30.260Z] [2021-09-16T18:56:30.260Z] #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-16T18:56:30.260Z] #14 sha256:8f83bcf2f635d3a795f49218ddeffb549fae58f063ef6778311fcdf619d92ac0 [2021-09-16T18:56:30.260Z] #14 24.87 The following additional packages will be installed: [2021-09-16T18:56:30.260Z] #14 24.88 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-09-16T18:56:30.260Z] #14 24.88 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2021-09-16T18:56:30.260Z] #14 24.88 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2021-09-16T18:56:30.260Z] #14 24.88 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2021-09-16T18:56:30.260Z] #14 24.88 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2021-09-16T18:56:30.260Z] #14 24.88 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2021-09-16T18:56:30.260Z] #14 24.88 mingw-w64-common mingw-w64-x86-64-dev [2021-09-16T18:56:30.260Z] #14 24.88 Suggested packages: [2021-09-16T18:56:30.260Z] #14 24.89 gcc-10-locales seccomp wine64 [2021-09-16T18:56:30.260Z] #14 26.10 The following NEW packages will be installed: [2021-09-16T18:56:30.260Z] #14 26.10 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-09-16T18:56:30.260Z] #14 26.10 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2021-09-16T18:56:30.260Z] #14 26.10 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2021-09-16T18:56:30.260Z] #14 26.10 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2021-09-16T18:56:30.260Z] #14 26.10 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2021-09-16T18:56:30.260Z] #14 26.10 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2021-09-16T18:56:30.260Z] #14 26.10 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2021-09-16T18:56:30.260Z] #14 26.10 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2021-09-16T18:56:30.260Z] #14 26.10 mingw-w64-x86-64-dev [2021-09-16T18:56:30.260Z] #14 26.50 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded. [2021-09-16T18:56:30.260Z] #14 26.50 Need to get 108 MB of archives. [2021-09-16T18:56:30.260Z] #14 26.50 After this operation, 620 MB of additional disk space will be used. [2021-09-16T18:56:30.260Z] #14 26.50 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-16T18:56:30.260Z] #14 26.59 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-16T18:56:30.260Z] #14 26.72 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-16T18:56:30.260Z] #14 26.73 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-16T18:56:30.260Z] #14 26.74 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-16T18:56:30.260Z] #14 26.75 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 mingw-w64-common all 8.0.0-1 [4916 kB] [2021-09-16T18:56:30.260Z] #14 26.97 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-16T18:56:30.260Z] #14 27.14 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-16T18:56:30.260Z] #14 27.15 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-16T18:56:30.260Z] #14 27.58 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-16T18:56:30.260Z] #14 28.75 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-16T18:56:30.306Z] #19 121.9 (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-16T18:56:30.306Z] #19 121.9 Preparing to unpack .../000-liblocale-gettext-perl_1.07-4+b1_amd64.deb ... [2021-09-16T18:56:30.306Z] #19 122.0 Unpacking liblocale-gettext-perl (1.07-4+b1) ... [2021-09-16T18:56:30.306Z] #19 122.0 Selecting previously unselected package bzip2. [2021-09-16T18:56:30.306Z] #19 122.0 Preparing to unpack .../001-bzip2_1.0.8-4_amd64.deb ... [2021-09-16T18:56:30.306Z] #19 122.0 Unpacking bzip2 (1.0.8-4) ... [2021-09-16T18:56:30.306Z] #19 122.1 Selecting previously unselected package libmagic-mgc. [2021-09-16T18:56:30.509Z] #51 30.59 go: downloading github.com/golangci/lint-1 v0.0.0-20191013205115-297bf364a8e0 [2021-09-16T18:56:30.523Z] #14 29.20 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-16T18:56:30.565Z] #19 122.1 Preparing to unpack .../002-libmagic-mgc_1%3a5.39-3_amd64.deb ... [2021-09-16T18:56:30.565Z] #19 122.1 Unpacking libmagic-mgc (1:5.39-3) ... [2021-09-16T18:56:30.565Z] #19 122.4 Selecting previously unselected package libmagic1:amd64. [2021-09-16T18:56:30.565Z] #19 122.4 Preparing to unpack .../003-libmagic1_1%3a5.39-3_amd64.deb ... [2021-09-16T18:56:30.648Z] #14 37.19 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-16T18:56:30.771Z] #51 30.96 go: downloading github.com/golangci/maligned v0.0.0-20180506175553-b1d89398deca [2021-09-16T18:56:30.771Z] #51 30.96 go: downloading github.com/golangci/misspell v0.0.0-20180809174111-950f5d19e770 [2021-09-16T18:56:30.771Z] #51 30.99 go: downloading github.com/golangci/prealloc v0.0.0-20180630174525-215b22d4de21 [2021-09-16T18:56:30.823Z] #19 122.4 Unpacking libmagic1:amd64 (1:5.39-3) ... [2021-09-16T18:56:30.823Z] #19 122.5 Selecting previously unselected package file. [2021-09-16T18:56:30.823Z] #19 122.5 Preparing to unpack .../004-file_1%3a5.39-3_amd64.deb ... [2021-09-16T18:56:30.823Z] #19 122.6 Unpacking file (1:5.39-3) ... [2021-09-16T18:56:30.823Z] #19 122.7 Selecting previously unselected package xz-utils. [2021-09-16T18:56:30.823Z] #19 122.7 Preparing to unpack .../005-xz-utils_5.2.5-2_amd64.deb ... [2021-09-16T18:56:31.047Z] #51 31.17 go: downloading github.com/golangci/unconvert v0.0.0-20180507085042-28b1c447d1f4 [2021-09-16T18:56:31.082Z] #19 122.7 Unpacking xz-utils (5.2.5-2) ... [2021-09-16T18:56:31.082Z] #19 122.9 Selecting previously unselected package binutils-aarch64-linux-gnu. [2021-09-16T18:56:31.103Z] #14 29.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-16T18:56:31.218Z] #14 37.60 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-16T18:56:31.218Z] #14 ... [2021-09-16T18:56:31.218Z] [2021-09-16T18:56:31.218Z] #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-16T18:56:31.218Z] #37 sha256:10bbf66d32ae608d41ff58a9c01968e967b1a5334a83298c2899bf7607874281 [2021-09-16T18:56:31.218Z] #37 37.73 Selecting previously unselected package libicu67:amd64. [2021-09-16T18:56:31.218Z] #37 37.73 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ... [2021-09-16T18:56:31.218Z] #37 37.74 Unpacking libicu67:amd64 (67.1-7) ... [2021-09-16T18:56:31.228Z] #37 31.38 Reading package lists... [2021-09-16T18:56:31.229Z] #37 ... [2021-09-16T18:56:31.229Z] [2021-09-16T18:56:31.229Z] #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-16T18:56:31.229Z] #60 sha256:7bf307d0ddd22ab3a820ffdbfe2cc9de0497a6b18e03ff8b8b55ab44b43cc5ee [2021-09-16T18:56:31.229Z] #60 24.47 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2021-09-16T18:56:31.229Z] #60 31.68 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-09-16T18:56:31.229Z] #60 ... [2021-09-16T18:56:31.229Z] [2021-09-16T18:56:31.229Z] #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-16T18:56:31.229Z] #41 sha256:6b8cec4c40d2921a1d2bdc203326c098330e9d2856fcd77ef3a5c99befc5d468 [2021-09-16T18:56:31.326Z] #51 31.33 go: downloading github.com/jingyugao/rowserrcheck v0.0.0-20191204022205-72ab7603b68a [2021-09-16T18:56:31.326Z] #51 31.54 go: downloading github.com/jirfag/go-printf-func-name v0.0.0-20191110105641-45db9963cdd3 [2021-09-16T18:56:31.326Z] #51 31.59 go: downloading github.com/matoous/godox v0.0.0-20190911065817-5d6d842e92eb [2021-09-16T18:56:31.341Z] #19 122.9 Preparing to unpack .../006-binutils-aarch64-linux-gnu_2.35.2-2_amd64.deb ... [2021-09-16T18:56:31.341Z] #19 122.9 Unpacking binutils-aarch64-linux-gnu (2.35.2-2) ... [2021-09-16T18:56:28.550Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-09-16T18:56:28.671Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-09-16T18:56:28.671Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-09-16T18:56:28.673Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/41759/head:refs/remotes/origin/PR-41759 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-09-16T18:56:29.407Z] > git config core.sparsecheckout # timeout=10 [2021-09-16T18:56:29.443Z] > git checkout -f e187eb2bb5f0c3f899fe643e95d1af8c57e89a73 # timeout=10 [2021-09-16T18:56:31.530Z] > git remote # timeout=10 [2021-09-16T18:56:31.590Z] #51 31.86 go: downloading github.com/securego/gosec v0.0.0-20200103095621-79fbf3af8d83 [2021-09-16T18:56:31.751Z] #41 34.23 Updating files: 70% (1233/1750) Updating files: 71% (1243/1750) Updating files: 72% (1260/1750) Updating files: 73% (1278/1750) Updating files: 74% (1295/1750) Updating files: 75% (1313/1750) Updating files: 76% (1330/1750) Updating files: 77% (1348/1750) Updating files: 78% (1365/1750) Updating files: 79% (1383/1750) Updating files: 80% (1400/1750) Updating files: 81% (1418/1750) Updating files: 82% (1435/1750) Updating files: 83% (1453/1750) Updating files: 84% (1470/1750) Updating files: 85% (1488/1750) Updating files: 86% (1505/1750) Updating files: 87% (1523/1750) Updating files: 88% (1540/1750) Updating files: 89% (1558/1750) Updating files: 90% (1575/1750) Updating files: 91% (1593/1750) Updating files: 92% (1610/1750) Updating files: 93% (1628/1750) Updating files: 94% (1645/1750) Updating files: 95% (1663/1750) Updating files: 96% (1680/1750) Updating files: 97% (1698/1750) Updating files: 98% (1715/1750) Updating files: 99% (1733/1750) Updating files: 100% (1750/1750) Updating files: 100% (1750/1750), done. [2021-09-16T18:56:31.751Z] #41 34.86 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2021-09-16T18:56:31.887Z] Merge succeeded, producing e187eb2bb5f0c3f899fe643e95d1af8c57e89a73 [2021-09-16T18:56:31.887Z] Checking out Revision e187eb2bb5f0c3f899fe643e95d1af8c57e89a73 (PR-41759) [2021-09-16T18:56:29.538Z] > git remote # timeout=10 [2021-09-16T18:56:29.613Z] > git config --get remote.origin.url # timeout=10 [2021-09-16T18:56:29.649Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-09-16T18:56:29.651Z] > git merge 5176095455642c30642efacf6f35afc7c6dede92 # timeout=10 [2021-09-16T18:56:29.765Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2021-09-16T18:56:29.903Z] > git config core.sparsecheckout # timeout=10 [2021-09-16T18:56:29.939Z] > git checkout -f e187eb2bb5f0c3f899fe643e95d1af8c57e89a73 # timeout=10 [2021-09-16T18:56:32.098Z] #14 ... [2021-09-16T18:56:32.098Z] [2021-09-16T18:56:32.098Z] #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-16T18:56:32.098Z] #30 sha256:e613251d49e146652944fc966fdbec642123e5ed83cd7e20ff5075ed905cecc0 [2021-09-16T18:56:32.098Z] #30 30.06 Downloading 'arm32v7/hello-world:latest@sha256:50b8560ad574c779908da71f7ce370c0a2471c098d44d1c8f6b513c5a55eeeb1' (1 layers)... [2021-09-16T18:56:32.098Z] #30 31.23 #=#=# [2021-09-16T18:56:32.098Z] #30 31.43 ######################################################################## 100.0% [2021-09-16T18:56:32.530Z] #51 32.48 go: downloading github.com/sourcegraph/go-diff v0.5.1 [2021-09-16T18:56:32.530Z] #51 32.64 go: downloading github.com/timakin/bodyclose v0.0.0-20190930140734-f7f2e9bca95e [2021-09-16T18:56:32.675Z] #30 ... [2021-09-16T18:56:32.675Z] [2021-09-16T18:56:32.675Z] #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-16T18:56:32.675Z] #53 sha256:c221c79f706a362555b4825bc554f860dac24ef25c02e039bf18e36fae4b0ac3 [2021-09-16T18:56:32.675Z] #53 DONE 31.3s [2021-09-16T18:56:32.675Z] [2021-09-16T18:56:32.675Z] #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-16T18:56:32.675Z] #37 sha256:09aaeea62a73c1da33d22c419c4324acef007457a30319400ac591e075da63ed [2021-09-16T18:56:32.675Z] #37 31.50 Selecting previously unselected package libicu67:arm64. [2021-09-16T18:56:32.718Z] #19 124.3 Selecting previously unselected package binutils-arm-linux-gnueabi. [2021-09-16T18:56:32.718Z] #19 124.3 Preparing to unpack .../007-binutils-arm-linux-gnueabi_2.35.2-2_amd64.deb ... [2021-09-16T18:56:32.718Z] #19 124.3 Unpacking binutils-arm-linux-gnueabi (2.35.2-2) ... [2021-09-16T18:56:32.787Z] #51 32.88 go: downloading github.com/tommy-muehle/go-mnd v1.1.1 [2021-09-16T18:56:32.787Z] #51 32.98 go: downloading github.com/ultraware/funlen v0.0.2 [2021-09-16T18:56:32.787Z] #51 33.01 go: downloading github.com/ultraware/whitespace v0.0.4 [2021-09-16T18:56:32.938Z] #37 31.51 Preparing to unpack .../3-libicu67_67.1-7_arm64.deb ... [2021-09-16T18:56:32.939Z] #37 31.53 Unpacking libicu67:arm64 (67.1-7) ... [2021-09-16T18:56:33.044Z] #51 33.04 go: downloading github.com/uudashr/gocognit v1.0.1 [2021-09-16T18:56:33.044Z] #51 33.19 go: downloading honnef.co/go/tools v0.0.1-2019.2.3 [2021-09-16T18:56:33.654Z] #19 125.4 Selecting previously unselected package binutils-arm-linux-gnueabihf. [2021-09-16T18:56:33.654Z] #19 125.4 Preparing to unpack .../008-binutils-arm-linux-gnueabihf_2.35.2-2_amd64.deb ... [2021-09-16T18:56:33.654Z] #19 125.4 Unpacking binutils-arm-linux-gnueabihf (2.35.2-2) ... [2021-09-16T18:56:33.891Z] #37 ... [2021-09-16T18:56:33.891Z] [2021-09-16T18:56:33.891Z] #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-16T18:56:33.891Z] #30 sha256:e613251d49e146652944fc966fdbec642123e5ed83cd7e20ff5075ed905cecc0 [2021-09-16T18:56:33.891Z] #30 32.52 [2021-09-16T18:56:33.891Z] #30 32.98 Download of images into '/build' complete. [2021-09-16T18:56:33.891Z] #30 32.98 Use something like the following to load the result into a Docker daemon: [2021-09-16T18:56:33.891Z] #30 32.98 tar -cC '/build' . | docker load [2021-09-16T18:56:33.891Z] #30 DONE 33.5s [2021-09-16T18:56:33.891Z] [2021-09-16T18:56:33.891Z] #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-16T18:56:33.891Z] #33 sha256:0ea30ac548e55f5e4dc405e1544cf21eb2fb700bd33609db3af0451f747ae3f4 [2021-09-16T18:56:33.891Z] #33 32.08 Updating files: 87% (1331/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-16T18:56:33.891Z] #33 32.64 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2021-09-16T18:56:34.761Z] Fetching without tags [2021-09-16T18:56:31.605Z] > git config --get remote.origin.url # timeout=10 [2021-09-16T18:56:31.654Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-09-16T18:56:31.656Z] > git merge 5176095455642c30642efacf6f35afc7c6dede92 # timeout=10 [2021-09-16T18:56:31.790Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2021-09-16T18:56:31.921Z] > git config core.sparsecheckout # timeout=10 [2021-09-16T18:56:31.969Z] > git checkout -f e187eb2bb5f0c3f899fe643e95d1af8c57e89a73 # timeout=10 [2021-09-16T18:56:34.839Z] #33 33.26 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-09-16T18:56:34.943Z] #51 34.96 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-09-16T18:56:34.943Z] #51 ... [2021-09-16T18:56:34.943Z] [2021-09-16T18:56:34.943Z] #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-16T18:56:34.943Z] #47 sha256:fc6dd2efed2579da4bdb649eaa5c325f9cdd358b7764b281aec010efbc6bbf9c [2021-09-16T18:56:34.943Z] #47 DONE 35.0s [2021-09-16T18:56:34.943Z] [2021-09-16T18:56:34.943Z] #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-16T18:56:34.943Z] #51 sha256:38f49ed11733cb386ab1016045b46d1752876c063116cce36b18f2f11e5c0ab1 [2021-09-16T18:56:34.943Z] #51 35.02 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-09-16T18:56:34.943Z] #51 ... [2021-09-16T18:56:34.943Z] [2021-09-16T18:56:34.943Z] #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-16T18:56:34.943Z] #45 sha256:8b52766aa8992ad5ea6e7ea4db37d812f7240ba03735f3cac8e86ee521d7efa9 [2021-09-16T18:56:34.943Z] #45 34.19 Get:7 https://provo-mirror.opensuse.org//repositories/devel:/tools:/criu/Debian_10 Packages [2139 B] [2021-09-16T18:56:35.057Z] #41 38.00 + 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-16T18:56:35.082Z] #19 126.8 Selecting previously unselected package binutils-powerpc64le-linux-gnu. [2021-09-16T18:56:35.082Z] #19 126.8 Preparing to unpack .../009-binutils-powerpc64le-linux-gnu_2.35.2-2_amd64.deb ... [2021-09-16T18:56:35.082Z] #19 126.8 Unpacking binutils-powerpc64le-linux-gnu (2.35.2-2) ... [2021-09-16T18:56:35.414Z] #33 ... [2021-09-16T18:56:35.414Z] [2021-09-16T18:56:35.414Z] #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-16T18:56:35.414Z] #45 sha256:530e5eb8a2a7172d3a738144194be4664354a464a3c422f9a6d03b278368204a [2021-09-16T18:56:35.414Z] #45 22.97 Building dependency tree... [2021-09-16T18:56:35.414Z] #45 25.92 The following additional packages will be installed: [2021-09-16T18:56:35.414Z] #45 25.93 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2021-09-16T18:56:35.414Z] #45 25.93 python3-protobuf python3-six [2021-09-16T18:56:35.414Z] #45 25.93 Suggested packages: [2021-09-16T18:56:35.414Z] #45 25.93 python3-setuptools [2021-09-16T18:56:35.414Z] #45 25.93 Recommended packages: [2021-09-16T18:56:35.414Z] #45 25.93 iproute2 | iproute [2021-09-16T18:56:35.414Z] #45 26.31 The following NEW packages will be installed: [2021-09-16T18:56:35.414Z] #45 26.32 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2021-09-16T18:56:35.414Z] #45 26.32 python3-protobuf python3-six [2021-09-16T18:56:35.414Z] #45 26.74 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. [2021-09-16T18:56:35.414Z] #45 26.74 Need to get 2094 kB of archives. [2021-09-16T18:56:35.414Z] #45 26.74 After this operation, 10.5 MB of additional disk space will be used. [2021-09-16T18:56:35.414Z] #45 26.74 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libprotobuf23 arm64 3.12.4-1 [780 kB] [2021-09-16T18:56:35.414Z] #45 26.76 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB] [2021-09-16T18:56:35.414Z] #45 26.76 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-six all 1.16.0-2 [17.5 kB] [2021-09-16T18:56:35.414Z] #45 26.78 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-protobuf arm64 3.12.4-1 [375 kB] [2021-09-16T18:56:35.414Z] #45 26.79 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-16T18:56:35.414Z] #45 26.80 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-16T18:56:35.414Z] #45 26.81 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-16T18:56:35.414Z] #45 29.69 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10 criu 3.15-1 [588 kB] [2021-09-16T18:56:35.414Z] #45 31.27 debconf: delaying package configuration, since apt-utils is not installed [2021-09-16T18:56:35.414Z] #45 31.57 Fetched 2094 kB in 4s (568 kB/s) [2021-09-16T18:56:35.414Z] #45 31.65 Selecting previously unselected package libprotobuf23:arm64. [2021-09-16T18:56:35.414Z] #45 31.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 ... 15703 files and directories currently installed.) [2021-09-16T18:56:35.414Z] #45 31.78 Preparing to unpack .../0-libprotobuf23_3.12.4-1_arm64.deb ... [2021-09-16T18:56:35.414Z] #45 31.79 Unpacking libprotobuf23:arm64 (3.12.4-1) ... [2021-09-16T18:56:35.414Z] #45 32.60 Selecting previously unselected package python3-pkg-resources. [2021-09-16T18:56:35.414Z] #45 32.62 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2021-09-16T18:56:35.414Z] #45 32.63 Unpacking python3-pkg-resources (52.0.0-4) ... [2021-09-16T18:56:35.414Z] #45 32.85 Selecting previously unselected package python3-six. [2021-09-16T18:56:35.414Z] #45 32.86 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2021-09-16T18:56:35.414Z] #45 32.87 Unpacking python3-six (1.16.0-2) ... [2021-09-16T18:56:35.414Z] #45 33.04 Selecting previously unselected package python3-protobuf. [2021-09-16T18:56:35.414Z] #45 33.04 Preparing to unpack .../3-python3-protobuf_3.12.4-1_arm64.deb ... [2021-09-16T18:56:35.414Z] #45 33.05 Unpacking python3-protobuf (3.12.4-1) ... [2021-09-16T18:56:35.414Z] #45 33.76 Selecting previously unselected package libnet1:arm64. [2021-09-16T18:56:35.414Z] #45 33.77 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2021-09-16T18:56:35.414Z] #45 33.80 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2021-09-16T18:56:35.414Z] #45 33.93 Selecting previously unselected package libnl-3-200:arm64. [2021-09-16T18:56:35.414Z] #45 33.94 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_arm64.deb ... [2021-09-16T18:56:35.414Z] #45 33.95 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ... [2021-09-16T18:56:35.488Z] Merging remotes/origin/master commit 5176095455642c30642efacf6f35afc7c6dede92 into PR head commit e187eb2bb5f0c3f899fe643e95d1af8c57e89a73 [2021-09-16T18:56:35.543Z] #37 ... [2021-09-16T18:56:35.543Z] [2021-09-16T18:56:35.543Z] #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-16T18:56:35.543Z] #45 sha256:8b52766aa8992ad5ea6e7ea4db37d812f7240ba03735f3cac8e86ee521d7efa9 [2021-09-16T18:56:35.543Z] #45 26.82 Reading package lists... [2021-09-16T18:56:35.543Z] #45 31.52 Building dependency tree... [2021-09-16T18:56:35.543Z] #45 34.28 The following additional packages will be installed: [2021-09-16T18:56:35.543Z] #45 34.31 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2021-09-16T18:56:35.543Z] #45 34.32 python3-protobuf python3-six [2021-09-16T18:56:35.543Z] #45 34.35 Suggested packages: [2021-09-16T18:56:35.543Z] #45 34.35 python3-setuptools [2021-09-16T18:56:35.543Z] #45 34.35 Recommended packages: [2021-09-16T18:56:35.543Z] #45 34.35 iproute2 | iproute [2021-09-16T18:56:35.543Z] #45 34.88 The following NEW packages will be installed: [2021-09-16T18:56:35.543Z] #45 34.90 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2021-09-16T18:56:35.543Z] #45 34.93 python3-protobuf python3-six [2021-09-16T18:56:35.543Z] #45 35.42 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. [2021-09-16T18:56:35.543Z] #45 35.42 Need to get 2267 kB of archives. [2021-09-16T18:56:35.543Z] #45 35.42 After this operation, 10.8 MB of additional disk space will be used. [2021-09-16T18:56:35.543Z] #45 35.42 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2021-09-16T18:56:35.543Z] #45 35.44 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2021-09-16T18:56:35.543Z] #45 35.46 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2021-09-16T18:56:35.543Z] #45 35.46 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2021-09-16T18:56:35.543Z] #45 35.48 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-16T18:56:35.543Z] #45 35.49 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-16T18:56:35.543Z] #45 35.49 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-16T18:56:35.543Z] #45 38.22 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10 criu 3.15-1 [635 kB] [2021-09-16T18:56:35.543Z] #45 39.38 debconf: delaying package configuration, since apt-utils is not installed [2021-09-16T18:56:35.543Z] #45 39.59 Fetched 2267 kB in 3s (652 kB/s) [2021-09-16T18:56:35.543Z] #45 39.68 Selecting previously unselected package libprotobuf23:amd64. [2021-09-16T18:56:35.543Z] #45 39.68 (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-16T18:56:35.543Z] #45 39.72 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ... [2021-09-16T18:56:35.543Z] #45 39.72 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2021-09-16T18:56:35.543Z] #45 40.42 Selecting previously unselected package python3-pkg-resources. [2021-09-16T18:56:35.543Z] #45 40.43 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2021-09-16T18:56:35.543Z] #45 40.43 Unpacking python3-pkg-resources (52.0.0-4) ... [2021-09-16T18:56:35.543Z] #45 40.63 Selecting previously unselected package python3-six. [2021-09-16T18:56:35.543Z] #45 40.63 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2021-09-16T18:56:35.543Z] #45 40.63 Unpacking python3-six (1.16.0-2) ... [2021-09-16T18:56:35.543Z] #45 40.70 Selecting previously unselected package python3-protobuf. [2021-09-16T18:56:35.543Z] #45 40.71 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ... [2021-09-16T18:56:35.543Z] #45 40.72 Unpacking python3-protobuf (3.12.4-1) ... [2021-09-16T18:56:35.543Z] #45 41.41 Selecting previously unselected package libnet1:amd64. [2021-09-16T18:56:35.543Z] #45 41.41 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-09-16T18:56:35.543Z] #45 41.41 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-09-16T18:56:35.543Z] #45 41.50 Selecting previously unselected package libnl-3-200:amd64. [2021-09-16T18:56:35.543Z] #45 41.50 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2021-09-16T18:56:35.543Z] #45 ... [2021-09-16T18:56:35.543Z] [2021-09-16T18:56:35.543Z] #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-16T18:56:35.543Z] #33 sha256:1911c9de04cba7d464ea755b70f705d21776700bd38b0934ae731606e49130b1 [2021-09-16T18:56:35.543Z] #33 41.24 Updating files: 92% (1414/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-16T18:56:35.543Z] #33 41.44 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2021-09-16T18:56:35.677Z] #45 34.18 Selecting previously unselected package libprotobuf-c1:arm64. [2021-09-16T18:56:35.677Z] #45 ... [2021-09-16T18:56:35.677Z] [2021-09-16T18:56:35.677Z] #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-16T18:56:35.677Z] #14 sha256:8f83bcf2f635d3a795f49218ddeffb549fae58f063ef6778311fcdf619d92ac0 [2021-09-16T18:56:35.677Z] #14 30.84 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-16T18:56:35.677Z] #14 31.16 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-16T18:56:35.677Z] #14 31.16 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB] [2021-09-16T18:56:35.677Z] #14 31.16 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB] [2021-09-16T18:56:35.677Z] #14 31.16 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs0 arm64 5.10.1-2 [197 kB] [2021-09-16T18:56:35.677Z] #14 31.19 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbtrfs-dev arm64 5.10.1-2 [258 kB] [2021-09-16T18:56:35.677Z] #14 31.19 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-16T18:56:35.677Z] #14 31.20 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libudev-dev arm64 247.3-6 [123 kB] [2021-09-16T18:56:35.677Z] #14 31.20 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsepol1-dev arm64 3.1-1 [329 kB] [2021-09-16T18:56:35.677Z] #14 31.20 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-16-0 arm64 10.36-2 [202 kB] [2021-09-16T18:56:35.677Z] #14 31.20 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-32-0 arm64 10.36-2 [193 kB] [2021-09-16T18:56:35.677Z] #14 31.21 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-posix2 arm64 10.36-2 [49.0 kB] [2021-09-16T18:56:35.677Z] #14 31.23 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libpcre2-dev arm64 10.36-2 [645 kB] [2021-09-16T18:56:35.677Z] #14 31.23 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libselinux1-dev arm64 3.1-3 [171 kB] [2021-09-16T18:56:35.677Z] #14 31.23 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-16T18:56:35.677Z] #14 31.24 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1 [88.9 kB] [2021-09-16T18:56:35.677Z] #14 31.25 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libsystemd-dev arm64 247.3-6 [401 kB] [2021-09-16T18:56:35.677Z] #14 32.71 debconf: delaying package configuration, since apt-utils is not installed [2021-09-16T18:56:35.677Z] #14 33.01 Fetched 108 MB in 5s (21.3 MB/s) [2021-09-16T18:56:35.677Z] #14 33.21 Selecting previously unselected package binutils-mingw-w64-i686. [2021-09-16T18:56:35.677Z] #14 33.21 (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-16T18:56:35.677Z] #14 33.29 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_arm64.deb ... [2021-09-16T18:56:35.677Z] #14 33.33 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2021-09-16T18:56:35.939Z] #14 ... [2021-09-16T18:56:35.939Z] [2021-09-16T18:56:35.939Z] #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-16T18:56:35.939Z] #51 sha256:f9fa53f70ebe00fcf59201ea46cdb773bbd00179e4ce433966351220e5bebea8 [2021-09-16T18:56:35.939Z] #51 24.61 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-09-16T18:56:35.939Z] #51 24.66 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-09-16T18:56:35.939Z] #51 25.58 go: downloading github.com/gogo/protobuf v1.2.1 [2021-09-16T18:56:35.939Z] #51 30.25 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-09-16T18:56:35.939Z] #51 30.29 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-09-16T18:56:35.939Z] #51 30.34 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-09-16T18:56:34.377Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-09-16T18:56:34.422Z] > git config --add remote.origin.fetch +refs/pull/41759/head:refs/remotes/origin/PR-41759 # timeout=10 [2021-09-16T18:56:34.464Z] > git config --add remote.origin.fetch +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-09-16T18:56:34.674Z] > git config remote.origin.url https://github.com/moby/moby.git # timeout=10 [2021-09-16T18:56:34.809Z] Fetching upstream changes from https://github.com/moby/moby.git [2021-09-16T18:56:34.809Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-09-16T18:56:34.811Z] > git fetch --no-tags --force --progress -- https://github.com/moby/moby.git +refs/pull/41759/head:refs/remotes/origin/PR-41759 +refs/heads/master:refs/remotes/origin/master # timeout=10 [2021-09-16T18:56:35.595Z] > git config core.sparsecheckout # timeout=10 [2021-09-16T18:56:35.642Z] > git checkout -f e187eb2bb5f0c3f899fe643e95d1af8c57e89a73 # timeout=10 [2021-09-16T18:56:36.118Z] #33 42.35 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-09-16T18:56:36.201Z] #51 ... [2021-09-16T18:56:36.201Z] [2021-09-16T18:56:36.201Z] #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-16T18:56:36.201Z] #45 sha256:530e5eb8a2a7172d3a738144194be4664354a464a3c422f9a6d03b278368204a [2021-09-16T18:56:36.201Z] #45 34.19 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_arm64.deb ... [2021-09-16T18:56:36.201Z] #45 34.21 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2021-09-16T18:56:36.201Z] #45 34.35 Selecting previously unselected package criu. [2021-09-16T18:56:36.201Z] #45 34.35 Preparing to unpack .../7-criu_3.15-1_arm64.deb ... [2021-09-16T18:56:36.201Z] #45 34.36 Unpacking criu (3.15-1) ... [2021-09-16T18:56:36.450Z] #41 ... [2021-09-16T18:56:36.450Z] [2021-09-16T18:56:36.450Z] #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-16T18:56:36.450Z] #37 sha256:10bbf66d32ae608d41ff58a9c01968e967b1a5334a83298c2899bf7607874281 [2021-09-16T18:56:36.450Z] #37 31.38 Reading package lists... [2021-09-16T18:56:36.458Z] #19 128.0 Selecting previously unselected package binutils-s390x-linux-gnu. [2021-09-16T18:56:36.458Z] #19 128.0 Preparing to unpack .../010-binutils-s390x-linux-gnu_2.35.2-2_amd64.deb ... [2021-09-16T18:56:36.458Z] #19 128.0 Unpacking binutils-s390x-linux-gnu (2.35.2-2) ... [2021-09-16T18:56:36.470Z] #45 34.91 Setting up python3-pkg-resources (52.0.0-4) ... [2021-09-16T18:56:37.284Z] #37 40.20 Reading package lists... [2021-09-16T18:56:37.284Z] #37 ... [2021-09-16T18:56:37.284Z] [2021-09-16T18:56:37.284Z] #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-16T18:56:37.284Z] #57 sha256:72a343ae0ab7edaecfe454fc29a890e08e79477914e4a5d04f9b260b4c45f5fe [2021-09-16T18:56:37.284Z] #57 30.53 Fetched 8402 kB in 23s (362 kB/s) [2021-09-16T18:56:37.284Z] #57 30.53 Reading package lists... [2021-09-16T18:56:37.284Z] #57 39.54 Reading package lists... [2021-09-16T18:56:37.284Z] #57 ... [2021-09-16T18:56:37.284Z] [2021-09-16T18:56:37.284Z] #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-16T18:56:37.284Z] #45 sha256:8b52766aa8992ad5ea6e7ea4db37d812f7240ba03735f3cac8e86ee521d7efa9 [2021-09-16T18:56:37.284Z] #45 30.45 Get:7 https://provo-mirror.opensuse.org//repositories/devel:/tools:/criu/Debian_10 Packages [2139 B] [2021-09-16T18:56:37.284Z] #45 34.62 Fetched 8406 kB in 26s (319 kB/s) [2021-09-16T18:56:37.394Z] #19 128.9 Selecting previously unselected package gcc-10-aarch64-linux-gnu-base:amd64. [2021-09-16T18:56:37.394Z] #19 128.9 Preparing to unpack .../011-gcc-10-aarch64-linux-gnu-base_10.2.1-6cross1_amd64.deb ... [2021-09-16T18:56:37.394Z] #19 128.9 Unpacking gcc-10-aarch64-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2021-09-16T18:56:37.394Z] #19 129.0 Selecting previously unselected package cpp-10-aarch64-linux-gnu. [2021-09-16T18:56:37.394Z] #19 129.0 Preparing to unpack .../012-cpp-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ... [2021-09-16T18:56:37.394Z] #19 129.0 Unpacking cpp-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2021-09-16T18:56:37.484Z] #45 ... [2021-09-16T18:56:37.485Z] [2021-09-16T18:56:37.485Z] #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-16T18:56:37.485Z] #37 sha256:10bbf66d32ae608d41ff58a9c01968e967b1a5334a83298c2899bf7607874281 [2021-09-16T18:56:37.485Z] #37 17.18 Reading package lists... [2021-09-16T18:56:37.485Z] #37 27.55 Reading package lists... [2021-09-16T18:56:37.485Z] #37 37.05 Building dependency tree... [2021-09-16T18:56:37.485Z] #37 ... [2021-09-16T18:56:37.485Z] [2021-09-16T18:56:37.485Z] #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-16T18:56:37.485Z] #41 sha256:6b8cec4c40d2921a1d2bdc203326c098330e9d2856fcd77ef3a5c99befc5d468 [2021-09-16T18:56:37.485Z] #41 35.18 Updating files: 66% (1172/1750) Updating files: 67% (1173/1750) Updating files: 68% (1190/1750) Updating files: 69% (1208/1750) Updating files: 70% (1225/1750) Updating files: 71% (1243/1750) Updating files: 72% (1260/1750) Updating files: 73% (1278/1750) Updating files: 74% (1295/1750) Updating files: 75% (1313/1750) Updating files: 76% (1330/1750) Updating files: 77% (1348/1750) Updating files: 78% (1365/1750) Updating files: 79% (1383/1750) Updating files: 80% (1400/1750) Updating files: 81% (1418/1750) Updating files: 82% (1435/1750) Updating files: 83% (1453/1750) Updating files: 84% (1470/1750) Updating files: 85% (1488/1750) Updating files: 86% (1505/1750) Updating files: 87% (1523/1750) Updating files: 88% (1540/1750) Updating files: 89% (1558/1750) Updating files: 90% (1575/1750) Updating files: 91% (1593/1750) Updating files: 92% (1610/1750) Updating files: 93% (1628/1750) Updating files: 94% (1645/1750) Updating files: 95% (1663/1750) Updating files: 96% (1680/1750) Updating files: 97% (1698/1750) Updating files: 98% (1715/1750) Updating files: 99% (1733/1750) Updating files: 100% (1750/1750) Updating files: 100% (1750/1750), done. [2021-09-16T18:56:37.485Z] #41 35.84 + git checkout -q 47a064d4195a9b56133891bbb13620c3ac83a827 [2021-09-16T18:56:37.547Z] #45 34.62 Reading package lists... [2021-09-16T18:56:37.547Z] #45 ... [2021-09-16T18:56:37.547Z] [2021-09-16T18:56:37.547Z] #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-16T18:56:37.547Z] #14 sha256:08b9278feadfc8db068b744755add65a213f9549a1269ed67e0d97e0b3db2896 [2021-09-16T18:56:37.547Z] #14 30.63 Fetched 8402 kB in 22s (378 kB/s) [2021-09-16T18:56:37.547Z] #14 30.63 Reading package lists... [2021-09-16T18:56:37.808Z] #14 39.15 Reading package lists... [2021-09-16T18:56:37.808Z] #14 ... [2021-09-16T18:56:37.808Z] [2021-09-16T18:56:37.808Z] #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-16T18:56:37.808Z] #51 sha256:6bcb5a6aea0206883626abc34265bc2c80c78b74f6f17845ca31be650d11e6b6 [2021-09-16T18:56:37.808Z] #51 34.43 go: downloading mvdan.cc/interfacer v0.0.0-20180901003855-c20040233aed [2021-09-16T18:56:37.808Z] #51 34.46 go: downloading mvdan.cc/unparam v0.0.0-20190720180237-d51796306d8f [2021-09-16T18:56:37.808Z] #51 34.79 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-09-16T18:56:37.808Z] #51 34.84 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-09-16T18:56:37.808Z] #51 34.91 go: downloading github.com/stretchr/objx v0.2.0 [2021-09-16T18:56:37.808Z] #51 35.17 go: downloading golang.org/x/text v0.3.2 [2021-09-16T18:56:38.202Z] Merge succeeded, producing e187eb2bb5f0c3f899fe643e95d1af8c57e89a73 [2021-09-16T18:56:38.202Z] Checking out Revision e187eb2bb5f0c3f899fe643e95d1af8c57e89a73 (PR-41759) [2021-09-16T18:56:38.397Z] #45 36.69 Setting up libprotobuf23:arm64 (3.12.4-1) ... [2021-09-16T18:56:38.397Z] #45 36.73 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2021-09-16T18:56:38.397Z] #45 36.74 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2021-09-16T18:56:38.397Z] #45 36.77 Setting up python3-six (1.16.0-2) ... [2021-09-16T18:56:38.686Z] #45 ... [2021-09-16T18:56:38.686Z] [2021-09-16T18:56:38.686Z] #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-16T18:56:38.686Z] #58 sha256:70574642f2b2edd2e6ed406a9665529e24cdb35dccbf0c3816ab234bd6f9297b [2021-09-16T18:56:38.686Z] #58 1.561 + RM_GOPATH=0 [2021-09-16T18:56:38.686Z] #58 1.561 + TMP_GOPATH= [2021-09-16T18:56:38.686Z] #58 1.561 + : /build [2021-09-16T18:56:38.686Z] #58 1.561 + '[' -z '' ']' [2021-09-16T18:56:38.686Z] #58 1.563 ++ mktemp -d [2021-09-16T18:56:38.686Z] #58 1.567 + export GOPATH=/tmp/tmp.omF28AIHt3 [2021-09-16T18:56:38.686Z] #58 1.567 + GOPATH=/tmp/tmp.omF28AIHt3 [2021-09-16T18:56:38.686Z] #58 1.567 + RM_GOPATH=1 [2021-09-16T18:56:38.686Z] #58 1.567 + case "$(go env GOARCH)" in [2021-09-16T18:56:38.686Z] #58 1.568 ++ go env GOARCH [2021-09-16T18:56:38.686Z] #58 1.588 + export GO_BUILDMODE=-buildmode=pie [2021-09-16T18:56:38.686Z] #58 1.588 + GO_BUILDMODE=-buildmode=pie [2021-09-16T18:56:38.686Z] #58 1.590 ++ dirname /tmp/install/install.sh [2021-09-16T18:56:38.686Z] #58 1.601 + dir=/tmp/install [2021-09-16T18:56:38.686Z] #58 1.602 + bin=containerd [2021-09-16T18:56:38.686Z] #58 1.602 + shift [2021-09-16T18:56:38.686Z] #58 1.603 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-09-16T18:56:38.686Z] #58 1.611 + . /tmp/install/containerd.installer [2021-09-16T18:56:38.686Z] #58 1.611 ++ set -e [2021-09-16T18:56:38.686Z] #58 1.612 ++ : v1.5.5 [2021-09-16T18:56:38.686Z] #58 1.612 + install_containerd [2021-09-16T18:56:38.686Z] #58 1.613 + echo 'Install containerd version v1.5.5' [2021-09-16T18:56:38.686Z] #58 1.613 + git clone https://github.com/containerd/containerd.git /tmp/tmp.omF28AIHt3/src/github.com/containerd/containerd [2021-09-16T18:56:38.686Z] #58 1.613 Install containerd version v1.5.5 [2021-09-16T18:56:38.686Z] #58 1.617 Cloning into '/tmp/tmp.omF28AIHt3/src/github.com/containerd/containerd'... [2021-09-16T18:56:38.855Z] #41 ... [2021-09-16T18:56:38.855Z] [2021-09-16T18:56:38.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-16T18:56:38.855Z] #60 sha256:fb74e79648441633df8545955701b54b3e84b00adddf850192464417d6bb3e3a [2021-09-16T18:56:38.855Z] #60 28.88 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-09-16T18:56:38.855Z] #60 29.15 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-09-16T18:56:38.855Z] #60 ... [2021-09-16T18:56:38.855Z] [2021-09-16T18:56:38.855Z] #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-16T18:56:38.855Z] #51 sha256:38f49ed11733cb386ab1016045b46d1752876c063116cce36b18f2f11e5c0ab1 [2021-09-16T18:56:38.855Z] #51 35.24 go: downloading github.com/davecgh/go-spew v1.1.1 [2021-09-16T18:56:38.855Z] #51 35.35 go: downloading github.com/pmezard/go-difflib v1.0.0 [2021-09-16T18:56:38.855Z] #51 35.42 go: downloading github.com/stretchr/objx v0.2.0 [2021-09-16T18:56:38.855Z] #51 35.56 go: downloading golang.org/x/sys v0.0.0-20190922100055-0a153f010e69 [2021-09-16T18:56:38.855Z] #51 35.74 go: downloading golang.org/x/text v0.3.2 [2021-09-16T18:56:38.951Z] #58 ... [2021-09-16T18:56:38.951Z] [2021-09-16T18:56:38.951Z] #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-16T18:56:38.951Z] #37 sha256:09aaeea62a73c1da33d22c419c4324acef007457a30319400ac591e075da63ed [2021-09-16T18:56:38.951Z] #37 35.98 Selecting previously unselected package libxml2:arm64. [2021-09-16T18:56:38.951Z] #37 35.99 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7_arm64.deb ... [2021-09-16T18:56:38.951Z] #37 36.00 Unpacking libxml2:arm64 (2.9.10+dfsg-6.7) ... [2021-09-16T18:56:38.951Z] #37 36.45 Selecting previously unselected package libarchive13:arm64. [2021-09-16T18:56:38.951Z] #37 36.45 Preparing to unpack .../5-libarchive13_3.4.3-2+b1_arm64.deb ... [2021-09-16T18:56:38.951Z] #37 36.46 Unpacking libarchive13:arm64 (3.4.3-2+b1) ... [2021-09-16T18:56:38.951Z] #37 36.73 Selecting previously unselected package libjsoncpp24:arm64. [2021-09-16T18:56:38.951Z] #37 36.73 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_arm64.deb ... [2021-09-16T18:56:38.951Z] #37 36.76 Unpacking libjsoncpp24:arm64 (1.9.4-4) ... [2021-09-16T18:56:38.951Z] #37 36.89 Selecting previously unselected package librhash0:arm64. [2021-09-16T18:56:38.951Z] #37 36.90 Preparing to unpack .../7-librhash0_1.4.1-2_arm64.deb ... [2021-09-16T18:56:38.951Z] #37 36.91 Unpacking librhash0:arm64 (1.4.1-2) ... [2021-09-16T18:56:38.951Z] #37 37.04 Selecting previously unselected package libuv1:arm64. [2021-09-16T18:56:38.951Z] #37 37.05 Preparing to unpack .../8-libuv1_1.40.0-2_arm64.deb ... [2021-09-16T18:56:38.951Z] #37 37.14 Unpacking libuv1:arm64 (1.40.0-2) ... [2021-09-16T18:56:38.951Z] #37 37.31 Selecting previously unselected package cmake. [2021-09-16T18:56:38.951Z] #37 37.32 Preparing to unpack .../9-cmake_3.18.4-2_arm64.deb ... [2021-09-16T18:56:38.951Z] #37 37.33 Unpacking cmake (3.18.4-2) ... [2021-09-16T18:56:37.847Z] > git remote # timeout=10 [2021-09-16T18:56:37.918Z] > git config --get remote.origin.url # timeout=10 [2021-09-16T18:56:37.960Z] using GIT_ASKPASS to set credentials docker-jenkins GitHub credentials [2021-09-16T18:56:37.962Z] > git merge 5176095455642c30642efacf6f35afc7c6dede92 # timeout=10 [2021-09-16T18:56:38.105Z] > git rev-parse "HEAD^{commit}" # timeout=10 [2021-09-16T18:56:38.236Z] > git config core.sparsecheckout # timeout=10 [2021-09-16T18:56:38.288Z] > git checkout -f e187eb2bb5f0c3f899fe643e95d1af8c57e89a73 # timeout=10 [2021-09-16T18:56:39.402Z] #33 ... [2021-09-16T18:56:39.402Z] [2021-09-16T18:56:39.402Z] #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-16T18:56:39.402Z] #58 sha256:a7193bf7d8e27edb96e6d49da83f5350c681e80377830d16e81664992db6c6cd [2021-09-16T18:56:39.402Z] #58 4.858 + RM_GOPATH=0 [2021-09-16T18:56:39.402Z] #58 4.858 + TMP_GOPATH= [2021-09-16T18:56:39.402Z] #58 4.858 + : /build [2021-09-16T18:56:39.402Z] #58 4.858 + '[' -z '' ']' [2021-09-16T18:56:39.402Z] #58 4.858 ++ mktemp -d [2021-09-16T18:56:39.402Z] #58 4.858 + export GOPATH=/tmp/tmp.7gqiB8MAVD [2021-09-16T18:56:39.402Z] #58 4.858 + GOPATH=/tmp/tmp.7gqiB8MAVD [2021-09-16T18:56:39.402Z] #58 4.858 + RM_GOPATH=1 [2021-09-16T18:56:39.402Z] #58 4.858 + case "$(go env GOARCH)" in [2021-09-16T18:56:39.402Z] #58 4.858 ++ go env GOARCH [2021-09-16T18:56:39.402Z] #58 4.894 + export GO_BUILDMODE=-buildmode=pie [2021-09-16T18:56:39.402Z] #58 4.894 + GO_BUILDMODE=-buildmode=pie [2021-09-16T18:56:39.402Z] #58 4.894 ++ dirname /tmp/install/install.sh [2021-09-16T18:56:39.402Z] #58 4.894 + dir=/tmp/install [2021-09-16T18:56:39.402Z] #58 4.894 + bin=containerd [2021-09-16T18:56:39.402Z] #58 4.894 + shift [2021-09-16T18:56:39.402Z] #58 4.894 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-09-16T18:56:39.402Z] #58 4.894 + . /tmp/install/containerd.installer [2021-09-16T18:56:39.402Z] #58 4.894 ++ set -e [2021-09-16T18:56:39.402Z] #58 4.894 ++ : v1.5.5 [2021-09-16T18:56:39.402Z] #58 4.894 + install_containerd [2021-09-16T18:56:39.402Z] #58 4.894 + echo 'Install containerd version v1.5.5' [2021-09-16T18:56:39.402Z] #58 4.894 + git clone https://github.com/containerd/containerd.git /tmp/tmp.7gqiB8MAVD/src/github.com/containerd/containerd [2021-09-16T18:56:39.402Z] #58 4.894 Cloning into '/tmp/tmp.7gqiB8MAVD/src/github.com/containerd/containerd'... [2021-09-16T18:56:39.402Z] #58 4.894 Install containerd version v1.5.5 [2021-09-16T18:56:39.402Z] #58 ... [2021-09-16T18:56:39.402Z] [2021-09-16T18:56:39.402Z] #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-16T18:56:39.402Z] #37 sha256:10bbf66d32ae608d41ff58a9c01968e967b1a5334a83298c2899bf7607874281 [2021-09-16T18:56:39.402Z] #37 43.37 Selecting previously unselected package libxml2:amd64. [2021-09-16T18:56:39.402Z] #37 43.37 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7_amd64.deb ... [2021-09-16T18:56:39.402Z] #37 43.37 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7) ... [2021-09-16T18:56:39.402Z] #37 43.81 Selecting previously unselected package libarchive13:amd64. [2021-09-16T18:56:39.402Z] #37 43.82 Preparing to unpack .../5-libarchive13_3.4.3-2+b1_amd64.deb ... [2021-09-16T18:56:39.402Z] #37 43.82 Unpacking libarchive13:amd64 (3.4.3-2+b1) ... [2021-09-16T18:56:39.402Z] #37 44.11 Selecting previously unselected package libjsoncpp24:amd64. [2021-09-16T18:56:39.402Z] #37 44.11 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ... [2021-09-16T18:56:39.402Z] #37 44.12 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2021-09-16T18:56:39.402Z] #37 44.25 Selecting previously unselected package librhash0:amd64. [2021-09-16T18:56:39.402Z] #37 44.26 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ... [2021-09-16T18:56:39.402Z] #37 44.27 Unpacking librhash0:amd64 (1.4.1-2) ... [2021-09-16T18:56:39.402Z] #37 44.41 Selecting previously unselected package libuv1:amd64. [2021-09-16T18:56:39.402Z] #37 44.42 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ... [2021-09-16T18:56:39.402Z] #37 44.43 Unpacking libuv1:amd64 (1.40.0-2) ... [2021-09-16T18:56:39.402Z] #37 44.58 Selecting previously unselected package cmake. [2021-09-16T18:56:39.402Z] #37 44.61 Preparing to unpack .../9-cmake_3.18.4-2_amd64.deb ... [2021-09-16T18:56:39.402Z] #37 44.62 Unpacking cmake (3.18.4-2) ... [2021-09-16T18:56:39.723Z] #51 ... [2021-09-16T18:56:39.723Z] [2021-09-16T18:56:39.723Z] #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-16T18:56:39.723Z] #45 sha256:8b52766aa8992ad5ea6e7ea4db37d812f7240ba03735f3cac8e86ee521d7efa9 [2021-09-16T18:56:39.723Z] #45 34.62 Reading package lists... [2021-09-16T18:56:40.755Z] #51 ... [2021-09-16T18:56:40.755Z] [2021-09-16T18:56:40.755Z] #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-16T18:56:40.755Z] #41 sha256:6b8cec4c40d2921a1d2bdc203326c098330e9d2856fcd77ef3a5c99befc5d468 [2021-09-16T18:56:40.755Z] #41 39.19 + 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-16T18:56:40.898Z] #37 39.45 Setting up libicu67:arm64 (67.1-7) ... [2021-09-16T18:56:40.898Z] #37 39.49 Setting up xxd (2:8.2.2434-3) ... [2021-09-16T18:56:40.898Z] #37 39.52 Setting up libuv1:arm64 (1.40.0-2) ... [2021-09-16T18:56:40.898Z] #37 39.54 Setting up vim-common (2:8.2.2434-3) ... [2021-09-16T18:56:40.898Z] #37 39.59 Setting up libjsoncpp24:arm64 (1.9.4-4) ... [2021-09-16T18:56:40.898Z] #37 39.61 Setting up librhash0:arm64 (1.4.1-2) ... [2021-09-16T18:56:40.898Z] #37 39.63 Setting up cmake-data (3.18.4-2) ... [2021-09-16T18:56:40.898Z] #37 39.66 Setting up libxml2:arm64 (2.9.10+dfsg-6.7) ... [2021-09-16T18:56:40.898Z] #37 39.69 Setting up libarchive13:arm64 (3.4.3-2+b1) ... [2021-09-16T18:56:41.162Z] #37 39.71 Setting up cmake (3.18.4-2) ... [2021-09-16T18:56:41.162Z] #37 39.73 Processing triggers for libc-bin (2.31-13) ... [2021-09-16T18:56:41.313Z] Commit message: "compression: add support for the zstd algorithm" [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-09-16T18:56:41.933Z] #37 ... [2021-09-16T18:56:41.933Z] [2021-09-16T18:56:41.933Z] #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-16T18:56:41.933Z] #14 sha256:08b9278feadfc8db068b744755add65a213f9549a1269ed67e0d97e0b3db2896 [2021-09-16T18:56:41.933Z] #14 38.11 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-x86-64-win32 amd64 10.2.1-6+24.2 [26.4 MB] [2021-09-16T18:56:41.933Z] #14 39.06 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-16T18:56:41.933Z] #14 39.43 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-16T18:56:41.933Z] #14 39.43 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2021-09-16T18:56:41.933Z] #14 39.43 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2021-09-16T18:56:41.933Z] #14 39.49 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2021-09-16T18:56:41.933Z] #14 39.49 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2021-09-16T18:56:41.933Z] #14 39.49 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-16T18:56:41.933Z] #14 39.49 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-6 [123 kB] [2021-09-16T18:56:41.933Z] #14 39.49 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2021-09-16T18:56:41.933Z] #14 39.49 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2021-09-16T18:56:41.933Z] #14 39.51 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2021-09-16T18:56:41.933Z] #14 39.51 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2021-09-16T18:56:41.933Z] #14 39.51 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2021-09-16T18:56:41.933Z] #14 39.54 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2021-09-16T18:56:41.933Z] #14 39.54 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-16T18:56:41.933Z] #14 39.54 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1 [92.1 kB] [2021-09-16T18:56:41.933Z] #14 39.55 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-6 [401 kB] [2021-09-16T18:56:41.933Z] #14 40.42 debconf: delaying package configuration, since apt-utils is not installed [2021-09-16T18:56:41.933Z] #14 40.63 Fetched 115 MB in 5s (23.2 MB/s) [2021-09-16T18:56:41.933Z] #14 40.72 Selecting previously unselected package binutils-mingw-w64-i686. [2021-09-16T18:56:41.933Z] #14 40.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 ... 15713 files and directories currently installed.) [2021-09-16T18:56:41.933Z] #14 40.83 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2021-09-16T18:56:41.933Z] #14 40.83 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2021-09-16T18:56:41.933Z] #14 42.69 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-09-16T18:56:41.933Z] #14 42.71 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2021-09-16T18:56:41.933Z] #14 42.73 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2021-09-16T18:56:41.933Z] #14 44.92 Selecting previously unselected package binutils-mingw-w64. [2021-09-16T18:56:41.933Z] #14 44.93 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2021-09-16T18:56:41.933Z] #14 44.94 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2021-09-16T18:56:41.933Z] #14 45.04 Selecting previously unselected package libdevmapper1.02.1:amd64. [2021-09-16T18:56:41.933Z] #14 45.04 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2021-09-16T18:56:41.933Z] #14 45.05 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2021-09-16T18:56:41.933Z] #14 45.20 Selecting previously unselected package dmsetup. [2021-09-16T18:56:41.933Z] #14 45.20 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2021-09-16T18:56:41.933Z] #14 45.20 Unpacking dmsetup (2:1.02.175-2.1) ... [2021-09-16T18:56:41.933Z] #14 45.35 Selecting previously unselected package mingw-w64-common. [2021-09-16T18:56:41.933Z] #14 45.35 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2021-09-16T18:56:41.933Z] #14 45.36 Unpacking mingw-w64-common (8.0.0-1) ... [2021-09-16T18:56:41.933Z] #14 ... [2021-09-16T18:56:41.933Z] [2021-09-16T18:56:41.933Z] #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-16T18:56:41.933Z] #45 sha256:8b52766aa8992ad5ea6e7ea4db37d812f7240ba03735f3cac8e86ee521d7efa9 [2021-09-16T18:56:41.933Z] #45 41.50 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2021-09-16T18:56:41.933Z] #45 41.61 Selecting previously unselected package libprotobuf-c1:amd64. [2021-09-16T18:56:41.933Z] #45 41.62 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2021-09-16T18:56:41.933Z] #45 41.63 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2021-09-16T18:56:41.933Z] #45 41.73 Selecting previously unselected package criu. [2021-09-16T18:56:41.933Z] #45 41.73 Preparing to unpack .../7-criu_3.15-1_amd64.deb ... [2021-09-16T18:56:41.933Z] #45 41.74 Unpacking criu (3.15-1) ... [2021-09-16T18:56:41.933Z] #45 42.46 Setting up python3-pkg-resources (52.0.0-4) ... [2021-09-16T18:56:41.933Z] #45 43.96 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2021-09-16T18:56:41.933Z] #45 43.98 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-09-16T18:56:41.933Z] #45 43.99 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2021-09-16T18:56:41.933Z] #45 44.01 Setting up python3-six (1.16.0-2) ... [2021-09-16T18:56:41.933Z] #45 45.10 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2021-09-16T18:56:41.933Z] #45 45.13 Setting up python3-protobuf (3.12.4-1) ... [2021-09-16T18:56:41.933Z] #45 ... [2021-09-16T18:56:41.933Z] [2021-09-16T18:56:41.933Z] #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-16T18:56:41.933Z] #37 sha256:10bbf66d32ae608d41ff58a9c01968e967b1a5334a83298c2899bf7607874281 [2021-09-16T18:56:41.933Z] #37 48.38 Setting up libicu67:amd64 (67.1-7) ... [2021-09-16T18:56:41.933Z] #37 48.42 Setting up xxd (2:8.2.2434-3) ... [2021-09-16T18:56:41.933Z] #37 48.43 Setting up libuv1:amd64 (1.40.0-2) ... [2021-09-16T18:56:41.933Z] #37 48.45 Setting up vim-common (2:8.2.2434-3) ... [2021-09-16T18:56:41.933Z] #37 48.48 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2021-09-16T18:56:41.933Z] #37 48.50 Setting up librhash0:amd64 (1.4.1-2) ... [2021-09-16T18:56:41.933Z] #37 48.52 Setting up cmake-data (3.18.4-2) ... [2021-09-16T18:56:41.933Z] #37 48.54 Setting up libxml2:amd64 (2.9.10+dfsg-6.7) ... [2021-09-16T18:56:41.933Z] #37 48.56 Setting up libarchive13:amd64 (3.4.3-2+b1) ... [2021-09-16T18:56:41.933Z] #37 48.57 Setting up cmake (3.18.4-2) ... [2021-09-16T18:56:41.933Z] #37 48.58 Processing triggers for libc-bin (2.31-13) ... [2021-09-16T18:56:42.743Z] Commit message: "compression: add support for the zstd algorithm" [2021-09-16T18:56:43.282Z] #41 ... [2021-09-16T18:56:43.282Z] [2021-09-16T18:56:43.282Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-09-16T18:56:43.282Z] #14 sha256:08b9278feadfc8db068b744755add65a213f9549a1269ed67e0d97e0b3db2896 [2021-09-16T18:56:43.282Z] #14 32.91 Fetched 8402 kB in 24s (346 kB/s) [2021-09-16T18:56:43.282Z] #14 32.91 Reading package lists... [2021-09-16T18:56:43.282Z] #14 41.84 Reading package lists... [2021-09-16T18:56:43.282Z] #14 ... [2021-09-16T18:56:43.282Z] [2021-09-16T18:56:43.282Z] #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-16T18:56:43.282Z] #37 sha256:10bbf66d32ae608d41ff58a9c01968e967b1a5334a83298c2899bf7607874281 [2021-09-16T18:56:43.282Z] #37 37.05 Building dependency tree... [2021-09-16T18:56:43.282Z] #37 43.19 The following additional packages will be installed: [2021-09-16T18:56:43.282Z] #37 43.22 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2021-09-16T18:56:43.282Z] #37 43.23 Suggested packages: [2021-09-16T18:56:43.282Z] #37 43.25 cmake-doc ninja-build lrzip [2021-09-16T18:56:43.282Z] #37 43.25 Recommended packages: [2021-09-16T18:56:43.282Z] #37 43.25 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-09-16T18:56:43.311Z] #37 DONE 49.7s [2021-09-16T18:56:43.311Z] [2021-09-16T18:56:43.311Z] #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-16T18:56:43.311Z] #38 sha256:3817eb7594b2ada41771be3648ecf41ce5eb886d755586d601209b17aac4edcf [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [2021-09-16T18:56:43.540Z] #37 ... [2021-09-16T18:56:43.540Z] [2021-09-16T18:56:43.540Z] #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-16T18:56:43.540Z] #57 sha256:72a343ae0ab7edaecfe454fc29a890e08e79477914e4a5d04f9b260b4c45f5fe [2021-09-16T18:56:43.540Z] #57 33.79 Fetched 8402 kB in 25s (334 kB/s) [2021-09-16T18:56:43.540Z] #57 33.79 Reading package lists... [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-09-16T18:56:43.725Z] #37 DONE 42.2s [2021-09-16T18:56:43.725Z] [2021-09-16T18:56:43.725Z] #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-16T18:56:43.725Z] #14 sha256:8f83bcf2f635d3a795f49218ddeffb549fae58f063ef6778311fcdf619d92ac0 [2021-09-16T18:56:43.725Z] #14 35.06 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-09-16T18:56:43.725Z] #14 35.07 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_arm64.deb ... [2021-09-16T18:56:43.725Z] #14 35.08 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2021-09-16T18:56:43.725Z] #14 36.77 Selecting previously unselected package binutils-mingw-w64. [2021-09-16T18:56:43.725Z] #14 36.77 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2021-09-16T18:56:43.725Z] #14 36.78 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2021-09-16T18:56:43.725Z] #14 36.93 Selecting previously unselected package libdevmapper1.02.1:arm64. [2021-09-16T18:56:43.725Z] #14 36.93 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_arm64.deb ... [2021-09-16T18:56:43.725Z] #14 36.96 Unpacking libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ... [2021-09-16T18:56:43.725Z] #14 37.20 Selecting previously unselected package dmsetup. [2021-09-16T18:56:43.725Z] #14 37.20 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_arm64.deb ... [2021-09-16T18:56:43.725Z] #14 37.21 Unpacking dmsetup (2:1.02.175-2.1) ... [2021-09-16T18:56:43.725Z] #14 37.39 Selecting previously unselected package mingw-w64-common. [2021-09-16T18:56:43.725Z] #14 37.39 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2021-09-16T18:56:43.725Z] #14 37.40 Unpacking mingw-w64-common (8.0.0-1) ... [2021-09-16T18:56:43.725Z] #14 ... [2021-09-16T18:56:43.725Z] [2021-09-16T18:56:43.725Z] #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-16T18:56:43.725Z] #38 sha256:305b59844a434c5c0e5b50697c7c2bf197ddac45e36df6f0e46f3a4b9e02fe5a [2021-09-16T18:56:44.246Z] #38 ... [2021-09-16T18:56:44.246Z] [2021-09-16T18:56:44.246Z] #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-16T18:56:44.246Z] #45 sha256:8b52766aa8992ad5ea6e7ea4db37d812f7240ba03735f3cac8e86ee521d7efa9 [2021-09-16T18:56:44.246Z] #45 48.40 Setting up criu (3.15-1) ... [2021-09-16T18:56:44.246Z] #45 50.16 Processing triggers for libc-bin (2.31-13) ... [2021-09-16T18:56:44.247Z] #45 DONE 50.6s [2021-09-16T18:56:44.474Z] #57 42.38 Reading package lists... [2021-09-16T18:56:44.474Z] #57 ... [2021-09-16T18:56:44.474Z] [2021-09-16T18:56:44.474Z] #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-16T18:56:44.474Z] #37 sha256:10bbf66d32ae608d41ff58a9c01968e967b1a5334a83298c2899bf7607874281 [2021-09-16T18:56:44.474Z] #37 44.65 The following NEW packages will be installed: [2021-09-16T18:56:44.474Z] #37 44.66 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2021-09-16T18:56:44.474Z] #37 44.69 vim-common xxd [2021-09-16T18:56:44.482Z] + docker version [2021-09-16T18:56:44.505Z] [2021-09-16T18:56:44.505Z] #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-16T18:56:44.505Z] #14 sha256:08b9278feadfc8db068b744755add65a213f9549a1269ed67e0d97e0b3db2896 [2021-09-16T18:56:44.505Z] #14 50.52 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-09-16T18:56:44.505Z] #14 50.54 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2021-09-16T18:56:44.505Z] #14 50.55 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2021-09-16T18:56:44.676Z] #38 1.216 + RM_GOPATH=0 [2021-09-16T18:56:44.676Z] #38 1.216 + TMP_GOPATH= [2021-09-16T18:56:44.676Z] #38 1.216 + : /build [2021-09-16T18:56:44.676Z] #38 1.216 + '[' -z '' ']' [2021-09-16T18:56:44.676Z] #38 1.217 ++ mktemp -d [2021-09-16T18:56:44.676Z] #38 1.221 + export GOPATH=/tmp/tmp.CoHmKBqwrD [2021-09-16T18:56:44.676Z] #38 1.222 + GOPATH=/tmp/tmp.CoHmKBqwrD [2021-09-16T18:56:44.676Z] #38 1.222 + RM_GOPATH=1 [2021-09-16T18:56:44.676Z] #38 1.222 + case "$(go env GOARCH)" in [2021-09-16T18:56:44.676Z] #38 1.224 ++ go env GOARCH [2021-09-16T18:56:44.676Z] #38 1.262 + export GO_BUILDMODE=-buildmode=pie [2021-09-16T18:56:44.940Z] #38 1.264 + GO_BUILDMODE=-buildmode=pie [2021-09-16T18:56:44.940Z] #38 1.274 ++ dirname /tmp/install/install.sh [2021-09-16T18:56:44.940Z] #38 1.279 + dir=/tmp/install [2021-09-16T18:56:44.940Z] #38 1.279 + bin=tini [2021-09-16T18:56:44.940Z] #38 1.279 + shift [2021-09-16T18:56:44.940Z] #38 1.279 + '[' '!' -f /tmp/install/tini.installer ']' [2021-09-16T18:56:44.940Z] #38 1.280 + . /tmp/install/tini.installer [2021-09-16T18:56:44.940Z] #38 1.280 ++ : v0.19.0 [2021-09-16T18:56:44.940Z] #38 1.280 + install_tini [2021-09-16T18:56:44.940Z] #38 1.281 + echo 'Install tini version v0.19.0' [2021-09-16T18:56:44.940Z] #38 1.281 Install tini version v0.19.0 [2021-09-16T18:56:44.940Z] #38 1.281 + git clone https://github.com/krallin/tini.git /tmp/tmp.CoHmKBqwrD/tini [2021-09-16T18:56:44.940Z] #38 1.295 Cloning into '/tmp/tmp.CoHmKBqwrD/tini'... [2021-09-16T18:56:45.041Z] #37 45.22 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2021-09-16T18:56:45.041Z] #37 45.22 Need to get 17.7 MB of archives. [2021-09-16T18:56:45.041Z] #37 45.22 After this operation, 70.7 MB of additional disk space will be used. [2021-09-16T18:56:45.041Z] #37 45.22 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3 [192 kB] [2021-09-16T18:56:45.283Z] #45 43.07 Reading package lists... [2021-09-16T18:56:45.283Z] #45 ... [2021-09-16T18:56:45.283Z] [2021-09-16T18:56:45.283Z] #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-16T18:56:45.283Z] #37 sha256:10bbf66d32ae608d41ff58a9c01968e967b1a5334a83298c2899bf7607874281 [2021-09-16T18:56:45.283Z] #37 40.20 Reading package lists... [2021-09-16T18:56:45.304Z] #37 45.24 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3 [226 kB] [2021-09-16T18:56:45.304Z] #37 45.28 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2 [1725 kB] [2021-09-16T18:56:45.304Z] #37 45.39 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2021-09-16T18:56:45.517Z] #38 ... [2021-09-16T18:56:45.517Z] [2021-09-16T18:56:45.517Z] #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-16T18:56:45.517Z] #45 sha256:530e5eb8a2a7172d3a738144194be4664354a464a3c422f9a6d03b278368204a [2021-09-16T18:56:45.517Z] #45 37.98 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ... [2021-09-16T18:56:45.517Z] #45 38.01 Setting up python3-protobuf (3.12.4-1) ... [2021-09-16T18:56:45.517Z] #45 41.27 Setting up criu (3.15-1) ... [2021-09-16T18:56:45.517Z] #45 43.12 Processing triggers for libc-bin (2.31-13) ... [2021-09-16T18:56:45.517Z] #45 DONE 44.0s [2021-09-16T18:56:45.781Z] [2021-09-16T18:56:45.781Z] #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-16T18:56:45.781Z] #38 sha256:305b59844a434c5c0e5b50697c7c2bf197ddac45e36df6f0e46f3a4b9e02fe5a [2021-09-16T18:56:45.781Z] #38 2.185 + cd /tmp/tmp.CoHmKBqwrD/tini [2021-09-16T18:56:45.781Z] #38 2.185 + git checkout -q v0.19.0 [2021-09-16T18:56:45.781Z] #38 2.225 + cmake . [2021-09-16T18:56:46.235Z] #37 46.13 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7 [693 kB] [2021-09-16T18:56:46.235Z] #37 46.20 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+b1 [343 kB] [2021-09-16T18:56:46.235Z] #37 46.24 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2021-09-16T18:56:46.235Z] #37 46.24 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2021-09-16T18:56:46.235Z] #37 46.26 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2021-09-16T18:56:46.235Z] #37 46.28 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2 [5593 kB] [2021-09-16T18:56:46.252Z] + docker version [2021-09-16T18:56:46.359Z] #38 2.872 -- The C compiler identification is GNU 10.2.1 [2021-09-16T18:56:46.359Z] #38 2.963 -- Detecting C compiler ABI info [2021-09-16T18:56:47.042Z] #14 ... [2021-09-16T18:56:47.042Z] [2021-09-16T18:56:47.042Z] #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-16T18:56:47.042Z] #49 sha256:dd81d8e4452f8e5d116c1fc58db1cba57d94d5649ae65cb74a440cf817200b05 [2021-09-16T18:56:47.042Z] #49 DONE 53.6s [2021-09-16T18:56:47.042Z] [2021-09-16T18:56:47.042Z] #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-16T18:56:47.042Z] #51 sha256:f88eaab6bd342bff925ce84a941ed765f673508e7759b9761eaf51f29856d246 [2021-09-16T18:56:47.166Z] #37 ... [2021-09-16T18:56:47.166Z] [2021-09-16T18:56:47.166Z] #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-16T18:56:47.166Z] #45 sha256:8b52766aa8992ad5ea6e7ea4db37d812f7240ba03735f3cac8e86ee521d7efa9 [2021-09-16T18:56:47.166Z] #45 37.17 Fetched 8406 kB in 29s (295 kB/s) [2021-09-16T18:56:47.166Z] #45 37.17 Reading package lists... [2021-09-16T18:56:47.199Z] #37 48.17 Building dependency tree... [2021-09-16T18:56:47.321Z] #38 3.670 -- Detecting C compiler ABI info - done [2021-09-16T18:56:47.321Z] #38 3.821 -- Check for working C compiler: /usr/bin/cc - skipped [2021-09-16T18:56:47.321Z] #38 3.822 -- Detecting C compile features [2021-09-16T18:56:47.321Z] #38 3.824 -- Detecting C compile features - done [2021-09-16T18:56:47.321Z] #38 3.857 -- Performing Test HAS_BUILTIN_FORTIFY [2021-09-16T18:56:47.586Z] #38 4.088 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-09-16T18:56:47.586Z] #38 4.164 -- Configuring done [2021-09-16T18:56:47.587Z] #38 4.220 -- Generating done [2021-09-16T18:56:47.730Z] #45 45.59 Reading package lists... [2021-09-16T18:56:47.730Z] #45 ... [2021-09-16T18:56:47.730Z] [2021-09-16T18:56:47.730Z] #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-16T18:56:47.730Z] #51 sha256:38f49ed11733cb386ab1016045b46d1752876c063116cce36b18f2f11e5c0ab1 [2021-09-16T18:56:47.730Z] #51 47.80 go: downloading github.com/gobwas/glob v0.2.3 [2021-09-16T18:56:47.730Z] #51 47.82 go: downloading github.com/kisielk/gotool v1.0.0 [2021-09-16T18:56:47.730Z] #51 47.94 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-09-16T18:56:47.853Z] #38 4.232 -- Build files have been written to: /tmp/tmp.CoHmKBqwrD/tini [2021-09-16T18:56:47.853Z] #38 4.245 + make tini-static [2021-09-16T18:56:47.853Z] #38 4.459 Scanning dependencies of target tini-static [2021-09-16T18:56:47.979Z] #51 ... [2021-09-16T18:56:47.979Z] [2021-09-16T18:56:47.979Z] #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-16T18:56:47.979Z] #38 sha256:3817eb7594b2ada41771be3648ecf41ce5eb886d755586d601209b17aac4edcf [2021-09-16T18:56:47.979Z] #38 4.795 + RM_GOPATH=0 [2021-09-16T18:56:47.979Z] #38 4.795 + TMP_GOPATH= [2021-09-16T18:56:47.979Z] #38 4.795 + : /build [2021-09-16T18:56:47.979Z] #38 4.795 + '[' -z '' ']' [2021-09-16T18:56:47.979Z] #38 4.795 ++ mktemp -d [2021-09-16T18:56:47.979Z] #38 4.795 + export GOPATH=/tmp/tmp.0efpdgE5mV [2021-09-16T18:56:47.979Z] #38 4.795 + GOPATH=/tmp/tmp.0efpdgE5mV [2021-09-16T18:56:47.979Z] #38 4.795 + RM_GOPATH=1 [2021-09-16T18:56:47.979Z] #38 4.795 + case "$(go env GOARCH)" in [2021-09-16T18:56:47.979Z] #38 4.795 ++ go env GOARCH [2021-09-16T18:56:47.979Z] #38 4.795 + export GO_BUILDMODE=-buildmode=pie [2021-09-16T18:56:47.979Z] #38 4.795 + GO_BUILDMODE=-buildmode=pie [2021-09-16T18:56:47.979Z] #38 4.795 ++ dirname /tmp/install/install.sh [2021-09-16T18:56:47.979Z] #38 4.795 + dir=/tmp/install [2021-09-16T18:56:47.979Z] #38 4.795 + bin=tini [2021-09-16T18:56:47.979Z] #38 4.795 + shift [2021-09-16T18:56:47.979Z] #38 4.795 + '[' '!' -f /tmp/install/tini.installer ']' [2021-09-16T18:56:47.979Z] #38 4.795 + . /tmp/install/tini.installer [2021-09-16T18:56:47.979Z] #38 4.795 ++ : v0.19.0 [2021-09-16T18:56:47.979Z] #38 4.795 + install_tini [2021-09-16T18:56:47.979Z] #38 4.795 + echo 'Install tini version v0.19.0' [2021-09-16T18:56:47.979Z] #38 4.795 + git clone https://github.com/krallin/tini.git /tmp/tmp.0efpdgE5mV/tini [2021-09-16T18:56:47.979Z] #38 4.795 Cloning into '/tmp/tmp.0efpdgE5mV/tini'... [2021-09-16T18:56:47.979Z] #38 4.815 Install tini version v0.19.0 [2021-09-16T18:56:47.987Z] #51 48.11 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-09-16T18:56:47.988Z] #51 48.14 go: downloading github.com/gogo/protobuf v1.2.1 [2021-09-16T18:56:48.116Z] #38 4.627 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-09-16T18:56:48.548Z] #38 5.527 + cd /tmp/tmp.0efpdgE5mV/tini [2021-09-16T18:56:48.548Z] #38 5.527 + git checkout -q v0.19.0 [2021-09-16T18:56:48.548Z] #38 5.538 + cmake . [2021-09-16T18:56:49.071Z] #38 ... [2021-09-16T18:56:49.071Z] [2021-09-16T18:56:49.071Z] #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-16T18:56:49.071Z] #49 sha256:ddb7be40e9d748defc800fd5d813a0dd15db24f5940bb455e526259867f39d2b [2021-09-16T18:56:49.071Z] #49 DONE 47.8s [2021-09-16T18:56:49.116Z] #38 6.012 -- The C compiler identification is GNU 10.2.1 [2021-09-16T18:56:49.116Z] #38 6.085 -- Detecting C compiler ABI info [2021-09-16T18:56:49.335Z] [2021-09-16T18:56:49.335Z] #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-16T18:56:49.335Z] #14 sha256:8f83bcf2f635d3a795f49218ddeffb549fae58f063ef6778311fcdf619d92ac0 [2021-09-16T18:56:49.335Z] #14 42.42 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-09-16T18:56:49.335Z] #14 42.43 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2021-09-16T18:56:49.335Z] #14 42.45 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2021-09-16T18:56:49.335Z] #14 47.88 Selecting previously unselected package gcc-mingw-w64-base. [2021-09-16T18:56:49.335Z] #14 47.88 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_arm64.deb ... [2021-09-16T18:56:49.335Z] #14 47.91 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2021-09-16T18:56:49.414Z] Commit message: "compression: add support for the zstd algorithm" [2021-09-16T18:56:49.600Z] #14 48.15 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2021-09-16T18:56:49.600Z] #14 48.16 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_arm64.deb ... [2021-09-16T18:56:49.600Z] #14 48.21 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2021-09-16T18:56:49.600Z] #14 ... [2021-09-16T18:56:49.600Z] [2021-09-16T18:56:49.600Z] #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-16T18:56:49.600Z] #38 sha256:305b59844a434c5c0e5b50697c7c2bf197ddac45e36df6f0e46f3a4b9e02fe5a [2021-09-16T18:56:49.600Z] #38 6.093 [100%] Linking C executable tini-static [2021-09-16T18:56:49.684Z] #38 6.571 -- Detecting C compiler ABI info - done [2021-09-16T18:56:49.684Z] #38 6.671 -- Check for working C compiler: /usr/bin/cc - skipped [2021-09-16T18:56:49.684Z] #38 6.687 -- Detecting C compile features [2021-09-16T18:56:49.684Z] #38 6.687 -- Detecting C compile features - done [Pipeline] withEnv [Pipeline] { [Pipeline] withEnv [Pipeline] { [Pipeline] stage [Pipeline] { (Print info) [Pipeline] sh [2021-09-16T18:56:49.943Z] #38 6.719 -- Performing Test HAS_BUILTIN_FORTIFY [2021-09-16T18:56:49.943Z] #38 6.927 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-09-16T18:56:50.188Z] #38 6.653 [100%] Built target tini-static [2021-09-16T18:56:50.188Z] #38 6.758 + mkdir -p /build [2021-09-16T18:56:50.202Z] #38 7.002 -- Configuring done [2021-09-16T18:56:50.202Z] #38 7.019 -- Generating done [2021-09-16T18:56:50.202Z] #38 7.047 + make tini-static [2021-09-16T18:56:50.202Z] #38 7.047 -- Build files have been written to: /tmp/tmp.0efpdgE5mV/tini [2021-09-16T18:56:50.451Z] #38 6.762 + cp tini-static /build/docker-init [2021-09-16T18:56:50.461Z] #38 7.395 Scanning dependencies of target tini-static [2021-09-16T18:56:50.512Z] #51 50.46 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-09-16T18:56:50.512Z] #51 50.72 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-09-16T18:56:50.573Z] #37 ... [2021-09-16T18:56:50.573Z] [2021-09-16T18:56:50.574Z] #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-16T18:56:50.574Z] #14 sha256:08b9278feadfc8db068b744755add65a213f9549a1269ed67e0d97e0b3db2896 [2021-09-16T18:56:50.574Z] #14 39.15 Reading package lists... [2021-09-16T18:56:50.574Z] #14 46.89 Building dependency tree... [2021-09-16T18:56:50.574Z] #14 52.59 The following additional packages will be installed: [2021-09-16T18:56:50.574Z] #14 52.61 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-09-16T18:56:50.574Z] #14 52.61 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2021-09-16T18:56:50.574Z] #14 52.61 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2021-09-16T18:56:50.574Z] #14 52.61 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2021-09-16T18:56:50.574Z] #14 52.62 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2021-09-16T18:56:50.574Z] #14 52.62 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2021-09-16T18:56:50.574Z] #14 52.63 mingw-w64-common mingw-w64-x86-64-dev [2021-09-16T18:56:50.574Z] #14 52.67 Suggested packages: [2021-09-16T18:56:50.574Z] #14 52.67 gcc-10-locales seccomp wine64 [2021-09-16T18:56:50.574Z] #14 ... [2021-09-16T18:56:50.574Z] [2021-09-16T18:56:50.574Z] #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-16T18:56:50.574Z] #37 sha256:10bbf66d32ae608d41ff58a9c01968e967b1a5334a83298c2899bf7607874281 [2021-09-16T18:56:50.574Z] #37 53.92 The following additional packages will be installed: [2021-09-16T18:56:50.714Z] #38 DONE 7.3s [2021-09-16T18:56:50.714Z] [2021-09-16T18:56:50.714Z] #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-16T18:56:50.714Z] #14 sha256:8f83bcf2f635d3a795f49218ddeffb549fae58f063ef6778311fcdf619d92ac0 [2021-09-16T18:56:50.720Z] #38 7.458 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-09-16T18:56:50.769Z] #51 50.94 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-09-16T18:56:50.846Z] #37 53.93 cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 xxd [2021-09-16T18:56:50.846Z] #37 53.95 Suggested packages: [2021-09-16T18:56:50.846Z] #37 53.96 cmake-doc ninja-build lrzip [2021-09-16T18:56:50.846Z] #37 53.96 Recommended packages: [2021-09-16T18:56:50.846Z] #37 53.96 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-09-16T18:56:50.846Z] #37 ... [2021-09-16T18:56:50.846Z] [2021-09-16T18:56:50.846Z] #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-16T18:56:50.846Z] #51 sha256:6bcb5a6aea0206883626abc34265bc2c80c78b74f6f17845ca31be650d11e6b6 [2021-09-16T18:56:50.846Z] #51 43.99 go: downloading github.com/gobwas/glob v0.2.3 [2021-09-16T18:56:50.846Z] #51 44.04 go: downloading github.com/kisielk/gotool v1.0.0 [2021-09-16T18:56:50.846Z] #51 44.15 go: downloading github.com/gostaticanalysis/analysisutil v0.0.0-20190318220348-4088753ea4d3 [2021-09-16T18:56:50.846Z] #51 44.21 go: downloading github.com/nbutton23/zxcvbn-go v0.0.0-20180912185939-ae427f1e4c1d [2021-09-16T18:56:50.846Z] #51 44.22 go: downloading github.com/gogo/protobuf v1.2.1 [2021-09-16T18:56:50.846Z] #51 46.05 go: downloading sourcegraph.com/sqs/pbtypes v0.0.0-20180604144634-d3ebe8f20ae4 [2021-09-16T18:56:50.846Z] #51 46.37 go: downloading mvdan.cc/lint v0.0.0-20170908181259-adc824a0674b [2021-09-16T18:56:50.846Z] #51 46.71 go: downloading github.com/BurntSushi/toml v0.3.1 [2021-09-16T18:56:50.846Z] #51 ... [2021-09-16T18:56:50.846Z] [2021-09-16T18:56:50.846Z] #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-16T18:56:50.846Z] #57 sha256:72a343ae0ab7edaecfe454fc29a890e08e79477914e4a5d04f9b260b4c45f5fe [2021-09-16T18:56:50.846Z] #57 39.54 Reading package lists... [2021-09-16T18:56:50.846Z] #57 47.53 Building dependency tree... [2021-09-16T18:56:50.846Z] #57 53.32 The following additional packages will be installed: [2021-09-16T18:56:50.846Z] #57 53.32 libbtrfs0 [2021-09-16T18:56:50.846Z] #57 53.67 The following NEW packages will be installed: [2021-09-16T18:56:50.846Z] #57 53.68 libbtrfs-dev libbtrfs0 [2021-09-16T18:56:50.846Z] #57 54.20 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2021-09-16T18:56:50.846Z] #57 54.20 Need to get 460 kB of archives. [2021-09-16T18:56:50.846Z] #57 54.20 After this operation, 1237 kB of additional disk space will be used. [2021-09-16T18:56:50.846Z] #57 54.20 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2021-09-16T18:56:51.113Z] #57 54.30 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2021-09-16T18:56:51.378Z] #57 ... [2021-09-16T18:56:51.378Z] [2021-09-16T18:56:51.378Z] #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-16T18:56:51.378Z] #14 sha256:08b9278feadfc8db068b744755add65a213f9549a1269ed67e0d97e0b3db2896 [2021-09-16T18:56:51.378Z] #14 54.80 The following NEW packages will be installed: [2021-09-16T18:56:51.640Z] #14 54.83 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-09-16T18:56:51.640Z] #14 54.83 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2021-09-16T18:56:51.640Z] #14 54.83 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2021-09-16T18:56:51.640Z] #14 54.83 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2021-09-16T18:56:51.640Z] #14 54.83 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2021-09-16T18:56:51.640Z] #14 54.83 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2021-09-16T18:56:51.640Z] #14 54.83 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2021-09-16T18:56:51.640Z] #14 54.83 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2021-09-16T18:56:51.640Z] #14 54.84 mingw-w64-x86-64-dev [2021-09-16T18:56:51.655Z] Client: [2021-09-16T18:56:51.655Z] Version: 20.10.8 [2021-09-16T18:56:51.655Z] API version: 1.41 [2021-09-16T18:56:51.655Z] Go version: go1.16.6 [2021-09-16T18:56:51.655Z] Git commit: 3967b7d [2021-09-16T18:56:51.655Z] Built: Fri Jul 30 19:58:50 2021 [2021-09-16T18:56:51.655Z] OS/Arch: windows/amd64 [2021-09-16T18:56:51.655Z] Context: default [2021-09-16T18:56:51.655Z] Experimental: true [2021-09-16T18:56:51.655Z] [2021-09-16T18:56:51.655Z] Server: Docker Engine - Community [2021-09-16T18:56:51.655Z] Engine: [2021-09-16T18:56:51.655Z] Version: 20.10.8 [2021-09-16T18:56:51.655Z] API version: 1.41 (minimum version 1.24) [2021-09-16T18:56:51.655Z] Go version: go1.16.6 [2021-09-16T18:56:51.655Z] Git commit: 75249d8 [2021-09-16T18:56:51.655Z] Built: Fri Jul 30 19:54:29 2021 [2021-09-16T18:56:51.655Z] OS/Arch: windows/amd64 [2021-09-16T18:56:51.655Z] Experimental: true [2021-09-16T18:56:51.658Z] #38 8.571 [100%] Linking C executable tini-static [2021-09-16T18:56:52.211Z] #14 55.47 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded. [2021-09-16T18:56:52.211Z] #14 55.47 Need to get 115 MB of archives. [2021-09-16T18:56:52.211Z] #14 55.47 After this operation, 645 MB of additional disk space will be used. [2021-09-16T18:56:52.211Z] #14 55.47 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-16T18:56:52.211Z] #14 55.66 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-16T18:56:52.226Z] #38 9.077 [100%] Built target tini-static [2021-09-16T18:56:52.226Z] #38 9.164 + mkdir -p /build [2021-09-16T18:56:52.226Z] #38 9.164 + cp tini-static /build/docker-init [Pipeline] sh [2021-09-16T18:56:52.618Z] + docker version [2021-09-16T18:56:52.785Z] #14 55.95 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-16T18:56:52.785Z] #14 55.99 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-16T18:56:52.785Z] #14 56.00 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-16T18:56:52.785Z] #14 56.02 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2021-09-16T18:56:53.048Z] #14 ... [2021-09-16T18:56:53.048Z] [2021-09-16T18:56:53.048Z] #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-16T18:56:53.048Z] #53 sha256:fe7e2a2a9493c6b5b43473974aa8d1233a9cb6ff8d7142466da75a07e8613a63 [2021-09-16T18:56:53.048Z] #53 DONE 56.3s [2021-09-16T18:56:53.048Z] [2021-09-16T18:56:53.048Z] #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-16T18:56:53.048Z] #37 sha256:10bbf66d32ae608d41ff58a9c01968e967b1a5334a83298c2899bf7607874281 [2021-09-16T18:56:53.048Z] #37 55.38 The following NEW packages will be installed: [2021-09-16T18:56:53.048Z] #37 55.43 cmake cmake-data libarchive13 libicu67 libjsoncpp24 librhash0 libuv1 libxml2 [2021-09-16T18:56:53.048Z] #37 55.43 vim-common xxd [2021-09-16T18:56:53.048Z] #37 56.01 0 upgraded, 10 newly installed, 0 to remove and 0 not upgraded. [2021-09-16T18:56:53.048Z] #37 56.01 Need to get 17.7 MB of archives. [2021-09-16T18:56:53.048Z] #37 56.01 After this operation, 70.7 MB of additional disk space will be used. [2021-09-16T18:56:53.048Z] #37 56.01 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3 [192 kB] [2021-09-16T18:56:53.048Z] #37 56.05 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3 [226 kB] [2021-09-16T18:56:53.048Z] #37 56.07 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2 [1725 kB] [2021-09-16T18:56:53.048Z] #37 56.22 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2021-09-16T18:56:53.247Z] + docker info [2021-09-16T18:56:53.248Z] Client: [2021-09-16T18:56:53.248Z] Context: default [2021-09-16T18:56:53.248Z] Debug Mode: false [2021-09-16T18:56:53.248Z] [2021-09-16T18:56:53.248Z] Server: [2021-09-16T18:56:53.248Z] Containers: 0 [2021-09-16T18:56:53.248Z] Running: 0 [2021-09-16T18:56:53.248Z] Paused: 0 [2021-09-16T18:56:53.248Z] Stopped: 0 [2021-09-16T18:56:53.248Z] Images: 0 [2021-09-16T18:56:53.248Z] Server Version: 20.10.8 [2021-09-16T18:56:53.248Z] Storage Driver: windowsfilter (windows) lcow (linux) [2021-09-16T18:56:53.248Z] Windows: [2021-09-16T18:56:53.248Z] LCOW: [2021-09-16T18:56:53.248Z] Logging Driver: json-file [2021-09-16T18:56:53.248Z] Plugins: [2021-09-16T18:56:53.248Z] Volume: local [2021-09-16T18:56:53.248Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-09-16T18:56:53.248Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-09-16T18:56:53.248Z] Swarm: inactive [2021-09-16T18:56:53.248Z] Default Isolation: process [2021-09-16T18:56:53.248Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2021-09-16T18:56:53.248Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.169) [2021-09-16T18:56:53.248Z] OSType: windows [2021-09-16T18:56:53.248Z] Architecture: x86_64 [2021-09-16T18:56:53.248Z] CPUs: 4 [2021-09-16T18:56:53.248Z] Total Memory: 32GiB [2021-09-16T18:56:53.248Z] Name: azwin-2-007d90 [2021-09-16T18:56:53.248Z] ID: IZDY:S4YB:5XRY:IF4H:5UNK:3VIE:VJMV:FD3Q:73SO:QIKD:XA3T:57CT [2021-09-16T18:56:53.248Z] Docker Root Dir: D:\docker [2021-09-16T18:56:53.248Z] Debug Mode: false [2021-09-16T18:56:53.248Z] Registry: https://index.docker.io/v1/ [2021-09-16T18:56:53.248Z] Labels: [2021-09-16T18:56:53.248Z] Experimental: true [2021-09-16T18:56:53.248Z] Insecure Registries: [2021-09-16T18:56:53.248Z] 10.0.0.4:5000 [2021-09-16T18:56:53.248Z] 127.0.0.0/8 [2021-09-16T18:56:53.248Z] Registry Mirrors: [2021-09-16T18:56:53.248Z] http://10.0.0.4:5000/ [2021-09-16T18:56:53.248Z] Live Restore Enabled: false [2021-09-16T18:56:53.248Z] Product License: Community Engine [2021-09-16T18:56:53.248Z] [2021-09-16T18:56:53.287Z] Client: [2021-09-16T18:56:53.287Z] Version: 20.10.8 [2021-09-16T18:56:53.287Z] API version: 1.41 [2021-09-16T18:56:53.287Z] Go version: go1.16.6 [2021-09-16T18:56:53.287Z] Git commit: 3967b7d [2021-09-16T18:56:53.287Z] Built: Fri Jul 30 19:58:50 2021 [2021-09-16T18:56:53.287Z] OS/Arch: windows/amd64 [2021-09-16T18:56:53.287Z] Context: default [2021-09-16T18:56:53.287Z] Experimental: true [2021-09-16T18:56:53.287Z] [2021-09-16T18:56:53.287Z] Server: Docker Engine - Community [2021-09-16T18:56:53.287Z] Engine: [2021-09-16T18:56:53.287Z] Version: 20.10.8 [2021-09-16T18:56:53.287Z] API version: 1.41 (minimum version 1.24) [2021-09-16T18:56:53.287Z] Go version: go1.16.6 [2021-09-16T18:56:53.287Z] Git commit: 75249d8 [2021-09-16T18:56:53.287Z] Built: Fri Jul 30 19:54:29 2021 [2021-09-16T18:56:53.287Z] OS/Arch: windows/amd64 [2021-09-16T18:56:53.287Z] Experimental: true [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2021-09-16T18:56:53.605Z] #38 DONE 10.5s [2021-09-16T18:56:53.605Z] [2021-09-16T18:56:53.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-16T18:56:53.605Z] #14 sha256:08b9278feadfc8db068b744755add65a213f9549a1269ed67e0d97e0b3db2896 [2021-09-16T18:56:53.605Z] #14 55.49 Selecting previously unselected package gcc-mingw-w64-base. [2021-09-16T18:56:53.605Z] #14 55.49 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2021-09-16T18:56:53.605Z] #14 55.53 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2021-09-16T18:56:53.605Z] #14 55.66 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2021-09-16T18:56:53.605Z] #14 55.69 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2021-09-16T18:56:53.605Z] #14 55.69 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [Pipeline] sh [2021-09-16T18:56:54.022Z] #37 57.10 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxml2 amd64 2.9.10+dfsg-6.7 [693 kB] [2021-09-16T18:56:54.022Z] #37 57.10 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+b1 [343 kB] [2021-09-16T18:56:54.022Z] #37 57.10 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2021-09-16T18:56:54.022Z] #37 57.10 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2021-09-16T18:56:54.022Z] #37 57.12 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2021-09-16T18:56:54.022Z] #37 57.12 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2 [5593 kB] [2021-09-16T18:56:54.046Z] #51 ... [2021-09-16T18:56:54.046Z] [2021-09-16T18:56:54.046Z] #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-16T18:56:54.046Z] #37 sha256:10bbf66d32ae608d41ff58a9c01968e967b1a5334a83298c2899bf7607874281 [2021-09-16T18:56:54.046Z] #37 48.57 debconf: delaying package configuration, since apt-utils is not installed [2021-09-16T18:56:54.046Z] #37 49.00 Fetched 17.7 MB in 2s (9174 kB/s) [2021-09-16T18:56:54.046Z] #37 49.22 Selecting previously unselected package xxd. [2021-09-16T18:56:54.046Z] #37 49.22 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15713 files and directories currently installed.) [2021-09-16T18:56:54.046Z] #37 49.34 Preparing to unpack .../0-xxd_2%3a8.2.2434-3_amd64.deb ... [2021-09-16T18:56:54.046Z] #37 49.35 Unpacking xxd (2:8.2.2434-3) ... [2021-09-16T18:56:54.046Z] #37 49.69 Selecting previously unselected package vim-common. [2021-09-16T18:56:54.046Z] #37 49.69 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3_all.deb ... [2021-09-16T18:56:54.046Z] #37 49.75 Unpacking vim-common (2:8.2.2434-3) ... [2021-09-16T18:56:54.046Z] #37 50.38 Selecting previously unselected package cmake-data. [2021-09-16T18:56:54.046Z] #37 50.38 Preparing to unpack .../2-cmake-data_3.18.4-2_all.deb ... [2021-09-16T18:56:54.046Z] #37 50.44 Unpacking cmake-data (3.18.4-2) ... [2021-09-16T18:56:54.864Z] + docker info [2021-09-16T18:56:54.864Z] Client: [2021-09-16T18:56:54.864Z] Context: default [2021-09-16T18:56:54.864Z] Debug Mode: false [2021-09-16T18:56:54.865Z] [2021-09-16T18:56:54.865Z] Server: [2021-09-16T18:56:54.865Z] Containers: 0 [2021-09-16T18:56:54.865Z] Running: 0 [2021-09-16T18:56:54.865Z] Paused: 0 [2021-09-16T18:56:54.865Z] Stopped: 0 [2021-09-16T18:56:54.865Z] Images: 0 [2021-09-16T18:56:54.865Z] Server Version: 20.10.8 [2021-09-16T18:56:54.865Z] Storage Driver: lcow (linux) windowsfilter (windows) [2021-09-16T18:56:54.865Z] LCOW: [2021-09-16T18:56:54.865Z] Windows: [2021-09-16T18:56:54.865Z] Logging Driver: json-file [2021-09-16T18:56:54.865Z] Plugins: [2021-09-16T18:56:54.865Z] Volume: local [2021-09-16T18:56:54.865Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-09-16T18:56:54.865Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-09-16T18:56:54.865Z] Swarm: inactive [2021-09-16T18:56:54.865Z] Default Isolation: process [2021-09-16T18:56:54.865Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2021-09-16T18:56:54.865Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.169) [2021-09-16T18:56:54.865Z] OSType: windows [2021-09-16T18:56:54.865Z] Architecture: x86_64 [2021-09-16T18:56:54.865Z] CPUs: 4 [2021-09-16T18:56:54.865Z] Total Memory: 32GiB [2021-09-16T18:56:54.865Z] Name: azwin-2-007d91 [2021-09-16T18:56:54.865Z] ID: IZDY:S4YB:5XRY:IF4H:5UNK:3VIE:VJMV:FD3Q:73SO:QIKD:XA3T:57CT [2021-09-16T18:56:54.865Z] Docker Root Dir: D:\docker [2021-09-16T18:56:54.865Z] Debug Mode: false [2021-09-16T18:56:54.865Z] Registry: https://index.docker.io/v1/ [2021-09-16T18:56:54.865Z] Labels: [2021-09-16T18:56:54.865Z] Experimental: true [2021-09-16T18:56:54.865Z] Insecure Registries: [2021-09-16T18:56:54.865Z] 10.0.0.4:5000 [2021-09-16T18:56:54.865Z] 127.0.0.0/8 [2021-09-16T18:56:54.865Z] Registry Mirrors: [2021-09-16T18:56:54.865Z] http://10.0.0.4:5000/ [2021-09-16T18:56:54.865Z] Live Restore Enabled: false [2021-09-16T18:56:54.865Z] Product License: Community Engine [2021-09-16T18:56:54.865Z] [2021-09-16T18:56:54.955Z] #14 53.03 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2021-09-16T18:56:54.955Z] #14 53.03 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_arm64.deb ... [2021-09-16T18:56:54.955Z] #14 53.05 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2021-09-16T18:56:55.484Z] #19 146.1 Selecting previously unselected package gcc-10-arm-linux-gnueabi-base:amd64. [2021-09-16T18:56:55.484Z] #19 146.1 Preparing to unpack .../013-gcc-10-arm-linux-gnueabi-base_10.2.1-6cross1_amd64.deb ... [2021-09-16T18:56:55.484Z] #19 146.1 Unpacking gcc-10-arm-linux-gnueabi-base:amd64 (10.2.1-6cross1) ... [2021-09-16T18:56:55.484Z] #19 146.2 Selecting previously unselected package cpp-10-arm-linux-gnueabi. [2021-09-16T18:56:55.484Z] #19 146.2 Preparing to unpack .../014-cpp-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ... [2021-09-16T18:56:55.484Z] #19 146.2 Unpacking cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2021-09-16T18:56:55.939Z] #37 ... [2021-09-16T18:56:55.939Z] [2021-09-16T18:56:55.939Z] #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-16T18:56:55.939Z] #57 sha256:72a343ae0ab7edaecfe454fc29a890e08e79477914e4a5d04f9b260b4c45f5fe [2021-09-16T18:56:55.939Z] #57 56.01 debconf: delaying package configuration, since apt-utils is not installed [2021-09-16T18:56:55.939Z] #57 56.56 Fetched 460 kB in 1s (775 kB/s) [2021-09-16T18:56:55.939Z] #57 56.68 Selecting previously unselected package libbtrfs0:amd64. [2021-09-16T18:56:55.939Z] #57 56.68 (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-16T18:56:55.939Z] #57 56.80 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2021-09-16T18:56:55.939Z] #57 56.90 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2021-09-16T18:56:55.939Z] #57 57.44 Selecting previously unselected package libbtrfs-dev:amd64. [2021-09-16T18:56:55.939Z] #57 57.44 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2021-09-16T18:56:55.939Z] #57 57.52 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2021-09-16T18:56:55.939Z] #57 58.20 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2021-09-16T18:56:55.939Z] #57 58.28 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2021-09-16T18:56:55.939Z] #57 58.32 Processing triggers for libc-bin (2.31-13) ... [2021-09-16T18:56:55.939Z] #57 DONE 58.8s [2021-09-16T18:56:55.939Z] [2021-09-16T18:56:55.939Z] #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-16T18:56:55.939Z] #37 sha256:10bbf66d32ae608d41ff58a9c01968e967b1a5334a83298c2899bf7607874281 [2021-09-16T18:56:55.939Z] #37 58.95 debconf: delaying package configuration, since apt-utils is not installed [2021-09-16T18:56:55.939Z] #37 59.31 Fetched 17.7 MB in 2s (9223 kB/s) [2021-09-16T18:56:56.142Z] #14 62.29 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2021-09-16T18:56:56.142Z] #14 62.30 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2021-09-16T18:56:56.142Z] #14 62.30 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2021-09-16T18:56:56.199Z] #37 59.50 Selecting previously unselected package xxd. [2021-09-16T18:56:56.199Z] #37 59.50 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15713 files and directories currently installed.) [2021-09-16T18:56:56.199Z] #37 59.61 Preparing to unpack .../0-xxd_2%3a8.2.2434-3_amd64.deb ... [2021-09-16T18:56:56.199Z] #37 59.61 Unpacking xxd (2:8.2.2434-3) ... [2021-09-16T18:56:56.572Z] #37 56.73 Selecting previously unselected package libicu67:amd64. [2021-09-16T18:56:56.572Z] #37 56.74 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ... [2021-09-16T18:56:56.810Z] #37 59.83 Selecting previously unselected package vim-common. [2021-09-16T18:56:56.810Z] #37 59.85 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3_all.deb ... [2021-09-16T18:56:56.810Z] #37 59.89 Unpacking vim-common (2:8.2.2434-3) ... [2021-09-16T18:56:56.836Z] #37 ... [2021-09-16T18:56:56.836Z] [2021-09-16T18:56:56.836Z] #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-16T18:56:56.836Z] #53 sha256:d1da848e8d13ab9a1ae782458ddb8af1fc7905a83afd84446ae84ef6e11a1db5 [2021-09-16T18:56:56.836Z] #53 DONE 56.9s [2021-09-16T18:56:56.836Z] [2021-09-16T18:56:56.836Z] #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-16T18:56:56.836Z] #37 sha256:10bbf66d32ae608d41ff58a9c01968e967b1a5334a83298c2899bf7607874281 [2021-09-16T18:56:56.836Z] #37 56.88 Unpacking libicu67:amd64 (67.1-7) ... [2021-09-16T18:56:56.836Z] #37 ... [2021-09-16T18:56:56.836Z] [2021-09-16T18:56:56.836Z] #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-16T18:56:56.836Z] #14 sha256:08b9278feadfc8db068b744755add65a213f9549a1269ed67e0d97e0b3db2896 [2021-09-16T18:56:56.836Z] #14 41.84 Reading package lists... [2021-09-16T18:56:56.836Z] #14 50.27 Building dependency tree... [2021-09-16T18:56:56.836Z] #14 56.14 The following additional packages will be installed: [2021-09-16T18:56:56.836Z] #14 56.16 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-09-16T18:56:56.836Z] #14 56.16 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2021-09-16T18:56:56.836Z] #14 56.16 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2021-09-16T18:56:56.836Z] #14 56.16 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2021-09-16T18:56:56.836Z] #14 56.16 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2021-09-16T18:56:56.836Z] #14 56.17 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2021-09-16T18:56:56.836Z] #14 56.18 mingw-w64-common mingw-w64-x86-64-dev [2021-09-16T18:56:56.836Z] #14 56.19 Suggested packages: [2021-09-16T18:56:56.836Z] #14 56.21 gcc-10-locales seccomp wine64 [2021-09-16T18:56:57.383Z] #37 60.43 Selecting previously unselected package cmake-data. [2021-09-16T18:56:57.383Z] #37 60.43 Preparing to unpack .../2-cmake-data_3.18.4-2_all.deb ... [2021-09-16T18:56:57.383Z] #37 60.43 Unpacking cmake-data (3.18.4-2) ... [2021-09-16T18:56:57.645Z] #37 ... [2021-09-16T18:56:57.645Z] [2021-09-16T18:56:57.645Z] #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-16T18:56:57.645Z] #45 sha256:8b52766aa8992ad5ea6e7ea4db37d812f7240ba03735f3cac8e86ee521d7efa9 [2021-09-16T18:56:57.645Z] #45 43.07 Reading package lists... [2021-09-16T18:56:57.645Z] #45 50.86 Building dependency tree... [2021-09-16T18:56:57.645Z] #45 56.72 The following additional packages will be installed: [2021-09-16T18:56:57.645Z] #45 56.72 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2021-09-16T18:56:57.645Z] #45 56.72 python3-protobuf python3-six [2021-09-16T18:56:57.645Z] #45 56.73 Suggested packages: [2021-09-16T18:56:57.645Z] #45 56.73 python3-setuptools [2021-09-16T18:56:57.645Z] #45 56.73 Recommended packages: [2021-09-16T18:56:57.645Z] #45 56.73 iproute2 | iproute [2021-09-16T18:56:57.645Z] #45 57.57 The following NEW packages will be installed: [2021-09-16T18:56:57.645Z] #45 57.61 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2021-09-16T18:56:57.645Z] #45 57.61 python3-protobuf python3-six [2021-09-16T18:56:57.645Z] #45 58.23 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. [2021-09-16T18:56:57.645Z] #45 58.23 Need to get 2267 kB of archives. [2021-09-16T18:56:57.645Z] #45 58.23 After this operation, 10.8 MB of additional disk space will be used. [2021-09-16T18:56:57.645Z] #45 58.23 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2021-09-16T18:56:57.645Z] #45 58.31 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2021-09-16T18:56:57.645Z] #45 58.33 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2021-09-16T18:56:57.645Z] #45 58.33 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2021-09-16T18:56:57.645Z] #45 58.42 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-16T18:56:57.645Z] #45 58.47 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-16T18:56:57.645Z] #45 58.50 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-16T18:56:57.645Z] #45 ... [2021-09-16T18:56:57.645Z] [2021-09-16T18:56:57.645Z] #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-16T18:56:57.645Z] #58 sha256:b9bed6e50bc38e9df0b805d24ac1c89234a1e772f93065d28799450b2c52027f [2021-09-16T18:56:57.645Z] #58 2.282 + RM_GOPATH=0 [2021-09-16T18:56:57.645Z] #58 2.283 + TMP_GOPATH= [2021-09-16T18:56:57.645Z] #58 2.283 + : /build [2021-09-16T18:56:57.645Z] #58 2.283 + '[' -z '' ']' [2021-09-16T18:56:57.645Z] #58 2.283 ++ mktemp -d [2021-09-16T18:56:57.645Z] #58 2.289 + export GOPATH=/tmp/tmp.7TPdXFNynp [2021-09-16T18:56:57.645Z] #58 2.289 + GOPATH=/tmp/tmp.7TPdXFNynp [2021-09-16T18:56:57.645Z] #58 2.289 + RM_GOPATH=1 [2021-09-16T18:56:57.645Z] #58 2.289 + case "$(go env GOARCH)" in [2021-09-16T18:56:57.645Z] #58 2.289 ++ go env GOARCH [2021-09-16T18:56:57.905Z] #58 2.388 + export GO_BUILDMODE=-buildmode=pie [2021-09-16T18:56:57.905Z] #58 2.388 + GO_BUILDMODE=-buildmode=pie [2021-09-16T18:56:57.905Z] #58 2.391 ++ dirname /tmp/install/install.sh [2021-09-16T18:56:57.905Z] #58 2.391 + dir=/tmp/install [2021-09-16T18:56:57.905Z] #58 2.391 + bin=containerd [2021-09-16T18:56:57.905Z] #58 2.392 + shift [2021-09-16T18:56:57.905Z] #58 2.392 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-09-16T18:56:57.905Z] #58 2.392 + . /tmp/install/containerd.installer [2021-09-16T18:56:57.905Z] #58 2.392 ++ set -e [2021-09-16T18:56:57.905Z] #58 2.393 ++ : v1.5.5 [2021-09-16T18:56:57.905Z] #58 2.393 + install_containerd [2021-09-16T18:56:57.905Z] #58 2.393 + echo 'Install containerd version v1.5.5' [2021-09-16T18:56:57.905Z] #58 2.394 Install containerd version v1.5.5 [2021-09-16T18:56:57.905Z] #58 2.394 + git clone https://github.com/containerd/containerd.git /tmp/tmp.7TPdXFNynp/src/github.com/containerd/containerd [2021-09-16T18:56:57.905Z] #58 2.397 Cloning into '/tmp/tmp.7TPdXFNynp/src/github.com/containerd/containerd'... [2021-09-16T18:56:58.213Z] #14 58.22 The following NEW packages will be installed: [2021-09-16T18:56:58.213Z] #14 58.22 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-09-16T18:56:58.213Z] #14 58.22 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2021-09-16T18:56:58.213Z] #14 58.22 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2021-09-16T18:56:58.213Z] #14 58.22 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2021-09-16T18:56:58.213Z] #14 58.22 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2021-09-16T18:56:58.213Z] #14 58.22 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2021-09-16T18:56:58.213Z] #14 58.22 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2021-09-16T18:56:58.213Z] #14 58.22 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2021-09-16T18:56:58.213Z] #14 58.25 mingw-w64-x86-64-dev [2021-09-16T18:56:58.776Z] #14 58.74 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded. [2021-09-16T18:56:58.776Z] #14 58.74 Need to get 115 MB of archives. [2021-09-16T18:56:58.776Z] #14 58.74 After this operation, 645 MB of additional disk space will be used. [2021-09-16T18:56:58.776Z] #14 58.74 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64-i686 amd64 2.35.2-2+8.11+b3 [2435 kB] [2021-09-16T18:56:58.776Z] #14 58.91 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-16T18:56:59.033Z] #14 59.15 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-16T18:56:59.034Z] #14 59.15 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-16T18:56:59.034Z] #14 59.15 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-16T18:56:59.034Z] #14 59.18 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2021-09-16T18:56:59.290Z] #14 59.53 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-16T18:56:59.547Z] #14 59.78 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-16T18:56:59.547Z] #14 ... [2021-09-16T18:56:59.547Z] [2021-09-16T18:56:59.547Z] #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-16T18:56:59.547Z] #57 sha256:72a343ae0ab7edaecfe454fc29a890e08e79477914e4a5d04f9b260b4c45f5fe [2021-09-16T18:56:59.547Z] #57 42.38 Reading package lists... [2021-09-16T18:56:59.547Z] #57 50.67 Building dependency tree... [2021-09-16T18:56:59.547Z] #57 56.55 The following additional packages will be installed: [2021-09-16T18:56:59.547Z] #57 56.58 libbtrfs0 [2021-09-16T18:56:59.547Z] #57 56.91 The following NEW packages will be installed: [2021-09-16T18:56:59.547Z] #57 56.91 libbtrfs-dev libbtrfs0 [2021-09-16T18:56:59.547Z] #57 57.51 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2021-09-16T18:56:59.547Z] #57 57.51 Need to get 460 kB of archives. [2021-09-16T18:56:59.547Z] #57 57.51 After this operation, 1237 kB of additional disk space will be used. [2021-09-16T18:56:59.547Z] #57 57.51 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2021-09-16T18:56:59.547Z] #57 57.51 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2021-09-16T18:56:59.547Z] #57 59.10 debconf: delaying package configuration, since apt-utils is not installed [2021-09-16T18:56:59.547Z] #57 59.43 Fetched 460 kB in 0s (1156 kB/s) [2021-09-16T18:56:59.547Z] #57 59.66 Selecting previously unselected package libbtrfs0:amd64. [2021-09-16T18:56:59.547Z] #57 59.66 (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-16T18:56:59.547Z] #57 59.75 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2021-09-16T18:56:59.679Z] Client: [2021-09-16T18:56:59.679Z] Version: 20.10.8 [2021-09-16T18:56:59.679Z] API version: 1.41 [2021-09-16T18:56:59.679Z] Go version: go1.16.6 [2021-09-16T18:56:59.679Z] Git commit: 3967b7d [2021-09-16T18:56:59.679Z] Built: Fri Jul 30 19:58:50 2021 [2021-09-16T18:56:59.679Z] OS/Arch: windows/amd64 [2021-09-16T18:56:59.679Z] Context: default [2021-09-16T18:56:59.679Z] Experimental: true [2021-09-16T18:56:59.679Z] [2021-09-16T18:56:59.679Z] Server: Docker Engine - Community [2021-09-16T18:56:59.679Z] Engine: [2021-09-16T18:56:59.679Z] Version: 20.10.8 [2021-09-16T18:56:59.679Z] API version: 1.41 (minimum version 1.24) [2021-09-16T18:56:59.679Z] Go version: go1.16.6 [2021-09-16T18:56:59.679Z] Git commit: 75249d8 [2021-09-16T18:56:59.679Z] Built: Fri Jul 30 19:54:29 2021 [2021-09-16T18:56:59.679Z] OS/Arch: windows/amd64 [2021-09-16T18:56:59.679Z] Experimental: true [2021-09-16T18:56:59.804Z] #57 59.89 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2021-09-16T18:56:59.804Z] #57 ... [2021-09-16T18:56:59.804Z] [2021-09-16T18:56:59.805Z] #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-16T18:56:59.805Z] #14 sha256:08b9278feadfc8db068b744755add65a213f9549a1269ed67e0d97e0b3db2896 [2021-09-16T18:56:59.805Z] #14 59.80 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-16T18:57:00.262Z] #14 ... [2021-09-16T18:57:00.262Z] [2021-09-16T18:57:00.262Z] #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-16T18:57:00.262Z] #58 sha256:70574642f2b2edd2e6ed406a9665529e24cdb35dccbf0c3816ab234bd6f9297b [2021-09-16T18:57:00.263Z] #58 30.15 Updating files: 62% (2838/4567) Updating files: 63% (2878/4567) Updating files: 64% (2923/4567) Updating files: 65% (2969/4567) Updating files: 66% (3015/4567) Updating files: 67% (3060/4567) Updating files: 68% (3106/4567) Updating files: 69% (3152/4567) Updating files: 70% (3197/4567) Updating files: 71% (3243/4567) Updating files: 72% (3289/4567) Updating files: 73% (3334/4567) Updating files: 74% (3380/4567) Updating files: 75% (3426/4567) Updating files: 76% (3471/4567) Updating files: 77% (3517/4567) Updating files: 78% (3563/4567) Updating files: 79% (3608/4567) Updating files: 80% (3654/4567) Updating files: 81% (3700/4567) Updating files: 82% (3745/4567) Updating files: 83% (3791/4567) Updating files: 84% (3837/4567) Updating files: 85% (3882/4567) Updating files: 86% (3928/4567) Updating files: 87% (3974/4567) Updating files: 88% (4019/4567) Updating files: 89% (4065/4567) Updating files: 90% (4111/4567) Updating files: 91% (4156/4567) Updating files: 92% (4202/4567) Updating files: 93% (4248/4567) Updating files: 94% (4293/4567) Updating files: 95% (4339/4567) Updating files: 96% (4385/4567) Updating files: 97% (4430/4567) Updating files: 98% (4476/4567) Updating files: 99% (4522/4567) Updating files: 100% (4567/4567) Updating files: 100% (4567/4567), done. [2021-09-16T18:57:00.263Z] #58 30.99 + cd /tmp/tmp.omF28AIHt3/src/github.com/containerd/containerd [2021-09-16T18:57:00.263Z] #58 30.99 + git checkout -q v1.5.5 [Pipeline] sh [2021-09-16T18:57:00.738Z] #14 60.63 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-16T18:57:00.924Z] #58 32.19 + export 'BUILDTAGS=netgo osusergo static_build' [2021-09-16T18:57:00.924Z] #58 32.19 + BUILDTAGS='netgo osusergo static_build' [2021-09-16T18:57:00.924Z] #58 32.19 + export EXTRA_FLAGS=-buildmode=pie [2021-09-16T18:57:00.924Z] #58 32.19 + EXTRA_FLAGS=-buildmode=pie [2021-09-16T18:57:00.924Z] #58 32.19 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-09-16T18:57:00.924Z] #58 32.19 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-09-16T18:57:00.924Z] #58 32.19 + '[' '' = dynamic ']' [2021-09-16T18:57:00.924Z] #58 32.19 + make [2021-09-16T18:57:01.149Z] DEBUG: print all environment variables to check how Jenkins runs this script [2021-09-16T18:57:01.149Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-b0e3e658\powershellScript.ps1'; exit $LASTEXITCODE; [2021-09-16T18:57:01.149Z] ---------------------------------------------------------------------------- [2021-09-16T18:57:01.149Z] [2021-09-16T18:57:01.149Z] INFO: executeCI.ps1 starting at Thu Sep 16 18:57:00 CUT 2021 [2021-09-16T18:57:01.149Z] [2021-09-16T18:57:01.149Z] INFO: Script version 05-Feb-2019 09:03 PDT [2021-09-16T18:57:01.149Z] INFO: Running git version 2.24.1.windows.2 [2021-09-16T18:57:01.149Z] INFO: Branch:fe_release Build:20348.1.210507-1500 [2021-09-16T18:57:01.149Z] INFO: Environment variables: [2021-09-16T18:57:01.149Z] [2021-09-16T18:57:01.149Z] Name Value [2021-09-16T18:57:01.149Z] ---- ----- [2021-09-16T18:57:01.149Z] ALLUSERSPROFILE C:\ProgramData [2021-09-16T18:57:01.149Z] amd64 true [2021-09-16T18:57:01.149Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2021-09-16T18:57:01.149Z] APT_MIRROR cdn-fastly.deb.debian.org [2021-09-16T18:57:01.149Z] arm64 true [2021-09-16T18:57:01.149Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12 [2021-09-16T18:57:01.149Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2021-09-16T18:57:01.149Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12 [2021-09-16T18:57:01.149Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2021-09-16T18:57:01.149Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2021-09-16T18:57:01.149Z] BRANCH_NAME PR-41759 [2021-09-16T18:57:01.149Z] BUILD_DISPLAY_NAME #9 [2021-09-16T18:57:01.149Z] BUILD_ID 9 [2021-09-16T18:57:01.149Z] BUILD_NUMBER 9 [2021-09-16T18:57:01.149Z] BUILD_TAG jenkins-moby-PR-41759-9 [2021-09-16T18:57:01.149Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-41759/9/ [2021-09-16T18:57:01.149Z] cgroup2 true [2021-09-16T18:57:01.149Z] CHANGE_AUTHOR giuseppe [2021-09-16T18:57:01.149Z] CHANGE_AUTHOR_DISPLAY_NAME Giuseppe Scrivano [2021-09-16T18:57:01.149Z] CHANGE_AUTHOR_EMAIL giuseppe@scrivano.org [2021-09-16T18:57:01.149Z] CHANGE_BRANCH zstd-compression [2021-09-16T18:57:01.149Z] CHANGE_FORK giuseppe/docker [2021-09-16T18:57:01.149Z] CHANGE_ID 41759 [2021-09-16T18:57:01.149Z] CHANGE_TARGET master [2021-09-16T18:57:01.149Z] CHANGE_TITLE compression: add support for the zstd algorithm [2021-09-16T18:57:01.149Z] CHANGE_URL https://github.com/moby/moby/pull/41759 [2021-09-16T18:57:01.149Z] CHECK_CONFIG_COMMIT 2b0755b936416834e14208c6c37b36977e67ea35 [2021-09-16T18:57:01.149Z] CommonProgramFiles C:\Program Files\Common Files [2021-09-16T18:57:01.149Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2021-09-16T18:57:01.149Z] CommonProgramW6432 C:\Program Files\Common Files [2021-09-16T18:57:01.150Z] COMPUTERNAME azwin-2-007d90 [2021-09-16T18:57:01.150Z] ComSpec C:\Windows\system32\cmd.exe [2021-09-16T18:57:01.150Z] ConfigSequenceNumber 0 [2021-09-16T18:57:01.150Z] dco true [2021-09-16T18:57:01.150Z] DOCKER_BUILDKIT 0 [2021-09-16T18:57:01.150Z] DOCKER_DUT_DEBUG 1 [2021-09-16T18:57:01.150Z] DOCKER_EXPERIMENTAL 1 [2021-09-16T18:57:01.150Z] DOCKER_GRAPHDRIVER overlay2 [2021-09-16T18:57:01.150Z] DOCKER_WINDOWS_CONTAINERD_R... 1 [2021-09-16T18:57:01.150Z] DriverData C:\Windows\System32\Drivers\DriverData [2021-09-16T18:57:01.150Z] EXECUTOR_NUMBER 0 [2021-09-16T18:57:01.150Z] FQDN azwin-2-007d90.westus.cloudapp.azure.com [2021-09-16T18:57:01.150Z] GIT_BRANCH PR-41759 [2021-09-16T18:57:01.150Z] GIT_COMMIT e187eb2bb5f0c3f899fe643e95d1af8c57e89a73 [2021-09-16T18:57:01.150Z] GIT_PREVIOUS_COMMIT e187eb2bb5f0c3f899fe643e95d1af8c57e89a73 [2021-09-16T18:57:01.150Z] GIT_URL https://github.com/moby/moby.git [2021-09-16T18:57:01.150Z] HUDSON_COOKIE 00b58a4b-ca26-4acf-a4d2-f5961a95b58e [2021-09-16T18:57:01.150Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2021-09-16T18:57:01.150Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2021-09-16T18:57:01.150Z] HUDSON_URL https://ci-next.docker.com/public/ [2021-09-16T18:57:01.150Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.302-1.b08.ojdkbuild.windows.x86_64 [2021-09-16T18:57:01.150Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2021-09-16T18:57:01.150Z] JENKINS_NODE_COOKIE 213ed07d-2974-48a7-b45c-82f17faa449b [2021-09-16T18:57:01.150Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2021-09-16T18:57:01.150Z] JENKINS_URL https://ci-next.docker.com/public/ [2021-09-16T18:57:01.150Z] JOB_BASE_NAME PR-41759 [2021-09-16T18:57:01.150Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-41759/display/redirect [2021-09-16T18:57:01.150Z] JOB_NAME moby/PR-41759 [2021-09-16T18:57:01.150Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-41759/ [2021-09-16T18:57:01.150Z] library.jps.version master [2021-09-16T18:57:01.150Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2021-09-16T18:57:01.150Z] NODE_LABELS amd64 azure azwin-2-007d90 azwin-2022 docker west-us windows windows-2022 x86_64 [2021-09-16T18:57:01.150Z] NODE_NAME azwin-2-007d90 [2021-09-16T18:57:01.150Z] NUMBER_OF_PROCESSORS 4 [2021-09-16T18:57:01.150Z] OS Windows_NT [2021-09-16T18:57:01.150Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2021-09-16T18:57:01.150Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2021-09-16T18:57:01.150Z] ppc64le false [2021-09-16T18:57:01.150Z] PROCESSOR_ARCHITECTURE AMD64 [2021-09-16T18:57:01.150Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 85 Stepping 7, GenuineIntel [2021-09-16T18:57:01.150Z] PROCESSOR_LEVEL 6 [2021-09-16T18:57:01.150Z] PROCESSOR_REVISION 5507 [2021-09-16T18:57:01.150Z] ProgramData C:\ProgramData [2021-09-16T18:57:01.150Z] ProgramFiles C:\Program Files [2021-09-16T18:57:01.150Z] ProgramFiles(x86) C:\Program Files (x86) [2021-09-16T18:57:01.150Z] ProgramW6432 C:\Program Files [2021-09-16T18:57:01.150Z] PROMPT $P$G [2021-09-16T18:57:01.150Z] PSExecutionPolicyPreference Bypass [2021-09-16T18:57:01.150Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2021-09-16T18:57:01.150Z] PUBLIC C:\Users\Public [2021-09-16T18:57:01.150Z] rootless true [2021-09-16T18:57:01.150Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-41759/9/display/redirect?page=artif... [2021-09-16T18:57:01.150Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-41759/9/display/redirect?page=changes [2021-09-16T18:57:01.150Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-41759/9/display/redirect [2021-09-16T18:57:01.150Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-41759/9/display/redirect?page=tests [2021-09-16T18:57:01.150Z] s390x false [2021-09-16T18:57:01.150Z] SKIP_VALIDATION_TESTS 1 [2021-09-16T18:57:01.150Z] SOURCES_DRIVE d [2021-09-16T18:57:01.150Z] SOURCES_SUBDIR gopath [2021-09-16T18:57:01.150Z] STAGE_NAME Run tests [2021-09-16T18:57:01.150Z] SystemDrive C: [2021-09-16T18:57:01.150Z] SystemRoot C:\Windows [2021-09-16T18:57:01.150Z] TEMP C:\Windows\TEMP [2021-09-16T18:57:01.150Z] TESTDEBUG 0 [2021-09-16T18:57:01.150Z] TESTRUN_DRIVE d [2021-09-16T18:57:01.150Z] TESTRUN_SUBDIR CI [2021-09-16T18:57:01.150Z] TIMEOUT 120m [2021-09-16T18:57:01.150Z] TMP C:\Windows\TEMP [2021-09-16T18:57:01.150Z] unit_validate true [2021-09-16T18:57:01.150Z] USERDOMAIN WORKGROUP [2021-09-16T18:57:01.150Z] USERNAME azwin-2-007d90$ [2021-09-16T18:57:01.150Z] USERPROFILE C:\Windows\system32\config\systemprofile [2021-09-16T18:57:01.150Z] validate_force false [2021-09-16T18:57:01.150Z] windir C:\Windows [2021-09-16T18:57:01.150Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2021-09-16T18:57:01.150Z] WINDOWS_BASE_IMAGE_TAG ltsc2022 [2021-09-16T18:57:01.150Z] windows2022 true [2021-09-16T18:57:01.150Z] windows2022containerd true [2021-09-16T18:57:01.150Z] windowsRS1 false [2021-09-16T18:57:01.150Z] windowsRS5 true [2021-09-16T18:57:01.150Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2021-09-16T18:57:01.150Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2021-09-16T18:57:01.150Z] [2021-09-16T18:57:01.150Z] [2021-09-16T18:57:01.150Z] [2021-09-16T18:57:01.195Z] + docker info [2021-09-16T18:57:01.206Z] #58 ... [2021-09-16T18:57:01.206Z] [2021-09-16T18:57:01.206Z] #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-16T18:57:01.206Z] #37 sha256:10bbf66d32ae608d41ff58a9c01968e967b1a5334a83298c2899bf7607874281 [2021-09-16T18:57:01.207Z] #37 64.26 Selecting previously unselected package libicu67:amd64. [2021-09-16T18:57:01.207Z] #37 64.26 Preparing to unpack .../3-libicu67_67.1-7_amd64.deb ... [2021-09-16T18:57:01.207Z] #37 64.30 Unpacking libicu67:amd64 (67.1-7) ... [2021-09-16T18:57:01.324Z] DEBUG: print all environment variables to check how Jenkins runs this script [2021-09-16T18:57:01.324Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-3f163af5\powershellScript.ps1'; exit $LASTEXITCODE; [2021-09-16T18:57:01.324Z] ---------------------------------------------------------------------------- [2021-09-16T18:57:01.324Z] [2021-09-16T18:57:01.324Z] INFO: executeCI.ps1 starting at Thu Sep 16 18:57:01 CUT 2021 [2021-09-16T18:57:01.324Z] [2021-09-16T18:57:01.324Z] INFO: Script version 05-Feb-2019 09:03 PDT [2021-09-16T18:57:01.324Z] INFO: Running git version 2.24.1.windows.2 [2021-09-16T18:57:01.324Z] INFO: Branch:fe_release Build:20348.1.210507-1500 [2021-09-16T18:57:01.324Z] INFO: Environment variables: [2021-09-16T18:57:01.620Z] INFO: Sources under d:\gopath\... [2021-09-16T18:57:01.620Z] INFO: Test run under d:\CI\... [2021-09-16T18:57:01.620Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2021-09-16T18:57:01.620Z] INFO: docker/docker repository was found [2021-09-16T18:57:01.620Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub. This may take some time... [2021-09-16T18:57:01.669Z] #14 ... [2021-09-16T18:57:01.669Z] [2021-09-16T18:57:01.669Z] #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-16T18:57:01.669Z] #57 sha256:72a343ae0ab7edaecfe454fc29a890e08e79477914e4a5d04f9b260b4c45f5fe [2021-09-16T18:57:01.669Z] #57 59.89 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2021-09-16T18:57:01.669Z] #57 60.27 Selecting previously unselected package libbtrfs-dev:amd64. [2021-09-16T18:57:01.669Z] #57 60.28 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2021-09-16T18:57:01.669Z] #57 60.30 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2021-09-16T18:57:01.669Z] #57 61.06 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2021-09-16T18:57:01.669Z] #57 61.15 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2021-09-16T18:57:01.669Z] #57 61.21 Processing triggers for libc-bin (2.31-13) ... [2021-09-16T18:57:01.669Z] #57 DONE 62.0s [2021-09-16T18:57:01.793Z] [2021-09-16T18:57:01.793Z] Name Value [2021-09-16T18:57:01.793Z] ---- ----- [2021-09-16T18:57:01.793Z] ALLUSERSPROFILE C:\ProgramData [2021-09-16T18:57:01.793Z] amd64 true [2021-09-16T18:57:01.793Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2021-09-16T18:57:01.793Z] APT_MIRROR cdn-fastly.deb.debian.org [2021-09-16T18:57:01.793Z] arm64 true [2021-09-16T18:57:01.793Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12 [2021-09-16T18:57:01.793Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2021-09-16T18:57:01.793Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12 [2021-09-16T18:57:01.793Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2021-09-16T18:57:01.793Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2021-09-16T18:57:01.793Z] BRANCH_NAME PR-41759 [2021-09-16T18:57:01.793Z] BUILD_DISPLAY_NAME #9 [2021-09-16T18:57:01.793Z] BUILD_ID 9 [2021-09-16T18:57:01.793Z] BUILD_NUMBER 9 [2021-09-16T18:57:01.793Z] BUILD_TAG jenkins-moby-PR-41759-9 [2021-09-16T18:57:01.793Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-41759/9/ [2021-09-16T18:57:01.793Z] cgroup2 true [2021-09-16T18:57:01.793Z] CHANGE_AUTHOR giuseppe [2021-09-16T18:57:01.793Z] CHANGE_AUTHOR_DISPLAY_NAME Giuseppe Scrivano [2021-09-16T18:57:01.793Z] CHANGE_AUTHOR_EMAIL giuseppe@scrivano.org [2021-09-16T18:57:01.793Z] CHANGE_BRANCH zstd-compression [2021-09-16T18:57:01.793Z] CHANGE_FORK giuseppe/docker [2021-09-16T18:57:01.793Z] CHANGE_ID 41759 [2021-09-16T18:57:01.793Z] CHANGE_TARGET master [2021-09-16T18:57:01.793Z] CHANGE_TITLE compression: add support for the zstd algorithm [2021-09-16T18:57:01.793Z] CHANGE_URL https://github.com/moby/moby/pull/41759 [2021-09-16T18:57:01.793Z] CHECK_CONFIG_COMMIT 2b0755b936416834e14208c6c37b36977e67ea35 [2021-09-16T18:57:01.793Z] CommonProgramFiles C:\Program Files\Common Files [2021-09-16T18:57:01.793Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2021-09-16T18:57:01.793Z] CommonProgramW6432 C:\Program Files\Common Files [2021-09-16T18:57:01.793Z] COMPUTERNAME azwin-2-007d91 [2021-09-16T18:57:01.793Z] ComSpec C:\Windows\system32\cmd.exe [2021-09-16T18:57:01.793Z] ConfigSequenceNumber 0 [2021-09-16T18:57:01.793Z] dco true [2021-09-16T18:57:01.793Z] DOCKER_BUILDKIT 0 [2021-09-16T18:57:01.793Z] DOCKER_DUT_DEBUG 1 [2021-09-16T18:57:01.793Z] DOCKER_EXPERIMENTAL 1 [2021-09-16T18:57:01.793Z] DOCKER_GRAPHDRIVER overlay2 [2021-09-16T18:57:01.793Z] DriverData C:\Windows\System32\Drivers\DriverData [2021-09-16T18:57:01.793Z] EXECUTOR_NUMBER 0 [2021-09-16T18:57:01.793Z] FQDN azwin-2-007d91.westus.cloudapp.azure.com [2021-09-16T18:57:01.793Z] GIT_BRANCH PR-41759 [2021-09-16T18:57:01.793Z] GIT_COMMIT e187eb2bb5f0c3f899fe643e95d1af8c57e89a73 [2021-09-16T18:57:01.793Z] GIT_PREVIOUS_COMMIT e187eb2bb5f0c3f899fe643e95d1af8c57e89a73 [2021-09-16T18:57:01.793Z] GIT_URL https://github.com/moby/moby.git [2021-09-16T18:57:01.793Z] HUDSON_COOKIE 47194738-9c72-4ce1-8f89-b51845a491ac [2021-09-16T18:57:01.793Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2021-09-16T18:57:01.793Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2021-09-16T18:57:01.793Z] HUDSON_URL https://ci-next.docker.com/public/ [2021-09-16T18:57:01.793Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.302-1.b08.ojdkbuild.windows.x86_64 [2021-09-16T18:57:01.793Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2021-09-16T18:57:01.793Z] JENKINS_NODE_COOKIE ac8eae97-dcf6-45b6-94cc-748af7168358 [2021-09-16T18:57:01.793Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2021-09-16T18:57:01.793Z] JENKINS_URL https://ci-next.docker.com/public/ [2021-09-16T18:57:01.793Z] JOB_BASE_NAME PR-41759 [2021-09-16T18:57:01.793Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-41759/display/redirect [2021-09-16T18:57:01.793Z] JOB_NAME moby/PR-41759 [2021-09-16T18:57:01.793Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-41759/ [2021-09-16T18:57:01.793Z] library.jps.version master [2021-09-16T18:57:01.793Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2021-09-16T18:57:01.793Z] NODE_LABELS amd64 azure azwin-2-007d91 azwin-2022 docker west-us windows windows-2022 x86_64 [2021-09-16T18:57:01.793Z] NODE_NAME azwin-2-007d91 [2021-09-16T18:57:01.793Z] NUMBER_OF_PROCESSORS 4 [2021-09-16T18:57:01.793Z] OS Windows_NT [2021-09-16T18:57:01.793Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2021-09-16T18:57:01.793Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2021-09-16T18:57:01.793Z] ppc64le false [2021-09-16T18:57:01.793Z] PROCESSOR_ARCHITECTURE AMD64 [2021-09-16T18:57:01.793Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 85 Stepping 7, GenuineIntel [2021-09-16T18:57:01.793Z] PROCESSOR_LEVEL 6 [2021-09-16T18:57:01.793Z] PROCESSOR_REVISION 5507 [2021-09-16T18:57:01.793Z] ProgramData C:\ProgramData [2021-09-16T18:57:01.793Z] ProgramFiles C:\Program Files [2021-09-16T18:57:01.793Z] ProgramFiles(x86) C:\Program Files (x86) [2021-09-16T18:57:01.793Z] ProgramW6432 C:\Program Files [2021-09-16T18:57:01.793Z] PROMPT $P$G [2021-09-16T18:57:01.793Z] PSExecutionPolicyPreference Bypass [2021-09-16T18:57:01.793Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2021-09-16T18:57:01.793Z] PUBLIC C:\Users\Public [2021-09-16T18:57:01.793Z] rootless true [2021-09-16T18:57:01.793Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-41759/9/display/redirect?page=artif... [2021-09-16T18:57:01.793Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-41759/9/display/redirect?page=changes [2021-09-16T18:57:01.793Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-41759/9/display/redirect [2021-09-16T18:57:01.793Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-41759/9/display/redirect?page=tests [2021-09-16T18:57:01.793Z] s390x false [2021-09-16T18:57:01.793Z] SKIP_VALIDATION_TESTS 1 [2021-09-16T18:57:01.793Z] SOURCES_DRIVE d [2021-09-16T18:57:01.793Z] SOURCES_SUBDIR gopath [2021-09-16T18:57:01.793Z] STAGE_NAME Run tests [2021-09-16T18:57:01.793Z] SystemDrive C: [2021-09-16T18:57:01.793Z] SystemRoot C:\Windows [2021-09-16T18:57:01.793Z] TEMP C:\Windows\TEMP [2021-09-16T18:57:01.793Z] TESTDEBUG 0 [2021-09-16T18:57:01.793Z] TESTRUN_DRIVE d [2021-09-16T18:57:01.793Z] TESTRUN_SUBDIR CI [2021-09-16T18:57:01.794Z] TIMEOUT 120m [2021-09-16T18:57:01.794Z] TMP C:\Windows\TEMP [2021-09-16T18:57:01.794Z] unit_validate true [2021-09-16T18:57:01.794Z] USERDOMAIN WORKGROUP [2021-09-16T18:57:01.794Z] USERNAME azwin-2-007d91$ [2021-09-16T18:57:01.794Z] USERPROFILE C:\Windows\system32\config\systemprofile [2021-09-16T18:57:01.794Z] validate_force false [2021-09-16T18:57:01.794Z] windir C:\Windows [2021-09-16T18:57:01.794Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2021-09-16T18:57:01.794Z] WINDOWS_BASE_IMAGE_TAG ltsc2022 [2021-09-16T18:57:01.794Z] windows2022 true [2021-09-16T18:57:01.794Z] windows2022containerd true [2021-09-16T18:57:01.794Z] windowsRS1 false [2021-09-16T18:57:01.794Z] windowsRS5 true [2021-09-16T18:57:01.794Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2021-09-16T18:57:01.794Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2021-09-16T18:57:01.794Z] [2021-09-16T18:57:01.794Z] [2021-09-16T18:57:01.794Z] [2021-09-16T18:57:01.925Z] [2021-09-16T18:57:01.925Z] #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-16T18:57:01.925Z] #58 sha256:936c27971aff987d69d27a1db87455e572f6d391b58ad99abe1f0843f34cc011 [2021-09-16T18:57:02.090Z] ltsc2022: Pulling from windows/servercore [2021-09-16T18:57:02.090Z] 8f616e6e9eec: Pulling fs layer [2021-09-16T18:57:02.090Z] 48a76b150a3a: Pulling fs layer [2021-09-16T18:57:02.256Z] INFO: Sources under d:\gopath\... [2021-09-16T18:57:02.256Z] INFO: Test run under d:\CI\... [2021-09-16T18:57:02.256Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2021-09-16T18:57:02.256Z] INFO: docker/docker repository was found [2021-09-16T18:57:02.256Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub. This may take some time... [2021-09-16T18:57:02.323Z] #58 33.74 + bin/ctr [2021-09-16T18:57:02.710Z] ltsc2022: Pulling from windows/servercore [2021-09-16T18:57:02.710Z] 8f616e6e9eec: Pulling fs layer [2021-09-16T18:57:02.710Z] 48a76b150a3a: Pulling fs layer [2021-09-16T18:57:03.758Z] #37 ... [2021-09-16T18:57:03.758Z] [2021-09-16T18:57:03.758Z] #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-16T18:57:03.758Z] #14 sha256:08b9278feadfc8db068b744755add65a213f9549a1269ed67e0d97e0b3db2896 [2021-09-16T18:57:03.758Z] #14 56.57 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-16T18:57:03.758Z] #14 56.87 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 gcc-mingw-w64-base amd64 10.2.1-6+24.2 [186 kB] [2021-09-16T18:57:03.758Z] #14 56.87 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-16T18:57:03.758Z] #14 57.73 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-16T18:57:03.758Z] #14 59.64 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-16T18:57:03.758Z] #14 60.36 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-16T18:57:03.758Z] #14 61.12 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-16T18:57:03.758Z] #14 63.30 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-16T18:57:03.758Z] #14 64.02 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-16T18:57:03.758Z] #14 64.02 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2021-09-16T18:57:03.758Z] #14 64.02 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2021-09-16T18:57:03.758Z] #14 64.02 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2021-09-16T18:57:03.758Z] #14 64.03 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2021-09-16T18:57:03.758Z] #14 64.05 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-16T18:57:03.758Z] #14 64.05 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-6 [123 kB] [2021-09-16T18:57:03.758Z] #14 64.06 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2021-09-16T18:57:03.758Z] #14 64.07 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2021-09-16T18:57:03.758Z] #14 64.08 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2021-09-16T18:57:03.758Z] #14 64.10 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2021-09-16T18:57:03.758Z] #14 64.15 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2021-09-16T18:57:03.758Z] #14 64.16 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2021-09-16T18:57:03.758Z] #14 64.16 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-16T18:57:03.758Z] #14 64.18 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1 [92.1 kB] [2021-09-16T18:57:03.758Z] #14 64.18 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-6 [401 kB] [2021-09-16T18:57:03.758Z] #14 65.17 debconf: delaying package configuration, since apt-utils is not installed [2021-09-16T18:57:03.758Z] #14 65.42 Fetched 115 MB in 9s (12.5 MB/s) [2021-09-16T18:57:03.758Z] #14 65.49 Selecting previously unselected package binutils-mingw-w64-i686. [2021-09-16T18:57:03.758Z] #14 65.49 (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-16T18:57:03.758Z] #14 65.56 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2021-09-16T18:57:03.758Z] #14 65.57 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2021-09-16T18:57:03.758Z] #14 ... [2021-09-16T18:57:03.758Z] [2021-09-16T18:57:03.758Z] #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-16T18:57:03.758Z] #45 sha256:8b52766aa8992ad5ea6e7ea4db37d812f7240ba03735f3cac8e86ee521d7efa9 [2021-09-16T18:57:03.758Z] #45 61.41 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10 criu 3.15-1 [635 kB] [2021-09-16T18:57:03.758Z] #45 63.21 debconf: delaying package configuration, since apt-utils is not installed [2021-09-16T18:57:03.758Z] #45 63.44 Fetched 2267 kB in 4s (559 kB/s) [2021-09-16T18:57:03.758Z] #45 63.52 Selecting previously unselected package libprotobuf23:amd64. [2021-09-16T18:57:03.758Z] #45 63.52 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 15713 files and directories currently installed.) [2021-09-16T18:57:03.758Z] #45 63.57 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ... [2021-09-16T18:57:03.758Z] #45 63.91 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2021-09-16T18:57:03.758Z] #45 64.51 Selecting previously unselected package python3-pkg-resources. [2021-09-16T18:57:03.758Z] #45 64.51 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2021-09-16T18:57:03.758Z] #45 64.52 Unpacking python3-pkg-resources (52.0.0-4) ... [2021-09-16T18:57:03.758Z] #45 64.75 Selecting previously unselected package python3-six. [2021-09-16T18:57:03.758Z] #45 64.75 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2021-09-16T18:57:03.758Z] #45 64.76 Unpacking python3-six (1.16.0-2) ... [2021-09-16T18:57:03.758Z] #45 64.89 Selecting previously unselected package python3-protobuf. [2021-09-16T18:57:03.758Z] #45 64.89 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ... [2021-09-16T18:57:03.758Z] #45 64.90 Unpacking python3-protobuf (3.12.4-1) ... [2021-09-16T18:57:03.758Z] #45 65.33 Selecting previously unselected package libnet1:amd64. [2021-09-16T18:57:03.758Z] #45 65.33 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-09-16T18:57:03.758Z] #45 65.33 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-09-16T18:57:03.758Z] #45 65.48 Selecting previously unselected package libnl-3-200:amd64. [2021-09-16T18:57:03.758Z] #45 65.48 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2021-09-16T18:57:03.758Z] #45 65.48 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2021-09-16T18:57:03.758Z] #45 65.66 Selecting previously unselected package libprotobuf-c1:amd64. [2021-09-16T18:57:03.758Z] #45 65.66 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2021-09-16T18:57:03.758Z] #45 65.67 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2021-09-16T18:57:03.758Z] #45 65.78 Selecting previously unselected package criu. [2021-09-16T18:57:03.758Z] #45 65.78 Preparing to unpack .../7-criu_3.15-1_amd64.deb ... [2021-09-16T18:57:03.758Z] #45 65.78 Unpacking criu (3.15-1) ... [2021-09-16T18:57:03.758Z] #45 66.61 Setting up python3-pkg-resources (52.0.0-4) ... [2021-09-16T18:57:03.822Z] #58 1.869 + RM_GOPATH=0 [2021-09-16T18:57:03.822Z] #58 1.869 + TMP_GOPATH= [2021-09-16T18:57:03.822Z] #58 1.869 + : /build [2021-09-16T18:57:03.822Z] #58 1.869 + '[' -z '' ']' [2021-09-16T18:57:03.822Z] #58 1.869 ++ mktemp -d [2021-09-16T18:57:03.822Z] #58 1.893 + export GOPATH=/tmp/tmp.qNX4EtNESk [2021-09-16T18:57:03.822Z] #58 1.893 + GOPATH=/tmp/tmp.qNX4EtNESk [2021-09-16T18:57:03.822Z] #58 1.893 + RM_GOPATH=1 [2021-09-16T18:57:03.822Z] #58 1.893 + case "$(go env GOARCH)" in [2021-09-16T18:57:03.822Z] #58 1.893 ++ go env GOARCH [2021-09-16T18:57:03.822Z] #58 1.938 + export GO_BUILDMODE=-buildmode=pie [2021-09-16T18:57:03.822Z] #58 1.938 + GO_BUILDMODE=-buildmode=pie [2021-09-16T18:57:03.822Z] #58 1.938 ++ dirname /tmp/install/install.sh [2021-09-16T18:57:03.822Z] #58 1.953 Install containerd version v1.5.5 [2021-09-16T18:57:03.822Z] #58 1.953 + dir=/tmp/install [2021-09-16T18:57:03.822Z] #58 1.953 + bin=containerd [2021-09-16T18:57:03.822Z] #58 1.953 + shift [2021-09-16T18:57:03.822Z] #58 1.953 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-09-16T18:57:03.822Z] #58 1.953 + . /tmp/install/containerd.installer [2021-09-16T18:57:03.822Z] #58 1.953 ++ set -e [2021-09-16T18:57:03.822Z] #58 1.953 ++ : v1.5.5 [2021-09-16T18:57:03.822Z] #58 1.953 + install_containerd [2021-09-16T18:57:03.822Z] #58 1.953 + echo 'Install containerd version v1.5.5' [2021-09-16T18:57:03.822Z] #58 1.984 + git clone https://github.com/containerd/containerd.git /tmp/tmp.qNX4EtNESk/src/github.com/containerd/containerd [2021-09-16T18:57:03.822Z] #58 1.984 Cloning into '/tmp/tmp.qNX4EtNESk/src/github.com/containerd/containerd'... [2021-09-16T18:57:04.079Z] #58 ... [2021-09-16T18:57:04.079Z] [2021-09-16T18:57:04.079Z] #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-16T18:57:04.079Z] #45 sha256:8b52766aa8992ad5ea6e7ea4db37d812f7240ba03735f3cac8e86ee521d7efa9 [2021-09-16T18:57:04.079Z] #45 45.59 Reading package lists... [2021-09-16T18:57:04.079Z] #45 54.06 Building dependency tree... [2021-09-16T18:57:04.079Z] #45 59.62 The following additional packages will be installed: [2021-09-16T18:57:04.079Z] #45 59.63 libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2021-09-16T18:57:04.079Z] #45 59.64 python3-protobuf python3-six [2021-09-16T18:57:04.079Z] #45 59.66 Suggested packages: [2021-09-16T18:57:04.079Z] #45 59.68 python3-setuptools [2021-09-16T18:57:04.079Z] #45 59.68 Recommended packages: [2021-09-16T18:57:04.079Z] #45 59.68 iproute2 | iproute [2021-09-16T18:57:04.079Z] #45 60.63 The following NEW packages will be installed: [2021-09-16T18:57:04.079Z] #45 60.64 criu libnet1 libnl-3-200 libprotobuf-c1 libprotobuf23 python3-pkg-resources [2021-09-16T18:57:04.079Z] #45 60.64 python3-protobuf python3-six [2021-09-16T18:57:04.079Z] #45 61.44 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. [2021-09-16T18:57:04.079Z] #45 61.44 Need to get 2267 kB of archives. [2021-09-16T18:57:04.079Z] #45 61.44 After this operation, 10.8 MB of additional disk space will be used. [2021-09-16T18:57:04.079Z] #45 61.44 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf23 amd64 3.12.4-1 [892 kB] [2021-09-16T18:57:04.079Z] #45 61.57 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2021-09-16T18:57:04.079Z] #45 61.59 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-six all 1.16.0-2 [17.5 kB] [2021-09-16T18:57:04.079Z] #45 61.59 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-protobuf amd64 3.12.4-1 [382 kB] [2021-09-16T18:57:04.079Z] #45 61.62 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-16T18:57:04.079Z] #45 61.65 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-16T18:57:04.079Z] #45 61.66 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-16T18:57:04.702Z] #45 ... [2021-09-16T18:57:04.702Z] [2021-09-16T18:57:04.702Z] #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-16T18:57:04.702Z] #14 sha256:08b9278feadfc8db068b744755add65a213f9549a1269ed67e0d97e0b3db2896 [2021-09-16T18:57:04.702Z] #14 68.07 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-09-16T18:57:04.702Z] #14 68.09 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2021-09-16T18:57:04.702Z] #14 68.13 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2021-09-16T18:57:05.011Z] #45 64.58 Get:8 https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10 criu 3.15-1 [635 kB] [2021-09-16T18:57:06.231Z] #14 ... [2021-09-16T18:57:06.231Z] [2021-09-16T18:57:06.231Z] #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-16T18:57:06.231Z] #58 sha256:a7193bf7d8e27edb96e6d49da83f5350c681e80377830d16e81664992db6c6cd [2021-09-16T18:57:06.231Z] #58 35.85 Updating files: 63% (2906/4567) Updating files: 64% (2923/4567) Updating files: 65% (2969/4567) Updating files: 66% (3015/4567) Updating files: 67% (3060/4567) Updating files: 68% (3106/4567) Updating files: 69% (3152/4567) Updating files: 70% (3197/4567) Updating files: 71% (3243/4567) Updating files: 72% (3289/4567) Updating files: 73% (3334/4567) Updating files: 74% (3380/4567) Updating files: 75% (3426/4567) Updating files: 76% (3471/4567) Updating files: 77% (3517/4567) Updating files: 78% (3563/4567) Updating files: 79% (3608/4567) Updating files: 80% (3654/4567) Updating files: 81% (3700/4567) Updating files: 82% (3745/4567) Updating files: 83% (3791/4567) Updating files: 84% (3837/4567) Updating files: 85% (3882/4567) Updating files: 86% (3928/4567) Updating files: 87% (3974/4567) Updating files: 88% (4019/4567) Updating files: 89% (4065/4567) Updating files: 90% (4111/4567) Updating files: 91% (4156/4567) Updating files: 92% (4202/4567) Updating files: 93% (4248/4567) Updating files: 94% (4293/4567) Updating files: 95% (4339/4567) Updating files: 96% (4385/4567) Updating files: 97% (4430/4567) Updating files: 98% (4476/4567) Updating files: 99% (4522/4567) Updating files: 100% (4567/4567) Updating files: 100% (4567/4567), done. [2021-09-16T18:57:06.231Z] #58 36.67 + cd /tmp/tmp.7gqiB8MAVD/src/github.com/containerd/containerd [2021-09-16T18:57:06.231Z] #58 36.67 + git checkout -q v1.5.5 [2021-09-16T18:57:06.382Z] #45 ... [2021-09-16T18:57:06.382Z] [2021-09-16T18:57:06.382Z] #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-16T18:57:06.382Z] #14 sha256:08b9278feadfc8db068b744755add65a213f9549a1269ed67e0d97e0b3db2896 [2021-09-16T18:57:06.382Z] #14 62.35 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-16T18:57:06.382Z] #14 62.95 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-16T18:57:06.382Z] #14 63.53 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-16T18:57:06.382Z] #14 65.38 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-16T18:57:06.382Z] #14 66.21 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-16T18:57:06.382Z] #14 66.21 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2021-09-16T18:57:06.382Z] #14 66.24 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2021-09-16T18:57:06.382Z] #14 66.25 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2021-09-16T18:57:06.382Z] #14 66.29 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2021-09-16T18:57:06.382Z] #14 66.30 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-16T18:57:06.382Z] #14 66.32 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-6 [123 kB] [2021-09-16T18:57:06.382Z] #14 66.32 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2021-09-16T18:57:06.382Z] #14 66.36 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2021-09-16T18:57:06.382Z] #14 66.37 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2021-09-16T18:57:06.382Z] #14 66.39 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2021-09-16T18:57:06.382Z] #14 66.41 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2021-09-16T18:57:06.382Z] #14 66.46 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2021-09-16T18:57:06.382Z] #14 66.46 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-16T18:57:06.382Z] #14 66.49 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1 [92.1 kB] [2021-09-16T18:57:06.382Z] #14 66.50 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-6 [401 kB] [2021-09-16T18:57:06.490Z] #58 37.70 + export 'BUILDTAGS=netgo osusergo static_build' [2021-09-16T18:57:06.490Z] #58 37.70 + BUILDTAGS='netgo osusergo static_build' [2021-09-16T18:57:06.490Z] #58 37.70 + export EXTRA_FLAGS=-buildmode=pie [2021-09-16T18:57:06.490Z] #58 37.70 + EXTRA_FLAGS=-buildmode=pie [2021-09-16T18:57:06.490Z] #58 37.70 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-09-16T18:57:06.490Z] #58 37.70 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-09-16T18:57:06.490Z] #58 37.70 + '[' '' = dynamic ']' [2021-09-16T18:57:06.490Z] #58 37.70 + make [2021-09-16T18:57:07.693Z] #19 158.5 Selecting previously unselected package gcc-10-arm-linux-gnueabihf-base:amd64. [2021-09-16T18:57:07.693Z] #19 158.5 Preparing to unpack .../015-gcc-10-arm-linux-gnueabihf-base_10.2.1-6cross1_amd64.deb ... [2021-09-16T18:57:07.693Z] #19 158.5 Unpacking gcc-10-arm-linux-gnueabihf-base:amd64 (10.2.1-6cross1) ... [2021-09-16T18:57:07.693Z] #19 158.6 Selecting previously unselected package cpp-10-arm-linux-gnueabihf. [2021-09-16T18:57:07.693Z] #19 158.6 Preparing to unpack .../016-cpp-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ... [2021-09-16T18:57:07.693Z] #19 158.6 Unpacking cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2021-09-16T18:57:07.751Z] #14 ... [2021-09-16T18:57:07.751Z] [2021-09-16T18:57:07.751Z] #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-16T18:57:07.751Z] #45 sha256:8b52766aa8992ad5ea6e7ea4db37d812f7240ba03735f3cac8e86ee521d7efa9 [2021-09-16T18:57:07.751Z] #45 66.55 debconf: delaying package configuration, since apt-utils is not installed [2021-09-16T18:57:07.751Z] #45 66.92 Fetched 2267 kB in 4s (547 kB/s) [2021-09-16T18:57:07.751Z] #45 67.18 Selecting previously unselected package libprotobuf23:amd64. [2021-09-16T18:57:07.751Z] #45 67.18 (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-16T18:57:07.751Z] #45 67.25 Preparing to unpack .../0-libprotobuf23_3.12.4-1_amd64.deb ... [2021-09-16T18:57:07.751Z] #45 67.27 Unpacking libprotobuf23:amd64 (3.12.4-1) ... [2021-09-16T18:57:07.866Z] #58 39.08 + bin/ctr [2021-09-16T18:57:08.684Z] #45 68.50 Selecting previously unselected package python3-pkg-resources. [2021-09-16T18:57:08.684Z] #45 68.51 Preparing to unpack .../1-python3-pkg-resources_52.0.0-4_all.deb ... [2021-09-16T18:57:08.684Z] #45 68.54 Unpacking python3-pkg-resources (52.0.0-4) ... [2021-09-16T18:57:08.914Z] #14 71.80 Selecting previously unselected package binutils-mingw-w64. [2021-09-16T18:57:08.914Z] #14 71.81 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2021-09-16T18:57:08.914Z] #14 71.82 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2021-09-16T18:57:08.914Z] #14 72.02 Selecting previously unselected package libdevmapper1.02.1:amd64. [2021-09-16T18:57:08.914Z] #14 72.02 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2021-09-16T18:57:08.914Z] #14 72.03 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2021-09-16T18:57:08.941Z] #45 68.92 Selecting previously unselected package python3-six. [2021-09-16T18:57:08.941Z] #45 68.93 Preparing to unpack .../2-python3-six_1.16.0-2_all.deb ... [2021-09-16T18:57:09.176Z] #14 72.32 Selecting previously unselected package dmsetup. [2021-09-16T18:57:09.176Z] #14 72.33 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2021-09-16T18:57:09.176Z] #14 72.33 Unpacking dmsetup (2:1.02.175-2.1) ... [2021-09-16T18:57:09.198Z] #45 68.93 Unpacking python3-six (1.16.0-2) ... [2021-09-16T18:57:09.437Z] #14 72.62 Selecting previously unselected package mingw-w64-common. [2021-09-16T18:57:09.437Z] #14 72.62 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2021-09-16T18:57:09.437Z] #14 72.63 Unpacking mingw-w64-common (8.0.0-1) ... [2021-09-16T18:57:09.455Z] #45 69.20 Selecting previously unselected package python3-protobuf. [2021-09-16T18:57:09.455Z] #45 69.20 Preparing to unpack .../3-python3-protobuf_3.12.4-1_amd64.deb ... [2021-09-16T18:57:09.455Z] #45 69.21 Unpacking python3-protobuf (3.12.4-1) ... [2021-09-16T18:57:10.385Z] #45 70.09 Selecting previously unselected package libnet1:amd64. [2021-09-16T18:57:10.385Z] #45 70.09 Preparing to unpack .../4-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-09-16T18:57:10.385Z] #45 70.10 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-09-16T18:57:10.385Z] #45 70.36 Selecting previously unselected package libnl-3-200:amd64. [2021-09-16T18:57:10.642Z] #45 70.36 Preparing to unpack .../5-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2021-09-16T18:57:10.642Z] #45 70.36 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2021-09-16T18:57:10.642Z] #45 70.64 Selecting previously unselected package libprotobuf-c1:amd64. [2021-09-16T18:57:10.824Z] #14 ... [2021-09-16T18:57:10.824Z] [2021-09-16T18:57:10.824Z] #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-16T18:57:10.824Z] #37 sha256:10bbf66d32ae608d41ff58a9c01968e967b1a5334a83298c2899bf7607874281 [2021-09-16T18:57:10.824Z] #37 71.99 Selecting previously unselected package libxml2:amd64. [2021-09-16T18:57:10.824Z] #37 71.99 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7_amd64.deb ... [2021-09-16T18:57:10.824Z] #37 72.01 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7) ... [2021-09-16T18:57:10.824Z] #37 72.72 Selecting previously unselected package libarchive13:amd64. [2021-09-16T18:57:10.824Z] #37 72.72 Preparing to unpack .../5-libarchive13_3.4.3-2+b1_amd64.deb ... [2021-09-16T18:57:10.824Z] #37 72.74 Unpacking libarchive13:amd64 (3.4.3-2+b1) ... [2021-09-16T18:57:10.824Z] #37 73.23 Selecting previously unselected package libjsoncpp24:amd64. [2021-09-16T18:57:10.824Z] #37 73.23 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ... [2021-09-16T18:57:10.824Z] #37 73.25 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2021-09-16T18:57:10.824Z] #37 73.49 Selecting previously unselected package librhash0:amd64. [2021-09-16T18:57:10.824Z] #37 73.49 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ... [2021-09-16T18:57:10.824Z] #37 73.51 Unpacking librhash0:amd64 (1.4.1-2) ... [2021-09-16T18:57:10.824Z] #37 73.75 Selecting previously unselected package libuv1:amd64. [2021-09-16T18:57:10.824Z] #37 73.75 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ... [2021-09-16T18:57:10.824Z] #37 73.76 Unpacking libuv1:amd64 (1.40.0-2) ... [2021-09-16T18:57:10.824Z] #37 74.05 Selecting previously unselected package cmake. [2021-09-16T18:57:10.824Z] #37 74.05 Preparing to unpack .../9-cmake_3.18.4-2_amd64.deb ... [2021-09-16T18:57:10.824Z] #37 74.05 Unpacking cmake (3.18.4-2) ... [2021-09-16T18:57:10.899Z] #45 70.64 Preparing to unpack .../6-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2021-09-16T18:57:10.899Z] #45 70.65 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2021-09-16T18:57:11.155Z] #45 71.00 Selecting previously unselected package criu. [2021-09-16T18:57:11.155Z] #45 71.00 Preparing to unpack .../7-criu_3.15-1_amd64.deb ... [2021-09-16T18:57:11.155Z] #45 71.01 Unpacking criu (3.15-1) ... [2021-09-16T18:57:11.397Z] #37 ... [2021-09-16T18:57:11.397Z] [2021-09-16T18:57:11.397Z] #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-16T18:57:11.397Z] #33 sha256:1911c9de04cba7d464ea755b70f705d21776700bd38b0934ae731606e49130b1 [2021-09-16T18:57:11.397Z] #33 64.39 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2021-09-16T18:57:11.397Z] #33 64.53 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-09-16T18:57:11.397Z] #33 ... [2021-09-16T18:57:11.397Z] [2021-09-16T18:57:11.397Z] #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-16T18:57:11.397Z] #45 sha256:8b52766aa8992ad5ea6e7ea4db37d812f7240ba03735f3cac8e86ee521d7efa9 [2021-09-16T18:57:11.397Z] #45 68.70 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2021-09-16T18:57:11.397Z] #45 68.78 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-09-16T18:57:11.397Z] #45 68.80 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2021-09-16T18:57:11.397Z] #45 68.81 Setting up python3-six (1.16.0-2) ... [2021-09-16T18:57:11.397Z] #45 70.48 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2021-09-16T18:57:11.397Z] #45 70.50 Setting up python3-protobuf (3.12.4-1) ... [2021-09-16T18:57:12.348Z] #58 ... [2021-09-16T18:57:12.348Z] [2021-09-16T18:57:12.348Z] #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-16T18:57:12.348Z] #14 sha256:8f83bcf2f635d3a795f49218ddeffb549fae58f063ef6778311fcdf619d92ac0 [2021-09-16T18:57:12.348Z] #14 60.38 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2021-09-16T18:57:12.348Z] #14 60.38 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_arm64.deb ... [2021-09-16T18:57:12.348Z] #14 60.38 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2021-09-16T18:57:12.348Z] #14 64.08 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2021-09-16T18:57:12.348Z] #14 64.11 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_arm64.deb ... [2021-09-16T18:57:12.348Z] #14 64.11 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2021-09-16T18:57:12.348Z] #14 68.07 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2021-09-16T18:57:12.348Z] #14 68.07 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_arm64.deb ... [2021-09-16T18:57:12.348Z] #14 68.08 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2021-09-16T18:57:12.524Z] #45 72.28 Setting up python3-pkg-resources (52.0.0-4) ... [2021-09-16T18:57:12.616Z] #45 75.58 Setting up criu (3.15-1) ... [2021-09-16T18:57:12.963Z] #19 ... [2021-09-16T18:57:12.963Z] [2021-09-16T18:57:12.963Z] #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-16T18:57:12.963Z] #58 sha256:5f20e788112f3e7617371d855d901c27e923bb24e93ab8e901c342b7f40dd120 [2021-09-16T18:57:12.963Z] #58 177.7 + /build/golangci-lint --version [2021-09-16T18:57:13.222Z] #58 178.0 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-09-16T18:57:15.046Z] #45 75.05 Setting up libprotobuf23:amd64 (3.12.4-1) ... [2021-09-16T18:57:15.046Z] #45 75.07 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-09-16T18:57:15.167Z] #45 78.22 Processing triggers for libc-bin (2.31-13) ... [2021-09-16T18:57:15.363Z] #45 75.10 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2021-09-16T18:57:15.363Z] #45 75.12 Setting up python3-six (1.16.0-2) ... [2021-09-16T18:57:15.990Z] Client: [2021-09-16T18:57:15.990Z] Context: default [2021-09-16T18:57:15.990Z] Debug Mode: false [2021-09-16T18:57:15.990Z] Plugins: [2021-09-16T18:57:15.990Z] app: Docker Application (Docker Inc., v0.8.0) [2021-09-16T18:57:15.990Z] cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0) [2021-09-16T18:57:15.990Z] registry: Manage Docker registries (Docker Inc., 0.1.0) [2021-09-16T18:57:15.990Z] [2021-09-16T18:57:15.990Z] Server: [2021-09-16T18:57:15.990Z] Containers: 0 [2021-09-16T18:57:15.990Z] Running: 0 [2021-09-16T18:57:15.990Z] Paused: 0 [2021-09-16T18:57:15.990Z] Stopped: 0 [2021-09-16T18:57:15.990Z] Images: 0 [2021-09-16T18:57:15.990Z] Server Version: 20.10.8 [2021-09-16T18:57:15.990Z] Storage Driver: windowsfilter (windows) lcow (linux) [2021-09-16T18:57:15.990Z] Windows: [2021-09-16T18:57:15.990Z] LCOW: [2021-09-16T18:57:15.990Z] Logging Driver: json-file [2021-09-16T18:57:15.990Z] Plugins: [2021-09-16T18:57:15.990Z] Volume: local [2021-09-16T18:57:15.990Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-09-16T18:57:15.990Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-09-16T18:57:15.990Z] Swarm: inactive [2021-09-16T18:57:15.990Z] Default Isolation: process [2021-09-16T18:57:15.990Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2021-09-16T18:57:15.991Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2114) [2021-09-16T18:57:15.991Z] OSType: windows [2021-09-16T18:57:15.991Z] Architecture: x86_64 [2021-09-16T18:57:15.991Z] CPUs: 4 [2021-09-16T18:57:15.991Z] Total Memory: 32GiB [2021-09-16T18:57:15.991Z] Name: azwin-2-dabed0 [2021-09-16T18:57:15.991Z] ID: XY73:YXCL:4JV2:L5OD:3LLO:K3OC:FGXE:SVIG:WUSL:HBJG:UQY5:VISZ [2021-09-16T18:57:15.991Z] Docker Root Dir: D:\docker [2021-09-16T18:57:15.991Z] Debug Mode: false [2021-09-16T18:57:15.991Z] Registry: https://index.docker.io/v1/ [2021-09-16T18:57:15.991Z] Labels: [2021-09-16T18:57:15.991Z] Experimental: true [2021-09-16T18:57:15.991Z] Insecure Registries: [2021-09-16T18:57:15.991Z] 10.0.0.4:5000 [2021-09-16T18:57:15.991Z] 127.0.0.0/8 [2021-09-16T18:57:15.991Z] Registry Mirrors: [2021-09-16T18:57:15.991Z] http://10.0.0.4:5000/ [2021-09-16T18:57:15.991Z] Live Restore Enabled: false [2021-09-16T18:57:15.991Z] Product License: Community Engine [2021-09-16T18:57:15.991Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] powershell [2021-09-16T18:57:16.302Z] #45 ... [2021-09-16T18:57:16.302Z] [2021-09-16T18:57:16.302Z] #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-16T18:57:16.302Z] #37 sha256:10bbf66d32ae608d41ff58a9c01968e967b1a5334a83298c2899bf7607874281 [2021-09-16T18:57:16.302Z] #37 66.44 Selecting previously unselected package libxml2:amd64. [2021-09-16T18:57:16.302Z] #37 66.44 Preparing to unpack .../4-libxml2_2.9.10+dfsg-6.7_amd64.deb ... [2021-09-16T18:57:16.302Z] #37 66.45 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7) ... [2021-09-16T18:57:16.302Z] #37 67.41 Selecting previously unselected package libarchive13:amd64. [2021-09-16T18:57:16.302Z] #37 67.42 Preparing to unpack .../5-libarchive13_3.4.3-2+b1_amd64.deb ... [2021-09-16T18:57:16.302Z] #37 67.43 Unpacking libarchive13:amd64 (3.4.3-2+b1) ... [2021-09-16T18:57:16.302Z] #37 68.03 Selecting previously unselected package libjsoncpp24:amd64. [2021-09-16T18:57:16.302Z] #37 68.03 Preparing to unpack .../6-libjsoncpp24_1.9.4-4_amd64.deb ... [2021-09-16T18:57:16.302Z] #37 68.04 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2021-09-16T18:57:16.302Z] #37 68.31 Selecting previously unselected package librhash0:amd64. [2021-09-16T18:57:16.302Z] #37 68.32 Preparing to unpack .../7-librhash0_1.4.1-2_amd64.deb ... [2021-09-16T18:57:16.302Z] #37 68.35 Unpacking librhash0:amd64 (1.4.1-2) ... [2021-09-16T18:57:16.302Z] #37 68.78 Selecting previously unselected package libuv1:amd64. [2021-09-16T18:57:16.302Z] #37 68.80 Preparing to unpack .../8-libuv1_1.40.0-2_amd64.deb ... [2021-09-16T18:57:16.302Z] #37 68.84 Unpacking libuv1:amd64 (1.40.0-2) ... [2021-09-16T18:57:16.302Z] #37 69.17 Selecting previously unselected package cmake. [2021-09-16T18:57:16.303Z] #37 69.22 Preparing to unpack .../9-cmake_3.18.4-2_amd64.deb ... [2021-09-16T18:57:16.303Z] #37 69.23 Unpacking cmake (3.18.4-2) ... [2021-09-16T18:57:16.303Z] #37 76.11 Setting up libicu67:amd64 (67.1-7) ... [2021-09-16T18:57:16.303Z] #37 76.14 Setting up xxd (2:8.2.2434-3) ... [2021-09-16T18:57:16.303Z] #37 76.16 Setting up libuv1:amd64 (1.40.0-2) ... [2021-09-16T18:57:16.303Z] #37 76.18 Setting up vim-common (2:8.2.2434-3) ... [2021-09-16T18:57:16.303Z] #37 76.27 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2021-09-16T18:57:16.303Z] #37 76.31 Setting up librhash0:amd64 (1.4.1-2) ... [2021-09-16T18:57:16.303Z] #37 76.36 Setting up cmake-data (3.18.4-2) ... [2021-09-16T18:57:16.303Z] #37 76.38 Setting up libxml2:amd64 (2.9.10+dfsg-6.7) ... [2021-09-16T18:57:16.303Z] #37 76.40 Setting up libarchive13:amd64 (3.4.3-2+b1) ... [2021-09-16T18:57:16.303Z] #37 76.42 Setting up cmake (3.18.4-2) ... [2021-09-16T18:57:16.303Z] #37 76.43 Processing triggers for libc-bin (2.31-13) ... [2021-09-16T18:57:16.513Z] #58 DONE 180.8s [2021-09-16T18:57:16.513Z] [2021-09-16T18:57:16.513Z] #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-16T18:57:16.513Z] #48 sha256:6b8cec4c40d2921a1d2bdc203326c098330e9d2856fcd77ef3a5c99befc5d468 [2021-09-16T18:57:16.513Z] #48 179.7 + dpkg --print-architecture [2021-09-16T18:57:16.513Z] #48 179.7 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2021-09-16T18:57:16.513Z] #48 179.9 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2021-09-16T18:57:16.513Z] #48 179.9 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2021-09-16T18:57:16.580Z] #14 75.33 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2021-09-16T18:57:16.580Z] #14 75.33 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_arm64.deb ... [2021-09-16T18:57:16.580Z] #14 75.34 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2021-09-16T18:57:17.673Z] #37 ... [2021-09-16T18:57:17.673Z] [2021-09-16T18:57:17.673Z] #45 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-09-16T18:57:17.673Z] #45 sha256:8b52766aa8992ad5ea6e7ea4db37d812f7240ba03735f3cac8e86ee521d7efa9 [2021-09-16T18:57:17.673Z] #45 77.49 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2021-09-16T18:57:17.673Z] #45 ... [2021-09-16T18:57:17.673Z] [2021-09-16T18:57:17.673Z] #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-16T18:57:17.673Z] #37 sha256:10bbf66d32ae608d41ff58a9c01968e967b1a5334a83298c2899bf7607874281 [2021-09-16T18:57:17.673Z] #37 DONE 77.9s [2021-09-16T18:57:17.673Z] [2021-09-16T18:57:17.673Z] #45 [criu 2/2] RUN --mount=type=cache,sharing=locked,id=moby-criu-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-criu-aptcache,target=/var/cache/apt echo 'deb https://download.opensuse.org/repositories/devel:/tools:/criu/Debian_10/ /' > /etc/apt/sources.list.d/criu.list && apt-get update && apt-get install -y --no-install-recommends criu && install -D /usr/sbin/criu /build/criu [2021-09-16T18:57:17.673Z] #45 sha256:8b52766aa8992ad5ea6e7ea4db37d812f7240ba03735f3cac8e86ee521d7efa9 [2021-09-16T18:57:17.673Z] #45 77.65 Setting up python3-protobuf (3.12.4-1) ... [2021-09-16T18:57:17.673Z] #45 ... [2021-09-16T18:57:17.673Z] [2021-09-16T18:57:17.673Z] #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-16T18:57:17.673Z] #33 sha256:1911c9de04cba7d464ea755b70f705d21776700bd38b0934ae731606e49130b1 [2021-09-16T18:57:17.673Z] #33 67.71 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-16T18:57:17.673Z] #33 68.56 + git checkout -q c56166c036004ba7a3a321e5951ba472b9ae298c [2021-09-16T18:57:17.673Z] #33 69.06 + go build -o /build/swagger github.com/go-swagger/go-swagger/cmd/swagger [2021-09-16T18:57:17.721Z] #45 DONE 80.7s [2021-09-16T18:57:17.721Z] [2021-09-16T18:57:17.721Z] #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-16T18:57:17.721Z] #51 sha256:6bcb5a6aea0206883626abc34265bc2c80c78b74f6f17845ca31be650d11e6b6 [2021-09-16T18:57:17.848Z] #58 ... [2021-09-16T18:57:17.848Z] [2021-09-16T18:57:17.848Z] #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-16T18:57:17.848Z] #14 sha256:08b9278feadfc8db068b744755add65a213f9549a1269ed67e0d97e0b3db2896 [2021-09-16T18:57:17.848Z] #14 73.29 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2021-09-16T18:57:17.848Z] #14 73.30 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2021-09-16T18:57:17.848Z] #14 73.30 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2021-09-16T18:57:17.848Z] #14 78.10 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2021-09-16T18:57:17.848Z] #14 78.12 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2021-09-16T18:57:17.848Z] #14 78.12 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2021-09-16T18:57:17.848Z] #14 83.09 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2021-09-16T18:57:17.848Z] #14 83.09 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2021-09-16T18:57:17.848Z] #14 83.10 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2021-09-16T18:57:17.929Z] #33 ... [2021-09-16T18:57:17.929Z] [2021-09-16T18:57:17.929Z] #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-16T18:57:17.929Z] #38 sha256:158ea71c54907db6c73c5254c9e164a9b15b1de865a9059cc6ae64b87611210e [2021-09-16T18:57:17.983Z] #51 ... [2021-09-16T18:57:17.983Z] [2021-09-16T18:57:17.983Z] #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-16T18:57:17.983Z] #37 sha256:10bbf66d32ae608d41ff58a9c01968e967b1a5334a83298c2899bf7607874281 [2021-09-16T18:57:17.983Z] #37 81.09 Setting up libicu67:amd64 (67.1-7) ... [2021-09-16T18:57:17.983Z] #37 81.15 Setting up xxd (2:8.2.2434-3) ... [2021-09-16T18:57:17.983Z] #37 81.17 Setting up libuv1:amd64 (1.40.0-2) ... [2021-09-16T18:57:17.983Z] #37 81.20 Setting up vim-common (2:8.2.2434-3) ... [2021-09-16T18:57:17.983Z] #37 81.27 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2021-09-16T18:57:17.983Z] #37 81.30 Setting up librhash0:amd64 (1.4.1-2) ... [2021-09-16T18:57:17.983Z] #37 81.34 Setting up cmake-data (3.18.4-2) ... [2021-09-16T18:57:17.983Z] #37 81.38 Setting up libxml2:amd64 (2.9.10+dfsg-6.7) ... [2021-09-16T18:57:17.983Z] #37 81.41 Setting up libarchive13:amd64 (3.4.3-2+b1) ... [2021-09-16T18:57:18.186Z] #38 ... [2021-09-16T18:57:18.186Z] [2021-09-16T18:57:18.186Z] #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-16T18:57:18.186Z] #14 sha256:08b9278feadfc8db068b744755add65a213f9549a1269ed67e0d97e0b3db2896 [2021-09-16T18:57:18.186Z] #14 68.16 debconf: delaying package configuration, since apt-utils is not installed [2021-09-16T18:57:18.186Z] #14 68.58 Fetched 115 MB in 8s (14.1 MB/s) [2021-09-16T18:57:18.186Z] #14 68.75 Selecting previously unselected package binutils-mingw-w64-i686. [2021-09-16T18:57:18.186Z] #14 68.75 (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-16T18:57:18.186Z] #14 68.85 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2021-09-16T18:57:18.186Z] #14 68.86 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2021-09-16T18:57:18.186Z] #14 72.55 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-09-16T18:57:18.186Z] #14 72.55 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2021-09-16T18:57:18.186Z] #14 72.56 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2021-09-16T18:57:18.186Z] #14 77.10 Selecting previously unselected package binutils-mingw-w64. [2021-09-16T18:57:18.186Z] #14 77.11 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2021-09-16T18:57:18.186Z] #14 77.19 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2021-09-16T18:57:18.186Z] #14 77.93 Selecting previously unselected package libdevmapper1.02.1:amd64. [2021-09-16T18:57:18.186Z] #14 77.93 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2021-09-16T18:57:18.186Z] #14 78.00 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2021-09-16T18:57:18.186Z] #14 78.29 Selecting previously unselected package dmsetup. [2021-09-16T18:57:18.186Z] #14 78.30 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2021-09-16T18:57:18.186Z] #14 78.31 Unpacking dmsetup (2:1.02.175-2.1) ... [2021-09-16T18:57:18.244Z] #37 81.44 Setting up cmake (3.18.4-2) ... [2021-09-16T18:57:18.244Z] #37 81.47 Processing triggers for libc-bin (2.31-13) ... [2021-09-16T18:57:18.444Z] #14 78.49 Selecting previously unselected package mingw-w64-common. [2021-09-16T18:57:18.444Z] #14 78.55 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2021-09-16T18:57:18.444Z] #14 78.55 Unpacking mingw-w64-common (8.0.0-1) ... [2021-09-16T18:57:19.187Z] #37 DONE 82.5s [2021-09-16T18:57:19.187Z] [2021-09-16T18:57:19.187Z] #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-16T18:57:19.187Z] #38 sha256:677a46a271669e290aa7bd99e510371eafa8839a629537a9c4439855cefedca7 [2021-09-16T18:57:19.813Z] #14 ... [2021-09-16T18:57:19.813Z] [2021-09-16T18:57:19.813Z] #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-16T18:57:19.813Z] #38 sha256:158ea71c54907db6c73c5254c9e164a9b15b1de865a9059cc6ae64b87611210e [2021-09-16T18:57:19.813Z] #38 1.781 + RM_GOPATH=0 [2021-09-16T18:57:19.813Z] #38 1.781 + TMP_GOPATH= [2021-09-16T18:57:19.813Z] #38 1.781 + : /build [2021-09-16T18:57:19.813Z] #38 1.781 + '[' -z '' ']' [2021-09-16T18:57:19.813Z] #38 1.781 ++ mktemp -d [2021-09-16T18:57:19.813Z] #38 1.795 + export GOPATH=/tmp/tmp.pbJpdxCBnp [2021-09-16T18:57:19.813Z] #38 1.795 + GOPATH=/tmp/tmp.pbJpdxCBnp [2021-09-16T18:57:19.813Z] #38 1.795 + RM_GOPATH=1 [2021-09-16T18:57:19.813Z] #38 1.795 + case "$(go env GOARCH)" in [2021-09-16T18:57:19.813Z] #38 1.802 ++ go env GOARCH [2021-09-16T18:57:19.813Z] #38 1.850 + export GO_BUILDMODE=-buildmode=pie [2021-09-16T18:57:19.813Z] #38 1.850 + GO_BUILDMODE=-buildmode=pie [2021-09-16T18:57:19.813Z] #38 1.851 ++ dirname /tmp/install/install.sh [2021-09-16T18:57:19.813Z] #38 1.910 + dir=/tmp/install [2021-09-16T18:57:19.813Z] #38 1.910 + bin=tini [2021-09-16T18:57:19.813Z] #38 1.910 + shift [2021-09-16T18:57:19.813Z] #38 1.910 + '[' '!' -f /tmp/install/tini.installer ']' [2021-09-16T18:57:19.813Z] #38 1.910 + . /tmp/install/tini.installer [2021-09-16T18:57:19.813Z] #38 1.910 ++ : v0.19.0 [2021-09-16T18:57:19.813Z] #38 1.910 + install_tini [2021-09-16T18:57:19.813Z] #38 1.910 + echo 'Install tini version v0.19.0' [2021-09-16T18:57:19.813Z] #38 1.910 + git clone https://github.com/krallin/tini.git /tmp/tmp.pbJpdxCBnp/tini [2021-09-16T18:57:19.813Z] #38 1.911 Install tini version v0.19.0 [2021-09-16T18:57:19.813Z] #38 1.927 Cloning into '/tmp/tmp.pbJpdxCBnp/tini'... [2021-09-16T18:57:20.804Z] #14 78.78 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-09-16T18:57:20.804Z] #14 78.78 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2021-09-16T18:57:20.804Z] #14 78.80 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2021-09-16T18:57:20.804Z] #14 79.05 Selecting previously unselected package libapparmor1:arm64. [2021-09-16T18:57:20.804Z] #14 79.05 Preparing to unpack .../15-libapparmor1_2.13.6-10_arm64.deb ... [2021-09-16T18:57:20.804Z] #14 79.08 Unpacking libapparmor1:arm64 (2.13.6-10) ... [2021-09-16T18:57:20.804Z] #14 79.22 Selecting previously unselected package libapparmor-dev:arm64. [2021-09-16T18:57:20.804Z] #14 79.22 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_arm64.deb ... [2021-09-16T18:57:20.804Z] #14 79.23 Unpacking libapparmor-dev:arm64 (2.13.6-10) ... [2021-09-16T18:57:20.804Z] #14 79.39 Selecting previously unselected package libbtrfs0:arm64. [2021-09-16T18:57:20.804Z] #14 79.40 Preparing to unpack .../17-libbtrfs0_5.10.1-2_arm64.deb ... [2021-09-16T18:57:20.804Z] #14 79.41 Unpacking libbtrfs0:arm64 (5.10.1-2) ... [2021-09-16T18:57:21.077Z] #14 79.66 Selecting previously unselected package libbtrfs-dev:arm64. [2021-09-16T18:57:21.077Z] #14 79.66 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_arm64.deb ... [2021-09-16T18:57:21.077Z] #14 79.67 Unpacking libbtrfs-dev:arm64 (5.10.1-2) ... [2021-09-16T18:57:21.077Z] #14 79.88 Selecting previously unselected package libdevmapper-event1.02.1:arm64. [2021-09-16T18:57:21.077Z] #14 79.88 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_arm64.deb ... [2021-09-16T18:57:21.106Z] #38 1.921 + RM_GOPATH=0 [2021-09-16T18:57:21.106Z] #38 1.921 + TMP_GOPATH= [2021-09-16T18:57:21.106Z] #38 1.921 + : /build [2021-09-16T18:57:21.106Z] #38 1.921 + '[' -z '' ']' [2021-09-16T18:57:21.106Z] #38 1.932 ++ mktemp -d [2021-09-16T18:57:21.106Z] #38 1.932 + export GOPATH=/tmp/tmp.rSqutQzhcp [2021-09-16T18:57:21.106Z] #38 1.932 + GOPATH=/tmp/tmp.rSqutQzhcp [2021-09-16T18:57:21.106Z] #38 1.932 + RM_GOPATH=1 [2021-09-16T18:57:21.106Z] #38 1.932 + case "$(go env GOARCH)" in [2021-09-16T18:57:21.106Z] #38 1.932 ++ go env GOARCH [2021-09-16T18:57:21.106Z] #38 1.992 + export GO_BUILDMODE=-buildmode=pie [2021-09-16T18:57:21.106Z] #38 1.992 + GO_BUILDMODE=-buildmode=pie [2021-09-16T18:57:21.106Z] #38 1.992 ++ dirname /tmp/install/install.sh [2021-09-16T18:57:21.106Z] #38 1.992 + dir=/tmp/install [2021-09-16T18:57:21.106Z] #38 1.992 + bin=tini [2021-09-16T18:57:21.106Z] #38 1.992 + shift [2021-09-16T18:57:21.106Z] #38 1.992 + '[' '!' -f /tmp/install/tini.installer ']' [2021-09-16T18:57:21.106Z] #38 1.992 + . /tmp/install/tini.installer [2021-09-16T18:57:21.106Z] #38 1.992 ++ : v0.19.0 [2021-09-16T18:57:21.106Z] #38 1.992 + install_tini [2021-09-16T18:57:21.106Z] #38 1.992 + echo 'Install tini version v0.19.0' [2021-09-16T18:57:21.106Z] #38 1.992 + git clone https://github.com/krallin/tini.git /tmp/tmp.rSqutQzhcp/tini [2021-09-16T18:57:21.106Z] #38 1.992 Cloning into '/tmp/tmp.rSqutQzhcp/tini'... [2021-09-16T18:57:21.106Z] #38 1.993 Install tini version v0.19.0 [2021-09-16T18:57:21.181Z] #38 3.450 + cd /tmp/tmp.pbJpdxCBnp/tini [2021-09-16T18:57:21.181Z] #38 3.450 + git checkout -q v0.19.0 [2021-09-16T18:57:21.181Z] #38 3.486 + cmake . [2021-09-16T18:57:21.339Z] #14 79.90 Unpacking libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ... [2021-09-16T18:57:21.339Z] #14 80.00 Selecting previously unselected package libudev-dev:arm64. [2021-09-16T18:57:21.339Z] #14 80.00 Preparing to unpack .../20-libudev-dev_247.3-6_arm64.deb ... [2021-09-16T18:57:21.339Z] #14 80.02 Unpacking libudev-dev:arm64 (247.3-6) ... [2021-09-16T18:57:21.367Z] #38 ... [2021-09-16T18:57:21.367Z] [2021-09-16T18:57:21.367Z] #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-16T18:57:21.367Z] #49 sha256:7949bb8f1ac4b0938df9d3e03f76b995e0fc76f0e71c65359c46f204f4c4fd7f [2021-09-16T18:57:21.367Z] #49 DONE 84.6s [2021-09-16T18:57:21.367Z] [2021-09-16T18:57:21.367Z] #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-16T18:57:21.367Z] #14 sha256:08b9278feadfc8db068b744755add65a213f9549a1269ed67e0d97e0b3db2896 [2021-09-16T18:57:21.368Z] #14 81.20 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-09-16T18:57:21.368Z] #14 81.22 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2021-09-16T18:57:21.368Z] #14 81.24 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2021-09-16T18:57:21.602Z] #14 80.20 Selecting previously unselected package libsepol1-dev:arm64. [2021-09-16T18:57:21.602Z] #14 80.22 Preparing to unpack .../21-libsepol1-dev_3.1-1_arm64.deb ... [2021-09-16T18:57:21.602Z] #14 80.23 Unpacking libsepol1-dev:arm64 (3.1-1) ... [2021-09-16T18:57:21.865Z] #14 80.51 Selecting previously unselected package libpcre2-16-0:arm64. [2021-09-16T18:57:21.865Z] #14 80.51 Preparing to unpack .../22-libpcre2-16-0_10.36-2_arm64.deb ... [2021-09-16T18:57:21.865Z] #14 80.52 Unpacking libpcre2-16-0:arm64 (10.36-2) ... [2021-09-16T18:57:22.111Z] #38 4.386 -- The C compiler identification is GNU 10.2.1 [2021-09-16T18:57:22.128Z] #14 80.85 Selecting previously unselected package libpcre2-32-0:arm64. [2021-09-16T18:57:22.128Z] #14 80.86 Preparing to unpack .../23-libpcre2-32-0_10.36-2_arm64.deb ... [2021-09-16T18:57:22.128Z] #14 80.88 Unpacking libpcre2-32-0:arm64 (10.36-2) ... [2021-09-16T18:57:22.367Z] #38 4.590 -- Detecting C compiler ABI info [2021-09-16T18:57:22.391Z] #14 81.09 Selecting previously unselected package libpcre2-posix2:arm64. [2021-09-16T18:57:22.391Z] #14 81.10 Preparing to unpack .../24-libpcre2-posix2_10.36-2_arm64.deb ... [2021-09-16T18:57:22.391Z] #14 81.11 Unpacking libpcre2-posix2:arm64 (10.36-2) ... [2021-09-16T18:57:22.391Z] #14 81.20 Selecting previously unselected package libpcre2-dev:arm64. [2021-09-16T18:57:22.391Z] #14 81.22 Preparing to unpack .../25-libpcre2-dev_10.36-2_arm64.deb ... [2021-09-16T18:57:22.391Z] #14 81.23 Unpacking libpcre2-dev:arm64 (10.36-2) ... [2021-09-16T18:57:22.968Z] #14 81.58 Selecting previously unselected package libselinux1-dev:arm64. [2021-09-16T18:57:22.968Z] #14 81.60 Preparing to unpack .../26-libselinux1-dev_3.1-3_arm64.deb ... [2021-09-16T18:57:22.968Z] #14 81.61 Unpacking libselinux1-dev:arm64 (3.1-3) ... [2021-09-16T18:57:23.231Z] #14 81.94 Selecting previously unselected package libdevmapper-dev:arm64. [2021-09-16T18:57:23.231Z] #14 81.97 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_arm64.deb ... [2021-09-16T18:57:23.298Z] #38 5.620 -- Detecting C compiler ABI info - done [2021-09-16T18:57:23.352Z] 48a76b150a3a: Verifying Checksum [2021-09-16T18:57:23.352Z] 48a76b150a3a: Download complete [2021-09-16T18:57:23.494Z] #14 82.20 Unpacking libdevmapper-dev:arm64 (2:1.02.175-2.1) ... [2021-09-16T18:57:23.494Z] #14 82.29 Selecting previously unselected package libseccomp-dev:arm64. [2021-09-16T18:57:23.557Z] #38 5.798 -- Check for working C compiler: /usr/bin/cc - skipped [2021-09-16T18:57:23.557Z] #38 5.817 -- Detecting C compile features [2021-09-16T18:57:23.557Z] #38 5.827 -- Detecting C compile features - done [2021-09-16T18:57:23.557Z] #38 5.875 -- Performing Test HAS_BUILTIN_FORTIFY [2021-09-16T18:57:23.745Z] 48a76b150a3a: Verifying Checksum [2021-09-16T18:57:23.745Z] 48a76b150a3a: Download complete [2021-09-16T18:57:23.757Z] #14 82.30 Preparing to unpack .../28-libseccomp-dev_2.5.1-1_arm64.deb ... [2021-09-16T18:57:23.757Z] #14 82.30 Unpacking libseccomp-dev:arm64 (2.5.1-1) ... [2021-09-16T18:57:23.757Z] #14 82.47 Selecting previously unselected package libsystemd-dev:arm64. [2021-09-16T18:57:23.757Z] #14 82.48 Preparing to unpack .../29-libsystemd-dev_247.3-6_arm64.deb ... [2021-09-16T18:57:23.757Z] #14 82.49 Unpacking libsystemd-dev:arm64 (247.3-6) ... [2021-09-16T18:57:23.915Z] #14 ... [2021-09-16T18:57:23.915Z] [2021-09-16T18:57:23.915Z] #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-16T18:57:23.915Z] #38 sha256:677a46a271669e290aa7bd99e510371eafa8839a629537a9c4439855cefedca7 [2021-09-16T18:57:23.915Z] #38 3.008 + cd /tmp/tmp.rSqutQzhcp/tini [2021-09-16T18:57:23.915Z] #38 3.008 + git checkout -q v0.19.0 [2021-09-16T18:57:23.915Z] #38 3.040 + cmake . [2021-09-16T18:57:23.915Z] #38 3.752 -- The C compiler identification is GNU 10.2.1 [2021-09-16T18:57:23.915Z] #38 3.864 -- Detecting C compiler ABI info [2021-09-16T18:57:23.915Z] #38 4.741 -- Detecting C compiler ABI info - done [2021-09-16T18:57:23.915Z] #38 4.878 -- Check for working C compiler: /usr/bin/cc - skipped [2021-09-16T18:57:24.120Z] #38 6.296 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-09-16T18:57:24.176Z] #38 4.883 -- Detecting C compile features [2021-09-16T18:57:24.176Z] #38 4.885 -- Detecting C compile features - done [2021-09-16T18:57:24.176Z] #38 4.918 -- Performing Test HAS_BUILTIN_FORTIFY [2021-09-16T18:57:24.176Z] #38 5.174 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-09-16T18:57:24.332Z] #14 83.05 Setting up libseccomp-dev:arm64 (2.5.1-1) ... [2021-09-16T18:57:24.332Z] #14 83.08 Setting up libapparmor1:arm64 (2.13.6-10) ... [2021-09-16T18:57:24.332Z] #14 83.10 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2021-09-16T18:57:24.332Z] #14 83.11 Setting up libsepol1-dev:arm64 (3.1-1) ... [2021-09-16T18:57:24.332Z] #14 83.13 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2021-09-16T18:57:24.332Z] #14 83.15 Setting up libpcre2-16-0:arm64 (10.36-2) ... [2021-09-16T18:57:24.377Z] #38 6.448 -- Configuring done [2021-09-16T18:57:24.377Z] #38 6.499 -- Generating done [2021-09-16T18:57:24.377Z] #38 6.507 -- Build files have been written to: /tmp/tmp.pbJpdxCBnp/tini [2021-09-16T18:57:24.377Z] #38 6.534 + make tini-static [2021-09-16T18:57:24.437Z] #38 5.245 -- Configuring done [2021-09-16T18:57:24.437Z] #38 5.262 -- Generating done [2021-09-16T18:57:24.437Z] #38 5.281 -- Build files have been written to: /tmp/tmp.rSqutQzhcp/tini [2021-09-16T18:57:24.437Z] #38 5.308 + make tini-static [2021-09-16T18:57:24.610Z] #14 83.16 Setting up libbtrfs0:arm64 (5.10.1-2) ... [2021-09-16T18:57:24.610Z] #14 83.18 Setting up libpcre2-32-0:arm64 (10.36-2) ... [2021-09-16T18:57:24.610Z] #14 83.19 Setting up libudev-dev:arm64 (247.3-6) ... [2021-09-16T18:57:24.610Z] #14 83.21 Setting up libpcre2-posix2:arm64 (10.36-2) ... [2021-09-16T18:57:24.610Z] #14 83.26 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2021-09-16T18:57:24.610Z] #14 83.28 Setting up libbtrfs-dev:arm64 (5.10.1-2) ... [2021-09-16T18:57:24.610Z] #14 83.30 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2021-09-16T18:57:24.873Z] #14 83.44 Setting up libapparmor-dev:arm64 (2.13.6-10) ... [2021-09-16T18:57:24.873Z] #14 83.47 Setting up mingw-w64-common (8.0.0-1) ... [2021-09-16T18:57:24.873Z] #14 83.54 Setting up libsystemd-dev:arm64 (247.3-6) ... [2021-09-16T18:57:24.943Z] #38 7.188 Scanning dependencies of target tini-static [2021-09-16T18:57:24.943Z] #38 7.313 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-09-16T18:57:25.033Z] #38 5.833 Scanning dependencies of target tini-static [2021-09-16T18:57:25.033Z] #38 5.936 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-09-16T18:57:25.137Z] #14 83.90 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2021-09-16T18:57:25.137Z] #14 ... [2021-09-16T18:57:25.137Z] [2021-09-16T18:57:25.137Z] #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-16T18:57:25.137Z] #60 sha256:9d621de03f5aa0d8b39275749ca08d9b84880dfcd96df762b627718959251a7d [2021-09-16T18:57:25.137Z] #60 83.98 + for f in rootlesskit rootlesskit-docker-proxy [2021-09-16T18:57:25.137Z] #60 83.98 + GOBIN=/build [2021-09-16T18:57:25.137Z] #60 83.98 + GO111MODULE=on [2021-09-16T18:57:25.137Z] #60 83.98 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4 [2021-09-16T18:57:26.421Z] #38 7.314 [100%] Linking C executable tini-static [2021-09-16T18:57:26.984Z] DEBUG: print all environment variables to check how Jenkins runs this script [2021-09-16T18:57:26.984Z] C:\Windows\System32\WindowsPowerShell\v1.0\powershell.exe -NoProfile -NonInteractive -ExecutionPolicy Bypass -Command & 'd:\gopath\src\github.com\docker\docker@tmp\durable-2ebf3bf5\powershellScript.ps1'; exit $LASTEXITCODE; [2021-09-16T18:57:26.984Z] ---------------------------------------------------------------------------- [2021-09-16T18:57:26.984Z] [2021-09-16T18:57:26.984Z] INFO: executeCI.ps1 starting at Thu Sep 16 18:57:25 CUT 2021 [2021-09-16T18:57:26.984Z] [2021-09-16T18:57:26.984Z] INFO: Script version 05-Feb-2019 09:03 PDT [2021-09-16T18:57:26.984Z] INFO: Running git version 2.24.1.windows.2 [2021-09-16T18:57:26.984Z] INFO: Branch:rs5_release Build:17763.1.180914-1434 [2021-09-16T18:57:26.984Z] INFO: Environment variables: [2021-09-16T18:57:26.984Z] [2021-09-16T18:57:26.984Z] Name Value [2021-09-16T18:57:26.984Z] ---- ----- [2021-09-16T18:57:26.984Z] ALLUSERSPROFILE C:\ProgramData [2021-09-16T18:57:26.984Z] amd64 true [2021-09-16T18:57:26.984Z] APPDATA C:\Windows\system32\config\systemprofile\AppData\Roaming [2021-09-16T18:57:26.984Z] APT_MIRROR cdn-fastly.deb.debian.org [2021-09-16T18:57:26.984Z] arm64 true [2021-09-16T18:57:26.984Z] AZURE_GUEST_AGENT_EXTENSION... C:\Packages\Plugins\Microsoft.Compute.CustomScriptExtension\1.10.12 [2021-09-16T18:57:26.984Z] AZURE_GUEST_AGENT_EXTENSION... [{"Key":"ExtensionTelemetryPipeline","Value":"1.0"}] [2021-09-16T18:57:26.984Z] AZURE_GUEST_AGENT_EXTENSION... 1.10.12 [2021-09-16T18:57:26.984Z] AZURE_GUEST_AGENT_UNINSTALL... NOT_RUN [2021-09-16T18:57:26.984Z] AZURE_GUEST_AGENT_WIRE_PROT... 168.63.129.16 [2021-09-16T18:57:26.984Z] BRANCH_NAME PR-41759 [2021-09-16T18:57:26.984Z] BUILD_DISPLAY_NAME #9 [2021-09-16T18:57:26.984Z] BUILD_ID 9 [2021-09-16T18:57:26.984Z] BUILD_NUMBER 9 [2021-09-16T18:57:26.984Z] BUILD_TAG jenkins-moby-PR-41759-9 [2021-09-16T18:57:26.984Z] BUILD_URL https://ci-next.docker.com/public/job/moby/job/PR-41759/9/ [2021-09-16T18:57:26.984Z] cgroup2 true [2021-09-16T18:57:26.984Z] CHANGE_AUTHOR giuseppe [2021-09-16T18:57:26.984Z] CHANGE_AUTHOR_DISPLAY_NAME Giuseppe Scrivano [2021-09-16T18:57:26.984Z] CHANGE_AUTHOR_EMAIL giuseppe@scrivano.org [2021-09-16T18:57:26.984Z] CHANGE_BRANCH zstd-compression [2021-09-16T18:57:26.984Z] CHANGE_FORK giuseppe/docker [2021-09-16T18:57:26.984Z] CHANGE_ID 41759 [2021-09-16T18:57:26.984Z] CHANGE_TARGET master [2021-09-16T18:57:26.984Z] CHANGE_TITLE compression: add support for the zstd algorithm [2021-09-16T18:57:26.984Z] CHANGE_URL https://github.com/moby/moby/pull/41759 [2021-09-16T18:57:26.984Z] CHECK_CONFIG_COMMIT 2b0755b936416834e14208c6c37b36977e67ea35 [2021-09-16T18:57:26.984Z] CommonProgramFiles C:\Program Files\Common Files [2021-09-16T18:57:26.984Z] CommonProgramFiles(x86) C:\Program Files (x86)\Common Files [2021-09-16T18:57:26.984Z] CommonProgramW6432 C:\Program Files\Common Files [2021-09-16T18:57:26.984Z] COMPUTERNAME azwin-2-dabed0 [2021-09-16T18:57:26.984Z] ComSpec C:\Windows\system32\cmd.exe [2021-09-16T18:57:26.984Z] ConfigSequenceNumber 0 [2021-09-16T18:57:26.984Z] dco true [2021-09-16T18:57:26.984Z] DOCKER_BUILDKIT 0 [2021-09-16T18:57:26.984Z] DOCKER_DUT_DEBUG 1 [2021-09-16T18:57:26.984Z] DOCKER_EXPERIMENTAL 1 [2021-09-16T18:57:26.984Z] DOCKER_GRAPHDRIVER overlay2 [2021-09-16T18:57:26.984Z] DriverData C:\Windows\System32\Drivers\DriverData [2021-09-16T18:57:26.984Z] EXECUTOR_NUMBER 0 [2021-09-16T18:57:26.984Z] FQDN azwin-2-dabed0.westus.cloudapp.azure.com [2021-09-16T18:57:26.984Z] GIT_BRANCH PR-41759 [2021-09-16T18:57:26.984Z] GIT_COMMIT e187eb2bb5f0c3f899fe643e95d1af8c57e89a73 [2021-09-16T18:57:26.984Z] GIT_PREVIOUS_COMMIT e187eb2bb5f0c3f899fe643e95d1af8c57e89a73 [2021-09-16T18:57:26.984Z] GIT_URL https://github.com/moby/moby.git [2021-09-16T18:57:26.984Z] HUDSON_COOKIE 772052f0-0446-497d-8b92-ef15e817bd5a [2021-09-16T18:57:26.984Z] HUDSON_HOME /var/cloudbees-jenkins-distribution [2021-09-16T18:57:26.984Z] HUDSON_SERVER_COOKIE aaf6decb76ababb5 [2021-09-16T18:57:26.984Z] HUDSON_URL https://ci-next.docker.com/public/ [2021-09-16T18:57:26.984Z] JAVA_HOME C:\java-1.8.0-openjdk-1.8.0.302-1.b08.ojdkbuild.windows.x86_64 [2021-09-16T18:57:26.984Z] JENKINS_HOME /var/cloudbees-jenkins-distribution [2021-09-16T18:57:26.984Z] JENKINS_NODE_COOKIE ea561313-378d-4166-b02e-41ea2132eb2e [2021-09-16T18:57:26.984Z] JENKINS_SERVER_COOKIE durable-2f56e31ca5b2498536d5dc93c29eccaf [2021-09-16T18:57:26.984Z] JENKINS_URL https://ci-next.docker.com/public/ [2021-09-16T18:57:26.984Z] JOB_BASE_NAME PR-41759 [2021-09-16T18:57:26.984Z] JOB_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-41759/display/redirect [2021-09-16T18:57:26.984Z] JOB_NAME moby/PR-41759 [2021-09-16T18:57:26.984Z] JOB_URL https://ci-next.docker.com/public/job/moby/job/PR-41759/ [2021-09-16T18:57:26.984Z] library.jps.version master [2021-09-16T18:57:26.984Z] LOCALAPPDATA C:\Windows\system32\config\systemprofile\AppData\Local [2021-09-16T18:57:26.984Z] NODE_LABELS amd64 azure azwin-2-dabed0 azwin-2019 docker west-us windows windows-2019 x86_64 [2021-09-16T18:57:26.984Z] NODE_NAME azwin-2-dabed0 [2021-09-16T18:57:26.984Z] NUMBER_OF_PROCESSORS 4 [2021-09-16T18:57:26.984Z] OS Windows_NT [2021-09-16T18:57:26.984Z] Path C:\Windows\system32;C:\Windows;C:\Windows\System32\Wbem;C:\Windows\System32\WindowsPo... [2021-09-16T18:57:26.984Z] PATHEXT .COM;.EXE;.BAT;.CMD;.VBS;.VBE;.JS;.JSE;.WSF;.WSH;.MSC;.CPL [2021-09-16T18:57:26.984Z] ppc64le false [2021-09-16T18:57:26.984Z] PROCESSOR_ARCHITECTURE AMD64 [2021-09-16T18:57:26.984Z] PROCESSOR_IDENTIFIER Intel64 Family 6 Model 85 Stepping 7, GenuineIntel [2021-09-16T18:57:26.984Z] PROCESSOR_LEVEL 6 [2021-09-16T18:57:26.984Z] PROCESSOR_REVISION 5507 [2021-09-16T18:57:26.984Z] ProgramData C:\ProgramData [2021-09-16T18:57:26.984Z] ProgramFiles C:\Program Files [2021-09-16T18:57:26.984Z] ProgramFiles(x86) C:\Program Files (x86) [2021-09-16T18:57:26.984Z] ProgramW6432 C:\Program Files [2021-09-16T18:57:26.984Z] PROMPT $P$G [2021-09-16T18:57:26.985Z] PSExecutionPolicyPreference Bypass [2021-09-16T18:57:26.985Z] PSModulePath WindowsPowerShell\Modules;C:\Program Files\WindowsPowerShell\Modules;C:\Windows\syste... [2021-09-16T18:57:26.985Z] PUBLIC C:\Users\Public [2021-09-16T18:57:26.985Z] rootless true [2021-09-16T18:57:26.985Z] RUN_ARTIFACTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-41759/9/display/redirect?page=artif... [2021-09-16T18:57:26.985Z] RUN_CHANGES_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-41759/9/display/redirect?page=changes [2021-09-16T18:57:26.985Z] RUN_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-41759/9/display/redirect [2021-09-16T18:57:26.985Z] RUN_TESTS_DISPLAY_URL https://ci-next.docker.com/public/job/moby/job/PR-41759/9/display/redirect?page=tests [2021-09-16T18:57:26.985Z] s390x false [2021-09-16T18:57:26.985Z] SKIP_VALIDATION_TESTS 1 [2021-09-16T18:57:26.985Z] SOURCES_DRIVE d [2021-09-16T18:57:26.985Z] SOURCES_SUBDIR gopath [2021-09-16T18:57:26.985Z] STAGE_NAME Run tests [2021-09-16T18:57:26.985Z] SystemDrive C: [2021-09-16T18:57:26.985Z] SystemRoot C:\Windows [2021-09-16T18:57:26.985Z] TEMP C:\Windows\TEMP [2021-09-16T18:57:26.985Z] TESTDEBUG 0 [2021-09-16T18:57:26.985Z] TESTRUN_DRIVE d [2021-09-16T18:57:26.985Z] TESTRUN_SUBDIR CI [2021-09-16T18:57:26.985Z] TIMEOUT 120m [2021-09-16T18:57:26.985Z] TMP C:\Windows\TEMP [2021-09-16T18:57:26.985Z] unit_validate true [2021-09-16T18:57:26.985Z] USERDOMAIN WORKGROUP [2021-09-16T18:57:26.985Z] USERNAME azwin-2-dabed0$ [2021-09-16T18:57:26.985Z] USERPROFILE C:\Windows\system32\config\systemprofile [2021-09-16T18:57:26.985Z] validate_force false [2021-09-16T18:57:26.985Z] windir C:\Windows [2021-09-16T18:57:26.985Z] WINDOWS_BASE_IMAGE mcr.microsoft.com/windows/servercore [2021-09-16T18:57:26.985Z] WINDOWS_BASE_IMAGE_TAG ltsc2019 [2021-09-16T18:57:26.985Z] windows2022 true [2021-09-16T18:57:26.985Z] windows2022containerd true [2021-09-16T18:57:26.985Z] windowsRS1 false [2021-09-16T18:57:26.985Z] windowsRS5 true [2021-09-16T18:57:26.985Z] WORKSPACE d:\gopath\src\github.com\docker\docker [2021-09-16T18:57:26.985Z] WORKSPACE_TMP d:\gopath\src\github.com\docker\docker@tmp [2021-09-16T18:57:26.985Z] [2021-09-16T18:57:26.985Z] [2021-09-16T18:57:26.985Z] [2021-09-16T18:57:26.985Z] INFO: Sources under d:\gopath\... [2021-09-16T18:57:26.985Z] INFO: Test run under d:\CI\... [2021-09-16T18:57:26.985Z] INFO: Running in D:\gopath\src\github.com\docker\docker [2021-09-16T18:57:26.985Z] INFO: docker/docker repository was found [2021-09-16T18:57:26.985Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub. This may take some time... [2021-09-16T18:57:26.985Z] ltsc2019: Pulling from windows/servercore [2021-09-16T18:57:27.006Z] #38 7.875 [100%] Built target tini-static [2021-09-16T18:57:27.006Z] #38 7.936 + mkdir -p /build [2021-09-16T18:57:27.006Z] #38 7.943 + cp tini-static /build/docker-init [2021-09-16T18:57:27.444Z] 4612f6d0b889: Pulling fs layer [2021-09-16T18:57:27.444Z] a0ddf88812f1: Pulling fs layer [2021-09-16T18:57:27.470Z] #38 9.425 [100%] Linking C executable tini-static [2021-09-16T18:57:27.579Z] #38 DONE 8.3s [2021-09-16T18:57:27.579Z] [2021-09-16T18:57:27.579Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-09-16T18:57:27.579Z] #14 sha256:08b9278feadfc8db068b744755add65a213f9549a1269ed67e0d97e0b3db2896 [2021-09-16T18:57:27.579Z] #14 88.92 Selecting previously unselected package gcc-mingw-w64-base. [2021-09-16T18:57:27.579Z] #14 88.93 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2021-09-16T18:57:27.579Z] #14 88.95 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2021-09-16T18:57:27.579Z] #14 89.12 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2021-09-16T18:57:27.579Z] #14 89.13 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2021-09-16T18:57:27.579Z] #14 89.15 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2021-09-16T18:57:27.822Z] #14 93.04 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2021-09-16T18:57:27.822Z] #14 93.04 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2021-09-16T18:57:27.822Z] #14 93.05 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2021-09-16T18:57:27.822Z] #14 ... [2021-09-16T18:57:27.822Z] [2021-09-16T18:57:27.822Z] #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-16T18:57:27.822Z] #60 sha256:1d9d88e15d8b305d25e6eac7079b5afa1387369c0b60de9c80412b0a4dc73123 [2021-09-16T18:57:27.822Z] #60 93.31 + for f in rootlesskit rootlesskit-docker-proxy [2021-09-16T18:57:27.822Z] #60 93.31 + GOBIN=/build [2021-09-16T18:57:27.822Z] #60 93.31 + GO111MODULE=on [2021-09-16T18:57:27.822Z] #60 93.31 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4 [2021-09-16T18:57:28.035Z] #38 ... [2021-09-16T18:57:28.035Z] [2021-09-16T18:57:28.035Z] #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-16T18:57:28.035Z] #45 sha256:8b52766aa8992ad5ea6e7ea4db37d812f7240ba03735f3cac8e86ee521d7efa9 [2021-09-16T18:57:28.035Z] #45 83.86 Setting up criu (3.15-1) ... [2021-09-16T18:57:28.035Z] #45 86.90 Processing triggers for libc-bin (2.31-13) ... [2021-09-16T18:57:28.035Z] #45 DONE 87.7s [2021-09-16T18:57:28.035Z] [2021-09-16T18:57:28.035Z] #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-16T18:57:28.035Z] #14 sha256:08b9278feadfc8db068b744755add65a213f9549a1269ed67e0d97e0b3db2896 [2021-09-16T18:57:28.035Z] #14 88.15 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-09-16T18:57:28.035Z] #14 88.15 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2021-09-16T18:57:28.035Z] #14 88.19 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2021-09-16T18:57:28.769Z] #48 ... [2021-09-16T18:57:28.769Z] [2021-09-16T18:57:28.769Z] #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-16T18:57:28.769Z] #19 sha256:7461a8873269907942427f3356fc81edb1488e6f07a58583611355ede4af261f [2021-09-16T18:57:28.769Z] #19 169.7 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu-base:amd64. [2021-09-16T18:57:28.769Z] #19 169.7 Preparing to unpack .../017-gcc-10-powerpc64le-linux-gnu-base_10.2.1-6cross1_amd64.deb ... [2021-09-16T18:57:28.769Z] #19 169.7 Unpacking gcc-10-powerpc64le-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2021-09-16T18:57:28.769Z] #19 169.8 Selecting previously unselected package cpp-10-powerpc64le-linux-gnu. [2021-09-16T18:57:28.769Z] #19 169.8 Preparing to unpack .../018-cpp-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ... [2021-09-16T18:57:28.769Z] #19 169.8 Unpacking cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2021-09-16T18:57:28.769Z] #19 179.8 Selecting previously unselected package gcc-10-s390x-linux-gnu-base:amd64. [2021-09-16T18:57:28.769Z] #19 179.8 Preparing to unpack .../019-gcc-10-s390x-linux-gnu-base_10.2.1-6cross1_amd64.deb ... [2021-09-16T18:57:28.769Z] #19 179.8 Unpacking gcc-10-s390x-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2021-09-16T18:57:28.769Z] #19 179.9 Selecting previously unselected package cpp-10-s390x-linux-gnu. [2021-09-16T18:57:28.769Z] #19 179.9 Preparing to unpack .../020-cpp-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ... [2021-09-16T18:57:28.769Z] #19 179.9 Unpacking cpp-10-s390x-linux-gnu (10.2.1-6cross1) ... [2021-09-16T18:57:28.969Z] #14 ... [2021-09-16T18:57:28.969Z] [2021-09-16T18:57:28.969Z] #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-16T18:57:28.969Z] #38 sha256:158ea71c54907db6c73c5254c9e164a9b15b1de865a9059cc6ae64b87611210e [2021-09-16T18:57:28.969Z] #38 10.48 [100%] Built target tini-static [2021-09-16T18:57:28.969Z] #38 10.64 + mkdir -p /build [2021-09-16T18:57:28.969Z] #38 10.64 + cp tini-static /build/docker-init [2021-09-16T18:57:28.969Z] #38 DONE 10.9s [2021-09-16T18:57:28.969Z] [2021-09-16T18:57:28.969Z] #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-16T18:57:28.969Z] #41 sha256:6b8cec4c40d2921a1d2bdc203326c098330e9d2856fcd77ef3a5c99befc5d468 [2021-09-16T18:57:30.450Z] #60 ... [2021-09-16T18:57:30.450Z] [2021-09-16T18:57:30.450Z] #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-16T18:57:30.450Z] #25 sha256:cd50c47e26b1f242885591c70552f5024daeaafcdd34d7a8dd3874c5dfa6c903 [2021-09-16T18:57:30.977Z] #25 89.19 Updating files: 23% (2637/11432) Updating files: 24% (2744/11432) Updating files: 25% (2858/11432) Updating files: 26% (2973/11432) Updating files: 27% (3087/11432) Updating files: 28% (3201/11432) Updating files: 29% (3316/11432) Updating files: 30% (3430/11432) Updating files: 31% (3544/11432) [2021-09-16T18:57:30.977Z] #25 ... [2021-09-16T18:57:30.977Z] [2021-09-16T18:57:30.977Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-09-16T18:57:30.977Z] #14 sha256:8f83bcf2f635d3a795f49218ddeffb549fae58f063ef6778311fcdf619d92ac0 [2021-09-16T18:57:30.977Z] #14 84.35 Setting up libpcre2-dev:arm64 (10.36-2) ... [2021-09-16T18:57:30.977Z] #14 84.49 Setting up libselinux1-dev:arm64 (3.1-3) ... [2021-09-16T18:57:30.977Z] #14 85.55 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2021-09-16T18:57:30.977Z] #14 85.62 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2021-09-16T18:57:30.977Z] #14 86.29 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-16T18:57:30.977Z] #14 86.75 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2021-09-16T18:57:30.977Z] #14 87.27 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-16T18:57:30.977Z] #14 87.52 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2021-09-16T18:57:30.977Z] #14 88.24 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2021-09-16T18:57:30.977Z] #14 88.41 update-alternatives: using /usr/bin/x86_64-w64-mingw32-g++-win32 to provide /usr/bin/x86_64-w64-mingw32-g++ (x86_64-w64-mingw32-g++) in auto mode [2021-09-16T18:57:30.977Z] #14 88.44 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2021-09-16T18:57:30.977Z] #14 88.49 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2021-09-16T18:57:30.977Z] #14 88.53 Setting up libdevmapper1.02.1:arm64 (2:1.02.175-2.1) ... [2021-09-16T18:57:30.977Z] #14 88.55 Setting up dmsetup (2:1.02.175-2.1) ... [2021-09-16T18:57:30.977Z] #14 88.57 Setting up libdevmapper-event1.02.1:arm64 (2:1.02.175-2.1) ... [2021-09-16T18:57:30.977Z] #14 88.59 Setting up libdevmapper-dev:arm64 (2:1.02.175-2.1) ... [2021-09-16T18:57:30.977Z] #14 88.61 Processing triggers for libc-bin (2.31-13) ... [2021-09-16T18:57:30.977Z] #14 DONE 89.7s [2021-09-16T18:57:30.977Z] [2021-09-16T18:57:30.977Z] #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-16T18:57:30.977Z] #25 sha256:cd50c47e26b1f242885591c70552f5024daeaafcdd34d7a8dd3874c5dfa6c903 [2021-09-16T18:57:31.240Z] #25 89.19 Updating files: 23% (2637/11432) Updating files: 24% (2744/11432) Updating files: 25% (2858/11432) Updating files: 26% (2973/11432) Updating files: 27% (3087/11432) Updating files: 28% (3201/11432) Updating files: 29% (3316/11432) Updating files: 30% (3430/11432) Updating files: 31% (3544/11432) Updating files: 32% (3659/11432) Updating files: 33% (3773/11432) [2021-09-16T18:57:31.240Z] #25 ... [2021-09-16T18:57:31.240Z] [2021-09-16T18:57:31.240Z] #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-16T18:57:31.240Z] #60 sha256:9d621de03f5aa0d8b39275749ca08d9b84880dfcd96df762b627718959251a7d [2021-09-16T18:57:31.240Z] #60 DONE 89.8s [2021-09-16T18:57:31.240Z] [2021-09-16T18:57:31.240Z] #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-16T18:57:31.240Z] #25 sha256:cd50c47e26b1f242885591c70552f5024daeaafcdd34d7a8dd3874c5dfa6c903 [2021-09-16T18:57:31.240Z] #25 89.19 Updating files: 23% (2637/11432) Updating files: 24% (2744/11432) Updating files: 25% (2858/11432) Updating files: 26% (2973/11432) Updating files: 27% (3087/11432) Updating files: 28% (3201/11432) Updating files: 29% (3316/11432) Updating files: 30% (3430/11432) Updating files: 31% (3544/11432) Updating files: 32% (3659/11432) Updating files: 33% (3773/11432) Updating files: 34% (3887/11432) Updating files: 35% (4002/11432) [2021-09-16T18:57:31.240Z] #25 ... [2021-09-16T18:57:31.240Z] [2021-09-16T18:57:31.240Z] #61 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-09-16T18:57:31.240Z] #61 sha256:a9833f88681e53310e64daa77536ee7f8cc9981130d80efbce965bb08239fb31 [2021-09-16T18:57:31.240Z] #61 DONE 0.2s [2021-09-16T18:57:31.240Z] [2021-09-16T18:57:31.240Z] #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-16T18:57:31.240Z] #25 sha256:cd50c47e26b1f242885591c70552f5024daeaafcdd34d7a8dd3874c5dfa6c903 [2021-09-16T18:57:31.503Z] #25 89.19 Updating files: 23% (2637/11432) Updating files: 24% (2744/11432) Updating files: 25% (2858/11432) Updating files: 26% (2973/11432) Updating files: 27% (3087/11432) Updating files: 28% (3201/11432) Updating files: 29% (3316/11432) Updating files: 30% (3430/11432) Updating files: 31% (3544/11432) Updating files: 32% (3659/11432) Updating files: 33% (3773/11432) Updating files: 34% (3887/11432) Updating files: 35% (4002/11432) Updating files: 36% (4116/11432) Updating files: 37% (4230/11432) Updating files: 38% (4345/11432) Updating files: 39% (4459/11432) [2021-09-16T18:57:31.503Z] #25 ... [2021-09-16T18:57:31.503Z] [2021-09-16T18:57:31.503Z] #62 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-09-16T18:57:31.503Z] #62 sha256:c28147c6e3fb834e243b14164ae69d684a1ad97960ded2c37cfb03655e0d7b48 [2021-09-16T18:57:31.503Z] #62 DONE 0.1s [2021-09-16T18:57:31.503Z] [2021-09-16T18:57:31.504Z] #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-16T18:57:31.504Z] #25 sha256:cd50c47e26b1f242885591c70552f5024daeaafcdd34d7a8dd3874c5dfa6c903 [2021-09-16T18:57:32.056Z] #19 ... [2021-09-16T18:57:32.056Z] [2021-09-16T18:57:32.056Z] #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-16T18:57:32.056Z] #48 sha256:6b8cec4c40d2921a1d2bdc203326c098330e9d2856fcd77ef3a5c99befc5d468 [2021-09-16T18:57:32.056Z] #48 DONE 196.5s [2021-09-16T18:57:32.056Z] [2021-09-16T18:57:32.056Z] #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-16T18:57:32.056Z] #19 sha256:7461a8873269907942427f3356fc81edb1488e6f07a58583611355ede4af261f [2021-09-16T18:57:32.091Z] #60 ... [2021-09-16T18:57:32.091Z] [2021-09-16T18:57:32.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-16T18:57:32.091Z] #14 sha256:08b9278feadfc8db068b744755add65a213f9549a1269ed67e0d97e0b3db2896 [2021-09-16T18:57:32.091Z] #14 97.62 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-09-16T18:57:32.091Z] #14 97.62 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2021-09-16T18:57:32.091Z] #14 97.63 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2021-09-16T18:57:32.091Z] #14 97.76 Selecting previously unselected package libapparmor1:amd64. [2021-09-16T18:57:32.091Z] #14 97.76 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2021-09-16T18:57:32.091Z] #14 97.77 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2021-09-16T18:57:32.091Z] #14 97.85 Selecting previously unselected package libapparmor-dev:amd64. [2021-09-16T18:57:32.091Z] #14 97.86 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2021-09-16T18:57:32.091Z] #14 97.87 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2021-09-16T18:57:32.091Z] #14 98.03 Selecting previously unselected package libbtrfs0:amd64. [2021-09-16T18:57:32.091Z] #14 98.03 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2021-09-16T18:57:32.091Z] #14 98.03 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2021-09-16T18:57:33.609Z] #25 89.19 Updating files: 23% (2637/11432) Updating files: 24% (2744/11432) Updating files: 25% (2858/11432) Updating files: 26% (2973/11432) Updating files: 27% (3087/11432) Updating files: 28% (3201/11432) Updating files: 29% (3316/11432) Updating files: 30% (3430/11432) Updating files: 31% (3544/11432) Updating files: 32% (3659/11432) Updating files: 33% (3773/11432) Updating files: 34% (3887/11432) Updating files: 35% (4002/11432) Updating files: 36% (4116/11432) Updating files: 37% (4230/11432) Updating files: 38% (4345/11432) Updating files: 39% (4459/11432) Updating files: 40% (4573/11432) Updating files: 41% (4688/11432) Updating files: 41% (4697/11432) Updating files: 42% (4802/11432) Updating files: 43% (4916/11432) Updating files: 44% (5031/11432) Updating files: 45% (5145/11432) Updating files: 46% (5259/11432) Updating files: 47% (5374/11432) Updating files: 48% (5488/11432) Updating files: 49% (5602/11432) Updating files: 50% (5716/11432) Updating files: 51% (5831/11432) Updating files: 52% (5945/11432) Updating files: 53% (6059/11432) Updating files: 54% (6174/11432) Updating files: 55% (6288/11432) Updating files: 56% (6402/11432) Updating files: 57% (6517/11432) Updating files: 58% (6631/11432) Updating files: 59% (6745/11432) Updating files: 60% (6860/11432) Updating files: 61% (6974/11432) Updating files: 62% (7088/11432) Updating files: 62% (7132/11432) Updating files: 63% (7203/11432) Updating files: 64% (7317/11432) Updating files: 65% (7431/11432) Updating files: 66% (7546/11432) Updating files: 67% (7660/11432) Updating files: 68% (7774/11432) Updating files: 69% (7889/11432) Updating files: 70% (8003/11432) Updating files: 71% (8117/11432) Updating files: 72% (8232/11432) Updating files: 73% (8346/11432) Updating files: 74% (8460/11432) Updating files: 75% (8574/11432) Updating files: 76% (8689/11432) Updating files: 77% (8803/11432) Updating files: 77% (8911/11432) Updating files: 78% (8917/11432) Updating files: 79% (9032/11432) [2021-09-16T18:57:33.609Z] #25 ... [2021-09-16T18:57:33.609Z] [2021-09-16T18:57:33.609Z] #15 [dev-systemd-false 1/25] RUN groupadd -r docker [2021-09-16T18:57:33.609Z] #15 sha256:04e1575800232c66e5536ad47597ac184e54ab3cde5373a5558f187de2d9d146 [2021-09-16T18:57:33.609Z] #15 DONE 2.6s [2021-09-16T18:57:33.609Z] [2021-09-16T18:57:33.609Z] #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-16T18:57:33.609Z] #25 sha256:cd50c47e26b1f242885591c70552f5024daeaafcdd34d7a8dd3874c5dfa6c903 [2021-09-16T18:57:33.813Z] #14 100.1 Selecting previously unselected package libbtrfs-dev:amd64. [2021-09-16T18:57:33.813Z] #14 100.1 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2021-09-16T18:57:34.073Z] #14 100.4 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2021-09-16T18:57:34.225Z] #41 ... [2021-09-16T18:57:34.225Z] [2021-09-16T18:57:34.226Z] #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-16T18:57:34.226Z] #49 sha256:8c09247c4f4145c824733f0a4a2c72b7395c81a5bc1b3db00673fa0dcc039697 [2021-09-16T18:57:34.226Z] #49 DONE 94.2s [2021-09-16T18:57:34.226Z] [2021-09-16T18:57:34.226Z] #58 [containerd 2/2] RUN --mount=type=cache,target=/root/.cache/go-build --mount=type=cache,target=/go/pkg/mod --mount=type=bind,src=hack/dockerfile/install,target=/tmp/install PREFIX=/build /tmp/install/install.sh containerd [2021-09-16T18:57:34.226Z] #58 sha256:936c27971aff987d69d27a1db87455e572f6d391b58ad99abe1f0843f34cc011 [2021-09-16T18:57:34.404Z] #25 89.19 Updating files: 23% (2637/11432) Updating files: 24% (2744/11432) Updating files: 25% (2858/11432) Updating files: 26% (2973/11432) Updating files: 27% (3087/11432) Updating files: 28% (3201/11432) Updating files: 29% (3316/11432) Updating files: 30% (3430/11432) Updating files: 31% (3544/11432) Updating files: 32% (3659/11432) Updating files: 33% (3773/11432) Updating files: 34% (3887/11432) Updating files: 35% (4002/11432) Updating files: 36% (4116/11432) Updating files: 37% (4230/11432) Updating files: 38% (4345/11432) Updating files: 39% (4459/11432) Updating files: 40% (4573/11432) Updating files: 41% (4688/11432) Updating files: 41% (4697/11432) Updating files: 42% (4802/11432) Updating files: 43% (4916/11432) Updating files: 44% (5031/11432) Updating files: 45% (5145/11432) Updating files: 46% (5259/11432) Updating files: 47% (5374/11432) Updating files: 48% (5488/11432) Updating files: 49% (5602/11432) Updating files: 50% (5716/11432) Updating files: 51% (5831/11432) Updating files: 52% (5945/11432) Updating files: 53% (6059/11432) Updating files: 54% (6174/11432) Updating files: 55% (6288/11432) Updating files: 56% (6402/11432) Updating files: 57% (6517/11432) Updating files: 58% (6631/11432) Updating files: 59% (6745/11432) Updating files: 60% (6860/11432) Updating files: 61% (6974/11432) Updating files: 62% (7088/11432) Updating files: 62% (7132/11432) Updating files: 63% (7203/11432) Updating files: 64% (7317/11432) Updating files: 65% (7431/11432) Updating files: 66% (7546/11432) Updating files: 67% (7660/11432) Updating files: 68% (7774/11432) Updating files: 69% (7889/11432) Updating files: 70% (8003/11432) Updating files: 71% (8117/11432) Updating files: 72% (8232/11432) Updating files: 73% (8346/11432) Updating files: 74% (8460/11432) Updating files: 75% (8574/11432) Updating files: 76% (8689/11432) Updating files: 77% (8803/11432) Updating files: 77% (8911/11432) Updating files: 78% (8917/11432) Updating files: 79% (9032/11432) Updating files: 80% (9146/11432) Updating files: 81% (9260/11432) Updating files: 82% (9375/11432) Updating files: 83% (9489/11432) Updating files: 84% (9603/11432) Updating files: 85% (9718/11432) Updating files: 86% (9832/11432) Updating files: 87% (9946/11432) Updating files: 88% (10061/11432) Updating files: 89% (10175/11432) Updating files: 90% (10289/11432) Updating files: 91% (10404/11432) Updating files: 92% (10518/11432) Updating files: 93% (10632/11432) Updating files: 94% (10747/11432) Updating files: 95% (10861/11432) Updating files: 96% (10975/11432) Updating files: 97% (11090/11432) Updating files: 98% (11204/11432) Updating files: 99% (11318/11432) Updating files: 99% (11403/11432) Updating files: 100% (11432/11432) Updating files: 100% (11432/11432), done. [2021-09-16T18:57:34.521Z] a0ddf88812f1: Verifying Checksum [2021-09-16T18:57:34.521Z] a0ddf88812f1: Download complete [2021-09-16T18:57:34.667Z] #25 93.35 + cd /tmp/tmp.AURhFePCet/tmp/docker-ce [2021-09-16T18:57:34.667Z] #25 93.35 + git checkout -q v17.06.2-ce [2021-09-16T18:57:35.011Z] #14 101.4 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2021-09-16T18:57:35.011Z] #14 101.4 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2021-09-16T18:57:35.011Z] #14 101.4 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2021-09-16T18:57:35.011Z] #14 ... [2021-09-16T18:57:35.011Z] [2021-09-16T18:57:35.011Z] #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-16T18:57:35.011Z] #60 sha256:1d9d88e15d8b305d25e6eac7079b5afa1387369c0b60de9c80412b0a4dc73123 [2021-09-16T18:57:35.011Z] #60 DONE 101.4s [2021-09-16T18:57:35.011Z] [2021-09-16T18:57:35.011Z] #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-16T18:57:35.011Z] #14 sha256:08b9278feadfc8db068b744755add65a213f9549a1269ed67e0d97e0b3db2896 [2021-09-16T18:57:35.011Z] #14 101.5 Selecting previously unselected package libudev-dev:amd64. [2021-09-16T18:57:35.011Z] #14 101.5 Preparing to unpack .../20-libudev-dev_247.3-6_amd64.deb ... [2021-09-16T18:57:35.011Z] #14 101.5 Unpacking libudev-dev:amd64 (247.3-6) ... [2021-09-16T18:57:35.011Z] #14 ... [2021-09-16T18:57:35.011Z] [2021-09-16T18:57:35.011Z] #61 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-09-16T18:57:35.011Z] #61 sha256:2628de5af187c26004d8b9314f11e18a4140a5d22a763bb87b4d83c2fd23a932 [2021-09-16T18:57:35.011Z] #61 DONE 0.1s [2021-09-16T18:57:35.011Z] [2021-09-16T18:57:35.011Z] #62 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-09-16T18:57:35.011Z] #62 sha256:37233f7523dc9239d2d9455c90645c7ea3893e7c3ef9dee2f1a418949c18ea47 [2021-09-16T18:57:35.011Z] #62 DONE 0.1s [2021-09-16T18:57:35.270Z] [2021-09-16T18:57:35.270Z] #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-16T18:57:35.270Z] #14 sha256:08b9278feadfc8db068b744755add65a213f9549a1269ed67e0d97e0b3db2896 [2021-09-16T18:57:35.270Z] #14 101.7 Selecting previously unselected package libsepol1-dev:amd64. [2021-09-16T18:57:35.270Z] #14 101.7 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2021-09-16T18:57:35.270Z] #14 101.7 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2021-09-16T18:57:35.270Z] #14 101.9 Selecting previously unselected package libpcre2-16-0:amd64. [2021-09-16T18:57:35.338Z] #19 186.5 Selecting previously unselected package cpp-aarch64-linux-gnu. [2021-09-16T18:57:35.338Z] #19 186.5 Preparing to unpack .../021-cpp-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2021-09-16T18:57:35.338Z] #19 186.5 Unpacking cpp-aarch64-linux-gnu (4:10.2.1-1) ... [2021-09-16T18:57:35.338Z] #19 186.6 Selecting previously unselected package cpp-arm-linux-gnueabi. [2021-09-16T18:57:35.338Z] #19 186.6 Preparing to unpack .../022-cpp-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ... [2021-09-16T18:57:35.338Z] #19 186.6 Unpacking cpp-arm-linux-gnueabi (4:10.2.1-1) ... [2021-09-16T18:57:35.338Z] #19 186.6 Selecting previously unselected package cpp-arm-linux-gnueabihf. [2021-09-16T18:57:35.338Z] #19 186.6 Preparing to unpack .../023-cpp-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ... [2021-09-16T18:57:35.338Z] #19 186.6 Unpacking cpp-arm-linux-gnueabihf (4:10.2.1-1) ... [2021-09-16T18:57:35.338Z] #19 186.7 Selecting previously unselected package cpp-powerpc64le-linux-gnu. [2021-09-16T18:57:35.338Z] #19 186.7 Preparing to unpack .../024-cpp-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2021-09-16T18:57:35.338Z] #19 186.7 Unpacking cpp-powerpc64le-linux-gnu (4:10.2.1-1) ... [2021-09-16T18:57:35.338Z] #19 186.7 Selecting previously unselected package cpp-s390x-linux-gnu. [2021-09-16T18:57:35.338Z] #19 186.7 Preparing to unpack .../025-cpp-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2021-09-16T18:57:35.338Z] #19 186.7 Unpacking cpp-s390x-linux-gnu (4:10.2.1-1) ... [2021-09-16T18:57:35.338Z] #19 186.8 Selecting previously unselected package cross-config. [2021-09-16T18:57:35.338Z] #19 186.8 Preparing to unpack .../026-cross-config_2.6.18+nmu1_all.deb ... [2021-09-16T18:57:35.338Z] #19 186.8 Unpacking cross-config (2.6.18+nmu1) ... [2021-09-16T18:57:35.338Z] #19 186.8 Selecting previously unselected package gcc-10-cross-base. [2021-09-16T18:57:35.338Z] #19 186.8 Preparing to unpack .../027-gcc-10-cross-base_10.2.1-6cross1_all.deb ... [2021-09-16T18:57:35.338Z] #19 186.8 Unpacking gcc-10-cross-base (10.2.1-6cross1) ... [2021-09-16T18:57:35.338Z] #19 186.9 Selecting previously unselected package libc6-arm64-cross. [2021-09-16T18:57:35.338Z] #19 186.9 Preparing to unpack .../028-libc6-arm64-cross_2.31-9cross4_all.deb ... [2021-09-16T18:57:35.338Z] #19 186.9 Unpacking libc6-arm64-cross (2.31-9cross4) ... [2021-09-16T18:57:35.338Z] #19 187.1 Selecting previously unselected package libgcc-s1-arm64-cross. [2021-09-16T18:57:35.338Z] #19 187.1 Preparing to unpack .../029-libgcc-s1-arm64-cross_10.2.1-6cross1_all.deb ... [2021-09-16T18:57:35.338Z] #19 187.1 Unpacking libgcc-s1-arm64-cross (10.2.1-6cross1) ... [2021-09-16T18:57:35.338Z] #19 187.2 Selecting previously unselected package libgomp1-arm64-cross. [2021-09-16T18:57:35.338Z] #19 187.2 Preparing to unpack .../030-libgomp1-arm64-cross_10.2.1-6cross1_all.deb ... [2021-09-16T18:57:35.338Z] #19 187.2 Unpacking libgomp1-arm64-cross (10.2.1-6cross1) ... [2021-09-16T18:57:35.529Z] #14 101.9 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2021-09-16T18:57:35.529Z] #14 101.9 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2021-09-16T18:57:35.529Z] #14 102.1 Selecting previously unselected package libpcre2-32-0:amd64. [2021-09-16T18:57:35.529Z] #14 102.1 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2021-09-16T18:57:35.529Z] #14 102.1 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2021-09-16T18:57:35.597Z] #19 187.2 Selecting previously unselected package libitm1-arm64-cross. [2021-09-16T18:57:35.597Z] #19 187.2 Preparing to unpack .../031-libitm1-arm64-cross_10.2.1-6cross1_all.deb ... [2021-09-16T18:57:35.597Z] #19 187.2 Unpacking libitm1-arm64-cross (10.2.1-6cross1) ... [2021-09-16T18:57:35.597Z] #19 187.3 Selecting previously unselected package libatomic1-arm64-cross. [2021-09-16T18:57:35.597Z] #19 187.3 Preparing to unpack .../032-libatomic1-arm64-cross_10.2.1-6cross1_all.deb ... [2021-09-16T18:57:35.597Z] #19 187.3 Unpacking libatomic1-arm64-cross (10.2.1-6cross1) ... [2021-09-16T18:57:35.597Z] #19 187.3 Selecting previously unselected package libasan6-arm64-cross. [2021-09-16T18:57:35.597Z] #19 187.3 Preparing to unpack .../033-libasan6-arm64-cross_10.2.1-6cross1_all.deb ... [2021-09-16T18:57:35.597Z] #19 187.3 Unpacking libasan6-arm64-cross (10.2.1-6cross1) ... [2021-09-16T18:57:35.616Z] #25 ... [2021-09-16T18:57:35.616Z] [2021-09-16T18:57:35.616Z] #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-16T18:57:35.616Z] #16 sha256:76490ce802da041f4d7f7e52090782d010b8d618ba0d22e13c6546bad596a033 [2021-09-16T18:57:35.616Z] #16 DONE 2.1s [2021-09-16T18:57:35.724Z] #14 98.94 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2021-09-16T18:57:35.724Z] #14 98.95 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2021-09-16T18:57:35.724Z] #14 98.97 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2021-09-16T18:57:35.789Z] #14 102.3 Selecting previously unselected package libpcre2-posix2:amd64. [2021-09-16T18:57:35.789Z] #14 102.3 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2021-09-16T18:57:35.789Z] #14 102.3 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2021-09-16T18:57:35.789Z] #14 102.4 Selecting previously unselected package libpcre2-dev:amd64. [2021-09-16T18:57:35.789Z] #14 102.4 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2021-09-16T18:57:35.789Z] #14 102.4 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2021-09-16T18:57:35.869Z] 8f616e6e9eec: Verifying Checksum [2021-09-16T18:57:35.869Z] 8f616e6e9eec: Download complete [2021-09-16T18:57:35.879Z] [2021-09-16T18:57:35.879Z] #17 [dev-systemd-false 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-09-16T18:57:35.879Z] #17 sha256:45e654d36f5df659d7199fd0ec7fc202658b94f50710dc8ba9dd054277799167 [2021-09-16T18:57:36.048Z] #14 102.8 Selecting previously unselected package libselinux1-dev:amd64. [2021-09-16T18:57:36.048Z] #14 102.8 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2021-09-16T18:57:36.078Z] 8f616e6e9eec: Verifying Checksum [2021-09-16T18:57:36.078Z] 8f616e6e9eec: Download complete [2021-09-16T18:57:36.124Z] #58 ... [2021-09-16T18:57:36.124Z] [2021-09-16T18:57:36.124Z] #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-16T18:57:36.124Z] #14 sha256:08b9278feadfc8db068b744755add65a213f9549a1269ed67e0d97e0b3db2896 [2021-09-16T18:57:36.124Z] #14 96.16 Selecting previously unselected package gcc-mingw-w64-base. [2021-09-16T18:57:36.124Z] #14 96.18 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2021-09-16T18:57:36.124Z] #14 96.18 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2021-09-16T18:57:36.124Z] #14 96.42 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2021-09-16T18:57:36.162Z] #19 187.8 Selecting previously unselected package liblsan0-arm64-cross. [2021-09-16T18:57:36.162Z] #19 187.8 Preparing to unpack .../034-liblsan0-arm64-cross_10.2.1-6cross1_all.deb ... [2021-09-16T18:57:36.162Z] #19 187.8 Unpacking liblsan0-arm64-cross (10.2.1-6cross1) ... [2021-09-16T18:57:36.162Z] #19 188.0 Selecting previously unselected package libtsan0-arm64-cross. [2021-09-16T18:57:36.162Z] #19 188.0 Preparing to unpack .../035-libtsan0-arm64-cross_10.2.1-6cross1_all.deb ... [2021-09-16T18:57:36.162Z] #19 188.0 Unpacking libtsan0-arm64-cross (10.2.1-6cross1) ... [2021-09-16T18:57:36.307Z] #14 102.8 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2021-09-16T18:57:36.382Z] #14 96.43 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2021-09-16T18:57:36.382Z] #14 96.45 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2021-09-16T18:57:36.421Z] #19 188.3 Selecting previously unselected package libstdc++6-arm64-cross. [2021-09-16T18:57:36.421Z] #19 188.3 Preparing to unpack .../036-libstdc++6-arm64-cross_10.2.1-6cross1_all.deb ... [2021-09-16T18:57:36.421Z] #19 188.3 Unpacking libstdc++6-arm64-cross (10.2.1-6cross1) ... [2021-09-16T18:57:36.566Z] #14 103.0 Selecting previously unselected package libdevmapper-dev:amd64. [2021-09-16T18:57:36.566Z] #14 103.0 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2021-09-16T18:57:36.566Z] #14 103.0 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2021-09-16T18:57:36.566Z] #14 103.1 Selecting previously unselected package libseccomp-dev:amd64. [2021-09-16T18:57:36.566Z] #14 103.1 Preparing to unpack .../28-libseccomp-dev_2.5.1-1_amd64.deb ... [2021-09-16T18:57:36.566Z] #14 103.1 Unpacking libseccomp-dev:amd64 (2.5.1-1) ... [2021-09-16T18:57:36.566Z] #14 103.2 Selecting previously unselected package libsystemd-dev:amd64. [2021-09-16T18:57:36.679Z] #19 188.4 Selecting previously unselected package libubsan1-arm64-cross. [2021-09-16T18:57:36.679Z] #19 188.4 Preparing to unpack .../037-libubsan1-arm64-cross_10.2.1-6cross1_all.deb ... [2021-09-16T18:57:36.679Z] #19 188.4 Unpacking libubsan1-arm64-cross (10.2.1-6cross1) ... [2021-09-16T18:57:36.826Z] #14 103.2 Preparing to unpack .../29-libsystemd-dev_247.3-6_amd64.deb ... [2021-09-16T18:57:36.826Z] #14 103.2 Unpacking libsystemd-dev:amd64 (247.3-6) ... [2021-09-16T18:57:36.937Z] #19 188.5 Selecting previously unselected package libgcc-10-dev-arm64-cross. [2021-09-16T18:57:36.937Z] #19 188.5 Preparing to unpack .../038-libgcc-10-dev-arm64-cross_10.2.1-6cross1_all.deb ... [2021-09-16T18:57:36.937Z] #19 188.5 Unpacking libgcc-10-dev-arm64-cross (10.2.1-6cross1) ... [2021-09-16T18:57:36.937Z] #19 188.8 Selecting previously unselected package gcc-10-aarch64-linux-gnu. [2021-09-16T18:57:36.937Z] #19 188.8 Preparing to unpack .../039-gcc-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ... [2021-09-16T18:57:36.937Z] #19 188.8 Unpacking gcc-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2021-09-16T18:57:37.086Z] #14 103.7 Setting up libseccomp-dev:amd64 (2.5.1-1) ... [2021-09-16T18:57:37.086Z] #14 103.7 Setting up libapparmor1:amd64 (2.13.6-10) ... [2021-09-16T18:57:37.086Z] #14 103.8 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2021-09-16T18:57:37.086Z] #14 103.8 Setting up libsepol1-dev:amd64 (3.1-1) ... [2021-09-16T18:57:37.086Z] #14 103.8 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2021-09-16T18:57:37.276Z] #17 1.473 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-09-16T18:57:37.346Z] #14 103.8 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2021-09-16T18:57:37.346Z] #14 103.8 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2021-09-16T18:57:37.346Z] #14 103.8 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2021-09-16T18:57:37.346Z] #14 103.8 Setting up libudev-dev:amd64 (247.3-6) ... [2021-09-16T18:57:37.346Z] #14 103.9 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2021-09-16T18:57:37.346Z] #14 103.9 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2021-09-16T18:57:37.346Z] #14 103.9 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2021-09-16T18:57:37.346Z] #14 103.9 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2021-09-16T18:57:37.346Z] #14 103.9 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2021-09-16T18:57:37.346Z] #14 103.9 Setting up mingw-w64-common (8.0.0-1) ... [2021-09-16T18:57:37.346Z] #14 103.9 Setting up libsystemd-dev:amd64 (247.3-6) ... [2021-09-16T18:57:37.346Z] #14 104.0 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2021-09-16T18:57:37.346Z] #14 104.0 Setting up libpcre2-dev:amd64 (10.36-2) ... [2021-09-16T18:57:37.346Z] #14 104.0 Setting up libselinux1-dev:amd64 (3.1-3) ... [2021-09-16T18:57:37.346Z] #14 104.0 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2021-09-16T18:57:37.346Z] #14 104.0 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2021-09-16T18:57:37.346Z] #14 104.0 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-16T18:57:37.346Z] #14 104.0 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2021-09-16T18:57:37.346Z] #14 104.0 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-09-16T18:57:37.346Z] #14 104.1 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2021-09-16T18:57:37.346Z] #14 104.1 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2021-09-16T18:57:37.346Z] #14 104.1 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-16T18:57:37.346Z] #14 104.1 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2021-09-16T18:57:37.346Z] #14 104.1 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2021-09-16T18:57:37.346Z] #14 104.1 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2021-09-16T18:57:37.610Z] #14 104.1 Setting up dmsetup (2:1.02.175-2.1) ... [2021-09-16T18:57:37.610Z] #14 104.1 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2021-09-16T18:57:37.610Z] #14 104.2 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2021-09-16T18:57:37.610Z] #14 104.2 Processing triggers for libc-bin (2.31-13) ... [2021-09-16T18:57:37.853Z] #17 DONE 1.9s [2021-09-16T18:57:37.853Z] [2021-09-16T18:57:37.853Z] #18 [dev-systemd-false 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-09-16T18:57:37.853Z] #18 sha256:ec08dafb9bc7c6e4789a98add47101cd8e13a0a58fc0a75669b05e2da004980c [2021-09-16T18:57:38.180Z] #14 DONE 104.7s [2021-09-16T18:57:38.180Z] [2021-09-16T18:57:38.180Z] #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-16T18:57:38.180Z] #33 sha256:1911c9de04cba7d464ea755b70f705d21776700bd38b0934ae731606e49130b1 [2021-09-16T18:57:38.180Z] #33 ... [2021-09-16T18:57:38.180Z] [2021-09-16T18:57:38.180Z] #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-16T18:57:38.180Z] #55 sha256:461befa4e79a1c0cd7ec46e148842a628cbcdd005e813ad6e396a2ff36d63aeb [2021-09-16T18:57:39.253Z] #18 DONE 1.7s [2021-09-16T18:57:39.253Z] [2021-09-16T18:57:39.253Z] #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-16T18:57:39.254Z] #25 sha256:cd50c47e26b1f242885591c70552f5024daeaafcdd34d7a8dd3874c5dfa6c903 [2021-09-16T18:57:39.254Z] #25 97.37 + mkdir -p /tmp/tmp.AURhFePCet/src/github.com/docker [2021-09-16T18:57:39.254Z] #25 97.37 + mv components/cli /tmp/tmp.AURhFePCet/src/github.com/docker/cli [2021-09-16T18:57:39.254Z] #25 97.38 + go build -buildmode=pie -o /build/docker github.com/docker/cli/cmd/docker [2021-09-16T18:57:40.729Z] #55 ... [2021-09-16T18:57:40.729Z] [2021-09-16T18:57:40.729Z] #15 [dev-systemd-false 1/25] RUN groupadd -r docker [2021-09-16T18:57:40.729Z] #15 sha256:2f00e1b45760d71dede37bfe1732e663b743d8893518a731bfaec8ea05ba5792 [2021-09-16T18:57:40.729Z] #15 DONE 2.7s [2021-09-16T18:57:40.729Z] [2021-09-16T18:57:40.729Z] #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-16T18:57:40.729Z] #55 sha256:461befa4e79a1c0cd7ec46e148842a628cbcdd005e813ad6e396a2ff36d63aeb [2021-09-16T18:57:40.729Z] #55 2.773 + RM_GOPATH=0 [2021-09-16T18:57:40.729Z] #55 2.773 + TMP_GOPATH= [2021-09-16T18:57:40.729Z] #55 2.773 + : /build [2021-09-16T18:57:40.729Z] #55 2.773 + '[' -z '' ']' [2021-09-16T18:57:40.729Z] #55 2.773 ++ mktemp -d [2021-09-16T18:57:40.729Z] #55 2.773 + export GOPATH=/tmp/tmp.Jjp4JwQhjv [2021-09-16T18:57:40.729Z] #55 2.773 + GOPATH=/tmp/tmp.Jjp4JwQhjv [2021-09-16T18:57:40.729Z] #55 2.773 + RM_GOPATH=1 [2021-09-16T18:57:40.729Z] #55 2.773 + case "$(go env GOARCH)" in [2021-09-16T18:57:40.729Z] #55 2.773 ++ go env GOARCH [2021-09-16T18:57:40.729Z] #55 2.773 + export GO_BUILDMODE=-buildmode=pie [2021-09-16T18:57:40.729Z] #55 2.773 + GO_BUILDMODE=-buildmode=pie [2021-09-16T18:57:40.729Z] #55 2.773 ++ dirname /tmp/install/install.sh [2021-09-16T18:57:40.729Z] #55 2.773 + dir=/tmp/install [2021-09-16T18:57:40.729Z] #55 2.773 + bin=runc [2021-09-16T18:57:40.729Z] #55 2.773 + shift [2021-09-16T18:57:40.729Z] #55 2.773 + '[' '!' -f /tmp/install/runc.installer ']' [2021-09-16T18:57:40.729Z] #55 2.773 + . /tmp/install/runc.installer [2021-09-16T18:57:40.729Z] #55 2.773 ++ set -e [2021-09-16T18:57:40.729Z] #55 2.773 ++ : v1.0.2 [2021-09-16T18:57:40.729Z] #55 2.773 + install_runc [2021-09-16T18:57:40.729Z] #55 2.773 + RUNC_BUILDTAGS=seccomp [2021-09-16T18:57:40.729Z] #55 2.773 + echo 'Install runc version v1.0.2 (build tags: seccomp)' [2021-09-16T18:57:40.729Z] #55 2.773 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.Jjp4JwQhjv/src/github.com/opencontainers/runc [2021-09-16T18:57:40.987Z] #55 2.778 Install runc version v1.0.2 (build tags: seccomp) [2021-09-16T18:57:40.987Z] #55 2.792 Cloning into '/tmp/tmp.Jjp4JwQhjv/src/github.com/opencontainers/runc'... [2021-09-16T18:57:41.182Z] #25 ... [2021-09-16T18:57:41.182Z] [2021-09-16T18:57:41.182Z] #19 [dev-systemd-false 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-09-16T18:57:41.182Z] #19 sha256:c0351b5378fcb16e554ca792186a8e0d9ea367140f0c9391418b421188b13e60 [2021-09-16T18:57:41.182Z] #19 DONE 1.5s [2021-09-16T18:57:41.182Z] [2021-09-16T18:57:41.182Z] #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-16T18:57:41.182Z] #55 sha256:40914266f5e4bdbb189f4dd27a7b4039d72aedc6472158620ee0bde21f0af45d [2021-09-16T18:57:41.182Z] #55 2.161 + RM_GOPATH=0 [2021-09-16T18:57:41.182Z] #55 2.161 + TMP_GOPATH= [2021-09-16T18:57:41.182Z] #55 2.161 + : /build [2021-09-16T18:57:41.182Z] #55 2.161 + '[' -z '' ']' [2021-09-16T18:57:41.182Z] #55 2.162 ++ mktemp -d [2021-09-16T18:57:41.182Z] #55 2.166 + export GOPATH=/tmp/tmp.sz4maXoVMj [2021-09-16T18:57:41.182Z] #55 2.166 + GOPATH=/tmp/tmp.sz4maXoVMj [2021-09-16T18:57:41.182Z] #55 2.168 + RM_GOPATH=1 [2021-09-16T18:57:41.182Z] #55 2.168 + case "$(go env GOARCH)" in [2021-09-16T18:57:41.182Z] #55 2.169 ++ go env GOARCH [2021-09-16T18:57:41.182Z] #55 2.183 + export GO_BUILDMODE=-buildmode=pie [2021-09-16T18:57:41.182Z] #55 2.183 + GO_BUILDMODE=-buildmode=pie [2021-09-16T18:57:41.182Z] #55 2.184 ++ dirname /tmp/install/install.sh [2021-09-16T18:57:41.182Z] #55 2.188 + dir=/tmp/install [2021-09-16T18:57:41.182Z] #55 2.189 + bin=runc [2021-09-16T18:57:41.182Z] #55 2.189 + shift [2021-09-16T18:57:41.182Z] #55 2.190 + '[' '!' -f /tmp/install/runc.installer ']' [2021-09-16T18:57:41.182Z] #55 2.190 + . /tmp/install/runc.installer [2021-09-16T18:57:41.182Z] #55 2.191 ++ set -e [2021-09-16T18:57:41.182Z] #55 2.191 ++ : v1.0.2 [2021-09-16T18:57:41.182Z] #55 2.192 + install_runc [2021-09-16T18:57:41.182Z] #55 2.192 + RUNC_BUILDTAGS=seccomp [2021-09-16T18:57:41.182Z] #55 2.192 + echo 'Install runc version v1.0.2 (build tags: seccomp)' [2021-09-16T18:57:41.182Z] #55 2.193 Install runc version v1.0.2 (build tags: seccomp) [2021-09-16T18:57:41.182Z] #55 2.193 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.sz4maXoVMj/src/github.com/opencontainers/runc [2021-09-16T18:57:41.182Z] #55 2.197 Cloning into '/tmp/tmp.sz4maXoVMj/src/github.com/opencontainers/runc'... [2021-09-16T18:57:41.182Z] #55 8.890 + cd /tmp/tmp.sz4maXoVMj/src/github.com/opencontainers/runc [2021-09-16T18:57:41.182Z] #55 8.890 + git checkout -q v1.0.2 [2021-09-16T18:57:41.182Z] #55 9.493 + '[' -z '' ']' [2021-09-16T18:57:41.182Z] #55 9.495 + target=static [2021-09-16T18:57:41.182Z] #55 9.495 + make BUILDTAGS=seccomp static [2021-09-16T18:57:41.182Z] #55 9.845 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-16T18:57:42.579Z] #55 ... [2021-09-16T18:57:42.579Z] [2021-09-16T18:57:42.579Z] #20 [dev-systemd-false 6/25] RUN ldconfig [2021-09-16T18:57:42.579Z] #20 sha256:4288a48f229232a239cb3b56ee530b5a278980ccf4261626cbb05bb8808ca7c8 [2021-09-16T18:57:42.579Z] #20 DONE 1.6s [2021-09-16T18:57:42.579Z] [2021-09-16T18:57:42.579Z] #21 [dev-systemd-false 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2021-09-16T18:57:42.579Z] #21 sha256:7687720d44e38adbd631459b41b9d1f5bb90564b780e7d083290f78b9a0c9f88 [2021-09-16T18:57:42.890Z] #55 ... [2021-09-16T18:57:42.890Z] [2021-09-16T18:57:42.890Z] #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-16T18:57:42.890Z] #16 sha256:cd65dacf951655ad632b1aef712a9b41fa99a421ff23ddcc955babfa3f60742b [2021-09-16T18:57:42.890Z] #16 DONE 2.2s [2021-09-16T18:57:43.149Z] [2021-09-16T18:57:43.149Z] #17 [dev-systemd-false 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-09-16T18:57:43.149Z] #17 sha256:689398e39bf6143cbe2edb4e31331e2502b02915855a24f464a604f3e53f6c63 [2021-09-16T18:57:44.508Z] #21 1.855 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [113 kB] [2021-09-16T18:57:44.508Z] #21 1.996 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2021-09-16T18:57:44.771Z] #21 2.177 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [36.8 kB] [2021-09-16T18:57:45.038Z] #21 2.491 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8066 kB] [2021-09-16T18:57:45.052Z] #19 195.7 Selecting previously unselected package gcc-aarch64-linux-gnu. [2021-09-16T18:57:45.053Z] #19 195.7 Preparing to unpack .../040-gcc-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2021-09-16T18:57:45.053Z] #19 195.7 Unpacking gcc-aarch64-linux-gnu (4:10.2.1-1) ... [2021-09-16T18:57:45.053Z] #19 195.8 Selecting previously unselected package linux-libc-dev-arm64-cross. [2021-09-16T18:57:45.053Z] #19 195.8 Preparing to unpack .../041-linux-libc-dev-arm64-cross_5.10.13-1cross4_all.deb ... [2021-09-16T18:57:45.053Z] #19 195.8 Unpacking linux-libc-dev-arm64-cross (5.10.13-1cross4) ... [2021-09-16T18:57:45.053Z] #19 196.1 Selecting previously unselected package libc6-dev-arm64-cross. [2021-09-16T18:57:45.053Z] #19 196.1 Preparing to unpack .../042-libc6-dev-arm64-cross_2.31-9cross4_all.deb ... [2021-09-16T18:57:45.053Z] #19 196.1 Unpacking libc6-dev-arm64-cross (2.31-9cross4) ... [2021-09-16T18:57:45.053Z] #19 196.4 Selecting previously unselected package libstdc++-10-dev-arm64-cross. [2021-09-16T18:57:45.053Z] #19 196.4 Preparing to unpack .../043-libstdc++-10-dev-arm64-cross_10.2.1-6cross1_all.deb ... [2021-09-16T18:57:45.053Z] #19 196.5 Unpacking libstdc++-10-dev-arm64-cross (10.2.1-6cross1) ... [2021-09-16T18:57:45.053Z] #19 196.8 Selecting previously unselected package g++-10-aarch64-linux-gnu. [2021-09-16T18:57:45.053Z] #19 196.9 Preparing to unpack .../044-g++-10-aarch64-linux-gnu_10.2.1-6cross1_amd64.deb ... [2021-09-16T18:57:45.053Z] #19 196.9 Unpacking g++-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2021-09-16T18:57:45.060Z] #17 1.878 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-09-16T18:57:45.060Z] #17 DONE 2.3s [2021-09-16T18:57:45.060Z] [2021-09-16T18:57:45.060Z] #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-16T18:57:45.060Z] #41 sha256:6b8cec4c40d2921a1d2bdc203326c098330e9d2856fcd77ef3a5c99befc5d468 [2021-09-16T18:57:45.320Z] #41 ... [2021-09-16T18:57:45.320Z] [2021-09-16T18:57:45.320Z] #18 [dev-systemd-false 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-09-16T18:57:45.320Z] #18 sha256:e108fd4ff99f8b9335b2c00d462603de279e4b1804d9c763ef034863b28b2fc6 [2021-09-16T18:57:45.730Z] #14 ... [2021-09-16T18:57:45.730Z] [2021-09-16T18:57:45.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-16T18:57:45.730Z] #58 sha256:b9bed6e50bc38e9df0b805d24ac1c89234a1e772f93065d28799450b2c52027f [2021-09-16T18:57:45.988Z] #21 3.311 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [31.0 kB] [2021-09-16T18:57:46.338Z] #14 105.2 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2021-09-16T18:57:46.338Z] #14 105.2 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2021-09-16T18:57:46.338Z] #14 105.2 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2021-09-16T18:57:46.939Z] #21 ... [2021-09-16T18:57:46.939Z] [2021-09-16T18:57:46.939Z] #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-16T18:57:46.939Z] #33 sha256:0ea30ac548e55f5e4dc405e1544cf21eb2fb700bd33609db3af0451f747ae3f4 [2021-09-16T18:57:46.939Z] #33 DONE 105.5s [2021-09-16T18:57:46.939Z] [2021-09-16T18:57:46.939Z] #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-16T18:57:46.939Z] #25 sha256:cd50c47e26b1f242885591c70552f5024daeaafcdd34d7a8dd3874c5dfa6c903 [2021-09-16T18:57:47.230Z] #18 DONE 2.0s [2021-09-16T18:57:47.231Z] [2021-09-16T18:57:47.231Z] #19 [dev-systemd-false 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-09-16T18:57:47.231Z] #19 sha256:394f9e65c98372885b0cefad499b4a4489d1c14805afc763131b09e77c670c46 [2021-09-16T18:57:47.298Z] #58 49.85 Updating files: 38% (1769/4567) Updating files: 39% (1782/4567) Updating files: 40% (1827/4567) Updating files: 41% (1873/4567) Updating files: 42% (1919/4567) Updating files: 43% (1964/4567) Updating files: 44% (2010/4567) Updating files: 45% (2056/4567) Updating files: 46% (2101/4567) Updating files: 47% (2147/4567) Updating files: 48% (2193/4567) Updating files: 49% (2238/4567) Updating files: 50% (2284/4567) Updating files: 51% (2330/4567) Updating files: 52% (2375/4567) Updating files: 53% (2421/4567) Updating files: 54% (2467/4567) Updating files: 55% (2512/4567) Updating files: 56% (2558/4567) Updating files: 57% (2604/4567) Updating files: 58% (2649/4567) Updating files: 59% (2695/4567) Updating files: 60% (2741/4567) Updating files: 61% (2786/4567) Updating files: 62% (2832/4567) Updating files: 63% (2878/4567) Updating files: 64% (2923/4567) Updating files: 65% (2969/4567) Updating files: 66% (3015/4567) Updating files: 67% (3060/4567) Updating files: 68% (3106/4567) Updating files: 69% (3152/4567) Updating files: 70% (3197/4567) Updating files: 71% (3243/4567) Updating files: 72% (3289/4567) Updating files: 73% (3334/4567) Updating files: 74% (3380/4567) Updating files: 75% (3426/4567) Updating files: 76% (3471/4567) Updating files: 77% (3517/4567) Updating files: 77% (3559/4567) Updating files: 78% (3563/4567) Updating files: 79% (3608/4567) Updating files: 80% (3654/4567) Updating files: 81% (3700/4567) Updating files: 82% (3745/4567) Updating files: 83% (3791/4567) Updating files: 84% (3837/4567) Updating files: 85% (3882/4567) Updating files: 86% (3928/4567) Updating files: 87% (3974/4567) Updating files: 88% (4019/4567) Updating files: 89% (4065/4567) Updating files: 90% (4111/4567) Updating files: 91% (4156/4567) Updating files: 92% (4202/4567) Updating files: 93% (4248/4567) Updating files: 94% (4293/4567) Updating files: 95% (4339/4567) Updating files: 96% (4385/4567) Updating files: 97% (4430/4567) Updating files: 98% (4476/4567) Updating files: 99% (4522/4567) Updating files: 100% (4567/4567) Updating files: 100% (4567/4567), done. [2021-09-16T18:57:47.298Z] #58 51.80 + cd /tmp/tmp.7TPdXFNynp/src/github.com/containerd/containerd [2021-09-16T18:57:47.298Z] #58 51.80 + git checkout -q v1.5.5 [2021-09-16T18:57:48.684Z] #58 53.09 + export 'BUILDTAGS=netgo osusergo static_build' [2021-09-16T18:57:48.684Z] #58 53.09 + BUILDTAGS='netgo osusergo static_build' [2021-09-16T18:57:48.684Z] #58 53.09 + export EXTRA_FLAGS=-buildmode=pie [2021-09-16T18:57:48.684Z] #58 53.09 + EXTRA_FLAGS=-buildmode=pie [2021-09-16T18:57:48.684Z] #58 53.09 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-09-16T18:57:48.684Z] #58 53.09 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-09-16T18:57:48.684Z] #58 53.09 + '[' '' = dynamic ']' [2021-09-16T18:57:48.684Z] #58 53.09 + make [2021-09-16T18:57:48.865Z] #25 ... [2021-09-16T18:57:48.865Z] [2021-09-16T18:57:48.865Z] #21 [dev-systemd-false 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2021-09-16T18:57:48.865Z] #21 sha256:7687720d44e38adbd631459b41b9d1f5bb90564b780e7d083290f78b9a0c9f88 [2021-09-16T18:57:48.865Z] #21 6.335 Fetched 8291 kB in 5s (1682 kB/s) [2021-09-16T18:57:49.769Z] #19 DONE 2.5s [2021-09-16T18:57:49.769Z] [2021-09-16T18:57:49.769Z] #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-16T18:57:49.769Z] #55 sha256:461befa4e79a1c0cd7ec46e148842a628cbcdd005e813ad6e396a2ff36d63aeb [2021-09-16T18:57:49.769Z] #55 10.22 + cd /tmp/tmp.Jjp4JwQhjv/src/github.com/opencontainers/runc [2021-09-16T18:57:49.769Z] #55 10.23 + git checkout -q v1.0.2 [2021-09-16T18:57:49.769Z] #55 10.52 + '[' -z '' ']' [2021-09-16T18:57:49.769Z] #55 10.52 + target=static [2021-09-16T18:57:49.769Z] #55 10.52 + make BUILDTAGS=seccomp static [2021-09-16T18:57:49.769Z] #55 10.89 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.0.2-0-g52b36a2d -X main.version=1.0.2 " -o runc . [2021-09-16T18:57:50.029Z] #55 ... [2021-09-16T18:57:50.029Z] [2021-09-16T18:57:50.029Z] #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-16T18:57:50.029Z] #33 sha256:1911c9de04cba7d464ea755b70f705d21776700bd38b0934ae731606e49130b1 [2021-09-16T18:57:50.029Z] #33 DONE 116.2s [2021-09-16T18:57:50.029Z] [2021-09-16T18:57:50.029Z] #20 [dev-systemd-false 6/25] RUN ldconfig [2021-09-16T18:57:50.029Z] #20 sha256:d52115a1ccf854657640e1eaad4ba5a5872aa6fa67c0fe1f62fd03dc4d3b187a [2021-09-16T18:57:50.792Z] #21 6.335 Reading package lists... [2021-09-16T18:57:51.234Z] #58 55.17 + bin/ctr [2021-09-16T18:57:51.617Z] #19 203.5 Selecting previously unselected package g++-aarch64-linux-gnu. [2021-09-16T18:57:51.617Z] #19 203.5 Preparing to unpack .../045-g++-aarch64-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2021-09-16T18:57:51.617Z] #19 203.5 Unpacking g++-aarch64-linux-gnu (4:10.2.1-1) ... [2021-09-16T18:57:51.617Z] #19 203.6 Selecting previously unselected package patch. [2021-09-16T18:57:51.875Z] #19 203.6 Preparing to unpack .../046-patch_2.7.6-7_amd64.deb ... [2021-09-16T18:57:51.875Z] #19 203.6 Unpacking patch (2.7.6-7) ... [2021-09-16T18:57:51.875Z] #19 203.6 Selecting previously unselected package dpkg-dev. [2021-09-16T18:57:51.875Z] #19 203.6 Preparing to unpack .../047-dpkg-dev_1.20.9_all.deb ... [2021-09-16T18:57:51.875Z] #19 203.6 Unpacking dpkg-dev (1.20.9) ... [2021-09-16T18:57:52.134Z] #19 203.8 Selecting previously unselected package libconfig-inifiles-perl. [2021-09-16T18:57:52.134Z] #19 203.8 Preparing to unpack .../048-libconfig-inifiles-perl_3.000003-1_all.deb ... [2021-09-16T18:57:52.134Z] #19 203.8 Unpacking libconfig-inifiles-perl (3.000003-1) ... [2021-09-16T18:57:52.134Z] #19 203.9 Selecting previously unselected package libio-string-perl. [2021-09-16T18:57:52.134Z] #19 203.9 Preparing to unpack .../049-libio-string-perl_1.08-3.1_all.deb ... [2021-09-16T18:57:52.134Z] #19 203.9 Unpacking libio-string-perl (1.08-3.1) ... [2021-09-16T18:57:52.134Z] #19 203.9 Selecting previously unselected package libicu67:amd64. [2021-09-16T18:57:52.134Z] #19 203.9 Preparing to unpack .../050-libicu67_67.1-7_amd64.deb ... [2021-09-16T18:57:52.134Z] #19 203.9 Unpacking libicu67:amd64 (67.1-7) ... [2021-09-16T18:57:52.187Z] #21 8.136 Reading package lists... [2021-09-16T18:57:52.779Z] #21 9.715 Building dependency tree... [2021-09-16T18:57:53.320Z] #20 DONE 3.5s [2021-09-16T18:57:53.320Z] [2021-09-16T18:57:53.320Z] #21 [dev-systemd-false 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2021-09-16T18:57:53.320Z] #21 sha256:47c66b28e74dc09431dd6bd4b6a3715ee68f415cdf1025ae683cda9b018139d5 [2021-09-16T18:57:53.356Z] #21 10.87 The following additional packages will be installed: [2021-09-16T18:57:53.356Z] #21 10.87 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2021-09-16T18:57:53.508Z] #19 205.1 Selecting previously unselected package libxml2:amd64. [2021-09-16T18:57:53.508Z] #19 205.1 Preparing to unpack .../051-libxml2_2.9.10+dfsg-6.7_amd64.deb ... [2021-09-16T18:57:53.508Z] #19 205.1 Unpacking libxml2:amd64 (2.9.10+dfsg-6.7) ... [2021-09-16T18:57:53.508Z] #19 205.2 Selecting previously unselected package libxml-namespacesupport-perl. [2021-09-16T18:57:53.508Z] #19 205.2 Preparing to unpack .../052-libxml-namespacesupport-perl_1.12-1.1_all.deb ... [2021-09-16T18:57:53.508Z] #19 205.2 Unpacking libxml-namespacesupport-perl (1.12-1.1) ... [2021-09-16T18:57:53.508Z] #19 205.3 Selecting previously unselected package libxml-sax-base-perl. [2021-09-16T18:57:53.508Z] #19 205.3 Preparing to unpack .../053-libxml-sax-base-perl_1.09-1.1_all.deb ... [2021-09-16T18:57:53.508Z] #19 205.3 Unpacking libxml-sax-base-perl (1.09-1.1) ... [2021-09-16T18:57:53.619Z] #21 10.87 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2021-09-16T18:57:53.619Z] #21 10.87 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2021-09-16T18:57:53.619Z] #21 10.87 python3-pkg-resources vim-runtime xxd [2021-09-16T18:57:53.619Z] #21 10.88 Suggested packages: [2021-09-16T18:57:53.619Z] #21 10.88 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2021-09-16T18:57:53.619Z] #21 10.88 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2021-09-16T18:57:53.619Z] #21 10.88 acl attr quota [2021-09-16T18:57:53.619Z] #21 10.88 Recommended packages: [2021-09-16T18:57:53.619Z] #21 10.88 libatm1 nftables libpam-cap build-essential python3-dev unzip [2021-09-16T18:57:53.768Z] #19 205.3 Selecting previously unselected package libxml-sax-perl. [2021-09-16T18:57:53.768Z] #19 205.3 Preparing to unpack .../054-libxml-sax-perl_1.02+dfsg-1_all.deb ... [2021-09-16T18:57:53.768Z] #19 205.3 Unpacking libxml-sax-perl (1.02+dfsg-1) ... [2021-09-16T18:57:53.768Z] #19 205.4 Selecting previously unselected package libxml-libxml-perl. [2021-09-16T18:57:53.768Z] #19 205.4 Preparing to unpack .../055-libxml-libxml-perl_2.0134+dfsg-2+b1_amd64.deb ... [2021-09-16T18:57:53.768Z] #19 205.4 Unpacking libxml-libxml-perl (2.0134+dfsg-2+b1) ... [2021-09-16T18:57:53.768Z] #19 205.5 Selecting previously unselected package libxml-simple-perl. [2021-09-16T18:57:53.768Z] #19 205.5 Preparing to unpack .../056-libxml-simple-perl_2.25-1_all.deb ... [2021-09-16T18:57:53.768Z] #19 205.5 Unpacking libxml-simple-perl (2.25-1) ... [2021-09-16T18:57:53.768Z] #19 205.5 Selecting previously unselected package libyaml-perl. [2021-09-16T18:57:53.768Z] #19 205.5 Preparing to unpack .../057-libyaml-perl_1.30-1_all.deb ... [2021-09-16T18:57:53.768Z] #19 205.5 Unpacking libyaml-perl (1.30-1) ... [2021-09-16T18:57:53.768Z] #19 205.6 Selecting previously unselected package libconfig-auto-perl. [2021-09-16T18:57:54.026Z] #19 205.6 Preparing to unpack .../058-libconfig-auto-perl_0.44-1.1_all.deb ... [2021-09-16T18:57:54.026Z] #19 205.6 Unpacking libconfig-auto-perl (0.44-1.1) ... [2021-09-16T18:57:54.026Z] #19 205.6 Selecting previously unselected package libfile-which-perl. [2021-09-16T18:57:54.026Z] #19 205.6 Preparing to unpack .../059-libfile-which-perl_1.23-1_all.deb ... [2021-09-16T18:57:54.026Z] #19 205.6 Unpacking libfile-which-perl (1.23-1) ... [2021-09-16T18:57:54.026Z] #19 205.7 Selecting previously unselected package libfile-homedir-perl. [2021-09-16T18:57:54.026Z] #19 205.7 Preparing to unpack .../060-libfile-homedir-perl_1.006-1_all.deb ... [2021-09-16T18:57:54.026Z] #19 205.7 Unpacking libfile-homedir-perl (1.006-1) ... [2021-09-16T18:57:54.026Z] #19 205.7 Selecting previously unselected package libdebian-dpkgcross-perl. [2021-09-16T18:57:54.026Z] #19 205.7 Preparing to unpack .../061-libdebian-dpkgcross-perl_2.6.18+nmu1_all.deb ... [2021-09-16T18:57:54.026Z] #19 205.7 Unpacking libdebian-dpkgcross-perl (2.6.18+nmu1) ... [2021-09-16T18:57:54.026Z] #19 205.8 Selecting previously unselected package dpkg-cross. [2021-09-16T18:57:54.026Z] #19 205.8 Preparing to unpack .../062-dpkg-cross_2.6.18+nmu1_all.deb ... [2021-09-16T18:57:54.026Z] #19 205.8 Unpacking dpkg-cross (2.6.18+nmu1) ... [2021-09-16T18:57:54.195Z] #21 11.73 The following NEW packages will be installed: [2021-09-16T18:57:54.284Z] #19 205.8 Selecting previously unselected package crossbuild-essential-arm64. [2021-09-16T18:57:54.284Z] #19 205.8 Preparing to unpack .../063-crossbuild-essential-arm64_12.9_all.deb ... [2021-09-16T18:57:54.284Z] #19 205.8 Unpacking crossbuild-essential-arm64 (12.9) ... [2021-09-16T18:57:54.284Z] #19 205.9 Selecting previously unselected package libc6-armel-cross. [2021-09-16T18:57:54.284Z] #19 205.9 Preparing to unpack .../064-libc6-armel-cross_2.31-9cross4_all.deb ... [2021-09-16T18:57:54.284Z] #19 205.9 Unpacking libc6-armel-cross (2.31-9cross4) ... [2021-09-16T18:57:54.284Z] #19 206.1 Selecting previously unselected package libgcc-s1-armel-cross. [2021-09-16T18:57:54.284Z] #19 206.1 Preparing to unpack .../065-libgcc-s1-armel-cross_10.2.1-6cross1_all.deb ... [2021-09-16T18:57:54.284Z] #19 206.1 Unpacking libgcc-s1-armel-cross (10.2.1-6cross1) ... [2021-09-16T18:57:54.284Z] #19 206.1 Selecting previously unselected package libgomp1-armel-cross. [2021-09-16T18:57:54.284Z] #19 206.1 Preparing to unpack .../066-libgomp1-armel-cross_10.2.1-6cross1_all.deb ... [2021-09-16T18:57:54.284Z] #19 206.1 Unpacking libgomp1-armel-cross (10.2.1-6cross1) ... [2021-09-16T18:57:54.284Z] #19 206.2 Selecting previously unselected package libatomic1-armel-cross. [2021-09-16T18:57:54.284Z] #19 206.2 Preparing to unpack .../067-libatomic1-armel-cross_10.2.1-6cross1_all.deb ... [2021-09-16T18:57:54.284Z] #19 206.2 Unpacking libatomic1-armel-cross (10.2.1-6cross1) ... [2021-09-16T18:57:54.460Z] #21 11.73 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2021-09-16T18:57:54.460Z] #21 11.73 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2021-09-16T18:57:54.460Z] #21 11.73 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2021-09-16T18:57:54.460Z] #21 11.74 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2021-09-16T18:57:54.460Z] #21 11.74 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2021-09-16T18:57:54.460Z] #21 11.74 python3-pkg-resources python3-setuptools python3-wheel sudo [2021-09-16T18:57:54.460Z] #21 11.74 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-09-16T18:57:54.460Z] #21 11.74 xz-utils zip zstd [2021-09-16T18:57:54.541Z] #58 ... [2021-09-16T18:57:54.541Z] [2021-09-16T18:57:54.541Z] #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-16T18:57:54.541Z] #14 sha256:08b9278feadfc8db068b744755add65a213f9549a1269ed67e0d97e0b3db2896 [2021-09-16T18:57:54.541Z] #14 117.7 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2021-09-16T18:57:54.541Z] #14 117.7 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2021-09-16T18:57:54.541Z] #14 117.8 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2021-09-16T18:57:54.543Z] #19 206.2 Selecting previously unselected package libasan6-armel-cross. [2021-09-16T18:57:54.543Z] #19 206.2 Preparing to unpack .../068-libasan6-armel-cross_10.2.1-6cross1_all.deb ... [2021-09-16T18:57:54.543Z] #19 206.2 Unpacking libasan6-armel-cross (10.2.1-6cross1) ... [2021-09-16T18:57:54.724Z] #21 12.07 0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded. [2021-09-16T18:57:54.724Z] #21 12.07 Need to get 27.0 MB of archives. [2021-09-16T18:57:54.724Z] #21 12.07 After this operation, 105 MB of additional disk space will be used. [2021-09-16T18:57:54.724Z] #21 12.07 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 pigz arm64 2.6-1 [56.2 kB] [2021-09-16T18:57:54.724Z] #21 12.07 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libelf1 arm64 0.183-1 [164 kB] [2021-09-16T18:57:54.724Z] #21 12.08 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libbpf0 arm64 1:0.3-2 [92.8 kB] [2021-09-16T18:57:54.724Z] #21 12.08 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2 arm64 1:2.44-1 [23.2 kB] [2021-09-16T18:57:54.724Z] #21 12.08 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libmnl0 arm64 1.0.4-3 [12.1 kB] [2021-09-16T18:57:54.724Z] #21 12.08 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libxtables12 arm64 1.8.7-1 [43.6 kB] [2021-09-16T18:57:54.724Z] #21 12.09 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcap2-bin arm64 1:2.44-1 [32.0 kB] [2021-09-16T18:57:54.724Z] #21 12.09 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iproute2 arm64 5.10.0-4 [902 kB] [2021-09-16T18:57:54.724Z] #21 12.11 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xxd arm64 2:8.2.2434-3 [192 kB] [2021-09-16T18:57:54.724Z] #21 12.12 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-common all 2:8.2.2434-3 [226 kB] [2021-09-16T18:57:54.724Z] #21 12.12 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bash-completion all 1:2.11-2 [234 kB] [2021-09-16T18:57:54.724Z] #21 12.14 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 bzip2 arm64 1.0.8-4 [48.4 kB] [2021-09-16T18:57:54.724Z] #21 12.14 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xz-utils arm64 5.2.5-2 [219 kB] [2021-09-16T18:57:54.724Z] #21 12.15 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 apparmor arm64 2.13.6-10 [601 kB] [2021-09-16T18:57:54.724Z] #21 12.15 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 inetutils-ping arm64 2:2.0-1 [242 kB] [2021-09-16T18:57:54.724Z] #21 12.17 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libip4tc2 arm64 1.8.7-1 [34.1 kB] [2021-09-16T18:57:54.724Z] #21 12.17 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libip6tc2 arm64 1.8.7-1 [34.3 kB] [2021-09-16T18:57:54.724Z] #21 12.17 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnfnetlink0 arm64 1.0.1-3+b1 [12.0 kB] [2021-09-16T18:57:54.724Z] #21 12.18 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnetfilter-conntrack3 arm64 1.0.8-3 [38.2 kB] [2021-09-16T18:57:54.724Z] #21 12.18 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libnftnl11 arm64 1.1.9-1 [59.8 kB] [2021-09-16T18:57:54.724Z] #21 12.19 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 iptables arm64 1.8.7-1 [368 kB] [2021-09-16T18:57:54.724Z] #21 12.19 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libonig5 arm64 6.9.6-1.1 [176 kB] [2021-09-16T18:57:54.724Z] #21 12.20 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libjq1 arm64 1.6-2.1 [121 kB] [2021-09-16T18:57:54.724Z] #21 12.20 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 jq arm64 1.6-2.1 [64.5 kB] [2021-09-16T18:57:54.724Z] #21 12.21 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libaio1 arm64 0.3.112-9 [12.3 kB] [2021-09-16T18:57:54.724Z] #21 12.21 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgpm2 arm64 1.20.7-8 [35.9 kB] [2021-09-16T18:57:54.724Z] #21 12.22 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libicu67 arm64 67.1-7 [8467 kB] [2021-09-16T18:57:54.801Z] #19 206.6 Selecting previously unselected package libstdc++6-armel-cross. [2021-09-16T18:57:54.801Z] #19 206.6 Preparing to unpack .../069-libstdc++6-armel-cross_10.2.1-6cross1_all.deb ... [2021-09-16T18:57:54.987Z] #21 12.43 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libinih1 arm64 53-1+b2 [6728 B] [2021-09-16T18:57:54.987Z] #21 12.43 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-16T18:57:54.987Z] #21 12.44 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-16T18:57:54.987Z] #21 12.44 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-16T18:57:54.987Z] #21 12.44 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 net-tools arm64 1.60+git20181103.0eebece-1 [248 kB] [2021-09-16T18:57:54.987Z] #21 12.45 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 patch arm64 2.7.6-7 [121 kB] [2021-09-16T18:57:54.987Z] #21 12.45 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python-pip-whl all 20.3.4-4 [1948 kB] [2021-09-16T18:57:54.987Z] #21 12.49 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2021-09-16T18:57:54.987Z] #21 12.49 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-distutils all 3.9.2-1 [143 kB] [2021-09-16T18:57:54.987Z] #21 12.50 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pkg-resources all 52.0.0-4 [190 kB] [2021-09-16T18:57:54.987Z] #21 12.50 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-setuptools all 52.0.0-4 [366 kB] [2021-09-16T18:57:54.987Z] #21 12.52 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-wheel all 0.34.2-1 [24.0 kB] [2021-09-16T18:57:54.987Z] #21 12.52 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 python3-pip all 20.3.4-4 [337 kB] [2021-09-16T18:57:54.987Z] #21 12.53 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 sudo arm64 1.9.5p2-3 [995 kB] [2021-09-16T18:57:54.987Z] #21 12.55 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 thin-provisioning-tools arm64 0.9.0-1 [348 kB] [2021-09-16T18:57:55.060Z] #19 206.7 Unpacking libstdc++6-armel-cross (10.2.1-6cross1) ... [2021-09-16T18:57:55.250Z] #21 12.56 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 uidmap arm64 1:4.8.1-1 [222 kB] [2021-09-16T18:57:55.250Z] #21 12.56 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim-runtime all 2:8.2.2434-3 [6226 kB] [2021-09-16T18:57:55.250Z] #21 12.74 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 vim arm64 2:8.2.2434-3 [1387 kB] [2021-09-16T18:57:55.250Z] #21 12.76 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 xfsprogs arm64 5.10.0-4 [899 kB] [2021-09-16T18:57:55.250Z] #21 12.77 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zip arm64 3.0-12 [228 kB] [2021-09-16T18:57:55.318Z] #19 207.1 Selecting previously unselected package libubsan1-armel-cross. [2021-09-16T18:57:55.318Z] #19 207.1 Preparing to unpack .../070-libubsan1-armel-cross_10.2.1-6cross1_all.deb ... [2021-09-16T18:57:55.318Z] #19 207.1 Unpacking libubsan1-armel-cross (10.2.1-6cross1) ... [2021-09-16T18:57:55.513Z] #21 12.92 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 zstd arm64 1.4.8+dfsg-2.1 [576 kB] [2021-09-16T18:57:55.606Z] 4612f6d0b889: Verifying Checksum [2021-09-16T18:57:55.606Z] 4612f6d0b889: Download complete [2021-09-16T18:57:55.856Z] #21 2.733 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [113 kB] [2021-09-16T18:57:55.885Z] #19 207.6 Selecting previously unselected package libgcc-10-dev-armel-cross. [2021-09-16T18:57:55.885Z] #19 207.6 Preparing to unpack .../071-libgcc-10-dev-armel-cross_10.2.1-6cross1_all.deb ... [2021-09-16T18:57:55.885Z] #19 207.6 Unpacking libgcc-10-dev-armel-cross (10.2.1-6cross1) ... [2021-09-16T18:57:55.885Z] #19 207.8 Selecting previously unselected package gcc-10-arm-linux-gnueabi. [2021-09-16T18:57:55.885Z] #19 207.8 Preparing to unpack .../072-gcc-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ... [2021-09-16T18:57:56.115Z] #21 2.909 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2021-09-16T18:57:56.115Z] #21 3.001 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [36.8 kB] [2021-09-16T18:57:56.144Z] #19 207.8 Unpacking gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2021-09-16T18:57:56.296Z] #14 ... [2021-09-16T18:57:56.296Z] [2021-09-16T18:57:56.296Z] #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-16T18:57:56.296Z] #58 sha256:936c27971aff987d69d27a1db87455e572f6d391b58ad99abe1f0843f34cc011 [2021-09-16T18:57:56.296Z] #58 52.86 Updating files: 41% (1873/4567) Updating files: 42% (1919/4567) Updating files: 43% (1964/4567) Updating files: 44% (2010/4567) Updating files: 45% (2056/4567) Updating files: 46% (2101/4567) Updating files: 47% (2147/4567) Updating files: 48% (2193/4567) Updating files: 49% (2238/4567) Updating files: 50% (2284/4567) Updating files: 51% (2330/4567) Updating files: 52% (2375/4567) Updating files: 53% (2421/4567) Updating files: 54% (2467/4567) Updating files: 55% (2512/4567) Updating files: 56% (2558/4567) Updating files: 57% (2604/4567) Updating files: 58% (2649/4567) Updating files: 59% (2695/4567) Updating files: 60% (2741/4567) Updating files: 61% (2786/4567) Updating files: 62% (2832/4567) Updating files: 63% (2878/4567) Updating files: 64% (2923/4567) Updating files: 65% (2969/4567) Updating files: 66% (3015/4567) Updating files: 67% (3060/4567) Updating files: 68% (3106/4567) Updating files: 69% (3152/4567) Updating files: 70% (3197/4567) Updating files: 71% (3243/4567) Updating files: 72% (3289/4567) Updating files: 73% (3334/4567) Updating files: 74% (3380/4567) Updating files: 75% (3426/4567) Updating files: 76% (3471/4567) Updating files: 77% (3517/4567) Updating files: 78% (3563/4567) Updating files: 79% (3608/4567) Updating files: 80% (3654/4567) Updating files: 80% (3684/4567) Updating files: 81% (3700/4567) Updating files: 82% (3745/4567) Updating files: 83% (3791/4567) Updating files: 84% (3837/4567) Updating files: 85% (3882/4567) Updating files: 86% (3928/4567) Updating files: 87% (3974/4567) Updating files: 88% (4019/4567) Updating files: 89% (4065/4567) Updating files: 90% (4111/4567) Updating files: 91% (4156/4567) Updating files: 92% (4202/4567) Updating files: 93% (4248/4567) Updating files: 94% (4293/4567) Updating files: 95% (4339/4567) Updating files: 96% (4385/4567) Updating files: 97% (4430/4567) Updating files: 98% (4476/4567) Updating files: 99% (4522/4567) Updating files: 100% (4567/4567) Updating files: 100% (4567/4567), done. [2021-09-16T18:57:56.296Z] #58 54.50 + cd /tmp/tmp.qNX4EtNESk/src/github.com/containerd/containerd [2021-09-16T18:57:56.374Z] #21 3.115 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8178 kB] [2021-09-16T18:57:56.462Z] #21 13.89 debconf: delaying package configuration, since apt-utils is not installed [2021-09-16T18:57:56.462Z] #21 14.03 Fetched 27.0 MB in 1s (19.6 MB/s) [2021-09-16T18:57:56.553Z] #58 54.50 + git checkout -q v1.5.5 [2021-09-16T18:57:56.725Z] #21 14.07 Selecting previously unselected package pigz. [2021-09-16T18:57:56.725Z] #21 14.07 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 24004 files and directories currently installed.) [2021-09-16T18:57:56.725Z] #21 14.14 Preparing to unpack .../00-pigz_2.6-1_arm64.deb ... [2021-09-16T18:57:56.725Z] #21 14.15 Unpacking pigz (2.6-1) ... [2021-09-16T18:57:56.725Z] #21 14.27 Selecting previously unselected package libelf1:arm64. [2021-09-16T18:57:56.942Z] #21 3.592 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [31.1 kB] [2021-09-16T18:57:56.988Z] #21 14.27 Preparing to unpack .../01-libelf1_0.183-1_arm64.deb ... [2021-09-16T18:57:56.988Z] #21 14.29 Unpacking libelf1:arm64 (0.183-1) ... [2021-09-16T18:57:56.988Z] #21 14.46 Selecting previously unselected package libbpf0:arm64. [2021-09-16T18:57:56.988Z] #21 14.47 Preparing to unpack .../02-libbpf0_1%3a0.3-2_arm64.deb ... [2021-09-16T18:57:56.988Z] #21 14.48 Unpacking libbpf0:arm64 (1:0.3-2) ... [2021-09-16T18:57:57.252Z] #21 14.58 Selecting previously unselected package libcap2:arm64. [2021-09-16T18:57:57.252Z] #21 14.59 Preparing to unpack .../03-libcap2_1%3a2.44-1_arm64.deb ... [2021-09-16T18:57:57.252Z] #21 14.60 Unpacking libcap2:arm64 (1:2.44-1) ... [2021-09-16T18:57:57.252Z] #21 14.68 Selecting previously unselected package libmnl0:arm64. [2021-09-16T18:57:57.252Z] #21 14.68 Preparing to unpack .../04-libmnl0_1.0.4-3_arm64.deb ... [2021-09-16T18:57:57.252Z] #21 14.69 Unpacking libmnl0:arm64 (1.0.4-3) ... [2021-09-16T18:57:57.252Z] #21 14.77 Selecting previously unselected package libxtables12:arm64. [2021-09-16T18:57:57.252Z] #21 14.78 Preparing to unpack .../05-libxtables12_1.8.7-1_arm64.deb ... [2021-09-16T18:57:57.252Z] #21 14.78 Unpacking libxtables12:arm64 (1.8.7-1) ... [2021-09-16T18:57:57.252Z] #21 14.87 Selecting previously unselected package libcap2-bin. [2021-09-16T18:57:57.252Z] #21 14.88 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_arm64.deb ... [2021-09-16T18:57:57.252Z] #21 14.89 Unpacking libcap2-bin (1:2.44-1) ... [2021-09-16T18:57:57.483Z] #58 55.81 + export 'BUILDTAGS=netgo osusergo static_build' [2021-09-16T18:57:57.515Z] #21 15.02 Selecting previously unselected package iproute2. [2021-09-16T18:57:57.515Z] #21 15.02 Preparing to unpack .../07-iproute2_5.10.0-4_arm64.deb ... [2021-09-16T18:57:57.515Z] #21 15.03 Unpacking iproute2 (5.10.0-4) ... [2021-09-16T18:57:57.740Z] #58 55.81 + BUILDTAGS='netgo osusergo static_build' [2021-09-16T18:57:57.740Z] #58 55.81 + export EXTRA_FLAGS=-buildmode=pie [2021-09-16T18:57:57.740Z] #58 55.81 + EXTRA_FLAGS=-buildmode=pie [2021-09-16T18:57:57.740Z] #58 55.81 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-09-16T18:57:57.740Z] #58 55.81 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-09-16T18:57:57.740Z] #58 55.81 + '[' '' = dynamic ']' [2021-09-16T18:57:57.740Z] #58 55.81 + make [2021-09-16T18:57:57.778Z] #21 15.44 Selecting previously unselected package xxd. [2021-09-16T18:57:58.042Z] #21 15.45 Preparing to unpack .../08-xxd_2%3a8.2.2434-3_arm64.deb ... [2021-09-16T18:57:58.042Z] #21 15.45 Unpacking xxd (2:8.2.2434-3) ... [2021-09-16T18:57:58.305Z] #21 15.63 Selecting previously unselected package vim-common. [2021-09-16T18:57:58.305Z] #21 15.63 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3_all.deb ... [2021-09-16T18:57:58.305Z] #21 15.65 Unpacking vim-common (2:8.2.2434-3) ... [2021-09-16T18:57:58.305Z] #21 15.87 Selecting previously unselected package bash-completion. [2021-09-16T18:57:58.568Z] #21 15.88 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2021-09-16T18:58:00.262Z] #58 58.46 + bin/ctr [2021-09-16T18:58:01.134Z] #21 7.347 Fetched 8402 kB in 5s (1665 kB/s) [2021-09-16T18:58:01.183Z] #21 18.61 Unpacking bash-completion (1:2.11-2) ... [2021-09-16T18:58:01.803Z] #21 19.20 Selecting previously unselected package bzip2. [2021-09-16T18:58:01.803Z] #21 19.20 Preparing to unpack .../11-bzip2_1.0.8-4_arm64.deb ... [2021-09-16T18:58:01.803Z] #21 19.21 Unpacking bzip2 (1.0.8-4) ... [2021-09-16T18:58:01.803Z] #21 19.33 Selecting previously unselected package xz-utils. [2021-09-16T18:58:02.086Z] #21 19.33 Preparing to unpack .../12-xz-utils_5.2.5-2_arm64.deb ... [2021-09-16T18:58:02.086Z] #21 19.36 Unpacking xz-utils (5.2.5-2) ... [2021-09-16T18:58:02.086Z] #21 19.58 Selecting previously unselected package apparmor. [2021-09-16T18:58:02.086Z] #21 19.58 Preparing to unpack .../13-apparmor_2.13.6-10_arm64.deb ... [2021-09-16T18:58:02.086Z] #21 19.64 Unpacking apparmor (2.13.6-10) ... [2021-09-16T18:58:02.514Z] #21 7.347 Reading package lists... [2021-09-16T18:58:02.690Z] #14 125.4 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2021-09-16T18:58:02.690Z] #14 125.4 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2021-09-16T18:58:02.690Z] #14 125.4 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2021-09-16T18:58:02.703Z] #19 214.5 Selecting previously unselected package gcc-arm-linux-gnueabi. [2021-09-16T18:58:02.703Z] #19 214.5 Preparing to unpack .../073-gcc-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ... [2021-09-16T18:58:02.792Z] #58 ... [2021-09-16T18:58:02.792Z] [2021-09-16T18:58:02.792Z] #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-16T18:58:02.792Z] #14 sha256:08b9278feadfc8db068b744755add65a213f9549a1269ed67e0d97e0b3db2896 [2021-09-16T18:58:02.792Z] #14 122.8 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2021-09-16T18:58:02.792Z] #14 122.8 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2021-09-16T18:58:02.792Z] #14 122.8 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2021-09-16T18:58:02.961Z] #19 214.8 Unpacking gcc-arm-linux-gnueabi (4:10.2.1-1) ... [2021-09-16T18:58:03.033Z] #21 20.19 Selecting previously unselected package inetutils-ping. [2021-09-16T18:58:03.033Z] #21 20.19 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_arm64.deb ... [2021-09-16T18:58:03.033Z] #21 20.20 Unpacking inetutils-ping (2:2.0-1) ... [2021-09-16T18:58:03.033Z] #21 20.34 Selecting previously unselected package libip4tc2:arm64. [2021-09-16T18:58:03.033Z] #21 20.34 Preparing to unpack .../15-libip4tc2_1.8.7-1_arm64.deb ... [2021-09-16T18:58:03.033Z] #21 20.36 Unpacking libip4tc2:arm64 (1.8.7-1) ... [2021-09-16T18:58:03.033Z] #21 20.47 Selecting previously unselected package libip6tc2:arm64. [2021-09-16T18:58:03.033Z] #21 20.48 Preparing to unpack .../16-libip6tc2_1.8.7-1_arm64.deb ... [2021-09-16T18:58:03.033Z] #21 20.50 Unpacking libip6tc2:arm64 (1.8.7-1) ... [2021-09-16T18:58:03.033Z] #21 20.58 Selecting previously unselected package libnfnetlink0:arm64. [2021-09-16T18:58:03.297Z] #21 20.59 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_arm64.deb ... [2021-09-16T18:58:03.297Z] #21 20.60 Unpacking libnfnetlink0:arm64 (1.0.1-3+b1) ... [2021-09-16T18:58:03.297Z] #21 20.73 Selecting previously unselected package libnetfilter-conntrack3:arm64. [2021-09-16T18:58:03.297Z] #21 20.73 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_arm64.deb ... [2021-09-16T18:58:03.297Z] #21 20.74 Unpacking libnetfilter-conntrack3:arm64 (1.0.8-3) ... [2021-09-16T18:58:03.297Z] #21 20.85 Selecting previously unselected package libnftnl11:arm64. [2021-09-16T18:58:03.560Z] #21 20.87 Preparing to unpack .../19-libnftnl11_1.1.9-1_arm64.deb ... [2021-09-16T18:58:03.560Z] #21 20.88 Unpacking libnftnl11:arm64 (1.1.9-1) ... [2021-09-16T18:58:03.560Z] #21 21.00 Selecting previously unselected package iptables. [2021-09-16T18:58:03.560Z] #21 21.01 Preparing to unpack .../20-iptables_1.8.7-1_arm64.deb ... [2021-09-16T18:58:03.560Z] #21 21.01 Unpacking iptables (1.8.7-1) ... [2021-09-16T18:58:04.135Z] #21 21.50 Selecting previously unselected package libonig5:arm64. [2021-09-16T18:58:04.135Z] #21 21.50 Preparing to unpack .../21-libonig5_6.9.6-1.1_arm64.deb ... [2021-09-16T18:58:04.135Z] #21 21.51 Unpacking libonig5:arm64 (6.9.6-1.1) ... [2021-09-16T18:58:04.135Z] #21 21.69 Selecting previously unselected package libjq1:arm64. [2021-09-16T18:58:04.372Z] #19 215.9 Selecting previously unselected package linux-libc-dev-armel-cross. [2021-09-16T18:58:04.372Z] #19 215.9 Preparing to unpack .../074-linux-libc-dev-armel-cross_5.10.13-1cross4_all.deb ... [2021-09-16T18:58:04.372Z] #19 216.1 Unpacking linux-libc-dev-armel-cross (5.10.13-1cross4) ... [2021-09-16T18:58:04.398Z] #21 21.71 Preparing to unpack .../22-libjq1_1.6-2.1_arm64.deb ... [2021-09-16T18:58:04.398Z] #21 21.72 Unpacking libjq1:arm64 (1.6-2.1) ... [2021-09-16T18:58:04.398Z] #21 21.84 Selecting previously unselected package jq. [2021-09-16T18:58:04.398Z] #21 21.85 Preparing to unpack .../23-jq_1.6-2.1_arm64.deb ... [2021-09-16T18:58:04.398Z] #21 21.86 Unpacking jq (1.6-2.1) ... [2021-09-16T18:58:04.419Z] #21 9.342 Reading package lists... [2021-09-16T18:58:04.661Z] #21 21.96 Selecting previously unselected package libaio1:arm64. [2021-09-16T18:58:04.661Z] #21 21.97 Preparing to unpack .../24-libaio1_0.3.112-9_arm64.deb ... [2021-09-16T18:58:04.661Z] #21 21.99 Unpacking libaio1:arm64 (0.3.112-9) ... [2021-09-16T18:58:04.661Z] #21 22.11 Selecting previously unselected package libgpm2:arm64. [2021-09-16T18:58:04.661Z] #21 22.12 Preparing to unpack .../25-libgpm2_1.20.7-8_arm64.deb ... [2021-09-16T18:58:04.661Z] #21 22.13 Unpacking libgpm2:arm64 (1.20.7-8) ... [2021-09-16T18:58:04.661Z] #21 22.20 Selecting previously unselected package libicu67:arm64. [2021-09-16T18:58:04.923Z] #21 22.22 Preparing to unpack .../26-libicu67_67.1-7_arm64.deb ... [2021-09-16T18:58:04.923Z] #21 22.23 Unpacking libicu67:arm64 (67.1-7) ... [2021-09-16T18:58:04.986Z] #21 11.32 Building dependency tree... [2021-09-16T18:58:05.554Z] #21 12.48 The following additional packages will be installed: [2021-09-16T18:58:05.745Z] #19 217.4 Selecting previously unselected package libc6-dev-armel-cross. [2021-09-16T18:58:05.745Z] #19 217.4 Preparing to unpack .../075-libc6-dev-armel-cross_2.31-9cross4_all.deb ... [2021-09-16T18:58:05.745Z] #19 217.6 Unpacking libc6-dev-armel-cross (2.31-9cross4) ... [2021-09-16T18:58:05.813Z] #21 12.48 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2021-09-16T18:58:05.813Z] #21 12.48 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2021-09-16T18:58:05.813Z] #21 12.48 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2021-09-16T18:58:05.813Z] #21 12.48 python3-pkg-resources vim-runtime xxd [2021-09-16T18:58:05.813Z] #21 12.48 Suggested packages: [2021-09-16T18:58:05.813Z] #21 12.49 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2021-09-16T18:58:05.813Z] #21 12.49 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2021-09-16T18:58:05.813Z] #21 12.49 acl attr quota [2021-09-16T18:58:05.813Z] #21 12.49 Recommended packages: [2021-09-16T18:58:05.813Z] #21 12.49 libatm1 nftables libpam-cap build-essential python3-dev unzip [2021-09-16T18:58:06.750Z] #21 13.56 The following NEW packages will be installed: [2021-09-16T18:58:06.750Z] #21 13.56 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2021-09-16T18:58:06.750Z] #21 13.56 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2021-09-16T18:58:06.750Z] #21 13.56 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2021-09-16T18:58:06.750Z] #21 13.56 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2021-09-16T18:58:06.750Z] #21 13.56 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2021-09-16T18:58:06.750Z] #21 13.56 python3-pkg-resources python3-setuptools python3-wheel sudo [2021-09-16T18:58:06.750Z] #21 13.56 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-09-16T18:58:06.750Z] #21 13.56 xz-utils zip zstd [2021-09-16T18:58:07.009Z] #21 13.88 0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded. [2021-09-16T18:58:07.009Z] #21 13.88 Need to get 27.6 MB of archives. [2021-09-16T18:58:07.009Z] #21 13.88 After this operation, 106 MB of additional disk space will be used. [2021-09-16T18:58:07.009Z] #21 13.88 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2021-09-16T18:58:07.009Z] #21 13.88 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2021-09-16T18:58:07.009Z] #21 13.89 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2021-09-16T18:58:07.009Z] #21 13.89 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2021-09-16T18:58:07.009Z] #21 13.89 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2021-09-16T18:58:07.009Z] #21 13.89 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2021-09-16T18:58:07.009Z] #21 13.90 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2021-09-16T18:58:07.009Z] #21 13.90 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2021-09-16T18:58:07.009Z] #21 13.92 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3 [192 kB] [2021-09-16T18:58:07.009Z] #21 13.93 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3 [226 kB] [2021-09-16T18:58:07.165Z] #19 218.9 Selecting previously unselected package libstdc++-10-dev-armel-cross. [2021-09-16T18:58:07.165Z] #19 218.9 Preparing to unpack .../076-libstdc++-10-dev-armel-cross_10.2.1-6cross1_all.deb ... [2021-09-16T18:58:07.268Z] #21 13.95 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2021-09-16T18:58:07.268Z] #21 13.95 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2021-09-16T18:58:07.268Z] #21 14.05 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2 [220 kB] [2021-09-16T18:58:07.268Z] #21 14.13 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2021-09-16T18:58:07.268Z] #21 14.15 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2021-09-16T18:58:07.268Z] #21 14.15 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2021-09-16T18:58:07.268Z] #21 14.15 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2021-09-16T18:58:07.268Z] #21 14.16 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2021-09-16T18:58:07.268Z] #21 14.17 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2021-09-16T18:58:07.268Z] #21 14.17 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2021-09-16T18:58:07.268Z] #21 14.17 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2021-09-16T18:58:07.268Z] #21 14.17 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2021-09-16T18:58:07.268Z] #21 14.19 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2021-09-16T18:58:07.268Z] #21 14.19 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2021-09-16T18:58:07.268Z] #21 14.21 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2021-09-16T18:58:07.268Z] #21 14.26 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2021-09-16T18:58:07.424Z] #19 219.1 Unpacking libstdc++-10-dev-armel-cross (10.2.1-6cross1) ... [2021-09-16T18:58:07.481Z] #21 24.52 Selecting previously unselected package libinih1:arm64. [2021-09-16T18:58:07.481Z] #21 24.52 Preparing to unpack .../27-libinih1_53-1+b2_arm64.deb ... [2021-09-16T18:58:07.481Z] #21 24.53 Unpacking libinih1:arm64 (53-1+b2) ... [2021-09-16T18:58:07.481Z] #21 24.65 Selecting previously unselected package libnet1:arm64. [2021-09-16T18:58:07.481Z] #21 24.66 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_arm64.deb ... [2021-09-16T18:58:07.481Z] #21 24.67 Unpacking libnet1:arm64 (1.1.6+dfsg-3.1) ... [2021-09-16T18:58:07.481Z] #21 24.78 Selecting previously unselected package libnl-3-200:arm64. [2021-09-16T18:58:07.481Z] #21 24.79 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_arm64.deb ... [2021-09-16T18:58:07.481Z] #21 24.82 Unpacking libnl-3-200:arm64 (3.4.0-1+b1) ... [2021-09-16T18:58:07.481Z] #21 24.97 Selecting previously unselected package libprotobuf-c1:arm64. [2021-09-16T18:58:07.481Z] #21 24.97 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_arm64.deb ... [2021-09-16T18:58:07.481Z] #21 24.99 Unpacking libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2021-09-16T18:58:07.526Z] #21 14.27 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2021-09-16T18:58:07.744Z] #21 25.10 Selecting previously unselected package net-tools. [2021-09-16T18:58:07.744Z] #21 25.11 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_arm64.deb ... [2021-09-16T18:58:07.744Z] #21 25.12 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2021-09-16T18:58:07.785Z] #21 14.62 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2021-09-16T18:58:07.785Z] #21 14.62 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-16T18:58:07.785Z] #21 14.62 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-16T18:58:07.785Z] #21 14.62 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-16T18:58:07.785Z] #21 14.65 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2021-09-16T18:58:07.785Z] #21 14.65 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2021-09-16T18:58:07.785Z] #21 14.66 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4 [1948 kB] [2021-09-16T18:58:07.989Z] #19 219.8 Selecting previously unselected package g++-10-arm-linux-gnueabi. [2021-09-16T18:58:07.989Z] #19 219.8 Preparing to unpack .../077-g++-10-arm-linux-gnueabi_10.2.1-6cross1_amd64.deb ... [2021-09-16T18:58:07.989Z] #19 219.8 Unpacking g++-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2021-09-16T18:58:08.007Z] #21 25.41 Selecting previously unselected package patch. [2021-09-16T18:58:08.007Z] #21 25.41 Preparing to unpack .../32-patch_2.7.6-7_arm64.deb ... [2021-09-16T18:58:08.007Z] #21 25.41 Unpacking patch (2.7.6-7) ... [2021-09-16T18:58:08.045Z] #21 14.72 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2021-09-16T18:58:08.045Z] #21 14.73 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2021-09-16T18:58:08.045Z] #21 14.73 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2021-09-16T18:58:08.045Z] #21 14.73 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2021-09-16T18:58:08.045Z] #21 14.75 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2021-09-16T18:58:08.045Z] #21 14.75 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4 [337 kB] [2021-09-16T18:58:08.045Z] #21 14.77 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2021-09-16T18:58:08.045Z] #21 14.83 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2021-09-16T18:58:08.045Z] #21 14.90 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2021-09-16T18:58:08.045Z] #21 14.90 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3 [6226 kB] [2021-09-16T18:58:08.270Z] #21 25.54 Selecting previously unselected package python-pip-whl. [2021-09-16T18:58:08.271Z] #21 25.55 Preparing to unpack .../33-python-pip-whl_20.3.4-4_all.deb ... [2021-09-16T18:58:08.271Z] #21 25.56 Unpacking python-pip-whl (20.3.4-4) ... [2021-09-16T18:58:08.304Z] #21 15.14 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3 [1494 kB] [2021-09-16T18:58:08.304Z] #21 15.18 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2021-09-16T18:58:08.304Z] #21 15.20 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2021-09-16T18:58:08.534Z] #21 25.98 Selecting previously unselected package python3-lib2to3. [2021-09-16T18:58:08.534Z] #21 25.98 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2021-09-16T18:58:08.534Z] #21 26.00 Unpacking python3-lib2to3 (3.9.2-1) ... [2021-09-16T18:58:08.563Z] #21 15.31 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2021-09-16T18:58:08.797Z] #21 26.16 Selecting previously unselected package python3-distutils. [2021-09-16T18:58:08.797Z] #21 26.17 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2021-09-16T18:58:08.797Z] #21 26.19 Unpacking python3-distutils (3.9.2-1) ... [2021-09-16T18:58:08.797Z] #21 26.38 Selecting previously unselected package python3-pkg-resources. [2021-09-16T18:58:09.060Z] #21 26.38 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2021-09-16T18:58:09.060Z] #21 26.40 Unpacking python3-pkg-resources (52.0.0-4) ... [2021-09-16T18:58:09.060Z] #21 26.55 Selecting previously unselected package python3-setuptools. [2021-09-16T18:58:09.060Z] #21 26.56 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2021-09-16T18:58:09.060Z] #21 26.59 Unpacking python3-setuptools (52.0.0-4) ... [2021-09-16T18:58:09.130Z] #21 16.03 debconf: delaying package configuration, since apt-utils is not installed [2021-09-16T18:58:09.130Z] #21 16.15 Fetched 27.6 MB in 2s (13.9 MB/s) [2021-09-16T18:58:09.324Z] #21 26.89 Selecting previously unselected package python3-wheel. [2021-09-16T18:58:09.324Z] #21 26.90 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2021-09-16T18:58:09.324Z] #21 26.91 Unpacking python3-wheel (0.34.2-1) ... [2021-09-16T18:58:09.389Z] #21 16.19 Selecting previously unselected package pigz. [2021-09-16T18:58:09.389Z] #21 16.19 (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-16T18:58:09.389Z] #21 16.24 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2021-09-16T18:58:09.389Z] #21 16.24 Unpacking pigz (2.6-1) ... [2021-09-16T18:58:09.587Z] #21 27.06 Selecting previously unselected package python3-pip. [2021-09-16T18:58:09.587Z] #21 27.09 Preparing to unpack .../39-python3-pip_20.3.4-4_all.deb ... [2021-09-16T18:58:09.587Z] #21 27.10 Unpacking python3-pip (20.3.4-4) ... [2021-09-16T18:58:09.648Z] #21 16.31 Selecting previously unselected package libelf1:amd64. [2021-09-16T18:58:09.648Z] #21 16.31 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2021-09-16T18:58:09.648Z] #21 16.33 Unpacking libelf1:amd64 (0.183-1) ... [2021-09-16T18:58:09.648Z] #21 16.44 Selecting previously unselected package libbpf0:amd64. [2021-09-16T18:58:09.648Z] #21 16.44 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2021-09-16T18:58:09.648Z] #21 16.44 Unpacking libbpf0:amd64 (1:0.3-2) ... [2021-09-16T18:58:09.648Z] #21 16.55 Selecting previously unselected package libcap2:amd64. [2021-09-16T18:58:09.649Z] #21 16.56 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2021-09-16T18:58:09.649Z] #21 16.56 Unpacking libcap2:amd64 (1:2.44-1) ... [2021-09-16T18:58:09.649Z] #21 16.62 Selecting previously unselected package libmnl0:amd64. [2021-09-16T18:58:09.649Z] #21 16.62 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2021-09-16T18:58:09.649Z] #21 16.63 Unpacking libmnl0:amd64 (1.0.4-3) ... [2021-09-16T18:58:09.908Z] #21 16.67 Selecting previously unselected package libxtables12:amd64. [2021-09-16T18:58:09.908Z] #21 16.68 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2021-09-16T18:58:09.908Z] #21 16.69 Unpacking libxtables12:amd64 (1.8.7-1) ... [2021-09-16T18:58:09.908Z] #21 16.75 Selecting previously unselected package libcap2-bin. [2021-09-16T18:58:09.908Z] #21 16.75 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2021-09-16T18:58:09.908Z] #21 16.77 Unpacking libcap2-bin (1:2.44-1) ... [2021-09-16T18:58:10.114Z] #21 27.50 Selecting previously unselected package sudo. [2021-09-16T18:58:10.114Z] #21 27.51 Preparing to unpack .../40-sudo_1.9.5p2-3_arm64.deb ... [2021-09-16T18:58:10.114Z] #21 27.52 Unpacking sudo (1.9.5p2-3) ... [2021-09-16T18:58:10.167Z] #21 16.84 Selecting previously unselected package iproute2. [2021-09-16T18:58:10.167Z] #21 16.85 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2021-09-16T18:58:10.167Z] #21 16.85 Unpacking iproute2 (5.10.0-4) ... [2021-09-16T18:58:10.426Z] #21 17.28 Selecting previously unselected package xxd. [2021-09-16T18:58:10.426Z] #21 17.30 Preparing to unpack .../08-xxd_2%3a8.2.2434-3_amd64.deb ... [2021-09-16T18:58:10.426Z] #21 17.30 Unpacking xxd (2:8.2.2434-3) ... [2021-09-16T18:58:10.426Z] #21 17.41 Selecting previously unselected package vim-common. [2021-09-16T18:58:10.426Z] #21 17.41 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3_all.deb ... [2021-09-16T18:58:10.686Z] #21 17.44 Unpacking vim-common (2:8.2.2434-3) ... [2021-09-16T18:58:10.690Z] #21 28.01 Selecting previously unselected package thin-provisioning-tools. [2021-09-16T18:58:10.690Z] #21 28.03 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_arm64.deb ... [2021-09-16T18:58:10.690Z] #21 28.04 Unpacking thin-provisioning-tools (0.9.0-1) ... [2021-09-16T18:58:10.892Z] #14 131.0 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2021-09-16T18:58:10.892Z] #14 131.0 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2021-09-16T18:58:10.892Z] #14 131.0 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2021-09-16T18:58:10.945Z] #21 17.58 Selecting previously unselected package bash-completion. [2021-09-16T18:58:10.945Z] #21 17.58 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2021-09-16T18:58:10.954Z] #21 28.23 Selecting previously unselected package uidmap. [2021-09-16T18:58:10.954Z] #21 28.25 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_arm64.deb ... [2021-09-16T18:58:10.954Z] #21 28.25 Unpacking uidmap (1:4.8.1-1) ... [2021-09-16T18:58:10.954Z] #21 28.39 Selecting previously unselected package vim-runtime. [2021-09-16T18:58:10.954Z] #21 28.40 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3_all.deb ... [2021-09-16T18:58:10.954Z] #21 28.42 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-16T18:58:10.954Z] #21 28.46 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2021-09-16T18:58:10.954Z] #21 28.46 Unpacking vim-runtime (2:8.2.2434-3) ... [2021-09-16T18:58:12.813Z] #14 135.6 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2021-09-16T18:58:12.813Z] #14 135.6 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2021-09-16T18:58:12.813Z] #14 135.6 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2021-09-16T18:58:12.891Z] #21 19.44 Unpacking bash-completion (1:2.11-2) ... [2021-09-16T18:58:12.891Z] #21 19.73 Selecting previously unselected package bzip2. [2021-09-16T18:58:12.891Z] #21 19.74 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ... [2021-09-16T18:58:12.891Z] #21 19.75 Unpacking bzip2 (1.0.8-4) ... [2021-09-16T18:58:13.155Z] #21 19.84 Selecting previously unselected package xz-utils. [2021-09-16T18:58:13.155Z] #21 19.84 Preparing to unpack .../12-xz-utils_5.2.5-2_amd64.deb ... [2021-09-16T18:58:13.155Z] #21 19.85 Unpacking xz-utils (5.2.5-2) ... [2021-09-16T18:58:13.155Z] #21 20.01 Selecting previously unselected package apparmor. [2021-09-16T18:58:13.155Z] #21 20.01 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ... [2021-09-16T18:58:13.155Z] #21 20.04 Unpacking apparmor (2.13.6-10) ... [2021-09-16T18:58:13.726Z] #21 20.43 Selecting previously unselected package inetutils-ping. [2021-09-16T18:58:13.727Z] #21 20.44 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ... [2021-09-16T18:58:13.727Z] #21 20.44 Unpacking inetutils-ping (2:2.0-1) ... [2021-09-16T18:58:13.727Z] #21 20.56 Selecting previously unselected package libip4tc2:amd64. [2021-09-16T18:58:13.727Z] #21 20.56 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ... [2021-09-16T18:58:13.727Z] #21 20.56 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2021-09-16T18:58:13.727Z] #21 20.63 Selecting previously unselected package libip6tc2:amd64. [2021-09-16T18:58:13.727Z] #21 20.63 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ... [2021-09-16T18:58:13.727Z] #21 20.64 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2021-09-16T18:58:13.727Z] #21 20.70 Selecting previously unselected package libnfnetlink0:amd64. [2021-09-16T18:58:13.985Z] #21 20.70 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2021-09-16T18:58:13.985Z] #21 20.70 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-09-16T18:58:13.985Z] #21 20.75 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2021-09-16T18:58:13.985Z] #21 20.76 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2021-09-16T18:58:13.985Z] #21 20.76 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2021-09-16T18:58:13.985Z] #21 20.81 Selecting previously unselected package libnftnl11:amd64. [2021-09-16T18:58:13.985Z] #21 20.83 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ... [2021-09-16T18:58:13.985Z] #21 20.83 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2021-09-16T18:58:13.985Z] #21 20.91 Selecting previously unselected package iptables. [2021-09-16T18:58:13.985Z] #21 20.91 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ... [2021-09-16T18:58:13.985Z] #21 20.91 Unpacking iptables (1.8.7-1) ... [2021-09-16T18:58:14.243Z] #21 21.21 Selecting previously unselected package libonig5:amd64. [2021-09-16T18:58:14.243Z] #21 21.21 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ... [2021-09-16T18:58:14.243Z] #21 21.23 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2021-09-16T18:58:14.270Z] #21 31.22 Selecting previously unselected package vim. [2021-09-16T18:58:14.270Z] #21 31.22 Preparing to unpack .../44-vim_2%3a8.2.2434-3_arm64.deb ... [2021-09-16T18:58:14.270Z] #21 31.25 Unpacking vim (2:8.2.2434-3) ... [2021-09-16T18:58:14.270Z] #21 31.75 Selecting previously unselected package xfsprogs. [2021-09-16T18:58:14.270Z] #21 31.76 Preparing to unpack .../45-xfsprogs_5.10.0-4_arm64.deb ... [2021-09-16T18:58:14.270Z] #21 31.77 Unpacking xfsprogs (5.10.0-4) ... [2021-09-16T18:58:14.502Z] #21 21.38 Selecting previously unselected package libjq1:amd64. [2021-09-16T18:58:14.502Z] #21 21.38 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ... [2021-09-16T18:58:14.502Z] #21 21.38 Unpacking libjq1:amd64 (1.6-2.1) ... [2021-09-16T18:58:14.502Z] #21 21.48 Selecting previously unselected package jq. [2021-09-16T18:58:14.502Z] #21 21.48 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ... [2021-09-16T18:58:14.502Z] #21 21.48 Unpacking jq (1.6-2.1) ... [2021-09-16T18:58:14.560Z] #19 225.7 Selecting previously unselected package g++-arm-linux-gnueabi. [2021-09-16T18:58:14.560Z] #19 225.7 Preparing to unpack .../078-g++-arm-linux-gnueabi_4%3a10.2.1-1_amd64.deb ... [2021-09-16T18:58:14.560Z] #19 225.7 Unpacking g++-arm-linux-gnueabi (4:10.2.1-1) ... [2021-09-16T18:58:14.560Z] #19 225.8 Selecting previously unselected package crossbuild-essential-armel. [2021-09-16T18:58:14.560Z] #19 225.8 Preparing to unpack .../079-crossbuild-essential-armel_12.9_all.deb ... [2021-09-16T18:58:14.560Z] #19 225.8 Unpacking crossbuild-essential-armel (12.9) ... [2021-09-16T18:58:14.560Z] #19 225.8 Selecting previously unselected package libc6-armhf-cross. [2021-09-16T18:58:14.560Z] #19 225.8 Preparing to unpack .../080-libc6-armhf-cross_2.31-9cross4_all.deb ... [2021-09-16T18:58:14.560Z] #19 225.8 Unpacking libc6-armhf-cross (2.31-9cross4) ... [2021-09-16T18:58:14.560Z] #19 226.0 Selecting previously unselected package libgcc-s1-armhf-cross. [2021-09-16T18:58:14.560Z] #19 226.0 Preparing to unpack .../081-libgcc-s1-armhf-cross_10.2.1-6cross1_all.deb ... [2021-09-16T18:58:14.560Z] #19 226.0 Unpacking libgcc-s1-armhf-cross (10.2.1-6cross1) ... [2021-09-16T18:58:14.560Z] #19 226.0 Selecting previously unselected package libgomp1-armhf-cross. [2021-09-16T18:58:14.560Z] #19 226.0 Preparing to unpack .../082-libgomp1-armhf-cross_10.2.1-6cross1_all.deb ... [2021-09-16T18:58:14.560Z] #19 226.0 Unpacking libgomp1-armhf-cross (10.2.1-6cross1) ... [2021-09-16T18:58:14.560Z] #19 226.1 Selecting previously unselected package libatomic1-armhf-cross. [2021-09-16T18:58:14.560Z] #19 226.1 Preparing to unpack .../083-libatomic1-armhf-cross_10.2.1-6cross1_all.deb ... [2021-09-16T18:58:14.560Z] #19 226.1 Unpacking libatomic1-armhf-cross (10.2.1-6cross1) ... [2021-09-16T18:58:14.560Z] #19 226.2 Selecting previously unselected package libasan6-armhf-cross. [2021-09-16T18:58:14.560Z] #19 226.2 Preparing to unpack .../084-libasan6-armhf-cross_10.2.1-6cross1_all.deb ... [2021-09-16T18:58:14.560Z] #19 226.2 Unpacking libasan6-armhf-cross (10.2.1-6cross1) ... [2021-09-16T18:58:14.761Z] #21 21.56 Selecting previously unselected package libaio1:amd64. [2021-09-16T18:58:14.761Z] #21 21.57 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ... [2021-09-16T18:58:14.761Z] #21 21.57 Unpacking libaio1:amd64 (0.3.112-9) ... [2021-09-16T18:58:14.761Z] #21 21.63 Selecting previously unselected package libgpm2:amd64. [2021-09-16T18:58:14.761Z] #21 21.64 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ... [2021-09-16T18:58:14.761Z] #21 21.65 Unpacking libgpm2:amd64 (1.20.7-8) ... [2021-09-16T18:58:14.761Z] #21 21.70 Selecting previously unselected package libicu67:amd64. [2021-09-16T18:58:14.761Z] #21 21.70 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ... [2021-09-16T18:58:14.761Z] #21 21.71 Unpacking libicu67:amd64 (67.1-7) ... [2021-09-16T18:58:14.819Z] #19 226.5 Selecting previously unselected package libstdc++6-armhf-cross. [2021-09-16T18:58:14.819Z] #19 226.5 Preparing to unpack .../085-libstdc++6-armhf-cross_10.2.1-6cross1_all.deb ... [2021-09-16T18:58:14.819Z] #19 226.5 Unpacking libstdc++6-armhf-cross (10.2.1-6cross1) ... [2021-09-16T18:58:14.819Z] #19 226.6 Selecting previously unselected package libubsan1-armhf-cross. [2021-09-16T18:58:14.819Z] #19 226.6 Preparing to unpack .../086-libubsan1-armhf-cross_10.2.1-6cross1_all.deb ... [2021-09-16T18:58:14.819Z] #19 226.6 Unpacking libubsan1-armhf-cross (10.2.1-6cross1) ... [2021-09-16T18:58:14.819Z] #19 226.7 Selecting previously unselected package libgcc-10-dev-armhf-cross. [2021-09-16T18:58:14.846Z] #21 32.14 Selecting previously unselected package zip. [2021-09-16T18:58:14.846Z] #21 32.16 Preparing to unpack .../46-zip_3.0-12_arm64.deb ... [2021-09-16T18:58:14.846Z] #21 32.16 Unpacking zip (3.0-12) ... [2021-09-16T18:58:14.846Z] #21 32.34 Selecting previously unselected package zstd. [2021-09-16T18:58:14.846Z] #21 32.35 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_arm64.deb ... [2021-09-16T18:58:14.846Z] #21 32.37 Unpacking zstd (1.4.8+dfsg-2.1) ... [2021-09-16T18:58:15.078Z] #19 226.7 Preparing to unpack .../087-libgcc-10-dev-armhf-cross_10.2.1-6cross1_all.deb ... [2021-09-16T18:58:15.078Z] #19 226.7 Unpacking libgcc-10-dev-armhf-cross (10.2.1-6cross1) ... [2021-09-16T18:58:15.078Z] #19 226.9 Selecting previously unselected package gcc-10-arm-linux-gnueabihf. [2021-09-16T18:58:15.078Z] #19 226.9 Preparing to unpack .../088-gcc-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ... [2021-09-16T18:58:15.078Z] #19 226.9 Unpacking gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2021-09-16T18:58:15.422Z] #21 32.68 Setting up python3-pkg-resources (52.0.0-4) ... [2021-09-16T18:58:16.375Z] #21 33.81 Setting up libip4tc2:arm64 (1.8.7-1) ... [2021-09-16T18:58:16.375Z] #21 33.83 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2021-09-16T18:58:16.375Z] #21 33.85 Setting up libgpm2:arm64 (1.20.7-8) ... [2021-09-16T18:58:16.375Z] #21 33.88 Setting up libicu67:arm64 (67.1-7) ... [2021-09-16T18:58:16.375Z] #21 33.91 Setting up libip6tc2:arm64 (1.8.7-1) ... [2021-09-16T18:58:16.375Z] #21 33.93 Setting up libinih1:arm64 (53-1+b2) ... [2021-09-16T18:58:16.638Z] #21 33.95 Setting up uidmap (1:4.8.1-1) ... [2021-09-16T18:58:16.638Z] #21 33.97 Setting up libnet1:arm64 (1.1.6+dfsg-3.1) ... [2021-09-16T18:58:16.638Z] #21 33.99 Setting up bzip2 (1.0.8-4) ... [2021-09-16T18:58:16.638Z] #21 34.00 Setting up libprotobuf-c1:arm64 (1.3.3-1+b2) ... [2021-09-16T18:58:16.638Z] #21 34.02 Setting up python3-wheel (0.34.2-1) ... [2021-09-16T18:58:17.620Z] #21 34.86 Setting up xxd (2:8.2.2434-3) ... [2021-09-16T18:58:17.620Z] #21 34.88 Setting up libcap2:arm64 (1:2.44-1) ... [2021-09-16T18:58:17.620Z] #21 34.89 Setting up libcap2-bin (1:2.44-1) ... [2021-09-16T18:58:17.620Z] #21 34.92 Setting up apparmor (2.13.6-10) ... [2021-09-16T18:58:18.051Z] #21 24.81 Selecting previously unselected package libinih1:amd64. [2021-09-16T18:58:18.051Z] #21 24.81 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ... [2021-09-16T18:58:18.051Z] #21 24.82 Unpacking libinih1:amd64 (53-1+b2) ... [2021-09-16T18:58:18.051Z] #21 24.87 Selecting previously unselected package libnet1:amd64. [2021-09-16T18:58:18.051Z] #21 24.87 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-09-16T18:58:18.051Z] #21 24.88 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-09-16T18:58:18.310Z] #21 24.94 Selecting previously unselected package libnl-3-200:amd64. [2021-09-16T18:58:18.310Z] #21 24.94 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2021-09-16T18:58:18.310Z] #21 24.95 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2021-09-16T18:58:18.310Z] #21 25.01 Selecting previously unselected package libprotobuf-c1:amd64. [2021-09-16T18:58:18.310Z] #21 25.01 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2021-09-16T18:58:18.310Z] #21 25.02 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2021-09-16T18:58:18.310Z] #21 25.09 Selecting previously unselected package net-tools. [2021-09-16T18:58:18.310Z] #21 25.11 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2021-09-16T18:58:18.310Z] #21 25.11 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2021-09-16T18:58:18.569Z] #21 25.27 Selecting previously unselected package patch. [2021-09-16T18:58:18.569Z] #21 25.27 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ... [2021-09-16T18:58:18.569Z] #21 25.29 Unpacking patch (2.7.6-7) ... [2021-09-16T18:58:18.569Z] #21 25.39 Selecting previously unselected package python-pip-whl. [2021-09-16T18:58:18.569Z] #21 25.39 Preparing to unpack .../33-python-pip-whl_20.3.4-4_all.deb ... [2021-09-16T18:58:18.569Z] #21 25.40 Unpacking python-pip-whl (20.3.4-4) ... [2021-09-16T18:58:19.138Z] #21 25.88 Selecting previously unselected package python3-lib2to3. [2021-09-16T18:58:19.138Z] #21 25.89 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2021-09-16T18:58:19.138Z] #21 25.90 Unpacking python3-lib2to3 (3.9.2-1) ... [2021-09-16T18:58:19.138Z] #21 26.00 Selecting previously unselected package python3-distutils. [2021-09-16T18:58:19.138Z] #21 26.02 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2021-09-16T18:58:19.138Z] #21 26.02 Unpacking python3-distutils (3.9.2-1) ... [2021-09-16T18:58:19.397Z] #21 26.17 Selecting previously unselected package python3-pkg-resources. [2021-09-16T18:58:19.397Z] #21 26.17 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2021-09-16T18:58:19.397Z] #21 26.18 Unpacking python3-pkg-resources (52.0.0-4) ... [2021-09-16T18:58:19.657Z] #21 26.29 Selecting previously unselected package python3-setuptools. [2021-09-16T18:58:19.657Z] #21 26.29 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2021-09-16T18:58:19.657Z] #21 26.30 Unpacking python3-setuptools (52.0.0-4) ... [2021-09-16T18:58:19.657Z] #21 26.52 Selecting previously unselected package python3-wheel. [2021-09-16T18:58:19.657Z] #21 26.53 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2021-09-16T18:58:19.916Z] #21 26.54 Unpacking python3-wheel (0.34.2-1) ... [2021-09-16T18:58:19.916Z] #21 26.60 Selecting previously unselected package python3-pip. [2021-09-16T18:58:19.916Z] #21 26.60 Preparing to unpack .../39-python3-pip_20.3.4-4_all.deb ... [2021-09-16T18:58:19.916Z] #21 26.61 Unpacking python3-pip (20.3.4-4) ... [2021-09-16T18:58:20.175Z] #21 37.19 Setting up zip (3.0-12) ... [2021-09-16T18:58:20.175Z] #21 26.84 Selecting previously unselected package sudo. [2021-09-16T18:58:20.175Z] #21 37.20 Setting up vim-common (2:8.2.2434-3) ... [2021-09-16T18:58:20.175Z] #21 37.25 Setting up bash-completion (1:2.11-2) ... [2021-09-16T18:58:20.175Z] #21 26.85 Preparing to unpack .../40-sudo_1.9.5p2-3_amd64.deb ... [2021-09-16T18:58:20.175Z] #21 26.86 Unpacking sudo (1.9.5p2-3) ... [2021-09-16T18:58:20.694Z] #21 27.40 Selecting previously unselected package thin-provisioning-tools. [2021-09-16T18:58:20.694Z] #21 27.40 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2021-09-16T18:58:20.694Z] #21 27.41 Unpacking thin-provisioning-tools (0.9.0-1) ... [2021-09-16T18:58:20.694Z] #21 27.61 Selecting previously unselected package uidmap. [2021-09-16T18:58:20.694Z] #21 27.62 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ... [2021-09-16T18:58:20.694Z] #21 27.62 Unpacking uidmap (1:4.8.1-1) ... [2021-09-16T18:58:20.849Z] #14 140.6 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2021-09-16T18:58:20.849Z] #14 140.6 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2021-09-16T18:58:20.849Z] #14 140.6 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2021-09-16T18:58:20.953Z] #21 27.73 Selecting previously unselected package vim-runtime. [2021-09-16T18:58:20.953Z] #21 27.74 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3_all.deb ... [2021-09-16T18:58:20.953Z] #21 27.76 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-16T18:58:20.953Z] #21 27.78 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2021-09-16T18:58:20.953Z] #21 27.79 Unpacking vim-runtime (2:8.2.2434-3) ... [2021-09-16T18:58:22.735Z] #21 39.91 Setting up xz-utils (5.2.5-2) ... [2021-09-16T18:58:22.735Z] #21 39.94 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-09-16T18:58:22.735Z] #21 39.96 Setting up libmnl0:arm64 (1.0.4-3) ... [2021-09-16T18:58:22.735Z] #21 39.98 Setting up patch (2.7.6-7) ... [2021-09-16T18:58:22.735Z] #21 39.99 Setting up sudo (1.9.5p2-3) ... [2021-09-16T18:58:22.735Z] #21 40.17 invoke-rc.d: could not determine current runlevel [2021-09-16T18:58:22.735Z] #21 40.19 invoke-rc.d: policy-rc.d denied execution of start. [2021-09-16T18:58:22.735Z] #21 40.20 Setting up xfsprogs (5.10.0-4) ... [2021-09-16T18:58:22.735Z] #21 40.23 Setting up libxtables12:arm64 (1.8.7-1) ... [2021-09-16T18:58:22.735Z] #21 40.25 Setting up inetutils-ping (2:2.0-1) ... [2021-09-16T18:58:22.735Z] #21 40.26 Setting up pigz (2.6-1) ... [2021-09-16T18:58:22.735Z] #21 40.28 Setting up libnfnetlink0:arm64 (1.0.1-3+b1) ... [2021-09-16T18:58:22.834Z] #14 ... [2021-09-16T18:58:22.834Z] [2021-09-16T18:58:22.834Z] #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-16T18:58:22.834Z] #60 sha256:7bf307d0ddd22ab3a820ffdbfe2cc9de0497a6b18e03ff8b8b55ab44b43cc5ee [2021-09-16T18:58:22.834Z] #60 144.9 + for f in rootlesskit rootlesskit-docker-proxy [2021-09-16T18:58:22.834Z] #60 144.9 + GOBIN=/build [2021-09-16T18:58:22.834Z] #60 144.9 + GO111MODULE=on [2021-09-16T18:58:22.834Z] #60 144.9 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4 [2021-09-16T18:58:22.998Z] #21 40.30 Setting up libnl-3-200:arm64 (3.4.0-1+b1) ... [2021-09-16T18:58:22.999Z] #21 40.32 Setting up python-pip-whl (20.3.4-4) ... [2021-09-16T18:58:22.999Z] #21 40.34 Setting up vim-runtime (2:8.2.2434-3) ... [2021-09-16T18:58:23.193Z] #19 234.8 Selecting previously unselected package gcc-arm-linux-gnueabihf. [2021-09-16T18:58:23.193Z] #19 234.8 Preparing to unpack .../089-gcc-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ... [2021-09-16T18:58:23.193Z] #19 235.0 Unpacking gcc-arm-linux-gnueabihf (4:10.2.1-1) ... [2021-09-16T18:58:23.749Z] #21 30.50 Selecting previously unselected package vim. [2021-09-16T18:58:23.749Z] #21 30.51 Preparing to unpack .../44-vim_2%3a8.2.2434-3_amd64.deb ... [2021-09-16T18:58:23.749Z] #21 30.54 Unpacking vim (2:8.2.2434-3) ... [2021-09-16T18:58:23.947Z] #21 41.30 Setting up libaio1:arm64 (0.3.112-9) ... [2021-09-16T18:58:23.947Z] #21 41.32 Setting up python3-lib2to3 (3.9.2-1) ... [2021-09-16T18:58:24.126Z] #19 235.9 Selecting previously unselected package linux-libc-dev-armhf-cross. [2021-09-16T18:58:24.126Z] #19 235.9 Preparing to unpack .../090-linux-libc-dev-armhf-cross_5.10.13-1cross4_all.deb ... [2021-09-16T18:58:24.317Z] #21 31.06 Selecting previously unselected package xfsprogs. [2021-09-16T18:58:24.317Z] #21 31.07 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ... [2021-09-16T18:58:24.317Z] #21 31.08 Unpacking xfsprogs (5.10.0-4) ... [2021-09-16T18:58:24.410Z] #19 236.1 Unpacking linux-libc-dev-armhf-cross (5.10.13-1cross4) ... [2021-09-16T18:58:24.525Z] #21 41.87 Setting up libelf1:arm64 (0.183-1) ... [2021-09-16T18:58:24.525Z] #21 41.94 Setting up zstd (1.4.8+dfsg-2.1) ... [2021-09-16T18:58:24.525Z] #21 41.96 Setting up libonig5:arm64 (6.9.6-1.1) ... [2021-09-16T18:58:24.525Z] #21 41.99 Setting up python3-distutils (3.9.2-1) ... [2021-09-16T18:58:24.836Z] #21 31.48 Selecting previously unselected package zip. [2021-09-16T18:58:24.836Z] #21 31.49 Preparing to unpack .../46-zip_3.0-12_amd64.deb ... [2021-09-16T18:58:24.836Z] #21 31.50 Unpacking zip (3.0-12) ... [2021-09-16T18:58:24.836Z] #21 31.62 Selecting previously unselected package zstd. [2021-09-16T18:58:24.836Z] #21 31.62 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2021-09-16T18:58:24.836Z] #21 31.63 Unpacking zstd (1.4.8+dfsg-2.1) ... [2021-09-16T18:58:25.096Z] #21 31.92 Setting up python3-pkg-resources (52.0.0-4) ... [2021-09-16T18:58:25.101Z] #21 42.66 Setting up vim (2:8.2.2434-3) ... [2021-09-16T18:58:25.101Z] #21 42.68 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-09-16T18:58:25.101Z] #21 42.68 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-09-16T18:58:25.101Z] #21 42.69 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-09-16T18:58:25.101Z] #21 42.70 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-09-16T18:58:25.364Z] #21 42.71 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-09-16T18:58:25.364Z] #21 42.72 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-09-16T18:58:25.364Z] #21 42.74 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-09-16T18:58:25.364Z] #21 42.75 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-09-16T18:58:25.364Z] #21 42.83 Setting up python3-setuptools (52.0.0-4) ... [2021-09-16T18:58:25.783Z] #19 237.4 Selecting previously unselected package libc6-dev-armhf-cross. [2021-09-16T18:58:25.783Z] #19 237.4 Preparing to unpack .../091-libc6-dev-armhf-cross_2.31-9cross4_all.deb ... [2021-09-16T18:58:25.924Z] #21 32.67 Setting up libip4tc2:amd64 (1.8.7-1) ... [2021-09-16T18:58:25.924Z] #21 32.70 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2021-09-16T18:58:25.924Z] #21 32.71 Setting up libgpm2:amd64 (1.20.7-8) ... [2021-09-16T18:58:25.924Z] #21 32.72 Setting up libicu67:amd64 (67.1-7) ... [2021-09-16T18:58:25.924Z] #21 32.74 Setting up libip6tc2:amd64 (1.8.7-1) ... [2021-09-16T18:58:25.924Z] #21 32.75 Setting up libinih1:amd64 (53-1+b2) ... [2021-09-16T18:58:25.924Z] #21 32.76 Setting up uidmap (1:4.8.1-1) ... [2021-09-16T18:58:25.924Z] #21 32.77 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-09-16T18:58:25.924Z] #21 32.78 Setting up bzip2 (1.0.8-4) ... [2021-09-16T18:58:25.924Z] #21 32.79 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2021-09-16T18:58:25.924Z] #21 32.81 Setting up python3-wheel (0.34.2-1) ... [2021-09-16T18:58:26.041Z] #19 237.7 Unpacking libc6-dev-armhf-cross (2.31-9cross4) ... [2021-09-16T18:58:26.606Z] #19 238.4 Selecting previously unselected package libstdc++-10-dev-armhf-cross. [2021-09-16T18:58:26.606Z] #19 238.4 Preparing to unpack .../092-libstdc++-10-dev-armhf-cross_10.2.1-6cross1_all.deb ... [2021-09-16T18:58:26.606Z] #19 238.4 Unpacking libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ... [2021-09-16T18:58:26.919Z] #21 33.43 Setting up xxd (2:8.2.2434-3) ... [2021-09-16T18:58:26.919Z] #21 33.45 Setting up libcap2:amd64 (1:2.44-1) ... [2021-09-16T18:58:26.919Z] #21 33.46 Setting up libcap2-bin (1:2.44-1) ... [2021-09-16T18:58:26.919Z] #21 33.47 Setting up apparmor (2.13.6-10) ... [2021-09-16T18:58:27.174Z] #19 238.9 Selecting previously unselected package g++-10-arm-linux-gnueabihf. [2021-09-16T18:58:27.174Z] #19 238.9 Preparing to unpack .../093-g++-10-arm-linux-gnueabihf_10.2.1-6cross1_amd64.deb ... [2021-09-16T18:58:27.174Z] #19 238.9 Unpacking g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2021-09-16T18:58:27.289Z] #21 44.48 Setting up libjq1:arm64 (1.6-2.1) ... [2021-09-16T18:58:27.289Z] #21 44.50 Setting up libnftnl11:arm64 (1.1.9-1) ... [2021-09-16T18:58:27.290Z] #21 44.53 Setting up thin-provisioning-tools (0.9.0-1) ... [2021-09-16T18:58:27.290Z] #21 44.55 Setting up python3-pip (20.3.4-4) ... [2021-09-16T18:58:28.683Z] #21 45.98 Setting up libnetfilter-conntrack3:arm64 (1.0.8-3) ... [2021-09-16T18:58:28.683Z] #21 46.01 Setting up jq (1.6-2.1) ... [2021-09-16T18:58:28.683Z] #21 46.04 Setting up libbpf0:arm64 (1:0.3-2) ... [2021-09-16T18:58:28.683Z] #21 46.05 Setting up iptables (1.8.7-1) ... [2021-09-16T18:58:28.683Z] #21 46.07 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-09-16T18:58:28.683Z] #21 46.08 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-09-16T18:58:28.683Z] #21 46.09 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-09-16T18:58:28.683Z] #21 46.10 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-09-16T18:58:28.683Z] #21 46.11 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-09-16T18:58:28.683Z] #21 46.12 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-09-16T18:58:28.683Z] #21 46.14 Setting up iproute2 (5.10.0-4) ... [2021-09-16T18:58:28.826Z] #21 35.42 Setting up zip (3.0-12) ... [2021-09-16T18:58:28.826Z] #21 35.44 Setting up vim-common (2:8.2.2434-3) ... [2021-09-16T18:58:28.826Z] #21 35.48 Setting up bash-completion (1:2.11-2) ... [2021-09-16T18:58:29.260Z] #21 46.57 Processing triggers for libc-bin (2.31-13) ... [2021-09-16T18:58:30.211Z] #21 DONE 47.7s [2021-09-16T18:58:30.211Z] [2021-09-16T18:58:30.211Z] #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-16T18:58:30.211Z] #25 sha256:cd50c47e26b1f242885591c70552f5024daeaafcdd34d7a8dd3874c5dfa6c903 [2021-09-16T18:58:30.211Z] #25 ... [2021-09-16T18:58:30.211Z] [2021-09-16T18:58:30.211Z] #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-16T18:58:30.211Z] #22 sha256:30a126607b0d78ffaf629b6bebecfbdb773b66eed83ff0ce75e299570046a58e [2021-09-16T18:58:30.464Z] #21 37.21 Setting up xz-utils (5.2.5-2) ... [2021-09-16T18:58:30.464Z] #21 37.22 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-09-16T18:58:30.464Z] #21 37.24 Setting up libmnl0:amd64 (1.0.4-3) ... [2021-09-16T18:58:30.464Z] #21 37.25 Setting up patch (2.7.6-7) ... [2021-09-16T18:58:30.464Z] #21 37.26 Setting up sudo (1.9.5p2-3) ... [2021-09-16T18:58:30.464Z] #21 37.33 invoke-rc.d: could not determine current runlevel [2021-09-16T18:58:30.464Z] #21 37.33 invoke-rc.d: policy-rc.d denied execution of start. [2021-09-16T18:58:30.464Z] #21 37.34 Setting up xfsprogs (5.10.0-4) ... [2021-09-16T18:58:30.464Z] #21 37.35 Setting up libxtables12:amd64 (1.8.7-1) ... [2021-09-16T18:58:30.464Z] #21 37.36 Setting up inetutils-ping (2:2.0-1) ... [2021-09-16T18:58:30.464Z] #21 37.38 Setting up pigz (2.6-1) ... [2021-09-16T18:58:30.464Z] #21 37.39 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-09-16T18:58:30.464Z] #21 37.40 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2021-09-16T18:58:30.464Z] #21 37.41 Setting up python-pip-whl (20.3.4-4) ... [2021-09-16T18:58:30.464Z] #21 37.42 Setting up vim-runtime (2:8.2.2434-3) ... [2021-09-16T18:58:30.986Z] #60 ... [2021-09-16T18:58:30.986Z] [2021-09-16T18:58:30.986Z] #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-16T18:58:30.986Z] #14 sha256:08b9278feadfc8db068b744755add65a213f9549a1269ed67e0d97e0b3db2896 [2021-09-16T18:58:30.986Z] #14 154.0 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2021-09-16T18:58:30.986Z] #14 154.0 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2021-09-16T18:58:30.986Z] #14 154.1 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2021-09-16T18:58:31.401Z] #21 38.07 Setting up libaio1:amd64 (0.3.112-9) ... [2021-09-16T18:58:31.401Z] #21 38.08 Setting up python3-lib2to3 (3.9.2-1) ... [2021-09-16T18:58:31.623Z] #22 1.395 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-09-16T18:58:31.623Z] #22 1.415 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-09-16T18:58:31.623Z] #22 1.421 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-09-16T18:58:31.660Z] #21 38.44 Setting up libelf1:amd64 (0.183-1) ... [2021-09-16T18:58:31.660Z] #21 38.48 Setting up zstd (1.4.8+dfsg-2.1) ... [2021-09-16T18:58:31.660Z] #21 38.54 Setting up libonig5:amd64 (6.9.6-1.1) ... [2021-09-16T18:58:31.901Z] #22 DONE 1.5s [2021-09-16T18:58:31.901Z] [2021-09-16T18:58:31.901Z] #23 [dev-systemd-false 9/25] RUN pip3 install yamllint==1.26.1 [2021-09-16T18:58:31.901Z] #23 sha256:ca3ab7ff9658df05e40c78e3a02e850c00715e356a283f5c76f29c3e75928829 [2021-09-16T18:58:31.919Z] #21 38.60 Setting up python3-distutils (3.9.2-1) ... [2021-09-16T18:58:32.178Z] #21 38.99 Setting up vim (2:8.2.2434-3) ... [2021-09-16T18:58:32.178Z] #21 39.00 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-09-16T18:58:32.178Z] #21 39.01 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-09-16T18:58:32.178Z] #21 39.01 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-09-16T18:58:32.178Z] #21 39.01 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-09-16T18:58:32.178Z] #21 39.02 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-09-16T18:58:32.178Z] #21 39.03 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-09-16T18:58:32.178Z] #21 39.04 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-09-16T18:58:32.178Z] #21 39.04 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-09-16T18:58:32.178Z] #21 39.06 Setting up python3-setuptools (52.0.0-4) ... [2021-09-16T18:58:32.373Z] #14 ... [2021-09-16T18:58:32.373Z] [2021-09-16T18:58:32.373Z] #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-16T18:58:32.373Z] #60 sha256:7bf307d0ddd22ab3a820ffdbfe2cc9de0497a6b18e03ff8b8b55ab44b43cc5ee [2021-09-16T18:58:32.373Z] #60 DONE 155.6s [2021-09-16T18:58:32.373Z] [2021-09-16T18:58:32.373Z] #61 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-09-16T18:58:32.373Z] #61 sha256:958baefda9bdeef5bee074a21eb714373425a583c627f0c673e30900ed4c558a [2021-09-16T18:58:32.373Z] #61 DONE 0.1s [2021-09-16T18:58:32.373Z] [2021-09-16T18:58:32.373Z] #62 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-09-16T18:58:32.373Z] #62 sha256:7c4f7d4615f2fa72f5d7d8250ecb18d9284c68e4787021b922b7014203e5e4d8 [2021-09-16T18:58:32.634Z] #62 DONE 0.2s [2021-09-16T18:58:32.634Z] [2021-09-16T18:58:32.634Z] #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-16T18:58:32.634Z] #14 sha256:08b9278feadfc8db068b744755add65a213f9549a1269ed67e0d97e0b3db2896 [2021-09-16T18:58:33.039Z] #14 ... [2021-09-16T18:58:33.039Z] [2021-09-16T18:58:33.039Z] #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-16T18:58:33.039Z] #60 sha256:fb74e79648441633df8545955701b54b3e84b00adddf850192464417d6bb3e3a [2021-09-16T18:58:33.039Z] #60 152.9 + for f in rootlesskit rootlesskit-docker-proxy [2021-09-16T18:58:33.039Z] #60 152.9 + GOBIN=/build [2021-09-16T18:58:33.039Z] #60 152.9 + GO111MODULE=on [2021-09-16T18:58:33.039Z] #60 152.9 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4 [2021-09-16T18:58:33.558Z] #21 40.39 Setting up libjq1:amd64 (1.6-2.1) ... [2021-09-16T18:58:33.558Z] #21 40.40 Setting up libnftnl11:amd64 (1.1.9-1) ... [2021-09-16T18:58:33.558Z] #21 40.41 Setting up thin-provisioning-tools (0.9.0-1) ... [2021-09-16T18:58:33.558Z] #21 40.42 Setting up python3-pip (20.3.4-4) ... [2021-09-16T18:58:33.779Z] #19 245.3 Selecting previously unselected package g++-arm-linux-gnueabihf. [2021-09-16T18:58:33.779Z] #19 245.3 Preparing to unpack .../094-g++-arm-linux-gnueabihf_4%3a10.2.1-1_amd64.deb ... [2021-09-16T18:58:33.779Z] #19 245.5 Unpacking g++-arm-linux-gnueabihf (4:10.2.1-1) ... [2021-09-16T18:58:34.495Z] #21 41.50 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2021-09-16T18:58:34.714Z] #19 246.2 Selecting previously unselected package crossbuild-essential-armhf. [2021-09-16T18:58:34.714Z] #19 246.2 Preparing to unpack .../095-crossbuild-essential-armhf_12.9_all.deb ... [2021-09-16T18:58:34.714Z] #19 246.2 Unpacking crossbuild-essential-armhf (12.9) ... [2021-09-16T18:58:34.714Z] #19 246.2 Selecting previously unselected package libc6-ppc64el-cross. [2021-09-16T18:58:34.714Z] #19 246.2 Preparing to unpack .../096-libc6-ppc64el-cross_2.31-9cross4_all.deb ... [2021-09-16T18:58:34.714Z] #19 246.2 Unpacking libc6-ppc64el-cross (2.31-9cross4) ... [2021-09-16T18:58:34.714Z] #19 246.4 Selecting previously unselected package libgcc-s1-ppc64el-cross. [2021-09-16T18:58:34.714Z] #19 246.4 Preparing to unpack .../097-libgcc-s1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2021-09-16T18:58:34.714Z] #19 246.4 Unpacking libgcc-s1-ppc64el-cross (10.2.1-6cross1) ... [2021-09-16T18:58:34.714Z] #19 246.5 Selecting previously unselected package libgomp1-ppc64el-cross. [2021-09-16T18:58:34.714Z] #19 246.5 Preparing to unpack .../098-libgomp1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2021-09-16T18:58:34.714Z] #19 246.5 Unpacking libgomp1-ppc64el-cross (10.2.1-6cross1) ... [2021-09-16T18:58:34.714Z] #19 246.5 Selecting previously unselected package libitm1-ppc64el-cross. [2021-09-16T18:58:34.714Z] #19 246.5 Preparing to unpack .../099-libitm1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2021-09-16T18:58:34.714Z] #19 246.5 Unpacking libitm1-ppc64el-cross (10.2.1-6cross1) ... [2021-09-16T18:58:34.714Z] #19 246.6 Selecting previously unselected package libatomic1-ppc64el-cross. [2021-09-16T18:58:34.714Z] #19 246.6 Preparing to unpack .../100-libatomic1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2021-09-16T18:58:34.714Z] #19 246.6 Unpacking libatomic1-ppc64el-cross (10.2.1-6cross1) ... [2021-09-16T18:58:34.755Z] #21 41.51 Setting up jq (1.6-2.1) ... [2021-09-16T18:58:34.755Z] #21 41.52 Setting up libbpf0:amd64 (1:0.3-2) ... [2021-09-16T18:58:34.755Z] #21 41.53 Setting up iptables (1.8.7-1) ... [2021-09-16T18:58:34.755Z] #21 41.54 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-09-16T18:58:34.755Z] #21 41.55 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-09-16T18:58:34.755Z] #21 41.56 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-09-16T18:58:34.755Z] #21 41.56 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-09-16T18:58:34.755Z] #21 41.57 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-09-16T18:58:34.755Z] #21 41.57 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-09-16T18:58:34.755Z] #21 41.58 Setting up iproute2 (5.10.0-4) ... [2021-09-16T18:58:34.972Z] #19 246.6 Selecting previously unselected package libasan6-ppc64el-cross. [2021-09-16T18:58:34.972Z] #19 246.6 Preparing to unpack .../101-libasan6-ppc64el-cross_10.2.1-6cross1_all.deb ... [2021-09-16T18:58:34.972Z] #19 246.6 Unpacking libasan6-ppc64el-cross (10.2.1-6cross1) ... [2021-09-16T18:58:34.972Z] #19 246.9 Selecting previously unselected package liblsan0-ppc64el-cross. [2021-09-16T18:58:35.230Z] #19 246.9 Preparing to unpack .../102-liblsan0-ppc64el-cross_10.2.1-6cross1_all.deb ... [2021-09-16T18:58:35.230Z] #19 246.9 Unpacking liblsan0-ppc64el-cross (10.2.1-6cross1) ... [2021-09-16T18:58:35.230Z] #19 247.0 Selecting previously unselected package libtsan0-ppc64el-cross. [2021-09-16T18:58:35.230Z] #19 247.0 Preparing to unpack .../103-libtsan0-ppc64el-cross_10.2.1-6cross1_all.deb ... [2021-09-16T18:58:35.231Z] #19 247.0 Unpacking libtsan0-ppc64el-cross (10.2.1-6cross1) ... [2021-09-16T18:58:35.281Z] #21 41.91 Processing triggers for libc-bin (2.31-13) ... [2021-09-16T18:58:35.489Z] #19 247.2 Selecting previously unselected package libstdc++6-ppc64el-cross. [2021-09-16T18:58:35.489Z] #19 247.2 Preparing to unpack .../104-libstdc++6-ppc64el-cross_10.2.1-6cross1_all.deb ... [2021-09-16T18:58:35.489Z] #19 247.2 Unpacking libstdc++6-ppc64el-cross (10.2.1-6cross1) ... [2021-09-16T18:58:35.489Z] #19 247.3 Selecting previously unselected package libubsan1-ppc64el-cross. [2021-09-16T18:58:35.489Z] #19 247.3 Preparing to unpack .../105-libubsan1-ppc64el-cross_10.2.1-6cross1_all.deb ... [2021-09-16T18:58:35.489Z] #19 247.3 Unpacking libubsan1-ppc64el-cross (10.2.1-6cross1) ... [2021-09-16T18:58:35.541Z] #21 DONE 42.4s [2021-09-16T18:58:35.541Z] [2021-09-16T18:58:35.541Z] #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-16T18:58:35.541Z] #22 sha256:eb70a2e83afe8f27a141753222b0308bc5d7d2781fcae6d6d064631d4c4ca44f [2021-09-16T18:58:35.748Z] #19 247.5 Selecting previously unselected package libquadmath0-ppc64el-cross. [2021-09-16T18:58:35.748Z] #19 247.5 Preparing to unpack .../106-libquadmath0-ppc64el-cross_10.2.1-6cross1_all.deb ... [2021-09-16T18:58:35.748Z] #19 247.5 Unpacking libquadmath0-ppc64el-cross (10.2.1-6cross1) ... [2021-09-16T18:58:35.748Z] #19 247.5 Selecting previously unselected package libgcc-10-dev-ppc64el-cross. [2021-09-16T18:58:35.748Z] #19 247.5 Preparing to unpack .../107-libgcc-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ... [2021-09-16T18:58:35.748Z] #19 247.5 Unpacking libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2021-09-16T18:58:36.007Z] #19 247.7 Selecting previously unselected package gcc-10-powerpc64le-linux-gnu. [2021-09-16T18:58:36.007Z] #19 247.7 Preparing to unpack .../108-gcc-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ... [2021-09-16T18:58:36.007Z] #19 247.7 Unpacking gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2021-09-16T18:58:37.450Z] #22 1.636 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-09-16T18:58:37.450Z] #22 1.640 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-09-16T18:58:37.450Z] #22 1.643 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-09-16T18:58:37.450Z] #22 DONE 1.7s [2021-09-16T18:58:37.450Z] [2021-09-16T18:58:37.450Z] #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-16T18:58:37.450Z] #41 sha256:6b8cec4c40d2921a1d2bdc203326c098330e9d2856fcd77ef3a5c99befc5d468 [2021-09-16T18:58:37.450Z] #41 ... [2021-09-16T18:58:37.450Z] [2021-09-16T18:58:37.450Z] #23 [dev-systemd-false 9/25] RUN pip3 install yamllint==1.26.1 [2021-09-16T18:58:37.450Z] #23 sha256:9b26ced4cf4009cc5768f0a9c6635a5c4481485463d9459dff849fffa967e104 [2021-09-16T18:58:39.223Z] #14 161.6 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-09-16T18:58:39.223Z] #14 161.6 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2021-09-16T18:58:39.223Z] #14 161.6 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2021-09-16T18:58:39.223Z] #14 161.8 Selecting previously unselected package libapparmor1:amd64. [2021-09-16T18:58:39.223Z] #14 161.8 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2021-09-16T18:58:39.223Z] #14 161.8 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2021-09-16T18:58:39.223Z] #14 162.0 Selecting previously unselected package libapparmor-dev:amd64. [2021-09-16T18:58:39.223Z] #14 162.0 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2021-09-16T18:58:39.223Z] #14 162.0 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2021-09-16T18:58:39.223Z] #14 162.3 Selecting previously unselected package libbtrfs0:amd64. [2021-09-16T18:58:39.223Z] #14 162.3 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2021-09-16T18:58:39.223Z] #14 162.3 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2021-09-16T18:58:39.223Z] #14 162.4 Selecting previously unselected package libbtrfs-dev:amd64. [2021-09-16T18:58:39.223Z] #14 162.4 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2021-09-16T18:58:39.223Z] #14 162.4 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2021-09-16T18:58:39.485Z] #14 162.7 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2021-09-16T18:58:39.485Z] #14 162.7 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2021-09-16T18:58:39.485Z] #14 162.8 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2021-09-16T18:58:39.603Z] #60 ... [2021-09-16T18:58:39.604Z] [2021-09-16T18:58:39.604Z] #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-16T18:58:39.604Z] #14 sha256:08b9278feadfc8db068b744755add65a213f9549a1269ed67e0d97e0b3db2896 [2021-09-16T18:58:39.604Z] #14 159.9 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2021-09-16T18:58:39.604Z] #14 159.9 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2021-09-16T18:58:39.747Z] #14 162.9 Selecting previously unselected package libudev-dev:amd64. [2021-09-16T18:58:39.747Z] #14 162.9 Preparing to unpack .../20-libudev-dev_247.3-6_amd64.deb ... [2021-09-16T18:58:39.747Z] #14 162.9 Unpacking libudev-dev:amd64 (247.3-6) ... [2021-09-16T18:58:39.747Z] #14 163.1 Selecting previously unselected package libsepol1-dev:amd64. [2021-09-16T18:58:39.861Z] #14 159.9 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2021-09-16T18:58:40.009Z] #14 163.1 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2021-09-16T18:58:40.009Z] #14 163.1 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2021-09-16T18:58:40.009Z] #14 163.3 Selecting previously unselected package libpcre2-16-0:amd64. [2021-09-16T18:58:40.009Z] #14 163.3 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2021-09-16T18:58:40.009Z] #14 163.4 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2021-09-16T18:58:40.065Z] #23 ... [2021-09-16T18:58:40.065Z] [2021-09-16T18:58:40.065Z] #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-16T18:58:40.065Z] #41 sha256:8be3294f0279068f7ba1098bf26bf4d0445541ea961b1618523d95f4fabc2a8d [2021-09-16T18:58:40.065Z] #41 157.9 + dpkg --print-architecture [2021-09-16T18:58:40.065Z] #41 DONE 158.5s [2021-09-16T18:58:40.065Z] [2021-09-16T18:58:40.065Z] #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-16T18:58:40.065Z] #58 sha256:70574642f2b2edd2e6ed406a9665529e24cdb35dccbf0c3816ab234bd6f9297b [2021-09-16T18:58:40.270Z] #14 163.5 Selecting previously unselected package libpcre2-32-0:amd64. [2021-09-16T18:58:40.270Z] #14 163.5 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2021-09-16T18:58:40.270Z] #14 163.5 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2021-09-16T18:58:40.270Z] #14 163.7 Selecting previously unselected package libpcre2-posix2:amd64. [2021-09-16T18:58:40.270Z] #14 163.7 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2021-09-16T18:58:40.270Z] #14 163.7 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2021-09-16T18:58:40.532Z] #14 163.8 Selecting previously unselected package libpcre2-dev:amd64. [2021-09-16T18:58:40.532Z] #14 163.8 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2021-09-16T18:58:40.532Z] #14 163.8 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2021-09-16T18:58:41.105Z] #14 164.3 Selecting previously unselected package libselinux1-dev:amd64. [2021-09-16T18:58:41.105Z] #14 164.3 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2021-09-16T18:58:41.105Z] #14 164.3 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2021-09-16T18:58:41.304Z] #19 252.2 Selecting previously unselected package gcc-powerpc64le-linux-gnu. [2021-09-16T18:58:41.304Z] #19 252.2 Preparing to unpack .../109-gcc-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2021-09-16T18:58:41.304Z] #19 252.2 Unpacking gcc-powerpc64le-linux-gnu (4:10.2.1-1) ... [2021-09-16T18:58:41.304Z] #19 252.2 Selecting previously unselected package linux-libc-dev-ppc64el-cross. [2021-09-16T18:58:41.304Z] #19 252.2 Preparing to unpack .../110-linux-libc-dev-ppc64el-cross_5.10.13-1cross4_all.deb ... [2021-09-16T18:58:41.304Z] #19 252.2 Unpacking linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ... [2021-09-16T18:58:41.304Z] #19 252.4 Selecting previously unselected package libc6-dev-ppc64el-cross. [2021-09-16T18:58:41.304Z] #19 252.4 Preparing to unpack .../111-libc6-dev-ppc64el-cross_2.31-9cross4_all.deb ... [2021-09-16T18:58:41.304Z] #19 252.4 Unpacking libc6-dev-ppc64el-cross (2.31-9cross4) ... [2021-09-16T18:58:41.304Z] #19 252.7 Selecting previously unselected package libstdc++-10-dev-ppc64el-cross. [2021-09-16T18:58:41.304Z] #19 252.7 Preparing to unpack .../112-libstdc++-10-dev-ppc64el-cross_10.2.1-6cross1_all.deb ... [2021-09-16T18:58:41.304Z] #19 252.7 Unpacking libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2021-09-16T18:58:41.304Z] #19 253.0 Selecting previously unselected package g++-10-powerpc64le-linux-gnu. [2021-09-16T18:58:41.304Z] #19 253.0 Preparing to unpack .../113-g++-10-powerpc64le-linux-gnu_10.2.1-6cross1_amd64.deb ... [2021-09-16T18:58:41.304Z] #19 253.0 Unpacking g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2021-09-16T18:58:41.367Z] #14 164.6 Selecting previously unselected package libdevmapper-dev:amd64. [2021-09-16T18:58:41.367Z] #14 164.6 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2021-09-16T18:58:41.367Z] #14 164.6 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2021-09-16T18:58:41.367Z] #14 164.7 Selecting previously unselected package libseccomp-dev:amd64. [2021-09-16T18:58:41.367Z] #14 164.7 Preparing to unpack .../28-libseccomp-dev_2.5.1-1_amd64.deb ... [2021-09-16T18:58:41.367Z] #14 164.7 Unpacking libseccomp-dev:amd64 (2.5.1-1) ... [2021-09-16T18:58:41.367Z] #14 164.8 Selecting previously unselected package libsystemd-dev:amd64. [2021-09-16T18:58:41.367Z] #14 164.8 Preparing to unpack .../29-libsystemd-dev_247.3-6_amd64.deb ... [2021-09-16T18:58:41.367Z] #14 164.8 Unpacking libsystemd-dev:amd64 (247.3-6) ... [2021-09-16T18:58:41.460Z] #58 ... [2021-09-16T18:58:41.460Z] [2021-09-16T18:58:41.460Z] #23 [dev-systemd-false 9/25] RUN pip3 install yamllint==1.26.1 [2021-09-16T18:58:41.460Z] #23 sha256:ca3ab7ff9658df05e40c78e3a02e850c00715e356a283f5c76f29c3e75928829 [2021-09-16T18:58:41.460Z] #23 9.377 Collecting yamllint==1.26.1 [2021-09-16T18:58:41.939Z] #14 165.3 Setting up libseccomp-dev:amd64 (2.5.1-1) ... [2021-09-16T18:58:41.939Z] #14 165.4 Setting up libapparmor1:amd64 (2.13.6-10) ... [2021-09-16T18:58:41.939Z] #14 165.4 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2021-09-16T18:58:41.940Z] #14 165.4 Setting up libsepol1-dev:amd64 (3.1-1) ... [2021-09-16T18:58:42.203Z] #14 165.4 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2021-09-16T18:58:42.203Z] #14 165.4 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2021-09-16T18:58:42.203Z] #14 165.4 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2021-09-16T18:58:42.203Z] #14 165.4 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2021-09-16T18:58:42.203Z] #14 165.5 Setting up libudev-dev:amd64 (247.3-6) ... [2021-09-16T18:58:42.203Z] #14 165.5 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2021-09-16T18:58:42.203Z] #14 165.5 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2021-09-16T18:58:42.203Z] #14 165.6 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2021-09-16T18:58:42.203Z] #14 165.6 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2021-09-16T18:58:42.203Z] #14 165.6 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2021-09-16T18:58:42.407Z] #23 10.44 Downloading yamllint-1.26.1.tar.gz (126 kB) [2021-09-16T18:58:42.467Z] #14 165.6 Setting up mingw-w64-common (8.0.0-1) ... [2021-09-16T18:58:42.467Z] #14 165.6 Setting up libsystemd-dev:amd64 (247.3-6) ... [2021-09-16T18:58:42.467Z] #14 165.7 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2021-09-16T18:58:42.467Z] #14 165.7 Setting up libpcre2-dev:amd64 (10.36-2) ... [2021-09-16T18:58:42.467Z] #14 165.7 Setting up libselinux1-dev:amd64 (3.1-3) ... [2021-09-16T18:58:42.467Z] #14 165.7 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2021-09-16T18:58:42.467Z] #14 165.7 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2021-09-16T18:58:42.467Z] #14 165.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-16T18:58:42.467Z] #14 165.8 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2021-09-16T18:58:42.467Z] #14 165.8 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-win32 to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-09-16T18:58:42.467Z] #14 165.8 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2021-09-16T18:58:42.467Z] #14 165.8 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2021-09-16T18:58:42.729Z] #14 165.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-16T18:58:42.729Z] #14 165.9 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2021-09-16T18:58:42.729Z] #14 165.9 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2021-09-16T18:58:42.729Z] #14 165.9 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2021-09-16T18:58:42.729Z] #14 165.9 Setting up dmsetup (2:1.02.175-2.1) ... [2021-09-16T18:58:42.729Z] #14 166.0 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2021-09-16T18:58:42.729Z] #14 166.0 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2021-09-16T18:58:42.729Z] #14 166.0 Processing triggers for libc-bin (2.31-13) ... [2021-09-16T18:58:43.358Z] #23 11.70 Collecting pathspec>=0.5.3 [2021-09-16T18:58:43.621Z] #23 11.71 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2021-09-16T18:58:43.621Z] #23 11.98 Collecting pyyaml [2021-09-16T18:58:43.673Z] #14 DONE 167.1s [2021-09-16T18:58:43.673Z] [2021-09-16T18:58:43.673Z] #15 [dev-systemd-false 1/25] RUN groupadd -r docker [2021-09-16T18:58:43.673Z] #15 sha256:2f00e1b45760d71dede37bfe1732e663b743d8893518a731bfaec8ea05ba5792 [2021-09-16T18:58:43.884Z] #23 12.00 Downloading PyYAML-5.4.1-cp39-cp39-manylinux2014_aarch64.whl (788 kB) [2021-09-16T18:58:43.884Z] #23 12.13 Building wheels for collected packages: yamllint [2021-09-16T18:58:43.884Z] #23 12.14 Building wheel for yamllint (setup.py): started [2021-09-16T18:58:44.148Z] #23 ... [2021-09-16T18:58:44.148Z] [2021-09-16T18:58:44.148Z] #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-16T18:58:44.148Z] #51 sha256:f9fa53f70ebe00fcf59201ea46cdb773bbd00179e4ce433966351220e5bebea8 [2021-09-16T18:58:44.148Z] #51 162.1 + /build/golangci-lint --version [2021-09-16T18:58:44.148Z] #51 162.6 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-09-16T18:58:44.148Z] #51 DONE 162.8s [2021-09-16T18:58:44.412Z] [2021-09-16T18:58:44.412Z] #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-16T18:58:44.412Z] #25 sha256:cd50c47e26b1f242885591c70552f5024daeaafcdd34d7a8dd3874c5dfa6c903 [2021-09-16T18:58:44.993Z] #25 ... [2021-09-16T18:58:44.993Z] [2021-09-16T18:58:44.993Z] #23 [dev-systemd-false 9/25] RUN pip3 install yamllint==1.26.1 [2021-09-16T18:58:44.993Z] #23 sha256:ca3ab7ff9658df05e40c78e3a02e850c00715e356a283f5c76f29c3e75928829 [2021-09-16T18:58:44.993Z] #23 13.21 Building wheel for yamllint (setup.py): finished with status 'done' [2021-09-16T18:58:44.993Z] #23 13.21 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=b6618483a2978c16aaa1612a04d85ce9934751b8c2b04bfd6ba2286ce8ef9c4c [2021-09-16T18:58:44.993Z] #23 13.21 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2021-09-16T18:58:44.993Z] #23 13.22 Successfully built yamllint [2021-09-16T18:58:44.993Z] #23 13.25 Installing collected packages: pyyaml, pathspec, yamllint [2021-09-16T18:58:45.117Z] #14 ... [2021-09-16T18:58:45.117Z] [2021-09-16T18:58:45.117Z] #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-16T18:58:45.117Z] #60 sha256:fb74e79648441633df8545955701b54b3e84b00adddf850192464417d6bb3e3a [2021-09-16T18:58:45.117Z] #60 DONE 164.7s [2021-09-16T18:58:45.117Z] [2021-09-16T18:58:45.117Z] #61 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-09-16T18:58:45.117Z] #61 sha256:2744fc93885ee165f4e6a3f3779377f7f4d56d40ced6f2b5c51b81b23ce66729 [2021-09-16T18:58:45.117Z] #61 DONE 0.2s [2021-09-16T18:58:45.117Z] [2021-09-16T18:58:45.117Z] #62 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-09-16T18:58:45.117Z] #62 sha256:6dfaaf4b11265cbd09b7f4be6f0c7e1758183e2c1502b428a6ef3e004da9937f [2021-09-16T18:58:45.117Z] #62 DONE 0.1s [2021-09-16T18:58:45.117Z] [2021-09-16T18:58:45.117Z] #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-16T18:58:45.117Z] #41 sha256:6b8cec4c40d2921a1d2bdc203326c098330e9d2856fcd77ef3a5c99befc5d468 [2021-09-16T18:58:45.571Z] #23 13.64 Successfully installed pathspec-0.9.0 pyyaml-5.4.1 yamllint-1.26.1 [2021-09-16T18:58:45.834Z] #23 DONE 14.0s [2021-09-16T18:58:45.834Z] [2021-09-16T18:58:45.834Z] #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-16T18:58:45.834Z] #25 sha256:cd50c47e26b1f242885591c70552f5024daeaafcdd34d7a8dd3874c5dfa6c903 [2021-09-16T18:58:46.489Z] #41 ... [2021-09-16T18:58:46.489Z] [2021-09-16T18:58:46.489Z] #14 [runtime-dev-cross-false 1/1] RUN --mount=type=cache,sharing=locked,id=moby-cross-false-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-cross-false-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends binutils-mingw-w64 g++-mingw-w64-x86-64 libapparmor-dev libbtrfs-dev libdevmapper-dev libseccomp-dev libsystemd-dev libudev-dev [2021-09-16T18:58:46.489Z] #14 sha256:08b9278feadfc8db068b744755add65a213f9549a1269ed67e0d97e0b3db2896 [2021-09-16T18:58:46.489Z] #14 166.6 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-09-16T18:58:46.489Z] #14 166.6 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2021-09-16T18:58:46.489Z] #14 166.6 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2021-09-16T18:58:46.587Z] #19 257.4 Selecting previously unselected package g++-powerpc64le-linux-gnu. [2021-09-16T18:58:46.587Z] #19 257.4 Preparing to unpack .../114-g++-powerpc64le-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2021-09-16T18:58:46.587Z] #19 257.5 Unpacking g++-powerpc64le-linux-gnu (4:10.2.1-1) ... [2021-09-16T18:58:46.587Z] #19 257.5 Selecting previously unselected package crossbuild-essential-ppc64el. [2021-09-16T18:58:46.587Z] #19 257.5 Preparing to unpack .../115-crossbuild-essential-ppc64el_12.9_all.deb ... [2021-09-16T18:58:46.587Z] #19 257.5 Unpacking crossbuild-essential-ppc64el (12.9) ... [2021-09-16T18:58:46.587Z] #19 257.5 Selecting previously unselected package libc6-s390x-cross. [2021-09-16T18:58:46.587Z] #19 257.5 Preparing to unpack .../116-libc6-s390x-cross_2.31-9cross4_all.deb ... [2021-09-16T18:58:46.587Z] #19 257.5 Unpacking libc6-s390x-cross (2.31-9cross4) ... [2021-09-16T18:58:46.587Z] #19 257.7 Selecting previously unselected package libgcc-s1-s390x-cross. [2021-09-16T18:58:46.587Z] #19 257.7 Preparing to unpack .../117-libgcc-s1-s390x-cross_10.2.1-6cross1_all.deb ... [2021-09-16T18:58:46.587Z] #19 257.7 Unpacking libgcc-s1-s390x-cross (10.2.1-6cross1) ... [2021-09-16T18:58:46.587Z] #19 257.7 Selecting previously unselected package libgomp1-s390x-cross. [2021-09-16T18:58:46.587Z] #19 257.7 Preparing to unpack .../118-libgomp1-s390x-cross_10.2.1-6cross1_all.deb ... [2021-09-16T18:58:46.587Z] #19 257.7 Unpacking libgomp1-s390x-cross (10.2.1-6cross1) ... [2021-09-16T18:58:46.587Z] #19 257.8 Selecting previously unselected package libitm1-s390x-cross. [2021-09-16T18:58:46.587Z] #19 257.8 Preparing to unpack .../119-libitm1-s390x-cross_10.2.1-6cross1_all.deb ... [2021-09-16T18:58:46.587Z] #19 257.8 Unpacking libitm1-s390x-cross (10.2.1-6cross1) ... [2021-09-16T18:58:46.587Z] #19 257.8 Selecting previously unselected package libatomic1-s390x-cross. [2021-09-16T18:58:46.587Z] #19 257.8 Preparing to unpack .../120-libatomic1-s390x-cross_10.2.1-6cross1_all.deb ... [2021-09-16T18:58:46.587Z] #19 257.8 Unpacking libatomic1-s390x-cross (10.2.1-6cross1) ... [2021-09-16T18:58:46.587Z] #19 257.8 Selecting previously unselected package libasan6-s390x-cross. [2021-09-16T18:58:46.587Z] #19 257.8 Preparing to unpack .../121-libasan6-s390x-cross_10.2.1-6cross1_all.deb ... [2021-09-16T18:58:46.587Z] #19 257.8 Unpacking libasan6-s390x-cross (10.2.1-6cross1) ... [2021-09-16T18:58:46.587Z] #19 258.1 Selecting previously unselected package libstdc++6-s390x-cross. [2021-09-16T18:58:46.587Z] #19 258.1 Preparing to unpack .../122-libstdc++6-s390x-cross_10.2.1-6cross1_all.deb ... [2021-09-16T18:58:46.587Z] #19 258.1 Unpacking libstdc++6-s390x-cross (10.2.1-6cross1) ... [2021-09-16T18:58:46.587Z] #19 258.2 Selecting previously unselected package libubsan1-s390x-cross. [2021-09-16T18:58:46.587Z] #19 258.2 Preparing to unpack .../123-libubsan1-s390x-cross_10.2.1-6cross1_all.deb ... [2021-09-16T18:58:46.587Z] #19 258.2 Unpacking libubsan1-s390x-cross (10.2.1-6cross1) ... [2021-09-16T18:58:46.587Z] #19 258.3 Selecting previously unselected package libgcc-10-dev-s390x-cross. [2021-09-16T18:58:46.587Z] #19 258.3 Preparing to unpack .../124-libgcc-10-dev-s390x-cross_10.2.1-6cross1_all.deb ... [2021-09-16T18:58:46.587Z] #19 258.3 Unpacking libgcc-10-dev-s390x-cross (10.2.1-6cross1) ... [2021-09-16T18:58:46.746Z] #14 166.8 Selecting previously unselected package libapparmor1:amd64. [2021-09-16T18:58:46.746Z] #14 166.8 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2021-09-16T18:58:46.746Z] #14 166.8 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2021-09-16T18:58:46.746Z] #14 166.9 Selecting previously unselected package libapparmor-dev:amd64. [2021-09-16T18:58:46.746Z] #14 166.9 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2021-09-16T18:58:46.746Z] #14 166.9 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2021-09-16T18:58:46.846Z] #19 258.4 Selecting previously unselected package gcc-10-s390x-linux-gnu. [2021-09-16T18:58:46.846Z] #19 258.4 Preparing to unpack .../125-gcc-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ... [2021-09-16T18:58:46.846Z] #19 258.4 Unpacking gcc-10-s390x-linux-gnu (10.2.1-6cross1) ... [2021-09-16T18:58:46.988Z] #15 DONE 2.9s [2021-09-16T18:58:46.988Z] [2021-09-16T18:58:46.988Z] #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-16T18:58:46.988Z] #16 sha256:cd65dacf951655ad632b1aef712a9b41fa99a421ff23ddcc955babfa3f60742b [2021-09-16T18:58:47.003Z] #14 167.2 Selecting previously unselected package libbtrfs0:amd64. [2021-09-16T18:58:47.003Z] #14 167.2 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2021-09-16T18:58:47.003Z] #14 167.2 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2021-09-16T18:58:47.264Z] #14 167.4 Selecting previously unselected package libbtrfs-dev:amd64. [2021-09-16T18:58:47.264Z] #14 167.5 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2021-09-16T18:58:47.264Z] #14 167.5 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2021-09-16T18:58:47.432Z] #23 ... [2021-09-16T18:58:47.432Z] [2021-09-16T18:58:47.432Z] #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-16T18:58:47.432Z] #41 sha256:6b8cec4c40d2921a1d2bdc203326c098330e9d2856fcd77ef3a5c99befc5d468 [2021-09-16T18:58:47.432Z] #41 173.0 + dpkg --print-architecture [2021-09-16T18:58:47.432Z] #41 173.0 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2021-09-16T18:58:47.432Z] #41 173.7 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2021-09-16T18:58:47.432Z] #41 173.7 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2021-09-16T18:58:47.521Z] #14 167.7 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2021-09-16T18:58:47.521Z] #14 167.7 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2021-09-16T18:58:47.521Z] #14 167.7 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2021-09-16T18:58:47.783Z] #14 167.9 Selecting previously unselected package libudev-dev:amd64. [2021-09-16T18:58:47.783Z] #14 167.9 Preparing to unpack .../20-libudev-dev_247.3-6_amd64.deb ... [2021-09-16T18:58:47.783Z] #14 167.9 Unpacking libudev-dev:amd64 (247.3-6) ... [2021-09-16T18:58:48.042Z] #14 168.1 Selecting previously unselected package libsepol1-dev:amd64. [2021-09-16T18:58:48.042Z] #14 168.1 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2021-09-16T18:58:48.042Z] #14 168.1 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2021-09-16T18:58:48.082Z] 8f616e6e9eec: Pull complete [2021-09-16T18:58:48.206Z] 8f616e6e9eec: Pull complete [2021-09-16T18:58:48.299Z] #14 168.5 Selecting previously unselected package libpcre2-16-0:amd64. [2021-09-16T18:58:48.299Z] #14 168.5 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2021-09-16T18:58:48.299Z] #14 168.5 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2021-09-16T18:58:48.376Z] #16 DONE 1.7s [2021-09-16T18:58:48.376Z] [2021-09-16T18:58:48.376Z] #17 [dev-systemd-false 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-09-16T18:58:48.376Z] #17 sha256:689398e39bf6143cbe2edb4e31331e2502b02915855a24f464a604f3e53f6c63 [2021-09-16T18:58:48.862Z] #14 168.8 Selecting previously unselected package libpcre2-32-0:amd64. [2021-09-16T18:58:48.863Z] #14 168.8 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2021-09-16T18:58:48.863Z] #14 168.8 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2021-09-16T18:58:49.127Z] #14 169.1 Selecting previously unselected package libpcre2-posix2:amd64. [2021-09-16T18:58:49.127Z] #14 169.1 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2021-09-16T18:58:49.127Z] #14 169.1 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2021-09-16T18:58:49.127Z] #14 169.3 Selecting previously unselected package libpcre2-dev:amd64. [2021-09-16T18:58:49.127Z] #14 169.3 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2021-09-16T18:58:49.127Z] #14 169.3 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2021-09-16T18:58:49.738Z] #14 169.9 Selecting previously unselected package libselinux1-dev:amd64. [2021-09-16T18:58:49.738Z] #14 169.9 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2021-09-16T18:58:49.738Z] #14 169.9 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2021-09-16T18:58:50.030Z] #14 170.2 Selecting previously unselected package libdevmapper-dev:amd64. [2021-09-16T18:58:50.030Z] #14 170.2 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2021-09-16T18:58:50.030Z] #14 170.2 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2021-09-16T18:58:50.293Z] #17 1.613 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-09-16T18:58:50.293Z] #17 DONE 1.8s [2021-09-16T18:58:50.293Z] [2021-09-16T18:58:50.293Z] #18 [dev-systemd-false 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-09-16T18:58:50.293Z] #18 sha256:e108fd4ff99f8b9335b2c00d462603de279e4b1804d9c763ef034863b28b2fc6 [2021-09-16T18:58:50.296Z] #14 170.4 Selecting previously unselected package libseccomp-dev:amd64. [2021-09-16T18:58:50.296Z] #14 170.4 Preparing to unpack .../28-libseccomp-dev_2.5.1-1_amd64.deb ... [2021-09-16T18:58:50.296Z] #14 170.4 Unpacking libseccomp-dev:amd64 (2.5.1-1) ... [2021-09-16T18:58:50.554Z] #14 170.6 Selecting previously unselected package libsystemd-dev:amd64. [2021-09-16T18:58:50.554Z] #14 170.6 Preparing to unpack .../29-libsystemd-dev_247.3-6_amd64.deb ... [2021-09-16T18:58:50.554Z] #14 170.7 Unpacking libsystemd-dev:amd64 (247.3-6) ... [2021-09-16T18:58:50.738Z] #41 ... [2021-09-16T18:58:50.738Z] [2021-09-16T18:58:50.738Z] #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-16T18:58:50.738Z] #51 sha256:f88eaab6bd342bff925ce84a941ed765f673508e7759b9761eaf51f29856d246 [2021-09-16T18:58:50.738Z] #51 175.8 + /build/golangci-lint --version [2021-09-16T18:58:50.738Z] #51 176.2 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-09-16T18:58:50.738Z] #51 DONE 177.1s [2021-09-16T18:58:50.738Z] [2021-09-16T18:58:50.738Z] #23 [dev-systemd-false 9/25] RUN pip3 install yamllint==1.26.1 [2021-09-16T18:58:50.738Z] #23 sha256:9b26ced4cf4009cc5768f0a9c6635a5c4481485463d9459dff849fffa967e104 [2021-09-16T18:58:50.738Z] #23 9.675 Collecting yamllint==1.26.1 [2021-09-16T18:58:50.738Z] #23 10.72 Downloading yamllint-1.26.1.tar.gz (126 kB) [2021-09-16T18:58:50.738Z] #23 11.78 Collecting pathspec>=0.5.3 [2021-09-16T18:58:50.738Z] #23 11.79 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2021-09-16T18:58:50.738Z] #23 12.08 Collecting pyyaml [2021-09-16T18:58:50.738Z] #23 12.09 Downloading PyYAML-5.4.1-cp39-cp39-manylinux1_x86_64.whl (630 kB) [2021-09-16T18:58:50.738Z] #23 12.20 Building wheels for collected packages: yamllint [2021-09-16T18:58:50.738Z] #23 12.20 Building wheel for yamllint (setup.py): started [2021-09-16T18:58:50.738Z] #23 13.11 Building wheel for yamllint (setup.py): finished with status 'done' [2021-09-16T18:58:50.739Z] #23 13.12 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=2d01d0c548a71bcd01838c96b3ac61ee80451b7e2bdf03cd050abf557e318e7a [2021-09-16T18:58:50.739Z] #23 13.12 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2021-09-16T18:58:50.739Z] #23 13.12 Successfully built yamllint [2021-09-16T18:58:50.739Z] #23 13.15 Installing collected packages: pyyaml, pathspec, yamllint [2021-09-16T18:58:50.998Z] #23 13.57 Successfully installed pathspec-0.9.0 pyyaml-5.4.1 yamllint-1.26.1 [2021-09-16T18:58:51.153Z] #14 171.4 Setting up libseccomp-dev:amd64 (2.5.1-1) ... [2021-09-16T18:58:51.153Z] #14 171.5 Setting up libapparmor1:amd64 (2.13.6-10) ... [2021-09-16T18:58:51.153Z] #14 171.5 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2021-09-16T18:58:51.257Z] #23 DONE 13.8s [2021-09-16T18:58:51.257Z] [2021-09-16T18:58:51.257Z] #26 [dev-systemd-false 10/25] COPY --from=dockercli /build/ /usr/local/cli [2021-09-16T18:58:51.257Z] #26 sha256:0c8e12719da0443a7f1dacf1143e85807c67b54f7532398bd869037bfd7b2f90 [2021-09-16T18:58:51.410Z] #14 171.5 Setting up libsepol1-dev:amd64 (3.1-1) ... [2021-09-16T18:58:51.410Z] #14 171.5 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2021-09-16T18:58:51.410Z] #14 171.6 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2021-09-16T18:58:51.410Z] #14 171.6 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2021-09-16T18:58:51.410Z] #14 171.6 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2021-09-16T18:58:51.410Z] #14 171.6 Setting up libudev-dev:amd64 (247.3-6) ... [2021-09-16T18:58:51.410Z] #14 171.7 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2021-09-16T18:58:51.410Z] #14 171.7 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2021-09-16T18:58:51.410Z] #14 171.7 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2021-09-16T18:58:51.410Z] #14 171.7 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2021-09-16T18:58:51.666Z] #14 171.7 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2021-09-16T18:58:51.666Z] #14 171.7 Setting up mingw-w64-common (8.0.0-1) ... [2021-09-16T18:58:51.666Z] #14 171.8 Setting up libsystemd-dev:amd64 (247.3-6) ... [2021-09-16T18:58:51.666Z] #14 171.8 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2021-09-16T18:58:51.666Z] #14 171.8 Setting up libpcre2-dev:amd64 (10.36-2) ... [2021-09-16T18:58:51.666Z] #14 171.8 Setting up libselinux1-dev:amd64 (3.1-3) ... [2021-09-16T18:58:51.666Z] #14 171.8 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2021-09-16T18:58:51.667Z] #14 171.8 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2021-09-16T18:58:51.667Z] #14 171.9 update-alternatives: using /usr/bin/x86_64-w64-mingw32-gcc-posix to provide /usr/bin/x86_64-w64-mingw32-gcc (x86_64-w64-mingw32-gcc) in auto mode [2021-09-16T18:58:51.667Z] #14 171.9 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2021-09-16T18:58:51.829Z] #26 DONE 0.6s [2021-09-16T18:58:51.829Z] [2021-09-16T18:58:51.829Z] #31 [dev-systemd-false 11/25] COPY --from=frozen-images /build/ /docker-frozen-images [2021-09-16T18:58:51.829Z] #31 sha256:9f09b6c645fb4ed368ae5fe75730b79464ef6af70a5a55306e5f74b2e9def61a [2021-09-16T18:58:51.923Z] #14 171.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-16T18:58:51.923Z] #14 172.0 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2021-09-16T18:58:51.923Z] #14 172.0 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2021-09-16T18:58:51.923Z] #14 172.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-16T18:58:51.923Z] #14 172.1 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2021-09-16T18:58:51.923Z] #14 172.1 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2021-09-16T18:58:51.923Z] #14 172.2 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2021-09-16T18:58:52.112Z] #19 263.6 Selecting previously unselected package gcc-s390x-linux-gnu. [2021-09-16T18:58:52.112Z] #19 263.6 Preparing to unpack .../126-gcc-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2021-09-16T18:58:52.112Z] #19 263.7 Unpacking gcc-s390x-linux-gnu (4:10.2.1-1) ... [2021-09-16T18:58:52.179Z] #14 172.2 Setting up dmsetup (2:1.02.175-2.1) ... [2021-09-16T18:58:52.179Z] #14 172.2 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2021-09-16T18:58:52.179Z] #14 172.2 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2021-09-16T18:58:52.179Z] #14 172.3 Processing triggers for libc-bin (2.31-13) ... [2021-09-16T18:58:52.207Z] #18 DONE 1.6s [2021-09-16T18:58:52.207Z] [2021-09-16T18:58:52.207Z] #19 [dev-systemd-false 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-09-16T18:58:52.207Z] #19 sha256:394f9e65c98372885b0cefad499b4a4489d1c14805afc763131b09e77c670c46 [2021-09-16T18:58:52.767Z] #31 DONE 0.8s [2021-09-16T18:58:52.767Z] [2021-09-16T18:58:52.767Z] #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-16T18:58:52.767Z] #41 sha256:6b8cec4c40d2921a1d2bdc203326c098330e9d2856fcd77ef3a5c99befc5d468 [2021-09-16T18:58:52.767Z] #41 ... [2021-09-16T18:58:52.767Z] [2021-09-16T18:58:52.767Z] #34 [dev-systemd-false 12/25] COPY --from=swagger /build/ /usr/local/bin/ [2021-09-16T18:58:52.767Z] #34 sha256:f38087962c815cb87de9bb234f3457f4b94ec74fbc36806920f40a308c18a200 [2021-09-16T18:58:53.027Z] #34 DONE 0.4s [2021-09-16T18:58:53.027Z] [2021-09-16T18:58:53.027Z] #36 [dev-systemd-false 13/25] COPY --from=tomll /build/ /usr/local/bin/ [2021-09-16T18:58:53.027Z] #36 sha256:c8ae62b55dd6ad06113a81697b3b59e4fcbd4aee34feaf7ffe09e30a698dff7e [2021-09-16T18:58:53.147Z] #19 DONE 1.4s [2021-09-16T18:58:53.147Z] [2021-09-16T18:58:53.147Z] #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-16T18:58:53.147Z] #55 sha256:df75f0f6a5b3b8131c012ea79b6e84e872c80bcfa3b2fd447ffec2788da8a3c1 [2021-09-16T18:58:53.147Z] #55 2.070 + RM_GOPATH=0 [2021-09-16T18:58:53.147Z] #55 2.073 + TMP_GOPATH= [2021-09-16T18:58:53.147Z] #55 2.073 + : /build [2021-09-16T18:58:53.147Z] #55 2.073 + '[' -z '' ']' [2021-09-16T18:58:53.147Z] #55 2.073 ++ mktemp -d [2021-09-16T18:58:53.147Z] #55 2.073 + export GOPATH=/tmp/tmp.1z1FdvDo9E [2021-09-16T18:58:53.147Z] #55 2.073 + GOPATH=/tmp/tmp.1z1FdvDo9E [2021-09-16T18:58:53.147Z] #55 2.073 + RM_GOPATH=1 [2021-09-16T18:58:53.147Z] #55 2.073 + case "$(go env GOARCH)" in [2021-09-16T18:58:53.147Z] #55 2.078 ++ go env GOARCH [2021-09-16T18:58:53.147Z] #55 2.107 + export GO_BUILDMODE=-buildmode=pie [2021-09-16T18:58:53.147Z] #55 2.107 + GO_BUILDMODE=-buildmode=pie [2021-09-16T18:58:53.147Z] #55 2.107 ++ dirname /tmp/install/install.sh [2021-09-16T18:58:53.147Z] #55 2.107 + dir=/tmp/install [2021-09-16T18:58:53.147Z] #55 2.107 + bin=runc [2021-09-16T18:58:53.147Z] #55 2.107 + shift [2021-09-16T18:58:53.147Z] #55 2.107 + '[' '!' -f /tmp/install/runc.installer ']' [2021-09-16T18:58:53.147Z] #55 2.107 + . /tmp/install/runc.installer [2021-09-16T18:58:53.147Z] #55 2.107 ++ set -e [2021-09-16T18:58:53.147Z] #55 2.107 ++ : v1.0.2 [2021-09-16T18:58:53.147Z] #55 2.107 + install_runc [2021-09-16T18:58:53.147Z] #55 2.107 + RUNC_BUILDTAGS=seccomp [2021-09-16T18:58:53.147Z] #55 2.107 + echo 'Install runc version v1.0.2 (build tags: seccomp)' [2021-09-16T18:58:53.147Z] #55 2.107 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.1z1FdvDo9E/src/github.com/opencontainers/runc [2021-09-16T18:58:53.147Z] #55 2.107 Install runc version v1.0.2 (build tags: seccomp) [2021-09-16T18:58:53.147Z] #55 2.112 Cloning into '/tmp/tmp.1z1FdvDo9E/src/github.com/opencontainers/runc'... [2021-09-16T18:58:53.286Z] #36 DONE 0.2s [2021-09-16T18:58:53.286Z] [2021-09-16T18:58:53.286Z] #39 [dev-systemd-false 14/25] COPY --from=tini /build/ /usr/local/bin/ [2021-09-16T18:58:53.286Z] #39 sha256:a17c9a86e14d4b5f78496de6d5a52318e86b965eecb8c696f47e7e913dffa11a [2021-09-16T18:58:53.408Z] #55 ... [2021-09-16T18:58:53.408Z] [2021-09-16T18:58:53.408Z] #20 [dev-systemd-false 6/25] RUN ldconfig [2021-09-16T18:58:53.408Z] #20 sha256:d52115a1ccf854657640e1eaad4ba5a5872aa6fa67c0fe1f62fd03dc4d3b187a [2021-09-16T18:58:53.484Z] #19 264.9 Selecting previously unselected package linux-libc-dev-s390x-cross. [2021-09-16T18:58:53.484Z] #19 264.9 Preparing to unpack .../127-linux-libc-dev-s390x-cross_5.10.13-1cross4_all.deb ... [2021-09-16T18:58:53.484Z] #19 265.1 Unpacking linux-libc-dev-s390x-cross (5.10.13-1cross4) ... [2021-09-16T18:58:53.546Z] #39 DONE 0.2s [2021-09-16T18:58:53.546Z] [2021-09-16T18:58:53.546Z] #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-16T18:58:53.546Z] #41 sha256:6b8cec4c40d2921a1d2bdc203326c098330e9d2856fcd77ef3a5c99befc5d468 [2021-09-16T18:58:53.551Z] #14 DONE 173.6s [2021-09-16T18:58:53.551Z] [2021-09-16T18:58:53.551Z] #15 [dev-systemd-false 1/25] RUN groupadd -r docker [2021-09-16T18:58:53.551Z] #15 sha256:2f00e1b45760d71dede37bfe1732e663b743d8893518a731bfaec8ea05ba5792 [2021-09-16T18:58:54.946Z] #19 266.4 Selecting previously unselected package libc6-dev-s390x-cross. [2021-09-16T18:58:54.946Z] #19 266.4 Preparing to unpack .../128-libc6-dev-s390x-cross_2.31-9cross4_all.deb ... [2021-09-16T18:58:54.946Z] #19 266.6 Unpacking libc6-dev-s390x-cross (2.31-9cross4) ... [2021-09-16T18:58:55.327Z] #20 DONE 2.2s [2021-09-16T18:58:55.327Z] [2021-09-16T18:58:55.327Z] #21 [dev-systemd-false 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2021-09-16T18:58:55.327Z] #21 sha256:47c66b28e74dc09431dd6bd4b6a3715ee68f415cdf1025ae683cda9b018139d5 [2021-09-16T18:58:55.513Z] #19 267.2 Selecting previously unselected package libstdc++-10-dev-s390x-cross. [2021-09-16T18:58:55.513Z] #19 267.2 Preparing to unpack .../129-libstdc++-10-dev-s390x-cross_10.2.1-6cross1_all.deb ... [2021-09-16T18:58:55.513Z] #19 267.2 Unpacking libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ... [2021-09-16T18:58:55.772Z] #19 267.5 Selecting previously unselected package g++-10-s390x-linux-gnu. [2021-09-16T18:58:55.772Z] #19 267.5 Preparing to unpack .../130-g++-10-s390x-linux-gnu_10.2.1-6cross1_amd64.deb ... [2021-09-16T18:58:55.772Z] #19 267.5 Unpacking g++-10-s390x-linux-gnu (10.2.1-6cross1) ... [2021-09-16T18:58:56.069Z] #15 DONE 2.4s [2021-09-16T18:58:56.069Z] [2021-09-16T18:58:56.069Z] #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-16T18:58:56.069Z] #16 sha256:cd65dacf951655ad632b1aef712a9b41fa99a421ff23ddcc955babfa3f60742b [2021-09-16T18:58:57.887Z] #21 2.133 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [113 kB] [2021-09-16T18:58:57.887Z] #21 ... [2021-09-16T18:58:57.887Z] [2021-09-16T18:58:57.887Z] #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-16T18:58:57.887Z] #33 sha256:1911c9de04cba7d464ea755b70f705d21776700bd38b0934ae731606e49130b1 [2021-09-16T18:58:57.887Z] #33 DONE 180.7s [2021-09-16T18:58:57.887Z] [2021-09-16T18:58:57.887Z] #21 [dev-systemd-false 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2021-09-16T18:58:57.887Z] #21 sha256:47c66b28e74dc09431dd6bd4b6a3715ee68f415cdf1025ae683cda9b018139d5 [2021-09-16T18:58:57.887Z] #21 2.333 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2021-09-16T18:58:57.887Z] #21 2.432 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [36.8 kB] [2021-09-16T18:58:58.462Z] #21 3.001 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8178 kB] [2021-09-16T18:58:58.602Z] #16 DONE 2.9s [2021-09-16T18:58:58.602Z] [2021-09-16T18:58:58.602Z] #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-16T18:58:58.602Z] #55 sha256:d39ece25e164847cdbea50c96f4b14c47888368390cf7ffa05255d4563fece37 [2021-09-16T18:58:58.602Z] #55 2.558 + RM_GOPATH=0 [2021-09-16T18:58:58.602Z] #55 2.558 + TMP_GOPATH= [2021-09-16T18:58:58.602Z] #55 2.558 + : /build [2021-09-16T18:58:58.602Z] #55 2.558 + '[' -z '' ']' [2021-09-16T18:58:58.602Z] #55 2.558 ++ mktemp -d [2021-09-16T18:58:58.602Z] #55 2.558 + export GOPATH=/tmp/tmp.pAdyFASuqP [2021-09-16T18:58:58.602Z] #55 2.558 + GOPATH=/tmp/tmp.pAdyFASuqP [2021-09-16T18:58:58.602Z] #55 2.558 + RM_GOPATH=1 [2021-09-16T18:58:58.602Z] #55 2.558 + case "$(go env GOARCH)" in [2021-09-16T18:58:58.602Z] #55 2.558 ++ go env GOARCH [2021-09-16T18:58:58.602Z] #55 2.569 + export GO_BUILDMODE=-buildmode=pie [2021-09-16T18:58:58.602Z] #55 2.570 + GO_BUILDMODE=-buildmode=pie [2021-09-16T18:58:58.602Z] #55 2.570 ++ dirname /tmp/install/install.sh [2021-09-16T18:58:58.602Z] #55 2.576 Install runc version v1.0.2 (build tags: seccomp) [2021-09-16T18:58:58.602Z] #55 2.576 + dir=/tmp/install [2021-09-16T18:58:58.602Z] #55 2.576 + bin=runc [2021-09-16T18:58:58.602Z] #55 2.576 + shift [2021-09-16T18:58:58.602Z] #55 2.576 + '[' '!' -f /tmp/install/runc.installer ']' [2021-09-16T18:58:58.602Z] #55 2.576 + . /tmp/install/runc.installer [2021-09-16T18:58:58.602Z] #55 2.576 ++ set -e [2021-09-16T18:58:58.602Z] #55 2.576 ++ : v1.0.2 [2021-09-16T18:58:58.602Z] #55 2.576 + install_runc [2021-09-16T18:58:58.602Z] #55 2.576 + RUNC_BUILDTAGS=seccomp [2021-09-16T18:58:58.602Z] #55 2.576 + echo 'Install runc version v1.0.2 (build tags: seccomp)' [2021-09-16T18:58:58.602Z] #55 2.576 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.pAdyFASuqP/src/github.com/opencontainers/runc [2021-09-16T18:58:58.602Z] #55 2.578 Cloning into '/tmp/tmp.pAdyFASuqP/src/github.com/opencontainers/runc'... [2021-09-16T18:58:59.959Z] #19 271.6 Selecting previously unselected package g++-s390x-linux-gnu. [2021-09-16T18:58:59.959Z] #19 271.6 Preparing to unpack .../131-g++-s390x-linux-gnu_4%3a10.2.1-1_amd64.deb ... [2021-09-16T18:58:59.959Z] #19 271.6 Unpacking g++-s390x-linux-gnu (4:10.2.1-1) ... [2021-09-16T18:58:59.959Z] #19 271.7 Selecting previously unselected package crossbuild-essential-s390x. [2021-09-16T18:58:59.959Z] #19 271.7 Preparing to unpack .../132-crossbuild-essential-s390x_12.9_all.deb ... [2021-09-16T18:58:59.959Z] #19 271.7 Unpacking crossbuild-essential-s390x (12.9) ... [2021-09-16T18:58:59.959Z] #19 271.7 Setting up libconfig-inifiles-perl (3.000003-1) ... [2021-09-16T18:58:59.959Z] #19 271.7 Setting up libfile-which-perl (1.23-1) ... [2021-09-16T18:58:59.959Z] #19 271.7 Setting up binutils-arm-linux-gnueabi (2.35.2-2) ... [2021-09-16T18:58:59.959Z] #19 271.8 Setting up libc6-armhf-cross (2.31-9cross4) ... [2021-09-16T18:58:59.959Z] #19 271.8 Setting up binutils-s390x-linux-gnu (2.35.2-2) ... [2021-09-16T18:58:59.959Z] #19 271.8 Setting up gcc-10-powerpc64le-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2021-09-16T18:58:59.959Z] #19 271.8 Setting up libicu67:amd64 (67.1-7) ... [2021-09-16T18:58:59.959Z] #19 271.8 Setting up libmagic-mgc (1:5.39-3) ... [2021-09-16T18:58:59.959Z] #19 271.8 Setting up libc6-ppc64el-cross (2.31-9cross4) ... [2021-09-16T18:58:59.959Z] #19 271.8 Setting up libc6-s390x-cross (2.31-9cross4) ... [2021-09-16T18:59:00.217Z] #19 271.9 Setting up libmagic1:amd64 (1:5.39-3) ... [2021-09-16T18:59:00.217Z] #19 271.9 Setting up libxml-namespacesupport-perl (1.12-1.1) ... [2021-09-16T18:59:00.217Z] #19 271.9 Setting up binutils-aarch64-linux-gnu (2.35.2-2) ... [2021-09-16T18:59:00.217Z] #19 271.9 Setting up file (1:5.39-3) ... [2021-09-16T18:59:00.217Z] #19 271.9 Setting up gcc-10-arm-linux-gnueabi-base:amd64 (10.2.1-6cross1) ... [2021-09-16T18:59:00.217Z] #19 272.0 Setting up bzip2 (1.0.8-4) ... [2021-09-16T18:59:00.217Z] #19 272.0 Setting up libyaml-perl (1.30-1) ... [2021-09-16T18:59:00.217Z] #19 272.0 Setting up linux-libc-dev-armel-cross (5.10.13-1cross4) ... [2021-09-16T18:59:00.217Z] #19 272.0 Setting up libxml-sax-base-perl (1.09-1.1) ... [2021-09-16T18:59:00.217Z] #19 272.0 Setting up libio-string-perl (1.08-3.1) ... [2021-09-16T18:59:00.217Z] #19 272.0 Setting up linux-libc-dev-s390x-cross (5.10.13-1cross4) ... [2021-09-16T18:59:00.217Z] #19 272.0 Setting up cross-config (2.6.18+nmu1) ... [2021-09-16T18:59:00.379Z] #21 4.738 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [31.1 kB] [2021-09-16T18:59:00.474Z] #19 272.2 Setting up xz-utils (5.2.5-2) ... [2021-09-16T18:59:00.474Z] #19 272.2 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-09-16T18:59:00.474Z] #19 272.2 Setting up libc6-arm64-cross (2.31-9cross4) ... [2021-09-16T18:59:00.474Z] #19 272.2 Setting up patch (2.7.6-7) ... [2021-09-16T18:59:00.474Z] #19 272.3 Setting up linux-libc-dev-armhf-cross (5.10.13-1cross4) ... [2021-09-16T18:59:00.474Z] #19 272.3 Setting up gcc-10-cross-base (10.2.1-6cross1) ... [2021-09-16T18:59:00.474Z] #19 272.3 Setting up libitm1-ppc64el-cross (10.2.1-6cross1) ... [2021-09-16T18:59:00.474Z] #19 272.3 Setting up linux-libc-dev-arm64-cross (5.10.13-1cross4) ... [2021-09-16T18:59:00.474Z] #19 272.3 Setting up libc6-armel-cross (2.31-9cross4) ... [2021-09-16T18:59:00.494Z] #55 ... [2021-09-16T18:59:00.494Z] [2021-09-16T18:59:00.494Z] #17 [dev-systemd-false 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-09-16T18:59:00.494Z] #17 sha256:689398e39bf6143cbe2edb4e31331e2502b02915855a24f464a604f3e53f6c63 [2021-09-16T18:59:00.494Z] #17 1.351 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-09-16T18:59:00.494Z] #17 DONE 1.7s [2021-09-16T18:59:00.494Z] [2021-09-16T18:59:00.494Z] #18 [dev-systemd-false 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-09-16T18:59:00.494Z] #18 sha256:e108fd4ff99f8b9335b2c00d462603de279e4b1804d9c763ef034863b28b2fc6 [2021-09-16T18:59:00.732Z] #19 272.3 Setting up libitm1-s390x-cross (10.2.1-6cross1) ... [2021-09-16T18:59:00.732Z] #19 272.3 Setting up libatomic1-ppc64el-cross (10.2.1-6cross1) ... [2021-09-16T18:59:00.732Z] #19 272.4 Setting up libc6-dev-s390x-cross (2.31-9cross4) ... [2021-09-16T18:59:00.732Z] #19 272.4 Setting up linux-libc-dev-ppc64el-cross (5.10.13-1cross4) ... [2021-09-16T18:59:00.732Z] #19 272.4 Setting up libgcc-s1-ppc64el-cross (10.2.1-6cross1) ... [2021-09-16T18:59:00.732Z] #19 272.4 Setting up cpp-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2021-09-16T18:59:00.732Z] #19 272.4 Setting up binutils-powerpc64le-linux-gnu (2.35.2-2) ... [2021-09-16T18:59:00.732Z] #19 272.4 Setting up libc6-dev-armel-cross (2.31-9cross4) ... [2021-09-16T18:59:00.732Z] #19 272.4 Setting up libfile-homedir-perl (1.006-1) ... [2021-09-16T18:59:00.732Z] #19 272.5 Setting up binutils-arm-linux-gnueabihf (2.35.2-2) ... [2021-09-16T18:59:00.732Z] #19 272.5 Setting up libgomp1-s390x-cross (10.2.1-6cross1) ... [2021-09-16T18:59:00.732Z] #19 272.5 Setting up libxml2:amd64 (2.9.10+dfsg-6.7) ... [2021-09-16T18:59:00.732Z] #19 272.5 Setting up gcc-10-s390x-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2021-09-16T18:59:00.732Z] #19 272.5 Setting up liblocale-gettext-perl (1.07-4+b1) ... [2021-09-16T18:59:00.732Z] #19 272.5 Setting up cpp-powerpc64le-linux-gnu (4:10.2.1-1) ... [2021-09-16T18:59:00.732Z] #19 272.5 Setting up gcc-10-arm-linux-gnueabihf-base:amd64 (10.2.1-6cross1) ... [2021-09-16T18:59:00.732Z] #19 272.6 Setting up cpp-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2021-09-16T18:59:00.732Z] #19 272.6 Setting up libgcc-s1-arm64-cross (10.2.1-6cross1) ... [2021-09-16T18:59:00.732Z] #19 272.6 Setting up gcc-10-aarch64-linux-gnu-base:amd64 (10.2.1-6cross1) ... [2021-09-16T18:59:00.732Z] #19 272.6 Setting up libatomic1-arm64-cross (10.2.1-6cross1) ... [2021-09-16T18:59:00.732Z] #19 272.6 Setting up libgomp1-armhf-cross (10.2.1-6cross1) ... [2021-09-16T18:59:00.732Z] #19 272.6 Setting up liblsan0-arm64-cross (10.2.1-6cross1) ... [2021-09-16T18:59:00.732Z] #19 272.6 Setting up libgomp1-arm64-cross (10.2.1-6cross1) ... [2021-09-16T18:59:00.990Z] #19 272.6 Setting up libasan6-ppc64el-cross (10.2.1-6cross1) ... [2021-09-16T18:59:00.990Z] #19 272.7 Setting up libgomp1-armel-cross (10.2.1-6cross1) ... [2021-09-16T18:59:00.990Z] #19 272.7 Setting up libc6-dev-ppc64el-cross (2.31-9cross4) ... [2021-09-16T18:59:00.990Z] #19 272.7 Setting up libquadmath0-ppc64el-cross (10.2.1-6cross1) ... [2021-09-16T18:59:00.990Z] #19 272.7 Setting up libasan6-arm64-cross (10.2.1-6cross1) ... [2021-09-16T18:59:00.990Z] #19 272.7 Setting up libgcc-s1-armhf-cross (10.2.1-6cross1) ... [2021-09-16T18:59:00.990Z] #19 272.7 Setting up libgcc-s1-armel-cross (10.2.1-6cross1) ... [2021-09-16T18:59:00.990Z] #19 272.7 Setting up libc6-dev-armhf-cross (2.31-9cross4) ... [2021-09-16T18:59:00.990Z] #19 272.8 Setting up libatomic1-s390x-cross (10.2.1-6cross1) ... [2021-09-16T18:59:00.990Z] #19 272.8 Setting up libtsan0-arm64-cross (10.2.1-6cross1) ... [2021-09-16T18:59:00.990Z] #19 272.8 Setting up libatomic1-armhf-cross (10.2.1-6cross1) ... [2021-09-16T18:59:00.990Z] #19 272.8 Setting up libc6-dev-arm64-cross (2.31-9cross4) ... [2021-09-16T18:59:00.990Z] #19 272.8 Setting up libstdc++6-armel-cross (10.2.1-6cross1) ... [2021-09-16T18:59:00.990Z] #19 272.8 Setting up libatomic1-armel-cross (10.2.1-6cross1) ... [2021-09-16T18:59:01.249Z] #19 272.9 Setting up libgomp1-ppc64el-cross (10.2.1-6cross1) ... [2021-09-16T18:59:01.249Z] #19 272.9 Setting up libxml-sax-perl (1.02+dfsg-1) ... [2021-09-16T18:59:01.249Z] #19 273.0 update-perl-sax-parsers: Registering Perl SAX parser XML::SAX::PurePerl with priority 10... [2021-09-16T18:59:01.249Z] #19 273.0 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... [2021-09-16T18:59:01.507Z] #19 273.2 [2021-09-16T18:59:01.507Z] #19 273.2 Creating config file /etc/perl/XML/SAX/ParserDetails.ini with new version [2021-09-16T18:59:01.507Z] #19 273.2 Setting up liblsan0-ppc64el-cross (10.2.1-6cross1) ... [2021-09-16T18:59:01.507Z] #19 273.2 Setting up dpkg-dev (1.20.9) ... [2021-09-16T18:59:01.507Z] #19 273.2 Setting up libstdc++6-arm64-cross (10.2.1-6cross1) ... [2021-09-16T18:59:01.507Z] #19 273.2 Setting up cpp-arm-linux-gnueabi (4:10.2.1-1) ... [2021-09-16T18:59:01.507Z] #19 273.3 Setting up libstdc++6-armhf-cross (10.2.1-6cross1) ... [2021-09-16T18:59:01.507Z] #19 273.3 Setting up libtsan0-ppc64el-cross (10.2.1-6cross1) ... [2021-09-16T18:59:01.507Z] #19 273.3 Setting up libubsan1-armel-cross (10.2.1-6cross1) ... [2021-09-16T18:59:01.507Z] #19 273.3 Setting up libasan6-armhf-cross (10.2.1-6cross1) ... [2021-09-16T18:59:01.507Z] #19 273.3 Setting up cpp-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2021-09-16T18:59:01.507Z] #19 273.3 Setting up libubsan1-armhf-cross (10.2.1-6cross1) ... [2021-09-16T18:59:01.765Z] #19 273.4 Setting up libitm1-arm64-cross (10.2.1-6cross1) ... [2021-09-16T18:59:01.765Z] #19 273.4 Setting up libgcc-s1-s390x-cross (10.2.1-6cross1) ... [2021-09-16T18:59:01.765Z] #19 273.4 Setting up libstdc++6-ppc64el-cross (10.2.1-6cross1) ... [2021-09-16T18:59:01.765Z] #19 273.4 Setting up libxml-libxml-perl (2.0134+dfsg-2+b1) ... [2021-09-16T18:59:01.765Z] #19 273.4 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX::Parser with priority 50... [2021-09-16T18:59:01.765Z] #19 273.5 update-perl-sax-parsers: Registering Perl SAX parser XML::LibXML::SAX with priority 50... [2021-09-16T18:59:01.765Z] #19 273.6 update-perl-sax-parsers: Updating overall Perl SAX parser modules info file... [2021-09-16T18:59:01.765Z] #19 273.7 Replacing config file /etc/perl/XML/SAX/ParserDetails.ini with new version [2021-09-16T18:59:02.023Z] #19 273.7 Setting up cpp-10-s390x-linux-gnu (10.2.1-6cross1) ... [2021-09-16T18:59:02.023Z] #19 273.7 Setting up cpp-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2021-09-16T18:59:02.023Z] #19 273.8 Setting up libgcc-10-dev-armhf-cross (10.2.1-6cross1) ... [2021-09-16T18:59:02.023Z] #19 273.8 Setting up cpp-arm-linux-gnueabihf (4:10.2.1-1) ... [2021-09-16T18:59:02.023Z] #19 273.8 Setting up libasan6-armel-cross (10.2.1-6cross1) ... [2021-09-16T18:59:02.023Z] #19 273.8 Setting up libubsan1-arm64-cross (10.2.1-6cross1) ... [2021-09-16T18:59:02.023Z] #19 273.8 Setting up cpp-s390x-linux-gnu (4:10.2.1-1) ... [2021-09-16T18:59:02.023Z] #19 273.8 Setting up gcc-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2021-09-16T18:59:02.023Z] #19 273.9 Setting up libstdc++-10-dev-armhf-cross (10.2.1-6cross1) ... [2021-09-16T18:59:02.023Z] #19 273.9 Setting up libstdc++6-s390x-cross (10.2.1-6cross1) ... [2021-09-16T18:59:02.023Z] #19 273.9 Setting up libgcc-10-dev-arm64-cross (10.2.1-6cross1) ... [2021-09-16T18:59:02.023Z] #19 273.9 Setting up libubsan1-ppc64el-cross (10.2.1-6cross1) ... [2021-09-16T18:59:02.282Z] #19 273.9 Setting up libgcc-10-dev-armel-cross (10.2.1-6cross1) ... [2021-09-16T18:59:02.282Z] #19 273.9 Setting up libasan6-s390x-cross (10.2.1-6cross1) ... [2021-09-16T18:59:02.282Z] #19 274.0 Setting up g++-10-arm-linux-gnueabihf (10.2.1-6cross1) ... [2021-09-16T18:59:02.282Z] #19 274.0 Setting up cpp-aarch64-linux-gnu (4:10.2.1-1) ... [2021-09-16T18:59:02.282Z] #19 274.0 Setting up libxml-simple-perl (2.25-1) ... [2021-09-16T18:59:02.282Z] #19 274.0 Setting up gcc-arm-linux-gnueabihf (4:10.2.1-1) ... [2021-09-16T18:59:02.282Z] #19 274.0 Setting up gcc-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2021-09-16T18:59:02.282Z] #19 274.0 Setting up g++-arm-linux-gnueabihf (4:10.2.1-1) ... [2021-09-16T18:59:02.282Z] #19 274.1 Setting up libgcc-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2021-09-16T18:59:02.282Z] #19 274.1 Setting up libubsan1-s390x-cross (10.2.1-6cross1) ... [2021-09-16T18:59:02.282Z] #19 274.1 Setting up libstdc++-10-dev-armel-cross (10.2.1-6cross1) ... [2021-09-16T18:59:02.282Z] #19 274.1 Setting up libstdc++-10-dev-arm64-cross (10.2.1-6cross1) ... [2021-09-16T18:59:02.282Z] #19 274.1 Setting up gcc-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2021-09-16T18:59:02.282Z] #19 274.1 Setting up libconfig-auto-perl (0.44-1.1) ... [2021-09-16T18:59:02.389Z] #18 DONE 1.9s [2021-09-16T18:59:02.389Z] [2021-09-16T18:59:02.389Z] #19 [dev-systemd-false 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-09-16T18:59:02.389Z] #19 sha256:394f9e65c98372885b0cefad499b4a4489d1c14805afc763131b09e77c670c46 [2021-09-16T18:59:02.560Z] #19 274.2 Setting up libstdc++-10-dev-ppc64el-cross (10.2.1-6cross1) ... [2021-09-16T18:59:02.560Z] #19 274.2 Setting up g++-10-aarch64-linux-gnu (10.2.1-6cross1) ... [2021-09-16T18:59:02.560Z] #19 274.2 Setting up libgcc-10-dev-s390x-cross (10.2.1-6cross1) ... [2021-09-16T18:59:02.560Z] #19 274.2 Setting up gcc-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2021-09-16T18:59:02.560Z] #19 274.2 Setting up gcc-arm-linux-gnueabi (4:10.2.1-1) ... [2021-09-16T18:59:02.560Z] #19 274.2 Setting up g++-10-arm-linux-gnueabi (10.2.1-6cross1) ... [2021-09-16T18:59:02.560Z] #19 274.2 Setting up libdebian-dpkgcross-perl (2.6.18+nmu1) ... [2021-09-16T18:59:02.560Z] #19 274.3 Setting up gcc-aarch64-linux-gnu (4:10.2.1-1) ... [2021-09-16T18:59:02.560Z] #19 274.3 Setting up libstdc++-10-dev-s390x-cross (10.2.1-6cross1) ... [2021-09-16T18:59:02.560Z] #19 274.3 Setting up g++-10-powerpc64le-linux-gnu (10.2.1-6cross1) ... [2021-09-16T18:59:02.560Z] #19 274.3 Setting up gcc-10-s390x-linux-gnu (10.2.1-6cross1) ... [2021-09-16T18:59:02.560Z] #19 274.3 Setting up g++-arm-linux-gnueabi (4:10.2.1-1) ... [2021-09-16T18:59:02.560Z] #19 274.3 Setting up gcc-s390x-linux-gnu (4:10.2.1-1) ... [2021-09-16T18:59:02.560Z] #19 274.3 Setting up gcc-powerpc64le-linux-gnu (4:10.2.1-1) ... [2021-09-16T18:59:02.560Z] #19 274.3 Setting up g++-10-s390x-linux-gnu (10.2.1-6cross1) ... [2021-09-16T18:59:02.560Z] #19 274.4 Setting up g++-aarch64-linux-gnu (4:10.2.1-1) ... [2021-09-16T18:59:02.560Z] #19 274.4 Setting up dpkg-cross (2.6.18+nmu1) ... [2021-09-16T18:59:02.560Z] #19 274.4 Setting up g++-powerpc64le-linux-gnu (4:10.2.1-1) ... [2021-09-16T18:59:02.560Z] #19 274.4 Setting up crossbuild-essential-armel (12.9) ... [2021-09-16T18:59:02.560Z] #19 274.4 Setting up g++-s390x-linux-gnu (4:10.2.1-1) ... [2021-09-16T18:59:02.560Z] #19 274.5 Setting up crossbuild-essential-armhf (12.9) ... [2021-09-16T18:59:02.824Z] #19 274.5 Setting up crossbuild-essential-arm64 (12.9) ... [2021-09-16T18:59:02.824Z] #19 274.5 Setting up crossbuild-essential-s390x (12.9) ... [2021-09-16T18:59:02.824Z] #19 274.5 Setting up crossbuild-essential-ppc64el (12.9) ... [2021-09-16T18:59:02.824Z] #19 274.5 Processing triggers for libc-bin (2.31-13) ... [2021-09-16T18:59:03.391Z] #19 DONE 275.2s [2021-09-16T18:59:03.391Z] [2021-09-16T18:59:03.392Z] #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-16T18:59:03.392Z] #20 sha256:7d7f852a7bd20fb85f484a4f4a2a009c9e35f41220717e2ba18e266dc5f0f499 [2021-09-16T18:59:04.907Z] #19 DONE 2.1s [2021-09-16T18:59:04.907Z] [2021-09-16T18:59:04.907Z] #20 [dev-systemd-false 6/25] RUN ldconfig [2021-09-16T18:59:04.907Z] #20 sha256:d52115a1ccf854657640e1eaad4ba5a5872aa6fa67c0fe1f62fd03dc4d3b187a [2021-09-16T18:59:05.683Z] #21 10.23 Fetched 8402 kB in 9s (980 kB/s) [2021-09-16T18:59:05.771Z] #41 DONE 190.4s [2021-09-16T18:59:05.771Z] [2021-09-16T18:59:05.771Z] #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-16T18:59:05.771Z] #58 sha256:a7193bf7d8e27edb96e6d49da83f5350c681e80377830d16e81664992db6c6cd [2021-09-16T18:59:05.771Z] #58 ... [2021-09-16T18:59:05.771Z] [2021-09-16T18:59:05.771Z] #42 [dev-systemd-false 15/25] COPY --from=registry /build/ /usr/local/bin/ [2021-09-16T18:59:05.771Z] #42 sha256:476f80b0ac5982d49749d91319b23e155e3a1003ef64c0a58c7058f5080910ca [2021-09-16T18:59:05.930Z] #20 2.114 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [113 kB] [2021-09-16T18:59:05.930Z] #20 2.132 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2021-09-16T18:59:05.930Z] #20 2.182 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [36.8 kB] [2021-09-16T18:59:05.930Z] #20 2.452 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7861 kB] [2021-09-16T18:59:06.030Z] #42 DONE 0.7s [2021-09-16T18:59:06.031Z] [2021-09-16T18:59:06.031Z] #46 [dev-systemd-false 16/25] COPY --from=criu /build/ /usr/local/bin/ [2021-09-16T18:59:06.031Z] #46 sha256:18984adaf8d0c5da6ceab4b8f7a60928731f14dbb419b4083f496dffd014fc3d [2021-09-16T18:59:06.031Z] #46 DONE 0.1s [2021-09-16T18:59:06.031Z] [2021-09-16T18:59:06.031Z] #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-16T18:59:06.031Z] #55 sha256:461befa4e79a1c0cd7ec46e148842a628cbcdd005e813ad6e396a2ff36d63aeb [2021-09-16T18:59:06.031Z] #55 ... [2021-09-16T18:59:06.031Z] [2021-09-16T18:59:06.031Z] #48 [dev-systemd-false 17/25] COPY --from=vndr /build/ /usr/local/bin/ [2021-09-16T18:59:06.031Z] #48 sha256:3066079d8a0fa5010edcc4c20ace18d1a92dedcce8218cc5af3903d40ee178a1 [2021-09-16T18:59:06.031Z] #48 DONE 0.1s [2021-09-16T18:59:06.031Z] [2021-09-16T18:59:06.031Z] #50 [dev-systemd-false 18/25] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-09-16T18:59:06.031Z] #50 sha256:662f9d72d980e7552a46e17f984f4771e210724f53bcd6a650d525fdfcb0e6d5 [2021-09-16T18:59:06.031Z] #50 DONE 0.1s [2021-09-16T18:59:06.256Z] #21 10.23 Reading package lists... [2021-09-16T18:59:06.256Z] #21 ... [2021-09-16T18:59:06.256Z] [2021-09-16T18:59:06.256Z] #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-16T18:59:06.256Z] #55 sha256:df75f0f6a5b3b8131c012ea79b6e84e872c80bcfa3b2fd447ffec2788da8a3c1 [2021-09-16T18:59:06.256Z] #55 12.44 + cd /tmp/tmp.1z1FdvDo9E/src/github.com/opencontainers/runc [2021-09-16T18:59:06.256Z] #55 12.44 + git checkout -q v1.0.2 [2021-09-16T18:59:06.256Z] #55 12.65 + '[' -z '' ']' [2021-09-16T18:59:06.256Z] #55 12.67 + target=static [2021-09-16T18:59:06.256Z] #55 12.67 + make BUILDTAGS=seccomp static [2021-09-16T18:59:06.256Z] #55 12.92 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-16T18:59:06.282Z] #20 DONE 1.8s [2021-09-16T18:59:06.282Z] [2021-09-16T18:59:06.282Z] #21 [dev-systemd-false 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2021-09-16T18:59:06.282Z] #21 sha256:47c66b28e74dc09431dd6bd4b6a3715ee68f415cdf1025ae683cda9b018139d5 [2021-09-16T18:59:06.290Z] [2021-09-16T18:59:06.290Z] #52 [dev-systemd-false 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-09-16T18:59:06.290Z] #52 sha256:f79624808254387fdd342eb9128b49e337858cd37f9f7a6479f5ab521be4fa66 [2021-09-16T18:59:06.498Z] #20 2.830 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8027 kB] [2021-09-16T18:59:06.757Z] #20 3.273 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7941 kB] [2021-09-16T18:59:06.858Z] #52 DONE 0.6s [2021-09-16T18:59:06.858Z] [2021-09-16T18:59:06.858Z] #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-16T18:59:06.858Z] #55 sha256:461befa4e79a1c0cd7ec46e148842a628cbcdd005e813ad6e396a2ff36d63aeb [2021-09-16T18:59:06.858Z] #55 ... [2021-09-16T18:59:06.858Z] [2021-09-16T18:59:06.858Z] #54 [dev-systemd-false 20/25] COPY --from=shfmt /build/ /usr/local/bin/ [2021-09-16T18:59:06.858Z] #54 sha256:ba5aec1667ad21cf275264f30ca71daceac488fada011b0c9aac2466f85f2d90 [2021-09-16T18:59:06.858Z] #54 DONE 0.0s [2021-09-16T18:59:07.118Z] [2021-09-16T18:59:07.118Z] #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-16T18:59:07.118Z] #58 sha256:a7193bf7d8e27edb96e6d49da83f5350c681e80377830d16e81664992db6c6cd [2021-09-16T18:59:07.325Z] #20 3.848 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7873 kB] [2021-09-16T18:59:07.892Z] #20 4.285 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8178 kB] [2021-09-16T18:59:08.151Z] #20 4.761 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8066 kB] [2021-09-16T18:59:08.176Z] #55 ... [2021-09-16T18:59:08.176Z] [2021-09-16T18:59:08.176Z] #21 [dev-systemd-false 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2021-09-16T18:59:08.176Z] #21 sha256:47c66b28e74dc09431dd6bd4b6a3715ee68f415cdf1025ae683cda9b018139d5 [2021-09-16T18:59:08.176Z] #21 10.23 Reading package lists... [2021-09-16T18:59:08.192Z] #21 1.915 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [113 kB] [2021-09-16T18:59:08.192Z] #21 1.989 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2021-09-16T18:59:08.192Z] #21 1.989 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [36.8 kB] [2021-09-16T18:59:08.409Z] #20 5.160 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [29.7 kB] [2021-09-16T18:59:08.409Z] #20 5.163 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [31.1 kB] [2021-09-16T18:59:08.449Z] #21 ... [2021-09-16T18:59:08.449Z] [2021-09-16T18:59:08.449Z] #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-16T18:59:08.449Z] #33 sha256:1911c9de04cba7d464ea755b70f705d21776700bd38b0934ae731606e49130b1 [2021-09-16T18:59:08.449Z] #33 DONE 188.3s [2021-09-16T18:59:08.449Z] [2021-09-16T18:59:08.449Z] #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-16T18:59:08.449Z] #55 sha256:d39ece25e164847cdbea50c96f4b14c47888368390cf7ffa05255d4563fece37 [2021-09-16T18:59:08.449Z] #55 13.23 + cd /tmp/tmp.pAdyFASuqP/src/github.com/opencontainers/runc [2021-09-16T18:59:08.449Z] #55 13.23 + git checkout -q v1.0.2 [2021-09-16T18:59:08.449Z] #55 13.86 + '[' -z '' ']' [2021-09-16T18:59:08.449Z] #55 13.86 + target=static [2021-09-16T18:59:08.449Z] #55 13.86 + make BUILDTAGS=seccomp static [2021-09-16T18:59:08.449Z] #55 14.08 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-16T18:59:08.668Z] #20 ... [2021-09-16T18:59:08.668Z] [2021-09-16T18:59:08.668Z] #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-16T18:59:08.668Z] #32 sha256:dc615cc9adbb4a6569339c664a864d96a8ea2ed7920ce905eca9cb553f859407 [2021-09-16T18:59:08.668Z] #32 1.608 + RM_GOPATH=0 [2021-09-16T18:59:08.668Z] #32 1.608 + TMP_GOPATH= [2021-09-16T18:59:08.668Z] #32 1.608 + : /build [2021-09-16T18:59:08.668Z] #32 1.608 + '[' -z '' ']' [2021-09-16T18:59:08.668Z] #32 1.608 ++ mktemp -d [2021-09-16T18:59:08.668Z] #32 1.614 + export GOPATH=/tmp/tmp.y6zHvfDbo5 [2021-09-16T18:59:08.668Z] #32 1.614 + GOPATH=/tmp/tmp.y6zHvfDbo5 [2021-09-16T18:59:08.668Z] #32 1.614 + RM_GOPATH=1 [2021-09-16T18:59:08.668Z] #32 1.614 + case "$(go env GOARCH)" in [2021-09-16T18:59:08.668Z] #32 1.616 ++ go env GOARCH [2021-09-16T18:59:08.668Z] #32 1.624 + export GO_BUILDMODE=-buildmode=pie [2021-09-16T18:59:08.668Z] #32 1.624 + GO_BUILDMODE=-buildmode=pie [2021-09-16T18:59:08.668Z] #32 1.624 ++ dirname /tmp/install/install.sh [2021-09-16T18:59:08.668Z] #32 1.624 + dir=/tmp/install [2021-09-16T18:59:08.668Z] #32 1.624 + bin=dockercli [2021-09-16T18:59:08.668Z] #32 1.624 + shift [2021-09-16T18:59:08.668Z] #32 1.624 + '[' '!' -f /tmp/install/dockercli.installer ']' [2021-09-16T18:59:08.668Z] #32 1.624 + . /tmp/install/dockercli.installer [2021-09-16T18:59:08.668Z] #32 1.628 ++ : stable [2021-09-16T18:59:08.668Z] #32 1.628 ++ : 17.06.2-ce [2021-09-16T18:59:08.668Z] #32 1.628 + install_dockercli [2021-09-16T18:59:08.668Z] #32 1.628 + echo 'Install docker/cli version 17.06.2-ce from stable' [2021-09-16T18:59:08.668Z] #32 1.628 Install docker/cli version 17.06.2-ce from stable [2021-09-16T18:59:08.668Z] #32 1.628 ++ uname -m [2021-09-16T18:59:08.668Z] #32 1.651 + arch=x86_64 [2021-09-16T18:59:08.668Z] #32 1.651 + '[' x86_64 '!=' x86_64 ']' [2021-09-16T18:59:08.668Z] #32 1.651 + url=https://download.docker.com/linux/static [2021-09-16T18:59:08.668Z] #32 1.651 + tar -xz docker/docker [2021-09-16T18:59:08.668Z] #32 1.651 + curl -Ls https://download.docker.com/linux/static/stable/x86_64/docker-17.06.2-ce.tgz [2021-09-16T18:59:08.668Z] #32 4.850 + mkdir -p /build [2021-09-16T18:59:08.668Z] #32 4.856 + mv docker/docker /build/ [2021-09-16T18:59:08.668Z] #32 4.858 + rmdir docker [2021-09-16T18:59:08.668Z] #32 DONE 5.2s [2021-09-16T18:59:08.668Z] [2021-09-16T18:59:08.668Z] #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-16T18:59:08.668Z] #20 sha256:7d7f852a7bd20fb85f484a4f4a2a009c9e35f41220717e2ba18e266dc5f0f499 [2021-09-16T18:59:08.668Z] #20 5.204 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [30.6 kB] [2021-09-16T18:59:08.668Z] #20 5.205 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [31.1 kB] [2021-09-16T18:59:08.668Z] #20 5.207 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [31.0 kB] [2021-09-16T18:59:08.668Z] #20 5.207 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [31.0 kB] [2021-09-16T18:59:08.668Z] #20 ... [2021-09-16T18:59:08.668Z] [2021-09-16T18:59:08.668Z] #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-16T18:59:08.668Z] #67 sha256:5f81cc391b2d02532926e98ad25847464b0dc176b3a726b84ee5198bebfe6dd6 [2021-09-16T18:59:08.668Z] #67 1.808 + RM_GOPATH=0 [2021-09-16T18:59:08.668Z] #67 1.808 + TMP_GOPATH= [2021-09-16T18:59:08.668Z] #67 1.808 + : /build [2021-09-16T18:59:08.668Z] #67 1.808 + '[' -z '' ']' [2021-09-16T18:59:08.668Z] #67 1.812 ++ mktemp -d [2021-09-16T18:59:08.668Z] #67 1.812 + export GOPATH=/tmp/tmp.HTgqjNr44F [2021-09-16T18:59:08.668Z] #67 1.812 + GOPATH=/tmp/tmp.HTgqjNr44F [2021-09-16T18:59:08.668Z] #67 1.812 + RM_GOPATH=1 [2021-09-16T18:59:08.668Z] #67 1.812 + case "$(go env GOARCH)" in [2021-09-16T18:59:08.668Z] #67 1.812 ++ go env GOARCH [2021-09-16T18:59:08.668Z] #67 1.817 + export GO_BUILDMODE=-buildmode=pie [2021-09-16T18:59:08.668Z] #67 1.817 + GO_BUILDMODE=-buildmode=pie [2021-09-16T18:59:08.668Z] #67 1.818 ++ dirname /tmp/install/install.sh [2021-09-16T18:59:08.668Z] #67 1.820 + dir=/tmp/install [2021-09-16T18:59:08.668Z] #67 1.820 + bin=rootlesskit [2021-09-16T18:59:08.668Z] #67 1.820 + shift [2021-09-16T18:59:08.668Z] #67 1.821 + '[' '!' -f /tmp/install/rootlesskit.installer ']' [2021-09-16T18:59:08.668Z] #67 1.821 + . /tmp/install/rootlesskit.installer [2021-09-16T18:59:08.668Z] #67 1.822 ++ : v0.14.4 [2021-09-16T18:59:08.668Z] #67 1.822 + install_rootlesskit [2021-09-16T18:59:08.668Z] #67 1.822 + case "$1" in [2021-09-16T18:59:08.668Z] #67 1.822 + export CGO_ENABLED=0 [2021-09-16T18:59:08.668Z] #67 1.822 + CGO_ENABLED=0 [2021-09-16T18:59:08.668Z] #67 1.822 + _install_rootlesskit [2021-09-16T18:59:08.668Z] #67 1.825 + echo 'Install rootlesskit version v0.14.4' [2021-09-16T18:59:08.668Z] #67 1.825 + for f in rootlesskit rootlesskit-docker-proxy [2021-09-16T18:59:08.668Z] #67 1.825 + GOBIN=/build [2021-09-16T18:59:08.668Z] #67 1.825 + GO111MODULE=on [2021-09-16T18:59:08.668Z] #67 1.825 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit@v0.14.4 [2021-09-16T18:59:08.668Z] #67 1.825 Install rootlesskit version v0.14.4 [2021-09-16T18:59:08.668Z] #67 2.230 go: downloading github.com/rootless-containers/rootlesskit v0.14.4 [2021-09-16T18:59:08.668Z] #67 3.352 go: downloading github.com/sirupsen/logrus v1.8.1 [2021-09-16T18:59:08.668Z] #67 3.356 go: downloading github.com/pkg/errors v0.9.1 [2021-09-16T18:59:08.668Z] #67 3.377 go: downloading github.com/urfave/cli/v2 v2.3.0 [2021-09-16T18:59:08.668Z] #67 3.651 go: downloading golang.org/x/sys v0.0.0-20210119212857-b64e53b001e4 [2021-09-16T18:59:08.668Z] #67 4.811 go: downloading github.com/insomniacslk/dhcp v0.0.0-20210120172423-cc9239ac6294 [2021-09-16T18:59:08.668Z] #67 5.129 go: downloading github.com/google/uuid v1.3.0 [2021-09-16T18:59:08.668Z] #67 5.157 go: downloading github.com/moby/vpnkit v0.5.0 [2021-09-16T18:59:08.668Z] #67 5.207 go: downloading github.com/songgao/water v0.0.0-20200317203138-2b4b6d7c09d8 [2021-09-16T18:59:08.668Z] #67 5.296 go: downloading github.com/gofrs/flock v0.8.1 [2021-09-16T18:59:08.927Z] #67 5.317 go: downloading github.com/gorilla/mux v1.8.0 [2021-09-16T18:59:08.927Z] #67 5.370 go: downloading github.com/moby/sys/mountinfo v0.4.1 [2021-09-16T18:59:09.186Z] #67 5.693 go: downloading github.com/cpuguy83/go-md2man/v2 v2.0.0 [2021-09-16T18:59:09.186Z] #67 5.742 go: downloading github.com/u-root/u-root v7.0.0+incompatible [2021-09-16T18:59:10.727Z] #21 12.62 Reading package lists... [2021-09-16T18:59:10.988Z] #21 15.07 Building dependency tree... [2021-09-16T18:59:11.087Z] #67 7.673 go: downloading golang.org/x/net v0.0.0-20210119194325-5f4716e94777 [2021-09-16T18:59:11.087Z] #67 7.695 go: downloading github.com/russross/blackfriday/v2 v2.1.0 [2021-09-16T18:59:11.562Z] #21 16.27 The following additional packages will be installed: [2021-09-16T18:59:11.562Z] #21 16.27 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2021-09-16T18:59:11.562Z] #21 16.27 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2021-09-16T18:59:11.562Z] #21 16.27 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2021-09-16T18:59:11.562Z] #21 16.27 python3-pkg-resources vim-runtime xxd [2021-09-16T18:59:11.562Z] #21 16.28 Suggested packages: [2021-09-16T18:59:11.562Z] #21 16.28 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2021-09-16T18:59:11.562Z] #21 16.28 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2021-09-16T18:59:11.562Z] #21 16.28 acl attr quota [2021-09-16T18:59:11.562Z] #21 16.28 Recommended packages: [2021-09-16T18:59:11.562Z] #21 16.28 libatm1 nftables libpam-cap build-essential python3-dev unzip [2021-09-16T18:59:13.481Z] #21 17.73 The following NEW packages will be installed: [2021-09-16T18:59:13.481Z] #21 17.74 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2021-09-16T18:59:13.481Z] #21 17.74 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2021-09-16T18:59:13.481Z] #21 17.74 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2021-09-16T18:59:13.481Z] #21 17.74 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2021-09-16T18:59:13.481Z] #21 17.74 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2021-09-16T18:59:13.481Z] #21 17.74 python3-pkg-resources python3-setuptools python3-wheel sudo [2021-09-16T18:59:13.481Z] #21 17.74 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-09-16T18:59:13.481Z] #21 17.74 xz-utils zip zstd [2021-09-16T18:59:13.481Z] #21 18.08 0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded. [2021-09-16T18:59:13.481Z] #21 18.08 Need to get 27.6 MB of archives. [2021-09-16T18:59:13.481Z] #21 18.08 After this operation, 106 MB of additional disk space will be used. [2021-09-16T18:59:13.481Z] #21 18.08 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2021-09-16T18:59:13.481Z] #21 18.08 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2021-09-16T18:59:13.481Z] #21 18.09 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2021-09-16T18:59:13.481Z] #21 18.09 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2021-09-16T18:59:13.481Z] #21 18.09 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2021-09-16T18:59:13.481Z] #21 18.09 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2021-09-16T18:59:13.481Z] #21 18.10 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2021-09-16T18:59:13.481Z] #21 18.10 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2021-09-16T18:59:13.481Z] #21 18.15 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3 [192 kB] [2021-09-16T18:59:13.481Z] #21 18.16 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3 [226 kB] [2021-09-16T18:59:13.481Z] #21 18.16 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2021-09-16T18:59:13.481Z] #21 18.17 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2021-09-16T18:59:13.481Z] #21 18.17 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2 [220 kB] [2021-09-16T18:59:13.481Z] #21 18.18 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2021-09-16T18:59:13.481Z] #21 18.22 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2021-09-16T18:59:13.481Z] #21 18.22 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2021-09-16T18:59:13.481Z] #21 18.22 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2021-09-16T18:59:13.481Z] #21 18.23 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2021-09-16T18:59:13.481Z] #21 18.23 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2021-09-16T18:59:13.481Z] #21 18.23 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2021-09-16T18:59:13.481Z] #21 18.24 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2021-09-16T18:59:13.481Z] #21 18.26 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2021-09-16T18:59:13.620Z] #67 ... [2021-09-16T18:59:13.620Z] [2021-09-16T18:59:13.620Z] #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-16T18:59:13.620Z] #44 sha256:4e727ee7134e020d5a1e9a61100184b14a61d57c6bccf8f39e9002e8fc644d19 [2021-09-16T18:59:13.620Z] #44 2.089 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [113 kB] [2021-09-16T18:59:13.620Z] #44 2.104 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2021-09-16T18:59:13.620Z] #44 2.191 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [36.8 kB] [2021-09-16T18:59:13.620Z] #44 2.415 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8066 kB] [2021-09-16T18:59:13.620Z] #44 2.824 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8027 kB] [2021-09-16T18:59:13.620Z] #44 3.265 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7941 kB] [2021-09-16T18:59:13.620Z] #44 3.746 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7873 kB] [2021-09-16T18:59:13.620Z] #44 4.141 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7861 kB] [2021-09-16T18:59:13.620Z] #44 4.678 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8178 kB] [2021-09-16T18:59:13.620Z] #44 5.125 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [30.6 kB] [2021-09-16T18:59:13.620Z] #44 5.133 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [31.1 kB] [2021-09-16T18:59:13.620Z] #44 5.137 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [31.1 kB] [2021-09-16T18:59:13.620Z] #44 5.138 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [31.0 kB] [2021-09-16T18:59:13.620Z] #44 5.138 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [29.7 kB] [2021-09-16T18:59:13.620Z] #44 5.139 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [31.0 kB] [2021-09-16T18:59:13.620Z] #44 ... [2021-09-16T18:59:13.620Z] [2021-09-16T18:59:13.620Z] #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-16T18:59:13.620Z] #64 sha256:aad235b600a0b2c0010df7f5f687ea94cb7ce57b47e2a4392124b71c3de8ac38 [2021-09-16T18:59:13.620Z] #64 2.088 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [113 kB] [2021-09-16T18:59:13.620Z] #64 2.111 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2021-09-16T18:59:13.620Z] #64 2.183 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [36.8 kB] [2021-09-16T18:59:13.620Z] #64 2.416 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7873 kB] [2021-09-16T18:59:13.620Z] #64 2.723 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8178 kB] [2021-09-16T18:59:13.620Z] #64 3.181 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7861 kB] [2021-09-16T18:59:13.620Z] #64 3.664 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8066 kB] [2021-09-16T18:59:13.620Z] #64 4.206 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7941 kB] [2021-09-16T18:59:13.620Z] #64 4.655 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8027 kB] [2021-09-16T18:59:13.620Z] #64 5.069 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [31.1 kB] [2021-09-16T18:59:13.620Z] #64 5.073 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [29.7 kB] [2021-09-16T18:59:13.620Z] #64 5.085 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [31.0 kB] [2021-09-16T18:59:13.620Z] #64 5.090 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [30.6 kB] [2021-09-16T18:59:13.620Z] #64 5.097 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [31.0 kB] [2021-09-16T18:59:13.620Z] #64 5.098 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [31.1 kB] [2021-09-16T18:59:13.743Z] #21 18.27 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2021-09-16T18:59:13.743Z] #21 18.28 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2021-09-16T18:59:13.743Z] #21 18.29 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2021-09-16T18:59:13.743Z] #21 18.29 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2021-09-16T18:59:13.743Z] #21 18.29 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2021-09-16T18:59:14.005Z] #21 18.62 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2021-09-16T18:59:14.005Z] #21 18.62 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-16T18:59:14.005Z] #21 18.62 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-16T18:59:14.005Z] #21 18.62 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-16T18:59:14.005Z] #21 18.62 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2021-09-16T18:59:14.005Z] #21 18.63 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2021-09-16T18:59:14.005Z] #21 18.64 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4 [1948 kB] [2021-09-16T18:59:14.005Z] #21 18.70 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2021-09-16T18:59:14.268Z] #21 18.70 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2021-09-16T18:59:14.268Z] #21 18.71 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2021-09-16T18:59:14.268Z] #21 18.72 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2021-09-16T18:59:14.268Z] #21 18.75 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2021-09-16T18:59:14.268Z] #21 18.76 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4 [337 kB] [2021-09-16T18:59:14.268Z] #21 18.78 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2021-09-16T18:59:14.268Z] #21 18.83 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2021-09-16T18:59:14.268Z] #21 18.85 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2021-09-16T18:59:14.268Z] #21 18.87 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3 [6226 kB] [2021-09-16T18:59:14.529Z] #21 19.07 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3 [1494 kB] [2021-09-16T18:59:14.529Z] #21 19.12 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2021-09-16T18:59:14.529Z] #21 19.16 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2021-09-16T18:59:14.529Z] #21 19.17 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2021-09-16T18:59:15.476Z] #21 19.88 debconf: delaying package configuration, since apt-utils is not installed [2021-09-16T18:59:15.476Z] #21 20.05 Fetched 27.6 MB in 1s (19.6 MB/s) [2021-09-16T18:59:15.476Z] #21 20.12 Selecting previously unselected package pigz. [2021-09-16T18:59:15.476Z] #21 20.12 (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-16T18:59:15.476Z] #21 20.19 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2021-09-16T18:59:15.476Z] #21 20.20 Unpacking pigz (2.6-1) ... [2021-09-16T18:59:15.738Z] #21 20.33 Selecting previously unselected package libelf1:amd64. [2021-09-16T18:59:15.738Z] #21 20.34 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2021-09-16T18:59:15.738Z] #21 20.35 Unpacking libelf1:amd64 (0.183-1) ... [2021-09-16T18:59:16.000Z] #21 20.50 Selecting previously unselected package libbpf0:amd64. [2021-09-16T18:59:16.000Z] #21 20.50 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2021-09-16T18:59:16.000Z] #21 20.52 Unpacking libbpf0:amd64 (1:0.3-2) ... [2021-09-16T18:59:16.000Z] #21 20.64 Selecting previously unselected package libcap2:amd64. [2021-09-16T18:59:16.000Z] #21 20.64 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2021-09-16T18:59:16.000Z] #21 20.65 Unpacking libcap2:amd64 (1:2.44-1) ... [2021-09-16T18:59:16.262Z] #21 20.76 Selecting previously unselected package libmnl0:amd64. [2021-09-16T18:59:16.262Z] #21 20.76 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2021-09-16T18:59:16.262Z] #21 20.77 Unpacking libmnl0:amd64 (1.0.4-3) ... [2021-09-16T18:59:16.262Z] #21 20.85 Selecting previously unselected package libxtables12:amd64. [2021-09-16T18:59:16.262Z] #21 20.85 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2021-09-16T18:59:16.262Z] #21 20.86 Unpacking libxtables12:amd64 (1.8.7-1) ... [2021-09-16T18:59:16.262Z] #21 20.92 Selecting previously unselected package libcap2-bin. [2021-09-16T18:59:16.262Z] #21 20.92 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2021-09-16T18:59:16.262Z] #21 20.93 Unpacking libcap2-bin (1:2.44-1) ... [2021-09-16T18:59:16.523Z] #21 21.03 Selecting previously unselected package iproute2. [2021-09-16T18:59:16.523Z] #21 21.04 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2021-09-16T18:59:16.523Z] #21 21.04 Unpacking iproute2 (5.10.0-4) ... [2021-09-16T18:59:16.544Z] #55 ... [2021-09-16T18:59:16.544Z] [2021-09-16T18:59:16.544Z] #21 [dev-systemd-false 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2021-09-16T18:59:16.544Z] #21 sha256:47c66b28e74dc09431dd6bd4b6a3715ee68f415cdf1025ae683cda9b018139d5 [2021-09-16T18:59:16.544Z] #21 2.942 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8178 kB] [2021-09-16T18:59:16.544Z] #21 3.816 Get:5 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [31.1 kB] [2021-09-16T18:59:16.544Z] #21 9.912 Fetched 8402 kB in 8s (1021 kB/s) [2021-09-16T18:59:17.094Z] #21 21.86 Selecting previously unselected package xxd. [2021-09-16T18:59:17.355Z] #21 21.87 Preparing to unpack .../08-xxd_2%3a8.2.2434-3_amd64.deb ... [2021-09-16T18:59:17.355Z] #21 21.88 Unpacking xxd (2:8.2.2434-3) ... [2021-09-16T18:59:17.616Z] #21 22.22 Selecting previously unselected package vim-common. [2021-09-16T18:59:17.616Z] #21 22.24 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3_all.deb ... [2021-09-16T18:59:17.616Z] #21 22.27 Unpacking vim-common (2:8.2.2434-3) ... [2021-09-16T18:59:18.138Z] #21 22.55 Selecting previously unselected package bash-completion. [2021-09-16T18:59:18.138Z] #21 22.55 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2021-09-16T18:59:19.821Z] #21 9.912 Reading package lists... [2021-09-16T18:59:22.406Z] #21 26.82 Unpacking bash-completion (1:2.11-2) ... [2021-09-16T18:59:22.685Z] #21 27.29 Selecting previously unselected package bzip2. [2021-09-16T18:59:22.685Z] #21 27.30 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ... [2021-09-16T18:59:22.685Z] #21 27.31 Unpacking bzip2 (1.0.8-4) ... [2021-09-16T18:59:22.685Z] #21 27.45 Selecting previously unselected package xz-utils. [2021-09-16T18:59:22.953Z] #21 27.45 Preparing to unpack .../12-xz-utils_5.2.5-2_amd64.deb ... [2021-09-16T18:59:22.953Z] #21 27.46 Unpacking xz-utils (5.2.5-2) ... [2021-09-16T18:59:22.953Z] #21 27.69 Selecting previously unselected package apparmor. [2021-09-16T18:59:22.953Z] #21 27.69 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ... [2021-09-16T18:59:23.094Z] #21 13.31 Reading package lists... [2021-09-16T18:59:23.216Z] #21 27.77 Unpacking apparmor (2.13.6-10) ... [2021-09-16T18:59:24.178Z] #21 28.59 Selecting previously unselected package inetutils-ping. [2021-09-16T18:59:24.178Z] #21 28.60 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ... [2021-09-16T18:59:24.178Z] #21 28.63 Unpacking inetutils-ping (2:2.0-1) ... [2021-09-16T18:59:24.178Z] #21 28.90 Selecting previously unselected package libip4tc2:amd64. [2021-09-16T18:59:24.283Z] #21 16.91 Building dependency tree... [2021-09-16T18:59:24.439Z] #21 28.92 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ... [2021-09-16T18:59:24.439Z] #21 28.94 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2021-09-16T18:59:24.439Z] #21 29.12 Selecting previously unselected package libip6tc2:amd64. [2021-09-16T18:59:24.439Z] #21 29.12 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ... [2021-09-16T18:59:24.439Z] #21 29.13 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2021-09-16T18:59:24.671Z] #25 ... [2021-09-16T18:59:24.671Z] [2021-09-16T18:59:24.672Z] #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-16T18:59:24.672Z] #58 sha256:70574642f2b2edd2e6ed406a9665529e24cdb35dccbf0c3816ab234bd6f9297b [2021-09-16T18:59:24.672Z] #58 169.8 + bin/containerd [2021-09-16T18:59:24.672Z] #58 ... [2021-09-16T18:59:24.672Z] [2021-09-16T18:59:24.672Z] #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-16T18:59:24.672Z] #25 sha256:cd50c47e26b1f242885591c70552f5024daeaafcdd34d7a8dd3874c5dfa6c903 [2021-09-16T18:59:24.672Z] #25 198.7 + return [2021-09-16T18:59:24.672Z] #25 DONE 200.3s [2021-09-16T18:59:24.672Z] [2021-09-16T18:59:24.672Z] #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-16T18:59:24.672Z] #58 sha256:70574642f2b2edd2e6ed406a9665529e24cdb35dccbf0c3816ab234bd6f9297b [2021-09-16T18:59:24.672Z] #58 ... [2021-09-16T18:59:24.672Z] [2021-09-16T18:59:24.672Z] #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-16T18:59:24.672Z] #55 sha256:40914266f5e4bdbb189f4dd27a7b4039d72aedc6472158620ee0bde21f0af45d [2021-09-16T18:59:24.672Z] #55 111.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-16T18:59:24.672Z] #55 112.9 + mkdir -p /build [2021-09-16T18:59:24.672Z] #55 112.9 + cp runc /build/runc [2021-09-16T18:59:24.672Z] #55 DONE 113.2s [2021-09-16T18:59:24.672Z] [2021-09-16T18:59:24.672Z] #26 [dev-systemd-false 10/25] COPY --from=dockercli /build/ /usr/local/cli [2021-09-16T18:59:24.672Z] #26 sha256:15758956a4c3d5241a2f61f07284e4f54c13c865da2b27c74f4a2cb45af9036d [2021-09-16T18:59:24.672Z] #26 DONE 0.3s [2021-09-16T18:59:24.672Z] [2021-09-16T18:59:24.672Z] #31 [dev-systemd-false 11/25] COPY --from=frozen-images /build/ /docker-frozen-images [2021-09-16T18:59:24.672Z] #31 sha256:d4d5e9aa779a9ceed819d28f156b7c3bf54826789d3a5c5bcd7320fecc7a37e0 [2021-09-16T18:59:24.702Z] #21 29.34 Selecting previously unselected package libnfnetlink0:amd64. [2021-09-16T18:59:24.702Z] #21 29.35 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2021-09-16T18:59:24.702Z] #21 29.35 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-09-16T18:59:24.935Z] #31 DONE 0.7s [2021-09-16T18:59:24.935Z] [2021-09-16T18:59:24.935Z] #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-16T18:59:24.935Z] #58 sha256:70574642f2b2edd2e6ed406a9665529e24cdb35dccbf0c3816ab234bd6f9297b [2021-09-16T18:59:24.935Z] #58 ... [2021-09-16T18:59:24.935Z] [2021-09-16T18:59:24.935Z] #34 [dev-systemd-false 12/25] COPY --from=swagger /build/ /usr/local/bin/ [2021-09-16T18:59:24.935Z] #34 sha256:ba63ff105184d0b2256bd39d70135cbab0b8f6d81ad2d4f7c17d54dc93d0ce91 [2021-09-16T18:59:24.963Z] #21 29.52 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2021-09-16T18:59:24.963Z] #21 29.53 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2021-09-16T18:59:24.963Z] #21 29.54 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2021-09-16T18:59:24.963Z] #21 29.72 Selecting previously unselected package libnftnl11:amd64. [2021-09-16T18:59:24.963Z] #21 29.74 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ... [2021-09-16T18:59:24.963Z] #21 29.75 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2021-09-16T18:59:25.217Z] #21 19.00 The following additional packages will be installed: [2021-09-16T18:59:25.219Z] #58 175.0 + bin/containerd [2021-09-16T18:59:25.475Z] #21 19.00 libaio1 libbpf0 libcap2 libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2021-09-16T18:59:25.475Z] #21 19.01 libip6tc2 libjq1 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 [2021-09-16T18:59:25.475Z] #21 19.01 libonig5 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2021-09-16T18:59:25.475Z] #21 19.02 python3-pkg-resources vim-runtime xxd [2021-09-16T18:59:25.475Z] #21 19.02 Suggested packages: [2021-09-16T18:59:25.475Z] #21 19.03 apparmor-profiles-extra apparmor-utils bzip2-doc iproute2-doc firewalld kmod [2021-09-16T18:59:25.475Z] #21 19.03 gpm ed diffutils-doc python-setuptools-doc ctags vim-doc vim-scripts xfsdump [2021-09-16T18:59:25.475Z] #21 19.03 acl attr quota [2021-09-16T18:59:25.475Z] #21 19.03 Recommended packages: [2021-09-16T18:59:25.475Z] #21 19.03 libatm1 nftables libpam-cap build-essential python3-dev unzip [2021-09-16T18:59:25.509Z] #34 DONE 0.4s [2021-09-16T18:59:25.509Z] [2021-09-16T18:59:25.509Z] #36 [dev-systemd-false 13/25] COPY --from=tomll /build/ /usr/local/bin/ [2021-09-16T18:59:25.509Z] #36 sha256:b4edaa29f303fb237f6506fe5f4fb17a70fd268349b8902d1f797eea7d61108a [2021-09-16T18:59:25.509Z] #36 DONE 0.1s [2021-09-16T18:59:25.509Z] [2021-09-16T18:59:25.509Z] #39 [dev-systemd-false 14/25] COPY --from=tini /build/ /usr/local/bin/ [2021-09-16T18:59:25.509Z] #39 sha256:96a4168b78259a9412b404d6d98df43305319c0f0ea2acd6ba663ada9588060f [2021-09-16T18:59:25.509Z] #39 DONE 0.1s [2021-09-16T18:59:25.509Z] [2021-09-16T18:59:25.509Z] #42 [dev-systemd-false 15/25] COPY --from=registry /build/ /usr/local/bin/ [2021-09-16T18:59:25.509Z] #42 sha256:6e24f6cc81e27fe85463d4a23c038f97b3a369ef2f366a62d7eefec69e199b61 [2021-09-16T18:59:25.538Z] #21 29.96 Selecting previously unselected package iptables. [2021-09-16T18:59:25.538Z] #21 29.96 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ... [2021-09-16T18:59:25.538Z] #21 29.99 Unpacking iptables (1.8.7-1) ... [2021-09-16T18:59:25.799Z] #21 30.48 Selecting previously unselected package libonig5:amd64. [2021-09-16T18:59:25.826Z] #64 ... [2021-09-16T18:59:25.826Z] [2021-09-16T18:59:25.826Z] #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-16T18:59:25.826Z] #20 sha256:7d7f852a7bd20fb85f484a4f4a2a009c9e35f41220717e2ba18e266dc5f0f499 [2021-09-16T18:59:25.826Z] #20 21.57 Fetched 48.3 MB in 20s (2453 kB/s) [2021-09-16T18:59:26.060Z] #21 30.48 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ... [2021-09-16T18:59:26.060Z] #21 30.50 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2021-09-16T18:59:26.087Z] #42 DONE 0.4s [2021-09-16T18:59:26.087Z] [2021-09-16T18:59:26.087Z] #46 [dev-systemd-false 16/25] COPY --from=criu /build/ /usr/local/bin/ [2021-09-16T18:59:26.087Z] #46 sha256:b6b192d8886cf6141c905023171516a7327791995eb27129852ba1bc96a2915e [2021-09-16T18:59:26.087Z] #46 DONE 0.1s [2021-09-16T18:59:26.087Z] [2021-09-16T18:59:26.087Z] #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-16T18:59:26.087Z] #58 sha256:70574642f2b2edd2e6ed406a9665529e24cdb35dccbf0c3816ab234bd6f9297b [2021-09-16T18:59:26.087Z] #58 ... [2021-09-16T18:59:26.087Z] [2021-09-16T18:59:26.087Z] #48 [dev-systemd-false 17/25] COPY --from=vndr /build/ /usr/local/bin/ [2021-09-16T18:59:26.087Z] #48 sha256:eca15c540a16082e9864988f55c111cb4f8a95a28b972252ae98d6c1cd547c02 [2021-09-16T18:59:26.322Z] #21 30.82 Selecting previously unselected package libjq1:amd64. [2021-09-16T18:59:26.322Z] #21 30.86 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ... [2021-09-16T18:59:26.322Z] #21 30.89 Unpacking libjq1:amd64 (1.6-2.1) ... [2021-09-16T18:59:26.349Z] #48 DONE 0.2s [2021-09-16T18:59:26.349Z] [2021-09-16T18:59:26.349Z] #50 [dev-systemd-false 18/25] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-09-16T18:59:26.349Z] #50 sha256:13808088a3ac858ee22ec81402fff6d8391527e6282a40407ed0b92163d2e572 [2021-09-16T18:59:26.584Z] #21 31.12 Selecting previously unselected package jq. [2021-09-16T18:59:26.584Z] #21 31.13 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ... [2021-09-16T18:59:26.584Z] #21 31.13 Unpacking jq (1.6-2.1) ... [2021-09-16T18:59:26.611Z] #50 DONE 0.2s [2021-09-16T18:59:26.611Z] [2021-09-16T18:59:26.611Z] #52 [dev-systemd-false 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-09-16T18:59:26.611Z] #52 sha256:d2e85633c06a20d14b138e5f8020f10b2d3c42a58c784e72291ffa46798d7dd4 [2021-09-16T18:59:26.845Z] #21 31.29 Selecting previously unselected package libaio1:amd64. [2021-09-16T18:59:26.845Z] #21 31.30 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ... [2021-09-16T18:59:26.845Z] #21 31.30 Unpacking libaio1:amd64 (0.3.112-9) ... [2021-09-16T18:59:26.845Z] #21 31.42 Selecting previously unselected package libgpm2:amd64. [2021-09-16T18:59:26.845Z] #21 31.43 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ... [2021-09-16T18:59:26.845Z] #21 31.44 Unpacking libgpm2:amd64 (1.20.7-8) ... [2021-09-16T18:59:27.107Z] #21 31.62 Selecting previously unselected package libicu67:amd64. [2021-09-16T18:59:27.107Z] #21 31.64 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ... [2021-09-16T18:59:27.107Z] #21 31.65 Unpacking libicu67:amd64 (67.1-7) ... [2021-09-16T18:59:27.187Z] #52 DONE 0.6s [2021-09-16T18:59:27.188Z] [2021-09-16T18:59:27.188Z] #54 [dev-systemd-false 20/25] COPY --from=shfmt /build/ /usr/local/bin/ [2021-09-16T18:59:27.188Z] #54 sha256:bcd13a1299bd0ddf638d6524757d303e4f17c44a9a443629cb40b73aac366f24 [2021-09-16T18:59:27.188Z] #54 DONE 0.1s [2021-09-16T18:59:27.188Z] [2021-09-16T18:59:27.188Z] #56 [dev-systemd-false 21/25] COPY --from=runc /build/ /usr/local/bin/ [2021-09-16T18:59:27.188Z] #56 sha256:60d650e9394fbae1183ca93439169b976f70f0197d806eef239e60a765ee74ae [2021-09-16T18:59:27.367Z] #21 20.92 The following NEW packages will be installed: [2021-09-16T18:59:27.367Z] #21 20.92 apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libaio1 [2021-09-16T18:59:27.367Z] #21 20.93 libbpf0 libcap2 libcap2-bin libelf1 libgpm2 libicu67 libinih1 libip4tc2 [2021-09-16T18:59:27.367Z] #21 20.93 libip6tc2 libjq1 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 [2021-09-16T18:59:27.367Z] #21 20.93 libnftnl11 libnl-3-200 libonig5 libprotobuf-c1 libxtables12 net-tools patch [2021-09-16T18:59:27.367Z] #21 20.93 pigz python-pip-whl python3-distutils python3-lib2to3 python3-pip [2021-09-16T18:59:27.367Z] #21 20.93 python3-pkg-resources python3-setuptools python3-wheel sudo [2021-09-16T18:59:27.367Z] #21 20.93 thin-provisioning-tools uidmap vim vim-common vim-runtime xfsprogs xxd [2021-09-16T18:59:27.367Z] #21 20.93 xz-utils zip zstd [2021-09-16T18:59:27.453Z] #56 DONE 0.3s [2021-09-16T18:59:27.453Z] [2021-09-16T18:59:27.453Z] #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-16T18:59:27.453Z] #58 sha256:70574642f2b2edd2e6ed406a9665529e24cdb35dccbf0c3816ab234bd6f9297b [2021-09-16T18:59:27.624Z] #21 21.33 0 upgraded, 48 newly installed, 0 to remove and 0 not upgraded. [2021-09-16T18:59:27.624Z] #21 21.33 Need to get 27.6 MB of archives. [2021-09-16T18:59:27.624Z] #21 21.33 After this operation, 106 MB of additional disk space will be used. [2021-09-16T18:59:27.624Z] #21 21.33 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2021-09-16T18:59:27.624Z] #21 21.33 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2021-09-16T18:59:27.624Z] #21 21.38 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2021-09-16T18:59:27.624Z] #21 21.43 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2021-09-16T18:59:27.881Z] #21 21.43 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2021-09-16T18:59:27.881Z] #21 21.43 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2021-09-16T18:59:27.881Z] #21 21.43 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2021-09-16T18:59:27.881Z] #21 21.43 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2021-09-16T18:59:27.881Z] #21 21.49 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3 [192 kB] [2021-09-16T18:59:27.881Z] #21 21.50 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3 [226 kB] [2021-09-16T18:59:27.881Z] #21 21.52 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2021-09-16T18:59:27.881Z] #21 21.53 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bzip2 amd64 1.0.8-4 [49.3 kB] [2021-09-16T18:59:27.881Z] #21 21.55 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xz-utils amd64 5.2.5-2 [220 kB] [2021-09-16T18:59:27.881Z] #21 21.55 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2021-09-16T18:59:27.881Z] #21 21.59 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2021-09-16T18:59:27.881Z] #21 21.61 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2021-09-16T18:59:27.881Z] #21 21.61 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2021-09-16T18:59:27.881Z] #21 21.62 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2021-09-16T18:59:27.881Z] #21 21.62 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2021-09-16T18:59:27.881Z] #21 21.63 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2021-09-16T18:59:27.881Z] #21 21.63 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2021-09-16T18:59:27.881Z] #21 21.65 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2021-09-16T18:59:28.138Z] #21 21.66 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2021-09-16T18:59:28.138Z] #21 21.68 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2021-09-16T18:59:28.138Z] #21 21.68 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2021-09-16T18:59:28.138Z] #21 21.70 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2021-09-16T18:59:28.138Z] #21 21.70 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libicu67 amd64 67.1-7 [8622 kB] [2021-09-16T18:59:28.705Z] #21 22.16 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2021-09-16T18:59:28.705Z] #21 22.16 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-16T18:59:28.705Z] #21 22.16 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-16T18:59:28.705Z] #21 22.16 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-16T18:59:28.705Z] #21 22.16 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2021-09-16T18:59:28.705Z] #21 22.16 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 patch amd64 2.7.6-7 [128 kB] [2021-09-16T18:59:28.705Z] #21 22.16 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4 [1948 kB] [2021-09-16T18:59:28.705Z] #21 22.28 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2021-09-16T18:59:28.705Z] #21 22.28 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2021-09-16T18:59:28.705Z] #21 22.28 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2021-09-16T18:59:28.705Z] #21 22.29 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2021-09-16T18:59:28.705Z] #21 22.31 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2021-09-16T18:59:28.705Z] #21 22.31 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4 [337 kB] [2021-09-16T18:59:28.705Z] #21 22.32 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2021-09-16T18:59:28.705Z] #21 22.37 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2021-09-16T18:59:28.705Z] #21 22.40 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2021-09-16T18:59:28.705Z] #21 22.40 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3 [6226 kB] [2021-09-16T18:59:29.270Z] #21 22.68 Get:45 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3 [1494 kB] [2021-09-16T18:59:29.270Z] #21 22.73 Get:46 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2021-09-16T18:59:29.270Z] #21 22.75 Get:47 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2021-09-16T18:59:29.270Z] #21 22.76 Get:48 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2021-09-16T18:59:29.410Z] #58 ... [2021-09-16T18:59:29.410Z] [2021-09-16T18:59:29.411Z] #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-16T18:59:29.411Z] #55 sha256:461befa4e79a1c0cd7ec46e148842a628cbcdd005e813ad6e396a2ff36d63aeb [2021-09-16T18:59:29.411Z] #55 111.4 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-16T18:59:29.834Z] #21 23.41 debconf: delaying package configuration, since apt-utils is not installed [2021-09-16T18:59:30.091Z] #21 23.60 Fetched 27.6 MB in 2s (15.4 MB/s) [2021-09-16T18:59:30.091Z] #21 23.70 Selecting previously unselected package pigz. [2021-09-16T18:59:30.091Z] #21 23.70 (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-16T18:59:30.091Z] #21 23.79 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2021-09-16T18:59:30.349Z] #21 23.80 Unpacking pigz (2.6-1) ... [2021-09-16T18:59:30.349Z] #21 23.95 Selecting previously unselected package libelf1:amd64. [2021-09-16T18:59:30.349Z] #21 23.95 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2021-09-16T18:59:30.349Z] #21 23.99 Unpacking libelf1:amd64 (0.183-1) ... [2021-09-16T18:59:30.605Z] #21 24.20 Selecting previously unselected package libbpf0:amd64. [2021-09-16T18:59:30.605Z] #21 24.20 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2021-09-16T18:59:30.605Z] #21 24.21 Unpacking libbpf0:amd64 (1:0.3-2) ... [2021-09-16T18:59:30.790Z] #55 112.4 + mkdir -p /build [2021-09-16T18:59:30.790Z] #55 112.4 + cp runc /build/runc [2021-09-16T18:59:30.862Z] #21 24.40 Selecting previously unselected package libcap2:amd64. [2021-09-16T18:59:30.862Z] #21 24.40 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2021-09-16T18:59:30.862Z] #21 24.41 Unpacking libcap2:amd64 (1:2.44-1) ... [2021-09-16T18:59:30.862Z] #21 24.58 Selecting previously unselected package libmnl0:amd64. [2021-09-16T18:59:30.862Z] #21 24.58 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2021-09-16T18:59:31.119Z] #21 24.64 Unpacking libmnl0:amd64 (1.0.4-3) ... [2021-09-16T18:59:31.119Z] #21 24.72 Selecting previously unselected package libxtables12:amd64. [2021-09-16T18:59:31.119Z] #21 24.73 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2021-09-16T18:59:31.119Z] #21 24.74 Unpacking libxtables12:amd64 (1.8.7-1) ... [2021-09-16T18:59:31.376Z] #21 24.93 Selecting previously unselected package libcap2-bin. [2021-09-16T18:59:31.376Z] #21 24.94 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2021-09-16T18:59:31.376Z] #21 24.94 Unpacking libcap2-bin (1:2.44-1) ... [2021-09-16T18:59:31.633Z] #21 25.21 Selecting previously unselected package iproute2. [2021-09-16T18:59:31.633Z] #21 25.21 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2021-09-16T18:59:31.633Z] #21 25.21 Unpacking iproute2 (5.10.0-4) ... [2021-09-16T18:59:31.790Z] #55 DONE 113.5s [2021-09-16T18:59:31.790Z] [2021-09-16T18:59:31.790Z] #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-16T18:59:31.790Z] #58 sha256:a7193bf7d8e27edb96e6d49da83f5350c681e80377830d16e81664992db6c6cd [2021-09-16T18:59:32.391Z] #20 21.57 Reading package lists... [2021-09-16T18:59:32.391Z] #20 ... [2021-09-16T18:59:32.391Z] [2021-09-16T18:59:32.391Z] #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-16T18:59:32.391Z] #64 sha256:aad235b600a0b2c0010df7f5f687ea94cb7ce57b47e2a4392124b71c3de8ac38 [2021-09-16T18:59:32.391Z] #64 21.72 Fetched 48.3 MB in 20s (2419 kB/s) [2021-09-16T18:59:32.564Z] #21 25.96 Selecting previously unselected package xxd. [2021-09-16T18:59:32.564Z] #21 25.97 Preparing to unpack .../08-xxd_2%3a8.2.2434-3_amd64.deb ... [2021-09-16T18:59:32.564Z] #21 25.98 Unpacking xxd (2:8.2.2434-3) ... [2021-09-16T18:59:32.564Z] #21 26.21 Selecting previously unselected package vim-common. [2021-09-16T18:59:32.564Z] #21 26.23 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3_all.deb ... [2021-09-16T18:59:32.564Z] #21 26.27 Unpacking vim-common (2:8.2.2434-3) ... [2021-09-16T18:59:32.821Z] #21 26.48 Selecting previously unselected package bash-completion. [2021-09-16T18:59:32.821Z] #21 26.48 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2021-09-16T18:59:33.182Z] #58 ... [2021-09-16T18:59:33.182Z] [2021-09-16T18:59:33.182Z] #56 [dev-systemd-false 21/25] COPY --from=runc /build/ /usr/local/bin/ [2021-09-16T18:59:33.182Z] #56 sha256:a50ce95ead3575ad26d4ed7426c6b0864740820147d7ffd47f314e8098a9417a [2021-09-16T18:59:33.442Z] #56 DONE 0.4s [2021-09-16T18:59:33.443Z] [2021-09-16T18:59:33.443Z] #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-16T18:59:33.443Z] #58 sha256:a7193bf7d8e27edb96e6d49da83f5350c681e80377830d16e81664992db6c6cd [2021-09-16T18:59:33.696Z] #21 37.36 Selecting previously unselected package libinih1:amd64. [2021-09-16T18:59:33.696Z] #21 37.37 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ... [2021-09-16T18:59:33.696Z] #21 37.39 Unpacking libinih1:amd64 (53-1+b2) ... [2021-09-16T18:59:33.696Z] #21 37.46 Selecting previously unselected package libnet1:amd64. [2021-09-16T18:59:33.696Z] #21 37.47 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-09-16T18:59:33.696Z] #21 37.48 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-09-16T18:59:33.696Z] #21 37.61 Selecting previously unselected package libnl-3-200:amd64. [2021-09-16T18:59:33.696Z] #21 37.62 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2021-09-16T18:59:33.696Z] #21 37.63 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2021-09-16T18:59:33.696Z] #21 37.75 Selecting previously unselected package libprotobuf-c1:amd64. [2021-09-16T18:59:33.696Z] #21 37.76 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2021-09-16T18:59:33.696Z] #21 37.77 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2021-09-16T18:59:33.696Z] #21 37.85 Selecting previously unselected package net-tools. [2021-09-16T18:59:33.696Z] #21 37.85 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2021-09-16T18:59:33.696Z] #21 37.86 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2021-09-16T18:59:33.696Z] #21 38.15 Selecting previously unselected package patch. [2021-09-16T18:59:33.696Z] #21 38.16 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ... [2021-09-16T18:59:33.696Z] #21 38.19 Unpacking patch (2.7.6-7) ... [2021-09-16T18:59:33.696Z] #21 38.30 Selecting previously unselected package python-pip-whl. [2021-09-16T18:59:33.696Z] #21 38.31 Preparing to unpack .../33-python-pip-whl_20.3.4-4_all.deb ... [2021-09-16T18:59:33.696Z] #21 38.32 Unpacking python-pip-whl (20.3.4-4) ... [2021-09-16T18:59:33.768Z] #64 21.72 Reading package lists... [2021-09-16T18:59:33.768Z] #64 ... [2021-09-16T18:59:33.768Z] [2021-09-16T18:59:33.768Z] #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-16T18:59:33.768Z] #20 sha256:7d7f852a7bd20fb85f484a4f4a2a009c9e35f41220717e2ba18e266dc5f0f499 [2021-09-16T18:59:33.768Z] #20 21.57 Reading package lists... [2021-09-16T18:59:34.530Z] #21 39.01 Selecting previously unselected package python3-lib2to3. [2021-09-16T18:59:34.530Z] #21 39.01 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2021-09-16T18:59:34.530Z] #21 39.03 Unpacking python3-lib2to3 (3.9.2-1) ... [2021-09-16T18:59:34.530Z] #21 39.20 Selecting previously unselected package python3-distutils. [2021-09-16T18:59:34.530Z] #21 39.21 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2021-09-16T18:59:34.530Z] #21 39.21 Unpacking python3-distutils (3.9.2-1) ... [2021-09-16T18:59:34.791Z] #21 39.38 Selecting previously unselected package python3-pkg-resources. [2021-09-16T18:59:34.791Z] #21 39.39 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2021-09-16T18:59:34.791Z] #21 39.39 Unpacking python3-pkg-resources (52.0.0-4) ... [2021-09-16T18:59:35.052Z] #21 39.54 Selecting previously unselected package python3-setuptools. [2021-09-16T18:59:35.052Z] #21 39.55 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2021-09-16T18:59:35.052Z] #21 39.55 Unpacking python3-setuptools (52.0.0-4) ... [2021-09-16T18:59:35.143Z] #20 30.32 Reading package lists... [2021-09-16T18:59:35.144Z] #20 ... [2021-09-16T18:59:35.144Z] [2021-09-16T18:59:35.144Z] #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-16T18:59:35.144Z] #44 sha256:4e727ee7134e020d5a1e9a61100184b14a61d57c6bccf8f39e9002e8fc644d19 [2021-09-16T18:59:35.144Z] #44 21.57 Fetched 48.3 MB in 20s (2442 kB/s) [2021-09-16T18:59:35.144Z] #44 21.57 Reading package lists... [2021-09-16T18:59:35.144Z] #44 30.91 Reading package lists... [2021-09-16T18:59:35.144Z] #44 ... [2021-09-16T18:59:35.144Z] [2021-09-16T18:59:35.144Z] #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-16T18:59:35.144Z] #64 sha256:aad235b600a0b2c0010df7f5f687ea94cb7ce57b47e2a4392124b71c3de8ac38 [2021-09-16T18:59:35.144Z] #64 21.72 Reading package lists... [2021-09-16T18:59:35.314Z] #21 39.93 Selecting previously unselected package python3-wheel. [2021-09-16T18:59:35.314Z] #21 39.96 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2021-09-16T18:59:35.314Z] #21 39.97 Unpacking python3-wheel (0.34.2-1) ... [2021-09-16T18:59:35.575Z] #21 40.04 Selecting previously unselected package python3-pip. [2021-09-16T18:59:35.575Z] #21 40.06 Preparing to unpack .../39-python3-pip_20.3.4-4_all.deb ... [2021-09-16T18:59:35.575Z] #21 40.06 Unpacking python3-pip (20.3.4-4) ... [2021-09-16T18:59:35.837Z] #21 40.45 Selecting previously unselected package sudo. [2021-09-16T18:59:35.837Z] #21 40.45 Preparing to unpack .../40-sudo_1.9.5p2-3_amd64.deb ... [2021-09-16T18:59:35.837Z] #21 40.46 Unpacking sudo (1.9.5p2-3) ... [2021-09-16T18:59:36.094Z] #21 29.48 Unpacking bash-completion (1:2.11-2) ... [2021-09-16T18:59:36.351Z] #21 30.07 Selecting previously unselected package bzip2. [2021-09-16T18:59:36.351Z] #21 30.07 Preparing to unpack .../11-bzip2_1.0.8-4_amd64.deb ... [2021-09-16T18:59:36.351Z] #21 30.08 Unpacking bzip2 (1.0.8-4) ... [2021-09-16T18:59:36.351Z] #21 30.18 Selecting previously unselected package xz-utils. [2021-09-16T18:59:36.608Z] #21 30.19 Preparing to unpack .../12-xz-utils_5.2.5-2_amd64.deb ... [2021-09-16T18:59:36.608Z] #21 30.19 Unpacking xz-utils (5.2.5-2) ... [2021-09-16T18:59:36.781Z] #21 41.26 Selecting previously unselected package thin-provisioning-tools. [2021-09-16T18:59:36.781Z] #21 41.27 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2021-09-16T18:59:36.781Z] #21 41.28 Unpacking thin-provisioning-tools (0.9.0-1) ... [2021-09-16T18:59:36.849Z] 4612f6d0b889: Pull complete [2021-09-16T18:59:36.865Z] #21 30.42 Selecting previously unselected package apparmor. [2021-09-16T18:59:36.865Z] #21 30.42 Preparing to unpack .../13-apparmor_2.13.6-10_amd64.deb ... [2021-09-16T18:59:36.865Z] #21 30.52 Unpacking apparmor (2.13.6-10) ... [2021-09-16T18:59:37.043Z] #21 41.54 Selecting previously unselected package uidmap. [2021-09-16T18:59:37.043Z] #21 41.55 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ... [2021-09-16T18:59:37.043Z] #21 41.56 Unpacking uidmap (1:4.8.1-1) ... [2021-09-16T18:59:37.043Z] #21 41.80 Selecting previously unselected package vim-runtime. [2021-09-16T18:59:37.304Z] #21 41.81 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3_all.deb ... [2021-09-16T18:59:37.304Z] #21 41.89 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-16T18:59:37.304Z] #21 41.96 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2021-09-16T18:59:37.304Z] #21 42.01 Unpacking vim-runtime (2:8.2.2434-3) ... [2021-09-16T18:59:37.798Z] #21 31.27 Selecting previously unselected package inetutils-ping. [2021-09-16T18:59:37.798Z] #21 31.28 Preparing to unpack .../14-inetutils-ping_2%3a2.0-1_amd64.deb ... [2021-09-16T18:59:37.798Z] #21 31.29 Unpacking inetutils-ping (2:2.0-1) ... [2021-09-16T18:59:38.055Z] #21 31.58 Selecting previously unselected package libip4tc2:amd64. [2021-09-16T18:59:38.055Z] #21 31.58 Preparing to unpack .../15-libip4tc2_1.8.7-1_amd64.deb ... [2021-09-16T18:59:38.055Z] #21 31.61 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2021-09-16T18:59:38.055Z] #21 31.81 Selecting previously unselected package libip6tc2:amd64. [2021-09-16T18:59:38.055Z] #21 31.81 Preparing to unpack .../16-libip6tc2_1.8.7-1_amd64.deb ... [2021-09-16T18:59:38.312Z] #21 31.81 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2021-09-16T18:59:38.312Z] #21 31.92 Selecting previously unselected package libnfnetlink0:amd64. [2021-09-16T18:59:38.312Z] #21 31.92 Preparing to unpack .../17-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2021-09-16T18:59:38.312Z] #21 31.93 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-09-16T18:59:38.312Z] #21 32.03 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2021-09-16T18:59:38.312Z] #21 32.03 Preparing to unpack .../18-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2021-09-16T18:59:38.569Z] #21 32.05 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2021-09-16T18:59:38.569Z] #21 32.12 Selecting previously unselected package libnftnl11:amd64. [2021-09-16T18:59:38.569Z] #21 32.12 Preparing to unpack .../19-libnftnl11_1.1.9-1_amd64.deb ... [2021-09-16T18:59:38.569Z] #21 32.16 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2021-09-16T18:59:38.826Z] #21 32.36 Selecting previously unselected package iptables. [2021-09-16T18:59:38.826Z] #21 32.36 Preparing to unpack .../20-iptables_1.8.7-1_amd64.deb ... [2021-09-16T18:59:38.826Z] #21 32.37 Unpacking iptables (1.8.7-1) ... [2021-09-16T18:59:39.389Z] #21 32.93 Selecting previously unselected package libonig5:amd64. [2021-09-16T18:59:39.389Z] #21 32.95 Preparing to unpack .../21-libonig5_6.9.6-1.1_amd64.deb ... [2021-09-16T18:59:39.389Z] #21 32.95 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2021-09-16T18:59:39.389Z] #21 33.17 Selecting previously unselected package libjq1:amd64. [2021-09-16T18:59:39.389Z] #21 33.17 Preparing to unpack .../22-libjq1_1.6-2.1_amd64.deb ... [2021-09-16T18:59:39.646Z] #21 33.19 Unpacking libjq1:amd64 (1.6-2.1) ... [2021-09-16T18:59:39.646Z] #21 33.43 Selecting previously unselected package jq. [2021-09-16T18:59:39.903Z] #21 33.44 Preparing to unpack .../23-jq_1.6-2.1_amd64.deb ... [2021-09-16T18:59:39.903Z] #21 33.45 Unpacking jq (1.6-2.1) ... [2021-09-16T18:59:40.161Z] #21 33.77 Selecting previously unselected package libaio1:amd64. [2021-09-16T18:59:40.161Z] #21 33.78 Preparing to unpack .../24-libaio1_0.3.112-9_amd64.deb ... [2021-09-16T18:59:40.161Z] #21 33.80 Unpacking libaio1:amd64 (0.3.112-9) ... [2021-09-16T18:59:40.417Z] #21 34.04 Selecting previously unselected package libgpm2:amd64. [2021-09-16T18:59:40.417Z] #21 34.04 Preparing to unpack .../25-libgpm2_1.20.7-8_amd64.deb ... [2021-09-16T18:59:40.417Z] #21 34.08 Unpacking libgpm2:amd64 (1.20.7-8) ... [2021-09-16T18:59:40.674Z] #21 34.29 Selecting previously unselected package libicu67:amd64. [2021-09-16T18:59:40.674Z] #21 34.30 Preparing to unpack .../26-libicu67_67.1-7_amd64.deb ... [2021-09-16T18:59:40.674Z] #21 34.33 Unpacking libicu67:amd64 (67.1-7) ... [2021-09-16T18:59:42.600Z] #21 47.11 Selecting previously unselected package vim. [2021-09-16T18:59:42.600Z] #21 47.12 Preparing to unpack .../44-vim_2%3a8.2.2434-3_amd64.deb ... [2021-09-16T18:59:42.600Z] #21 47.17 Unpacking vim (2:8.2.2434-3) ... [2021-09-16T18:59:43.258Z] #64 30.88 Reading package lists... [2021-09-16T18:59:43.258Z] #64 ... [2021-09-16T18:59:43.258Z] [2021-09-16T18:59:43.259Z] #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-16T18:59:43.259Z] #20 sha256:7d7f852a7bd20fb85f484a4f4a2a009c9e35f41220717e2ba18e266dc5f0f499 [2021-09-16T18:59:43.259Z] #20 30.32 Reading package lists... [2021-09-16T18:59:43.545Z] #21 48.22 Selecting previously unselected package xfsprogs. [2021-09-16T18:59:43.807Z] #21 48.23 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ... [2021-09-16T18:59:43.807Z] #21 48.24 Unpacking xfsprogs (5.10.0-4) ... [2021-09-16T18:59:44.380Z] #21 49.03 Selecting previously unselected package zip. [2021-09-16T18:59:44.380Z] #21 49.03 Preparing to unpack .../46-zip_3.0-12_amd64.deb ... [2021-09-16T18:59:44.380Z] #21 49.04 Unpacking zip (3.0-12) ... [2021-09-16T18:59:44.647Z] #21 49.24 Selecting previously unselected package zstd. [2021-09-16T18:59:44.647Z] #21 49.25 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2021-09-16T18:59:44.647Z] #21 49.28 Unpacking zstd (1.4.8+dfsg-2.1) ... [2021-09-16T18:59:45.161Z] #20 39.38 Building dependency tree... [2021-09-16T18:59:45.220Z] #21 49.82 Setting up python3-pkg-resources (52.0.0-4) ... [2021-09-16T18:59:45.928Z] #21 39.55 Selecting previously unselected package libinih1:amd64. [2021-09-16T18:59:45.928Z] #21 39.55 Preparing to unpack .../27-libinih1_53-1+b2_amd64.deb ... [2021-09-16T18:59:45.928Z] #21 39.56 Unpacking libinih1:amd64 (53-1+b2) ... [2021-09-16T18:59:46.185Z] #21 39.71 Selecting previously unselected package libnet1:amd64. [2021-09-16T18:59:46.185Z] #21 39.72 Preparing to unpack .../28-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-09-16T18:59:46.185Z] #21 39.73 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-09-16T18:59:46.185Z] #21 39.84 Selecting previously unselected package libnl-3-200:amd64. [2021-09-16T18:59:46.185Z] #21 39.85 Preparing to unpack .../29-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2021-09-16T18:59:46.185Z] #21 39.85 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2021-09-16T18:59:46.443Z] #21 40.04 Selecting previously unselected package libprotobuf-c1:amd64. [2021-09-16T18:59:46.443Z] #21 40.04 Preparing to unpack .../30-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2021-09-16T18:59:46.443Z] #21 40.07 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2021-09-16T18:59:46.536Z] #20 43.21 The following additional packages will be installed: [2021-09-16T18:59:46.536Z] #20 43.22 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-09-16T18:59:46.608Z] #21 51.31 Setting up libip4tc2:amd64 (1.8.7-1) ... [2021-09-16T18:59:46.608Z] #21 51.32 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2021-09-16T18:59:46.608Z] #21 51.35 Setting up libgpm2:amd64 (1.20.7-8) ... [2021-09-16T18:59:46.608Z] #21 51.37 Setting up libicu67:amd64 (67.1-7) ... [2021-09-16T18:59:46.608Z] #21 51.38 Setting up libip6tc2:amd64 (1.8.7-1) ... [2021-09-16T18:59:46.608Z] #21 51.39 Setting up libinih1:amd64 (53-1+b2) ... [2021-09-16T18:59:46.699Z] #21 40.23 Selecting previously unselected package net-tools. [2021-09-16T18:59:46.699Z] #21 40.23 Preparing to unpack .../31-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2021-09-16T18:59:46.699Z] #21 40.23 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2021-09-16T18:59:46.796Z] #20 43.22 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 gcc-mingw-w64-base [2021-09-16T18:59:46.796Z] #20 43.23 gcc-mingw-w64-x86-64-posix gcc-mingw-w64-x86-64-posix-runtime [2021-09-16T18:59:46.796Z] #20 43.23 gcc-mingw-w64-x86-64-win32 gcc-mingw-w64-x86-64-win32-runtime libapparmor1 [2021-09-16T18:59:46.796Z] #20 43.23 libbtrfs0 libdevmapper-event1.02.1 libdevmapper1.02.1 libpcre2-16-0 [2021-09-16T18:59:46.796Z] #20 43.24 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libselinux1-dev libsepol1-dev [2021-09-16T18:59:46.796Z] #20 43.25 mingw-w64-common mingw-w64-x86-64-dev [2021-09-16T18:59:46.796Z] #20 43.28 Suggested packages: [2021-09-16T18:59:46.796Z] #20 43.28 gcc-10-locales seccomp wine64 [2021-09-16T18:59:46.869Z] #21 51.41 Setting up uidmap (1:4.8.1-1) ... [2021-09-16T18:59:46.869Z] #21 51.43 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-09-16T18:59:46.869Z] #21 51.44 Setting up bzip2 (1.0.8-4) ... [2021-09-16T18:59:46.870Z] #21 51.46 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2021-09-16T18:59:46.870Z] #21 51.47 Setting up python3-wheel (0.34.2-1) ... [2021-09-16T18:59:47.262Z] #21 40.76 Selecting previously unselected package patch. [2021-09-16T18:59:47.263Z] #21 40.78 Preparing to unpack .../32-patch_2.7.6-7_amd64.deb ... [2021-09-16T18:59:47.263Z] #21 40.81 Unpacking patch (2.7.6-7) ... [2021-09-16T18:59:47.519Z] #21 41.11 Selecting previously unselected package python-pip-whl. [2021-09-16T18:59:47.519Z] #21 41.13 Preparing to unpack .../33-python-pip-whl_20.3.4-4_all.deb ... [2021-09-16T18:59:47.519Z] #21 41.14 Unpacking python-pip-whl (20.3.4-4) ... [2021-09-16T18:59:47.732Z] #20 44.05 The following NEW packages will be installed: [2021-09-16T18:59:47.732Z] #20 44.05 binutils-mingw-w64 binutils-mingw-w64-i686 binutils-mingw-w64-x86-64 dmsetup [2021-09-16T18:59:47.732Z] #20 44.05 g++-mingw-w64-x86-64 g++-mingw-w64-x86-64-posix g++-mingw-w64-x86-64-win32 [2021-09-16T18:59:47.732Z] #20 44.05 gcc-mingw-w64-base gcc-mingw-w64-x86-64-posix [2021-09-16T18:59:47.732Z] #20 44.05 gcc-mingw-w64-x86-64-posix-runtime gcc-mingw-w64-x86-64-win32 [2021-09-16T18:59:47.732Z] #20 44.06 gcc-mingw-w64-x86-64-win32-runtime libapparmor-dev libapparmor1 libbtrfs-dev [2021-09-16T18:59:47.732Z] #20 44.06 libbtrfs0 libdevmapper-dev libdevmapper-event1.02.1 libdevmapper1.02.1 [2021-09-16T18:59:47.732Z] #20 44.06 libpcre2-16-0 libpcre2-32-0 libpcre2-dev libpcre2-posix2 libseccomp-dev [2021-09-16T18:59:47.732Z] #20 44.06 libselinux1-dev libsepol1-dev libsystemd-dev libudev-dev mingw-w64-common [2021-09-16T18:59:47.732Z] #20 44.06 mingw-w64-x86-64-dev [2021-09-16T18:59:47.815Z] #21 52.34 Setting up xxd (2:8.2.2434-3) ... [2021-09-16T18:59:47.815Z] #21 52.35 Setting up libcap2:amd64 (1:2.44-1) ... [2021-09-16T18:59:47.815Z] #21 52.36 Setting up libcap2-bin (1:2.44-1) ... [2021-09-16T18:59:47.815Z] #21 52.37 Setting up apparmor (2.13.6-10) ... [2021-09-16T18:59:47.990Z] #20 44.45 0 upgraded, 30 newly installed, 0 to remove and 0 not upgraded. [2021-09-16T18:59:47.990Z] #20 44.45 Need to get 115 MB of archives. [2021-09-16T18:59:47.990Z] #20 44.45 After this operation, 645 MB of additional disk space will be used. [2021-09-16T18:59:47.990Z] #20 44.45 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-16T18:59:47.990Z] #20 44.51 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-16T18:59:47.990Z] #20 44.57 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 binutils-mingw-w64 all 2.35-2+8.11 [142 kB] [2021-09-16T18:59:47.990Z] #20 44.58 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdevmapper1.02.1 amd64 2:1.02.175-2.1 [143 kB] [2021-09-16T18:59:47.990Z] #20 44.58 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-16T18:59:47.990Z] #20 44.59 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 mingw-w64-common all 8.0.0-1 [4916 kB] [2021-09-16T18:59:48.251Z] #20 44.84 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-16T18:59:48.251Z] #20 ... [2021-09-16T18:59:48.251Z] [2021-09-16T18:59:48.251Z] #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-16T18:59:48.251Z] #67 sha256:5f81cc391b2d02532926e98ad25847464b0dc176b3a726b84ee5198bebfe6dd6 [2021-09-16T18:59:48.251Z] #67 44.81 + for f in rootlesskit rootlesskit-docker-proxy [2021-09-16T18:59:48.251Z] #67 44.81 + GOBIN=/build [2021-09-16T18:59:48.251Z] #67 44.81 + GO111MODULE=on [2021-09-16T18:59:48.251Z] #67 44.81 + go install -ldflags= github.com/rootless-containers/rootlesskit/cmd/rootlesskit-docker-proxy@v0.14.4 [2021-09-16T18:59:48.452Z] #21 42.23 Selecting previously unselected package python3-lib2to3. [2021-09-16T18:59:48.799Z] #21 42.24 Preparing to unpack .../34-python3-lib2to3_3.9.2-1_all.deb ... [2021-09-16T18:59:48.799Z] #21 42.27 Unpacking python3-lib2to3 (3.9.2-1) ... [2021-09-16T18:59:48.799Z] #21 42.49 Selecting previously unselected package python3-distutils. [2021-09-16T18:59:48.799Z] #21 42.49 Preparing to unpack .../35-python3-distutils_3.9.2-1_all.deb ... [2021-09-16T18:59:49.057Z] #21 42.50 Unpacking python3-distutils (3.9.2-1) ... [2021-09-16T18:59:49.326Z] #21 42.81 Selecting previously unselected package python3-pkg-resources. [2021-09-16T18:59:49.326Z] #21 42.82 Preparing to unpack .../36-python3-pkg-resources_52.0.0-4_all.deb ... [2021-09-16T18:59:49.326Z] #21 42.83 Unpacking python3-pkg-resources (52.0.0-4) ... [2021-09-16T18:59:49.598Z] #21 43.11 Selecting previously unselected package python3-setuptools. [2021-09-16T18:59:49.598Z] #21 43.12 Preparing to unpack .../37-python3-setuptools_52.0.0-4_all.deb ... [2021-09-16T18:59:49.598Z] #21 43.16 Unpacking python3-setuptools (52.0.0-4) ... [2021-09-16T18:59:49.736Z] #21 54.33 Setting up zip (3.0-12) ... [2021-09-16T18:59:49.736Z] #21 54.36 Setting up vim-common (2:8.2.2434-3) ... [2021-09-16T18:59:49.736Z] #21 54.41 Setting up bash-completion (1:2.11-2) ... [2021-09-16T18:59:49.856Z] #21 43.66 Selecting previously unselected package python3-wheel. [2021-09-16T18:59:49.856Z] #21 43.66 Preparing to unpack .../38-python3-wheel_0.34.2-1_all.deb ... [2021-09-16T18:59:50.113Z] #21 43.67 Unpacking python3-wheel (0.34.2-1) ... [2021-09-16T18:59:50.113Z] #21 43.81 Selecting previously unselected package python3-pip. [2021-09-16T18:59:50.113Z] #21 43.82 Preparing to unpack .../39-python3-pip_20.3.4-4_all.deb ... [2021-09-16T18:59:50.113Z] #21 43.82 Unpacking python3-pip (20.3.4-4) ... [2021-09-16T18:59:50.152Z] #67 ... [2021-09-16T18:59:50.152Z] [2021-09-16T18:59:50.152Z] #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-16T18:59:50.152Z] #64 sha256:aad235b600a0b2c0010df7f5f687ea94cb7ce57b47e2a4392124b71c3de8ac38 [2021-09-16T18:59:50.152Z] #64 30.88 Reading package lists... [2021-09-16T18:59:50.152Z] #64 39.82 Building dependency tree... [2021-09-16T18:59:50.152Z] #64 43.62 The following additional packages will be installed: [2021-09-16T18:59:50.152Z] #64 43.64 libbtrfs0 [2021-09-16T18:59:50.152Z] #64 43.88 The following NEW packages will be installed: [2021-09-16T18:59:50.152Z] #64 43.90 libbtrfs-dev libbtrfs0 [2021-09-16T18:59:50.152Z] #64 44.30 0 upgraded, 2 newly installed, 0 to remove and 0 not upgraded. [2021-09-16T18:59:50.152Z] #64 44.30 Need to get 460 kB of archives. [2021-09-16T18:59:50.152Z] #64 44.30 After this operation, 1237 kB of additional disk space will be used. [2021-09-16T18:59:50.152Z] #64 44.30 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2021-09-16T18:59:50.152Z] #64 44.31 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2021-09-16T18:59:50.152Z] #64 45.11 debconf: delaying package configuration, since apt-utils is not installed [2021-09-16T18:59:50.152Z] #64 45.53 Fetched 460 kB in 0s (1462 kB/s) [2021-09-16T18:59:50.152Z] #64 45.63 Selecting previously unselected package libbtrfs0:amd64. [2021-09-16T18:59:50.152Z] #64 45.63 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 30211 files and directories currently installed.) [2021-09-16T18:59:50.152Z] #64 45.68 Preparing to unpack .../libbtrfs0_5.10.1-2_amd64.deb ... [2021-09-16T18:59:50.152Z] #64 45.73 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2021-09-16T18:59:50.152Z] #64 45.84 Selecting previously unselected package libbtrfs-dev:amd64. [2021-09-16T18:59:50.152Z] #64 45.84 Preparing to unpack .../libbtrfs-dev_5.10.1-2_amd64.deb ... [2021-09-16T18:59:50.152Z] #64 45.85 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2021-09-16T18:59:50.152Z] #64 46.02 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2021-09-16T18:59:50.152Z] #64 46.04 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2021-09-16T18:59:50.152Z] #64 46.08 Processing triggers for libc-bin (2.31-13) ... [2021-09-16T18:59:50.152Z] #64 DONE 46.5s [2021-09-16T18:59:50.152Z] [2021-09-16T18:59:50.152Z] #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-16T18:59:50.152Z] #65 sha256:4e05e2bdc40da9b39fd5f0cd6f8761d46a72018ef09eff65b77ff7b5c05e1dc7 [2021-09-16T18:59:50.675Z] #21 44.22 Selecting previously unselected package sudo. [2021-09-16T18:59:50.675Z] #21 44.23 Preparing to unpack .../40-sudo_1.9.5p2-3_amd64.deb ... [2021-09-16T18:59:50.675Z] #21 44.24 Unpacking sudo (1.9.5p2-3) ... [2021-09-16T18:59:51.086Z] #65 0.999 + RM_GOPATH=0 [2021-09-16T18:59:51.086Z] #65 0.999 + TMP_GOPATH= [2021-09-16T18:59:51.086Z] #65 0.999 + : /build [2021-09-16T18:59:51.086Z] #65 0.999 + '[' -z '' ']' [2021-09-16T18:59:51.086Z] #65 1.000 ++ mktemp -d [2021-09-16T18:59:51.086Z] #65 1.004 + export GOPATH=/tmp/tmp.RlFfO2PQZ2 [2021-09-16T18:59:51.086Z] #65 1.004 + GOPATH=/tmp/tmp.RlFfO2PQZ2 [2021-09-16T18:59:51.086Z] #65 1.004 + RM_GOPATH=1 [2021-09-16T18:59:51.086Z] #65 1.004 + case "$(go env GOARCH)" in [2021-09-16T18:59:51.086Z] #65 1.005 ++ go env GOARCH [2021-09-16T18:59:51.086Z] #65 1.011 + export GO_BUILDMODE=-buildmode=pie [2021-09-16T18:59:51.086Z] #65 1.011 + GO_BUILDMODE=-buildmode=pie [2021-09-16T18:59:51.086Z] #65 1.012 ++ dirname /tmp/install/install.sh [2021-09-16T18:59:51.086Z] #65 1.013 + dir=/tmp/install [2021-09-16T18:59:51.086Z] #65 1.014 + bin=containerd [2021-09-16T18:59:51.086Z] #65 1.014 + shift [2021-09-16T18:59:51.086Z] #65 1.014 + '[' '!' -f /tmp/install/containerd.installer ']' [2021-09-16T18:59:51.086Z] #65 1.014 + . /tmp/install/containerd.installer [2021-09-16T18:59:51.086Z] #65 1.016 ++ set -e [2021-09-16T18:59:51.086Z] #65 1.016 ++ : v1.5.5 [2021-09-16T18:59:51.086Z] #65 1.016 + install_containerd [2021-09-16T18:59:51.086Z] #65 1.017 + echo 'Install containerd version v1.5.5' [2021-09-16T18:59:51.086Z] #65 1.017 Install containerd version v1.5.5 [2021-09-16T18:59:51.086Z] #65 1.017 + git clone https://github.com/containerd/containerd.git /tmp/tmp.RlFfO2PQZ2/src/github.com/containerd/containerd [2021-09-16T18:59:51.086Z] #65 1.025 Cloning into '/tmp/tmp.RlFfO2PQZ2/src/github.com/containerd/containerd'... [2021-09-16T18:59:51.345Z] #65 ... [2021-09-16T18:59:51.345Z] [2021-09-16T18:59:51.345Z] #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-16T18:59:51.345Z] #67 sha256:5f81cc391b2d02532926e98ad25847464b0dc176b3a726b84ee5198bebfe6dd6 [2021-09-16T18:59:51.345Z] #67 DONE 48.0s [2021-09-16T18:59:51.604Z] [2021-09-16T18:59:51.604Z] #68 [rootlesskit 2/3] COPY ./contrib/dockerd-rootless.sh /build [2021-09-16T18:59:51.604Z] #68 sha256:2f40d452f0344b521570f1a02f5f16c674f906ec7e6c2f9a8635a686336cca9e [2021-09-16T18:59:51.604Z] #68 DONE 0.1s [2021-09-16T18:59:51.604Z] [2021-09-16T18:59:51.604Z] #69 [rootlesskit 3/3] COPY ./contrib/dockerd-rootless-setuptool.sh /build [2021-09-16T18:59:51.604Z] #69 sha256:2749d642dfd91f451717d192690de5a8d67cd33ccb5e45fe8d86d16ff4e8398a [2021-09-16T18:59:51.604Z] #69 DONE 0.1s [2021-09-16T18:59:51.604Z] [2021-09-16T18:59:51.604Z] #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-16T18:59:51.604Z] #20 sha256:7d7f852a7bd20fb85f484a4f4a2a009c9e35f41220717e2ba18e266dc5f0f499 [2021-09-16T18:59:51.604Z] #20 45.00 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-16T18:59:51.604Z] #20 45.01 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-16T18:59:51.604Z] #20 45.12 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-16T18:59:51.604Z] #20 45.72 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-16T18:59:51.604Z] #20 45.92 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-16T18:59:51.604Z] #20 46.17 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-16T18:59:51.604Z] #20 46.59 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-16T18:59:51.604Z] #20 46.88 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-16T18:59:51.604Z] #20 46.88 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor1 amd64 2.13.6-10 [99.3 kB] [2021-09-16T18:59:51.604Z] #20 46.88 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libapparmor-dev amd64 2.13.6-10 [141 kB] [2021-09-16T18:59:51.604Z] #20 46.88 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs0 amd64 5.10.1-2 [203 kB] [2021-09-16T18:59:51.604Z] #20 46.88 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbtrfs-dev amd64 5.10.1-2 [257 kB] [2021-09-16T18:59:51.604Z] #20 46.88 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-16T18:59:51.604Z] #20 46.88 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libudev-dev amd64 247.3-6 [123 kB] [2021-09-16T18:59:51.604Z] #20 46.89 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsepol1-dev amd64 3.1-1 [338 kB] [2021-09-16T18:59:51.604Z] #20 46.90 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-16-0 amd64 10.36-2 [231 kB] [2021-09-16T18:59:51.604Z] #20 46.90 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-32-0 amd64 10.36-2 [220 kB] [2021-09-16T18:59:51.604Z] #20 46.92 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-posix2 amd64 10.36-2 [49.1 kB] [2021-09-16T18:59:51.604Z] #20 46.92 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpcre2-dev amd64 10.36-2 [731 kB] [2021-09-16T18:59:51.604Z] #20 46.94 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libselinux1-dev amd64 3.1-3 [168 kB] [2021-09-16T18:59:51.604Z] #20 46.94 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-16T18:59:51.604Z] #20 46.94 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libseccomp-dev amd64 2.5.1-1 [92.1 kB] [2021-09-16T18:59:51.604Z] #20 46.94 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libsystemd-dev amd64 247.3-6 [401 kB] [2021-09-16T18:59:51.604Z] #20 47.81 debconf: delaying package configuration, since apt-utils is not installed [2021-09-16T18:59:51.604Z] #20 48.11 Fetched 115 MB in 3s (41.2 MB/s) [2021-09-16T18:59:51.604Z] #20 48.19 Selecting previously unselected package binutils-mingw-w64-i686. [2021-09-16T18:59:51.604Z] #20 48.19 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 30211 files and directories currently installed.) [2021-09-16T18:59:51.604Z] #20 48.24 Preparing to unpack .../00-binutils-mingw-w64-i686_2.35.2-2+8.11+b3_amd64.deb ... [2021-09-16T18:59:51.604Z] #20 48.25 Unpacking binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2021-09-16T18:59:51.604Z] #21 45.12 Selecting previously unselected package thin-provisioning-tools. [2021-09-16T18:59:51.605Z] #21 45.12 Preparing to unpack .../41-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2021-09-16T18:59:51.605Z] #21 45.14 Unpacking thin-provisioning-tools (0.9.0-1) ... [2021-09-16T18:59:52.177Z] #21 45.60 Selecting previously unselected package uidmap. [2021-09-16T18:59:52.177Z] #21 45.61 Preparing to unpack .../42-uidmap_1%3a4.8.1-1_amd64.deb ... [2021-09-16T18:59:52.177Z] #21 45.63 Unpacking uidmap (1:4.8.1-1) ... [2021-09-16T18:59:52.177Z] #21 45.79 Selecting previously unselected package vim-runtime. [2021-09-16T18:59:52.177Z] #21 45.82 Preparing to unpack .../43-vim-runtime_2%3a8.2.2434-3_all.deb ... [2021-09-16T18:59:52.177Z] #21 45.89 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-16T18:59:52.177Z] #21 45.96 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2021-09-16T18:59:52.177Z] #21 45.99 Unpacking vim-runtime (2:8.2.2434-3) ... [2021-09-16T18:59:52.981Z] #20 49.49 Selecting previously unselected package binutils-mingw-w64-x86-64. [2021-09-16T18:59:52.981Z] #20 49.50 Preparing to unpack .../01-binutils-mingw-w64-x86-64_2.35.2-2+8.11+b3_amd64.deb ... [2021-09-16T18:59:52.981Z] #20 49.51 Unpacking binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2021-09-16T18:59:53.239Z] #20 ... [2021-09-16T18:59:53.239Z] [2021-09-16T18:59:53.239Z] #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-16T18:59:53.239Z] #44 sha256:4e727ee7134e020d5a1e9a61100184b14a61d57c6bccf8f39e9002e8fc644d19 [2021-09-16T18:59:53.239Z] #44 30.91 Reading package lists... [2021-09-16T18:59:53.239Z] #44 39.82 Building dependency tree... [2021-09-16T18:59:53.239Z] #44 43.67 The following additional packages will be installed: [2021-09-16T18:59:53.239Z] #44 43.70 cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 xxd [2021-09-16T18:59:53.239Z] #44 43.73 Suggested packages: [2021-09-16T18:59:53.239Z] #44 43.73 cmake-doc ninja-build lrzip [2021-09-16T18:59:53.239Z] #44 43.73 Recommended packages: [2021-09-16T18:59:53.239Z] #44 43.73 vim | vim-gtk3 | vim-athena | vim-nox | vim-tiny [2021-09-16T18:59:53.239Z] #44 44.28 The following NEW packages will be installed: [2021-09-16T18:59:53.239Z] #44 44.29 cmake cmake-data libarchive13 libjsoncpp24 librhash0 libuv1 vim-common xxd [2021-09-16T18:59:53.239Z] #44 44.63 0 upgraded, 8 newly installed, 0 to remove and 0 not upgraded. [2021-09-16T18:59:53.239Z] #44 44.63 Need to get 8419 kB of archives. [2021-09-16T18:59:53.239Z] #44 44.63 After this operation, 34.9 MB of additional disk space will be used. [2021-09-16T18:59:53.239Z] #44 44.63 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3 [192 kB] [2021-09-16T18:59:53.239Z] #44 44.64 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3 [226 kB] [2021-09-16T18:59:53.239Z] #44 44.64 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake-data all 3.18.4-2 [1725 kB] [2021-09-16T18:59:53.239Z] #44 44.72 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libarchive13 amd64 3.4.3-2+b1 [343 kB] [2021-09-16T18:59:53.239Z] #44 44.76 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjsoncpp24 amd64 1.9.4-4 [78.9 kB] [2021-09-16T18:59:53.239Z] #44 44.78 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 librhash0 amd64 1.4.1-2 [129 kB] [2021-09-16T18:59:53.239Z] #44 44.78 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libuv1 amd64 1.40.0-2 [132 kB] [2021-09-16T18:59:53.239Z] #44 44.80 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 cmake amd64 3.18.4-2 [5593 kB] [2021-09-16T18:59:53.239Z] #44 45.55 debconf: delaying package configuration, since apt-utils is not installed [2021-09-16T18:59:53.239Z] #44 45.86 Fetched 8419 kB in 1s (12.8 MB/s) [2021-09-16T18:59:53.239Z] #44 45.94 Selecting previously unselected package xxd. [2021-09-16T18:59:53.239Z] #44 45.94 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 30211 files and directories currently installed.) [2021-09-16T18:59:53.239Z] #44 46.01 Preparing to unpack .../0-xxd_2%3a8.2.2434-3_amd64.deb ... [2021-09-16T18:59:53.239Z] #44 46.02 Unpacking xxd (2:8.2.2434-3) ... [2021-09-16T18:59:53.239Z] #44 46.11 Selecting previously unselected package vim-common. [2021-09-16T18:59:53.239Z] #44 46.12 Preparing to unpack .../1-vim-common_2%3a8.2.2434-3_all.deb ... [2021-09-16T18:59:53.239Z] #44 46.13 Unpacking vim-common (2:8.2.2434-3) ... [2021-09-16T18:59:53.239Z] #44 46.49 Selecting previously unselected package cmake-data. [2021-09-16T18:59:53.239Z] #44 46.49 Preparing to unpack .../2-cmake-data_3.18.4-2_all.deb ... [2021-09-16T18:59:53.239Z] #44 46.52 Unpacking cmake-data (3.18.4-2) ... [2021-09-16T18:59:53.239Z] #44 47.87 Selecting previously unselected package libarchive13:amd64. [2021-09-16T18:59:53.239Z] #44 47.87 Preparing to unpack .../3-libarchive13_3.4.3-2+b1_amd64.deb ... [2021-09-16T18:59:53.239Z] #44 47.89 Unpacking libarchive13:amd64 (3.4.3-2+b1) ... [2021-09-16T18:59:53.239Z] #44 48.06 Selecting previously unselected package libjsoncpp24:amd64. [2021-09-16T18:59:53.240Z] #44 48.06 Preparing to unpack .../4-libjsoncpp24_1.9.4-4_amd64.deb ... [2021-09-16T18:59:53.240Z] #44 48.08 Unpacking libjsoncpp24:amd64 (1.9.4-4) ... [2021-09-16T18:59:53.240Z] #44 48.16 Selecting previously unselected package librhash0:amd64. [2021-09-16T18:59:53.240Z] #44 48.17 Preparing to unpack .../5-librhash0_1.4.1-2_amd64.deb ... [2021-09-16T18:59:53.240Z] #44 48.17 Unpacking librhash0:amd64 (1.4.1-2) ... [2021-09-16T18:59:53.240Z] #44 48.34 Selecting previously unselected package libuv1:amd64. [2021-09-16T18:59:53.240Z] #44 48.34 Preparing to unpack .../6-libuv1_1.40.0-2_amd64.deb ... [2021-09-16T18:59:53.240Z] #44 48.35 Unpacking libuv1:amd64 (1.40.0-2) ... [2021-09-16T18:59:53.240Z] #44 48.45 Selecting previously unselected package cmake. [2021-09-16T18:59:53.240Z] #44 48.46 Preparing to unpack .../7-cmake_3.18.4-2_amd64.deb ... [2021-09-16T18:59:53.240Z] #44 48.48 Unpacking cmake (3.18.4-2) ... [2021-09-16T18:59:53.808Z] #44 50.36 Setting up libarchive13:amd64 (3.4.3-2+b1) ... [2021-09-16T18:59:53.808Z] #44 ... [2021-09-16T18:59:53.808Z] [2021-09-16T18:59:53.808Z] #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-16T18:59:53.808Z] #20 sha256:7d7f852a7bd20fb85f484a4f4a2a009c9e35f41220717e2ba18e266dc5f0f499 [2021-09-16T18:59:53.808Z] #20 50.30 Selecting previously unselected package binutils-mingw-w64. [2021-09-16T18:59:53.808Z] #20 50.31 Preparing to unpack .../02-binutils-mingw-w64_2.35-2+8.11_all.deb ... [2021-09-16T18:59:53.808Z] #20 50.32 Unpacking binutils-mingw-w64 (2.35-2+8.11) ... [2021-09-16T18:59:53.808Z] #20 50.40 Selecting previously unselected package libdevmapper1.02.1:amd64. [2021-09-16T18:59:53.808Z] #20 50.40 Preparing to unpack .../03-libdevmapper1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2021-09-16T18:59:53.808Z] #20 50.41 Unpacking libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2021-09-16T18:59:53.948Z] #21 58.60 Setting up xz-utils (5.2.5-2) ... [2021-09-16T18:59:53.948Z] #21 58.62 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-09-16T18:59:53.948Z] #21 58.65 Setting up libmnl0:amd64 (1.0.4-3) ... [2021-09-16T18:59:53.948Z] #21 58.67 Setting up patch (2.7.6-7) ... [2021-09-16T18:59:53.948Z] #21 58.68 Setting up sudo (1.9.5p2-3) ... [2021-09-16T18:59:54.067Z] #20 50.48 Selecting previously unselected package dmsetup. [2021-09-16T18:59:54.067Z] #20 50.48 Preparing to unpack .../04-dmsetup_2%3a1.02.175-2.1_amd64.deb ... [2021-09-16T18:59:54.067Z] #20 50.49 Unpacking dmsetup (2:1.02.175-2.1) ... [2021-09-16T18:59:54.067Z] #20 50.55 Selecting previously unselected package mingw-w64-common. [2021-09-16T18:59:54.067Z] #20 50.55 Preparing to unpack .../05-mingw-w64-common_8.0.0-1_all.deb ... [2021-09-16T18:59:54.067Z] #20 50.57 Unpacking mingw-w64-common (8.0.0-1) ... [2021-09-16T18:59:54.210Z] #21 58.90 invoke-rc.d: could not determine current runlevel [2021-09-16T18:59:54.210Z] #21 58.91 invoke-rc.d: policy-rc.d denied execution of start. [2021-09-16T18:59:54.210Z] #21 58.94 Setting up xfsprogs (5.10.0-4) ... [2021-09-16T18:59:54.210Z] #21 58.96 Setting up libxtables12:amd64 (1.8.7-1) ... [2021-09-16T18:59:54.210Z] #21 58.99 Setting up inetutils-ping (2:2.0-1) ... [2021-09-16T18:59:54.210Z] #21 59.02 Setting up pigz (2.6-1) ... [2021-09-16T18:59:54.326Z] #20 ... [2021-09-16T18:59:54.326Z] [2021-09-16T18:59:54.326Z] #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-16T18:59:54.326Z] #44 sha256:4e727ee7134e020d5a1e9a61100184b14a61d57c6bccf8f39e9002e8fc644d19 [2021-09-16T18:59:54.326Z] #44 50.36 Setting up libarchive13:amd64 (3.4.3-2+b1) ... [2021-09-16T18:59:54.326Z] #44 50.38 Setting up xxd (2:8.2.2434-3) ... [2021-09-16T18:59:54.326Z] #44 50.40 Setting up libuv1:amd64 (1.40.0-2) ... [2021-09-16T18:59:54.326Z] #44 50.41 Setting up vim-common (2:8.2.2434-3) ... [2021-09-16T18:59:54.326Z] #44 50.44 Setting up libjsoncpp24:amd64 (1.9.4-4) ... [2021-09-16T18:59:54.326Z] #44 50.46 Setting up librhash0:amd64 (1.4.1-2) ... [2021-09-16T18:59:54.326Z] #44 50.47 Setting up cmake-data (3.18.4-2) ... [2021-09-16T18:59:54.326Z] #44 50.49 Setting up cmake (3.18.4-2) ... [2021-09-16T18:59:54.326Z] #44 50.51 Processing triggers for libc-bin (2.31-13) ... [2021-09-16T18:59:54.326Z] #44 DONE 50.8s [2021-09-16T18:59:54.326Z] [2021-09-16T18:59:54.326Z] #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-16T18:59:54.326Z] #45 sha256:52f5c89436bfb6ad3f08eee847cc2273808becf9e5526306a84ce9c0524e739f [2021-09-16T18:59:54.472Z] #21 59.07 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-09-16T18:59:54.472Z] #21 59.12 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2021-09-16T18:59:54.734Z] #21 59.20 Setting up python-pip-whl (20.3.4-4) ... [2021-09-16T18:59:54.734Z] #21 59.25 Setting up vim-runtime (2:8.2.2434-3) ... [2021-09-16T18:59:55.343Z] #45 0.924 + RM_GOPATH=0 [2021-09-16T18:59:55.343Z] #45 0.924 + TMP_GOPATH= [2021-09-16T18:59:55.343Z] #45 0.924 + : /build [2021-09-16T18:59:55.343Z] #45 0.924 + '[' -z '' ']' [2021-09-16T18:59:55.343Z] #45 0.924 ++ mktemp -d [2021-09-16T18:59:55.343Z] #45 0.926 + export GOPATH=/tmp/tmp.5lNNYpsita [2021-09-16T18:59:55.343Z] #45 0.926 + GOPATH=/tmp/tmp.5lNNYpsita [2021-09-16T18:59:55.343Z] #45 0.927 + RM_GOPATH=1 [2021-09-16T18:59:55.343Z] #45 0.927 + case "$(go env GOARCH)" in [2021-09-16T18:59:55.343Z] #45 0.928 ++ go env GOARCH [2021-09-16T18:59:55.343Z] #45 0.934 + export GO_BUILDMODE=-buildmode=pie [2021-09-16T18:59:55.343Z] #45 0.935 + GO_BUILDMODE=-buildmode=pie [2021-09-16T18:59:55.343Z] #45 0.935 ++ dirname /tmp/install/install.sh [2021-09-16T18:59:55.343Z] #45 0.936 + dir=/tmp/install [2021-09-16T18:59:55.343Z] #45 0.936 + bin=tini [2021-09-16T18:59:55.343Z] #45 0.936 + shift [2021-09-16T18:59:55.343Z] #45 0.937 + '[' '!' -f /tmp/install/tini.installer ']' [2021-09-16T18:59:55.343Z] #45 0.937 + . /tmp/install/tini.installer [2021-09-16T18:59:55.343Z] #45 0.940 ++ : v0.19.0 [2021-09-16T18:59:55.343Z] #45 0.940 + install_tini [2021-09-16T18:59:55.343Z] #45 0.940 + echo 'Install tini version v0.19.0' [2021-09-16T18:59:55.343Z] #45 0.940 Install tini version v0.19.0 [2021-09-16T18:59:55.343Z] #45 0.941 + git clone https://github.com/krallin/tini.git /tmp/tmp.5lNNYpsita/tini [2021-09-16T18:59:55.343Z] #45 0.947 Cloning into '/tmp/tmp.5lNNYpsita/tini'... [2021-09-16T18:59:55.604Z] #45 1.387 + cd /tmp/tmp.5lNNYpsita/tini [2021-09-16T18:59:55.604Z] #45 1.387 + git checkout -q v0.19.0 [2021-09-16T18:59:55.604Z] #45 1.394 + cmake . [2021-09-16T18:59:55.681Z] #21 60.16 Setting up libaio1:amd64 (0.3.112-9) ... [2021-09-16T18:59:55.681Z] #21 60.17 Setting up python3-lib2to3 (3.9.2-1) ... [2021-09-16T18:59:55.870Z] #45 1.656 -- The C compiler identification is GNU 10.2.1 [2021-09-16T18:59:55.870Z] #45 1.679 -- Detecting C compiler ABI info [2021-09-16T18:59:56.131Z] #45 1.911 -- Detecting C compiler ABI info - done [2021-09-16T18:59:56.131Z] #45 1.969 -- Check for working C compiler: /usr/bin/cc - skipped [2021-09-16T18:59:56.131Z] #45 1.974 -- Detecting C compile features [2021-09-16T18:59:56.131Z] #45 1.977 -- Detecting C compile features - done [2021-09-16T18:59:56.131Z] #45 1.994 -- Performing Test HAS_BUILTIN_FORTIFY [2021-09-16T18:59:56.254Z] #21 60.68 Setting up libelf1:amd64 (0.183-1) ... [2021-09-16T18:59:56.255Z] #21 60.72 Setting up zstd (1.4.8+dfsg-2.1) ... [2021-09-16T18:59:56.255Z] #21 60.73 Setting up libonig5:amd64 (6.9.6-1.1) ... [2021-09-16T18:59:56.255Z] #21 60.79 Setting up python3-distutils (3.9.2-1) ... [2021-09-16T18:59:56.393Z] #45 2.087 -- Performing Test HAS_BUILTIN_FORTIFY - Failed [2021-09-16T18:59:56.393Z] #45 2.147 -- Configuring done [2021-09-16T18:59:56.393Z] #45 2.157 -- Generating done [2021-09-16T18:59:56.393Z] #45 2.165 -- Build files have been written to: /tmp/tmp.5lNNYpsita/tini [2021-09-16T18:59:56.393Z] #45 2.168 + make tini-static [2021-09-16T18:59:56.393Z] #45 2.273 Scanning dependencies of target tini-static [2021-09-16T18:59:56.516Z] #21 61.24 Setting up vim (2:8.2.2434-3) ... [2021-09-16T18:59:56.655Z] #45 2.297 [ 50%] Building C object CMakeFiles/tini-static.dir/src/tini.c.o [2021-09-16T18:59:56.778Z] #21 61.24 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-09-16T18:59:56.778Z] #21 61.25 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-09-16T18:59:56.778Z] #21 61.26 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-09-16T18:59:56.778Z] #21 61.26 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-09-16T18:59:56.778Z] #21 61.26 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-09-16T18:59:56.778Z] #21 61.27 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-09-16T18:59:56.778Z] #21 61.28 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-09-16T18:59:56.778Z] #21 61.29 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-09-16T18:59:56.778Z] #21 61.31 Setting up python3-setuptools (52.0.0-4) ... [2021-09-16T18:59:56.914Z] #45 2.700 [100%] Linking C executable tini-static [2021-09-16T18:59:57.176Z] #45 2.922 [100%] Built target tini-static [2021-09-16T18:59:57.176Z] #45 2.943 + mkdir -p /build [2021-09-16T18:59:57.176Z] #45 2.945 + cp tini-static /build/docker-init [2021-09-16T18:59:57.433Z] #21 50.28 Selecting previously unselected package vim. [2021-09-16T18:59:57.433Z] #21 50.28 Preparing to unpack .../44-vim_2%3a8.2.2434-3_amd64.deb ... [2021-09-16T18:59:57.433Z] #21 50.30 Unpacking vim (2:8.2.2434-3) ... [2021-09-16T18:59:57.433Z] #21 50.91 Selecting previously unselected package xfsprogs. [2021-09-16T18:59:57.433Z] #21 50.92 Preparing to unpack .../45-xfsprogs_5.10.0-4_amd64.deb ... [2021-09-16T18:59:57.433Z] #21 50.93 Unpacking xfsprogs (5.10.0-4) ... [2021-09-16T18:59:57.434Z] #45 DONE 3.3s [2021-09-16T18:59:57.434Z] [2021-09-16T18:59:57.434Z] #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-16T18:59:57.434Z] #20 sha256:7d7f852a7bd20fb85f484a4f4a2a009c9e35f41220717e2ba18e266dc5f0f499 [2021-09-16T18:59:57.434Z] #20 52.49 Selecting previously unselected package mingw-w64-x86-64-dev. [2021-09-16T18:59:57.434Z] #20 52.49 Preparing to unpack .../06-mingw-w64-x86-64-dev_8.0.0-1_all.deb ... [2021-09-16T18:59:57.434Z] #20 52.50 Unpacking mingw-w64-x86-64-dev (8.0.0-1) ... [2021-09-16T18:59:57.999Z] #21 51.54 Selecting previously unselected package zip. [2021-09-16T18:59:57.999Z] #21 51.54 Preparing to unpack .../46-zip_3.0-12_amd64.deb ... [2021-09-16T18:59:57.999Z] #21 51.55 Unpacking zip (3.0-12) ... [2021-09-16T18:59:57.999Z] #21 51.71 Selecting previously unselected package zstd. [2021-09-16T18:59:57.999Z] #21 51.71 Preparing to unpack .../47-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2021-09-16T18:59:57.999Z] #21 51.73 Unpacking zstd (1.4.8+dfsg-2.1) ... [2021-09-16T18:59:58.369Z] #20 54.86 Selecting previously unselected package gcc-mingw-w64-base. [2021-09-16T18:59:58.369Z] #20 54.86 Preparing to unpack .../07-gcc-mingw-w64-base_10.2.1-6+24.2_amd64.deb ... [2021-09-16T18:59:58.369Z] #20 54.90 Unpacking gcc-mingw-w64-base (10.2.1-6+24.2) ... [2021-09-16T18:59:58.369Z] #20 54.95 Selecting previously unselected package gcc-mingw-w64-x86-64-posix-runtime. [2021-09-16T18:59:58.369Z] #20 54.95 Preparing to unpack .../08-gcc-mingw-w64-x86-64-posix-runtime_10.2.1-6+24.2_amd64.deb ... [2021-09-16T18:59:58.369Z] #20 54.96 Unpacking gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2021-09-16T18:59:58.563Z] #21 52.16 Setting up python3-pkg-resources (52.0.0-4) ... [2021-09-16T18:59:58.696Z] #21 63.39 Setting up libjq1:amd64 (1.6-2.1) ... [2021-09-16T18:59:58.696Z] #21 63.41 Setting up libnftnl11:amd64 (1.1.9-1) ... [2021-09-16T18:59:58.696Z] #21 63.43 Setting up thin-provisioning-tools (0.9.0-1) ... [2021-09-16T18:59:58.696Z] #21 63.44 Setting up python3-pip (20.3.4-4) ... [2021-09-16T18:59:59.598Z] #58 209.2 # github.com/containerd/containerd/cmd/containerd [2021-09-16T18:59:59.598Z] #58 209.2 /usr/bin/ld: /tmp/go-link-3235499897/000019.o: in function `New': [2021-09-16T18:59:59.598Z] #58 209.2 /tmp/tmp.omF28AIHt3/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-16T18:59:59.598Z] #58 209.3 + bin/containerd-stress [2021-09-16T18:59:59.943Z] #21 53.33 Setting up libip4tc2:amd64 (1.8.7-1) ... [2021-09-16T18:59:59.943Z] #21 53.37 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2021-09-16T18:59:59.943Z] #21 53.43 Setting up libgpm2:amd64 (1.20.7-8) ... [2021-09-16T18:59:59.943Z] #21 53.48 Setting up libicu67:amd64 (67.1-7) ... [2021-09-16T18:59:59.943Z] #21 53.49 Setting up libip6tc2:amd64 (1.8.7-1) ... [2021-09-16T18:59:59.943Z] #21 53.52 Setting up libinih1:amd64 (53-1+b2) ... [2021-09-16T18:59:59.943Z] #21 53.54 Setting up uidmap (1:4.8.1-1) ... [2021-09-16T18:59:59.943Z] #21 53.56 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-09-16T18:59:59.943Z] #21 53.57 Setting up bzip2 (1.0.8-4) ... [2021-09-16T18:59:59.943Z] #21 53.60 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2021-09-16T18:59:59.943Z] #21 53.62 Setting up python3-wheel (0.34.2-1) ... [2021-09-16T18:59:59.988Z] #58 211.3 # github.com/containerd/containerd/cmd/containerd [2021-09-16T18:59:59.988Z] #58 211.3 /usr/bin/ld: /tmp/go-link-4068393875/000019.o: in function `New': [2021-09-16T18:59:59.988Z] #58 211.3 /tmp/tmp.7gqiB8MAVD/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-16T18:59:59.988Z] #58 211.4 + bin/containerd-stress [2021-09-16T19:00:00.080Z] 48a76b150a3a: Pull complete [2021-09-16T19:00:00.080Z] Digest: sha256:591f3c76c17869b99700815aa259f728a92f4912dcd68bcce21b7e9a4309cda4 [2021-09-16T19:00:00.080Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022 [2021-09-16T19:00:00.080Z] mcr.microsoft.com/windows/servercore:ltsc2022 [2021-09-16T19:00:00.080Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 completed successfully [2021-09-16T19:00:00.080Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore [2021-09-16T19:00:00.080Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.20348.230' [2021-09-16T19:00:00.080Z] INFO: Docker version of control daemon [2021-09-16T19:00:00.080Z] [2021-09-16T19:00:00.080Z] Client: [2021-09-16T19:00:00.080Z] Version: 20.10.8 [2021-09-16T19:00:00.080Z] API version: 1.41 [2021-09-16T19:00:00.080Z] Go version: go1.16.6 [2021-09-16T19:00:00.080Z] Git commit: 3967b7d [2021-09-16T19:00:00.080Z] Built: Fri Jul 30 19:58:50 2021 [2021-09-16T19:00:00.080Z] OS/Arch: windows/amd64 [2021-09-16T19:00:00.080Z] Context: default [2021-09-16T19:00:00.080Z] Experimental: true [2021-09-16T19:00:00.080Z] [2021-09-16T19:00:00.080Z] Server: Docker Engine - Community [2021-09-16T19:00:00.080Z] Engine: [2021-09-16T19:00:00.080Z] Version: 20.10.8 [2021-09-16T19:00:00.080Z] API version: 1.41 (minimum version 1.24) [2021-09-16T19:00:00.080Z] Go version: go1.16.6 [2021-09-16T19:00:00.080Z] Git commit: 75249d8 [2021-09-16T19:00:00.080Z] Built: Fri Jul 30 19:54:29 2021 [2021-09-16T19:00:00.080Z] OS/Arch: windows/amd64 [2021-09-16T19:00:00.080Z] Experimental: true [2021-09-16T19:00:00.080Z] [2021-09-16T19:00:00.080Z] INFO: Docker info of control daemon [2021-09-16T19:00:00.080Z] [2021-09-16T19:00:00.080Z] Client: [2021-09-16T19:00:00.080Z] Context: default [2021-09-16T19:00:00.080Z] Debug Mode: false [2021-09-16T19:00:00.080Z] [2021-09-16T19:00:00.080Z] Server: [2021-09-16T19:00:00.080Z] Containers: 0 [2021-09-16T19:00:00.080Z] Running: 0 [2021-09-16T19:00:00.080Z] Paused: 0 [2021-09-16T19:00:00.080Z] Stopped: 0 [2021-09-16T19:00:00.080Z] Images: 1 [2021-09-16T19:00:00.080Z] Server Version: 20.10.8 [2021-09-16T19:00:00.080Z] Storage Driver: windowsfilter (windows) lcow (linux) [2021-09-16T19:00:00.080Z] Windows: [2021-09-16T19:00:00.080Z] LCOW: [2021-09-16T19:00:00.080Z] Logging Driver: json-file [2021-09-16T19:00:00.080Z] Plugins: [2021-09-16T19:00:00.080Z] Volume: local [2021-09-16T19:00:00.080Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-09-16T19:00:00.080Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-09-16T19:00:00.080Z] Swarm: inactive [2021-09-16T19:00:00.080Z] Default Isolation: process [2021-09-16T19:00:00.080Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2021-09-16T19:00:00.080Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.169) [2021-09-16T19:00:00.080Z] OSType: windows [2021-09-16T19:00:00.080Z] Architecture: x86_64 [2021-09-16T19:00:00.080Z] CPUs: 4 [2021-09-16T19:00:00.080Z] Total Memory: 32GiB [2021-09-16T19:00:00.080Z] Name: azwin-2-007d91 [2021-09-16T19:00:00.080Z] ID: IZDY:S4YB:5XRY:IF4H:5UNK:3VIE:VJMV:FD3Q:73SO:QIKD:XA3T:57CT [2021-09-16T19:00:00.080Z] Docker Root Dir: D:\docker [2021-09-16T19:00:00.080Z] Debug Mode: false [2021-09-16T19:00:00.080Z] Registry: https://index.docker.io/v1/ [2021-09-16T19:00:00.080Z] Labels: [2021-09-16T19:00:00.080Z] Experimental: true [2021-09-16T19:00:00.080Z] Insecure Registries: [2021-09-16T19:00:00.080Z] 10.0.0.4:5000 [2021-09-16T19:00:00.080Z] 127.0.0.0/8 [2021-09-16T19:00:00.080Z] Registry Mirrors: [2021-09-16T19:00:00.080Z] http://10.0.0.4:5000/ [2021-09-16T19:00:00.080Z] Live Restore Enabled: false [2021-09-16T19:00:00.080Z] Product License: Community Engine [2021-09-16T19:00:00.080Z] [2021-09-16T19:00:00.080Z] [2021-09-16T19:00:00.080Z] INFO: Commit hash is e187eb2bb5 [2021-09-16T19:00:00.080Z] INFO: Nuke-Everything... [2021-09-16T19:00:00.080Z] INFO: Container count on control daemon to delete is 0 [2021-09-16T19:00:00.080Z] INFO: Nuking d:\CI [2021-09-16T19:00:00.080Z] INFO: Zapped successfully [2021-09-16T19:00:00.080Z] INFO: Location for testing is d:\CI\PR-41759\9 [2021-09-16T19:00:00.080Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2021-09-16T19:00:00.080Z] [2021-09-16T19:00:00.080Z] [2021-09-16T19:00:00.080Z] INFO: Building the image from Dockerfile.windows at 09/16/2021 18:59:58... [2021-09-16T19:00:00.080Z] [2021-09-16T19:00:00.523Z] 48a76b150a3a: Pull complete [2021-09-16T19:00:00.523Z] Digest: sha256:591f3c76c17869b99700815aa259f728a92f4912dcd68bcce21b7e9a4309cda4 [2021-09-16T19:00:00.523Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022 [2021-09-16T19:00:00.523Z] mcr.microsoft.com/windows/servercore:ltsc2022 [2021-09-16T19:00:00.523Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 completed successfully [2021-09-16T19:00:00.523Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore [2021-09-16T19:00:00.523Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.20348.230' [2021-09-16T19:00:00.523Z] INFO: Docker version of control daemon [2021-09-16T19:00:00.523Z] [2021-09-16T19:00:00.523Z] Client: [2021-09-16T19:00:00.523Z] Version: 20.10.8 [2021-09-16T19:00:00.523Z] API version: 1.41 [2021-09-16T19:00:00.523Z] Go version: go1.16.6 [2021-09-16T19:00:00.523Z] Git commit: 3967b7d [2021-09-16T19:00:00.523Z] Built: Fri Jul 30 19:58:50 2021 [2021-09-16T19:00:00.523Z] OS/Arch: windows/amd64 [2021-09-16T19:00:00.523Z] Context: default [2021-09-16T19:00:00.523Z] Experimental: true [2021-09-16T19:00:00.523Z] [2021-09-16T19:00:00.523Z] Server: Docker Engine - Community [2021-09-16T19:00:00.523Z] Engine: [2021-09-16T19:00:00.523Z] Version: 20.10.8 [2021-09-16T19:00:00.523Z] API version: 1.41 (minimum version 1.24) [2021-09-16T19:00:00.523Z] Go version: go1.16.6 [2021-09-16T19:00:00.523Z] Git commit: 75249d8 [2021-09-16T19:00:00.523Z] Built: Fri Jul 30 19:54:29 2021 [2021-09-16T19:00:00.523Z] OS/Arch: windows/amd64 [2021-09-16T19:00:00.523Z] Experimental: true [2021-09-16T19:00:00.523Z] [2021-09-16T19:00:00.523Z] INFO: Docker info of control daemon [2021-09-16T19:00:00.523Z] [2021-09-16T19:00:00.523Z] Client: [2021-09-16T19:00:00.523Z] Context: default [2021-09-16T19:00:00.523Z] Debug Mode: false [2021-09-16T19:00:00.523Z] [2021-09-16T19:00:00.523Z] Server: [2021-09-16T19:00:00.523Z] Containers: 0 [2021-09-16T19:00:00.523Z] Running: 0 [2021-09-16T19:00:00.523Z] Paused: 0 [2021-09-16T19:00:00.523Z] Stopped: 0 [2021-09-16T19:00:00.523Z] Images: 1 [2021-09-16T19:00:00.523Z] Server Version: 20.10.8 [2021-09-16T19:00:00.523Z] Storage Driver: lcow (linux) windowsfilter (windows) [2021-09-16T19:00:00.523Z] LCOW: [2021-09-16T19:00:00.523Z] Windows: [2021-09-16T19:00:00.523Z] Logging Driver: json-file [2021-09-16T19:00:00.523Z] Plugins: [2021-09-16T19:00:00.523Z] Volume: local [2021-09-16T19:00:00.523Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-09-16T19:00:00.523Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-09-16T19:00:00.523Z] Swarm: inactive [2021-09-16T19:00:00.523Z] Default Isolation: process [2021-09-16T19:00:00.523Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2021-09-16T19:00:00.523Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.169) [2021-09-16T19:00:00.523Z] OSType: windows [2021-09-16T19:00:00.523Z] Architecture: x86_64 [2021-09-16T19:00:00.523Z] CPUs: 4 [2021-09-16T19:00:00.523Z] Total Memory: 32GiB [2021-09-16T19:00:00.523Z] Name: azwin-2-007d90 [2021-09-16T19:00:00.523Z] ID: IZDY:S4YB:5XRY:IF4H:5UNK:3VIE:VJMV:FD3Q:73SO:QIKD:XA3T:57CT [2021-09-16T19:00:00.523Z] Docker Root Dir: D:\docker [2021-09-16T19:00:00.523Z] Debug Mode: false [2021-09-16T19:00:00.523Z] Registry: https://index.docker.io/v1/ [2021-09-16T19:00:00.523Z] Labels: [2021-09-16T19:00:00.523Z] Experimental: true [2021-09-16T19:00:00.523Z] Insecure Registries: [2021-09-16T19:00:00.523Z] 10.0.0.4:5000 [2021-09-16T19:00:00.523Z] 127.0.0.0/8 [2021-09-16T19:00:00.523Z] Registry Mirrors: [2021-09-16T19:00:00.523Z] http://10.0.0.4:5000/ [2021-09-16T19:00:00.523Z] Live Restore Enabled: false [2021-09-16T19:00:00.523Z] Product License: Community Engine [2021-09-16T19:00:00.523Z] [2021-09-16T19:00:00.523Z] [2021-09-16T19:00:00.523Z] INFO: Commit hash is e187eb2bb5 [2021-09-16T19:00:00.523Z] INFO: Nuke-Everything... [2021-09-16T19:00:00.523Z] INFO: Container count on control daemon to delete is 0 [2021-09-16T19:00:00.523Z] INFO: Nuking d:\CI [2021-09-16T19:00:00.523Z] INFO: Zapped successfully [2021-09-16T19:00:00.523Z] INFO: Location for testing is d:\CI\PR-41759\9 [2021-09-16T19:00:00.523Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2021-09-16T19:00:00.523Z] [2021-09-16T19:00:00.523Z] [2021-09-16T19:00:00.523Z] INFO: Building the image from Dockerfile.windows at 09/16/2021 18:59:57... [2021-09-16T19:00:00.523Z] [2021-09-16T19:00:00.616Z] #21 65.11 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2021-09-16T19:00:00.616Z] #21 65.12 Setting up jq (1.6-2.1) ... [2021-09-16T19:00:00.616Z] #21 65.16 Setting up libbpf0:amd64 (1:0.3-2) ... [2021-09-16T19:00:00.616Z] #21 65.17 Setting up iptables (1.8.7-1) ... [2021-09-16T19:00:00.616Z] #21 65.19 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-09-16T19:00:00.616Z] #21 65.24 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-09-16T19:00:00.616Z] #21 65.25 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-09-16T19:00:00.616Z] #21 65.26 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-09-16T19:00:00.616Z] #21 65.27 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-09-16T19:00:00.616Z] #21 65.27 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-09-16T19:00:00.616Z] #21 65.29 Setting up iproute2 (5.10.0-4) ... [2021-09-16T19:00:00.891Z] #21 54.55 Setting up xxd (2:8.2.2434-3) ... [2021-09-16T19:00:00.891Z] #21 54.58 Setting up libcap2:amd64 (1:2.44-1) ... [2021-09-16T19:00:00.899Z] #20 57.35 Selecting previously unselected package gcc-mingw-w64-x86-64-posix. [2021-09-16T19:00:00.899Z] #20 57.36 Preparing to unpack .../09-gcc-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2021-09-16T19:00:00.899Z] #20 57.36 Unpacking gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2021-09-16T19:00:00.983Z] #58 212.4 + bin/containerd-shim [2021-09-16T19:00:01.149Z] #21 54.65 Setting up libcap2-bin (1:2.44-1) ... [2021-09-16T19:00:01.149Z] #21 54.69 Setting up apparmor (2.13.6-10) ... [2021-09-16T19:00:01.190Z] #21 65.73 Processing triggers for libc-bin (2.31-13) ... [2021-09-16T19:00:01.365Z] #58 212.5 + bin/containerd-shim [2021-09-16T19:00:02.089Z] Sending build context to Docker daemon 60.65MB [2021-09-16T19:00:02.089Z] [2021-09-16T19:00:02.558Z] Step 1/11 : FROM microsoft/windowsservercore [2021-09-16T19:00:02.558Z] ---> a3aeeffc33bf [2021-09-16T19:00:02.559Z] Step 2/11 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2021-09-16T19:00:02.559Z] ---> Running in 9724d2e4060b [2021-09-16T19:00:02.577Z] #21 DONE 67.0s [2021-09-16T19:00:02.577Z] [2021-09-16T19:00:02.577Z] #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-16T19:00:02.577Z] #22 sha256:eb70a2e83afe8f27a141753222b0308bc5d7d2781fcae6d6d064631d4c4ca44f [2021-09-16T19:00:02.799Z] #20 ... [2021-09-16T19:00:02.799Z] [2021-09-16T19:00:02.799Z] #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-16T19:00:02.799Z] #65 sha256:4e05e2bdc40da9b39fd5f0cd6f8761d46a72018ef09eff65b77ff7b5c05e1dc7 [2021-09-16T19:00:02.799Z] #65 12.83 + cd /tmp/tmp.RlFfO2PQZ2/src/github.com/containerd/containerd [2021-09-16T19:00:02.799Z] #65 12.83 + git checkout -q v1.5.5 [2021-09-16T19:00:02.964Z] Sending build context to Docker daemon 60.65MB [2021-09-16T19:00:02.964Z] [2021-09-16T19:00:02.964Z] Step 1/11 : FROM microsoft/windowsservercore [2021-09-16T19:00:02.964Z] ---> a3aeeffc33bf [2021-09-16T19:00:02.964Z] Step 2/11 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2021-09-16T19:00:02.964Z] ---> Running in 43bbe52ea7d5 [2021-09-16T19:00:03.028Z] Removing intermediate container 9724d2e4060b [2021-09-16T19:00:03.028Z] ---> b915c270e6be [2021-09-16T19:00:03.028Z] Step 3/11 : ARG GO_VERSION=1.17.0 [2021-09-16T19:00:03.028Z] ---> Running in 01fc62d6c49a [2021-09-16T19:00:03.028Z] Removing intermediate container 01fc62d6c49a [2021-09-16T19:00:03.028Z] ---> 32559edf6400 [2021-09-16T19:00:03.028Z] Step 4/11 : ARG CONTAINERD_VERSION=1.5.5 [2021-09-16T19:00:03.028Z] ---> Running in 52b8bb1d1a4f [2021-09-16T19:00:03.048Z] #21 56.79 Setting up zip (3.0-12) ... [2021-09-16T19:00:03.048Z] #21 56.82 Setting up vim-common (2:8.2.2434-3) ... [2021-09-16T19:00:03.308Z] #21 56.86 Setting up bash-completion (1:2.11-2) ... [2021-09-16T19:00:03.366Z] #65 13.59 + export 'BUILDTAGS=netgo osusergo static_build' [2021-09-16T19:00:03.419Z] Removing intermediate container 43bbe52ea7d5 [2021-09-16T19:00:03.420Z] ---> b615baa44c10 [2021-09-16T19:00:03.420Z] Step 3/11 : ARG GO_VERSION=1.17.0 [2021-09-16T19:00:03.420Z] ---> Running in 5a047754c877 [2021-09-16T19:00:03.420Z] Removing intermediate container 5a047754c877 [2021-09-16T19:00:03.420Z] ---> 73f015430602 [2021-09-16T19:00:03.420Z] Step 4/11 : ARG CONTAINERD_VERSION=1.5.5 [2021-09-16T19:00:03.420Z] ---> Running in 37f5f86fdc0f [2021-09-16T19:00:03.497Z] Removing intermediate container 52b8bb1d1a4f [2021-09-16T19:00:03.497Z] ---> d7489a252632 [2021-09-16T19:00:03.497Z] Step 5/11 : ARG GOTESTSUM_VERSION=v1.7.0 [2021-09-16T19:00:03.497Z] ---> Running in 7d8f2780bef8 [2021-09-16T19:00:03.497Z] Removing intermediate container 7d8f2780bef8 [2021-09-16T19:00:03.497Z] ---> 9a37c9041106 [2021-09-16T19:00:03.497Z] 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-16T19:00:03.497Z] ---> Running in f724d1c8c45b [2021-09-16T19:00:03.625Z] #65 13.59 + BUILDTAGS='netgo osusergo static_build' [2021-09-16T19:00:03.625Z] #65 13.59 + export EXTRA_FLAGS=-buildmode=pie [2021-09-16T19:00:03.625Z] #65 13.59 + EXTRA_FLAGS=-buildmode=pie [2021-09-16T19:00:03.625Z] #65 13.59 + export 'EXTRA_LDFLAGS=-extldflags "-fno-PIC -static"' [2021-09-16T19:00:03.625Z] #65 13.59 + EXTRA_LDFLAGS='-extldflags "-fno-PIC -static"' [2021-09-16T19:00:03.625Z] #65 13.59 + '[' '' = dynamic ']' [2021-09-16T19:00:03.625Z] #65 13.59 + make [2021-09-16T19:00:03.877Z] Removing intermediate container 37f5f86fdc0f [2021-09-16T19:00:03.877Z] ---> ecd6201aecce [2021-09-16T19:00:03.877Z] Step 5/11 : ARG GOTESTSUM_VERSION=v1.7.0 [2021-09-16T19:00:03.877Z] ---> Running in c3309a19b745 [2021-09-16T19:00:03.877Z] Removing intermediate container c3309a19b745 [2021-09-16T19:00:03.877Z] ---> b8dc8ec9577f [2021-09-16T19:00:03.877Z] 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-16T19:00:03.877Z] ---> Running in 9ccca5e4b8cc [2021-09-16T19:00:03.966Z] Removing intermediate container f724d1c8c45b [2021-09-16T19:00:03.966Z] ---> d6486b82c50d [2021-09-16T19:00:03.967Z] 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-16T19:00:03.967Z] ---> Running in e1eab500213e [2021-09-16T19:00:03.970Z] #22 1.529 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-09-16T19:00:03.970Z] #22 1.529 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-09-16T19:00:03.970Z] #22 1.534 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-09-16T19:00:03.970Z] #22 DONE 1.6s [2021-09-16T19:00:03.970Z] [2021-09-16T19:00:03.970Z] #23 [dev-systemd-false 9/25] RUN pip3 install yamllint==1.26.1 [2021-09-16T19:00:03.970Z] #23 sha256:9b26ced4cf4009cc5768f0a9c6635a5c4481485463d9459dff849fffa967e104 [2021-09-16T19:00:04.332Z] Removing intermediate container 9ccca5e4b8cc [2021-09-16T19:00:04.332Z] ---> 6d967882d5df [2021-09-16T19:00:04.332Z] 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-16T19:00:04.332Z] ---> Running in 3ce5e2290f8d [2021-09-16T19:00:04.561Z] #65 14.44 + bin/ctr [2021-09-16T19:00:06.588Z] #21 59.61 Setting up xz-utils (5.2.5-2) ... [2021-09-16T19:00:06.588Z] #21 59.66 update-alternatives: using /usr/bin/xz to provide /usr/bin/lzma (lzma) in auto mode [2021-09-16T19:00:06.588Z] #21 59.71 Setting up libmnl0:amd64 (1.0.4-3) ... [2021-09-16T19:00:06.588Z] #21 59.77 Setting up patch (2.7.6-7) ... [2021-09-16T19:00:06.588Z] #21 59.81 Setting up sudo (1.9.5p2-3) ... [2021-09-16T19:00:06.588Z] #21 60.00 invoke-rc.d: could not determine current runlevel [2021-09-16T19:00:06.588Z] #21 60.02 invoke-rc.d: policy-rc.d denied execution of start. [2021-09-16T19:00:06.588Z] #21 60.06 Setting up xfsprogs (5.10.0-4) ... [2021-09-16T19:00:06.588Z] #21 60.09 Setting up libxtables12:amd64 (1.8.7-1) ... [2021-09-16T19:00:06.588Z] #21 60.11 Setting up inetutils-ping (2:2.0-1) ... [2021-09-16T19:00:06.588Z] #21 60.12 Setting up pigz (2.6-1) ... [2021-09-16T19:00:06.588Z] #21 60.14 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-09-16T19:00:06.588Z] #21 60.16 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2021-09-16T19:00:06.588Z] #21 60.18 Setting up python-pip-whl (20.3.4-4) ... [2021-09-16T19:00:06.588Z] #21 60.20 Setting up vim-runtime (2:8.2.2434-3) ... [2021-09-16T19:00:07.769Z] [2021-09-16T19:00:07.769Z] SUCCESS: Specified value was saved. [2021-09-16T19:00:07.958Z] #21 61.60 Setting up libaio1:amd64 (0.3.112-9) ... [2021-09-16T19:00:07.958Z] #21 61.61 Setting up python3-lib2to3 (3.9.2-1) ... [2021-09-16T19:00:08.053Z] [2021-09-16T19:00:08.053Z] SUCCESS: Specified value was saved. [2021-09-16T19:00:08.758Z] INFO: Downloading git... [2021-09-16T19:00:08.888Z] #21 62.42 Setting up libelf1:amd64 (0.183-1) ... [2021-09-16T19:00:08.888Z] #21 62.47 Setting up zstd (1.4.8+dfsg-2.1) ... [2021-09-16T19:00:08.888Z] #21 62.49 Setting up libonig5:amd64 (6.9.6-1.1) ... [2021-09-16T19:00:08.888Z] #21 62.53 Setting up python3-distutils (3.9.2-1) ... [2021-09-16T19:00:09.011Z] INFO: Downloading git... [2021-09-16T19:00:09.140Z] #58 220.1 + bin/containerd-shim-runc-v1 [2021-09-16T19:00:09.481Z] #58 219.7 + bin/containerd-shim-runc-v1 [2021-09-16T19:00:09.819Z] #21 63.45 Setting up vim (2:8.2.2434-3) ... [2021-09-16T19:00:09.819Z] #21 63.46 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-09-16T19:00:09.819Z] #21 63.47 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-09-16T19:00:09.819Z] #21 63.47 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-09-16T19:00:09.819Z] #21 63.48 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-09-16T19:00:09.819Z] #21 63.48 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-09-16T19:00:09.819Z] #21 63.49 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-09-16T19:00:09.819Z] #21 63.51 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-09-16T19:00:09.819Z] #21 63.52 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-09-16T19:00:09.819Z] #21 63.54 Setting up python3-setuptools (52.0.0-4) ... [2021-09-16T19:00:10.326Z] INFO: Downloading go... [2021-09-16T19:00:10.537Z] INFO: Downloading go... [2021-09-16T19:00:11.313Z] INFO: Downloading compiler 1 of 3... [2021-09-16T19:00:12.340Z] #21 65.87 Setting up libjq1:amd64 (1.6-2.1) ... [2021-09-16T19:00:12.340Z] #21 65.89 Setting up libnftnl11:amd64 (1.1.9-1) ... [2021-09-16T19:00:12.340Z] #21 65.90 Setting up thin-provisioning-tools (0.9.0-1) ... [2021-09-16T19:00:12.340Z] #21 65.92 Setting up python3-pip (20.3.4-4) ... [2021-09-16T19:00:12.677Z] #65 ... [2021-09-16T19:00:12.677Z] [2021-09-16T19:00:12.677Z] #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-16T19:00:12.677Z] #20 sha256:7d7f852a7bd20fb85f484a4f4a2a009c9e35f41220717e2ba18e266dc5f0f499 [2021-09-16T19:00:12.677Z] #20 60.99 Selecting previously unselected package g++-mingw-w64-x86-64-posix. [2021-09-16T19:00:12.677Z] #20 61.00 Preparing to unpack .../10-g++-mingw-w64-x86-64-posix_10.2.1-6+24.2_amd64.deb ... [2021-09-16T19:00:12.677Z] #20 61.00 Unpacking g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2021-09-16T19:00:12.677Z] #20 62.62 Selecting previously unselected package gcc-mingw-w64-x86-64-win32-runtime. [2021-09-16T19:00:12.677Z] #20 62.63 Preparing to unpack .../11-gcc-mingw-w64-x86-64-win32-runtime_10.2.1-6+24.2_amd64.deb ... [2021-09-16T19:00:12.677Z] #20 62.64 Unpacking gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2021-09-16T19:00:12.677Z] #20 64.43 Selecting previously unselected package gcc-mingw-w64-x86-64-win32. [2021-09-16T19:00:12.677Z] #20 64.44 Preparing to unpack .../12-gcc-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2021-09-16T19:00:12.677Z] #20 64.44 Unpacking gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2021-09-16T19:00:12.677Z] #20 68.23 Selecting previously unselected package g++-mingw-w64-x86-64-win32. [2021-09-16T19:00:12.677Z] #20 68.24 Preparing to unpack .../13-g++-mingw-w64-x86-64-win32_10.2.1-6+24.2_amd64.deb ... [2021-09-16T19:00:12.677Z] #20 68.24 Unpacking g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2021-09-16T19:00:12.892Z] INFO: Downloading compiler 2 of 3... [2021-09-16T19:00:13.245Z] #20 69.86 Selecting previously unselected package g++-mingw-w64-x86-64. [2021-09-16T19:00:13.246Z] #20 69.87 Preparing to unpack .../14-g++-mingw-w64-x86-64_10.2.1-6+24.2_all.deb ... [2021-09-16T19:00:13.246Z] #20 69.88 Unpacking g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2021-09-16T19:00:13.361Z] INFO: Downloading compiler 3 of 3... [2021-09-16T19:00:13.420Z] INFO: Downloading compiler 1 of 3... [2021-09-16T19:00:13.421Z] INFO: Downloading compiler 2 of 3... [2021-09-16T19:00:13.421Z] INFO: Downloading compiler 3 of 3... [2021-09-16T19:00:13.505Z] #20 69.95 Selecting previously unselected package libapparmor1:amd64. [2021-09-16T19:00:13.505Z] #20 69.95 Preparing to unpack .../15-libapparmor1_2.13.6-10_amd64.deb ... [2021-09-16T19:00:13.505Z] #20 69.96 Unpacking libapparmor1:amd64 (2.13.6-10) ... [2021-09-16T19:00:13.505Z] #20 70.01 Selecting previously unselected package libapparmor-dev:amd64. [2021-09-16T19:00:13.505Z] #20 70.02 Preparing to unpack .../16-libapparmor-dev_2.13.6-10_amd64.deb ... [2021-09-16T19:00:13.505Z] #20 70.03 Unpacking libapparmor-dev:amd64 (2.13.6-10) ... [2021-09-16T19:00:13.505Z] #20 70.11 Selecting previously unselected package libbtrfs0:amd64. [2021-09-16T19:00:13.505Z] #20 70.12 Preparing to unpack .../17-libbtrfs0_5.10.1-2_amd64.deb ... [2021-09-16T19:00:13.505Z] #20 70.12 Unpacking libbtrfs0:amd64 (5.10.1-2) ... [2021-09-16T19:00:13.505Z] #20 70.20 Selecting previously unselected package libbtrfs-dev:amd64. [2021-09-16T19:00:13.505Z] #20 70.20 Preparing to unpack .../18-libbtrfs-dev_5.10.1-2_amd64.deb ... [2021-09-16T19:00:13.674Z] #58 224.8 + bin/containerd-shim-runc-v2 [2021-09-16T19:00:13.763Z] #20 70.21 Unpacking libbtrfs-dev:amd64 (5.10.1-2) ... [2021-09-16T19:00:13.763Z] #20 70.30 Selecting previously unselected package libdevmapper-event1.02.1:amd64. [2021-09-16T19:00:13.763Z] #20 70.31 Preparing to unpack .../19-libdevmapper-event1.02.1_2%3a1.02.175-2.1_amd64.deb ... [2021-09-16T19:00:13.763Z] #20 70.31 Unpacking libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2021-09-16T19:00:13.763Z] #20 70.35 Selecting previously unselected package libudev-dev:amd64. [2021-09-16T19:00:13.763Z] #20 70.36 Preparing to unpack .../20-libudev-dev_247.3-6_amd64.deb ... [2021-09-16T19:00:13.763Z] #20 70.36 Unpacking libudev-dev:amd64 (247.3-6) ... [2021-09-16T19:00:14.021Z] #20 70.43 Selecting previously unselected package libsepol1-dev:amd64. [2021-09-16T19:00:14.021Z] #20 70.44 Preparing to unpack .../21-libsepol1-dev_3.1-1_amd64.deb ... [2021-09-16T19:00:14.021Z] #20 70.44 Unpacking libsepol1-dev:amd64 (3.1-1) ... [2021-09-16T19:00:14.021Z] #20 70.55 Selecting previously unselected package libpcre2-16-0:amd64. [2021-09-16T19:00:14.021Z] #20 70.56 Preparing to unpack .../22-libpcre2-16-0_10.36-2_amd64.deb ... [2021-09-16T19:00:14.021Z] #20 70.56 Unpacking libpcre2-16-0:amd64 (10.36-2) ... [2021-09-16T19:00:14.021Z] #20 70.64 Selecting previously unselected package libpcre2-32-0:amd64. [2021-09-16T19:00:14.021Z] #20 70.66 Preparing to unpack .../23-libpcre2-32-0_10.36-2_amd64.deb ... [2021-09-16T19:00:14.021Z] #20 70.66 Unpacking libpcre2-32-0:amd64 (10.36-2) ... [2021-09-16T19:00:14.021Z] #20 70.75 Selecting previously unselected package libpcre2-posix2:amd64. [2021-09-16T19:00:14.021Z] #20 70.76 Preparing to unpack .../24-libpcre2-posix2_10.36-2_amd64.deb ... [2021-09-16T19:00:14.242Z] #58 225.4 + binaries [2021-09-16T19:00:14.242Z] #58 225.4 + install -D bin/containerd /build/containerd [2021-09-16T19:00:14.242Z] #58 225.4 + install -D bin/containerd-shim /build/containerd-shim [2021-09-16T19:00:14.242Z] #58 225.4 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-09-16T19:00:14.242Z] #58 225.5 + install -D bin/ctr /build/ctr [2021-09-16T19:00:14.244Z] #21 67.81 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2021-09-16T19:00:14.244Z] #21 67.83 Setting up jq (1.6-2.1) ... [2021-09-16T19:00:14.244Z] #21 67.86 Setting up libbpf0:amd64 (1:0.3-2) ... [2021-09-16T19:00:14.244Z] #21 67.88 Setting up iptables (1.8.7-1) ... [2021-09-16T19:00:14.244Z] #21 67.92 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-09-16T19:00:14.244Z] #21 67.94 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-09-16T19:00:14.244Z] #21 67.96 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-09-16T19:00:14.244Z] #21 67.98 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-09-16T19:00:14.244Z] #21 68.00 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-09-16T19:00:14.244Z] #21 68.01 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-09-16T19:00:14.244Z] #21 68.02 Setting up iproute2 (5.10.0-4) ... [2021-09-16T19:00:14.280Z] #20 70.76 Unpacking libpcre2-posix2:amd64 (10.36-2) ... [2021-09-16T19:00:14.280Z] #20 70.81 Selecting previously unselected package libpcre2-dev:amd64. [2021-09-16T19:00:14.280Z] #20 70.81 Preparing to unpack .../25-libpcre2-dev_10.36-2_amd64.deb ... [2021-09-16T19:00:14.280Z] #20 70.82 Unpacking libpcre2-dev:amd64 (10.36-2) ... [2021-09-16T19:00:14.362Z] INFO: Extracting git... [2021-09-16T19:00:14.382Z] INFO: Extracting git... [2021-09-16T19:00:14.443Z] #58 225.3 + bin/containerd-shim-runc-v2 [2021-09-16T19:00:14.538Z] #20 70.97 Selecting previously unselected package libselinux1-dev:amd64. [2021-09-16T19:00:14.538Z] #20 70.98 Preparing to unpack .../26-libselinux1-dev_3.1-3_amd64.deb ... [2021-09-16T19:00:14.538Z] #20 70.99 Unpacking libselinux1-dev:amd64 (3.1-3) ... [2021-09-16T19:00:14.538Z] #20 71.07 Selecting previously unselected package libdevmapper-dev:amd64. [2021-09-16T19:00:14.538Z] #20 71.08 Preparing to unpack .../27-libdevmapper-dev_2%3a1.02.175-2.1_amd64.deb ... [2021-09-16T19:00:14.538Z] #20 71.09 Unpacking libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2021-09-16T19:00:14.538Z] #20 71.13 Selecting previously unselected package libseccomp-dev:amd64. [2021-09-16T19:00:14.538Z] #20 71.14 Preparing to unpack .../28-libseccomp-dev_2.5.1-1_amd64.deb ... [2021-09-16T19:00:14.538Z] #20 71.14 Unpacking libseccomp-dev:amd64 (2.5.1-1) ... [2021-09-16T19:00:14.796Z] #20 71.21 Selecting previously unselected package libsystemd-dev:amd64. [2021-09-16T19:00:14.797Z] #20 71.22 Preparing to unpack .../29-libsystemd-dev_247.3-6_amd64.deb ... [2021-09-16T19:00:14.797Z] #20 71.22 Unpacking libsystemd-dev:amd64 (247.3-6) ... [2021-09-16T19:00:14.797Z] #20 71.41 Setting up libseccomp-dev:amd64 (2.5.1-1) ... [2021-09-16T19:00:14.797Z] #20 71.44 Setting up libapparmor1:amd64 (2.13.6-10) ... [2021-09-16T19:00:14.797Z] #20 71.45 Setting up binutils-mingw-w64-x86-64 (2.35.2-2+8.11+b3) ... [2021-09-16T19:00:14.797Z] #20 71.46 Setting up libsepol1-dev:amd64 (3.1-1) ... [2021-09-16T19:00:15.055Z] #20 71.48 Setting up gcc-mingw-w64-base (10.2.1-6+24.2) ... [2021-09-16T19:00:15.055Z] #20 71.49 Setting up libpcre2-16-0:amd64 (10.36-2) ... [2021-09-16T19:00:15.055Z] #20 71.50 Setting up libbtrfs0:amd64 (5.10.1-2) ... [2021-09-16T19:00:15.055Z] #20 71.52 Setting up libpcre2-32-0:amd64 (10.36-2) ... [2021-09-16T19:00:15.055Z] #20 71.53 Setting up libudev-dev:amd64 (247.3-6) ... [2021-09-16T19:00:15.055Z] #20 71.55 Setting up libpcre2-posix2:amd64 (10.36-2) ... [2021-09-16T19:00:15.055Z] #20 71.56 Setting up binutils-mingw-w64-i686 (2.35.2-2+8.11+b3) ... [2021-09-16T19:00:15.055Z] #20 71.57 Setting up libbtrfs-dev:amd64 (5.10.1-2) ... [2021-09-16T19:00:15.055Z] #20 71.58 Setting up gcc-mingw-w64-x86-64-win32-runtime (10.2.1-6+24.2) ... [2021-09-16T19:00:15.055Z] #20 71.60 Setting up libapparmor-dev:amd64 (2.13.6-10) ... [2021-09-16T19:00:15.055Z] #20 71.61 Setting up mingw-w64-common (8.0.0-1) ... [2021-09-16T19:00:15.055Z] #20 71.62 Setting up libsystemd-dev:amd64 (247.3-6) ... [2021-09-16T19:00:15.055Z] #20 71.64 Setting up mingw-w64-x86-64-dev (8.0.0-1) ... [2021-09-16T19:00:15.055Z] #20 71.65 Setting up libpcre2-dev:amd64 (10.36-2) ... [2021-09-16T19:00:15.055Z] #20 71.66 Setting up libselinux1-dev:amd64 (3.1-3) ... [2021-09-16T19:00:15.055Z] #20 71.68 Setting up gcc-mingw-w64-x86-64-posix-runtime (10.2.1-6+24.2) ... [2021-09-16T19:00:15.055Z] #20 71.69 Setting up gcc-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2021-09-16T19:00:15.055Z] #20 71.71 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-16T19:00:15.055Z] #20 71.72 Setting up gcc-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2021-09-16T19:00:15.055Z] #20 71.73 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-16T19:00:15.055Z] #20 71.74 Setting up binutils-mingw-w64 (2.35-2+8.11) ... [2021-09-16T19:00:15.055Z] #20 71.76 Setting up g++-mingw-w64-x86-64-win32 (10.2.1-6+24.2) ... [2021-09-16T19:00:15.055Z] #20 71.77 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-16T19:00:15.055Z] #20 71.77 Setting up g++-mingw-w64-x86-64-posix (10.2.1-6+24.2) ... [2021-09-16T19:00:15.173Z] #21 68.69 Processing triggers for libc-bin (2.31-13) ... [2021-09-16T19:00:15.314Z] #20 71.79 Setting up g++-mingw-w64-x86-64 (10.2.1-6+24.2) ... [2021-09-16T19:00:15.315Z] #20 71.81 Setting up libdevmapper1.02.1:amd64 (2:1.02.175-2.1) ... [2021-09-16T19:00:15.315Z] #20 71.83 Setting up dmsetup (2:1.02.175-2.1) ... [2021-09-16T19:00:15.315Z] #20 71.84 Setting up libdevmapper-event1.02.1:amd64 (2:1.02.175-2.1) ... [2021-09-16T19:00:15.315Z] #20 71.86 Setting up libdevmapper-dev:amd64 (2:1.02.175-2.1) ... [2021-09-16T19:00:15.315Z] #20 71.87 Processing triggers for libc-bin (2.31-13) ... [2021-09-16T19:00:15.390Z] #58 226.7 + binaries [2021-09-16T19:00:15.390Z] #58 226.7 + install -D bin/containerd /build/containerd [2021-09-16T19:00:15.390Z] #58 226.7 + install -D bin/containerd-shim /build/containerd-shim [2021-09-16T19:00:15.390Z] #58 226.7 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-09-16T19:00:15.390Z] #58 226.8 + install -D bin/ctr /build/ctr [2021-09-16T19:00:15.430Z] #21 DONE 69.2s [2021-09-16T19:00:15.430Z] [2021-09-16T19:00:15.430Z] #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-16T19:00:15.430Z] #51 sha256:38f49ed11733cb386ab1016045b46d1752876c063116cce36b18f2f11e5c0ab1 [2021-09-16T19:00:15.686Z] #51 ... [2021-09-16T19:00:15.686Z] [2021-09-16T19:00:15.686Z] #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-16T19:00:15.686Z] #22 sha256:eb70a2e83afe8f27a141753222b0308bc5d7d2781fcae6d6d064631d4c4ca44f [2021-09-16T19:00:16.694Z] #20 DONE 73.2s [2021-09-16T19:00:16.694Z] [2021-09-16T19:00:16.694Z] #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-16T19:00:16.694Z] #21 sha256:5771fe68be178316a110ce082bd412ba1109827e88828a616efc216b3e97de45 [2021-09-16T19:00:16.772Z] #58 DONE 227.5s [2021-09-16T19:00:17.031Z] [2021-09-16T19:00:17.031Z] #59 [dev-systemd-false 22/25] COPY --from=containerd /build/ /usr/local/bin/ [2021-09-16T19:00:17.031Z] #59 sha256:d8b13903f924de1af3106187761282c4df46fca002abddc35be62f198b195dd0 [2021-09-16T19:00:17.582Z] #22 1.682 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-09-16T19:00:17.583Z] #22 1.696 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-09-16T19:00:17.583Z] #22 1.702 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-09-16T19:00:17.583Z] #22 DONE 1.8s [2021-09-16T19:00:17.583Z] [2021-09-16T19:00:17.583Z] #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-16T19:00:17.583Z] #41 sha256:6b8cec4c40d2921a1d2bdc203326c098330e9d2856fcd77ef3a5c99befc5d468 [2021-09-16T19:00:17.583Z] #41 ... [2021-09-16T19:00:17.583Z] [2021-09-16T19:00:17.583Z] #23 [dev-systemd-false 9/25] RUN pip3 install yamllint==1.26.1 [2021-09-16T19:00:17.583Z] #23 sha256:9b26ced4cf4009cc5768f0a9c6635a5c4481485463d9459dff849fffa967e104 [2021-09-16T19:00:17.939Z] #58 DONE 229.4s [2021-09-16T19:00:17.964Z] #59 DONE 0.8s [2021-09-16T19:00:17.964Z] [2021-09-16T19:00:17.964Z] #63 [dev-systemd-false 23/25] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-09-16T19:00:17.964Z] #63 sha256:edeac0ec7532fe87f1804927d3be21024352c765194f731d51d1a4bb506a4570 [2021-09-16T19:00:18.068Z] #21 1.247 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2021-09-16T19:00:18.069Z] #21 1.461 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2021-09-16T19:00:18.069Z] #21 1.462 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2021-09-16T19:00:18.222Z] #63 DONE 0.3s [2021-09-16T19:00:18.222Z] [2021-09-16T19:00:18.222Z] #68 [dev-systemd-false 24/25] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-09-16T19:00:18.222Z] #68 sha256:b2945d820d9c6e086e44d103305726a648329f7fc1b01499bce585f920b6530e [2021-09-16T19:00:18.906Z] #23 13.10 Collecting yamllint==1.26.1 [2021-09-16T19:00:18.906Z] #23 14.30 Downloading yamllint-1.26.1.tar.gz (126 kB) [2021-09-16T19:00:19.597Z] #68 DONE 1.2s [2021-09-16T19:00:19.597Z] [2021-09-16T19:00:19.597Z] #69 [dev-systemd-false 25/25] WORKDIR /go/src/github.com/docker/docker [2021-09-16T19:00:19.597Z] #69 sha256:4a69592ed24711140f489043733cacd6a6af53dc616704e5b0502efd11dc4a3a [2021-09-16T19:00:19.597Z] #69 DONE 0.0s [2021-09-16T19:00:19.597Z] [2021-09-16T19:00:19.597Z] #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-16T19:00:19.597Z] #70 sha256:de8e81b7990e2259d53a9a76e9ea203afa35954d91cc08bf8d2edaf2aec0350a [2021-09-16T19:00:19.853Z] #23 15.69 Collecting pathspec>=0.5.3 [2021-09-16T19:00:19.853Z] #23 15.70 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2021-09-16T19:00:19.853Z] #23 16.07 Collecting pyyaml [2021-09-16T19:00:19.854Z] [2021-09-16T19:00:19.854Z] #59 [dev-systemd-false 22/25] COPY --from=containerd /build/ /usr/local/bin/ [2021-09-16T19:00:19.854Z] #59 sha256:fe5bfb0ec2432d88fedf40815f6a0004cef3156a5e8592a299e8f4b1de7ebe0b [2021-09-16T19:00:20.114Z] #23 16.09 Downloading PyYAML-5.4.1-cp39-cp39-manylinux1_x86_64.whl (630 kB) [2021-09-16T19:00:20.114Z] #23 16.21 Building wheels for collected packages: yamllint [2021-09-16T19:00:20.114Z] #23 16.22 Building wheel for yamllint (setup.py): started [2021-09-16T19:00:20.164Z] #70 0.836 Hit:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [2021-09-16T19:00:20.422Z] #70 0.924 Hit:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [2021-09-16T19:00:20.422Z] #70 1.089 Hit:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [2021-09-16T19:00:20.689Z] #23 ... [2021-09-16T19:00:20.689Z] [2021-09-16T19:00:20.689Z] #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-16T19:00:20.689Z] #41 sha256:6b8cec4c40d2921a1d2bdc203326c098330e9d2856fcd77ef3a5c99befc5d468 [2021-09-16T19:00:20.689Z] #41 263.5 + dpkg --print-architecture [2021-09-16T19:00:20.689Z] #41 263.5 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2021-09-16T19:00:20.689Z] #41 263.9 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2021-09-16T19:00:20.796Z] #59 DONE 1.1s [2021-09-16T19:00:20.796Z] [2021-09-16T19:00:20.796Z] #63 [dev-systemd-false 23/25] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-09-16T19:00:20.796Z] #63 sha256:dafd33a0a0b855a258e0dbc471db96aa171b1c9744354fec846fb9ea00d2f516 [2021-09-16T19:00:20.940Z] #70 1.165 Reading package lists... [2021-09-16T19:00:20.950Z] #41 263.9 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2021-09-16T19:00:21.059Z] #63 DONE 0.3s [2021-09-16T19:00:21.059Z] [2021-09-16T19:00:21.059Z] #68 [dev-systemd-false 24/25] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-09-16T19:00:21.059Z] #68 sha256:a18eb9d69bbd14d2379006c22ff9bcd2a1178d98779b7cfcb779496f92e9c6b1 [2021-09-16T19:00:21.464Z] #70 1.661 Reading package lists... [2021-09-16T19:00:21.723Z] #70 2.161 Building dependency tree... [2021-09-16T19:00:21.723Z] #70 2.276 Reading state information... [2021-09-16T19:00:21.981Z] #70 2.393 The following additional packages will be installed: [2021-09-16T19:00:21.981Z] #70 2.394 libargon2-1 libcryptsetup12 libdbus-1-3 libjson-c5 libkmod2 libpam-systemd [2021-09-16T19:00:21.981Z] #70 2.394 systemd-timesyncd [2021-09-16T19:00:21.981Z] #70 2.395 Suggested packages: [2021-09-16T19:00:21.981Z] #70 2.395 systemd-container policykit-1 [2021-09-16T19:00:21.981Z] #70 2.395 Recommended packages: [2021-09-16T19:00:21.981Z] #70 2.395 libnss-systemd [2021-09-16T19:00:21.981Z] #70 2.480 The following NEW packages will be installed: [2021-09-16T19:00:21.981Z] #70 2.481 dbus dbus-user-session libargon2-1 libcryptsetup12 libdbus-1-3 libjson-c5 [2021-09-16T19:00:21.981Z] #70 2.482 libkmod2 libpam-systemd systemd systemd-sysv systemd-timesyncd [2021-09-16T19:00:22.239Z] #70 2.747 0 upgraded, 11 newly installed, 0 to remove and 0 not upgraded. [2021-09-16T19:00:22.239Z] #70 2.747 Need to get 5937 kB of archives. [2021-09-16T19:00:22.239Z] #70 2.747 After this operation, 19.5 MB of additional disk space will be used. [2021-09-16T19:00:22.239Z] #70 2.747 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libargon2-1 amd64 0~20171227-0.2 [19.6 kB] [2021-09-16T19:00:22.239Z] #70 2.750 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjson-c5 amd64 0.15-2 [42.8 kB] [2021-09-16T19:00:22.239Z] #70 2.751 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcryptsetup12 amd64 2:2.3.5-1 [244 kB] [2021-09-16T19:00:22.239Z] #70 2.754 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libkmod2 amd64 28-1 [55.6 kB] [2021-09-16T19:00:22.239Z] #70 2.754 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd-timesyncd amd64 247.3-6 [131 kB] [2021-09-16T19:00:22.239Z] #70 2.756 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd amd64 247.3-6 [4495 kB] [2021-09-16T19:00:22.239Z] #70 2.856 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 systemd-sysv amd64 247.3-6 [113 kB] [2021-09-16T19:00:22.239Z] #70 2.941 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libdbus-1-3 amd64 1.12.20-2 [219 kB] [2021-09-16T19:00:22.443Z] #68 DONE 1.3s [2021-09-16T19:00:22.443Z] [2021-09-16T19:00:22.443Z] #69 [dev-systemd-false 25/25] WORKDIR /go/src/github.com/docker/docker [2021-09-16T19:00:22.443Z] #69 sha256:5fd67d77f8d37ae5c0e879f25949447a999eeee286cec128997700fa663a46a5 [2021-09-16T19:00:22.443Z] #69 DONE 0.0s [2021-09-16T19:00:22.443Z] [2021-09-16T19:00:22.444Z] #70 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-09-16T19:00:22.444Z] #70 sha256:13e3a3f931f2e6d39487774d968f0db893de462a54297b906526d43992f35147 [2021-09-16T19:00:22.498Z] #70 3.227 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 dbus amd64 1.12.20-2 [239 kB] [2021-09-16T19:00:22.755Z] #70 3.435 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libpam-systemd amd64 247.3-6 [282 kB] [2021-09-16T19:00:23.016Z] #70 3.452 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-16T19:00:23.016Z] #70 3.611 debconf: delaying package configuration, since apt-utils is not installed [2021-09-16T19:00:23.016Z] #70 3.639 Fetched 5937 kB in 1s (6137 kB/s) [2021-09-16T19:00:23.016Z] #70 3.664 Selecting previously unselected package libargon2-1:amd64. [2021-09-16T19:00:23.016Z] #70 3.664 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 28626 files and directories currently installed.) [2021-09-16T19:00:23.016Z] #70 3.678 Preparing to unpack .../0-libargon2-1_0~20171227-0.2_amd64.deb ... [2021-09-16T19:00:23.016Z] #70 3.685 Unpacking libargon2-1:amd64 (0~20171227-0.2) ... [2021-09-16T19:00:23.016Z] #70 3.715 Selecting previously unselected package libjson-c5:amd64. [2021-09-16T19:00:23.016Z] #70 3.718 Preparing to unpack .../1-libjson-c5_0.15-2_amd64.deb ... [2021-09-16T19:00:23.016Z] #70 3.721 Unpacking libjson-c5:amd64 (0.15-2) ... [2021-09-16T19:00:23.016Z] #70 3.756 Selecting previously unselected package libcryptsetup12:amd64. [2021-09-16T19:00:23.016Z] #70 3.756 Preparing to unpack .../2-libcryptsetup12_2%3a2.3.5-1_amd64.deb ... [2021-09-16T19:00:23.016Z] #70 3.759 Unpacking libcryptsetup12:amd64 (2:2.3.5-1) ... [2021-09-16T19:00:23.016Z] #70 3.806 Selecting previously unselected package libkmod2:amd64. [2021-09-16T19:00:23.275Z] #70 3.808 Preparing to unpack .../3-libkmod2_28-1_amd64.deb ... [2021-09-16T19:00:23.275Z] #70 3.811 Unpacking libkmod2:amd64 (28-1) ... [2021-09-16T19:00:23.275Z] #70 3.847 Selecting previously unselected package systemd-timesyncd. [2021-09-16T19:00:23.275Z] #70 3.848 Preparing to unpack .../4-systemd-timesyncd_247.3-6_amd64.deb ... [2021-09-16T19:00:23.275Z] #70 3.852 Unpacking systemd-timesyncd (247.3-6) ... [2021-09-16T19:00:23.275Z] #70 3.901 Selecting previously unselected package systemd. [2021-09-16T19:00:23.275Z] #70 3.904 Preparing to unpack .../5-systemd_247.3-6_amd64.deb ... [2021-09-16T19:00:23.275Z] #70 3.936 Unpacking systemd (247.3-6) ... [2021-09-16T19:00:23.841Z] #70 4.431 Setting up libargon2-1:amd64 (0~20171227-0.2) ... [2021-09-16T19:00:23.841Z] #70 4.441 Setting up libjson-c5:amd64 (0.15-2) ... [2021-09-16T19:00:23.841Z] #70 4.450 Setting up libcryptsetup12:amd64 (2:2.3.5-1) ... [2021-09-16T19:00:23.841Z] #70 4.459 Setting up libkmod2:amd64 (28-1) ... [2021-09-16T19:00:23.841Z] #70 4.468 Setting up systemd (247.3-6) ... [2021-09-16T19:00:23.841Z] #70 4.504 Created symlink /etc/systemd/system/getty.target.wants/getty@tty1.service → /lib/systemd/system/getty@.service. [2021-09-16T19:00:23.900Z] #21 1.774 Reading package lists... [2021-09-16T19:00:24.101Z] #70 4.506 Created symlink /etc/systemd/system/multi-user.target.wants/remote-fs.target → /lib/systemd/system/remote-fs.target. [2021-09-16T19:00:24.101Z] #70 4.509 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-pstore.service → /lib/systemd/system/systemd-pstore.service. [2021-09-16T19:00:24.101Z] #70 4.799 Setting up systemd-timesyncd (247.3-6) ... [2021-09-16T19:00:24.262Z] #41 ... [2021-09-16T19:00:24.262Z] [2021-09-16T19:00:24.262Z] #23 [dev-systemd-false 9/25] RUN pip3 install yamllint==1.26.1 [2021-09-16T19:00:24.262Z] #23 sha256:9b26ced4cf4009cc5768f0a9c6635a5c4481485463d9459dff849fffa967e104 [2021-09-16T19:00:24.262Z] #23 17.64 Building wheel for yamllint (setup.py): finished with status 'done' [2021-09-16T19:00:24.262Z] #23 17.64 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=a5bd334bb50c5d426c271dc6f099ff9a7503d74ac04f9a0763d441a3844b7c68 [2021-09-16T19:00:24.262Z] #23 17.64 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2021-09-16T19:00:24.262Z] #23 17.66 Successfully built yamllint [2021-09-16T19:00:24.262Z] #23 17.73 Installing collected packages: pyyaml, pathspec, yamllint [2021-09-16T19:00:24.262Z] #23 18.24 Successfully installed pathspec-0.9.0 pyyaml-5.4.1 yamllint-1.26.1 [2021-09-16T19:00:24.262Z] #23 DONE 19.8s [2021-09-16T19:00:24.262Z] [2021-09-16T19:00:24.262Z] #26 [dev-systemd-false 10/25] COPY --from=dockercli /build/ /usr/local/cli [2021-09-16T19:00:24.262Z] #26 sha256:ed1007a68d600ac765e631b179dc694c2710191a90f25dae9602ebaeb10192a1 [2021-09-16T19:00:24.262Z] #26 DONE 0.5s [2021-09-16T19:00:24.262Z] [2021-09-16T19:00:24.262Z] #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-16T19:00:24.262Z] #58 sha256:b9bed6e50bc38e9df0b805d24ac1c89234a1e772f93065d28799450b2c52027f [2021-09-16T19:00:24.262Z] #58 ... [2021-09-16T19:00:24.262Z] [2021-09-16T19:00:24.262Z] #31 [dev-systemd-false 11/25] COPY --from=frozen-images /build/ /docker-frozen-images [2021-09-16T19:00:24.262Z] #31 sha256:05c153c5c20b2366f43dbba786f8c7fc5c3719764e22b24b7bbd5fe0da4db0e8 [2021-09-16T19:00:24.359Z] #70 5.013 Created symlink /etc/systemd/system/dbus-org.freedesktop.timesync1.service → /lib/systemd/system/systemd-timesyncd.service. [2021-09-16T19:00:24.359Z] #70 5.013 Created symlink /etc/systemd/system/sysinit.target.wants/systemd-timesyncd.service → /lib/systemd/system/systemd-timesyncd.service. [2021-09-16T19:00:24.359Z] #70 5.094 Selecting previously unselected package systemd-sysv. [2021-09-16T19:00:24.362Z] #70 DONE 2.0s [2021-09-16T19:00:24.362Z] [2021-09-16T19:00:24.362Z] #71 exporting to image [2021-09-16T19:00:24.362Z] #71 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-09-16T19:00:24.362Z] #71 exporting layers [2021-09-16T19:00:24.618Z] #70 5.094 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 29454 files and directories currently installed.) [2021-09-16T19:00:24.618Z] #70 5.108 Preparing to unpack .../systemd-sysv_247.3-6_amd64.deb ... [2021-09-16T19:00:24.618Z] #70 5.111 Unpacking systemd-sysv (247.3-6) ... [2021-09-16T19:00:24.618Z] #70 5.151 Selecting previously unselected package libdbus-1-3:amd64. [2021-09-16T19:00:24.618Z] #70 5.154 Preparing to unpack .../libdbus-1-3_1.12.20-2_amd64.deb ... [2021-09-16T19:00:24.618Z] #70 5.157 Unpacking libdbus-1-3:amd64 (1.12.20-2) ... [2021-09-16T19:00:24.618Z] #70 5.210 Selecting previously unselected package dbus. [2021-09-16T19:00:24.618Z] #70 5.213 Preparing to unpack .../dbus_1.12.20-2_amd64.deb ... [2021-09-16T19:00:24.618Z] #70 5.221 Unpacking dbus (1.12.20-2) ... [2021-09-16T19:00:24.618Z] #70 5.274 Selecting previously unselected package libpam-systemd:amd64. [2021-09-16T19:00:24.618Z] #70 5.277 Preparing to unpack .../libpam-systemd_247.3-6_amd64.deb ... [2021-09-16T19:00:24.618Z] #70 5.281 Unpacking libpam-systemd:amd64 (247.3-6) ... [2021-09-16T19:00:24.618Z] #70 5.325 Selecting previously unselected package dbus-user-session. [2021-09-16T19:00:24.792Z] INFO: Expanding go... [2021-09-16T19:00:24.836Z] #31 DONE 0.5s [2021-09-16T19:00:24.836Z] [2021-09-16T19:00:24.836Z] #34 [dev-systemd-false 12/25] COPY --from=swagger /build/ /usr/local/bin/ [2021-09-16T19:00:24.836Z] #34 sha256:d1456c1380159c5cadf7968e4ab6169c3c501b44b746288faca21681d806057b [2021-09-16T19:00:24.876Z] #70 5.328 Preparing to unpack .../dbus-user-session_1.12.20-2_amd64.deb ... [2021-09-16T19:00:24.876Z] #70 5.331 Unpacking dbus-user-session (1.12.20-2) ... [2021-09-16T19:00:24.876Z] #70 5.422 Setting up systemd-sysv (247.3-6) ... [2021-09-16T19:00:24.876Z] #70 5.434 Setting up libdbus-1-3:amd64 (1.12.20-2) ... [2021-09-16T19:00:24.876Z] #70 5.444 Setting up dbus (1.12.20-2) ... [2021-09-16T19:00:24.876Z] #70 5.557 invoke-rc.d: could not determine current runlevel [2021-09-16T19:00:25.134Z] #70 5.560 invoke-rc.d: policy-rc.d denied execution of start. [2021-09-16T19:00:25.134Z] #70 5.564 Setting up libpam-systemd:amd64 (247.3-6) ... [2021-09-16T19:00:25.134Z] #70 5.735 Setting up dbus-user-session (1.12.20-2) ... [2021-09-16T19:00:25.134Z] #70 5.749 Processing triggers for libc-bin (2.31-13) ... [2021-09-16T19:00:25.392Z] #70 DONE 5.9s [2021-09-16T19:00:25.392Z] [2021-09-16T19:00:25.392Z] #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-16T19:00:25.392Z] #71 sha256:ed6a3d8ff275dbbfb349c5b15d20f94321ee484c9ef70bb7989d56a912a87438 [2021-09-16T19:00:25.409Z] #34 DONE 0.5s [2021-09-16T19:00:25.409Z] [2021-09-16T19:00:25.409Z] #36 [dev-systemd-false 13/25] COPY --from=tomll /build/ /usr/local/bin/ [2021-09-16T19:00:25.409Z] #36 sha256:af3fc17f57c51fb58685e6167d4da1a1c3a6ebb2b8e77d8663a1206b1572a539 [2021-09-16T19:00:25.409Z] #36 DONE 0.1s [2021-09-16T19:00:25.409Z] [2021-09-16T19:00:25.409Z] #39 [dev-systemd-false 14/25] COPY --from=tini /build/ /usr/local/bin/ [2021-09-16T19:00:25.409Z] #39 sha256:c7af4f625192160bfa0137d24ca8e1db8573ca04cadf89902ed2ad0bff652deb [2021-09-16T19:00:25.651Z] #71 0.475 % Total % Received % Xferd Average Speed Time Time Time Current [2021-09-16T19:00:25.651Z] #71 0.478 Dload Upload Total Spent Left Speed [2021-09-16T19:00:25.671Z] #39 DONE 0.1s [2021-09-16T19:00:25.671Z] [2021-09-16T19:00:25.671Z] #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-16T19:00:25.671Z] #55 sha256:df75f0f6a5b3b8131c012ea79b6e84e872c80bcfa3b2fd447ffec2788da8a3c1 [2021-09-16T19:00:25.913Z] #71 0.479 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 1823 100 1823 0 0 18989 0 --:--:-- --:--:-- --:--:-- 18989 [2021-09-16T19:00:25.913Z] #71 DONE 0.6s [2021-09-16T19:00:25.913Z] [2021-09-16T19:00:25.913Z] #72 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-09-16T19:00:25.913Z] #72 sha256:a4aaa000d6c9248b9f4598308605b03df4875ed560a2f6a74b03dd03648c9dfe [2021-09-16T19:00:26.718Z] INFO: Expanding go... [2021-09-16T19:00:26.850Z] #72 DONE 0.9s [2021-09-16T19:00:26.850Z] [2021-09-16T19:00:26.850Z] #73 exporting to image [2021-09-16T19:00:26.850Z] #73 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-09-16T19:00:26.850Z] #73 exporting layers [2021-09-16T19:00:28.091Z] #21 6.338 Reading package lists... [2021-09-16T19:00:28.350Z] #21 10.90 Building dependency tree... [2021-09-16T19:00:28.608Z] #21 11.92 Reading state information... [2021-09-16T19:00:29.545Z] #21 12.89 The following additional packages will be installed: [2021-09-16T19:00:29.545Z] #21 12.89 gcc-10-base:arm64 gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el [2021-09-16T19:00:29.545Z] #21 12.89 gcc-10-base:s390x libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf [2021-09-16T19:00:29.545Z] #21 12.89 libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf [2021-09-16T19:00:29.545Z] #21 12.89 libc6:ppc64el libc6:s390x libcrypt1:arm64 libcrypt1:armel libcrypt1:armhf [2021-09-16T19:00:29.545Z] #21 12.89 libcrypt1:ppc64el libcrypt1:s390x libgcc-s1:arm64 libgcc-s1:armel [2021-09-16T19:00:29.545Z] #21 12.89 libgcc-s1:armhf libgcc-s1:ppc64el libgcc-s1:s390x libseccomp2:arm64 [2021-09-16T19:00:29.545Z] #21 12.89 libseccomp2:armel libseccomp2:armhf libseccomp2:ppc64el libseccomp2:s390x [2021-09-16T19:00:29.545Z] #21 12.91 Suggested packages: [2021-09-16T19:00:29.545Z] #21 12.91 glibc-doc:arm64 libc-l10n:arm64 locales:arm64 glibc-doc:armel [2021-09-16T19:00:29.545Z] #21 12.91 libc-l10n:armel locales:armel glibc-doc:armhf libc-l10n:armhf locales:armhf [2021-09-16T19:00:29.545Z] #21 12.91 glibc-doc:ppc64el libc-l10n:ppc64el locales:ppc64el glibc-doc:s390x [2021-09-16T19:00:29.545Z] #21 12.91 libc-l10n:s390x locales:s390x seccomp:arm64 seccomp:armel seccomp:armhf [2021-09-16T19:00:29.545Z] #21 12.91 seccomp:ppc64el seccomp:s390x [2021-09-16T19:00:29.545Z] #21 12.91 Recommended packages: [2021-09-16T19:00:29.545Z] #21 12.91 libidn2-0:arm64 libnss-nis:arm64 libnss-nisplus:arm64 libidn2-0:armel [2021-09-16T19:00:29.545Z] #21 12.91 libnss-nis:armel libnss-nisplus:armel libidn2-0:armhf libnss-nis:armhf [2021-09-16T19:00:29.545Z] #21 12.91 libnss-nisplus:armhf libidn2-0:ppc64el libnss-nis:ppc64el [2021-09-16T19:00:29.545Z] #21 12.91 libnss-nisplus:ppc64el libidn2-0:s390x libnss-nis:s390x libnss-nisplus:s390x [2021-09-16T19:00:29.664Z] #71 exporting layers 5.3s done [2021-09-16T19:00:29.664Z] #71 writing image sha256:2852f1ac2f691690ac55db2cd1c1cc28a412f491d543366f840b4f47aee1d53c done [2021-09-16T19:00:29.664Z] #71 naming to docker.io/library/docker:e187eb2bb5f0c3f899fe643e95d1af8c57e89a73 done [2021-09-16T19:00:29.664Z] #71 DONE 5.3s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2021-09-16T19:00:29.804Z] #21 13.38 The following NEW packages will be installed: [2021-09-16T19:00:29.804Z] #21 13.38 gcc-10-base:arm64 gcc-10-base:armel gcc-10-base:armhf gcc-10-base:ppc64el [2021-09-16T19:00:30.011Z] + sudo modprobe ip6table_filter [Pipeline] sh [2021-09-16T19:00:30.062Z] #21 13.38 gcc-10-base:s390x libapparmor-dev:arm64 libapparmor-dev:armel [2021-09-16T19:00:30.062Z] #21 13.38 libapparmor-dev:armhf libapparmor-dev:ppc64el libapparmor-dev:s390x [2021-09-16T19:00:30.062Z] #21 13.38 libapparmor1:arm64 libapparmor1:armel libapparmor1:armhf [2021-09-16T19:00:30.062Z] #21 13.38 libapparmor1:ppc64el libapparmor1:s390x libc6:arm64 libc6:armel libc6:armhf [2021-09-16T19:00:30.062Z] #21 13.38 libc6:ppc64el libc6:s390x libcrypt1:arm64 libcrypt1:armel libcrypt1:armhf [2021-09-16T19:00:30.062Z] #21 13.38 libcrypt1:ppc64el libcrypt1:s390x libgcc-s1:arm64 libgcc-s1:armel [2021-09-16T19:00:30.062Z] #21 13.39 libgcc-s1:armhf libgcc-s1:ppc64el libgcc-s1:s390x libseccomp-dev:arm64 [2021-09-16T19:00:30.062Z] #21 13.39 libseccomp-dev:armel libseccomp-dev:armhf libseccomp-dev:ppc64el [2021-09-16T19:00:30.062Z] #21 13.39 libseccomp-dev:s390x libseccomp2:arm64 libseccomp2:armel libseccomp2:armhf [2021-09-16T19:00:30.062Z] #21 13.39 libseccomp2:ppc64el libseccomp2:s390x [2021-09-16T19:00:30.303Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41759/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr9 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=e187eb2bb5f0c3f899fe643e95d1af8c57e89a73 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:e187eb2bb5f0c3f899fe643e95d1af8c57e89a73 hack/test/unit [2021-09-16T19:00:30.322Z] #21 13.75 0 upgraded, 40 newly installed, 0 to remove and 0 not upgraded. [2021-09-16T19:00:30.322Z] #21 13.75 Need to get 15.9 MB of archives. [2021-09-16T19:00:30.322Z] #21 13.75 After this operation, 72.9 MB of additional disk space will be used. [2021-09-16T19:00:30.322Z] #21 13.75 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 gcc-10-base arm64 10.2.1-6 [201 kB] [2021-09-16T19:00:30.322Z] #21 13.76 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main armel gcc-10-base armel 10.2.1-6 [201 kB] [2021-09-16T19:00:30.322Z] #21 13.76 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf gcc-10-base armhf 10.2.1-6 [201 kB] [2021-09-16T19:00:30.322Z] #21 13.77 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el gcc-10-base ppc64el 10.2.1-6 [201 kB] [2021-09-16T19:00:30.322Z] #21 13.77 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x gcc-10-base s390x 10.2.1-6 [201 kB] [2021-09-16T19:00:30.322Z] #21 13.78 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libgcc-s1 s390x 10.2.1-6 [24.6 kB] [2021-09-16T19:00:30.322Z] #21 13.78 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libcrypt1 s390x 1:4.4.18-4 [87.9 kB] [2021-09-16T19:00:30.322Z] #21 13.78 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libc6 s390x 2.31-13 [2445 kB] [2021-09-16T19:00:30.322Z] #21 13.83 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libapparmor1 s390x 2.13.6-10 [97.8 kB] [2021-09-16T19:00:30.580Z] #21 13.83 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libapparmor-dev s390x 2.13.6-10 [139 kB] [2021-09-16T19:00:30.580Z] #21 13.83 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libgcc-s1 ppc64el 10.2.1-6 [30.3 kB] [2021-09-16T19:00:30.580Z] #21 13.83 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libcrypt1 ppc64el 1:4.4.18-4 [96.7 kB] [2021-09-16T19:00:30.580Z] #21 13.83 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libc6 ppc64el 2.31-13 [2833 kB] [2021-09-16T19:00:30.580Z] #21 13.86 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libapparmor1 ppc64el 2.13.6-10 [103 kB] [2021-09-16T19:00:30.580Z] #21 13.86 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libapparmor-dev ppc64el 2.13.6-10 [146 kB] [2021-09-16T19:00:30.580Z] #21 13.86 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libgcc-s1 armhf 10.2.1-6 [36.2 kB] [2021-09-16T19:00:30.580Z] #21 13.87 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libcrypt1 armhf 1:4.4.18-4 [95.6 kB] [2021-09-16T19:00:30.580Z] #21 13.87 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libc6 armhf 2.31-13 [2331 kB] [2021-09-16T19:00:30.580Z] #21 13.89 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libapparmor1 armhf 2.13.6-10 [94.5 kB] [2021-09-16T19:00:30.580Z] #21 13.89 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libapparmor-dev armhf 2.13.6-10 [137 kB] [2021-09-16T19:00:30.580Z] #21 13.90 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libgcc-s1 arm64 10.2.1-6 [34.6 kB] [2021-09-16T19:00:30.580Z] #21 13.90 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libcrypt1 arm64 1:4.4.18-4 [89.7 kB] [2021-09-16T19:00:30.580Z] #21 13.90 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libc6 arm64 2.31-13 [2458 kB] [2021-09-16T19:00:30.580Z] #21 13.92 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor1 arm64 2.13.6-10 [98.5 kB] [2021-09-16T19:00:30.580Z] #21 13.92 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libapparmor-dev arm64 2.13.6-10 [141 kB] [2021-09-16T19:00:30.580Z] #21 13.93 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libgcc-s1 armel 10.2.1-6 [38.4 kB] [2021-09-16T19:00:30.580Z] #21 13.93 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libcrypt1 armel 1:4.4.18-4 [97.0 kB] [2021-09-16T19:00:30.580Z] #21 13.93 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libc6 armel 2.31-13 [2342 kB] [2021-09-16T19:00:30.580Z] #21 13.95 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libapparmor1 armel 2.13.6-10 [95.2 kB] [2021-09-16T19:00:30.580Z] #21 13.95 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libapparmor-dev armel 2.13.6-10 [138 kB] [2021-09-16T19:00:30.580Z] #21 13.95 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libseccomp2 s390x 2.5.1-1 [46.4 kB] [2021-09-16T19:00:30.580Z] #21 13.95 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x libseccomp-dev s390x 2.5.1-1 [90.2 kB] [2021-09-16T19:00:30.580Z] #21 13.96 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libseccomp2 ppc64el 2.5.1-1 [54.2 kB] [2021-09-16T19:00:30.580Z] #21 13.96 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el libseccomp-dev ppc64el 2.5.1-1 [94.8 kB] [2021-09-16T19:00:30.580Z] #21 13.96 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libseccomp2 armhf 2.5.1-1 [46.3 kB] [2021-09-16T19:00:30.580Z] #21 13.96 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf libseccomp-dev armhf 2.5.1-1 [86.4 kB] [2021-09-16T19:00:30.580Z] #21 13.96 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libseccomp2 armel 2.5.1-1 [47.2 kB] [2021-09-16T19:00:30.580Z] #21 13.96 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main armel libseccomp-dev armel 2.5.1-1 [87.3 kB] [2021-09-16T19:00:30.580Z] #21 13.96 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp2 arm64 2.5.1-1 [47.0 kB] [2021-09-16T19:00:30.580Z] #21 13.96 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 libseccomp-dev arm64 2.5.1-1 [88.9 kB] [2021-09-16T19:00:30.968Z] #55 ... [2021-09-16T19:00:30.968Z] [2021-09-16T19:00:30.968Z] #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-16T19:00:30.968Z] #51 sha256:6bcb5a6aea0206883626abc34265bc2c80c78b74f6f17845ca31be650d11e6b6 [2021-09-16T19:00:30.968Z] #51 273.5 + /build/golangci-lint --version [2021-09-16T19:00:30.968Z] #51 273.8 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-09-16T19:00:30.968Z] #51 DONE 274.2s [2021-09-16T19:00:30.968Z] [2021-09-16T19:00:30.968Z] #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-16T19:00:30.968Z] #58 sha256:b9bed6e50bc38e9df0b805d24ac1c89234a1e772f93065d28799450b2c52027f [2021-09-16T19:00:31.147Z] #21 14.44 debconf: delaying package configuration, since apt-utils is not installed [2021-09-16T19:00:31.147Z] #21 14.65 Fetched 15.9 MB in 1s (31.3 MB/s) [2021-09-16T19:00:31.406Z] #21 14.70 Selecting previously unselected package gcc-10-base:armel. [2021-09-16T19:00:31.406Z] #21 14.70 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 38512 files and directories currently installed.) [2021-09-16T19:00:31.406Z] #21 14.74 Preparing to unpack .../00-gcc-10-base_10.2.1-6_armel.deb ... [2021-09-16T19:00:31.406Z] #21 14.74 Unpacking gcc-10-base:armel (10.2.1-6) ... [2021-09-16T19:00:31.406Z] #21 14.81 Selecting previously unselected package gcc-10-base:armhf. [2021-09-16T19:00:31.406Z] #21 14.81 Preparing to unpack .../01-gcc-10-base_10.2.1-6_armhf.deb ... [2021-09-16T19:00:31.406Z] #21 14.82 Unpacking gcc-10-base:armhf (10.2.1-6) ... [2021-09-16T19:00:31.406Z] #21 14.87 Selecting previously unselected package gcc-10-base:ppc64el. [2021-09-16T19:00:31.406Z] #21 14.87 Preparing to unpack .../02-gcc-10-base_10.2.1-6_ppc64el.deb ... [2021-09-16T19:00:31.406Z] #21 14.88 Unpacking gcc-10-base:ppc64el (10.2.1-6) ... [2021-09-16T19:00:31.665Z] #21 14.96 Selecting previously unselected package gcc-10-base:s390x. [2021-09-16T19:00:31.665Z] #21 14.96 Preparing to unpack .../03-gcc-10-base_10.2.1-6_s390x.deb ... [2021-09-16T19:00:31.665Z] #21 14.97 Unpacking gcc-10-base:s390x (10.2.1-6) ... [2021-09-16T19:00:31.665Z] #21 15.04 Selecting previously unselected package gcc-10-base:arm64. [2021-09-16T19:00:31.665Z] #21 15.04 Preparing to unpack .../04-gcc-10-base_10.2.1-6_arm64.deb ... [2021-09-16T19:00:31.665Z] #21 15.05 Unpacking gcc-10-base:arm64 (10.2.1-6) ... [2021-09-16T19:00:31.665Z] #21 15.15 Selecting previously unselected package libgcc-s1:armel. [2021-09-16T19:00:31.665Z] #21 15.15 Preparing to unpack .../05-libgcc-s1_10.2.1-6_armel.deb ... [2021-09-16T19:00:31.665Z] #21 15.17 Unpacking libgcc-s1:armel (10.2.1-6) ... [2021-09-16T19:00:31.924Z] #21 15.23 Selecting previously unselected package libcrypt1:armel. [2021-09-16T19:00:31.924Z] #21 15.23 Preparing to unpack .../06-libcrypt1_1%3a4.4.18-4_armel.deb ... [2021-09-16T19:00:31.924Z] #21 15.24 Unpacking libcrypt1:armel (1:4.4.18-4) ... [2021-09-16T19:00:31.924Z] #21 15.35 Selecting previously unselected package libc6:armel. [2021-09-16T19:00:31.924Z] #21 15.35 Preparing to unpack .../07-libc6_2.31-13_armel.deb ... [2021-09-16T19:00:32.182Z] #21 15.55 Unpacking libc6:armel (2.31-13) ... [2021-09-16T19:00:32.443Z] #23 12.48 Collecting yamllint==1.26.1 [2021-09-16T19:00:32.443Z] #23 13.60 Downloading yamllint-1.26.1.tar.gz (126 kB) [2021-09-16T19:00:32.749Z] #21 15.99 Selecting previously unselected package libapparmor1:armel. [2021-09-16T19:00:32.749Z] #21 15.99 Preparing to unpack .../08-libapparmor1_2.13.6-10_armel.deb ... [2021-09-16T19:00:32.749Z] #21 16.00 Unpacking libapparmor1:armel (2.13.6-10) ... [2021-09-16T19:00:32.749Z] #21 16.06 Selecting previously unselected package libapparmor-dev:armel. [2021-09-16T19:00:32.749Z] #21 16.06 Preparing to unpack .../09-libapparmor-dev_2.13.6-10_armel.deb ... [2021-09-16T19:00:32.749Z] #21 16.07 Unpacking libapparmor-dev:armel (2.13.6-10) ... [2021-09-16T19:00:32.749Z] #21 16.15 Selecting previously unselected package libgcc-s1:arm64. [2021-09-16T19:00:32.749Z] #21 16.16 Preparing to unpack .../10-libgcc-s1_10.2.1-6_arm64.deb ... [2021-09-16T19:00:32.749Z] #21 16.16 Unpacking libgcc-s1:arm64 (10.2.1-6) ... [2021-09-16T19:00:32.749Z] #21 16.22 Selecting previously unselected package libcrypt1:arm64. [2021-09-16T19:00:32.749Z] #21 16.22 Preparing to unpack .../11-libcrypt1_1%3a4.4.18-4_arm64.deb ... [2021-09-16T19:00:32.749Z] #21 16.23 Unpacking libcrypt1:arm64 (1:4.4.18-4) ... [2021-09-16T19:00:32.848Z] + BUILDFLAGS=(-tags 'netgo seccomp libdm_no_deferred_remove') [2021-09-16T19:00:32.848Z] + TESTFLAGS+=' -test.timeout=5m' [2021-09-16T19:00:32.848Z] + TESTDIRS=./... [2021-09-16T19:00:32.848Z] + exclude_paths='/vendor/|/integration' [2021-09-16T19:00:32.848Z] ++ go list ./... [2021-09-16T19:00:32.848Z] ++ grep -vE '(/vendor/|/integration)' [2021-09-16T19:00:33.008Z] #21 16.38 Selecting previously unselected package libc6:arm64. [2021-09-16T19:00:33.008Z] #21 16.38 Preparing to unpack .../12-libc6_2.31-13_arm64.deb ... [2021-09-16T19:00:33.051Z] #23 15.73 Collecting pathspec>=0.5.3 [2021-09-16T19:00:33.266Z] #21 16.59 Unpacking libc6:arm64 (2.31-13) ... [2021-09-16T19:00:33.308Z] #23 15.74 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2021-09-16T19:00:33.412Z] #73 exporting layers 6.3s done [2021-09-16T19:00:33.412Z] #73 writing image sha256:a716f33eeeb1e6582d5403d7c04247d965970905d20c438dbada85046c146921 done [2021-09-16T19:00:33.412Z] #73 naming to docker.io/library/docker:e187eb2bb5f0c3f899fe643e95d1af8c57e89a73 done [2021-09-16T19:00:33.412Z] #73 DONE 6.3s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-09-16T19:00:33.564Z] #23 16.29 Collecting pyyaml [2021-09-16T19:00:33.564Z] #23 16.30 Downloading PyYAML-5.4.1-cp39-cp39-manylinux1_x86_64.whl (630 kB) [2021-09-16T19:00:33.774Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41759/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr9 -e DOCKER_GITCOMMIT=e187eb2bb5f0c3f899fe643e95d1af8c57e89a73 -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:e187eb2bb5f0c3f899fe643e95d1af8c57e89a73 hack/make.sh dynbinary test-integration [2021-09-16T19:00:33.824Z] #23 16.45 Building wheels for collected packages: yamllint [2021-09-16T19:00:33.824Z] #23 16.46 Building wheel for yamllint (setup.py): started [2021-09-16T19:00:33.833Z] #21 17.17 Selecting previously unselected package libapparmor1:arm64. [2021-09-16T19:00:33.834Z] #21 17.18 Preparing to unpack .../13-libapparmor1_2.13.6-10_arm64.deb ... [2021-09-16T19:00:33.834Z] #21 17.19 Unpacking libapparmor1:arm64 (2.13.6-10) ... [2021-09-16T19:00:34.092Z] #21 17.27 Selecting previously unselected package libapparmor-dev:arm64. [2021-09-16T19:00:34.092Z] #21 17.28 Preparing to unpack .../14-libapparmor-dev_2.13.6-10_arm64.deb ... [2021-09-16T19:00:34.092Z] #21 17.30 Unpacking libapparmor-dev:arm64 (2.13.6-10) ... [2021-09-16T19:00:34.092Z] #21 17.42 Selecting previously unselected package libgcc-s1:s390x. [2021-09-16T19:00:34.092Z] #21 17.43 Preparing to unpack .../15-libgcc-s1_10.2.1-6_s390x.deb ... [2021-09-16T19:00:34.092Z] #21 17.43 Unpacking libgcc-s1:s390x (10.2.1-6) ... [2021-09-16T19:00:34.092Z] #21 17.50 Selecting previously unselected package libcrypt1:s390x. [2021-09-16T19:00:34.092Z] #21 17.51 Preparing to unpack .../16-libcrypt1_1%3a4.4.18-4_s390x.deb ... [2021-09-16T19:00:34.092Z] #21 17.52 Unpacking libcrypt1:s390x (1:4.4.18-4) ... [2021-09-16T19:00:34.236Z] + pkg_list='github.com/docker/docker/api [2021-09-16T19:00:34.236Z] github.com/docker/docker/api/server [2021-09-16T19:00:34.236Z] github.com/docker/docker/api/server/backend/build [2021-09-16T19:00:34.236Z] github.com/docker/docker/api/server/httputils [2021-09-16T19:00:34.236Z] github.com/docker/docker/api/server/middleware [2021-09-16T19:00:34.236Z] github.com/docker/docker/api/server/router [2021-09-16T19:00:34.236Z] github.com/docker/docker/api/server/router/build [2021-09-16T19:00:34.236Z] github.com/docker/docker/api/server/router/checkpoint [2021-09-16T19:00:34.236Z] github.com/docker/docker/api/server/router/container [2021-09-16T19:00:34.236Z] github.com/docker/docker/api/server/router/debug [2021-09-16T19:00:34.236Z] github.com/docker/docker/api/server/router/distribution [2021-09-16T19:00:34.236Z] github.com/docker/docker/api/server/router/grpc [2021-09-16T19:00:34.236Z] github.com/docker/docker/api/server/router/image [2021-09-16T19:00:34.236Z] github.com/docker/docker/api/server/router/network [2021-09-16T19:00:34.236Z] github.com/docker/docker/api/server/router/plugin [2021-09-16T19:00:34.236Z] github.com/docker/docker/api/server/router/session [2021-09-16T19:00:34.236Z] github.com/docker/docker/api/server/router/swarm [2021-09-16T19:00:34.236Z] github.com/docker/docker/api/server/router/system [2021-09-16T19:00:34.236Z] github.com/docker/docker/api/server/router/volume [2021-09-16T19:00:34.236Z] github.com/docker/docker/api/types [2021-09-16T19:00:34.236Z] github.com/docker/docker/api/types/backend [2021-09-16T19:00:34.236Z] github.com/docker/docker/api/types/blkiodev [2021-09-16T19:00:34.236Z] github.com/docker/docker/api/types/container [2021-09-16T19:00:34.236Z] github.com/docker/docker/api/types/events [2021-09-16T19:00:34.236Z] github.com/docker/docker/api/types/filters [2021-09-16T19:00:34.236Z] github.com/docker/docker/api/types/image [2021-09-16T19:00:34.236Z] github.com/docker/docker/api/types/mount [2021-09-16T19:00:34.236Z] github.com/docker/docker/api/types/network [2021-09-16T19:00:34.236Z] github.com/docker/docker/api/types/plugins/logdriver [2021-09-16T19:00:34.236Z] github.com/docker/docker/api/types/registry [2021-09-16T19:00:34.236Z] github.com/docker/docker/api/types/strslice [2021-09-16T19:00:34.236Z] github.com/docker/docker/api/types/swarm [2021-09-16T19:00:34.236Z] github.com/docker/docker/api/types/swarm/runtime [2021-09-16T19:00:34.236Z] github.com/docker/docker/api/types/time [2021-09-16T19:00:34.236Z] github.com/docker/docker/api/types/versions [2021-09-16T19:00:34.236Z] github.com/docker/docker/api/types/versions/v1p19 [2021-09-16T19:00:34.236Z] github.com/docker/docker/api/types/versions/v1p20 [2021-09-16T19:00:34.236Z] github.com/docker/docker/api/types/volume [2021-09-16T19:00:34.236Z] github.com/docker/docker/builder [2021-09-16T19:00:34.236Z] github.com/docker/docker/builder/builder-next [2021-09-16T19:00:34.237Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2021-09-16T19:00:34.237Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2021-09-16T19:00:34.237Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2021-09-16T19:00:34.237Z] github.com/docker/docker/builder/builder-next/exporter [2021-09-16T19:00:34.237Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2021-09-16T19:00:34.237Z] github.com/docker/docker/builder/builder-next/worker [2021-09-16T19:00:34.237Z] github.com/docker/docker/builder/dockerfile [2021-09-16T19:00:34.237Z] github.com/docker/docker/builder/dockerignore [2021-09-16T19:00:34.237Z] github.com/docker/docker/builder/remotecontext [2021-09-16T19:00:34.237Z] github.com/docker/docker/builder/remotecontext/git [2021-09-16T19:00:34.237Z] github.com/docker/docker/cli [2021-09-16T19:00:34.237Z] github.com/docker/docker/cli/config [2021-09-16T19:00:34.237Z] github.com/docker/docker/cli/debug [2021-09-16T19:00:34.237Z] github.com/docker/docker/client [2021-09-16T19:00:34.237Z] github.com/docker/docker/cmd/docker-proxy [2021-09-16T19:00:34.237Z] github.com/docker/docker/cmd/dockerd [2021-09-16T19:00:34.237Z] github.com/docker/docker/cmd/dockerd/trap [2021-09-16T19:00:34.237Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2021-09-16T19:00:34.237Z] github.com/docker/docker/container [2021-09-16T19:00:34.237Z] github.com/docker/docker/container/stream [2021-09-16T19:00:34.237Z] github.com/docker/docker/contrib/apparmor [2021-09-16T19:00:34.237Z] github.com/docker/docker/contrib/docker-device-tool [2021-09-16T19:00:34.237Z] github.com/docker/docker/contrib/httpserver [2021-09-16T19:00:34.237Z] github.com/docker/docker/daemon [2021-09-16T19:00:34.237Z] github.com/docker/docker/daemon/cluster [2021-09-16T19:00:34.237Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2021-09-16T19:00:34.237Z] github.com/docker/docker/daemon/cluster/convert [2021-09-16T19:00:34.237Z] github.com/docker/docker/daemon/cluster/executor [2021-09-16T19:00:34.237Z] github.com/docker/docker/daemon/cluster/executor/container [2021-09-16T19:00:34.237Z] github.com/docker/docker/daemon/cluster/provider [2021-09-16T19:00:34.237Z] github.com/docker/docker/daemon/config [2021-09-16T19:00:34.237Z] github.com/docker/docker/daemon/discovery [2021-09-16T19:00:34.237Z] github.com/docker/docker/daemon/events [2021-09-16T19:00:34.237Z] github.com/docker/docker/daemon/events/testutils [2021-09-16T19:00:34.237Z] github.com/docker/docker/daemon/exec [2021-09-16T19:00:34.237Z] github.com/docker/docker/daemon/graphdriver [2021-09-16T19:00:34.237Z] github.com/docker/docker/daemon/graphdriver/aufs [2021-09-16T19:00:34.237Z] github.com/docker/docker/daemon/graphdriver/btrfs [2021-09-16T19:00:34.237Z] github.com/docker/docker/daemon/graphdriver/copy [2021-09-16T19:00:34.237Z] github.com/docker/docker/daemon/graphdriver/devmapper [2021-09-16T19:00:34.237Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2021-09-16T19:00:34.237Z] github.com/docker/docker/daemon/graphdriver/graphtest [2021-09-16T19:00:34.237Z] github.com/docker/docker/daemon/graphdriver/overlay [2021-09-16T19:00:34.237Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2021-09-16T19:00:34.237Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2021-09-16T19:00:34.237Z] github.com/docker/docker/daemon/graphdriver/register [2021-09-16T19:00:34.237Z] github.com/docker/docker/daemon/graphdriver/vfs [2021-09-16T19:00:34.237Z] github.com/docker/docker/daemon/graphdriver/zfs [2021-09-16T19:00:34.237Z] github.com/docker/docker/daemon/images [2021-09-16T19:00:34.237Z] github.com/docker/docker/daemon/initlayer [2021-09-16T19:00:34.237Z] github.com/docker/docker/daemon/links [2021-09-16T19:00:34.237Z] github.com/docker/docker/daemon/listeners [2021-09-16T19:00:34.237Z] github.com/docker/docker/daemon/logger [2021-09-16T19:00:34.237Z] github.com/docker/docker/daemon/logger/awslogs [2021-09-16T19:00:34.237Z] github.com/docker/docker/daemon/logger/fluentd [2021-09-16T19:00:34.237Z] github.com/docker/docker/daemon/logger/gcplogs [2021-09-16T19:00:34.237Z] github.com/docker/docker/daemon/logger/gelf [2021-09-16T19:00:34.237Z] github.com/docker/docker/daemon/logger/journald [2021-09-16T19:00:34.237Z] github.com/docker/docker/daemon/logger/jsonfilelog [2021-09-16T19:00:34.237Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2021-09-16T19:00:34.237Z] github.com/docker/docker/daemon/logger/local [2021-09-16T19:00:34.237Z] github.com/docker/docker/daemon/logger/logentries [2021-09-16T19:00:34.237Z] github.com/docker/docker/daemon/logger/loggerutils [2021-09-16T19:00:34.237Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2021-09-16T19:00:34.237Z] github.com/docker/docker/daemon/logger/splunk [2021-09-16T19:00:34.237Z] github.com/docker/docker/daemon/logger/syslog [2021-09-16T19:00:34.237Z] github.com/docker/docker/daemon/logger/templates [2021-09-16T19:00:34.237Z] github.com/docker/docker/daemon/names [2021-09-16T19:00:34.237Z] github.com/docker/docker/daemon/network [2021-09-16T19:00:34.237Z] github.com/docker/docker/daemon/stats [2021-09-16T19:00:34.237Z] github.com/docker/docker/distribution [2021-09-16T19:00:34.237Z] github.com/docker/docker/distribution/metadata [2021-09-16T19:00:34.237Z] github.com/docker/docker/distribution/utils [2021-09-16T19:00:34.237Z] github.com/docker/docker/distribution/xfer [2021-09-16T19:00:34.237Z] github.com/docker/docker/dockerversion [2021-09-16T19:00:34.237Z] github.com/docker/docker/errdefs [2021-09-16T19:00:34.237Z] github.com/docker/docker/image [2021-09-16T19:00:34.237Z] github.com/docker/docker/image/cache [2021-09-16T19:00:34.237Z] github.com/docker/docker/image/tarexport [2021-09-16T19:00:34.237Z] github.com/docker/docker/image/v1 [2021-09-16T19:00:34.237Z] github.com/docker/docker/internal/test/suite [2021-09-16T19:00:34.237Z] github.com/docker/docker/layer [2021-09-16T19:00:34.237Z] github.com/docker/docker/libcontainerd [2021-09-16T19:00:34.237Z] github.com/docker/docker/libcontainerd/queue [2021-09-16T19:00:34.237Z] github.com/docker/docker/libcontainerd/remote [2021-09-16T19:00:34.237Z] github.com/docker/docker/libcontainerd/supervisor [2021-09-16T19:00:34.237Z] github.com/docker/docker/libcontainerd/types [2021-09-16T19:00:34.237Z] github.com/docker/docker/libnetwork [2021-09-16T19:00:34.237Z] github.com/docker/docker/libnetwork/bitseq [2021-09-16T19:00:34.237Z] github.com/docker/docker/libnetwork/cluster [2021-09-16T19:00:34.237Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2021-09-16T19:00:34.237Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2021-09-16T19:00:34.237Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2021-09-16T19:00:34.237Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2021-09-16T19:00:34.237Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2021-09-16T19:00:34.237Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2021-09-16T19:00:34.237Z] github.com/docker/docker/libnetwork/cmd/readme_test [2021-09-16T19:00:34.237Z] github.com/docker/docker/libnetwork/config [2021-09-16T19:00:34.237Z] github.com/docker/docker/libnetwork/datastore [2021-09-16T19:00:34.237Z] github.com/docker/docker/libnetwork/diagnostic [2021-09-16T19:00:34.237Z] github.com/docker/docker/libnetwork/discoverapi [2021-09-16T19:00:34.237Z] github.com/docker/docker/libnetwork/driverapi [2021-09-16T19:00:34.237Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-09-16T19:00:34.237Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-09-16T19:00:34.237Z] github.com/docker/docker/libnetwork/drivers/host [2021-09-16T19:00:34.237Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2021-09-16T19:00:34.237Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2021-09-16T19:00:34.237Z] github.com/docker/docker/libnetwork/drivers/macvlan [2021-09-16T19:00:34.237Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2021-09-16T19:00:34.237Z] github.com/docker/docker/libnetwork/drivers/null [2021-09-16T19:00:34.237Z] github.com/docker/docker/libnetwork/drivers/overlay [2021-09-16T19:00:34.237Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2021-09-16T19:00:34.237Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2021-09-16T19:00:34.237Z] github.com/docker/docker/libnetwork/drivers/remote [2021-09-16T19:00:34.237Z] github.com/docker/docker/libnetwork/drivers/remote/api [2021-09-16T19:00:34.237Z] github.com/docker/docker/libnetwork/drivers/windows [2021-09-16T19:00:34.237Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2021-09-16T19:00:34.237Z] github.com/docker/docker/libnetwork/drvregistry [2021-09-16T19:00:34.237Z] github.com/docker/docker/libnetwork/etchosts [2021-09-16T19:00:34.237Z] github.com/docker/docker/libnetwork/hostdiscovery [2021-09-16T19:00:34.237Z] github.com/docker/docker/libnetwork/idm [2021-09-16T19:00:34.237Z] github.com/docker/docker/libnetwork/internal/caller [2021-09-16T19:00:34.237Z] github.com/docker/docker/libnetwork/internal/setmatrix [2021-09-16T19:00:34.237Z] github.com/docker/docker/libnetwork/ipam [2021-09-16T19:00:34.237Z] github.com/docker/docker/libnetwork/ipamapi [2021-09-16T19:00:34.237Z] github.com/docker/docker/libnetwork/ipams/builtin [2021-09-16T19:00:34.237Z] github.com/docker/docker/libnetwork/ipams/null [2021-09-16T19:00:34.237Z] github.com/docker/docker/libnetwork/ipams/remote [2021-09-16T19:00:34.237Z] github.com/docker/docker/libnetwork/ipams/remote/api [2021-09-16T19:00:34.237Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2021-09-16T19:00:34.237Z] github.com/docker/docker/libnetwork/ipamutils [2021-09-16T19:00:34.237Z] github.com/docker/docker/libnetwork/iptables [2021-09-16T19:00:34.237Z] github.com/docker/docker/libnetwork/netlabel [2021-09-16T19:00:34.237Z] github.com/docker/docker/libnetwork/netutils [2021-09-16T19:00:34.237Z] github.com/docker/docker/libnetwork/networkdb [2021-09-16T19:00:34.237Z] github.com/docker/docker/libnetwork/ns [2021-09-16T19:00:34.237Z] github.com/docker/docker/libnetwork/options [2021-09-16T19:00:34.237Z] github.com/docker/docker/libnetwork/osl [2021-09-16T19:00:34.237Z] github.com/docker/docker/libnetwork/osl/kernel [2021-09-16T19:00:34.237Z] github.com/docker/docker/libnetwork/portallocator [2021-09-16T19:00:34.237Z] github.com/docker/docker/libnetwork/portmapper [2021-09-16T19:00:34.237Z] github.com/docker/docker/libnetwork/resolvconf [2021-09-16T19:00:34.237Z] github.com/docker/docker/libnetwork/testutils [2021-09-16T19:00:34.237Z] github.com/docker/docker/libnetwork/types [2021-09-16T19:00:34.237Z] github.com/docker/docker/oci [2021-09-16T19:00:34.237Z] github.com/docker/docker/oci/caps [2021-09-16T19:00:34.237Z] github.com/docker/docker/opts [2021-09-16T19:00:34.237Z] github.com/docker/docker/pkg/aaparser [2021-09-16T19:00:34.237Z] github.com/docker/docker/pkg/archive [2021-09-16T19:00:34.237Z] github.com/docker/docker/pkg/authorization [2021-09-16T19:00:34.237Z] github.com/docker/docker/pkg/broadcaster [2021-09-16T19:00:34.237Z] github.com/docker/docker/pkg/capabilities [2021-09-16T19:00:34.237Z] github.com/docker/docker/pkg/chrootarchive [2021-09-16T19:00:34.237Z] github.com/docker/docker/pkg/containerfs [2021-09-16T19:00:34.237Z] github.com/docker/docker/pkg/devicemapper [2021-09-16T19:00:34.237Z] github.com/docker/docker/pkg/directory [2021-09-16T19:00:34.237Z] github.com/docker/docker/pkg/discovery [2021-09-16T19:00:34.237Z] github.com/docker/docker/pkg/discovery/file [2021-09-16T19:00:34.237Z] github.com/docker/docker/pkg/discovery/kv [2021-09-16T19:00:34.237Z] github.com/docker/docker/pkg/discovery/memory [2021-09-16T19:00:34.237Z] github.com/docker/docker/pkg/discovery/nodes [2021-09-16T19:00:34.237Z] github.com/docker/docker/pkg/dmesg [2021-09-16T19:00:34.237Z] github.com/docker/docker/pkg/filenotify [2021-09-16T19:00:34.237Z] github.com/docker/docker/pkg/fileutils [2021-09-16T19:00:34.237Z] github.com/docker/docker/pkg/fsutils [2021-09-16T19:00:34.237Z] github.com/docker/docker/pkg/homedir [2021-09-16T19:00:34.237Z] github.com/docker/docker/pkg/idtools [2021-09-16T19:00:34.237Z] github.com/docker/docker/pkg/ioutils [2021-09-16T19:00:34.237Z] github.com/docker/docker/pkg/jsonmessage [2021-09-16T19:00:34.237Z] github.com/docker/docker/pkg/locker [2021-09-16T19:00:34.237Z] github.com/docker/docker/pkg/longpath [2021-09-16T19:00:34.237Z] github.com/docker/docker/pkg/loopback [2021-09-16T19:00:34.237Z] github.com/docker/docker/pkg/mount [2021-09-16T19:00:34.237Z] github.com/docker/docker/pkg/namesgenerator [2021-09-16T19:00:34.237Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [2021-09-16T19:00:34.237Z] github.com/docker/docker/pkg/parsers [2021-09-16T19:00:34.237Z] github.com/docker/docker/pkg/parsers/kernel [2021-09-16T19:00:34.237Z] github.com/docker/docker/pkg/parsers/operatingsystem [2021-09-16T19:00:34.237Z] github.com/docker/docker/pkg/pidfile [2021-09-16T19:00:34.237Z] github.com/docker/docker/pkg/platform [2021-09-16T19:00:34.237Z] github.com/docker/docker/pkg/plugingetter [2021-09-16T19:00:34.237Z] github.com/docker/docker/pkg/plugins [2021-09-16T19:00:34.237Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2021-09-16T19:00:34.237Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2021-09-16T19:00:34.237Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2021-09-16T19:00:34.237Z] github.com/docker/docker/pkg/plugins/transport [2021-09-16T19:00:34.237Z] github.com/docker/docker/pkg/pools [2021-09-16T19:00:34.237Z] github.com/docker/docker/pkg/progress [2021-09-16T19:00:34.237Z] github.com/docker/docker/pkg/pubsub [2021-09-16T19:00:34.237Z] github.com/docker/docker/pkg/reexec [2021-09-16T19:00:34.237Z] github.com/docker/docker/pkg/signal [2021-09-16T19:00:34.237Z] github.com/docker/docker/pkg/stack [2021-09-16T19:00:34.237Z] github.com/docker/docker/pkg/stdcopy [2021-09-16T19:00:34.237Z] github.com/docker/docker/pkg/streamformatter [2021-09-16T19:00:34.237Z] github.com/docker/docker/pkg/stringid [2021-09-16T19:00:34.237Z] github.com/docker/docker/pkg/symlink [2021-09-16T19:00:34.237Z] github.com/docker/docker/pkg/sysinfo [2021-09-16T19:00:34.237Z] github.com/docker/docker/pkg/system [2021-09-16T19:00:34.237Z] github.com/docker/docker/pkg/tailfile [2021-09-16T19:00:34.237Z] github.com/docker/docker/pkg/tarsum [2021-09-16T19:00:34.237Z] github.com/docker/docker/pkg/term [2021-09-16T19:00:34.237Z] github.com/docker/docker/pkg/term/windows [2021-09-16T19:00:34.237Z] github.com/docker/docker/pkg/truncindex [2021-09-16T19:00:34.237Z] github.com/docker/docker/pkg/urlutil [2021-09-16T19:00:34.237Z] github.com/docker/docker/pkg/useragent [2021-09-16T19:00:34.237Z] github.com/docker/docker/plugin [2021-09-16T19:00:34.237Z] github.com/docker/docker/plugin/executor/containerd [2021-09-16T19:00:34.237Z] github.com/docker/docker/plugin/v2 [2021-09-16T19:00:34.237Z] github.com/docker/docker/profiles/apparmor [2021-09-16T19:00:34.237Z] github.com/docker/docker/profiles/seccomp [2021-09-16T19:00:34.237Z] github.com/docker/docker/quota [2021-09-16T19:00:34.237Z] github.com/docker/docker/reference [2021-09-16T19:00:34.237Z] github.com/docker/docker/registry [2021-09-16T19:00:34.237Z] github.com/docker/docker/registry/resumable [2021-09-16T19:00:34.237Z] github.com/docker/docker/restartmanager [2021-09-16T19:00:34.237Z] github.com/docker/docker/rootless [2021-09-16T19:00:34.237Z] github.com/docker/docker/rootless/specconv [2021-09-16T19:00:34.237Z] github.com/docker/docker/runconfig [2021-09-16T19:00:34.237Z] github.com/docker/docker/runconfig/opts [2021-09-16T19:00:34.237Z] github.com/docker/docker/testutil [2021-09-16T19:00:34.237Z] github.com/docker/docker/testutil/daemon [2021-09-16T19:00:34.237Z] github.com/docker/docker/testutil/environment [2021-09-16T19:00:34.237Z] github.com/docker/docker/testutil/fakecontext [2021-09-16T19:00:34.237Z] github.com/docker/docker/testutil/fakegit [2021-09-16T19:00:34.237Z] github.com/docker/docker/testutil/fakestorage [2021-09-16T19:00:34.237Z] github.com/docker/docker/testutil/fixtures/load [2021-09-16T19:00:34.237Z] github.com/docker/docker/testutil/fixtures/plugin [2021-09-16T19:00:34.237Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2021-09-16T19:00:34.237Z] github.com/docker/docker/testutil/registry [2021-09-16T19:00:34.237Z] github.com/docker/docker/testutil/request [2021-09-16T19:00:34.237Z] github.com/docker/docker/volume [2021-09-16T19:00:34.237Z] github.com/docker/docker/volume/drivers [2021-09-16T19:00:34.237Z] github.com/docker/docker/volume/local [2021-09-16T19:00:34.237Z] github.com/docker/docker/volume/mounts [2021-09-16T19:00:34.237Z] github.com/docker/docker/volume/service [2021-09-16T19:00:34.237Z] github.com/docker/docker/volume/service/opts [2021-09-16T19:00:34.237Z] github.com/docker/docker/volume/testutils' [2021-09-16T19:00:34.237Z] ++ grep --fixed-strings -v /libnetwork [2021-09-16T19:00:34.237Z] ++ echo 'github.com/docker/docker/api [2021-09-16T19:00:34.237Z] github.com/docker/docker/api/server [2021-09-16T19:00:34.237Z] github.com/docker/docker/api/server/backend/build [2021-09-16T19:00:34.237Z] github.com/docker/docker/api/server/httputils [2021-09-16T19:00:34.237Z] github.com/docker/docker/api/server/middleware [2021-09-16T19:00:34.237Z] github.com/docker/docker/api/server/router [2021-09-16T19:00:34.237Z] github.com/docker/docker/api/server/router/build [2021-09-16T19:00:34.237Z] github.com/docker/docker/api/server/router/checkpoint [2021-09-16T19:00:34.237Z] github.com/docker/docker/api/server/router/container [2021-09-16T19:00:34.237Z] github.com/docker/docker/api/server/router/debug [2021-09-16T19:00:34.237Z] github.com/docker/docker/api/server/router/distribution [2021-09-16T19:00:34.237Z] github.com/docker/docker/api/server/router/grpc [2021-09-16T19:00:34.237Z] github.com/docker/docker/api/server/router/image [2021-09-16T19:00:34.237Z] github.com/docker/docker/api/server/router/network [2021-09-16T19:00:34.237Z] github.com/docker/docker/api/server/router/plugin [2021-09-16T19:00:34.237Z] github.com/docker/docker/api/server/router/session [2021-09-16T19:00:34.237Z] github.com/docker/docker/api/server/router/swarm [2021-09-16T19:00:34.237Z] github.com/docker/docker/api/server/router/system [2021-09-16T19:00:34.237Z] github.com/docker/docker/api/server/router/volume [2021-09-16T19:00:34.237Z] github.com/docker/docker/api/types [2021-09-16T19:00:34.237Z] github.com/docker/docker/api/types/backend [2021-09-16T19:00:34.237Z] github.com/docker/docker/api/types/blkiodev [2021-09-16T19:00:34.237Z] github.com/docker/docker/api/types/container [2021-09-16T19:00:34.237Z] github.com/docker/docker/api/types/events [2021-09-16T19:00:34.237Z] github.com/docker/docker/api/types/filters [2021-09-16T19:00:34.237Z] github.com/docker/docker/api/types/image [2021-09-16T19:00:34.237Z] github.com/docker/docker/api/types/mount [2021-09-16T19:00:34.237Z] github.com/docker/docker/api/types/network [2021-09-16T19:00:34.237Z] github.com/docker/docker/api/types/plugins/logdriver [2021-09-16T19:00:34.237Z] github.com/docker/docker/api/types/registry [2021-09-16T19:00:34.237Z] github.com/docker/docker/api/types/strslice [2021-09-16T19:00:34.237Z] github.com/docker/docker/api/types/swarm [2021-09-16T19:00:34.237Z] github.com/docker/docker/api/types/swarm/runtime [2021-09-16T19:00:34.237Z] github.com/docker/docker/api/types/time [2021-09-16T19:00:34.237Z] github.com/docker/docker/api/types/versions [2021-09-16T19:00:34.237Z] github.com/docker/docker/api/types/versions/v1p19 [2021-09-16T19:00:34.237Z] github.com/docker/docker/api/types/versions/v1p20 [2021-09-16T19:00:34.237Z] github.com/docker/docker/api/types/volume [2021-09-16T19:00:34.237Z] github.com/docker/docker/builder [2021-09-16T19:00:34.237Z] github.com/docker/docker/builder/builder-next [2021-09-16T19:00:34.237Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2021-09-16T19:00:34.237Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2021-09-16T19:00:34.237Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2021-09-16T19:00:34.237Z] github.com/docker/docker/builder/builder-next/exporter [2021-09-16T19:00:34.237Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2021-09-16T19:00:34.237Z] github.com/docker/docker/builder/builder-next/worker [2021-09-16T19:00:34.237Z] github.com/docker/docker/builder/dockerfile [2021-09-16T19:00:34.237Z] github.com/docker/docker/builder/dockerignore [2021-09-16T19:00:34.237Z] github.com/docker/docker/builder/remotecontext [2021-09-16T19:00:34.237Z] github.com/docker/docker/builder/remotecontext/git [2021-09-16T19:00:34.237Z] github.com/docker/docker/cli [2021-09-16T19:00:34.237Z] github.com/docker/docker/cli/config [2021-09-16T19:00:34.237Z] github.com/docker/docker/cli/debug [2021-09-16T19:00:34.237Z] github.com/docker/docker/client [2021-09-16T19:00:34.237Z] github.com/docker/docker/cmd/docker-proxy [2021-09-16T19:00:34.237Z] github.com/docker/docker/cmd/dockerd [2021-09-16T19:00:34.237Z] github.com/docker/docker/cmd/dockerd/trap [2021-09-16T19:00:34.237Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2021-09-16T19:00:34.237Z] github.com/docker/docker/container [2021-09-16T19:00:34.237Z] github.com/docker/docker/container/stream [2021-09-16T19:00:34.237Z] github.com/docker/docker/contrib/apparmor [2021-09-16T19:00:34.237Z] github.com/docker/docker/contrib/docker-device-tool [2021-09-16T19:00:34.237Z] github.com/docker/docker/contrib/httpserver [2021-09-16T19:00:34.237Z] github.com/docker/docker/daemon [2021-09-16T19:00:34.237Z] github.com/docker/docker/daemon/cluster [2021-09-16T19:00:34.237Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2021-09-16T19:00:34.237Z] github.com/docker/docker/daemon/cluster/convert [2021-09-16T19:00:34.237Z] github.com/docker/docker/daemon/cluster/executor [2021-09-16T19:00:34.237Z] github.com/docker/docker/daemon/cluster/executor/container [2021-09-16T19:00:34.237Z] github.com/docker/docker/daemon/cluster/provider [2021-09-16T19:00:34.237Z] github.com/docker/docker/daemon/config [2021-09-16T19:00:34.237Z] github.com/docker/docker/daemon/discovery [2021-09-16T19:00:34.237Z] github.com/docker/docker/daemon/events [2021-09-16T19:00:34.237Z] github.com/docker/docker/daemon/events/testutils [2021-09-16T19:00:34.237Z] github.com/docker/docker/daemon/exec [2021-09-16T19:00:34.237Z] github.com/docker/docker/daemon/graphdriver [2021-09-16T19:00:34.237Z] github.com/docker/docker/daemon/graphdriver/aufs [2021-09-16T19:00:34.237Z] github.com/docker/docker/daemon/graphdriver/btrfs [2021-09-16T19:00:34.237Z] github.com/docker/docker/daemon/graphdriver/copy [2021-09-16T19:00:34.237Z] github.com/docker/docker/daemon/graphdriver/devmapper [2021-09-16T19:00:34.237Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2021-09-16T19:00:34.237Z] github.com/docker/docker/daemon/graphdriver/graphtest [2021-09-16T19:00:34.237Z] github.com/docker/docker/daemon/graphdriver/overlay [2021-09-16T19:00:34.237Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2021-09-16T19:00:34.237Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2021-09-16T19:00:34.237Z] github.com/docker/docker/daemon/graphdriver/register [2021-09-16T19:00:34.237Z] github.com/docker/docker/daemon/graphdriver/vfs [2021-09-16T19:00:34.237Z] github.com/docker/docker/daemon/graphdriver/zfs [2021-09-16T19:00:34.237Z] github.com/docker/docker/daemon/images [2021-09-16T19:00:34.237Z] github.com/docker/docker/daemon/initlayer [2021-09-16T19:00:34.238Z] github.com/docker/docker/daemon/links [2021-09-16T19:00:34.238Z] github.com/docker/docker/daemon/listeners [2021-09-16T19:00:34.238Z] github.com/docker/docker/daemon/logger [2021-09-16T19:00:34.238Z] github.com/docker/docker/daemon/logger/awslogs [2021-09-16T19:00:34.238Z] github.com/docker/docker/daemon/logger/fluentd [2021-09-16T19:00:34.238Z] github.com/docker/docker/daemon/logger/gcplogs [2021-09-16T19:00:34.238Z] github.com/docker/docker/daemon/logger/gelf [2021-09-16T19:00:34.238Z] github.com/docker/docker/daemon/logger/journald [2021-09-16T19:00:34.238Z] github.com/docker/docker/daemon/logger/jsonfilelog [2021-09-16T19:00:34.238Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2021-09-16T19:00:34.238Z] github.com/docker/docker/daemon/logger/local [2021-09-16T19:00:34.238Z] github.com/docker/docker/daemon/logger/logentries [2021-09-16T19:00:34.238Z] github.com/docker/docker/daemon/logger/loggerutils [2021-09-16T19:00:34.238Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2021-09-16T19:00:34.238Z] github.com/docker/docker/daemon/logger/splunk [2021-09-16T19:00:34.238Z] github.com/docker/docker/daemon/logger/syslog [2021-09-16T19:00:34.238Z] github.com/docker/docker/daemon/logger/templates [2021-09-16T19:00:34.238Z] github.com/docker/docker/daemon/names [2021-09-16T19:00:34.238Z] github.com/docker/docker/daemon/network [2021-09-16T19:00:34.238Z] github.com/docker/docker/daemon/stats [2021-09-16T19:00:34.238Z] github.com/docker/docker/distribution [2021-09-16T19:00:34.238Z] github.com/docker/docker/distribution/metadata [2021-09-16T19:00:34.238Z] github.com/docker/docker/distribution/utils [2021-09-16T19:00:34.238Z] github.com/docker/docker/distribution/xfer [2021-09-16T19:00:34.238Z] github.com/docker/docker/dockerversion [2021-09-16T19:00:34.238Z] github.com/docker/docker/errdefs [2021-09-16T19:00:34.238Z] github.com/docker/docker/image [2021-09-16T19:00:34.238Z] github.com/docker/docker/image/cache [2021-09-16T19:00:34.238Z] github.com/docker/docker/image/tarexport [2021-09-16T19:00:34.238Z] github.com/docker/docker/image/v1 [2021-09-16T19:00:34.238Z] github.com/docker/docker/internal/test/suite [2021-09-16T19:00:34.238Z] github.com/docker/docker/layer [2021-09-16T19:00:34.238Z] github.com/docker/docker/libcontainerd [2021-09-16T19:00:34.238Z] github.com/docker/docker/libcontainerd/queue [2021-09-16T19:00:34.238Z] github.com/docker/docker/libcontainerd/remote [2021-09-16T19:00:34.238Z] github.com/docker/docker/libcontainerd/supervisor [2021-09-16T19:00:34.238Z] github.com/docker/docker/libcontainerd/types [2021-09-16T19:00:34.238Z] github.com/docker/docker/libnetwork [2021-09-16T19:00:34.238Z] github.com/docker/docker/libnetwork/bitseq [2021-09-16T19:00:34.238Z] github.com/docker/docker/libnetwork/cluster [2021-09-16T19:00:34.238Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2021-09-16T19:00:34.238Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2021-09-16T19:00:34.238Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2021-09-16T19:00:34.238Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2021-09-16T19:00:34.238Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2021-09-16T19:00:34.238Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2021-09-16T19:00:34.238Z] github.com/docker/docker/libnetwork/cmd/readme_test [2021-09-16T19:00:34.238Z] github.com/docker/docker/libnetwork/config [2021-09-16T19:00:34.238Z] github.com/docker/docker/libnetwork/datastore [2021-09-16T19:00:34.238Z] github.com/docker/docker/libnetwork/diagnostic [2021-09-16T19:00:34.238Z] github.com/docker/docker/libnetwork/discoverapi [2021-09-16T19:00:34.238Z] github.com/docker/docker/libnetwork/driverapi [2021-09-16T19:00:34.238Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-09-16T19:00:34.238Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-09-16T19:00:34.238Z] github.com/docker/docker/libnetwork/drivers/host [2021-09-16T19:00:34.238Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2021-09-16T19:00:34.238Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2021-09-16T19:00:34.238Z] github.com/docker/docker/libnetwork/drivers/macvlan [2021-09-16T19:00:34.238Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2021-09-16T19:00:34.238Z] github.com/docker/docker/libnetwork/drivers/null [2021-09-16T19:00:34.238Z] github.com/docker/docker/libnetwork/drivers/overlay [2021-09-16T19:00:34.238Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2021-09-16T19:00:34.238Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2021-09-16T19:00:34.238Z] github.com/docker/docker/libnetwork/drivers/remote [2021-09-16T19:00:34.238Z] github.com/docker/docker/libnetwork/drivers/remote/api [2021-09-16T19:00:34.238Z] github.com/docker/docker/libnetwork/drivers/windows [2021-09-16T19:00:34.238Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2021-09-16T19:00:34.238Z] github.com/docker/docker/libnetwork/drvregistry [2021-09-16T19:00:34.238Z] github.com/docker/docker/libnetwork/etchosts [2021-09-16T19:00:34.238Z] github.com/docker/docker/libnetwork/hostdiscovery [2021-09-16T19:00:34.238Z] github.com/docker/docker/libnetwork/idm [2021-09-16T19:00:34.238Z] github.com/docker/docker/libnetwork/internal/caller [2021-09-16T19:00:34.238Z] github.com/docker/docker/libnetwork/internal/setmatrix [2021-09-16T19:00:34.238Z] github.com/docker/docker/libnetwork/ipam [2021-09-16T19:00:34.238Z] github.com/docker/docker/libnetwork/ipamapi [2021-09-16T19:00:34.238Z] github.com/docker/docker/libnetwork/ipams/builtin [2021-09-16T19:00:34.238Z] github.com/docker/docker/libnetwork/ipams/null [2021-09-16T19:00:34.238Z] github.com/docker/docker/libnetwork/ipams/remote [2021-09-16T19:00:34.238Z] github.com/docker/docker/libnetwork/ipams/remote/api [2021-09-16T19:00:34.238Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2021-09-16T19:00:34.238Z] github.com/docker/docker/libnetwork/ipamutils [2021-09-16T19:00:34.238Z] github.com/docker/docker/libnetwork/iptables [2021-09-16T19:00:34.238Z] github.com/docker/docker/libnetwork/netlabel [2021-09-16T19:00:34.238Z] github.com/docker/docker/libnetwork/netutils [2021-09-16T19:00:34.238Z] github.com/docker/docker/libnetwork/networkdb [2021-09-16T19:00:34.238Z] github.com/docker/docker/libnetwork/ns [2021-09-16T19:00:34.238Z] github.com/docker/docker/libnetwork/options [2021-09-16T19:00:34.238Z] github.com/docker/docker/libnetwork/osl [2021-09-16T19:00:34.238Z] github.com/docker/docker/libnetwork/osl/kernel [2021-09-16T19:00:34.238Z] github.com/docker/docker/libnetwork/portallocator [2021-09-16T19:00:34.238Z] github.com/docker/docker/libnetwork/portmapper [2021-09-16T19:00:34.238Z] github.com/docker/docker/libnetwork/resolvconf [2021-09-16T19:00:34.238Z] github.com/docker/docker/libnetwork/testutils [2021-09-16T19:00:34.238Z] github.com/docker/docker/libnetwork/types [2021-09-16T19:00:34.238Z] github.com/docker/docker/oci [2021-09-16T19:00:34.238Z] github.com/docker/docker/oci/caps [2021-09-16T19:00:34.238Z] github.com/docker/docker/opts [2021-09-16T19:00:34.238Z] github.com/docker/docker/pkg/aaparser [2021-09-16T19:00:34.238Z] github.com/docker/docker/pkg/archive [2021-09-16T19:00:34.238Z] github.com/docker/docker/pkg/authorization [2021-09-16T19:00:34.238Z] github.com/docker/docker/pkg/broadcaster [2021-09-16T19:00:34.238Z] github.com/docker/docker/pkg/capabilities [2021-09-16T19:00:34.238Z] github.com/docker/docker/pkg/chrootarchive [2021-09-16T19:00:34.238Z] github.com/docker/docker/pkg/containerfs [2021-09-16T19:00:34.238Z] github.com/docker/docker/pkg/devicemapper [2021-09-16T19:00:34.238Z] github.com/docker/docker/pkg/directory [2021-09-16T19:00:34.238Z] github.com/docker/docker/pkg/discovery [2021-09-16T19:00:34.238Z] github.com/docker/docker/pkg/discovery/file [2021-09-16T19:00:34.238Z] github.com/docker/docker/pkg/discovery/kv [2021-09-16T19:00:34.238Z] github.com/docker/docker/pkg/discovery/memory [2021-09-16T19:00:34.238Z] github.com/docker/docker/pkg/discovery/nodes [2021-09-16T19:00:34.238Z] github.com/docker/docker/pkg/dmesg [2021-09-16T19:00:34.238Z] github.com/docker/docker/pkg/filenotify [2021-09-16T19:00:34.238Z] github.com/docker/docker/pkg/fileutils [2021-09-16T19:00:34.238Z] github.com/docker/docker/pkg/fsutils [2021-09-16T19:00:34.238Z] github.com/docker/docker/pkg/homedir [2021-09-16T19:00:34.238Z] github.com/docker/docker/pkg/idtools [2021-09-16T19:00:34.238Z] github.com/docker/docker/pkg/ioutils [2021-09-16T19:00:34.238Z] github.com/docker/docker/pkg/jsonmessage [2021-09-16T19:00:34.238Z] github.com/docker/docker/pkg/locker [2021-09-16T19:00:34.238Z] github.com/docker/docker/pkg/longpath [2021-09-16T19:00:34.238Z] github.com/docker/docker/pkg/loopback [2021-09-16T19:00:34.238Z] github.com/docker/docker/pkg/mount [2021-09-16T19:00:34.238Z] github.com/docker/docker/pkg/namesgenerator [2021-09-16T19:00:34.238Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [2021-09-16T19:00:34.238Z] github.com/docker/docker/pkg/parsers [2021-09-16T19:00:34.238Z] github.com/docker/docker/pkg/parsers/kernel [2021-09-16T19:00:34.238Z] github.com/docker/docker/pkg/parsers/operatingsystem [2021-09-16T19:00:34.238Z] github.com/docker/docker/pkg/pidfile [2021-09-16T19:00:34.238Z] github.com/docker/docker/pkg/platform [2021-09-16T19:00:34.238Z] github.com/docker/docker/pkg/plugingetter [2021-09-16T19:00:34.238Z] github.com/docker/docker/pkg/plugins [2021-09-16T19:00:34.238Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2021-09-16T19:00:34.238Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2021-09-16T19:00:34.238Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2021-09-16T19:00:34.238Z] github.com/docker/docker/pkg/plugins/transport [2021-09-16T19:00:34.238Z] github.com/docker/docker/pkg/pools [2021-09-16T19:00:34.238Z] github.com/docker/docker/pkg/progress [2021-09-16T19:00:34.238Z] github.com/docker/docker/pkg/pubsub [2021-09-16T19:00:34.238Z] github.com/docker/docker/pkg/reexec [2021-09-16T19:00:34.238Z] github.com/docker/docker/pkg/signal [2021-09-16T19:00:34.238Z] github.com/docker/docker/pkg/stack [2021-09-16T19:00:34.238Z] github.com/docker/docker/pkg/stdcopy [2021-09-16T19:00:34.238Z] github.com/docker/docker/pkg/streamformatter [2021-09-16T19:00:34.238Z] github.com/docker/docker/pkg/stringid [2021-09-16T19:00:34.238Z] github.com/docker/docker/pkg/symlink [2021-09-16T19:00:34.238Z] github.com/docker/docker/pkg/sysinfo [2021-09-16T19:00:34.238Z] github.com/docker/docker/pkg/system [2021-09-16T19:00:34.238Z] github.com/docker/docker/pkg/tailfile [2021-09-16T19:00:34.238Z] github.com/docker/docker/pkg/tarsum [2021-09-16T19:00:34.238Z] github.com/docker/docker/pkg/term [2021-09-16T19:00:34.238Z] github.com/docker/docker/pkg/term/windows [2021-09-16T19:00:34.238Z] github.com/docker/docker/pkg/truncindex [2021-09-16T19:00:34.238Z] github.com/docker/docker/pkg/urlutil [2021-09-16T19:00:34.238Z] github.com/docker/docker/pkg/useragent [2021-09-16T19:00:34.238Z] github.com/docker/docker/plugin [2021-09-16T19:00:34.238Z] github.com/docker/docker/plugin/executor/containerd [2021-09-16T19:00:34.238Z] github.com/docker/docker/plugin/v2 [2021-09-16T19:00:34.238Z] github.com/docker/docker/profiles/apparmor [2021-09-16T19:00:34.238Z] github.com/docker/docker/profiles/seccomp [2021-09-16T19:00:34.238Z] github.com/docker/docker/quota [2021-09-16T19:00:34.238Z] github.com/docker/docker/reference [2021-09-16T19:00:34.238Z] github.com/docker/docker/registry [2021-09-16T19:00:34.238Z] github.com/docker/docker/registry/resumable [2021-09-16T19:00:34.238Z] github.com/docker/docker/restartmanager [2021-09-16T19:00:34.238Z] github.com/docker/docker/rootless [2021-09-16T19:00:34.238Z] github.com/docker/docker/rootless/specconv [2021-09-16T19:00:34.238Z] github.com/docker/docker/runconfig [2021-09-16T19:00:34.238Z] github.com/docker/docker/runconfig/opts [2021-09-16T19:00:34.238Z] github.com/docker/docker/testutil [2021-09-16T19:00:34.238Z] github.com/docker/docker/testutil/daemon [2021-09-16T19:00:34.238Z] github.com/docker/docker/testutil/environment [2021-09-16T19:00:34.238Z] github.com/docker/docker/testutil/fakecontext [2021-09-16T19:00:34.238Z] github.com/docker/docker/testutil/fakegit [2021-09-16T19:00:34.238Z] github.com/docker/docker/testutil/fakestorage [2021-09-16T19:00:34.238Z] github.com/docker/docker/testutil/fixtures/load [2021-09-16T19:00:34.238Z] github.com/docker/docker/testutil/fixtures/plugin [2021-09-16T19:00:34.238Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2021-09-16T19:00:34.238Z] github.com/docker/docker/testutil/registry [2021-09-16T19:00:34.238Z] github.com/docker/docker/testutil/request [2021-09-16T19:00:34.238Z] github.com/docker/docker/volume [2021-09-16T19:00:34.238Z] github.com/docker/docker/volume/drivers [2021-09-16T19:00:34.238Z] github.com/docker/docker/volume/local [2021-09-16T19:00:34.238Z] github.com/docker/docker/volume/mounts [2021-09-16T19:00:34.238Z] github.com/docker/docker/volume/service [2021-09-16T19:00:34.238Z] github.com/docker/docker/volume/service/opts [2021-09-16T19:00:34.238Z] github.com/docker/docker/volume/testutils' [2021-09-16T19:00:34.238Z] + base_pkg_list='github.com/docker/docker/api [2021-09-16T19:00:34.238Z] github.com/docker/docker/api/server [2021-09-16T19:00:34.238Z] github.com/docker/docker/api/server/backend/build [2021-09-16T19:00:34.238Z] github.com/docker/docker/api/server/httputils [2021-09-16T19:00:34.238Z] github.com/docker/docker/api/server/middleware [2021-09-16T19:00:34.238Z] github.com/docker/docker/api/server/router [2021-09-16T19:00:34.238Z] github.com/docker/docker/api/server/router/build [2021-09-16T19:00:34.238Z] github.com/docker/docker/api/server/router/checkpoint [2021-09-16T19:00:34.238Z] github.com/docker/docker/api/server/router/container [2021-09-16T19:00:34.238Z] github.com/docker/docker/api/server/router/debug [2021-09-16T19:00:34.238Z] github.com/docker/docker/api/server/router/distribution [2021-09-16T19:00:34.238Z] github.com/docker/docker/api/server/router/grpc [2021-09-16T19:00:34.238Z] github.com/docker/docker/api/server/router/image [2021-09-16T19:00:34.238Z] github.com/docker/docker/api/server/router/network [2021-09-16T19:00:34.238Z] github.com/docker/docker/api/server/router/plugin [2021-09-16T19:00:34.238Z] github.com/docker/docker/api/server/router/session [2021-09-16T19:00:34.238Z] github.com/docker/docker/api/server/router/swarm [2021-09-16T19:00:34.238Z] github.com/docker/docker/api/server/router/system [2021-09-16T19:00:34.238Z] github.com/docker/docker/api/server/router/volume [2021-09-16T19:00:34.238Z] github.com/docker/docker/api/types [2021-09-16T19:00:34.238Z] github.com/docker/docker/api/types/backend [2021-09-16T19:00:34.238Z] github.com/docker/docker/api/types/blkiodev [2021-09-16T19:00:34.238Z] github.com/docker/docker/api/types/container [2021-09-16T19:00:34.238Z] github.com/docker/docker/api/types/events [2021-09-16T19:00:34.238Z] github.com/docker/docker/api/types/filters [2021-09-16T19:00:34.238Z] github.com/docker/docker/api/types/image [2021-09-16T19:00:34.238Z] github.com/docker/docker/api/types/mount [2021-09-16T19:00:34.238Z] github.com/docker/docker/api/types/network [2021-09-16T19:00:34.238Z] github.com/docker/docker/api/types/plugins/logdriver [2021-09-16T19:00:34.238Z] github.com/docker/docker/api/types/registry [2021-09-16T19:00:34.238Z] github.com/docker/docker/api/types/strslice [2021-09-16T19:00:34.238Z] github.com/docker/docker/api/types/swarm [2021-09-16T19:00:34.238Z] github.com/docker/docker/api/types/swarm/runtime [2021-09-16T19:00:34.238Z] github.com/docker/docker/api/types/time [2021-09-16T19:00:34.238Z] github.com/docker/docker/api/types/versions [2021-09-16T19:00:34.238Z] github.com/docker/docker/api/types/versions/v1p19 [2021-09-16T19:00:34.238Z] github.com/docker/docker/api/types/versions/v1p20 [2021-09-16T19:00:34.238Z] github.com/docker/docker/api/types/volume [2021-09-16T19:00:34.238Z] github.com/docker/docker/builder [2021-09-16T19:00:34.238Z] github.com/docker/docker/builder/builder-next [2021-09-16T19:00:34.238Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2021-09-16T19:00:34.238Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2021-09-16T19:00:34.238Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2021-09-16T19:00:34.238Z] github.com/docker/docker/builder/builder-next/exporter [2021-09-16T19:00:34.238Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2021-09-16T19:00:34.238Z] github.com/docker/docker/builder/builder-next/worker [2021-09-16T19:00:34.238Z] github.com/docker/docker/builder/dockerfile [2021-09-16T19:00:34.238Z] github.com/docker/docker/builder/dockerignore [2021-09-16T19:00:34.238Z] github.com/docker/docker/builder/remotecontext [2021-09-16T19:00:34.238Z] github.com/docker/docker/builder/remotecontext/git [2021-09-16T19:00:34.238Z] github.com/docker/docker/cli [2021-09-16T19:00:34.238Z] github.com/docker/docker/cli/config [2021-09-16T19:00:34.238Z] github.com/docker/docker/cli/debug [2021-09-16T19:00:34.238Z] github.com/docker/docker/client [2021-09-16T19:00:34.238Z] github.com/docker/docker/cmd/docker-proxy [2021-09-16T19:00:34.238Z] github.com/docker/docker/cmd/dockerd [2021-09-16T19:00:34.238Z] github.com/docker/docker/cmd/dockerd/trap [2021-09-16T19:00:34.238Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2021-09-16T19:00:34.238Z] github.com/docker/docker/container [2021-09-16T19:00:34.238Z] github.com/docker/docker/container/stream [2021-09-16T19:00:34.238Z] github.com/docker/docker/contrib/apparmor [2021-09-16T19:00:34.238Z] github.com/docker/docker/contrib/docker-device-tool [2021-09-16T19:00:34.238Z] github.com/docker/docker/contrib/httpserver [2021-09-16T19:00:34.238Z] github.com/docker/docker/daemon [2021-09-16T19:00:34.238Z] github.com/docker/docker/daemon/cluster [2021-09-16T19:00:34.238Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2021-09-16T19:00:34.238Z] github.com/docker/docker/daemon/cluster/convert [2021-09-16T19:00:34.238Z] github.com/docker/docker/daemon/cluster/executor [2021-09-16T19:00:34.238Z] github.com/docker/docker/daemon/cluster/executor/container [2021-09-16T19:00:34.238Z] github.com/docker/docker/daemon/cluster/provider [2021-09-16T19:00:34.238Z] github.com/docker/docker/daemon/config [2021-09-16T19:00:34.238Z] github.com/docker/docker/daemon/discovery [2021-09-16T19:00:34.238Z] github.com/docker/docker/daemon/events [2021-09-16T19:00:34.238Z] github.com/docker/docker/daemon/events/testutils [2021-09-16T19:00:34.238Z] github.com/docker/docker/daemon/exec [2021-09-16T19:00:34.238Z] github.com/docker/docker/daemon/graphdriver [2021-09-16T19:00:34.238Z] github.com/docker/docker/daemon/graphdriver/aufs [2021-09-16T19:00:34.238Z] github.com/docker/docker/daemon/graphdriver/btrfs [2021-09-16T19:00:34.238Z] github.com/docker/docker/daemon/graphdriver/copy [2021-09-16T19:00:34.238Z] github.com/docker/docker/daemon/graphdriver/devmapper [2021-09-16T19:00:34.238Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2021-09-16T19:00:34.238Z] github.com/docker/docker/daemon/graphdriver/graphtest [2021-09-16T19:00:34.238Z] github.com/docker/docker/daemon/graphdriver/overlay [2021-09-16T19:00:34.238Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2021-09-16T19:00:34.238Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2021-09-16T19:00:34.238Z] github.com/docker/docker/daemon/graphdriver/register [2021-09-16T19:00:34.238Z] github.com/docker/docker/daemon/graphdriver/vfs [2021-09-16T19:00:34.238Z] github.com/docker/docker/daemon/graphdriver/zfs [2021-09-16T19:00:34.238Z] github.com/docker/docker/daemon/images [2021-09-16T19:00:34.238Z] github.com/docker/docker/daemon/initlayer [2021-09-16T19:00:34.238Z] github.com/docker/docker/daemon/links [2021-09-16T19:00:34.238Z] github.com/docker/docker/daemon/listeners [2021-09-16T19:00:34.238Z] github.com/docker/docker/daemon/logger [2021-09-16T19:00:34.238Z] github.com/docker/docker/daemon/logger/awslogs [2021-09-16T19:00:34.238Z] github.com/docker/docker/daemon/logger/fluentd [2021-09-16T19:00:34.238Z] github.com/docker/docker/daemon/logger/gcplogs [2021-09-16T19:00:34.238Z] github.com/docker/docker/daemon/logger/gelf [2021-09-16T19:00:34.238Z] github.com/docker/docker/daemon/logger/journald [2021-09-16T19:00:34.238Z] github.com/docker/docker/daemon/logger/jsonfilelog [2021-09-16T19:00:34.238Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2021-09-16T19:00:34.238Z] github.com/docker/docker/daemon/logger/local [2021-09-16T19:00:34.238Z] github.com/docker/docker/daemon/logger/logentries [2021-09-16T19:00:34.238Z] github.com/docker/docker/daemon/logger/loggerutils [2021-09-16T19:00:34.238Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2021-09-16T19:00:34.238Z] github.com/docker/docker/daemon/logger/splunk [2021-09-16T19:00:34.238Z] github.com/docker/docker/daemon/logger/syslog [2021-09-16T19:00:34.238Z] github.com/docker/docker/daemon/logger/templates [2021-09-16T19:00:34.238Z] github.com/docker/docker/daemon/names [2021-09-16T19:00:34.238Z] github.com/docker/docker/daemon/network [2021-09-16T19:00:34.238Z] github.com/docker/docker/daemon/stats [2021-09-16T19:00:34.238Z] github.com/docker/docker/distribution [2021-09-16T19:00:34.238Z] github.com/docker/docker/distribution/metadata [2021-09-16T19:00:34.238Z] github.com/docker/docker/distribution/utils [2021-09-16T19:00:34.238Z] github.com/docker/docker/distribution/xfer [2021-09-16T19:00:34.238Z] github.com/docker/docker/dockerversion [2021-09-16T19:00:34.238Z] github.com/docker/docker/errdefs [2021-09-16T19:00:34.238Z] github.com/docker/docker/image [2021-09-16T19:00:34.238Z] github.com/docker/docker/image/cache [2021-09-16T19:00:34.238Z] github.com/docker/docker/image/tarexport [2021-09-16T19:00:34.238Z] github.com/docker/docker/image/v1 [2021-09-16T19:00:34.238Z] github.com/docker/docker/internal/test/suite [2021-09-16T19:00:34.238Z] github.com/docker/docker/layer [2021-09-16T19:00:34.238Z] github.com/docker/docker/libcontainerd [2021-09-16T19:00:34.238Z] github.com/docker/docker/libcontainerd/queue [2021-09-16T19:00:34.238Z] github.com/docker/docker/libcontainerd/remote [2021-09-16T19:00:34.238Z] github.com/docker/docker/libcontainerd/supervisor [2021-09-16T19:00:34.238Z] github.com/docker/docker/libcontainerd/types [2021-09-16T19:00:34.238Z] github.com/docker/docker/oci [2021-09-16T19:00:34.238Z] github.com/docker/docker/oci/caps [2021-09-16T19:00:34.238Z] github.com/docker/docker/opts [2021-09-16T19:00:34.238Z] github.com/docker/docker/pkg/aaparser [2021-09-16T19:00:34.238Z] github.com/docker/docker/pkg/archive [2021-09-16T19:00:34.239Z] github.com/docker/docker/pkg/authorization [2021-09-16T19:00:34.239Z] github.com/docker/docker/pkg/broadcaster [2021-09-16T19:00:34.239Z] github.com/docker/docker/pkg/capabilities [2021-09-16T19:00:34.239Z] github.com/docker/docker/pkg/chrootarchive [2021-09-16T19:00:34.239Z] github.com/docker/docker/pkg/containerfs [2021-09-16T19:00:34.239Z] github.com/docker/docker/pkg/devicemapper [2021-09-16T19:00:34.239Z] github.com/docker/docker/pkg/directory [2021-09-16T19:00:34.239Z] github.com/docker/docker/pkg/discovery [2021-09-16T19:00:34.239Z] github.com/docker/docker/pkg/discovery/file [2021-09-16T19:00:34.239Z] github.com/docker/docker/pkg/discovery/kv [2021-09-16T19:00:34.239Z] github.com/docker/docker/pkg/discovery/memory [2021-09-16T19:00:34.239Z] github.com/docker/docker/pkg/discovery/nodes [2021-09-16T19:00:34.239Z] github.com/docker/docker/pkg/dmesg [2021-09-16T19:00:34.239Z] github.com/docker/docker/pkg/filenotify [2021-09-16T19:00:34.239Z] github.com/docker/docker/pkg/fileutils [2021-09-16T19:00:34.239Z] github.com/docker/docker/pkg/fsutils [2021-09-16T19:00:34.239Z] github.com/docker/docker/pkg/homedir [2021-09-16T19:00:34.239Z] github.com/docker/docker/pkg/idtools [2021-09-16T19:00:34.239Z] github.com/docker/docker/pkg/ioutils [2021-09-16T19:00:34.239Z] github.com/docker/docker/pkg/jsonmessage [2021-09-16T19:00:34.239Z] github.com/docker/docker/pkg/locker [2021-09-16T19:00:34.239Z] github.com/docker/docker/pkg/longpath [2021-09-16T19:00:34.239Z] github.com/docker/docker/pkg/loopback [2021-09-16T19:00:34.239Z] github.com/docker/docker/pkg/mount [2021-09-16T19:00:34.239Z] github.com/docker/docker/pkg/namesgenerator [2021-09-16T19:00:34.239Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [2021-09-16T19:00:34.239Z] github.com/docker/docker/pkg/parsers [2021-09-16T19:00:34.239Z] github.com/docker/docker/pkg/parsers/kernel [2021-09-16T19:00:34.239Z] github.com/docker/docker/pkg/parsers/operatingsystem [2021-09-16T19:00:34.239Z] github.com/docker/docker/pkg/pidfile [2021-09-16T19:00:34.239Z] github.com/docker/docker/pkg/platform [2021-09-16T19:00:34.239Z] github.com/docker/docker/pkg/plugingetter [2021-09-16T19:00:34.239Z] github.com/docker/docker/pkg/plugins [2021-09-16T19:00:34.239Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2021-09-16T19:00:34.239Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2021-09-16T19:00:34.239Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2021-09-16T19:00:34.239Z] github.com/docker/docker/pkg/plugins/transport [2021-09-16T19:00:34.239Z] github.com/docker/docker/pkg/pools [2021-09-16T19:00:34.239Z] github.com/docker/docker/pkg/progress [2021-09-16T19:00:34.239Z] github.com/docker/docker/pkg/pubsub [2021-09-16T19:00:34.239Z] github.com/docker/docker/pkg/reexec [2021-09-16T19:00:34.239Z] github.com/docker/docker/pkg/signal [2021-09-16T19:00:34.239Z] github.com/docker/docker/pkg/stack [2021-09-16T19:00:34.239Z] github.com/docker/docker/pkg/stdcopy [2021-09-16T19:00:34.239Z] github.com/docker/docker/pkg/streamformatter [2021-09-16T19:00:34.239Z] github.com/docker/docker/pkg/stringid [2021-09-16T19:00:34.239Z] github.com/docker/docker/pkg/symlink [2021-09-16T19:00:34.239Z] github.com/docker/docker/pkg/sysinfo [2021-09-16T19:00:34.239Z] github.com/docker/docker/pkg/system [2021-09-16T19:00:34.239Z] github.com/docker/docker/pkg/tailfile [2021-09-16T19:00:34.239Z] github.com/docker/docker/pkg/tarsum [2021-09-16T19:00:34.239Z] github.com/docker/docker/pkg/term [2021-09-16T19:00:34.239Z] github.com/docker/docker/pkg/term/windows [2021-09-16T19:00:34.239Z] github.com/docker/docker/pkg/truncindex [2021-09-16T19:00:34.239Z] github.com/docker/docker/pkg/urlutil [2021-09-16T19:00:34.239Z] github.com/docker/docker/pkg/useragent [2021-09-16T19:00:34.239Z] github.com/docker/docker/plugin [2021-09-16T19:00:34.239Z] github.com/docker/docker/plugin/executor/containerd [2021-09-16T19:00:34.239Z] github.com/docker/docker/plugin/v2 [2021-09-16T19:00:34.239Z] github.com/docker/docker/profiles/apparmor [2021-09-16T19:00:34.239Z] github.com/docker/docker/profiles/seccomp [2021-09-16T19:00:34.239Z] github.com/docker/docker/quota [2021-09-16T19:00:34.239Z] github.com/docker/docker/reference [2021-09-16T19:00:34.239Z] github.com/docker/docker/registry [2021-09-16T19:00:34.239Z] github.com/docker/docker/registry/resumable [2021-09-16T19:00:34.239Z] github.com/docker/docker/restartmanager [2021-09-16T19:00:34.239Z] github.com/docker/docker/rootless [2021-09-16T19:00:34.239Z] github.com/docker/docker/rootless/specconv [2021-09-16T19:00:34.239Z] github.com/docker/docker/runconfig [2021-09-16T19:00:34.239Z] github.com/docker/docker/runconfig/opts [2021-09-16T19:00:34.239Z] github.com/docker/docker/testutil [2021-09-16T19:00:34.239Z] github.com/docker/docker/testutil/daemon [2021-09-16T19:00:34.239Z] github.com/docker/docker/testutil/environment [2021-09-16T19:00:34.239Z] github.com/docker/docker/testutil/fakecontext [2021-09-16T19:00:34.239Z] github.com/docker/docker/testutil/fakegit [2021-09-16T19:00:34.239Z] github.com/docker/docker/testutil/fakestorage [2021-09-16T19:00:34.239Z] github.com/docker/docker/testutil/fixtures/load [2021-09-16T19:00:34.239Z] github.com/docker/docker/testutil/fixtures/plugin [2021-09-16T19:00:34.239Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2021-09-16T19:00:34.239Z] github.com/docker/docker/testutil/registry [2021-09-16T19:00:34.239Z] github.com/docker/docker/testutil/request [2021-09-16T19:00:34.239Z] github.com/docker/docker/volume [2021-09-16T19:00:34.239Z] github.com/docker/docker/volume/drivers [2021-09-16T19:00:34.239Z] github.com/docker/docker/volume/local [2021-09-16T19:00:34.239Z] github.com/docker/docker/volume/mounts [2021-09-16T19:00:34.239Z] github.com/docker/docker/volume/service [2021-09-16T19:00:34.239Z] github.com/docker/docker/volume/service/opts [2021-09-16T19:00:34.239Z] github.com/docker/docker/volume/testutils' [2021-09-16T19:00:34.239Z] ++ grep --fixed-strings /libnetwork [2021-09-16T19:00:34.239Z] ++ echo 'github.com/docker/docker/api [2021-09-16T19:00:34.239Z] github.com/docker/docker/api/server [2021-09-16T19:00:34.239Z] github.com/docker/docker/api/server/backend/build [2021-09-16T19:00:34.239Z] github.com/docker/docker/api/server/httputils [2021-09-16T19:00:34.239Z] github.com/docker/docker/api/server/middleware [2021-09-16T19:00:34.239Z] github.com/docker/docker/api/server/router [2021-09-16T19:00:34.239Z] github.com/docker/docker/api/server/router/build [2021-09-16T19:00:34.239Z] github.com/docker/docker/api/server/router/checkpoint [2021-09-16T19:00:34.239Z] github.com/docker/docker/api/server/router/container [2021-09-16T19:00:34.239Z] github.com/docker/docker/api/server/router/debug [2021-09-16T19:00:34.239Z] github.com/docker/docker/api/server/router/distribution [2021-09-16T19:00:34.239Z] github.com/docker/docker/api/server/router/grpc [2021-09-16T19:00:34.239Z] github.com/docker/docker/api/server/router/image [2021-09-16T19:00:34.239Z] github.com/docker/docker/api/server/router/network [2021-09-16T19:00:34.239Z] github.com/docker/docker/api/server/router/plugin [2021-09-16T19:00:34.239Z] github.com/docker/docker/api/server/router/session [2021-09-16T19:00:34.239Z] github.com/docker/docker/api/server/router/swarm [2021-09-16T19:00:34.239Z] github.com/docker/docker/api/server/router/system [2021-09-16T19:00:34.239Z] github.com/docker/docker/api/server/router/volume [2021-09-16T19:00:34.239Z] github.com/docker/docker/api/types [2021-09-16T19:00:34.239Z] github.com/docker/docker/api/types/backend [2021-09-16T19:00:34.239Z] github.com/docker/docker/api/types/blkiodev [2021-09-16T19:00:34.239Z] github.com/docker/docker/api/types/container [2021-09-16T19:00:34.239Z] github.com/docker/docker/api/types/events [2021-09-16T19:00:34.239Z] github.com/docker/docker/api/types/filters [2021-09-16T19:00:34.239Z] github.com/docker/docker/api/types/image [2021-09-16T19:00:34.239Z] github.com/docker/docker/api/types/mount [2021-09-16T19:00:34.239Z] github.com/docker/docker/api/types/network [2021-09-16T19:00:34.239Z] github.com/docker/docker/api/types/plugins/logdriver [2021-09-16T19:00:34.239Z] github.com/docker/docker/api/types/registry [2021-09-16T19:00:34.239Z] github.com/docker/docker/api/types/strslice [2021-09-16T19:00:34.239Z] github.com/docker/docker/api/types/swarm [2021-09-16T19:00:34.239Z] github.com/docker/docker/api/types/swarm/runtime [2021-09-16T19:00:34.239Z] github.com/docker/docker/api/types/time [2021-09-16T19:00:34.239Z] github.com/docker/docker/api/types/versions [2021-09-16T19:00:34.239Z] github.com/docker/docker/api/types/versions/v1p19 [2021-09-16T19:00:34.239Z] github.com/docker/docker/api/types/versions/v1p20 [2021-09-16T19:00:34.239Z] github.com/docker/docker/api/types/volume [2021-09-16T19:00:34.239Z] github.com/docker/docker/builder [2021-09-16T19:00:34.239Z] github.com/docker/docker/builder/builder-next [2021-09-16T19:00:34.239Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2021-09-16T19:00:34.239Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2021-09-16T19:00:34.239Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2021-09-16T19:00:34.239Z] github.com/docker/docker/builder/builder-next/exporter [2021-09-16T19:00:34.239Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2021-09-16T19:00:34.239Z] github.com/docker/docker/builder/builder-next/worker [2021-09-16T19:00:34.239Z] github.com/docker/docker/builder/dockerfile [2021-09-16T19:00:34.239Z] github.com/docker/docker/builder/dockerignore [2021-09-16T19:00:34.239Z] github.com/docker/docker/builder/remotecontext [2021-09-16T19:00:34.239Z] github.com/docker/docker/builder/remotecontext/git [2021-09-16T19:00:34.239Z] github.com/docker/docker/cli [2021-09-16T19:00:34.239Z] github.com/docker/docker/cli/config [2021-09-16T19:00:34.239Z] github.com/docker/docker/cli/debug [2021-09-16T19:00:34.239Z] github.com/docker/docker/client [2021-09-16T19:00:34.239Z] github.com/docker/docker/cmd/docker-proxy [2021-09-16T19:00:34.239Z] github.com/docker/docker/cmd/dockerd [2021-09-16T19:00:34.239Z] github.com/docker/docker/cmd/dockerd/trap [2021-09-16T19:00:34.239Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2021-09-16T19:00:34.239Z] github.com/docker/docker/container [2021-09-16T19:00:34.239Z] github.com/docker/docker/container/stream [2021-09-16T19:00:34.239Z] github.com/docker/docker/contrib/apparmor [2021-09-16T19:00:34.239Z] github.com/docker/docker/contrib/docker-device-tool [2021-09-16T19:00:34.239Z] github.com/docker/docker/contrib/httpserver [2021-09-16T19:00:34.239Z] github.com/docker/docker/daemon [2021-09-16T19:00:34.239Z] github.com/docker/docker/daemon/cluster [2021-09-16T19:00:34.239Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2021-09-16T19:00:34.239Z] github.com/docker/docker/daemon/cluster/convert [2021-09-16T19:00:34.239Z] github.com/docker/docker/daemon/cluster/executor [2021-09-16T19:00:34.239Z] github.com/docker/docker/daemon/cluster/executor/container [2021-09-16T19:00:34.239Z] github.com/docker/docker/daemon/cluster/provider [2021-09-16T19:00:34.239Z] github.com/docker/docker/daemon/config [2021-09-16T19:00:34.239Z] github.com/docker/docker/daemon/discovery [2021-09-16T19:00:34.239Z] github.com/docker/docker/daemon/events [2021-09-16T19:00:34.239Z] github.com/docker/docker/daemon/events/testutils [2021-09-16T19:00:34.239Z] github.com/docker/docker/daemon/exec [2021-09-16T19:00:34.239Z] github.com/docker/docker/daemon/graphdriver [2021-09-16T19:00:34.239Z] github.com/docker/docker/daemon/graphdriver/aufs [2021-09-16T19:00:34.239Z] github.com/docker/docker/daemon/graphdriver/btrfs [2021-09-16T19:00:34.239Z] github.com/docker/docker/daemon/graphdriver/copy [2021-09-16T19:00:34.239Z] github.com/docker/docker/daemon/graphdriver/devmapper [2021-09-16T19:00:34.239Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2021-09-16T19:00:34.239Z] github.com/docker/docker/daemon/graphdriver/graphtest [2021-09-16T19:00:34.239Z] github.com/docker/docker/daemon/graphdriver/overlay [2021-09-16T19:00:34.239Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2021-09-16T19:00:34.239Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2021-09-16T19:00:34.239Z] github.com/docker/docker/daemon/graphdriver/register [2021-09-16T19:00:34.239Z] github.com/docker/docker/daemon/graphdriver/vfs [2021-09-16T19:00:34.239Z] github.com/docker/docker/daemon/graphdriver/zfs [2021-09-16T19:00:34.239Z] github.com/docker/docker/daemon/images [2021-09-16T19:00:34.239Z] github.com/docker/docker/daemon/initlayer [2021-09-16T19:00:34.239Z] github.com/docker/docker/daemon/links [2021-09-16T19:00:34.239Z] github.com/docker/docker/daemon/listeners [2021-09-16T19:00:34.239Z] github.com/docker/docker/daemon/logger [2021-09-16T19:00:34.239Z] github.com/docker/docker/daemon/logger/awslogs [2021-09-16T19:00:34.239Z] github.com/docker/docker/daemon/logger/fluentd [2021-09-16T19:00:34.239Z] github.com/docker/docker/daemon/logger/gcplogs [2021-09-16T19:00:34.239Z] github.com/docker/docker/daemon/logger/gelf [2021-09-16T19:00:34.239Z] github.com/docker/docker/daemon/logger/journald [2021-09-16T19:00:34.239Z] github.com/docker/docker/daemon/logger/jsonfilelog [2021-09-16T19:00:34.239Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2021-09-16T19:00:34.239Z] github.com/docker/docker/daemon/logger/local [2021-09-16T19:00:34.239Z] github.com/docker/docker/daemon/logger/logentries [2021-09-16T19:00:34.239Z] github.com/docker/docker/daemon/logger/loggerutils [2021-09-16T19:00:34.239Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2021-09-16T19:00:34.239Z] github.com/docker/docker/daemon/logger/splunk [2021-09-16T19:00:34.239Z] github.com/docker/docker/daemon/logger/syslog [2021-09-16T19:00:34.239Z] github.com/docker/docker/daemon/logger/templates [2021-09-16T19:00:34.239Z] github.com/docker/docker/daemon/names [2021-09-16T19:00:34.239Z] github.com/docker/docker/daemon/network [2021-09-16T19:00:34.239Z] github.com/docker/docker/daemon/stats [2021-09-16T19:00:34.239Z] github.com/docker/docker/distribution [2021-09-16T19:00:34.239Z] github.com/docker/docker/distribution/metadata [2021-09-16T19:00:34.239Z] github.com/docker/docker/distribution/utils [2021-09-16T19:00:34.239Z] github.com/docker/docker/distribution/xfer [2021-09-16T19:00:34.239Z] github.com/docker/docker/dockerversion [2021-09-16T19:00:34.239Z] github.com/docker/docker/errdefs [2021-09-16T19:00:34.239Z] github.com/docker/docker/image [2021-09-16T19:00:34.239Z] github.com/docker/docker/image/cache [2021-09-16T19:00:34.239Z] github.com/docker/docker/image/tarexport [2021-09-16T19:00:34.239Z] github.com/docker/docker/image/v1 [2021-09-16T19:00:34.239Z] github.com/docker/docker/internal/test/suite [2021-09-16T19:00:34.239Z] github.com/docker/docker/layer [2021-09-16T19:00:34.239Z] github.com/docker/docker/libcontainerd [2021-09-16T19:00:34.239Z] github.com/docker/docker/libcontainerd/queue [2021-09-16T19:00:34.239Z] github.com/docker/docker/libcontainerd/remote [2021-09-16T19:00:34.239Z] github.com/docker/docker/libcontainerd/supervisor [2021-09-16T19:00:34.239Z] github.com/docker/docker/libcontainerd/types [2021-09-16T19:00:34.239Z] github.com/docker/docker/libnetwork [2021-09-16T19:00:34.239Z] github.com/docker/docker/libnetwork/bitseq [2021-09-16T19:00:34.239Z] github.com/docker/docker/libnetwork/cluster [2021-09-16T19:00:34.239Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2021-09-16T19:00:34.239Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2021-09-16T19:00:34.239Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2021-09-16T19:00:34.239Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2021-09-16T19:00:34.239Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2021-09-16T19:00:34.239Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2021-09-16T19:00:34.239Z] github.com/docker/docker/libnetwork/cmd/readme_test [2021-09-16T19:00:34.239Z] github.com/docker/docker/libnetwork/config [2021-09-16T19:00:34.239Z] github.com/docker/docker/libnetwork/datastore [2021-09-16T19:00:34.239Z] github.com/docker/docker/libnetwork/diagnostic [2021-09-16T19:00:34.239Z] github.com/docker/docker/libnetwork/discoverapi [2021-09-16T19:00:34.239Z] github.com/docker/docker/libnetwork/driverapi [2021-09-16T19:00:34.239Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-09-16T19:00:34.239Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-09-16T19:00:34.239Z] github.com/docker/docker/libnetwork/drivers/host [2021-09-16T19:00:34.239Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2021-09-16T19:00:34.239Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2021-09-16T19:00:34.239Z] github.com/docker/docker/libnetwork/drivers/macvlan [2021-09-16T19:00:34.239Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2021-09-16T19:00:34.239Z] github.com/docker/docker/libnetwork/drivers/null [2021-09-16T19:00:34.239Z] github.com/docker/docker/libnetwork/drivers/overlay [2021-09-16T19:00:34.239Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2021-09-16T19:00:34.239Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2021-09-16T19:00:34.239Z] github.com/docker/docker/libnetwork/drivers/remote [2021-09-16T19:00:34.239Z] github.com/docker/docker/libnetwork/drivers/remote/api [2021-09-16T19:00:34.239Z] github.com/docker/docker/libnetwork/drivers/windows [2021-09-16T19:00:34.239Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2021-09-16T19:00:34.239Z] github.com/docker/docker/libnetwork/drvregistry [2021-09-16T19:00:34.239Z] github.com/docker/docker/libnetwork/etchosts [2021-09-16T19:00:34.239Z] github.com/docker/docker/libnetwork/hostdiscovery [2021-09-16T19:00:34.239Z] github.com/docker/docker/libnetwork/idm [2021-09-16T19:00:34.239Z] github.com/docker/docker/libnetwork/internal/caller [2021-09-16T19:00:34.239Z] github.com/docker/docker/libnetwork/internal/setmatrix [2021-09-16T19:00:34.239Z] github.com/docker/docker/libnetwork/ipam [2021-09-16T19:00:34.239Z] github.com/docker/docker/libnetwork/ipamapi [2021-09-16T19:00:34.239Z] github.com/docker/docker/libnetwork/ipams/builtin [2021-09-16T19:00:34.239Z] github.com/docker/docker/libnetwork/ipams/null [2021-09-16T19:00:34.239Z] github.com/docker/docker/libnetwork/ipams/remote [2021-09-16T19:00:34.239Z] github.com/docker/docker/libnetwork/ipams/remote/api [2021-09-16T19:00:34.239Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2021-09-16T19:00:34.239Z] github.com/docker/docker/libnetwork/ipamutils [2021-09-16T19:00:34.239Z] github.com/docker/docker/libnetwork/iptables [2021-09-16T19:00:34.239Z] github.com/docker/docker/libnetwork/netlabel [2021-09-16T19:00:34.239Z] github.com/docker/docker/libnetwork/netutils [2021-09-16T19:00:34.239Z] github.com/docker/docker/libnetwork/networkdb [2021-09-16T19:00:34.239Z] github.com/docker/docker/libnetwork/ns [2021-09-16T19:00:34.239Z] github.com/docker/docker/libnetwork/options [2021-09-16T19:00:34.239Z] github.com/docker/docker/libnetwork/osl [2021-09-16T19:00:34.239Z] github.com/docker/docker/libnetwork/osl/kernel [2021-09-16T19:00:34.239Z] github.com/docker/docker/libnetwork/portallocator [2021-09-16T19:00:34.239Z] github.com/docker/docker/libnetwork/portmapper [2021-09-16T19:00:34.239Z] github.com/docker/docker/libnetwork/resolvconf [2021-09-16T19:00:34.239Z] github.com/docker/docker/libnetwork/testutils [2021-09-16T19:00:34.239Z] github.com/docker/docker/libnetwork/types [2021-09-16T19:00:34.239Z] github.com/docker/docker/oci [2021-09-16T19:00:34.239Z] github.com/docker/docker/oci/caps [2021-09-16T19:00:34.239Z] github.com/docker/docker/opts [2021-09-16T19:00:34.239Z] github.com/docker/docker/pkg/aaparser [2021-09-16T19:00:34.239Z] github.com/docker/docker/pkg/archive [2021-09-16T19:00:34.239Z] github.com/docker/docker/pkg/authorization [2021-09-16T19:00:34.239Z] github.com/docker/docker/pkg/broadcaster [2021-09-16T19:00:34.239Z] github.com/docker/docker/pkg/capabilities [2021-09-16T19:00:34.239Z] github.com/docker/docker/pkg/chrootarchive [2021-09-16T19:00:34.239Z] github.com/docker/docker/pkg/containerfs [2021-09-16T19:00:34.239Z] github.com/docker/docker/pkg/devicemapper [2021-09-16T19:00:34.239Z] github.com/docker/docker/pkg/directory [2021-09-16T19:00:34.239Z] github.com/docker/docker/pkg/discovery [2021-09-16T19:00:34.239Z] github.com/docker/docker/pkg/discovery/file [2021-09-16T19:00:34.239Z] github.com/docker/docker/pkg/discovery/kv [2021-09-16T19:00:34.239Z] github.com/docker/docker/pkg/discovery/memory [2021-09-16T19:00:34.239Z] github.com/docker/docker/pkg/discovery/nodes [2021-09-16T19:00:34.239Z] github.com/docker/docker/pkg/dmesg [2021-09-16T19:00:34.239Z] github.com/docker/docker/pkg/filenotify [2021-09-16T19:00:34.239Z] github.com/docker/docker/pkg/fileutils [2021-09-16T19:00:34.239Z] github.com/docker/docker/pkg/fsutils [2021-09-16T19:00:34.239Z] github.com/docker/docker/pkg/homedir [2021-09-16T19:00:34.239Z] github.com/docker/docker/pkg/idtools [2021-09-16T19:00:34.239Z] github.com/docker/docker/pkg/ioutils [2021-09-16T19:00:34.239Z] github.com/docker/docker/pkg/jsonmessage [2021-09-16T19:00:34.239Z] github.com/docker/docker/pkg/locker [2021-09-16T19:00:34.239Z] github.com/docker/docker/pkg/longpath [2021-09-16T19:00:34.239Z] github.com/docker/docker/pkg/loopback [2021-09-16T19:00:34.239Z] github.com/docker/docker/pkg/mount [2021-09-16T19:00:34.239Z] github.com/docker/docker/pkg/namesgenerator [2021-09-16T19:00:34.239Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [2021-09-16T19:00:34.239Z] github.com/docker/docker/pkg/parsers [2021-09-16T19:00:34.239Z] github.com/docker/docker/pkg/parsers/kernel [2021-09-16T19:00:34.240Z] github.com/docker/docker/pkg/parsers/operatingsystem [2021-09-16T19:00:34.240Z] github.com/docker/docker/pkg/pidfile [2021-09-16T19:00:34.240Z] github.com/docker/docker/pkg/platform [2021-09-16T19:00:34.240Z] github.com/docker/docker/pkg/plugingetter [2021-09-16T19:00:34.240Z] github.com/docker/docker/pkg/plugins [2021-09-16T19:00:34.240Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2021-09-16T19:00:34.240Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2021-09-16T19:00:34.240Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2021-09-16T19:00:34.240Z] github.com/docker/docker/pkg/plugins/transport [2021-09-16T19:00:34.240Z] github.com/docker/docker/pkg/pools [2021-09-16T19:00:34.240Z] github.com/docker/docker/pkg/progress [2021-09-16T19:00:34.240Z] github.com/docker/docker/pkg/pubsub [2021-09-16T19:00:34.240Z] github.com/docker/docker/pkg/reexec [2021-09-16T19:00:34.240Z] github.com/docker/docker/pkg/signal [2021-09-16T19:00:34.240Z] github.com/docker/docker/pkg/stack [2021-09-16T19:00:34.240Z] github.com/docker/docker/pkg/stdcopy [2021-09-16T19:00:34.240Z] github.com/docker/docker/pkg/streamformatter [2021-09-16T19:00:34.240Z] github.com/docker/docker/pkg/stringid [2021-09-16T19:00:34.240Z] github.com/docker/docker/pkg/symlink [2021-09-16T19:00:34.240Z] github.com/docker/docker/pkg/sysinfo [2021-09-16T19:00:34.240Z] github.com/docker/docker/pkg/system [2021-09-16T19:00:34.240Z] github.com/docker/docker/pkg/tailfile [2021-09-16T19:00:34.240Z] github.com/docker/docker/pkg/tarsum [2021-09-16T19:00:34.240Z] github.com/docker/docker/pkg/term [2021-09-16T19:00:34.240Z] github.com/docker/docker/pkg/term/windows [2021-09-16T19:00:34.240Z] github.com/docker/docker/pkg/truncindex [2021-09-16T19:00:34.240Z] github.com/docker/docker/pkg/urlutil [2021-09-16T19:00:34.240Z] github.com/docker/docker/pkg/useragent [2021-09-16T19:00:34.240Z] github.com/docker/docker/plugin [2021-09-16T19:00:34.240Z] github.com/docker/docker/plugin/executor/containerd [2021-09-16T19:00:34.240Z] github.com/docker/docker/plugin/v2 [2021-09-16T19:00:34.240Z] github.com/docker/docker/profiles/apparmor [2021-09-16T19:00:34.240Z] github.com/docker/docker/profiles/seccomp [2021-09-16T19:00:34.240Z] github.com/docker/docker/quota [2021-09-16T19:00:34.240Z] github.com/docker/docker/reference [2021-09-16T19:00:34.240Z] github.com/docker/docker/registry [2021-09-16T19:00:34.240Z] github.com/docker/docker/registry/resumable [2021-09-16T19:00:34.240Z] github.com/docker/docker/restartmanager [2021-09-16T19:00:34.240Z] github.com/docker/docker/rootless [2021-09-16T19:00:34.240Z] github.com/docker/docker/rootless/specconv [2021-09-16T19:00:34.240Z] github.com/docker/docker/runconfig [2021-09-16T19:00:34.240Z] github.com/docker/docker/runconfig/opts [2021-09-16T19:00:34.240Z] github.com/docker/docker/testutil [2021-09-16T19:00:34.240Z] github.com/docker/docker/testutil/daemon [2021-09-16T19:00:34.240Z] github.com/docker/docker/testutil/environment [2021-09-16T19:00:34.240Z] github.com/docker/docker/testutil/fakecontext [2021-09-16T19:00:34.240Z] github.com/docker/docker/testutil/fakegit [2021-09-16T19:00:34.240Z] github.com/docker/docker/testutil/fakestorage [2021-09-16T19:00:34.240Z] github.com/docker/docker/testutil/fixtures/load [2021-09-16T19:00:34.240Z] github.com/docker/docker/testutil/fixtures/plugin [2021-09-16T19:00:34.240Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2021-09-16T19:00:34.240Z] github.com/docker/docker/testutil/registry [2021-09-16T19:00:34.240Z] github.com/docker/docker/testutil/request [2021-09-16T19:00:34.240Z] github.com/docker/docker/volume [2021-09-16T19:00:34.240Z] github.com/docker/docker/volume/drivers [2021-09-16T19:00:34.240Z] github.com/docker/docker/volume/local [2021-09-16T19:00:34.240Z] github.com/docker/docker/volume/mounts [2021-09-16T19:00:34.240Z] github.com/docker/docker/volume/service [2021-09-16T19:00:34.240Z] github.com/docker/docker/volume/service/opts [2021-09-16T19:00:34.240Z] github.com/docker/docker/volume/testutils' [2021-09-16T19:00:34.240Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/bitseq [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/cluster [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/cmd/readme_test [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/config [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/datastore [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/diagnostic [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/discoverapi [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/driverapi [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/drivers/host [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/drivers/macvlan [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/drivers/null [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/drivers/overlay [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/drivers/remote [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/drivers/remote/api [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/drivers/windows [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/drvregistry [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/etchosts [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/hostdiscovery [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/idm [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/internal/caller [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/internal/setmatrix [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/ipam [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/ipamapi [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/ipams/builtin [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/ipams/null [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/ipams/remote [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/ipams/remote/api [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/ipamutils [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/iptables [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/netlabel [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/netutils [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/networkdb [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/ns [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/options [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/osl [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/osl/kernel [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/portallocator [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/portmapper [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/resolvconf [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/testutils [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/types' [2021-09-16T19:00:34.240Z] + echo 'github.com/docker/docker/libnetwork [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/bitseq [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/cluster [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/cmd/readme_test [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/config [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/datastore [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/diagnostic [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/discoverapi [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/driverapi [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/drivers/host [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/drivers/macvlan [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/drivers/null [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/drivers/overlay [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/drivers/remote [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/drivers/remote/api [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/drivers/windows [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/drvregistry [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/etchosts [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/hostdiscovery [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/idm [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/internal/caller [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/internal/setmatrix [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/ipam [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/ipamapi [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/ipams/builtin [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/ipams/null [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/ipams/remote [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/ipams/remote/api [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/ipamutils [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/iptables [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/netlabel [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/netutils [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/networkdb [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/ns [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/options [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/osl [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/osl/kernel [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/portallocator [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/portmapper [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/resolvconf [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/testutils [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/types' [2021-09-16T19:00:34.240Z] + grep --fixed-strings libnetwork/drivers/bridge [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-09-16T19:00:34.240Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-09-16T19:00:34.240Z] + type docker-proxy [2021-09-16T19:00:34.240Z] hack/test/unit: line 25: type: docker-proxy: not found [2021-09-16T19:00:34.240Z] + hack/make.sh binary-proxy install-proxy [2021-09-16T19:00:34.240Z] [2021-09-16T19:00:34.240Z] Removing bundles/ [2021-09-16T19:00:34.240Z] [2021-09-16T19:00:34.240Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2021-09-16T19:00:34.240Z] Building: bundles/binary-proxy/docker-proxy-dev [2021-09-16T19:00:34.240Z] GOOS="" GOARCH="" GOARM="" [2021-09-16T19:00:34.351Z] #21 17.69 Selecting previously unselected package libc6:s390x. [2021-09-16T19:00:34.351Z] #21 17.69 Preparing to unpack .../17-libc6_2.31-13_s390x.deb ... [2021-09-16T19:00:34.387Z] #23 ... [2021-09-16T19:00:34.387Z] [2021-09-16T19:00:34.387Z] #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-16T19:00:34.387Z] #41 sha256:6b8cec4c40d2921a1d2bdc203326c098330e9d2856fcd77ef3a5c99befc5d468 [2021-09-16T19:00:34.610Z] #21 17.88 Unpacking libc6:s390x (2.31-13) ... [2021-09-16T19:00:34.644Z] #41 274.4 + dpkg --print-architecture [2021-09-16T19:00:34.644Z] #41 274.4 + git checkout -q ec87e9b6971d831f0eff752ddb54fb64693e51cd [2021-09-16T19:00:34.644Z] #41 274.6 + GOPATH=/go/src/github.com/docker/distribution/Godeps/_workspace:/go [2021-09-16T19:00:34.644Z] #41 274.6 + go build -buildmode=pie -o /build/registry-v2-schema1 github.com/docker/distribution/cmd/registry [2021-09-16T19:00:34.869Z] #21 18.35 Selecting previously unselected package libapparmor1:s390x. [2021-09-16T19:00:34.869Z] #21 18.35 Preparing to unpack .../18-libapparmor1_2.13.6-10_s390x.deb ... [2021-09-16T19:00:34.869Z] #21 18.36 Unpacking libapparmor1:s390x (2.13.6-10) ... [2021-09-16T19:00:35.128Z] #21 18.41 Selecting previously unselected package libapparmor-dev:s390x. [2021-09-16T19:00:35.128Z] #21 18.41 Preparing to unpack .../19-libapparmor-dev_2.13.6-10_s390x.deb ... [2021-09-16T19:00:35.128Z] #21 18.42 Unpacking libapparmor-dev:s390x (2.13.6-10) ... [2021-09-16T19:00:35.128Z] #21 18.50 Selecting previously unselected package libgcc-s1:armhf. [2021-09-16T19:00:35.128Z] #21 18.50 Preparing to unpack .../20-libgcc-s1_10.2.1-6_armhf.deb ... [2021-09-16T19:00:35.128Z] #21 18.51 Unpacking libgcc-s1:armhf (10.2.1-6) ... [2021-09-16T19:00:35.128Z] #21 18.57 Selecting previously unselected package libcrypt1:armhf. [2021-09-16T19:00:35.128Z] #21 18.58 Preparing to unpack .../21-libcrypt1_1%3a4.4.18-4_armhf.deb ... [2021-09-16T19:00:35.128Z] #21 18.59 Unpacking libcrypt1:armhf (1:4.4.18-4) ... [2021-09-16T19:00:35.387Z] #21 18.67 Selecting previously unselected package libc6:armhf. [2021-09-16T19:00:35.387Z] #21 18.68 Preparing to unpack .../22-libc6_2.31-13_armhf.deb ... [2021-09-16T19:00:35.387Z] #21 18.84 Unpacking libc6:armhf (2.31-13) ... [2021-09-16T19:00:35.673Z] Created symlink /etc/systemd/system/systemd-firstboot.service → /dev/null. [2021-09-16T19:00:35.673Z] Created symlink /etc/systemd/system/systemd-udevd.service → /dev/null. [2021-09-16T19:00:35.673Z] Created symlink /etc/systemd/system/multi-user.target.wants/docker-entrypoint.service → /etc/systemd/system/docker-entrypoint.service. [2021-09-16T19:00:35.673Z] hack/dind-systemd: starting /lib/systemd/systemd --show-status=false --unit=docker-entrypoint.target [2021-09-16T19:00:35.673Z] 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-16T19:00:35.673Z] Detected virtualization docker. [2021-09-16T19:00:35.673Z] Detected architecture x86-64. [2021-09-16T19:00:35.673Z] Set hostname to <1ab550e1399b>. [2021-09-16T19:00:35.673Z] modprobe@configfs.service: Succeeded. [2021-09-16T19:00:35.673Z] modprobe@drm.service: Succeeded. [2021-09-16T19:00:35.673Z] modprobe@fuse.service: Succeeded. [2021-09-16T19:00:35.673Z] + source /etc/docker-entrypoint-cmd [2021-09-16T19:00:35.673Z] ++ hack/make.sh dynbinary test-integration [2021-09-16T19:00:35.673Z] [2021-09-16T19:00:35.935Z] Removing bundles/ [2021-09-16T19:00:35.935Z] [2021-09-16T19:00:35.935Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-09-16T19:00:35.935Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-09-16T19:00:35.935Z] GOOS="" GOARCH="" GOARM="" [2021-09-16T19:00:35.954Z] #21 19.23 Selecting previously unselected package libapparmor1:armhf. [2021-09-16T19:00:35.954Z] #21 19.24 Preparing to unpack .../23-libapparmor1_2.13.6-10_armhf.deb ... [2021-09-16T19:00:35.954Z] #21 19.24 Unpacking libapparmor1:armhf (2.13.6-10) ... [2021-09-16T19:00:35.954Z] #21 19.30 Selecting previously unselected package libapparmor-dev:armhf. [2021-09-16T19:00:35.954Z] #21 19.31 Preparing to unpack .../24-libapparmor-dev_2.13.6-10_armhf.deb ... [2021-09-16T19:00:35.954Z] #21 19.31 Unpacking libapparmor-dev:armhf (2.13.6-10) ... [2021-09-16T19:00:35.954Z] #21 19.39 Selecting previously unselected package libgcc-s1:ppc64el. [2021-09-16T19:00:35.954Z] #21 19.40 Preparing to unpack .../25-libgcc-s1_10.2.1-6_ppc64el.deb ... [2021-09-16T19:00:35.954Z] #21 19.41 Unpacking libgcc-s1:ppc64el (10.2.1-6) ... [2021-09-16T19:00:35.954Z] #21 19.46 Selecting previously unselected package libcrypt1:ppc64el. [2021-09-16T19:00:35.954Z] #21 19.47 Preparing to unpack .../26-libcrypt1_1%3a4.4.18-4_ppc64el.deb ... [2021-09-16T19:00:35.954Z] #21 19.48 Unpacking libcrypt1:ppc64el (1:4.4.18-4) ... [2021-09-16T19:00:36.212Z] #21 19.56 Selecting previously unselected package libc6:ppc64el. [2021-09-16T19:00:36.212Z] #21 19.57 Preparing to unpack .../27-libc6_2.31-13_ppc64el.deb ... [2021-09-16T19:00:36.471Z] #21 19.74 Unpacking libc6:ppc64el (2.31-13) ... [2021-09-16T19:00:37.039Z] #21 20.31 Selecting previously unselected package libapparmor1:ppc64el. [2021-09-16T19:00:37.039Z] #21 20.32 Preparing to unpack .../28-libapparmor1_2.13.6-10_ppc64el.deb ... [2021-09-16T19:00:37.039Z] #21 20.33 Unpacking libapparmor1:ppc64el (2.13.6-10) ... [2021-09-16T19:00:37.039Z] #21 20.38 Selecting previously unselected package libapparmor-dev:ppc64el. [2021-09-16T19:00:37.039Z] #21 20.39 Preparing to unpack .../29-libapparmor-dev_2.13.6-10_ppc64el.deb ... [2021-09-16T19:00:37.039Z] #21 20.40 Unpacking libapparmor-dev:ppc64el (2.13.6-10) ... [2021-09-16T19:00:37.039Z] #21 20.46 Selecting previously unselected package libseccomp2:s390x. [2021-09-16T19:00:37.039Z] #21 20.47 Preparing to unpack .../30-libseccomp2_2.5.1-1_s390x.deb ... [2021-09-16T19:00:37.039Z] #21 20.48 Unpacking libseccomp2:s390x (2.5.1-1) ... [2021-09-16T19:00:37.039Z] #21 20.53 Selecting previously unselected package libseccomp-dev:s390x. [2021-09-16T19:00:37.164Z] #41 ... [2021-09-16T19:00:37.164Z] [2021-09-16T19:00:37.164Z] #23 [dev-systemd-false 9/25] RUN pip3 install yamllint==1.26.1 [2021-09-16T19:00:37.164Z] #23 sha256:9b26ced4cf4009cc5768f0a9c6635a5c4481485463d9459dff849fffa967e104 [2021-09-16T19:00:37.164Z] #23 17.60 Building wheel for yamllint (setup.py): finished with status 'done' [2021-09-16T19:00:37.164Z] #23 17.61 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=eef520fcc57b247f12a8026f2578d7ee37af75b3bfa539b86ee594d12310e55a [2021-09-16T19:00:37.164Z] #23 17.61 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2021-09-16T19:00:37.164Z] #23 17.62 Successfully built yamllint [2021-09-16T19:00:37.164Z] #23 17.66 Installing collected packages: pyyaml, pathspec, yamllint [2021-09-16T19:00:37.164Z] #23 18.38 Successfully installed pathspec-0.9.0 pyyaml-5.4.1 yamllint-1.26.1 [2021-09-16T19:00:37.164Z] #23 DONE 19.9s [2021-09-16T19:00:37.299Z] #21 20.53 Preparing to unpack .../31-libseccomp-dev_2.5.1-1_s390x.deb ... [2021-09-16T19:00:37.299Z] #21 20.54 Unpacking libseccomp-dev:s390x (2.5.1-1) ... [2021-09-16T19:00:37.299Z] #21 20.60 Selecting previously unselected package libseccomp2:ppc64el. [2021-09-16T19:00:37.299Z] #21 20.61 Preparing to unpack .../32-libseccomp2_2.5.1-1_ppc64el.deb ... [2021-09-16T19:00:37.299Z] #21 20.61 Unpacking libseccomp2:ppc64el (2.5.1-1) ... [2021-09-16T19:00:37.299Z] #21 20.68 Selecting previously unselected package libseccomp-dev:ppc64el. [2021-09-16T19:00:37.299Z] #21 20.69 Preparing to unpack .../33-libseccomp-dev_2.5.1-1_ppc64el.deb ... [2021-09-16T19:00:37.299Z] #21 20.69 Unpacking libseccomp-dev:ppc64el (2.5.1-1) ... [2021-09-16T19:00:37.299Z] #21 20.78 Selecting previously unselected package libseccomp2:armhf. [2021-09-16T19:00:37.421Z] [2021-09-16T19:00:37.421Z] #26 [dev-systemd-false 10/25] COPY --from=dockercli /build/ /usr/local/cli [2021-09-16T19:00:37.421Z] #26 sha256:584b9ff59c106bd43d065ae2688b8eadcf82cada4f8640e5cb2aaecf09c517bd [2021-09-16T19:00:37.558Z] #21 20.78 Preparing to unpack .../34-libseccomp2_2.5.1-1_armhf.deb ... [2021-09-16T19:00:37.558Z] #21 20.79 Unpacking libseccomp2:armhf (2.5.1-1) ... [2021-09-16T19:00:37.558Z] #21 20.83 Selecting previously unselected package libseccomp-dev:armhf. [2021-09-16T19:00:37.558Z] #21 20.84 Preparing to unpack .../35-libseccomp-dev_2.5.1-1_armhf.deb ... [2021-09-16T19:00:37.558Z] #21 20.85 Unpacking libseccomp-dev:armhf (2.5.1-1) ... [2021-09-16T19:00:37.558Z] #21 20.91 Selecting previously unselected package libseccomp2:armel. [2021-09-16T19:00:37.558Z] #21 20.91 Preparing to unpack .../36-libseccomp2_2.5.1-1_armel.deb ... [2021-09-16T19:00:37.558Z] #21 20.92 Unpacking libseccomp2:armel (2.5.1-1) ... [2021-09-16T19:00:37.558Z] #21 20.96 Selecting previously unselected package libseccomp-dev:armel. [2021-09-16T19:00:37.558Z] #21 20.97 Preparing to unpack .../37-libseccomp-dev_2.5.1-1_armel.deb ... [2021-09-16T19:00:37.558Z] #21 20.98 Unpacking libseccomp-dev:armel (2.5.1-1) ... [2021-09-16T19:00:37.558Z] #21 21.04 Selecting previously unselected package libseccomp2:arm64. [2021-09-16T19:00:37.678Z] #26 DONE 0.5s [2021-09-16T19:00:37.678Z] [2021-09-16T19:00:37.678Z] #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-16T19:00:37.678Z] #51 sha256:38f49ed11733cb386ab1016045b46d1752876c063116cce36b18f2f11e5c0ab1 [2021-09-16T19:00:37.817Z] #21 21.04 Preparing to unpack .../38-libseccomp2_2.5.1-1_arm64.deb ... [2021-09-16T19:00:37.817Z] #21 21.05 Unpacking libseccomp2:arm64 (2.5.1-1) ... [2021-09-16T19:00:37.817Z] #21 21.09 Selecting previously unselected package libseccomp-dev:arm64. [2021-09-16T19:00:37.817Z] #21 21.10 Preparing to unpack .../39-libseccomp-dev_2.5.1-1_arm64.deb ... [2021-09-16T19:00:37.817Z] #21 21.11 Unpacking libseccomp-dev:arm64 (2.5.1-1) ... [2021-09-16T19:00:37.817Z] #21 21.19 Setting up gcc-10-base:arm64 (10.2.1-6) ... [2021-09-16T19:00:37.817Z] #21 21.20 Setting up gcc-10-base:armel (10.2.1-6) ... [2021-09-16T19:00:37.817Z] #21 21.21 Setting up gcc-10-base:armhf (10.2.1-6) ... [2021-09-16T19:00:37.817Z] #21 21.23 Setting up gcc-10-base:ppc64el (10.2.1-6) ... [2021-09-16T19:00:37.817Z] #21 21.24 Setting up gcc-10-base:s390x (10.2.1-6) ... [2021-09-16T19:00:37.817Z] #21 21.26 Setting up libcrypt1:arm64 (1:4.4.18-4) ... [2021-09-16T19:00:37.817Z] #21 21.27 Setting up libcrypt1:armel (1:4.4.18-4) ... [2021-09-16T19:00:37.817Z] #21 21.29 Setting up libcrypt1:armhf (1:4.4.18-4) ... [2021-09-16T19:00:37.817Z] #21 21.30 Setting up libcrypt1:ppc64el (1:4.4.18-4) ... [2021-09-16T19:00:37.817Z] #21 21.31 Setting up libcrypt1:s390x (1:4.4.18-4) ... [2021-09-16T19:00:37.817Z] #21 21.33 Setting up libgcc-s1:arm64 (10.2.1-6) ... [2021-09-16T19:00:37.817Z] #21 21.34 Setting up libgcc-s1:armel (10.2.1-6) ... [2021-09-16T19:00:37.817Z] #21 21.36 Setting up libgcc-s1:armhf (10.2.1-6) ... [2021-09-16T19:00:37.817Z] #21 21.37 Setting up libgcc-s1:ppc64el (10.2.1-6) ... [2021-09-16T19:00:37.817Z] #21 21.39 Setting up libgcc-s1:s390x (10.2.1-6) ... [2021-09-16T19:00:37.935Z] #51 ... [2021-09-16T19:00:37.935Z] [2021-09-16T19:00:37.935Z] #31 [dev-systemd-false 11/25] COPY --from=frozen-images /build/ /docker-frozen-images [2021-09-16T19:00:37.935Z] #31 sha256:feb23338a17a2236a6a3034b3a3ce256ab869a3924a3af1fcc1c77a085ccf93c [2021-09-16T19:00:38.076Z] #21 21.40 Setting up libc6:arm64 (2.31-13) ... [2021-09-16T19:00:38.501Z] #31 DONE 0.9s [2021-09-16T19:00:38.501Z] [2021-09-16T19:00:38.501Z] #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-16T19:00:38.501Z] #58 sha256:936c27971aff987d69d27a1db87455e572f6d391b58ad99abe1f0843f34cc011 [2021-09-16T19:00:38.919Z] #58 ... [2021-09-16T19:00:38.919Z] [2021-09-16T19:00:38.919Z] #34 [dev-systemd-false 12/25] COPY --from=swagger /build/ /usr/local/bin/ [2021-09-16T19:00:38.919Z] #34 sha256:7b75001332af066ebd6a1b363822d5d1096f87f733b87b0c4f4447bfbb02edbe [2021-09-16T19:00:39.176Z] #34 DONE 0.7s [2021-09-16T19:00:39.176Z] [2021-09-16T19:00:39.176Z] #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-16T19:00:39.176Z] #41 sha256:6b8cec4c40d2921a1d2bdc203326c098330e9d2856fcd77ef3a5c99befc5d468 [2021-09-16T19:00:39.432Z] #41 ... [2021-09-16T19:00:39.432Z] [2021-09-16T19:00:39.432Z] #36 [dev-systemd-false 13/25] COPY --from=tomll /build/ /usr/local/bin/ [2021-09-16T19:00:39.432Z] #36 sha256:e92060191d38e3dde36bada17625257ab556726775e7688aebdae2912122793d [2021-09-16T19:00:39.432Z] #36 DONE 0.1s [2021-09-16T19:00:39.432Z] [2021-09-16T19:00:39.432Z] #39 [dev-systemd-false 14/25] COPY --from=tini /build/ /usr/local/bin/ [2021-09-16T19:00:39.432Z] #39 sha256:88575b02cc1eb315fda2637b72d7047a15c00da8303cdb941a1bd5c5e9b237b9 [2021-09-16T19:00:39.432Z] #39 DONE 0.1s [2021-09-16T19:00:39.455Z] #21 22.62 Setting up libc6:armel (2.31-13) ... [2021-09-16T19:00:39.688Z] [2021-09-16T19:00:39.688Z] #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-16T19:00:39.688Z] #41 sha256:6b8cec4c40d2921a1d2bdc203326c098330e9d2856fcd77ef3a5c99befc5d468 [2021-09-16T19:00:39.945Z] #41 ... [2021-09-16T19:00:39.945Z] [2021-09-16T19:00:39.945Z] #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-16T19:00:39.945Z] #51 sha256:38f49ed11733cb386ab1016045b46d1752876c063116cce36b18f2f11e5c0ab1 [2021-09-16T19:00:39.945Z] #51 280.2 + /build/golangci-lint --version [2021-09-16T19:00:40.391Z] #21 23.82 Setting up libc6:armhf (2.31-13) ... [2021-09-16T19:00:40.508Z] #51 280.7 golangci-lint has version v1.23.8 built from (unknown, mod sum: "h1:NlD+Ld2TKH8qVmADy4iEvPxVmXaqPIeQu3d1cGQP4jc=") on (unknown) [2021-09-16T19:00:40.765Z] #51 DONE 280.9s [2021-09-16T19:00:40.765Z] [2021-09-16T19:00:40.765Z] #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-16T19:00:40.765Z] #41 sha256:6b8cec4c40d2921a1d2bdc203326c098330e9d2856fcd77ef3a5c99befc5d468 [2021-09-16T19:00:41.768Z] #21 25.09 Setting up libc6:ppc64el (2.31-13) ... [2021-09-16T19:00:43.144Z] #21 26.31 Setting up libc6:s390x (2.31-13) ... [2021-09-16T19:00:44.079Z] #21 27.57 Setting up libapparmor1:arm64 (2.13.6-10) ... [2021-09-16T19:00:44.080Z] #21 27.59 Setting up libapparmor1:armel (2.13.6-10) ... [2021-09-16T19:00:44.080Z] #21 27.60 Setting up libapparmor1:armhf (2.13.6-10) ... [2021-09-16T19:00:44.252Z] Created binary: bundles/binary-proxy/docker-proxy-dev [2021-09-16T19:00:44.252Z] [2021-09-16T19:00:44.252Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2021-09-16T19:00:44.252Z] Installing docker-proxy to /usr/local/bin/ [2021-09-16T19:00:44.252Z] [2021-09-16T19:00:44.252Z] + mkdir -p bundles [2021-09-16T19:00:44.252Z] + '[' -n 'github.com/docker/docker/api [2021-09-16T19:00:44.252Z] github.com/docker/docker/api/server [2021-09-16T19:00:44.252Z] github.com/docker/docker/api/server/backend/build [2021-09-16T19:00:44.252Z] github.com/docker/docker/api/server/httputils [2021-09-16T19:00:44.252Z] github.com/docker/docker/api/server/middleware [2021-09-16T19:00:44.252Z] github.com/docker/docker/api/server/router [2021-09-16T19:00:44.252Z] github.com/docker/docker/api/server/router/build [2021-09-16T19:00:44.252Z] github.com/docker/docker/api/server/router/checkpoint [2021-09-16T19:00:44.252Z] github.com/docker/docker/api/server/router/container [2021-09-16T19:00:44.252Z] github.com/docker/docker/api/server/router/debug [2021-09-16T19:00:44.252Z] github.com/docker/docker/api/server/router/distribution [2021-09-16T19:00:44.252Z] github.com/docker/docker/api/server/router/grpc [2021-09-16T19:00:44.252Z] github.com/docker/docker/api/server/router/image [2021-09-16T19:00:44.252Z] github.com/docker/docker/api/server/router/network [2021-09-16T19:00:44.252Z] github.com/docker/docker/api/server/router/plugin [2021-09-16T19:00:44.252Z] github.com/docker/docker/api/server/router/session [2021-09-16T19:00:44.252Z] github.com/docker/docker/api/server/router/swarm [2021-09-16T19:00:44.252Z] github.com/docker/docker/api/server/router/system [2021-09-16T19:00:44.252Z] github.com/docker/docker/api/server/router/volume [2021-09-16T19:00:44.252Z] github.com/docker/docker/api/types [2021-09-16T19:00:44.252Z] github.com/docker/docker/api/types/backend [2021-09-16T19:00:44.252Z] github.com/docker/docker/api/types/blkiodev [2021-09-16T19:00:44.252Z] github.com/docker/docker/api/types/container [2021-09-16T19:00:44.252Z] github.com/docker/docker/api/types/events [2021-09-16T19:00:44.252Z] github.com/docker/docker/api/types/filters [2021-09-16T19:00:44.252Z] github.com/docker/docker/api/types/image [2021-09-16T19:00:44.252Z] github.com/docker/docker/api/types/mount [2021-09-16T19:00:44.252Z] github.com/docker/docker/api/types/network [2021-09-16T19:00:44.252Z] github.com/docker/docker/api/types/plugins/logdriver [2021-09-16T19:00:44.252Z] github.com/docker/docker/api/types/registry [2021-09-16T19:00:44.252Z] github.com/docker/docker/api/types/strslice [2021-09-16T19:00:44.252Z] github.com/docker/docker/api/types/swarm [2021-09-16T19:00:44.252Z] github.com/docker/docker/api/types/swarm/runtime [2021-09-16T19:00:44.252Z] github.com/docker/docker/api/types/time [2021-09-16T19:00:44.252Z] github.com/docker/docker/api/types/versions [2021-09-16T19:00:44.252Z] github.com/docker/docker/api/types/versions/v1p19 [2021-09-16T19:00:44.252Z] github.com/docker/docker/api/types/versions/v1p20 [2021-09-16T19:00:44.252Z] github.com/docker/docker/api/types/volume [2021-09-16T19:00:44.252Z] github.com/docker/docker/builder [2021-09-16T19:00:44.252Z] github.com/docker/docker/builder/builder-next [2021-09-16T19:00:44.252Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2021-09-16T19:00:44.252Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2021-09-16T19:00:44.252Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2021-09-16T19:00:44.252Z] github.com/docker/docker/builder/builder-next/exporter [2021-09-16T19:00:44.252Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2021-09-16T19:00:44.252Z] github.com/docker/docker/builder/builder-next/worker [2021-09-16T19:00:44.252Z] github.com/docker/docker/builder/dockerfile [2021-09-16T19:00:44.252Z] github.com/docker/docker/builder/dockerignore [2021-09-16T19:00:44.252Z] github.com/docker/docker/builder/remotecontext [2021-09-16T19:00:44.252Z] github.com/docker/docker/builder/remotecontext/git [2021-09-16T19:00:44.252Z] github.com/docker/docker/cli [2021-09-16T19:00:44.252Z] github.com/docker/docker/cli/config [2021-09-16T19:00:44.252Z] github.com/docker/docker/cli/debug [2021-09-16T19:00:44.252Z] github.com/docker/docker/client [2021-09-16T19:00:44.252Z] github.com/docker/docker/cmd/docker-proxy [2021-09-16T19:00:44.252Z] github.com/docker/docker/cmd/dockerd [2021-09-16T19:00:44.252Z] github.com/docker/docker/cmd/dockerd/trap [2021-09-16T19:00:44.252Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2021-09-16T19:00:44.252Z] github.com/docker/docker/container [2021-09-16T19:00:44.252Z] github.com/docker/docker/container/stream [2021-09-16T19:00:44.252Z] github.com/docker/docker/contrib/apparmor [2021-09-16T19:00:44.252Z] github.com/docker/docker/contrib/docker-device-tool [2021-09-16T19:00:44.252Z] github.com/docker/docker/contrib/httpserver [2021-09-16T19:00:44.252Z] github.com/docker/docker/daemon [2021-09-16T19:00:44.252Z] github.com/docker/docker/daemon/cluster [2021-09-16T19:00:44.252Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2021-09-16T19:00:44.252Z] github.com/docker/docker/daemon/cluster/convert [2021-09-16T19:00:44.252Z] github.com/docker/docker/daemon/cluster/executor [2021-09-16T19:00:44.252Z] github.com/docker/docker/daemon/cluster/executor/container [2021-09-16T19:00:44.252Z] github.com/docker/docker/daemon/cluster/provider [2021-09-16T19:00:44.252Z] github.com/docker/docker/daemon/config [2021-09-16T19:00:44.253Z] github.com/docker/docker/daemon/discovery [2021-09-16T19:00:44.253Z] github.com/docker/docker/daemon/events [2021-09-16T19:00:44.253Z] github.com/docker/docker/daemon/events/testutils [2021-09-16T19:00:44.253Z] github.com/docker/docker/daemon/exec [2021-09-16T19:00:44.253Z] github.com/docker/docker/daemon/graphdriver [2021-09-16T19:00:44.253Z] github.com/docker/docker/daemon/graphdriver/aufs [2021-09-16T19:00:44.253Z] github.com/docker/docker/daemon/graphdriver/btrfs [2021-09-16T19:00:44.253Z] github.com/docker/docker/daemon/graphdriver/copy [2021-09-16T19:00:44.253Z] github.com/docker/docker/daemon/graphdriver/devmapper [2021-09-16T19:00:44.253Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2021-09-16T19:00:44.253Z] github.com/docker/docker/daemon/graphdriver/graphtest [2021-09-16T19:00:44.253Z] github.com/docker/docker/daemon/graphdriver/overlay [2021-09-16T19:00:44.253Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2021-09-16T19:00:44.253Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2021-09-16T19:00:44.253Z] github.com/docker/docker/daemon/graphdriver/register [2021-09-16T19:00:44.253Z] github.com/docker/docker/daemon/graphdriver/vfs [2021-09-16T19:00:44.253Z] github.com/docker/docker/daemon/graphdriver/zfs [2021-09-16T19:00:44.253Z] github.com/docker/docker/daemon/images [2021-09-16T19:00:44.253Z] github.com/docker/docker/daemon/initlayer [2021-09-16T19:00:44.253Z] github.com/docker/docker/daemon/links [2021-09-16T19:00:44.253Z] github.com/docker/docker/daemon/listeners [2021-09-16T19:00:44.253Z] github.com/docker/docker/daemon/logger [2021-09-16T19:00:44.253Z] github.com/docker/docker/daemon/logger/awslogs [2021-09-16T19:00:44.253Z] github.com/docker/docker/daemon/logger/fluentd [2021-09-16T19:00:44.253Z] github.com/docker/docker/daemon/logger/gcplogs [2021-09-16T19:00:44.253Z] github.com/docker/docker/daemon/logger/gelf [2021-09-16T19:00:44.253Z] github.com/docker/docker/daemon/logger/journald [2021-09-16T19:00:44.253Z] github.com/docker/docker/daemon/logger/jsonfilelog [2021-09-16T19:00:44.253Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2021-09-16T19:00:44.253Z] github.com/docker/docker/daemon/logger/local [2021-09-16T19:00:44.253Z] github.com/docker/docker/daemon/logger/logentries [2021-09-16T19:00:44.253Z] github.com/docker/docker/daemon/logger/loggerutils [2021-09-16T19:00:44.253Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2021-09-16T19:00:44.253Z] github.com/docker/docker/daemon/logger/splunk [2021-09-16T19:00:44.253Z] github.com/docker/docker/daemon/logger/syslog [2021-09-16T19:00:44.253Z] github.com/docker/docker/daemon/logger/templates [2021-09-16T19:00:44.253Z] github.com/docker/docker/daemon/names [2021-09-16T19:00:44.253Z] github.com/docker/docker/daemon/network [2021-09-16T19:00:44.253Z] github.com/docker/docker/daemon/stats [2021-09-16T19:00:44.253Z] github.com/docker/docker/distribution [2021-09-16T19:00:44.253Z] github.com/docker/docker/distribution/metadata [2021-09-16T19:00:44.253Z] github.com/docker/docker/distribution/utils [2021-09-16T19:00:44.253Z] github.com/docker/docker/distribution/xfer [2021-09-16T19:00:44.253Z] github.com/docker/docker/dockerversion [2021-09-16T19:00:44.253Z] github.com/docker/docker/errdefs [2021-09-16T19:00:44.253Z] github.com/docker/docker/image [2021-09-16T19:00:44.253Z] github.com/docker/docker/image/cache [2021-09-16T19:00:44.253Z] github.com/docker/docker/image/tarexport [2021-09-16T19:00:44.253Z] github.com/docker/docker/image/v1 [2021-09-16T19:00:44.253Z] github.com/docker/docker/internal/test/suite [2021-09-16T19:00:44.253Z] github.com/docker/docker/layer [2021-09-16T19:00:44.253Z] github.com/docker/docker/libcontainerd [2021-09-16T19:00:44.253Z] github.com/docker/docker/libcontainerd/queue [2021-09-16T19:00:44.253Z] github.com/docker/docker/libcontainerd/remote [2021-09-16T19:00:44.253Z] github.com/docker/docker/libcontainerd/supervisor [2021-09-16T19:00:44.253Z] github.com/docker/docker/libcontainerd/types [2021-09-16T19:00:44.253Z] github.com/docker/docker/oci [2021-09-16T19:00:44.253Z] github.com/docker/docker/oci/caps [2021-09-16T19:00:44.253Z] github.com/docker/docker/opts [2021-09-16T19:00:44.253Z] github.com/docker/docker/pkg/aaparser [2021-09-16T19:00:44.253Z] github.com/docker/docker/pkg/archive [2021-09-16T19:00:44.253Z] github.com/docker/docker/pkg/authorization [2021-09-16T19:00:44.253Z] github.com/docker/docker/pkg/broadcaster [2021-09-16T19:00:44.253Z] github.com/docker/docker/pkg/capabilities [2021-09-16T19:00:44.253Z] github.com/docker/docker/pkg/chrootarchive [2021-09-16T19:00:44.253Z] github.com/docker/docker/pkg/containerfs [2021-09-16T19:00:44.253Z] github.com/docker/docker/pkg/devicemapper [2021-09-16T19:00:44.253Z] github.com/docker/docker/pkg/directory [2021-09-16T19:00:44.253Z] github.com/docker/docker/pkg/discovery [2021-09-16T19:00:44.253Z] github.com/docker/docker/pkg/discovery/file [2021-09-16T19:00:44.253Z] github.com/docker/docker/pkg/discovery/kv [2021-09-16T19:00:44.253Z] github.com/docker/docker/pkg/discovery/memory [2021-09-16T19:00:44.253Z] github.com/docker/docker/pkg/discovery/nodes [2021-09-16T19:00:44.253Z] github.com/docker/docker/pkg/dmesg [2021-09-16T19:00:44.253Z] github.com/docker/docker/pkg/filenotify [2021-09-16T19:00:44.253Z] github.com/docker/docker/pkg/fileutils [2021-09-16T19:00:44.253Z] github.com/docker/docker/pkg/fsutils [2021-09-16T19:00:44.253Z] github.com/docker/docker/pkg/homedir [2021-09-16T19:00:44.253Z] github.com/docker/docker/pkg/idtools [2021-09-16T19:00:44.253Z] github.com/docker/docker/pkg/ioutils [2021-09-16T19:00:44.253Z] github.com/docker/docker/pkg/jsonmessage [2021-09-16T19:00:44.253Z] github.com/docker/docker/pkg/locker [2021-09-16T19:00:44.253Z] github.com/docker/docker/pkg/longpath [2021-09-16T19:00:44.253Z] github.com/docker/docker/pkg/loopback [2021-09-16T19:00:44.253Z] github.com/docker/docker/pkg/mount [2021-09-16T19:00:44.253Z] github.com/docker/docker/pkg/namesgenerator [2021-09-16T19:00:44.253Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [2021-09-16T19:00:44.253Z] github.com/docker/docker/pkg/parsers [2021-09-16T19:00:44.253Z] github.com/docker/docker/pkg/parsers/kernel [2021-09-16T19:00:44.253Z] github.com/docker/docker/pkg/parsers/operatingsystem [2021-09-16T19:00:44.253Z] github.com/docker/docker/pkg/pidfile [2021-09-16T19:00:44.253Z] github.com/docker/docker/pkg/platform [2021-09-16T19:00:44.253Z] github.com/docker/docker/pkg/plugingetter [2021-09-16T19:00:44.253Z] github.com/docker/docker/pkg/plugins [2021-09-16T19:00:44.253Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2021-09-16T19:00:44.253Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2021-09-16T19:00:44.253Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2021-09-16T19:00:44.253Z] github.com/docker/docker/pkg/plugins/transport [2021-09-16T19:00:44.253Z] github.com/docker/docker/pkg/pools [2021-09-16T19:00:44.253Z] github.com/docker/docker/pkg/progress [2021-09-16T19:00:44.253Z] github.com/docker/docker/pkg/pubsub [2021-09-16T19:00:44.253Z] github.com/docker/docker/pkg/reexec [2021-09-16T19:00:44.253Z] github.com/docker/docker/pkg/signal [2021-09-16T19:00:44.253Z] github.com/docker/docker/pkg/stack [2021-09-16T19:00:44.253Z] github.com/docker/docker/pkg/stdcopy [2021-09-16T19:00:44.253Z] github.com/docker/docker/pkg/streamformatter [2021-09-16T19:00:44.253Z] github.com/docker/docker/pkg/stringid [2021-09-16T19:00:44.253Z] github.com/docker/docker/pkg/symlink [2021-09-16T19:00:44.253Z] github.com/docker/docker/pkg/sysinfo [2021-09-16T19:00:44.253Z] github.com/docker/docker/pkg/system [2021-09-16T19:00:44.253Z] github.com/docker/docker/pkg/tailfile [2021-09-16T19:00:44.253Z] github.com/docker/docker/pkg/tarsum [2021-09-16T19:00:44.253Z] github.com/docker/docker/pkg/term [2021-09-16T19:00:44.253Z] github.com/docker/docker/pkg/term/windows [2021-09-16T19:00:44.253Z] github.com/docker/docker/pkg/truncindex [2021-09-16T19:00:44.253Z] github.com/docker/docker/pkg/urlutil [2021-09-16T19:00:44.253Z] github.com/docker/docker/pkg/useragent [2021-09-16T19:00:44.253Z] github.com/docker/docker/plugin [2021-09-16T19:00:44.253Z] github.com/docker/docker/plugin/executor/containerd [2021-09-16T19:00:44.253Z] github.com/docker/docker/plugin/v2 [2021-09-16T19:00:44.253Z] github.com/docker/docker/profiles/apparmor [2021-09-16T19:00:44.253Z] github.com/docker/docker/profiles/seccomp [2021-09-16T19:00:44.253Z] github.com/docker/docker/quota [2021-09-16T19:00:44.253Z] github.com/docker/docker/reference [2021-09-16T19:00:44.253Z] github.com/docker/docker/registry [2021-09-16T19:00:44.253Z] github.com/docker/docker/registry/resumable [2021-09-16T19:00:44.253Z] github.com/docker/docker/restartmanager [2021-09-16T19:00:44.253Z] github.com/docker/docker/rootless [2021-09-16T19:00:44.253Z] github.com/docker/docker/rootless/specconv [2021-09-16T19:00:44.253Z] github.com/docker/docker/runconfig [2021-09-16T19:00:44.253Z] github.com/docker/docker/runconfig/opts [2021-09-16T19:00:44.253Z] github.com/docker/docker/testutil [2021-09-16T19:00:44.253Z] github.com/docker/docker/testutil/daemon [2021-09-16T19:00:44.253Z] github.com/docker/docker/testutil/environment [2021-09-16T19:00:44.253Z] github.com/docker/docker/testutil/fakecontext [2021-09-16T19:00:44.253Z] github.com/docker/docker/testutil/fakegit [2021-09-16T19:00:44.253Z] github.com/docker/docker/testutil/fakestorage [2021-09-16T19:00:44.253Z] github.com/docker/docker/testutil/fixtures/load [2021-09-16T19:00:44.253Z] github.com/docker/docker/testutil/fixtures/plugin [2021-09-16T19:00:44.253Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2021-09-16T19:00:44.253Z] github.com/docker/docker/testutil/registry [2021-09-16T19:00:44.253Z] github.com/docker/docker/testutil/request [2021-09-16T19:00:44.253Z] github.com/docker/docker/volume [2021-09-16T19:00:44.253Z] github.com/docker/docker/volume/drivers [2021-09-16T19:00:44.253Z] github.com/docker/docker/volume/local [2021-09-16T19:00:44.253Z] github.com/docker/docker/volume/mounts [2021-09-16T19:00:44.253Z] github.com/docker/docker/volume/service [2021-09-16T19:00:44.253Z] github.com/docker/docker/volume/service/opts [2021-09-16T19:00:44.253Z] github.com/docker/docker/volume/testutils' ']' [2021-09-16T19:00:44.253Z] + 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-16T19:00:44.338Z] #21 27.62 Setting up libapparmor1:ppc64el (2.13.6-10) ... [2021-09-16T19:00:44.338Z] #21 27.64 Setting up libapparmor1:s390x (2.13.6-10) ... [2021-09-16T19:00:44.338Z] #21 27.65 Setting up libseccomp2:arm64 (2.5.1-1) ... [2021-09-16T19:00:44.338Z] #21 27.67 Setting up libseccomp2:armel (2.5.1-1) ... [2021-09-16T19:00:44.338Z] #21 27.68 Setting up libseccomp2:armhf (2.5.1-1) ... [2021-09-16T19:00:44.338Z] #21 27.70 Setting up libseccomp2:ppc64el (2.5.1-1) ... [2021-09-16T19:00:44.338Z] #21 27.71 Setting up libseccomp2:s390x (2.5.1-1) ... [2021-09-16T19:00:44.338Z] #21 27.72 Setting up libapparmor-dev:arm64 (2.13.6-10) ... [2021-09-16T19:00:44.338Z] #21 27.74 Setting up libapparmor-dev:armel (2.13.6-10) ... [2021-09-16T19:00:44.338Z] #21 27.75 Setting up libapparmor-dev:armhf (2.13.6-10) ... [2021-09-16T19:00:44.338Z] #21 27.77 Setting up libapparmor-dev:ppc64el (2.13.6-10) ... [2021-09-16T19:00:44.338Z] #21 27.78 Setting up libapparmor-dev:s390x (2.13.6-10) ... [2021-09-16T19:00:44.338Z] #21 27.79 Setting up libseccomp-dev:arm64 (2.5.1-1) ... [2021-09-16T19:00:44.338Z] #21 27.80 Setting up libseccomp-dev:armel (2.5.1-1) ... [2021-09-16T19:00:44.338Z] #21 27.82 Setting up libseccomp-dev:armhf (2.5.1-1) ... [2021-09-16T19:00:44.597Z] #21 27.83 Setting up libseccomp-dev:ppc64el (2.5.1-1) ... [2021-09-16T19:00:44.597Z] #21 27.85 Setting up libseccomp-dev:s390x (2.5.1-1) ... [2021-09-16T19:00:44.597Z] #21 27.86 Processing triggers for libc-bin (2.31-13) ... [2021-09-16T19:00:45.165Z] #21 DONE 28.5s [2021-09-16T19:00:45.165Z] [2021-09-16T19:00:45.165Z] #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-16T19:00:45.165Z] #62 sha256:5829df65045f920165373896114b1145a3eb0a2f7eb93ce2d3173e26178feabf [2021-09-16T19:00:45.652Z] ? github.com/docker/docker/api [no test files] [2021-09-16T19:00:45.995Z] #58 ... [2021-09-16T19:00:45.995Z] [2021-09-16T19:00:45.995Z] #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-16T19:00:45.995Z] #41 sha256:6b8cec4c40d2921a1d2bdc203326c098330e9d2856fcd77ef3a5c99befc5d468 [2021-09-16T19:00:45.995Z] #41 DONE 286.9s [2021-09-16T19:00:45.995Z] [2021-09-16T19:00:45.995Z] #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-16T19:00:45.995Z] #58 sha256:b9bed6e50bc38e9df0b805d24ac1c89234a1e772f93065d28799450b2c52027f [2021-09-16T19:00:45.995Z] #58 ... [2021-09-16T19:00:45.995Z] [2021-09-16T19:00:45.995Z] #42 [dev-systemd-false 15/25] COPY --from=registry /build/ /usr/local/bin/ [2021-09-16T19:00:45.995Z] #42 sha256:8b925ecad21620d700bddc263f180555f1582eaffb21034a692ffbbd11962879 [2021-09-16T19:00:45.995Z] #42 DONE 0.6s [2021-09-16T19:00:45.995Z] [2021-09-16T19:00:45.995Z] #46 [dev-systemd-false 16/25] COPY --from=criu /build/ /usr/local/bin/ [2021-09-16T19:00:45.995Z] #46 sha256:79a0e4f3baaacc386e63da00f01896076d3504fa727f0e0f191782426152e695 [2021-09-16T19:00:45.995Z] #46 DONE 0.0s [2021-09-16T19:00:45.995Z] [2021-09-16T19:00:45.995Z] #48 [dev-systemd-false 17/25] COPY --from=vndr /build/ /usr/local/bin/ [2021-09-16T19:00:45.995Z] #48 sha256:821f8a3fa0f2630e11c2e83b35584edc5ba34cd348d385119a803ef7928c33ef [2021-09-16T19:00:45.995Z] #48 DONE 0.1s [2021-09-16T19:00:45.995Z] [2021-09-16T19:00:45.995Z] #50 [dev-systemd-false 18/25] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-09-16T19:00:45.995Z] #50 sha256:29b7a32db60701cd316cc4e75879ca5c395c5c7c8d7e73ebafb818742efa098a [2021-09-16T19:00:45.995Z] #50 DONE 0.1s [2021-09-16T19:00:45.995Z] [2021-09-16T19:00:45.995Z] #52 [dev-systemd-false 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-09-16T19:00:45.995Z] #52 sha256:055ba46ba47a4424686aee049f4e98395bec56bb453554b1a616d209eb30e53a [2021-09-16T19:00:46.037Z] INFO: Expanding compiler 1 of 3... [2021-09-16T19:00:46.037Z] INFO: Expanding compiler 2 of 3... [2021-09-16T19:00:46.256Z] #52 DONE 0.4s [2021-09-16T19:00:46.256Z] [2021-09-16T19:00:46.256Z] #54 [dev-systemd-false 20/25] COPY --from=shfmt /build/ /usr/local/bin/ [2021-09-16T19:00:46.256Z] #54 sha256:cf0b2e6f4ea5231878fe40c274bfe1b491d5cc4a4fab3024d9f14009a6960661 [2021-09-16T19:00:46.516Z] #54 DONE 0.1s [2021-09-16T19:00:46.516Z] [2021-09-16T19:00:46.516Z] #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-16T19:00:46.516Z] #58 sha256:b9bed6e50bc38e9df0b805d24ac1c89234a1e772f93065d28799450b2c52027f [2021-09-16T19:00:46.541Z] #62 1.398 + RM_GOPATH=0 [2021-09-16T19:00:46.541Z] #62 1.398 + TMP_GOPATH= [2021-09-16T19:00:46.541Z] #62 1.398 + : /build [2021-09-16T19:00:46.541Z] #62 1.398 + '[' -z '' ']' [2021-09-16T19:00:46.541Z] #62 1.398 ++ mktemp -d [2021-09-16T19:00:46.541Z] #62 1.401 + export GOPATH=/tmp/tmp.SKGQpMghRS [2021-09-16T19:00:46.541Z] #62 1.401 + GOPATH=/tmp/tmp.SKGQpMghRS [2021-09-16T19:00:46.541Z] #62 1.401 + RM_GOPATH=1 [2021-09-16T19:00:46.541Z] #62 1.401 + case "$(go env GOARCH)" in [2021-09-16T19:00:46.541Z] #62 1.401 ++ go env GOARCH [2021-09-16T19:00:46.541Z] #62 1.407 + export GO_BUILDMODE=-buildmode=pie [2021-09-16T19:00:46.541Z] #62 1.407 + GO_BUILDMODE=-buildmode=pie [2021-09-16T19:00:46.541Z] #62 ... [2021-09-16T19:00:46.541Z] [2021-09-16T19:00:46.541Z] #22 [dev-systemd-false 1/25] RUN groupadd -r docker [2021-09-16T19:00:46.541Z] #22 sha256:ad12a3693236ab654f22ff2f6e52f24b2a0827a5463616366e2a52f60eef7c5b [2021-09-16T19:00:46.541Z] #22 DONE 1.5s [2021-09-16T19:00:46.541Z] [2021-09-16T19:00:46.541Z] #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-16T19:00:46.541Z] #62 sha256:5829df65045f920165373896114b1145a3eb0a2f7eb93ce2d3173e26178feabf [2021-09-16T19:00:46.541Z] #62 1.407 ++ dirname /tmp/install/install.sh [2021-09-16T19:00:46.541Z] #62 1.408 + dir=/tmp/install [2021-09-16T19:00:46.541Z] #62 1.408 + bin=runc [2021-09-16T19:00:46.541Z] #62 1.408 + shift [2021-09-16T19:00:46.541Z] #62 1.408 + '[' '!' -f /tmp/install/runc.installer ']' [2021-09-16T19:00:46.541Z] #62 1.411 + . /tmp/install/runc.installer [2021-09-16T19:00:46.541Z] #62 1.412 ++ set -e [2021-09-16T19:00:46.541Z] #62 1.412 ++ : v1.0.2 [2021-09-16T19:00:46.541Z] #62 1.421 + install_runc [2021-09-16T19:00:46.541Z] #62 1.421 + RUNC_BUILDTAGS=seccomp [2021-09-16T19:00:46.541Z] #62 1.421 + echo 'Install runc version v1.0.2 (build tags: seccomp)' [2021-09-16T19:00:46.541Z] #62 1.421 Install runc version v1.0.2 (build tags: seccomp) [2021-09-16T19:00:46.541Z] #62 1.421 + git clone https://github.com/opencontainers/runc.git /tmp/tmp.SKGQpMghRS/src/github.com/opencontainers/runc [2021-09-16T19:00:46.541Z] #62 1.423 Cloning into '/tmp/tmp.SKGQpMghRS/src/github.com/opencontainers/runc'... [2021-09-16T19:00:47.477Z] #62 ... [2021-09-16T19:00:47.477Z] [2021-09-16T19:00:47.477Z] #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-16T19:00:47.477Z] #23 sha256:c7898293bb3eae406f8fe483e451ff536cd9a0b46545410c462c520b72fb2319 [2021-09-16T19:00:47.477Z] #23 DONE 1.0s [2021-09-16T19:00:47.736Z] [2021-09-16T19:00:47.736Z] #24 [dev-systemd-false 3/25] RUN ln -sfv /go/src/github.com/docker/docker/.bashrc ~/.bashrc [2021-09-16T19:00:47.736Z] #24 sha256:d3330b5dd8d0a73ad6e46bd041f0f45cec1539acc1b77684be5c588953779daf [2021-09-16T19:00:47.746Z] INFO: Expanding compiler 1 of 3... [2021-09-16T19:00:47.746Z] INFO: Expanding compiler 2 of 3... [2021-09-16T19:00:48.672Z] #24 0.997 '/root/.bashrc' -> '/go/src/github.com/docker/docker/.bashrc' [2021-09-16T19:00:48.672Z] #24 DONE 1.1s [2021-09-16T19:00:48.672Z] [2021-09-16T19:00:48.672Z] #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-16T19:00:48.672Z] #62 sha256:5829df65045f920165373896114b1145a3eb0a2f7eb93ce2d3173e26178feabf [2021-09-16T19:00:49.834Z] INFO: Expanding compiler 3 of 3... [2021-09-16T19:00:49.908Z] INFO: Expanding compiler 3 of 3... [2021-09-16T19:00:50.049Z] #62 ... [2021-09-16T19:00:50.049Z] [2021-09-16T19:00:50.049Z] #25 [dev-systemd-false 4/25] RUN echo "source /usr/share/bash-completion/bash_completion" >> /etc/bash.bashrc [2021-09-16T19:00:50.049Z] #25 sha256:29e9f03487c4b033f58da357530161976733af18f6272f32d99672080df25734 [2021-09-16T19:00:50.049Z] #25 DONE 1.1s [2021-09-16T19:00:50.049Z] [2021-09-16T19:00:50.049Z] #26 [dev-systemd-false 5/25] RUN ln -s /usr/local/completion/bash/docker /etc/bash_completion.d/docker [2021-09-16T19:00:50.049Z] #26 sha256:8e6ad4166df6a7e1a213a43b5200020defd63ef941413188783581e2418fb3c1 [2021-09-16T19:00:50.303Z] INFO: Removing downloaded files... [2021-09-16T19:00:50.303Z] INFO: Downloading containerd [2021-09-16T19:00:50.868Z] INFO: Removing downloaded files... [2021-09-16T19:00:50.868Z] INFO: Downloading containerd [2021-09-16T19:00:50.986Z] #26 DONE 1.1s [2021-09-16T19:00:50.986Z] [2021-09-16T19:00:50.986Z] #27 [dev-systemd-false 6/25] RUN ldconfig [2021-09-16T19:00:50.986Z] #27 sha256:2006132af9afa9da49963f9e9a8479699f0c68a3d451511833ee8a0e70178d8f [2021-09-16T19:00:51.927Z] #27 DONE 1.2s [2021-09-16T19:00:51.927Z] [2021-09-16T19:00:51.927Z] #28 [dev-systemd-false 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2021-09-16T19:00:51.927Z] #28 sha256:a89cfbe437de212ed94301a64e38eb7072cc14edaaf3a41f3f0f8a310312f114 [2021-09-16T19:00:53.422Z] #28 1.337 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye InRelease [113 kB] [2021-09-16T19:00:53.422Z] #28 1.358 Get:2 http://cdn-fastly.deb.debian.org/debian-security bullseye-security InRelease [44.1 kB] [2021-09-16T19:00:53.422Z] #28 1.470 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye-updates InRelease [36.8 kB] [2021-09-16T19:00:53.681Z] #28 1.572 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main armel Packages [7861 kB] [2021-09-16T19:00:53.682Z] #28 1.826 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main arm64 Packages [8066 kB] [2021-09-16T19:00:54.248Z] #28 2.134 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main s390x Packages [7873 kB] [2021-09-16T19:00:54.248Z] #28 2.252 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main ppc64el Packages [8027 kB] [2021-09-16T19:00:54.506Z] #28 2.418 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main armhf Packages [7941 kB] [2021-09-16T19:00:54.765Z] #28 2.623 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 Packages [8178 kB] [2021-09-16T19:00:55.024Z] #28 2.877 Get:10 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main amd64 Packages [31.1 kB] [2021-09-16T19:00:55.024Z] #28 2.879 Get:11 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armel Packages [29.7 kB] [2021-09-16T19:00:55.024Z] #28 2.880 Get:12 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main armhf Packages [30.6 kB] [2021-09-16T19:00:55.024Z] #28 2.881 Get:13 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main ppc64el Packages [31.1 kB] [2021-09-16T19:00:55.024Z] #28 2.882 Get:14 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main s390x Packages [31.0 kB] [2021-09-16T19:00:55.024Z] #28 2.885 Get:15 http://cdn-fastly.deb.debian.org/debian-security bullseye-security/main arm64 Packages [31.0 kB] [2021-09-16T19:00:58.977Z] [2021-09-16T19:00:58.977Z] Name Version Source Summary [2021-09-16T19:00:58.977Z] ---- ------- ------ ------- [2021-09-16T19:00:58.977Z] 7Zip4Powershell 2.0.0 PSGallery Powershell ... [2021-09-16T19:00:59.969Z] [2021-09-16T19:00:59.969Z] PSPath : Microsoft.PowerShell.Core\FileSystem::C:\containerd [2021-09-16T19:00:59.969Z] PSParentPath : Microsoft.PowerShell.Core\FileSystem::C:\ [2021-09-16T19:00:59.969Z] PSChildName : containerd [2021-09-16T19:00:59.969Z] PSDrive : C [2021-09-16T19:00:59.969Z] PSProvider : Microsoft.PowerShell.Core\FileSystem [2021-09-16T19:00:59.969Z] PSIsContainer : True [2021-09-16T19:00:59.969Z] Name : containerd [2021-09-16T19:00:59.969Z] FullName : C:\containerd [2021-09-16T19:00:59.969Z] Parent : [2021-09-16T19:00:59.969Z] Exists : True [2021-09-16T19:00:59.969Z] Root : C:\ [2021-09-16T19:00:59.969Z] Extension : [2021-09-16T19:00:59.969Z] CreationTime : 9/16/2021 7:00:59 PM [2021-09-16T19:00:59.969Z] CreationTimeUtc : 9/16/2021 7:00:59 PM [2021-09-16T19:00:59.969Z] LastAccessTime : 9/16/2021 7:00:59 PM [2021-09-16T19:00:59.969Z] LastAccessTimeUtc : 9/16/2021 7:00:59 PM [2021-09-16T19:00:59.969Z] LastWriteTime : 9/16/2021 7:00:59 PM [2021-09-16T19:00:59.969Z] LastWriteTimeUtc : 9/16/2021 7:00:59 PM [2021-09-16T19:00:59.969Z] Attributes : Directory [2021-09-16T19:00:59.969Z] Mode : d----- [2021-09-16T19:00:59.969Z] BaseName : containerd [2021-09-16T19:00:59.969Z] Target : {} [2021-09-16T19:00:59.969Z] LinkType : [2021-09-16T19:00:59.969Z] [2021-09-16T19:01:00.614Z] ok github.com/docker/docker/api/server 0.030s coverage: 9.0% of statements [2021-09-16T19:01:01.141Z] [2021-09-16T19:01:01.141Z] Name Version Source Summary [2021-09-16T19:01:01.141Z] ---- ------- ------ ------- [2021-09-16T19:01:01.141Z] 7Zip4Powershell 2.0.0 PSGallery Powershell ... [2021-09-16T19:01:01.141Z] [2021-09-16T19:01:01.141Z] PSPath : Microsoft.PowerShell.Core\FileSystem::C:\containerd [2021-09-16T19:01:01.141Z] PSParentPath : Microsoft.PowerShell.Core\FileSystem::C:\ [2021-09-16T19:01:01.141Z] PSChildName : containerd [2021-09-16T19:01:01.141Z] PSDrive : C [2021-09-16T19:01:01.141Z] PSProvider : Microsoft.PowerShell.Core\FileSystem [2021-09-16T19:01:01.141Z] PSIsContainer : True [2021-09-16T19:01:01.141Z] Name : containerd [2021-09-16T19:01:01.141Z] FullName : C:\containerd [2021-09-16T19:01:01.141Z] Parent : [2021-09-16T19:01:01.141Z] Exists : True [2021-09-16T19:01:01.141Z] Root : C:\ [2021-09-16T19:01:01.141Z] Extension : [2021-09-16T19:01:01.141Z] CreationTime : 9/16/2021 7:01:00 PM [2021-09-16T19:01:01.141Z] CreationTimeUtc : 9/16/2021 7:01:00 PM [2021-09-16T19:01:01.141Z] LastAccessTime : 9/16/2021 7:01:00 PM [2021-09-16T19:01:01.141Z] LastAccessTimeUtc : 9/16/2021 7:01:00 PM [2021-09-16T19:01:01.141Z] LastWriteTime : 9/16/2021 7:01:00 PM [2021-09-16T19:01:01.141Z] LastWriteTimeUtc : 9/16/2021 7:01:00 PM [2021-09-16T19:01:01.141Z] Attributes : Directory [2021-09-16T19:01:01.141Z] Mode : d----- [2021-09-16T19:01:01.141Z] BaseName : containerd [2021-09-16T19:01:01.141Z] Target : {} [2021-09-16T19:01:01.141Z] LinkType : [2021-09-16T19:01:01.141Z] [2021-09-16T19:01:01.541Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2021-09-16T19:01:01.541Z] INFO: Configuring git core.autocrlf... [2021-09-16T19:01:01.541Z] [2021-09-16T19:01:01.541Z] [2021-09-16T19:01:01.588Z] #28 ... [2021-09-16T19:01:01.588Z] [2021-09-16T19:01:01.588Z] #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-16T19:01:01.588Z] #62 sha256:5829df65045f920165373896114b1145a3eb0a2f7eb93ce2d3173e26178feabf [2021-09-16T19:01:01.588Z] #62 5.884 + cd /tmp/tmp.SKGQpMghRS/src/github.com/opencontainers/runc [2021-09-16T19:01:01.588Z] #62 5.884 + git checkout -q v1.0.2 [2021-09-16T19:01:01.588Z] #62 6.134 + '[' -z '' ']' [2021-09-16T19:01:01.588Z] #62 6.135 + target=static [2021-09-16T19:01:01.588Z] #62 6.135 + make BUILDTAGS=seccomp static [2021-09-16T19:01:01.588Z] #62 6.262 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-16T19:01:02.103Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2021-09-16T19:01:02.103Z] INFO: Configuring git core.autocrlf... [2021-09-16T19:01:02.103Z] [2021-09-16T19:01:02.103Z] [2021-09-16T19:01:02.660Z] #41 DONE 300.9s [2021-09-16T19:01:02.660Z] [2021-09-16T19:01:02.661Z] #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-16T19:01:02.661Z] #55 sha256:d39ece25e164847cdbea50c96f4b14c47888368390cf7ffa05255d4563fece37 [2021-09-16T19:01:03.224Z] #55 ... [2021-09-16T19:01:03.224Z] [2021-09-16T19:01:03.224Z] #42 [dev-systemd-false 15/25] COPY --from=registry /build/ /usr/local/bin/ [2021-09-16T19:01:03.224Z] #42 sha256:d65a1ceb437b966772d6aed0f75260c0444dfc2655c0e3618d765348d23a95b6 [2021-09-16T19:01:03.486Z] #42 DONE 0.3s [2021-09-16T19:01:03.486Z] [2021-09-16T19:01:03.486Z] #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-16T19:01:03.486Z] #55 sha256:d39ece25e164847cdbea50c96f4b14c47888368390cf7ffa05255d4563fece37 [2021-09-16T19:01:03.486Z] #55 ... [2021-09-16T19:01:03.486Z] [2021-09-16T19:01:03.486Z] #46 [dev-systemd-false 16/25] COPY --from=criu /build/ /usr/local/bin/ [2021-09-16T19:01:03.486Z] #46 sha256:bec5cc43a22aabf5ae8f98fa2172198fa0845ace3ea937ebd43ed5ac85acba38 [2021-09-16T19:01:03.486Z] #46 DONE 0.1s [2021-09-16T19:01:03.486Z] [2021-09-16T19:01:03.486Z] #48 [dev-systemd-false 17/25] COPY --from=vndr /build/ /usr/local/bin/ [2021-09-16T19:01:03.486Z] #48 sha256:0b8c92d5c9fb2e91678fac6423ed9e67cf4cd1d3ed866398a9510824caf07e79 [2021-09-16T19:01:03.742Z] #48 DONE 0.1s [2021-09-16T19:01:03.742Z] [2021-09-16T19:01:03.742Z] #50 [dev-systemd-false 18/25] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-09-16T19:01:03.742Z] #50 sha256:58c9dda50b7c02e9a7371f5a9aaf9e04deadb259834b460b9165c244f14e732e [2021-09-16T19:01:03.742Z] #50 DONE 0.1s [2021-09-16T19:01:03.742Z] [2021-09-16T19:01:03.742Z] #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-16T19:01:03.742Z] #55 sha256:d39ece25e164847cdbea50c96f4b14c47888368390cf7ffa05255d4563fece37 [2021-09-16T19:01:03.742Z] #55 ... [2021-09-16T19:01:03.742Z] [2021-09-16T19:01:03.742Z] #52 [dev-systemd-false 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-09-16T19:01:03.742Z] #52 sha256:be56b2428f7d3c17add1e8c9c49a0afa5cf3123d249dedf7da3d89273e14da78 [2021-09-16T19:01:03.999Z] #52 DONE 0.2s [2021-09-16T19:01:03.999Z] [2021-09-16T19:01:03.999Z] #54 [dev-systemd-false 20/25] COPY --from=shfmt /build/ /usr/local/bin/ [2021-09-16T19:01:03.999Z] #54 sha256:7f0c3a55548fc0bf057d40843a971618edf287035ae68e7e2c9620e84e488fd7 [2021-09-16T19:01:03.999Z] #54 DONE 0.1s [2021-09-16T19:01:03.999Z] [2021-09-16T19:01:04.000Z] #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-16T19:01:04.000Z] #58 sha256:936c27971aff987d69d27a1db87455e572f6d391b58ad99abe1f0843f34cc011 [2021-09-16T19:01:05.774Z] #62 ... [2021-09-16T19:01:05.774Z] [2021-09-16T19:01:05.774Z] #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-16T19:01:05.774Z] #65 sha256:4e05e2bdc40da9b39fd5f0cd6f8761d46a72018ef09eff65b77ff7b5c05e1dc7 [2021-09-16T19:01:05.774Z] #65 65.65 + bin/containerd [2021-09-16T19:01:06.033Z] #65 ... [2021-09-16T19:01:06.033Z] [2021-09-16T19:01:06.033Z] #28 [dev-systemd-false 7/25] RUN --mount=type=cache,sharing=locked,id=moby-dev-aptlib,target=/var/lib/apt --mount=type=cache,sharing=locked,id=moby-dev-aptcache,target=/var/cache/apt apt-get update && apt-get install -y --no-install-recommends apparmor bash-completion bzip2 inetutils-ping iproute2 iptables jq libcap2-bin libnet1 libnl-3-200 libprotobuf-c1 net-tools patch pigz python3-pip python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim vim-common xfsprogs xz-utils zip zstd [2021-09-16T19:01:06.033Z] #28 sha256:a89cfbe437de212ed94301a64e38eb7072cc14edaaf3a41f3f0f8a310312f114 [2021-09-16T19:01:06.033Z] #28 13.80 Fetched 48.3 MB in 13s (3802 kB/s) [2021-09-16T19:01:08.479Z] #58 250.1 + bin/containerd [2021-09-16T19:01:11.786Z] #58 ... [2021-09-16T19:01:11.786Z] [2021-09-16T19:01:11.786Z] #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-16T19:01:11.786Z] #55 sha256:df75f0f6a5b3b8131c012ea79b6e84e872c80bcfa3b2fd447ffec2788da8a3c1 [2021-09-16T19:01:11.786Z] #55 147.7 CGO_ENABLED=1 go build -trimpath -tags "seccomp netgo osusergo" -ldflags "-extldflags -static -X main.gitCommit=v1.0.2-0-g52b36a2d -X main.version=1.0.2 " -o contrib/cmd/recvtty/recvtty ./contrib/cmd/recvtty [2021-09-16T19:01:12.359Z] #55 148.6 + mkdir -p /build [2021-09-16T19:01:12.359Z] #55 148.6 + cp runc /build/runc [2021-09-16T19:01:12.601Z] #28 13.80 Reading package lists... [2021-09-16T19:01:13.747Z] #55 DONE 149.7s [2021-09-16T19:01:13.747Z] [2021-09-16T19:01:13.747Z] #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-16T19:01:13.747Z] #58 sha256:b9bed6e50bc38e9df0b805d24ac1c89234a1e772f93065d28799450b2c52027f [2021-09-16T19:01:15.663Z] #58 ... [2021-09-16T19:01:15.663Z] [2021-09-16T19:01:15.663Z] #56 [dev-systemd-false 21/25] COPY --from=runc /build/ /usr/local/bin/ [2021-09-16T19:01:15.663Z] #56 sha256:6c8340fe2b9604778c7e9f7ebfa3465d2010e9f455ef853065379781642e56f2 [2021-09-16T19:01:15.663Z] #56 DONE 0.3s [2021-09-16T19:01:15.663Z] [2021-09-16T19:01:15.663Z] #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-16T19:01:15.664Z] #58 sha256:b9bed6e50bc38e9df0b805d24ac1c89234a1e772f93065d28799450b2c52027f [2021-09-16T19:01:18.081Z] a0ddf88812f1: Pull complete [2021-09-16T19:01:18.081Z] Digest: sha256:2b33eda096538c803fbf0c03dc7ea42c3c1b713e30aae03116d989867eda2bf8 [2021-09-16T19:01:18.081Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2021-09-16T19:01:18.081Z] mcr.microsoft.com/windows/servercore:ltsc2019 [2021-09-16T19:01:18.081Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 completed successfully [2021-09-16T19:01:18.081Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore [2021-09-16T19:01:18.081Z] INFO: Version of microsoft/windowsservercore:latest is '10.0.17763.2183' [2021-09-16T19:01:18.081Z] INFO: Docker version of control daemon [2021-09-16T19:01:18.081Z] [2021-09-16T19:01:18.081Z] Client: [2021-09-16T19:01:18.081Z] Version: 20.10.8 [2021-09-16T19:01:18.081Z] API version: 1.41 [2021-09-16T19:01:18.081Z] Go version: go1.16.6 [2021-09-16T19:01:18.081Z] Git commit: 3967b7d [2021-09-16T19:01:18.081Z] Built: Fri Jul 30 19:58:50 2021 [2021-09-16T19:01:18.081Z] OS/Arch: windows/amd64 [2021-09-16T19:01:18.081Z] Context: default [2021-09-16T19:01:18.081Z] Experimental: true [2021-09-16T19:01:18.081Z] [2021-09-16T19:01:18.081Z] Server: Docker Engine - Community [2021-09-16T19:01:18.081Z] Engine: [2021-09-16T19:01:18.081Z] Version: 20.10.8 [2021-09-16T19:01:18.081Z] API version: 1.41 (minimum version 1.24) [2021-09-16T19:01:18.081Z] Go version: go1.16.6 [2021-09-16T19:01:18.081Z] Git commit: 75249d8 [2021-09-16T19:01:18.081Z] Built: Fri Jul 30 19:54:29 2021 [2021-09-16T19:01:18.081Z] OS/Arch: windows/amd64 [2021-09-16T19:01:18.081Z] Experimental: true [2021-09-16T19:01:18.081Z] [2021-09-16T19:01:18.081Z] INFO: Docker info of control daemon [2021-09-16T19:01:18.081Z] [2021-09-16T19:01:18.081Z] Client: [2021-09-16T19:01:18.081Z] Context: default [2021-09-16T19:01:18.081Z] Debug Mode: false [2021-09-16T19:01:18.081Z] Plugins: [2021-09-16T19:01:18.081Z] app: Docker Application (Docker Inc., v0.8.0) [2021-09-16T19:01:18.081Z] cluster: Manage Mirantis Container Cloud clusters (Mirantis Inc., v1.9.0) [2021-09-16T19:01:18.081Z] registry: Manage Docker registries (Docker Inc., 0.1.0) [2021-09-16T19:01:18.081Z] [2021-09-16T19:01:18.081Z] Server: [2021-09-16T19:01:18.081Z] Containers: 0 [2021-09-16T19:01:18.081Z] Running: 0 [2021-09-16T19:01:18.081Z] Paused: 0 [2021-09-16T19:01:18.081Z] Stopped: 0 [2021-09-16T19:01:18.081Z] Images: 1 [2021-09-16T19:01:18.081Z] Server Version: 20.10.8 [2021-09-16T19:01:18.081Z] Storage Driver: windowsfilter (windows) lcow (linux) [2021-09-16T19:01:18.081Z] Windows: [2021-09-16T19:01:18.081Z] LCOW: [2021-09-16T19:01:18.081Z] Logging Driver: json-file [2021-09-16T19:01:18.081Z] Plugins: [2021-09-16T19:01:18.081Z] Volume: local [2021-09-16T19:01:18.081Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-09-16T19:01:18.081Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-09-16T19:01:18.081Z] Swarm: inactive [2021-09-16T19:01:18.081Z] Default Isolation: process [2021-09-16T19:01:18.081Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2021-09-16T19:01:18.081Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2114) [2021-09-16T19:01:18.081Z] OSType: windows [2021-09-16T19:01:18.081Z] Architecture: x86_64 [2021-09-16T19:01:18.081Z] CPUs: 4 [2021-09-16T19:01:18.081Z] Total Memory: 32GiB [2021-09-16T19:01:18.081Z] Name: azwin-2-dabed0 [2021-09-16T19:01:18.081Z] ID: XY73:YXCL:4JV2:L5OD:3LLO:K3OC:FGXE:SVIG:WUSL:HBJG:UQY5:VISZ [2021-09-16T19:01:18.081Z] Docker Root Dir: D:\docker [2021-09-16T19:01:18.081Z] Debug Mode: false [2021-09-16T19:01:18.081Z] Registry: https://index.docker.io/v1/ [2021-09-16T19:01:18.081Z] Labels: [2021-09-16T19:01:18.081Z] Experimental: true [2021-09-16T19:01:18.081Z] Insecure Registries: [2021-09-16T19:01:18.081Z] 10.0.0.4:5000 [2021-09-16T19:01:18.081Z] 127.0.0.0/8 [2021-09-16T19:01:18.081Z] Registry Mirrors: [2021-09-16T19:01:18.081Z] http://10.0.0.4:5000/ [2021-09-16T19:01:18.081Z] Live Restore Enabled: false [2021-09-16T19:01:18.081Z] Product License: Community Engine [2021-09-16T19:01:18.081Z] [2021-09-16T19:01:18.081Z] [2021-09-16T19:01:18.081Z] INFO: Commit hash is e187eb2bb5 [2021-09-16T19:01:18.081Z] INFO: Nuke-Everything... [2021-09-16T19:01:18.081Z] INFO: Container count on control daemon to delete is 0 [2021-09-16T19:01:18.081Z] INFO: Nuking d:\CI [2021-09-16T19:01:18.081Z] INFO: Zapped successfully [2021-09-16T19:01:18.081Z] INFO: Location for testing is d:\CI\PR-41759\9 [2021-09-16T19:01:18.081Z] INFO: Validating GOLang consistency in Dockerfile.windows... [2021-09-16T19:01:18.081Z] [2021-09-16T19:01:18.081Z] [2021-09-16T19:01:18.081Z] INFO: Building the image from Dockerfile.windows at 09/16/2021 19:01:15... [2021-09-16T19:01:18.081Z] [2021-09-16T19:01:19.169Z] #28 20.23 Reading package lists... [2021-09-16T19:01:20.105Z] #28 26.65 Building dependency tree... [2021-09-16T19:01:20.325Z] Sending build context to Docker daemon 60.65MB [2021-09-16T19:01:20.325Z] [2021-09-16T19:01:20.784Z] Step 1/11 : FROM microsoft/windowsservercore [2021-09-16T19:01:20.784Z] ---> 6e98155df178 [2021-09-16T19:01:20.784Z] Step 2/11 : SHELL ["powershell", "-Command", "$ErrorActionPreference = 'Stop'; $ProgressPreference = 'SilentlyContinue';"] [2021-09-16T19:01:20.784Z] ---> Running in f9679ec8731a [2021-09-16T19:01:21.242Z] Removing intermediate container f9679ec8731a [2021-09-16T19:01:21.242Z] ---> f685905fc3a5 [2021-09-16T19:01:21.242Z] Step 3/11 : ARG GO_VERSION=1.17.0 [2021-09-16T19:01:21.242Z] ---> Running in dc16579f5272 [2021-09-16T19:01:21.242Z] Removing intermediate container dc16579f5272 [2021-09-16T19:01:21.484Z] #28 29.39 bzip2 is already the newest version (1.0.8-4). [2021-09-16T19:01:21.484Z] #28 29.39 patch is already the newest version (2.7.6-7). [2021-09-16T19:01:21.484Z] #28 29.39 xz-utils is already the newest version (5.2.5-2). [2021-09-16T19:01:21.484Z] #28 29.39 The following additional packages will be installed: [2021-09-16T19:01:21.484Z] #28 29.39 libaio1 libbpf0 libcap2 libelf1 libgpm2 libinih1 libip4tc2 libip6tc2 libjq1 [2021-09-16T19:01:21.484Z] #28 29.39 libmnl0 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libonig5 [2021-09-16T19:01:21.484Z] #28 29.39 libxtables12 python-pip-whl python3-distutils python3-lib2to3 [2021-09-16T19:01:21.484Z] #28 29.40 python3-pkg-resources vim-runtime xxd [2021-09-16T19:01:21.484Z] #28 29.42 Suggested packages: [2021-09-16T19:01:21.484Z] #28 29.42 apparmor-profiles-extra apparmor-utils iproute2-doc firewalld kmod gpm [2021-09-16T19:01:21.484Z] #28 29.42 python-setuptools-doc ctags vim-doc vim-scripts xfsdump acl attr quota [2021-09-16T19:01:21.484Z] #28 29.42 Recommended packages: [2021-09-16T19:01:21.484Z] #28 29.42 libatm1 nftables libpam-cap build-essential python3-dev unzip [2021-09-16T19:01:21.700Z] ---> b78623ef129f [2021-09-16T19:01:21.700Z] Step 4/11 : ARG CONTAINERD_VERSION=1.5.5 [2021-09-16T19:01:21.700Z] ---> Running in fcd598408e88 [2021-09-16T19:01:21.700Z] Removing intermediate container fcd598408e88 [2021-09-16T19:01:21.700Z] ---> 7d4f0dd47b94 [2021-09-16T19:01:21.700Z] Step 5/11 : ARG GOTESTSUM_VERSION=v1.7.0 [2021-09-16T19:01:21.700Z] ---> Running in 7a3397ce7f32 [2021-09-16T19:01:22.158Z] Removing intermediate container 7a3397ce7f32 [2021-09-16T19:01:22.158Z] ---> 5a6a22e62290 [2021-09-16T19:01:22.158Z] 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-16T19:01:22.158Z] ---> Running in 4ad8fae56f75 [2021-09-16T19:01:22.617Z] Removing intermediate container 4ad8fae56f75 [2021-09-16T19:01:22.617Z] ---> be886e98f8cc [2021-09-16T19:01:22.617Z] 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-16T19:01:22.617Z] ---> Running in 066aeba50e58 [2021-09-16T19:01:22.866Z] #28 30.88 The following NEW packages will be installed: [2021-09-16T19:01:22.866Z] #28 30.88 apparmor bash-completion inetutils-ping iproute2 iptables jq libaio1 libbpf0 [2021-09-16T19:01:22.866Z] #28 30.88 libcap2 libcap2-bin libelf1 libgpm2 libinih1 libip4tc2 libip6tc2 libjq1 [2021-09-16T19:01:22.866Z] #28 30.88 libmnl0 libnet1 libnetfilter-conntrack3 libnfnetlink0 libnftnl11 libnl-3-200 [2021-09-16T19:01:22.866Z] #28 30.89 libonig5 libprotobuf-c1 libxtables12 net-tools pigz python-pip-whl [2021-09-16T19:01:22.866Z] #28 30.89 python3-distutils python3-lib2to3 python3-pip python3-pkg-resources [2021-09-16T19:01:22.866Z] #28 30.89 python3-setuptools python3-wheel sudo thin-provisioning-tools uidmap vim [2021-09-16T19:01:22.866Z] #28 30.89 vim-common vim-runtime xfsprogs xxd zip zstd [2021-09-16T19:01:23.125Z] #28 31.26 0 upgraded, 44 newly installed, 0 to remove and 0 not upgraded. [2021-09-16T19:01:23.125Z] #28 31.26 Need to get 18.6 MB of archives. [2021-09-16T19:01:23.125Z] #28 31.26 After this operation, 71.4 MB of additional disk space will be used. [2021-09-16T19:01:23.125Z] #28 31.26 Get:1 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 pigz amd64 2.6-1 [64.0 kB] [2021-09-16T19:01:23.389Z] #28 31.26 Get:2 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libelf1 amd64 0.183-1 [165 kB] [2021-09-16T19:01:23.389Z] #28 31.26 Get:3 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libbpf0 amd64 1:0.3-2 [98.3 kB] [2021-09-16T19:01:23.389Z] #28 31.27 Get:4 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2 amd64 1:2.44-1 [23.6 kB] [2021-09-16T19:01:23.389Z] #28 31.27 Get:5 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libmnl0 amd64 1.0.4-3 [12.5 kB] [2021-09-16T19:01:23.389Z] #28 31.27 Get:6 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libxtables12 amd64 1.8.7-1 [45.1 kB] [2021-09-16T19:01:23.389Z] #28 31.28 Get:7 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libcap2-bin amd64 1:2.44-1 [32.6 kB] [2021-09-16T19:01:23.389Z] #28 31.28 Get:8 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iproute2 amd64 5.10.0-4 [930 kB] [2021-09-16T19:01:23.389Z] #28 31.30 Get:9 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xxd amd64 2:8.2.2434-3 [192 kB] [2021-09-16T19:01:23.389Z] #28 31.31 Get:10 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-common all 2:8.2.2434-3 [226 kB] [2021-09-16T19:01:23.389Z] #28 31.31 Get:11 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 bash-completion all 1:2.11-2 [234 kB] [2021-09-16T19:01:23.389Z] #28 31.31 Get:12 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 apparmor amd64 2.13.6-10 [640 kB] [2021-09-16T19:01:23.389Z] #28 31.32 Get:13 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 inetutils-ping amd64 2:2.0-1 [245 kB] [2021-09-16T19:01:23.389Z] #28 31.33 Get:14 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip4tc2 amd64 1.8.7-1 [34.6 kB] [2021-09-16T19:01:23.389Z] #28 31.33 Get:15 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libip6tc2 amd64 1.8.7-1 [35.0 kB] [2021-09-16T19:01:23.389Z] #28 31.33 Get:16 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnfnetlink0 amd64 1.0.1-3+b1 [13.9 kB] [2021-09-16T19:01:23.389Z] #28 31.33 Get:17 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnetfilter-conntrack3 amd64 1.0.8-3 [40.6 kB] [2021-09-16T19:01:23.389Z] #28 31.33 Get:18 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnftnl11 amd64 1.1.9-1 [63.7 kB] [2021-09-16T19:01:23.389Z] #28 31.33 Get:19 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 iptables amd64 1.8.7-1 [382 kB] [2021-09-16T19:01:23.389Z] #28 31.34 Get:20 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libonig5 amd64 6.9.6-1.1 [185 kB] [2021-09-16T19:01:23.389Z] #28 31.35 Get:21 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libjq1 amd64 1.6-2.1 [135 kB] [2021-09-16T19:01:23.389Z] #28 31.35 Get:22 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 jq amd64 1.6-2.1 [64.9 kB] [2021-09-16T19:01:23.389Z] #28 31.35 Get:23 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libaio1 amd64 0.3.112-9 [12.5 kB] [2021-09-16T19:01:23.389Z] #28 31.35 Get:24 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libgpm2 amd64 1.20.7-8 [35.6 kB] [2021-09-16T19:01:23.389Z] #28 31.35 Get:25 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libinih1 amd64 53-1+b2 [6792 B] [2021-09-16T19:01:23.389Z] #28 31.35 Get:26 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnet1 amd64 1.1.6+dfsg-3.1 [60.4 kB] [2021-09-16T19:01:23.389Z] #28 31.35 Get:27 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libnl-3-200 amd64 3.4.0-1+b1 [63.6 kB] [2021-09-16T19:01:23.389Z] #28 31.36 Get:28 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 libprotobuf-c1 amd64 1.3.3-1+b2 [27.0 kB] [2021-09-16T19:01:23.389Z] #28 31.36 Get:29 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 net-tools amd64 1.60+git20181103.0eebece-1 [250 kB] [2021-09-16T19:01:23.389Z] #28 31.36 Get:30 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python-pip-whl all 20.3.4-4 [1948 kB] [2021-09-16T19:01:23.389Z] #28 31.39 Get:31 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-lib2to3 all 3.9.2-1 [77.8 kB] [2021-09-16T19:01:23.389Z] #28 31.39 Get:32 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-distutils all 3.9.2-1 [143 kB] [2021-09-16T19:01:23.389Z] #28 31.39 Get:33 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pkg-resources all 52.0.0-4 [190 kB] [2021-09-16T19:01:23.389Z] #28 31.39 Get:34 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-setuptools all 52.0.0-4 [366 kB] [2021-09-16T19:01:23.389Z] #28 31.40 Get:35 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-wheel all 0.34.2-1 [24.0 kB] [2021-09-16T19:01:23.389Z] #28 31.40 Get:36 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 python3-pip all 20.3.4-4 [337 kB] [2021-09-16T19:01:23.389Z] #28 31.41 Get:37 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 sudo amd64 1.9.5p2-3 [1059 kB] [2021-09-16T19:01:23.389Z] #28 31.42 Get:38 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 thin-provisioning-tools amd64 0.9.0-1 [393 kB] [2021-09-16T19:01:23.389Z] #28 31.42 Get:39 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 uidmap amd64 1:4.8.1-1 [223 kB] [2021-09-16T19:01:23.389Z] #28 31.43 Get:40 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim-runtime all 2:8.2.2434-3 [6226 kB] [2021-09-16T19:01:23.389Z] #28 31.50 Get:41 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 vim amd64 2:8.2.2434-3 [1494 kB] [2021-09-16T19:01:23.648Z] #28 31.52 Get:42 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 xfsprogs amd64 5.10.0-4 [959 kB] [2021-09-16T19:01:23.648Z] #28 31.54 Get:43 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zip amd64 3.0-12 [232 kB] [2021-09-16T19:01:23.648Z] #28 31.58 Get:44 http://cdn-fastly.deb.debian.org/debian bullseye/main amd64 zstd amd64 1.4.8+dfsg-2.1 [630 kB] [2021-09-16T19:01:24.217Z] #28 32.19 debconf: delaying package configuration, since apt-utils is not installed [2021-09-16T19:01:24.476Z] #28 32.50 Fetched 18.6 MB in 1s (30.7 MB/s) [2021-09-16T19:01:24.735Z] #28 32.56 Selecting previously unselected package pigz. [2021-09-16T19:01:24.735Z] #28 32.56 (Reading database ... (Reading database ... 5% (Reading database ... 10% (Reading database ... 15% (Reading database ... 20% (Reading database ... 25% (Reading database ... 30% (Reading database ... 35% (Reading database ... 40% (Reading database ... 45% (Reading database ... 50% (Reading database ... 55% (Reading database ... 60% (Reading database ... 65% (Reading database ... 70% (Reading database ... 75% (Reading database ... 80% (Reading database ... 85% (Reading database ... 90% (Reading database ... 95% (Reading database ... 100% (Reading database ... 40072 files and directories currently installed.) [2021-09-16T19:01:24.735Z] #28 32.62 Preparing to unpack .../00-pigz_2.6-1_amd64.deb ... [2021-09-16T19:01:24.735Z] #28 32.63 Unpacking pigz (2.6-1) ... [2021-09-16T19:01:24.735Z] #28 32.71 Selecting previously unselected package libelf1:amd64. [2021-09-16T19:01:24.735Z] #28 32.72 Preparing to unpack .../01-libelf1_0.183-1_amd64.deb ... [2021-09-16T19:01:24.736Z] #28 32.74 Unpacking libelf1:amd64 (0.183-1) ... [2021-09-16T19:01:24.736Z] #28 32.84 Selecting previously unselected package libbpf0:amd64. [2021-09-16T19:01:24.995Z] #28 32.85 Preparing to unpack .../02-libbpf0_1%3a0.3-2_amd64.deb ... [2021-09-16T19:01:24.995Z] #28 32.85 Unpacking libbpf0:amd64 (1:0.3-2) ... [2021-09-16T19:01:24.995Z] #28 32.92 Selecting previously unselected package libcap2:amd64. [2021-09-16T19:01:24.995Z] #28 32.93 Preparing to unpack .../03-libcap2_1%3a2.44-1_amd64.deb ... [2021-09-16T19:01:24.995Z] #28 32.93 Unpacking libcap2:amd64 (1:2.44-1) ... [2021-09-16T19:01:24.995Z] #28 33.00 Selecting previously unselected package libmnl0:amd64. [2021-09-16T19:01:24.995Z] #28 33.01 Preparing to unpack .../04-libmnl0_1.0.4-3_amd64.deb ... [2021-09-16T19:01:24.995Z] #28 33.02 Unpacking libmnl0:amd64 (1.0.4-3) ... [2021-09-16T19:01:24.995Z] #28 33.07 Selecting previously unselected package libxtables12:amd64. [2021-09-16T19:01:24.995Z] #28 33.07 Preparing to unpack .../05-libxtables12_1.8.7-1_amd64.deb ... [2021-09-16T19:01:24.995Z] #28 33.08 Unpacking libxtables12:amd64 (1.8.7-1) ... [2021-09-16T19:01:24.995Z] #28 33.14 Selecting previously unselected package libcap2-bin. [2021-09-16T19:01:25.254Z] #28 33.14 Preparing to unpack .../06-libcap2-bin_1%3a2.44-1_amd64.deb ... [2021-09-16T19:01:25.254Z] #28 33.15 Unpacking libcap2-bin (1:2.44-1) ... [2021-09-16T19:01:25.254Z] #28 33.22 Selecting previously unselected package iproute2. [2021-09-16T19:01:25.254Z] #28 33.22 Preparing to unpack .../07-iproute2_5.10.0-4_amd64.deb ... [2021-09-16T19:01:25.254Z] #28 33.23 Unpacking iproute2 (5.10.0-4) ... [2021-09-16T19:01:25.515Z] #28 33.53 Selecting previously unselected package xxd. [2021-09-16T19:01:25.515Z] #28 33.54 Preparing to unpack .../08-xxd_2%3a8.2.2434-3_amd64.deb ... [2021-09-16T19:01:25.515Z] #28 33.55 Unpacking xxd (2:8.2.2434-3) ... [2021-09-16T19:01:25.515Z] #28 33.63 Selecting previously unselected package vim-common. [2021-09-16T19:01:25.515Z] #28 33.64 Preparing to unpack .../09-vim-common_2%3a8.2.2434-3_all.deb ... [2021-09-16T19:01:25.515Z] #28 33.65 Unpacking vim-common (2:8.2.2434-3) ... [2021-09-16T19:01:25.773Z] #28 33.78 Selecting previously unselected package bash-completion. [2021-09-16T19:01:26.037Z] #28 33.78 Preparing to unpack .../10-bash-completion_1%3a2.11-2_all.deb ... [2021-09-16T19:01:26.977Z] #28 34.97 Unpacking bash-completion (1:2.11-2) ... [2021-09-16T19:01:27.544Z] #28 35.29 Selecting previously unselected package apparmor. [2021-09-16T19:01:27.544Z] #28 35.30 Preparing to unpack .../11-apparmor_2.13.6-10_amd64.deb ... [2021-09-16T19:01:27.544Z] #28 35.33 Unpacking apparmor (2.13.6-10) ... [2021-09-16T19:01:27.544Z] #28 35.58 Selecting previously unselected package inetutils-ping. [2021-09-16T19:01:27.544Z] #28 35.59 Preparing to unpack .../12-inetutils-ping_2%3a2.0-1_amd64.deb ... [2021-09-16T19:01:27.544Z] #28 35.60 Unpacking inetutils-ping (2:2.0-1) ... [2021-09-16T19:01:27.544Z] #28 35.67 Selecting previously unselected package libip4tc2:amd64. [2021-09-16T19:01:27.804Z] #28 35.68 Preparing to unpack .../13-libip4tc2_1.8.7-1_amd64.deb ... [2021-09-16T19:01:27.804Z] #28 35.69 Unpacking libip4tc2:amd64 (1.8.7-1) ... [2021-09-16T19:01:27.804Z] #28 35.75 Selecting previously unselected package libip6tc2:amd64. [2021-09-16T19:01:27.804Z] #28 35.75 Preparing to unpack .../14-libip6tc2_1.8.7-1_amd64.deb ... [2021-09-16T19:01:27.804Z] #28 35.76 Unpacking libip6tc2:amd64 (1.8.7-1) ... [2021-09-16T19:01:27.804Z] #28 35.81 Selecting previously unselected package libnfnetlink0:amd64. [2021-09-16T19:01:28.062Z] #28 35.82 Preparing to unpack .../15-libnfnetlink0_1.0.1-3+b1_amd64.deb ... [2021-09-16T19:01:28.062Z] #28 35.83 Unpacking libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-09-16T19:01:28.062Z] #28 35.88 Selecting previously unselected package libnetfilter-conntrack3:amd64. [2021-09-16T19:01:28.062Z] #28 35.89 Preparing to unpack .../16-libnetfilter-conntrack3_1.0.8-3_amd64.deb ... [2021-09-16T19:01:28.062Z] #28 35.90 Unpacking libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2021-09-16T19:01:28.062Z] #28 35.97 Selecting previously unselected package libnftnl11:amd64. [2021-09-16T19:01:28.062Z] #28 35.99 Preparing to unpack .../17-libnftnl11_1.1.9-1_amd64.deb ... [2021-09-16T19:01:28.062Z] #28 35.99 Unpacking libnftnl11:amd64 (1.1.9-1) ... [2021-09-16T19:01:28.062Z] #28 36.05 Selecting previously unselected package iptables. [2021-09-16T19:01:28.062Z] #28 36.06 Preparing to unpack .../18-iptables_1.8.7-1_amd64.deb ... [2021-09-16T19:01:28.062Z] #28 36.07 Unpacking iptables (1.8.7-1) ... [2021-09-16T19:01:28.322Z] #28 36.29 Selecting previously unselected package libonig5:amd64. [2021-09-16T19:01:28.322Z] #28 36.30 Preparing to unpack .../19-libonig5_6.9.6-1.1_amd64.deb ... [2021-09-16T19:01:28.322Z] #28 36.30 Unpacking libonig5:amd64 (6.9.6-1.1) ... [2021-09-16T19:01:28.581Z] #28 36.39 Selecting previously unselected package libjq1:amd64. [2021-09-16T19:01:28.581Z] #28 36.39 Preparing to unpack .../20-libjq1_1.6-2.1_amd64.deb ... [2021-09-16T19:01:28.581Z] #28 36.40 Unpacking libjq1:amd64 (1.6-2.1) ... [2021-09-16T19:01:28.581Z] #28 36.49 Selecting previously unselected package jq. [2021-09-16T19:01:28.581Z] #28 36.50 Preparing to unpack .../21-jq_1.6-2.1_amd64.deb ... [2021-09-16T19:01:28.581Z] #28 36.50 Unpacking jq (1.6-2.1) ... [2021-09-16T19:01:28.581Z] #28 36.57 Selecting previously unselected package libaio1:amd64. [2021-09-16T19:01:28.581Z] #28 36.57 Preparing to unpack .../22-libaio1_0.3.112-9_amd64.deb ... [2021-09-16T19:01:28.581Z] #28 36.58 Unpacking libaio1:amd64 (0.3.112-9) ... [2021-09-16T19:01:28.581Z] #28 36.63 Selecting previously unselected package libgpm2:amd64. [2021-09-16T19:01:28.840Z] #28 36.64 Preparing to unpack .../23-libgpm2_1.20.7-8_amd64.deb ... [2021-09-16T19:01:28.840Z] #28 36.64 Unpacking libgpm2:amd64 (1.20.7-8) ... [2021-09-16T19:01:28.840Z] #28 36.70 Selecting previously unselected package libinih1:amd64. [2021-09-16T19:01:28.840Z] #28 36.72 Preparing to unpack .../24-libinih1_53-1+b2_amd64.deb ... [2021-09-16T19:01:28.840Z] #28 36.72 Unpacking libinih1:amd64 (53-1+b2) ... [2021-09-16T19:01:28.840Z] #28 36.78 Selecting previously unselected package libnet1:amd64. [2021-09-16T19:01:28.840Z] #28 36.79 Preparing to unpack .../25-libnet1_1.1.6+dfsg-3.1_amd64.deb ... [2021-09-16T19:01:28.840Z] #28 36.79 Unpacking libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-09-16T19:01:28.840Z] #28 36.86 Selecting previously unselected package libnl-3-200:amd64. [2021-09-16T19:01:28.840Z] #28 36.87 Preparing to unpack .../26-libnl-3-200_3.4.0-1+b1_amd64.deb ... [2021-09-16T19:01:28.840Z] #28 36.87 Unpacking libnl-3-200:amd64 (3.4.0-1+b1) ... [2021-09-16T19:01:29.099Z] #28 36.94 Selecting previously unselected package libprotobuf-c1:amd64. [2021-09-16T19:01:29.099Z] #28 36.94 Preparing to unpack .../27-libprotobuf-c1_1.3.3-1+b2_amd64.deb ... [2021-09-16T19:01:29.099Z] #28 36.94 Unpacking libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2021-09-16T19:01:29.099Z] #28 36.99 Selecting previously unselected package net-tools. [2021-09-16T19:01:29.099Z] #28 37.00 Preparing to unpack .../28-net-tools_1.60+git20181103.0eebece-1_amd64.deb ... [2021-09-16T19:01:29.099Z] #28 37.00 Unpacking net-tools (1.60+git20181103.0eebece-1) ... [2021-09-16T19:01:29.099Z] #28 37.13 Selecting previously unselected package python-pip-whl. [2021-09-16T19:01:29.099Z] #28 37.14 Preparing to unpack .../29-python-pip-whl_20.3.4-4_all.deb ... [2021-09-16T19:01:29.099Z] #28 37.15 Unpacking python-pip-whl (20.3.4-4) ... [2021-09-16T19:01:29.668Z] #28 37.53 Selecting previously unselected package python3-lib2to3. [2021-09-16T19:01:29.668Z] #28 37.53 Preparing to unpack .../30-python3-lib2to3_3.9.2-1_all.deb ... [2021-09-16T19:01:29.668Z] #28 37.54 Unpacking python3-lib2to3 (3.9.2-1) ... [2021-09-16T19:01:29.668Z] #28 37.60 Selecting previously unselected package python3-distutils. [2021-09-16T19:01:29.668Z] #28 37.61 Preparing to unpack .../31-python3-distutils_3.9.2-1_all.deb ... [2021-09-16T19:01:29.668Z] #28 37.62 Unpacking python3-distutils (3.9.2-1) ... [2021-09-16T19:01:29.926Z] #28 37.75 Selecting previously unselected package python3-pkg-resources. [2021-09-16T19:01:29.926Z] #28 37.76 Preparing to unpack .../32-python3-pkg-resources_52.0.0-4_all.deb ... [2021-09-16T19:01:29.926Z] #28 37.76 Unpacking python3-pkg-resources (52.0.0-4) ... [2021-09-16T19:01:29.926Z] #28 37.87 Selecting previously unselected package python3-setuptools. [2021-09-16T19:01:29.926Z] #28 37.87 Preparing to unpack .../33-python3-setuptools_52.0.0-4_all.deb ... [2021-09-16T19:01:29.926Z] #28 37.88 Unpacking python3-setuptools (52.0.0-4) ... [2021-09-16T19:01:30.186Z] #28 38.05 Selecting previously unselected package python3-wheel. [2021-09-16T19:01:30.186Z] #28 38.05 Preparing to unpack .../34-python3-wheel_0.34.2-1_all.deb ... [2021-09-16T19:01:30.186Z] #28 38.06 Unpacking python3-wheel (0.34.2-1) ... [2021-09-16T19:01:30.186Z] #28 38.12 Selecting previously unselected package python3-pip. [2021-09-16T19:01:30.186Z] #28 38.13 Preparing to unpack .../35-python3-pip_20.3.4-4_all.deb ... [2021-09-16T19:01:30.186Z] #28 38.13 Unpacking python3-pip (20.3.4-4) ... [2021-09-16T19:01:30.445Z] #28 38.28 Selecting previously unselected package sudo. [2021-09-16T19:01:30.445Z] #28 38.30 Preparing to unpack .../36-sudo_1.9.5p2-3_amd64.deb ... [2021-09-16T19:01:30.445Z] #28 38.31 Unpacking sudo (1.9.5p2-3) ... [2021-09-16T19:01:30.704Z] #28 38.64 Selecting previously unselected package thin-provisioning-tools. [2021-09-16T19:01:30.704Z] #28 38.64 Preparing to unpack .../37-thin-provisioning-tools_0.9.0-1_amd64.deb ... [2021-09-16T19:01:30.704Z] #28 38.65 Unpacking thin-provisioning-tools (0.9.0-1) ... [2021-09-16T19:01:30.704Z] #28 38.81 Selecting previously unselected package uidmap. [2021-09-16T19:01:30.704Z] #28 38.81 Preparing to unpack .../38-uidmap_1%3a4.8.1-1_amd64.deb ... [2021-09-16T19:01:30.704Z] #28 38.82 Unpacking uidmap (1:4.8.1-1) ... [2021-09-16T19:01:30.963Z] #28 38.93 Selecting previously unselected package vim-runtime. [2021-09-16T19:01:30.963Z] #28 38.93 Preparing to unpack .../39-vim-runtime_2%3a8.2.2434-3_all.deb ... [2021-09-16T19:01:30.963Z] #28 38.95 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-16T19:01:30.963Z] #28 38.97 Adding 'diversion of /usr/share/vim/vim82/doc/tags to /usr/share/vim/vim82/doc/tags.vim-tiny by vim-runtime' [2021-09-16T19:01:30.963Z] #28 38.98 Unpacking vim-runtime (2:8.2.2434-3) ... [2021-09-16T19:01:32.867Z] #28 40.69 Selecting previously unselected package vim. [2021-09-16T19:01:32.867Z] #28 40.70 Preparing to unpack .../40-vim_2%3a8.2.2434-3_amd64.deb ... [2021-09-16T19:01:32.867Z] #28 40.72 Unpacking vim (2:8.2.2434-3) ... [2021-09-16T19:01:33.126Z] #28 41.04 Selecting previously unselected package xfsprogs. [2021-09-16T19:01:33.126Z] #28 41.04 Preparing to unpack .../41-xfsprogs_5.10.0-4_amd64.deb ... [2021-09-16T19:01:33.126Z] #28 41.05 Unpacking xfsprogs (5.10.0-4) ... [2021-09-16T19:01:33.386Z] #28 41.35 Selecting previously unselected package zip. [2021-09-16T19:01:33.386Z] #28 41.36 Preparing to unpack .../42-zip_3.0-12_amd64.deb ... [2021-09-16T19:01:33.386Z] #28 41.36 Unpacking zip (3.0-12) ... [2021-09-16T19:01:33.645Z] #28 41.48 Selecting previously unselected package zstd. [2021-09-16T19:01:33.645Z] #28 41.49 Preparing to unpack .../43-zstd_1.4.8+dfsg-2.1_amd64.deb ... [2021-09-16T19:01:33.645Z] #28 41.50 Unpacking zstd (1.4.8+dfsg-2.1) ... [2021-09-16T19:01:33.905Z] #28 41.77 Setting up python3-pkg-resources (52.0.0-4) ... [2021-09-16T19:01:34.164Z] #28 42.25 Setting up libip4tc2:amd64 (1.8.7-1) ... [2021-09-16T19:01:34.164Z] #28 42.26 Setting up net-tools (1.60+git20181103.0eebece-1) ... [2021-09-16T19:01:34.164Z] #28 42.28 Setting up libgpm2:amd64 (1.20.7-8) ... [2021-09-16T19:01:34.424Z] #28 42.30 Setting up libip6tc2:amd64 (1.8.7-1) ... [2021-09-16T19:01:34.424Z] #28 42.31 Setting up libinih1:amd64 (53-1+b2) ... [2021-09-16T19:01:34.424Z] #28 42.33 Setting up uidmap (1:4.8.1-1) ... [2021-09-16T19:01:34.424Z] #28 42.34 Setting up libnet1:amd64 (1.1.6+dfsg-3.1) ... [2021-09-16T19:01:34.424Z] #28 42.36 Setting up libprotobuf-c1:amd64 (1.3.3-1+b2) ... [2021-09-16T19:01:34.424Z] #28 42.38 Setting up python3-wheel (0.34.2-1) ... [2021-09-16T19:01:34.992Z] #28 42.81 Setting up xxd (2:8.2.2434-3) ... [2021-09-16T19:01:34.992Z] #28 42.84 Setting up libcap2:amd64 (1:2.44-1) ... [2021-09-16T19:01:34.992Z] #28 42.85 Setting up libcap2-bin (1:2.44-1) ... [2021-09-16T19:01:34.992Z] #28 42.87 Setting up apparmor (2.13.6-10) ... [2021-09-16T19:01:36.037Z] #58 271.9 + bin/containerd [2021-09-16T19:01:36.371Z] #28 44.23 Setting up zip (3.0-12) ... [2021-09-16T19:01:36.371Z] #28 44.24 Setting up vim-common (2:8.2.2434-3) ... [2021-09-16T19:01:36.371Z] #28 44.29 Setting up bash-completion (1:2.11-2) ... [2021-09-16T19:01:37.414Z] [2021-09-16T19:01:37.414Z] SUCCESS: Specified value was saved. [2021-09-16T19:01:37.414Z] INFO: Downloading git... [2021-09-16T19:01:37.749Z] #28 45.54 Setting up libmnl0:amd64 (1.0.4-3) ... [2021-09-16T19:01:37.749Z] #28 45.55 Setting up sudo (1.9.5p2-3) ... [2021-09-16T19:01:37.749Z] #28 45.62 invoke-rc.d: could not determine current runlevel [2021-09-16T19:01:37.749Z] #28 45.63 invoke-rc.d: policy-rc.d denied execution of start. [2021-09-16T19:01:37.749Z] #28 45.64 Setting up xfsprogs (5.10.0-4) ... [2021-09-16T19:01:37.749Z] #28 45.65 Setting up libxtables12:amd64 (1.8.7-1) ... [2021-09-16T19:01:37.749Z] #28 45.67 Setting up inetutils-ping (2:2.0-1) ... [2021-09-16T19:01:37.749Z] #28 45.68 Setting up pigz (2.6-1) ... [2021-09-16T19:01:37.749Z] #28 45.70 Setting up libnfnetlink0:amd64 (1.0.1-3+b1) ... [2021-09-16T19:01:37.749Z] #28 45.72 Setting up libnl-3-200:amd64 (3.4.0-1+b1) ... [2021-09-16T19:01:37.749Z] #28 45.74 Setting up python-pip-whl (20.3.4-4) ... [2021-09-16T19:01:37.749Z] #28 45.76 Setting up vim-runtime (2:8.2.2434-3) ... [2021-09-16T19:01:38.319Z] #28 46.22 Setting up libaio1:amd64 (0.3.112-9) ... [2021-09-16T19:01:38.319Z] #28 46.23 Setting up python3-lib2to3 (3.9.2-1) ... [2021-09-16T19:01:38.379Z] INFO: Downloading go... [2021-09-16T19:01:38.578Z] #28 46.47 Setting up libelf1:amd64 (0.183-1) ... [2021-09-16T19:01:38.578Z] #28 46.48 Setting up zstd (1.4.8+dfsg-2.1) ... [2021-09-16T19:01:38.578Z] #28 46.51 Setting up libonig5:amd64 (6.9.6-1.1) ... [2021-09-16T19:01:38.578Z] #28 46.52 Setting up python3-distutils (3.9.2-1) ... [2021-09-16T19:01:38.837Z] #28 46.83 Setting up vim (2:8.2.2434-3) ... [2021-09-16T19:01:38.837Z] #28 46.84 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vim (vim) in auto mode [2021-09-16T19:01:38.837Z] #28 46.84 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vimdiff (vimdiff) in auto mode [2021-09-16T19:01:38.837Z] #28 46.85 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rvim (rvim) in auto mode [2021-09-16T19:01:38.837Z] #28 46.85 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/rview (rview) in auto mode [2021-09-16T19:01:38.837Z] #28 46.86 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/vi (vi) in auto mode [2021-09-16T19:01:38.837Z] #28 46.86 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/view (view) in auto mode [2021-09-16T19:01:38.837Z] #28 46.87 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/ex (ex) in auto mode [2021-09-16T19:01:38.837Z] #28 46.87 update-alternatives: using /usr/bin/vim.basic to provide /usr/bin/editor (editor) in auto mode [2021-09-16T19:01:39.097Z] #28 46.92 Setting up python3-setuptools (52.0.0-4) ... [2021-09-16T19:01:39.361Z] #58 ... [2021-09-16T19:01:39.361Z] [2021-09-16T19:01:39.361Z] #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-16T19:01:39.361Z] #55 sha256:d39ece25e164847cdbea50c96f4b14c47888368390cf7ffa05255d4563fece37 [2021-09-16T19:01:39.361Z] #55 165.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-16T19:01:39.924Z] #28 47.73 Setting up libjq1:amd64 (1.6-2.1) ... [2021-09-16T19:01:39.925Z] #28 47.74 Setting up libnftnl11:amd64 (1.1.9-1) ... [2021-09-16T19:01:39.925Z] #28 47.76 Setting up thin-provisioning-tools (0.9.0-1) ... [2021-09-16T19:01:39.925Z] #28 47.77 Setting up python3-pip (20.3.4-4) ... [2021-09-16T19:01:40.296Z] #55 166.7 + mkdir -p /build [2021-09-16T19:01:40.296Z] #55 166.7 + cp runc /build/runc [2021-09-16T19:01:40.494Z] #28 48.56 Setting up libnetfilter-conntrack3:amd64 (1.0.8-3) ... [2021-09-16T19:01:40.494Z] #28 48.57 Setting up jq (1.6-2.1) ... [2021-09-16T19:01:40.557Z] INFO: Downloading compiler 1 of 3... [2021-09-16T19:01:40.557Z] INFO: Downloading compiler 2 of 3... [2021-09-16T19:01:40.557Z] INFO: Downloading compiler 3 of 3... [2021-09-16T19:01:40.557Z] INFO: Extracting git... [2021-09-16T19:01:40.753Z] #28 48.59 Setting up libbpf0:amd64 (1:0.3-2) ... [2021-09-16T19:01:40.753Z] #28 48.61 Setting up iptables (1.8.7-1) ... [2021-09-16T19:01:40.753Z] #28 48.62 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in auto mode [2021-09-16T19:01:40.753Z] #28 48.63 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-09-16T19:01:40.753Z] #28 48.64 update-alternatives: using /usr/sbin/iptables-nft to provide /usr/sbin/iptables (iptables) in auto mode [2021-09-16T19:01:40.753Z] #28 48.64 update-alternatives: using /usr/sbin/ip6tables-nft to provide /usr/sbin/ip6tables (ip6tables) in auto mode [2021-09-16T19:01:40.753Z] #28 48.65 update-alternatives: using /usr/sbin/arptables-nft to provide /usr/sbin/arptables (arptables) in auto mode [2021-09-16T19:01:40.753Z] #28 48.66 update-alternatives: using /usr/sbin/ebtables-nft to provide /usr/sbin/ebtables (ebtables) in auto mode [2021-09-16T19:01:40.753Z] #28 48.66 Setting up iproute2 (5.10.0-4) ... [2021-09-16T19:01:41.013Z] #28 48.90 Processing triggers for libc-bin (2.31-13) ... [2021-09-16T19:01:41.581Z] #28 DONE 49.5s [2021-09-16T19:01:41.581Z] [2021-09-16T19:01:41.581Z] #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-16T19:01:41.581Z] #29 sha256:a43d04ab0923cefd6717f52accea1118f59d1c8534cf589225da5dc68e5cb574 [2021-09-16T19:01:42.192Z] #55 DONE 168.6s [2021-09-16T19:01:42.192Z] [2021-09-16T19:01:42.192Z] #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-16T19:01:42.192Z] #58 sha256:936c27971aff987d69d27a1db87455e572f6d391b58ad99abe1f0843f34cc011 [2021-09-16T19:01:42.254Z] #58 286.2 # github.com/containerd/containerd/cmd/containerd [2021-09-16T19:01:42.254Z] #58 286.2 /usr/bin/ld: /tmp/go-link-3323901031/000019.o: in function `New': [2021-09-16T19:01:42.254Z] #58 286.2 /tmp/tmp.7TPdXFNynp/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-16T19:01:42.254Z] #58 286.2 + bin/containerd-stress [2021-09-16T19:01:42.518Z] #29 0.989 update-alternatives: using /usr/sbin/iptables-legacy to provide /usr/sbin/iptables (iptables) in manual mode [2021-09-16T19:01:42.518Z] #29 0.994 update-alternatives: using /usr/sbin/ip6tables-legacy to provide /usr/sbin/ip6tables (ip6tables) in manual mode [2021-09-16T19:01:42.518Z] #29 0.998 update-alternatives: error: alternative /usr/sbin/arptables-legacy for arptables not registered; not setting [2021-09-16T19:01:42.518Z] #29 DONE 1.1s [2021-09-16T19:01:42.518Z] [2021-09-16T19:01:42.518Z] #30 [dev-systemd-false 9/25] RUN pip3 install yamllint==1.26.1 [2021-09-16T19:01:42.518Z] #30 sha256:f90628a52733a12cec4d97b78e4c8249de19d46e2196a3516f16d2c3c9e98394 [2021-09-16T19:01:42.825Z] #58 287.3 + bin/containerd-shim [2021-09-16T19:01:45.465Z] #58 ... [2021-09-16T19:01:45.465Z] [2021-09-16T19:01:45.465Z] #56 [dev-systemd-false 21/25] COPY --from=runc /build/ /usr/local/bin/ [2021-09-16T19:01:45.465Z] #56 sha256:174b32ff39ef4f3115e14f609fdf29b163881b6e944e75b115ae18fa650f57db [2021-09-16T19:01:45.722Z] #56 DONE 0.4s [2021-09-16T19:01:45.722Z] [2021-09-16T19:01:45.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-16T19:01:45.722Z] #58 sha256:936c27971aff987d69d27a1db87455e572f6d391b58ad99abe1f0843f34cc011 [2021-09-16T19:01:50.639Z] #30 7.564 Collecting yamllint==1.26.1 [2021-09-16T19:01:50.965Z] #58 294.5 + bin/containerd-shim-runc-v1 [2021-09-16T19:01:51.207Z] #30 8.610 Downloading yamllint-1.26.1.tar.gz (126 kB) [2021-09-16T19:01:51.776Z] #30 9.168 Collecting pathspec>=0.5.3 [2021-09-16T19:01:51.776Z] #30 9.172 Downloading pathspec-0.9.0-py2.py3-none-any.whl (31 kB) [2021-09-16T19:01:52.035Z] #30 9.371 Collecting pyyaml [2021-09-16T19:01:52.035Z] #30 9.375 Downloading PyYAML-5.4.1-cp39-cp39-manylinux1_x86_64.whl (630 kB) [2021-09-16T19:01:52.035Z] #30 9.417 Building wheels for collected packages: yamllint [2021-09-16T19:01:52.035Z] #30 9.418 Building wheel for yamllint (setup.py): started [2021-09-16T19:01:52.603Z] #30 9.996 Building wheel for yamllint (setup.py): finished with status 'done' [2021-09-16T19:01:52.603Z] #30 9.996 Created wheel for yamllint: filename=yamllint-1.26.1-py2.py3-none-any.whl size=60821 sha256=20a0d5024b5f59ac1f328177fbf77fd914cf6d26b338a0bffff2051d32784a33 [2021-09-16T19:01:52.603Z] #30 9.998 Stored in directory: /root/.cache/pip/wheels/17/43/8b/f50239e08787d724e36905d75f2fa63a1fabb7532323f956a3 [2021-09-16T19:01:52.603Z] #30 10.00 Successfully built yamllint [2021-09-16T19:01:52.603Z] #30 10.02 Installing collected packages: pyyaml, pathspec, yamllint [2021-09-16T19:01:52.862Z] #30 10.27 Successfully installed pathspec-0.9.0 pyyaml-5.4.1 yamllint-1.26.1 [2021-09-16T19:01:52.926Z] INFO: Expanding go... [2021-09-16T19:01:53.121Z] #30 DONE 10.6s [2021-09-16T19:01:53.121Z] [2021-09-16T19:01:53.121Z] #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-16T19:01:53.121Z] #62 sha256:5829df65045f920165373896114b1145a3eb0a2f7eb93ce2d3173e26178feabf [2021-09-16T19:01:53.121Z] #62 ... [2021-09-16T19:01:53.121Z] [2021-09-16T19:01:53.121Z] #33 [dev-systemd-false 10/25] COPY --from=dockercli /build/ /usr/local/cli [2021-09-16T19:01:53.121Z] #33 sha256:31285e71a99088f63ac27035b3c97e9440b5d27c7cf146c570dfe5a6a6493bfa [2021-09-16T19:01:53.691Z] #33 DONE 0.3s [2021-09-16T19:01:53.691Z] [2021-09-16T19:01:53.691Z] #38 [dev-systemd-false 11/25] COPY --from=frozen-images /build/ /docker-frozen-images [2021-09-16T19:01:53.691Z] #38 sha256:46fa612d937240aa5e2e4351c4dd72ce6bd5cc7829f4bb279ba99b2fdaf5d96b [2021-09-16T19:01:53.691Z] #38 DONE 0.3s [2021-09-16T19:01:53.691Z] [2021-09-16T19:01:53.691Z] #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-16T19:01:53.691Z] #62 sha256:5829df65045f920165373896114b1145a3eb0a2f7eb93ce2d3173e26178feabf [2021-09-16T19:01:53.691Z] #62 ... [2021-09-16T19:01:53.691Z] [2021-09-16T19:01:53.691Z] #41 [dev-systemd-false 12/25] COPY --from=swagger /build/ /usr/local/bin/ [2021-09-16T19:01:53.691Z] #41 sha256:4262eda1ff8a33ecc70e6ed5501a61e182ff1b0fda00c5d31db6a537a3c3161e [2021-09-16T19:01:53.691Z] #41 DONE 0.1s [2021-09-16T19:01:53.950Z] [2021-09-16T19:01:53.950Z] #43 [dev-systemd-false 13/25] COPY --from=tomll /build/ /usr/local/bin/ [2021-09-16T19:01:53.950Z] #43 sha256:7b9d046a0d72214dd12f8b7db6a13dd30d568ba426f65e2bb37142923377cea6 [2021-09-16T19:01:53.950Z] #43 DONE 0.1s [2021-09-16T19:01:53.950Z] [2021-09-16T19:01:53.950Z] #46 [dev-systemd-false 14/25] COPY --from=tini /build/ /usr/local/bin/ [2021-09-16T19:01:53.950Z] #46 sha256:0f4cb2e0a0832644db3c86011b27d2d76dc655a3270c3f83ad1986fa31ff3725 [2021-09-16T19:01:54.209Z] #46 DONE 0.1s [2021-09-16T19:01:54.209Z] [2021-09-16T19:01:54.209Z] #49 [dev-systemd-false 15/25] COPY --from=registry /build/ /usr/local/bin/ [2021-09-16T19:01:54.209Z] #49 sha256:ed8524dbe58603136791df4c6fa2c7f860eae7c67c6940a5fde81aea010540aa [2021-09-16T19:01:54.209Z] #49 DONE 0.2s [2021-09-16T19:01:54.209Z] [2021-09-16T19:01:54.209Z] #53 [dev-systemd-false 16/25] COPY --from=criu /build/ /usr/local/bin/ [2021-09-16T19:01:54.209Z] #53 sha256:acf1835e8257eb21992510e36488171e9c5eddaff36833d075d09b9df94fb5d9 [2021-09-16T19:01:54.209Z] #53 DONE 0.1s [2021-09-16T19:01:54.209Z] [2021-09-16T19:01:54.209Z] #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-16T19:01:54.209Z] #65 sha256:4e05e2bdc40da9b39fd5f0cd6f8761d46a72018ef09eff65b77ff7b5c05e1dc7 [2021-09-16T19:01:54.469Z] #65 ... [2021-09-16T19:01:54.469Z] [2021-09-16T19:01:54.469Z] #55 [dev-systemd-false 17/25] COPY --from=vndr /build/ /usr/local/bin/ [2021-09-16T19:01:54.469Z] #55 sha256:7b871cbd0df78b45df77abb5ca2222936a4242ca9d9b1c797fad5aa423189ee0 [2021-09-16T19:01:54.469Z] #55 DONE 0.1s [2021-09-16T19:01:54.469Z] [2021-09-16T19:01:54.469Z] #57 [dev-systemd-false 18/25] COPY --from=gotestsum /build/ /usr/local/bin/ [2021-09-16T19:01:54.469Z] #57 sha256:b5306ea1925964c0b88a2c33a76cc68379d41d697f83c09b706e9356861425e2 [2021-09-16T19:01:54.469Z] #57 DONE 0.1s [2021-09-16T19:01:54.469Z] [2021-09-16T19:01:54.469Z] #59 [dev-systemd-false 19/25] COPY --from=golangci_lint /build/ /usr/local/bin/ [2021-09-16T19:01:54.469Z] #59 sha256:7910e3c3d895e8ba17b2d8686e456b71faffc08cc6a8fccd4058420499e490c4 [2021-09-16T19:01:54.729Z] #59 DONE 0.2s [2021-09-16T19:01:54.729Z] [2021-09-16T19:01:54.729Z] #61 [dev-systemd-false 20/25] COPY --from=shfmt /build/ /usr/local/bin/ [2021-09-16T19:01:54.729Z] #61 sha256:2c06d38bfaedd8d740772af1b24fd7c13c4dfdd3a35254e0fda667638469a908 [2021-09-16T19:01:54.729Z] #61 DONE 0.1s [2021-09-16T19:01:54.729Z] [2021-09-16T19:01:54.729Z] #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-16T19:01:54.729Z] #62 sha256:5829df65045f920165373896114b1145a3eb0a2f7eb93ce2d3173e26178feabf [2021-09-16T19:01:55.171Z] #58 299.6 + bin/containerd-shim-runc-v2 [2021-09-16T19:01:55.743Z] #58 300.2 + binaries [2021-09-16T19:01:55.743Z] #58 300.2 + install -D bin/containerd /build/containerd [2021-09-16T19:01:55.743Z] #58 300.2 + install -D bin/containerd-shim /build/containerd-shim [2021-09-16T19:01:55.743Z] #58 300.2 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-09-16T19:01:55.743Z] #58 300.2 + install -D bin/ctr /build/ctr [2021-09-16T19:01:58.285Z] #58 DONE 302.4s [2021-09-16T19:01:58.856Z] [2021-09-16T19:01:58.856Z] #59 [dev-systemd-false 22/25] COPY --from=containerd /build/ /usr/local/bin/ [2021-09-16T19:01:58.856Z] #59 sha256:89a4c93faf5c77db49fa58bf0861b92c765a660c9e53e5ccf48f8fb21c87e58b [2021-09-16T19:01:59.798Z] #59 DONE 0.8s [2021-09-16T19:01:59.798Z] [2021-09-16T19:01:59.798Z] #63 [dev-systemd-false 23/25] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-09-16T19:01:59.798Z] #63 sha256:02039198d5438c72257fd6e4286c645475479193c4bc1061ecbfc9deb064ee3d [2021-09-16T19:01:59.798Z] #63 DONE 0.2s [2021-09-16T19:02:00.058Z] [2021-09-16T19:02:00.058Z] #68 [dev-systemd-false 24/25] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-09-16T19:02:00.058Z] #68 sha256:fec8f7995b977c9f0589b9d160c006ac0acea49c3a8c7eb7a5dda9f5ecb94c4d [2021-09-16T19:02:00.999Z] #68 DONE 1.0s [2021-09-16T19:02:00.999Z] [2021-09-16T19:02:00.999Z] #69 [dev-systemd-false 25/25] WORKDIR /go/src/github.com/docker/docker [2021-09-16T19:02:00.999Z] #69 sha256:7dd74efc44769ea75e5f2e79ee243c1e80d0ce3a14c54cde75427a90200362a0 [2021-09-16T19:02:00.999Z] #69 DONE 0.0s [2021-09-16T19:02:00.999Z] [2021-09-16T19:02:00.999Z] #70 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-09-16T19:02:00.999Z] #70 sha256:5e4b1c9dcf74263a4edd1b02a5ff1fab3e74022cce1ee5e31be6b691ad980d9d [2021-09-16T19:02:02.186Z] Removing intermediate container e1eab500213e [2021-09-16T19:02:02.186Z] ---> 80f6bce525bc [2021-09-16T19:02:02.186Z] 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-16T19:02:02.186Z] ---> Running in 1e22ec3d5418 [2021-09-16T19:02:02.383Z] #70 DONE 1.6s [2021-09-16T19:02:02.641Z] Removing intermediate container 3ce5e2290f8d [2021-09-16T19:02:02.641Z] ---> f4a6f2472cc5 [2021-09-16T19:02:02.641Z] 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-16T19:02:02.641Z] ---> Running in 88134dbca783 [2021-09-16T19:02:02.644Z] [2021-09-16T19:02:02.644Z] #71 exporting to image [2021-09-16T19:02:02.644Z] #71 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-09-16T19:02:02.644Z] #71 exporting layers [2021-09-16T19:02:02.655Z] INFO: Installing gotestsum version v1.7.0 in C:\gopath\bin [2021-09-16T19:02:02.655Z] go: downloading gotest.tools/gotestsum v1.7.0 [2021-09-16T19:02:03.127Z] go: downloading github.com/fatih/color v1.10.0 [2021-09-16T19:02:03.127Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-09-16T19:02:03.127Z] go: downloading github.com/dnephin/pflag v1.0.7 [2021-09-16T19:02:03.127Z] go: downloading github.com/pkg/errors v0.9.1 [2021-09-16T19:02:03.127Z] go: downloading golang.org/x/tools v0.1.0 [2021-09-16T19:02:03.127Z] go: downloading github.com/mattn/go-colorable v0.1.8 [2021-09-16T19:02:03.127Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-09-16T19:02:03.596Z] go: downloading github.com/fsnotify/fsnotify v1.4.9 [2021-09-16T19:02:03.596Z] go: downloading github.com/jonboulle/clockwork v0.2.2 [2021-09-16T19:02:03.596Z] go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2021-09-16T19:02:03.596Z] go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2021-09-16T19:02:03.596Z] go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2021-09-16T19:02:03.602Z] INFO: Installing gotestsum version v1.7.0 in C:\gopath\bin [2021-09-16T19:02:04.057Z] go: downloading gotest.tools/gotestsum v1.7.0 [2021-09-16T19:02:04.057Z] go: downloading github.com/fatih/color v1.10.0 [2021-09-16T19:02:04.066Z] go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2021-09-16T19:02:04.066Z] go: downloading golang.org/x/mod v0.3.0 [2021-09-16T19:02:04.512Z] go: downloading github.com/dnephin/pflag v1.0.7 [2021-09-16T19:02:04.512Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-09-16T19:02:04.512Z] go: downloading github.com/pkg/errors v0.9.1 [2021-09-16T19:02:04.512Z] go: downloading golang.org/x/tools v0.1.0 [2021-09-16T19:02:04.512Z] go: downloading github.com/mattn/go-colorable v0.1.8 [2021-09-16T19:02:04.512Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-09-16T19:02:04.512Z] go: downloading github.com/fsnotify/fsnotify v1.4.9 [2021-09-16T19:02:04.512Z] go: downloading github.com/jonboulle/clockwork v0.2.2 [2021-09-16T19:02:04.512Z] go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2021-09-16T19:02:04.512Z] go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2021-09-16T19:02:04.967Z] go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2021-09-16T19:02:05.423Z] go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2021-09-16T19:02:05.423Z] go: downloading golang.org/x/mod v0.3.0 [2021-09-16T19:02:08.399Z] ok github.com/docker/docker/api/server/httputils 0.018s coverage: 14.7% of statements [2021-09-16T19:02:08.399Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-09-16T19:02:08.399Z] ok github.com/docker/docker/api/server/middleware 0.031s coverage: 37.7% of statements [2021-09-16T19:02:08.399Z] ? github.com/docker/docker/api/server/router [no test files] [2021-09-16T19:02:08.399Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-09-16T19:02:08.399Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-09-16T19:02:08.399Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-09-16T19:02:08.399Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-09-16T19:02:08.399Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-09-16T19:02:08.399Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-09-16T19:02:08.399Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-09-16T19:02:08.399Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-09-16T19:02:08.399Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-09-16T19:02:08.399Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-09-16T19:02:08.399Z] ok github.com/docker/docker/api/server/router/swarm 0.038s coverage: 5.7% of statements [2021-09-16T19:02:08.399Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-09-16T19:02:08.399Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-09-16T19:02:08.399Z] ? github.com/docker/docker/api/types [no test files] [2021-09-16T19:02:08.399Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-09-16T19:02:08.399Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-09-16T19:02:08.399Z] ? github.com/docker/docker/api/types/container [no test files] [2021-09-16T19:02:08.399Z] ? github.com/docker/docker/api/types/events [no test files] [2021-09-16T19:02:08.399Z] ok github.com/docker/docker/api/types/filters 0.009s coverage: 92.2% of statements [2021-09-16T19:02:08.399Z] ? github.com/docker/docker/api/types/image [no test files] [2021-09-16T19:02:08.399Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-09-16T19:02:08.399Z] ? github.com/docker/docker/api/types/network [no test files] [2021-09-16T19:02:08.399Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-09-16T19:02:08.399Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-09-16T19:02:08.399Z] ok github.com/docker/docker/api/types/strslice 0.005s coverage: 90.0% of statements [2021-09-16T19:02:08.399Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-09-16T19:02:08.399Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-09-16T19:02:08.399Z] ok github.com/docker/docker/api/types/time 0.019s coverage: 100.0% of statements [2021-09-16T19:02:08.399Z] ok github.com/docker/docker/api/types/versions 0.021s coverage: 77.3% of statements [2021-09-16T19:02:08.399Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-09-16T19:02:08.399Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-09-16T19:02:08.399Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-09-16T19:02:08.399Z] ? github.com/docker/docker/builder [no test files] [2021-09-16T19:02:08.399Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-09-16T19:02:08.399Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-09-16T19:02:08.399Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-09-16T19:02:08.399Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-09-16T19:02:08.399Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-09-16T19:02:08.399Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-09-16T19:02:08.399Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-09-16T19:02:08.399Z] ok github.com/docker/docker/cli/debug 0.004s coverage: 100.0% of statements [2021-09-16T19:02:08.399Z] ok github.com/docker/docker/builder/remotecontext 0.147s coverage: 13.7% of statements [2021-09-16T19:02:08.399Z] ok github.com/docker/docker/builder/dockerfile 0.350s coverage: 49.0% of statements [2021-09-16T19:02:08.399Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-09-16T19:02:08.399Z] ok github.com/docker/docker/cmd/docker-proxy 0.182s coverage: 67.6% of statements [2021-09-16T19:02:09.229Z] #71 exporting layers 6.3s done [2021-09-16T19:02:09.229Z] #71 writing image sha256:e5101fb384014e5c5d416f265156438647d2998927f5c632b2f3e9e54e2c4fee done [2021-09-16T19:02:09.229Z] #71 naming to docker.io/library/docker:e187eb2bb5f0c3f899fe643e95d1af8c57e89a73 done [2021-09-16T19:02:09.229Z] #71 DONE 6.3s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Run tests) [Pipeline] sh [2021-09-16T19:02:09.582Z] + trap exit INT TERM [2021-09-16T19:02:09.582Z] + trap 'pids=$(jobs -p); echo "Remaining pids to kill: [$pids]"; [ -z "$pids" ] || kill $pids' EXIT [2021-09-16T19:02:09.582Z] + CONTAINER_NAME=docker-pr9 [2021-09-16T19:02:09.582Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41759/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41759/.git:/go/src/github.com/docker/docker/.git --name docker-pr9-build -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=e187eb2bb5f0c3f899fe643e95d1af8c57e89a73 -e DOCKER_GRAPHDRIVER docker:e187eb2bb5f0c3f899fe643e95d1af8c57e89a73 hack/make.sh dynbinary [2021-09-16T19:02:09.682Z] #62 83.63 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-16T19:02:09.682Z] #62 84.41 + mkdir -p /build [2021-09-16T19:02:09.682Z] #62 84.41 + cp runc /build/runc [2021-09-16T19:02:09.793Z] ok github.com/docker/docker/builder/remotecontext/git 4.944s coverage: 86.3% of statements [2021-09-16T19:02:09.793Z] ? github.com/docker/docker/cli [no test files] [2021-09-16T19:02:09.793Z] ? github.com/docker/docker/cli/config [no test files] [2021-09-16T19:02:09.941Z] #62 DONE 84.7s [2021-09-16T19:02:09.941Z] [2021-09-16T19:02:09.941Z] #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-16T19:02:09.941Z] #65 sha256:4e05e2bdc40da9b39fd5f0cd6f8761d46a72018ef09eff65b77ff7b5c05e1dc7 [2021-09-16T19:02:10.965Z] [2021-09-16T19:02:10.965Z] Removing bundles/ [2021-09-16T19:02:10.965Z] [2021-09-16T19:02:10.965Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-09-16T19:02:10.965Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-09-16T19:02:10.965Z] GOOS="" GOARCH="" GOARM="" [2021-09-16T19:02:11.320Z] #65 ... [2021-09-16T19:02:11.320Z] [2021-09-16T19:02:11.320Z] #63 [dev-systemd-false 21/25] COPY --from=runc /build/ /usr/local/bin/ [2021-09-16T19:02:11.320Z] #63 sha256:8567a7b3368d55d4d5fa178c404626ce96065f806f3874c574ee55c93014f0ed [2021-09-16T19:02:11.579Z] #63 DONE 0.1s [2021-09-16T19:02:11.579Z] [2021-09-16T19:02:11.579Z] #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-16T19:02:11.579Z] #65 sha256:4e05e2bdc40da9b39fd5f0cd6f8761d46a72018ef09eff65b77ff7b5c05e1dc7 [2021-09-16T19:02:12.240Z] #58 308.7 # github.com/containerd/containerd/cmd/containerd [2021-09-16T19:02:12.240Z] #58 308.7 /usr/bin/ld: /tmp/go-link-3473078795/000019.o: in function `New': [2021-09-16T19:02:12.240Z] #58 308.7 /tmp/tmp.qNX4EtNESk/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-16T19:02:12.240Z] #58 308.7 + bin/containerd-stress [2021-09-16T19:02:12.240Z] #58 309.8 + bin/containerd-shim [2021-09-16T19:02:12.382Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-09-16T19:02:12.382Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2021-09-16T19:02:12.382Z] GOOS="" GOARCH="" GOARM="" [2021-09-16T19:02:12.382Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2021-09-16T19:02:12.382Z] [2021-09-16T19:02:12.382Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-09-16T19:02:12.382Z] DOCKER_SYSTEMD=1 [2021-09-16T19:02:12.382Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-09-16T19:02:12.382Z] HOSTNAME=1ab550e1399b [2021-09-16T19:02:12.382Z] DEST=bundles/test-integration [2021-09-16T19:02:12.382Z] PWD=/go/src/github.com/docker/docker [2021-09-16T19:02:12.382Z] DOCKER_GITCOMMIT=e187eb2bb5f0c3f899fe643e95d1af8c57e89a73 [2021-09-16T19:02:12.382Z] container=docker [2021-09-16T19:02:12.382Z] HOME=/root [2021-09-16T19:02:12.382Z] LANG=C.UTF-8 [2021-09-16T19:02:12.382Z] INVOCATION_ID=cba1f317dc6943f88371fbbeb45f8578 [2021-09-16T19:02:12.382Z] GOLANG_VERSION=1.17 [2021-09-16T19:02:12.382Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-09-16T19:02:12.382Z] VALIDATE_BRANCH=master [2021-09-16T19:02:12.382Z] TERM=xterm [2021-09-16T19:02:12.382Z] DOCKER_PKG=github.com/docker/docker [2021-09-16T19:02:12.382Z] SHLVL=3 [2021-09-16T19:02:12.382Z] TIMEOUT=120m [2021-09-16T19:02:12.382Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-09-16T19:02:12.382Z] DOCKER_GRAPHDRIVER=overlay2 [2021-09-16T19:02:12.382Z] GO111MODULE=off [2021-09-16T19:02:12.382Z] DOCKER_EXPERIMENTAL=1 [2021-09-16T19:02:12.382Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-09-16T19:02:12.382Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-09-16T19:02:12.382Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-09-16T19:02:12.382Z] GOPATH=/go [2021-09-16T19:02:12.382Z] PKG_CONFIG=pkg-config [2021-09-16T19:02:12.382Z] _=/usr/bin/env [2021-09-16T19:02:12.382Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-09-16T19:02:13.111Z] ok github.com/docker/docker/client 0.230s coverage: 75.6% of statements [2021-09-16T19:02:14.002Z] INFO: Expanding compiler 1 of 3... [2021-09-16T19:02:14.002Z] INFO: Expanding compiler 2 of 3... [2021-09-16T19:02:14.869Z] #65 144.8 # github.com/containerd/containerd/cmd/containerd [2021-09-16T19:02:14.869Z] #65 144.8 /usr/bin/ld: /tmp/go-link-4073408455/000019.o: in function `New': [2021-09-16T19:02:14.869Z] #65 144.8 /tmp/tmp.RlFfO2PQZ2/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-16T19:02:14.869Z] #65 144.9 + bin/containerd-stress [2021-09-16T19:02:15.805Z] #65 145.9 + bin/containerd-shim [2021-09-16T19:02:17.729Z] INFO: Expanding compiler 3 of 3... [2021-09-16T19:02:18.703Z] INFO: Removing downloaded files... [2021-09-16T19:02:18.703Z] INFO: Downloading containerd [2021-09-16T19:02:19.009Z] Removing intermediate container 1e22ec3d5418 [2021-09-16T19:02:19.009Z] ---> 498f026b9205 [2021-09-16T19:02:19.009Z] Step 9/11 : ENTRYPOINT ["powershell.exe"] [2021-09-16T19:02:19.009Z] ---> Running in 92952ebbed35 [2021-09-16T19:02:19.009Z] Removing intermediate container 92952ebbed35 [2021-09-16T19:02:19.009Z] ---> be813be7655c [2021-09-16T19:02:19.009Z] Step 10/11 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2021-09-16T19:02:19.009Z] ---> Running in 30e9066c6eff [2021-09-16T19:02:19.009Z] Removing intermediate container 30e9066c6eff [2021-09-16T19:02:19.009Z] ---> 6a4d2d5958fb [2021-09-16T19:02:19.009Z] Step 11/11 : COPY . . [2021-09-16T19:02:20.185Z] Removing intermediate container 88134dbca783 [2021-09-16T19:02:20.185Z] ---> 2b24d60f4ecf [2021-09-16T19:02:20.185Z] Step 9/11 : ENTRYPOINT ["powershell.exe"] [2021-09-16T19:02:20.185Z] ---> Running in 871496234db2 [2021-09-16T19:02:20.185Z] Removing intermediate container 871496234db2 [2021-09-16T19:02:20.185Z] ---> 894956151147 [2021-09-16T19:02:20.185Z] Step 10/11 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2021-09-16T19:02:20.185Z] ---> Running in 7657e00a9031 [2021-09-16T19:02:20.185Z] Removing intermediate container 7657e00a9031 [2021-09-16T19:02:20.185Z] ---> a5a836e723e2 [2021-09-16T19:02:20.185Z] Step 11/11 : COPY . . [2021-09-16T19:02:20.335Z] #58 317.2 + bin/containerd-shim-runc-v1 [2021-09-16T19:02:23.923Z] #65 153.0 + bin/containerd-shim-runc-v1 [2021-09-16T19:02:24.509Z] #58 322.3 + bin/containerd-shim-runc-v2 [2021-09-16T19:02:24.765Z] #58 322.9 + binaries [2021-09-16T19:02:24.765Z] #58 322.9 + install -D bin/containerd /build/containerd [2021-09-16T19:02:24.765Z] #58 323.0 + install -D bin/containerd-shim /build/containerd-shim [2021-09-16T19:02:25.020Z] #58 323.0 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-09-16T19:02:25.020Z] #58 323.0 + install -D bin/ctr /build/ctr [2021-09-16T19:02:27.534Z] #58 DONE 325.3s [2021-09-16T19:02:28.097Z] [2021-09-16T19:02:28.097Z] #59 [dev-systemd-false 22/25] COPY --from=containerd /build/ /usr/local/bin/ [2021-09-16T19:02:28.097Z] #59 sha256:0863c70c7154794dc36c99250839d91b0113de30073ff8b53da253a140b03a36 [2021-09-16T19:02:28.109Z] #65 158.0 + bin/containerd-shim-runc-v2 [2021-09-16T19:02:28.675Z] #65 158.6 + binaries [2021-09-16T19:02:28.675Z] #65 158.6 + install -D bin/containerd /build/containerd [2021-09-16T19:02:28.675Z] #65 158.6 + install -D bin/containerd-shim /build/containerd-shim [2021-09-16T19:02:28.675Z] #65 158.7 + install -D bin/containerd-shim-runc-v2 /build/containerd-shim-runc-v2 [2021-09-16T19:02:28.675Z] #65 158.7 + install -D bin/ctr /build/ctr [2021-09-16T19:02:29.023Z] #59 DONE 0.8s [2021-09-16T19:02:29.023Z] [2021-09-16T19:02:29.023Z] #63 [dev-systemd-false 23/25] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-09-16T19:02:29.023Z] #63 sha256:f768294c5edb53570161b2d310715ccddc023694c873ea999a4838a1fb187da3 [2021-09-16T19:02:29.241Z] #65 DONE 159.1s [2021-09-16T19:02:29.279Z] #63 DONE 0.3s [2021-09-16T19:02:29.279Z] [2021-09-16T19:02:29.279Z] #68 [dev-systemd-false 24/25] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-09-16T19:02:29.279Z] #68 sha256:389297664fa1e6be4d8c2c9ac9a0d9b1494ed2cde479f35697013efadf19173f [2021-09-16T19:02:30.177Z] [2021-09-16T19:02:30.177Z] #66 [dev-systemd-false 22/25] COPY --from=containerd /build/ /usr/local/bin/ [2021-09-16T19:02:30.177Z] #66 sha256:d0bdc3dd30f9353aca7f8d6650e16158dc2caf5fd390cfc14a2f2afec4117c93 [2021-09-16T19:02:30.207Z] #68 DONE 1.1s [2021-09-16T19:02:30.434Z] #66 DONE 0.2s [2021-09-16T19:02:30.435Z] [2021-09-16T19:02:30.435Z] #70 [dev-systemd-false 23/25] COPY --from=rootlesskit /build/ /usr/local/bin/ [2021-09-16T19:02:30.435Z] #70 sha256:1a8240f743899ecf97cd61c28b43c68e374ebcacf3660cc117071c134ba7dff2 [2021-09-16T19:02:30.435Z] #70 DONE 0.1s [2021-09-16T19:02:30.435Z] [2021-09-16T19:02:30.435Z] #75 [dev-systemd-false 24/25] COPY --from=vpnkit /build/ /usr/local/bin/ [2021-09-16T19:02:30.435Z] #75 sha256:eea1fc5b9e4fc27b51e1a86afb32deb93c9d387a8d852c1ee9e7134b86027bd1 [2021-09-16T19:02:30.465Z] [2021-09-16T19:02:30.465Z] #69 [dev-systemd-false 25/25] WORKDIR /go/src/github.com/docker/docker [2021-09-16T19:02:30.465Z] #69 sha256:538ca0f876d26cb75eb574790cef5ecac87d5a879f1cc37df9b394918270354f [2021-09-16T19:02:30.465Z] #69 DONE 0.0s [2021-09-16T19:02:30.465Z] [2021-09-16T19:02:30.465Z] #70 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-09-16T19:02:30.465Z] #70 sha256:a7e9309b4708d854ce2b75adbc0141eda8c73b8785a960324a710d140e293305 [2021-09-16T19:02:31.067Z] [2021-09-16T19:02:31.067Z] Name Version Source Summary [2021-09-16T19:02:31.067Z] ---- ------- ------ ------- [2021-09-16T19:02:31.067Z] 7Zip4Powershell 2.0.0 PSGallery Powershell ... [2021-09-16T19:02:31.067Z] [2021-09-16T19:02:31.067Z] PSPath : Microsoft.PowerShell.Core\FileSystem::C:\containerd [2021-09-16T19:02:31.067Z] PSParentPath : Microsoft.PowerShell.Core\FileSystem::C:\ [2021-09-16T19:02:31.067Z] PSChildName : containerd [2021-09-16T19:02:31.067Z] PSDrive : C [2021-09-16T19:02:31.067Z] PSProvider : Microsoft.PowerShell.Core\FileSystem [2021-09-16T19:02:31.067Z] PSIsContainer : True [2021-09-16T19:02:31.067Z] Name : containerd [2021-09-16T19:02:31.067Z] FullName : C:\containerd [2021-09-16T19:02:31.067Z] Parent : [2021-09-16T19:02:31.067Z] Exists : True [2021-09-16T19:02:31.067Z] Root : C:\ [2021-09-16T19:02:31.067Z] Extension : [2021-09-16T19:02:31.067Z] CreationTime : 9/16/2021 7:02:29 PM [2021-09-16T19:02:31.067Z] CreationTimeUtc : 9/16/2021 7:02:29 PM [2021-09-16T19:02:31.067Z] LastAccessTime : 9/16/2021 7:02:29 PM [2021-09-16T19:02:31.067Z] LastAccessTimeUtc : 9/16/2021 7:02:29 PM [2021-09-16T19:02:31.067Z] LastWriteTime : 9/16/2021 7:02:29 PM [2021-09-16T19:02:31.067Z] LastWriteTimeUtc : 9/16/2021 7:02:29 PM [2021-09-16T19:02:31.067Z] Attributes : Directory [2021-09-16T19:02:31.067Z] Mode : d----- [2021-09-16T19:02:31.067Z] BaseName : containerd [2021-09-16T19:02:31.067Z] Target : {} [2021-09-16T19:02:31.067Z] LinkType : [2021-09-16T19:02:31.067Z] [2021-09-16T19:02:31.371Z] #75 DONE 0.5s [2021-09-16T19:02:31.371Z] [2021-09-16T19:02:31.371Z] #76 [dev-systemd-false 25/25] WORKDIR /go/src/github.com/docker/docker [2021-09-16T19:02:31.371Z] #76 sha256:08d08dd9237cedbea67f47510ef2bf0c2828428cfd15e3b1c716de43b49fbb5f [2021-09-16T19:02:31.371Z] #76 DONE 0.1s [2021-09-16T19:02:31.371Z] [2021-09-16T19:02:31.371Z] #77 [final 1/1] COPY . /go/src/github.com/docker/docker [2021-09-16T19:02:31.371Z] #77 sha256:64030d23ac217ae4538d0d405d1b7e08820acd9d4120145afedee2d982260e75 [2021-09-16T19:02:31.525Z] INFO: Ensuring existence of directory C:\gopath\src\github.com\docker\docker\bundles ... [2021-09-16T19:02:31.525Z] INFO: Configuring git core.autocrlf... [2021-09-16T19:02:31.525Z] [2021-09-16T19:02:31.525Z] [2021-09-16T19:02:31.831Z] #70 DONE 1.4s [2021-09-16T19:02:31.831Z] [2021-09-16T19:02:31.831Z] #71 exporting to image [2021-09-16T19:02:31.831Z] #71 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-09-16T19:02:31.831Z] #71 exporting layers [2021-09-16T19:02:36.635Z] #77 DONE 4.9s [2021-09-16T19:02:36.635Z] [2021-09-16T19:02:36.635Z] #78 exporting to image [2021-09-16T19:02:36.635Z] #78 sha256:e8c613e07b0b7ff33893b694f7759a10d42e180f2b4dc349fb57dc6b71dcab00 [2021-09-16T19:02:36.635Z] #78 exporting layers [2021-09-16T19:02:36.854Z] ---> a99bbdca6b5d [2021-09-16T19:02:36.854Z] Successfully built a99bbdca6b5d [2021-09-16T19:02:36.854Z] Successfully tagged docker:latest [2021-09-16T19:02:36.854Z] INFO: Image build ended at 09/16/2021 19:02:36. Duration:00:02:38.3125328 [2021-09-16T19:02:36.854Z] [2021-09-16T19:02:36.854Z] [2021-09-16T19:02:36.854Z] INFO: Building the test binaries at 09/16/2021 19:02:36... [2021-09-16T19:02:37.809Z] ---> ce92a9468cbe [2021-09-16T19:02:37.809Z] Successfully built ce92a9468cbe [2021-09-16T19:02:37.809Z] Successfully tagged docker:latest [2021-09-16T19:02:37.809Z] INFO: Image build ended at 09/16/2021 19:02:37. Duration:00:02:38.9081338 [2021-09-16T19:02:37.809Z] [2021-09-16T19:02:37.809Z] [2021-09-16T19:02:37.809Z] INFO: Building the test binaries at 09/16/2021 19:02:37... [2021-09-16T19:02:38.373Z] #71 exporting layers 6.7s done [2021-09-16T19:02:38.373Z] #71 writing image sha256:61f31448b0df1d3740bb0b53aacc709ba8477af839bc88d3619622ad1d315541 done [2021-09-16T19:02:38.373Z] #71 naming to docker.io/library/docker:e187eb2bb5f0c3f899fe643e95d1af8c57e89a73 done [2021-09-16T19:02:38.373Z] #71 DONE 6.7s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-09-16T19:02:38.711Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41759/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr9 -e DOCKER_GITCOMMIT=e187eb2bb5f0c3f899fe643e95d1af8c57e89a73 -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:e187eb2bb5f0c3f899fe643e95d1af8c57e89a73 hack/make.sh dynbinary test-integration [2021-09-16T19:02:39.638Z] [2021-09-16T19:02:39.815Z] INFO: make.ps1 starting at 09/16/2021 19:02:39 [2021-09-16T19:02:39.815Z] INFO: Git commit (e187eb2bb5) assumed from DOCKER_GITCOMMIT environment variable [2021-09-16T19:02:39.815Z] INFO: Invoking autogen... [2021-09-16T19:02:39.895Z] Removing bundles/ [2021-09-16T19:02:39.895Z] [2021-09-16T19:02:39.895Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-09-16T19:02:39.895Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-09-16T19:02:39.895Z] GOOS="" GOARCH="" GOARM="" [2021-09-16T19:02:40.285Z] INFO: Building daemon... [2021-09-16T19:02:40.765Z] INFO: make.ps1 starting at 09/16/2021 19:02:40 [2021-09-16T19:02:40.765Z] INFO: Git commit (e187eb2bb5) assumed from DOCKER_GITCOMMIT environment variable [2021-09-16T19:02:40.765Z] INFO: Invoking autogen... [2021-09-16T19:02:41.220Z] INFO: Building daemon... [2021-09-16T19:02:45.255Z] ok github.com/docker/docker/cmd/dockerd 0.094s coverage: 29.3% of statements [2021-09-16T19:02:45.255Z] ok github.com/docker/docker/container 0.162s coverage: 34.8% of statements [2021-09-16T19:02:45.255Z] ok github.com/docker/docker/cmd/dockerd/trap 2.925s coverage: 0.0% of statements [2021-09-16T19:02:45.255Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2021-09-16T19:02:45.255Z] ? github.com/docker/docker/container/stream [no test files] [2021-09-16T19:02:45.255Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-09-16T19:02:45.255Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-09-16T19:02:45.255Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-09-16T19:02:45.255Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.048s coverage: 65.3% of statements [2021-09-16T19:02:46.648Z] ok github.com/docker/docker/daemon/cluster/convert 0.043s coverage: 35.9% of statements [2021-09-16T19:02:49.967Z] ok github.com/docker/docker/daemon/cluster 0.169s coverage: 0.5% of statements [2021-09-16T19:02:50.918Z] ok github.com/docker/docker/daemon/config 0.157s coverage: 81.1% of statements [2021-09-16T19:02:52.313Z] ok github.com/docker/docker/daemon/discovery 0.017s coverage: 30.0% of statements [2021-09-16T19:02:52.313Z] ok github.com/docker/docker/daemon/events 0.096s coverage: 50.0% of statements [2021-09-16T19:02:53.706Z] ok github.com/docker/docker/daemon/graphdriver 0.014s coverage: 2.2% of statements [2021-09-16T19:02:56.264Z] ok github.com/docker/docker/daemon/graphdriver/aufs 1.985s coverage: 74.6% of statements [2021-09-16T19:02:57.210Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.012s coverage: 3.1% of statements [2021-09-16T19:02:57.210Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.519s coverage: 13.8% of statements [2021-09-16T19:02:57.473Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.521s coverage: 56.2% of statements [2021-09-16T19:02:59.064Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-09-16T19:02:59.064Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-09-16T19:02:59.396Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.017s coverage: 1.9% of statements [2021-09-16T19:03:00.346Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.806s coverage: 49.4% of statements [2021-09-16T19:03:02.271Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.016s coverage: 57.5% of statements [2021-09-16T19:03:02.846Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 1.482s coverage: 57.7% of statements [2021-09-16T19:03:03.176Z] #78 exporting layers 25.9s done [2021-09-16T19:03:03.176Z] #78 writing image sha256:8180914c9f302fb34f7b9faad6ee3dd03b7a9d0e012e0b133e2248d4c830a77d done [2021-09-16T19:03:03.176Z] #78 naming to docker.io/library/docker:e187eb2bb5f0c3f899fe643e95d1af8c57e89a73 done [2021-09-16T19:03:03.176Z] #78 DONE 26.0s [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate) [Pipeline] sh [2021-09-16T19:03:03.519Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41759/bundles:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41759/.git:/go/src/github.com/docker/docker/.git --name docker-pr9 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=e187eb2bb5f0c3f899fe643e95d1af8c57e89a73 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:e187eb2bb5f0c3f899fe643e95d1af8c57e89a73 hack/validate/default [2021-09-16T19:03:04.240Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.017s coverage: 3.0% of statements [2021-09-16T19:03:04.240Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 4.588s coverage: 46.2% of statements [2021-09-16T19:03:04.502Z] ok github.com/docker/docker/daemon/links 0.014s coverage: 93.0% of statements [2021-09-16T19:03:04.894Z] Congratulations! Packages in "./pkg/..." are safely isolated from internal code. [2021-09-16T19:03:04.894Z] No api/types/ or api/swagger.yaml changes in diff. [2021-09-16T19:03:04.894Z] Congratulations! All TOML source files changed here have valid syntax. [2021-09-16T19:03:04.894Z] Congratulations! Changelog CHANGELOG.md is well-formed. [2021-09-16T19:03:04.894Z] Congratulations! Changelog CHANGELOG.md dates are in descending order. [2021-09-16T19:03:04.894Z] Congratulations! No new tests were added to integration-cli. [2021-09-16T19:03:04.894Z] [2021-09-16T19:03:04.894Z] INFO Start validation with golang-ci-lint [2021-09-16T19:03:04.894Z] INFO [config_reader] Used config file hack/validate/golangci-lint.yml [2021-09-16T19:03:04.894Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2021-09-16T19:03:04.894Z] INFO [lintersdb] Active 14 linters: [deadcode goimports golint gosec gosimple govet ineffassign misspell staticcheck structcheck typecheck unconvert unused varcheck] [2021-09-16T19:03:05.896Z] ok github.com/docker/docker/daemon/images 0.033s coverage: 6.7% of statements [2021-09-16T19:03:06.158Z] ok github.com/docker/docker/daemon/logger 0.235s coverage: 43.5% of statements [2021-09-16T19:03:06.420Z] ok github.com/docker/docker/daemon/logger/awslogs 0.291s coverage: 77.4% of statements [2021-09-16T19:03:06.684Z] ok github.com/docker/docker/daemon 12.197s coverage: 17.5% of statements [2021-09-16T19:03:06.684Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-09-16T19:03:06.684Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-09-16T19:03:06.684Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-09-16T19:03:06.684Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-09-16T19:03:06.684Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-09-16T19:03:06.684Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2021-09-16T19:03:06.684Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-09-16T19:03:06.684Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-09-16T19:03:06.684Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-09-16T19:03:06.684Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-09-16T19:03:06.684Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-09-16T19:03:06.947Z] ok github.com/docker/docker/daemon/logger/gelf 0.024s coverage: 67.0% of statements [2021-09-16T19:03:07.210Z] ok github.com/docker/docker/daemon/logger/journald 0.023s coverage: 23.9% of statements [2021-09-16T19:03:07.210Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.008s coverage: 87.2% of statements [2021-09-16T19:03:07.786Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.049s coverage: 69.9% of statements [2021-09-16T19:03:08.363Z] ok github.com/docker/docker/daemon/logger/local 0.097s coverage: 75.2% of statements [2021-09-16T19:03:08.363Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-09-16T19:03:08.625Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.054s coverage: 31.5% of statements [2021-09-16T19:03:08.889Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.095s coverage: 58.6% of statements [2021-09-16T19:03:09.151Z] ok github.com/docker/docker/daemon/logger/templates 0.004s coverage: 8.3% of statements [2021-09-16T19:03:09.726Z] ok github.com/docker/docker/daemon/logger/syslog 0.021s coverage: 46.8% of statements [2021-09-16T19:03:10.031Z] ok github.com/docker/docker/daemon/network 0.013s coverage: 63.8% of statements [2021-09-16T19:03:10.990Z] ok github.com/docker/docker/distribution/metadata 0.149s coverage: 48.2% of statements [2021-09-16T19:03:11.563Z] ok github.com/docker/docker/daemon/logger/splunk 1.997s coverage: 82.5% of statements [2021-09-16T19:03:11.563Z] ? github.com/docker/docker/daemon/names [no test files] [2021-09-16T19:03:11.563Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-09-16T19:03:12.138Z] ok github.com/docker/docker/errdefs 0.025s coverage: 53.1% of statements [2021-09-16T19:03:12.400Z] ok github.com/docker/docker/distribution 0.141s coverage: 25.8% of statements [2021-09-16T19:03:12.400Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-09-16T19:03:12.974Z] ok github.com/docker/docker/image/cache 0.013s coverage: 19.2% of statements [2021-09-16T19:03:13.237Z] ok github.com/docker/docker/image 0.042s coverage: 86.6% of statements [2021-09-16T19:03:13.499Z] ok github.com/docker/docker/distribution/xfer 1.738s coverage: 85.1% of statements [2021-09-16T19:03:13.500Z] ? github.com/docker/docker/dockerversion [no test files] [2021-09-16T19:03:13.500Z] ok github.com/docker/docker/image/tarexport 0.030s coverage: 0.7% of statements [2021-09-16T19:03:14.076Z] ok github.com/docker/docker/libcontainerd/queue 0.035s coverage: 100.0% of statements [2021-09-16T19:03:14.076Z] ok github.com/docker/docker/image/v1 0.020s coverage: 25.0% of statements [2021-09-16T19:03:14.076Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-09-16T19:03:14.651Z] ok github.com/docker/docker/oci 0.024s coverage: 43.3% of statements [2021-09-16T19:03:14.913Z] ok github.com/docker/docker/pkg/aaparser 0.016s coverage: 52.9% of statements [2021-09-16T19:03:15.176Z] ok github.com/docker/docker/opts 0.063s coverage: 67.1% of statements [2021-09-16T19:03:16.123Z] ok github.com/docker/docker/pkg/broadcaster 0.022s coverage: 100.0% of statements [2021-09-16T19:03:16.699Z] ok github.com/docker/docker/pkg/capabilities 0.005s coverage: 87.5% of statements [2021-09-16T19:03:17.213Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2021-09-16T19:03:17.272Z] ok github.com/docker/docker/pkg/authorization 1.080s coverage: 68.3% of statements [2021-09-16T19:03:17.846Z] ok github.com/docker/docker/pkg/directory 0.023s coverage: 80.0% of statements [2021-09-16T19:03:18.421Z] ok github.com/docker/docker/pkg/discovery 0.009s coverage: 58.3% of statements [2021-09-16T19:03:18.682Z] ok github.com/docker/docker/pkg/archive 1.105s coverage: 82.1% of statements [2021-09-16T19:03:18.945Z] ok github.com/docker/docker/pkg/discovery/file 0.006s coverage: 97.6% of statements [2021-09-16T19:03:19.519Z] ok github.com/docker/docker/pkg/discovery/memory 0.016s coverage: 92.3% of statements [2021-09-16T19:03:19.780Z] ok github.com/docker/docker/pkg/discovery/nodes 0.004s coverage: 93.8% of statements [2021-09-16T19:03:20.725Z] ok github.com/docker/docker/pkg/chrootarchive 3.006s coverage: 43.2% of statements [2021-09-16T19:03:20.725Z] ok github.com/docker/docker/pkg/dmesg 0.005s coverage: 83.3% of statements [2021-09-16T19:03:21.299Z] ok github.com/docker/docker/pkg/fileutils 0.013s coverage: 83.1% of statements [2021-09-16T19:03:21.877Z] ok github.com/docker/docker/pkg/filenotify 0.607s coverage: 67.0% of statements [2021-09-16T19:03:22.139Z] ok github.com/docker/docker/pkg/fsutils 0.220s coverage: 85.1% of statements [2021-09-16T19:03:22.139Z] ok github.com/docker/docker/pkg/homedir 0.005s coverage: 11.4% of statements [2021-09-16T19:03:22.403Z] ok github.com/docker/docker/pkg/discovery/kv 3.041s coverage: 84.1% of statements [2021-09-16T19:03:23.355Z] ok github.com/docker/docker/pkg/jsonmessage 0.007s coverage: 91.7% of statements [2021-09-16T19:03:23.355Z] ok github.com/docker/docker/pkg/idtools 0.607s coverage: 69.5% of statements [2021-09-16T19:03:23.618Z] ok github.com/docker/docker/pkg/longpath 0.008s coverage: 100.0% of statements [2021-09-16T19:03:23.618Z] ok github.com/docker/docker/pkg/ioutils 0.650s coverage: 70.1% of statements [2021-09-16T19:03:23.880Z] ok github.com/docker/docker/pkg/namesgenerator 0.009s coverage: 85.7% of statements [2021-09-16T19:03:23.880Z] ok github.com/docker/docker/pkg/parsers 0.004s coverage: 97.0% of statements [2021-09-16T19:03:24.142Z] ok github.com/docker/docker/pkg/parsers/kernel 0.013s coverage: 60.0% of statements [2021-09-16T19:03:24.142Z] ok github.com/docker/docker/layer 7.611s coverage: 68.8% of statements [2021-09-16T19:03:24.142Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-09-16T19:03:24.142Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-09-16T19:03:24.142Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-09-16T19:03:24.142Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-09-16T19:03:24.142Z] ? github.com/docker/docker/oci/caps [no test files] [2021-09-16T19:03:24.142Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-09-16T19:03:24.142Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-09-16T19:03:24.142Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-09-16T19:03:24.142Z] ? github.com/docker/docker/pkg/loopback [no test files] [2021-09-16T19:03:24.142Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-09-16T19:03:24.142Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-09-16T19:03:24.142Z] ok github.com/docker/docker/pkg/pidfile 0.005s coverage: 82.4% of statements [2021-09-16T19:03:24.406Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.012s coverage: 86.7% of statements [2021-09-16T19:03:24.406Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-09-16T19:03:24.406Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-09-16T19:03:24.981Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.032s coverage: 56.8% of statements [2021-09-16T19:03:25.245Z] ok github.com/docker/docker/pkg/plugins/transport 0.016s coverage: 85.7% of statements [2021-09-16T19:03:25.245Z] ok github.com/docker/docker/pkg/pools 0.006s coverage: 88.2% of statements [2021-09-16T19:03:25.508Z] ok github.com/docker/docker/pkg/progress 0.021s coverage: 75.9% of statements [2021-09-16T19:03:25.770Z] ok github.com/docker/docker/pkg/reexec 0.014s coverage: 82.4% of statements [2021-09-16T19:03:26.032Z] ok github.com/docker/docker/pkg/stack 0.006s coverage: 90.9% of statements [2021-09-16T19:03:26.032Z] ok github.com/docker/docker/pkg/stdcopy 0.008s coverage: 100.0% of statements [2021-09-16T19:03:26.607Z] ok github.com/docker/docker/pkg/streamformatter 0.006s coverage: 66.2% of statements [2021-09-16T19:03:26.607Z] ok github.com/docker/docker/pkg/stringid 0.007s coverage: 70.6% of statements [2021-09-16T19:03:26.607Z] ok github.com/docker/docker/pkg/pubsub 1.090s coverage: 75.0% of statements [2021-09-16T19:03:27.181Z] ok github.com/docker/docker/pkg/sysinfo 0.013s coverage: 51.2% of statements [2021-09-16T19:03:27.186Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-09-16T19:03:27.444Z] ok github.com/docker/docker/pkg/system 0.034s coverage: 40.1% of statements [2021-09-16T19:03:27.444Z] ok github.com/docker/docker/pkg/tailfile 0.132s coverage: 88.6% of statements [2021-09-16T19:03:27.706Z] coverage: [no statements] [2021-09-16T19:03:27.969Z] ok github.com/docker/docker/pkg/term/windows 0.012s coverage: [no statements] [no tests to run] [2021-09-16T19:03:28.232Z] ok github.com/docker/docker/pkg/truncindex 0.115s coverage: 91.5% of statements [2021-09-16T19:03:28.232Z] ok github.com/docker/docker/pkg/urlutil 0.014s coverage: 100.0% of statements [2021-09-16T19:03:28.232Z] ok github.com/docker/docker/pkg/tarsum 0.116s coverage: 89.3% of statements [2021-09-16T19:03:28.494Z] ok github.com/docker/docker/pkg/useragent 0.018s coverage: 88.9% of statements [2021-09-16T19:03:29.068Z] ok github.com/docker/docker/plugin/v2 0.009s coverage: 14.4% of statements [2021-09-16T19:03:30.014Z] ok github.com/docker/docker/profiles/seccomp 0.018s coverage: 86.0% of statements [2021-09-16T19:03:30.590Z] ok github.com/docker/docker/reference 0.012s coverage: 84.4% of statements [2021-09-16T19:03:30.852Z] ok github.com/docker/docker/plugin 0.558s coverage: 23.2% of statements [2021-09-16T19:03:31.800Z] ok github.com/docker/docker/registry/resumable 0.027s coverage: 100.0% of statements [2021-09-16T19:03:32.062Z] ok github.com/docker/docker/quota 0.500s coverage: 71.4% of statements [2021-09-16T19:03:32.062Z] ok github.com/docker/docker/restartmanager 0.006s coverage: 50.9% of statements [2021-09-16T19:03:32.062Z] ok github.com/docker/docker/registry 0.119s coverage: 58.8% of statements [2021-09-16T19:03:33.009Z] ok github.com/docker/docker/testutil 0.010s coverage: 62.5% of statements [2021-09-16T19:03:33.009Z] ok github.com/docker/docker/runconfig 0.033s coverage: 66.1% of statements [2021-09-16T19:03:34.399Z] ok github.com/docker/docker/volume/drivers 0.011s coverage: 36.1% of statements [2021-09-16T19:03:35.309Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-09-16T19:03:35.309Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-09-16T19:03:35.790Z] ok github.com/docker/docker/volume/mounts 0.014s coverage: 67.7% of statements [2021-09-16T19:03:35.790Z] ok github.com/docker/docker/volume/local 0.215s coverage: 76.4% of statements [2021-09-16T19:03:36.245Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-09-16T19:03:36.813Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-09-16T19:03:36.813Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-09-16T19:03:37.705Z] ok github.com/docker/docker/volume/service 0.021s coverage: 72.3% of statements [2021-09-16T19:03:37.749Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-09-16T19:03:40.282Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-09-16T19:03:40.967Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2021-09-16T19:03:40.967Z] [2021-09-16T19:03:40.967Z] ________ ____ __. [2021-09-16T19:03:40.967Z] \_____ \ | |/ _| [2021-09-16T19:03:40.967Z] / | \| < [2021-09-16T19:03:40.967Z] / | \ | \ [2021-09-16T19:03:40.967Z] \_______ /____|__ \ [2021-09-16T19:03:40.967Z] \/ \/ [2021-09-16T19:03:40.967Z] [2021-09-16T19:03:40.967Z] INFO: make.ps1 ended at 09/16/2021 19:03:39 [2021-09-16T19:03:41.217Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-09-16T19:03:41.595Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2021-09-16T19:03:41.595Z] [2021-09-16T19:03:41.595Z] ________ ____ __. [2021-09-16T19:03:41.595Z] \_____ \ | |/ _| [2021-09-16T19:03:41.595Z] / | \| < [2021-09-16T19:03:41.595Z] / | \ | \ [2021-09-16T19:03:41.595Z] \_______ /____|__ \ [2021-09-16T19:03:41.595Z] \/ \/ [2021-09-16T19:03:41.595Z] [2021-09-16T19:03:41.595Z] INFO: make.ps1 ended at 09/16/2021 19:03:40 [2021-09-16T19:03:41.956Z] INFO: Binaries build ended at 09/16/2021 19:03:41. Duration:00:01:05.2415336 [2021-09-16T19:03:42.152Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-09-16T19:03:42.411Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-09-16T19:03:42.554Z] INFO: Binaries build ended at 09/16/2021 19:03:42. Duration:00:01:05.0339994 [2021-09-16T19:03:42.944Z] INFO: Copying the built daemon binary to d:\CI\PR-41759\9\binary\dockerd-e187eb2bb5.exe... [2021-09-16T19:03:42.944Z] INFO: Copying the built client binary to d:\CI\PR-41759\9\binary\docker-e187eb2bb5.exe... [2021-09-16T19:03:42.944Z] INFO: Copying dockerversion from the container... [2021-09-16T19:03:43.345Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-09-16T19:03:43.414Z] INFO: Copying the golang package from the container to d:\CI\PR-41759\9\installer\go.zip... [2021-09-16T19:03:43.599Z] Removing intermediate container 066aeba50e58 [2021-09-16T19:03:43.599Z] ---> ac09e7533560 [2021-09-16T19:03:43.599Z] 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-16T19:03:43.599Z] ---> Running in 836fbcfd214c [2021-09-16T19:03:43.882Z] INFO: Extracting go.zip to d:\CI\PR-41759\9\go [2021-09-16T19:03:43.913Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-09-16T19:03:44.079Z] INFO: Copying the built daemon binary to d:\CI\PR-41759\9\binary\dockerd-e187eb2bb5.exe... [2021-09-16T19:03:44.079Z] INFO: Copying the built client binary to d:\CI\PR-41759\9\binary\docker-e187eb2bb5.exe... [2021-09-16T19:03:44.079Z] INFO: Copying dockerversion from the container... [2021-09-16T19:03:44.079Z] INFO: Copying the golang package from the container to d:\CI\PR-41759\9\installer\go.zip... [2021-09-16T19:03:44.564Z] INFO: Installing gotestsum version v1.7.0 in C:\gopath\bin [2021-09-16T19:03:45.021Z] go: downloading gotest.tools/gotestsum v1.7.0 [2021-09-16T19:03:45.037Z] INFO: Extracting go.zip to d:\CI\PR-41759\9\go [2021-09-16T19:03:45.290Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-09-16T19:03:45.479Z] go: downloading github.com/fatih/color v1.10.0 [2021-09-16T19:03:45.479Z] go: downloading github.com/dnephin/pflag v1.0.7 [2021-09-16T19:03:45.479Z] go: downloading github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 [2021-09-16T19:03:45.479Z] go: downloading github.com/pkg/errors v0.9.1 [2021-09-16T19:03:45.479Z] go: downloading golang.org/x/tools v0.1.0 [2021-09-16T19:03:45.479Z] go: downloading github.com/mattn/go-colorable v0.1.8 [2021-09-16T19:03:45.479Z] go: downloading github.com/mattn/go-isatty v0.0.12 [2021-09-16T19:03:45.479Z] go: downloading github.com/fsnotify/fsnotify v1.4.9 [2021-09-16T19:03:45.479Z] go: downloading github.com/jonboulle/clockwork v0.2.2 [2021-09-16T19:03:45.549Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-09-16T19:03:45.937Z] go: downloading golang.org/x/sync v0.0.0-20201020160332-67f06af15bc9 [2021-09-16T19:03:45.937Z] go: downloading golang.org/x/term v0.0.0-20201126162022-7de9c90e9dd1 [2021-09-16T19:03:45.937Z] go: downloading golang.org/x/sys v0.0.0-20210615035016-665e8c7367d1 [2021-09-16T19:03:46.484Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-09-16T19:03:46.905Z] go: downloading golang.org/x/xerrors v0.0.0-20200804184101-5ec99f83aff1 [2021-09-16T19:03:46.905Z] go: downloading golang.org/x/mod v0.3.0 [2021-09-16T19:03:47.051Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-09-16T19:03:47.051Z] Using test binary docker [2021-09-16T19:03:47.051Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-09-16T19:03:47.309Z] Starting apparmor (via systemctl): apparmor.service. [2021-09-16T19:03:47.309Z] INFO: Waiting for daemon to start... [2021-09-16T19:03:47.309Z] Starting dockerd [2021-09-16T19:03:47.477Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-09-16T19:03:47.477Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2021-09-16T19:03:47.477Z] GOOS="" GOARCH="" GOARM="" [2021-09-16T19:03:47.477Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2021-09-16T19:03:47.477Z] [2021-09-16T19:03:47.477Z] + TEST_INTEGRATION_DEST=2 [2021-09-16T19:03:47.477Z] + CONTAINER_NAME=docker-pr9-2 [2021-09-16T19:03:47.477Z] + TEST_SKIP_INTEGRATION=1 [2021-09-16T19:03:47.477Z] + TESTFLAGS='-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/' [2021-09-16T19:03:47.477Z] + run_tests [2021-09-16T19:03:47.477Z] + c=0 [2021-09-16T19:03:47.477Z] + '[' -n 0 ']' [2021-09-16T19:03:47.477Z] + rm= [2021-09-16T19:03:47.477Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-41759/bundles/2:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41759/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-41759/.git:/go/src/github.com/docker/docker/.git --name docker-pr9-2 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=e187eb2bb5f0c3f899fe643e95d1af8c57e89a73 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:e187eb2bb5f0c3f899fe643e95d1af8c57e89a73 hack/make.sh '' test-integration [2021-09-16T19:03:47.477Z] + TEST_INTEGRATION_DEST=1 [2021-09-16T19:03:47.477Z] + CONTAINER_NAME=docker-pr9-1 [2021-09-16T19:03:47.477Z] + TEST_SKIP_INTEGRATION_CLI=1 [2021-09-16T19:03:47.477Z] + run_tests test-integration-flaky [2021-09-16T19:03:47.477Z] + '[' -n 0 ']' [2021-09-16T19:03:47.477Z] + rm= [2021-09-16T19:03:47.477Z] + TEST_INTEGRATION_DEST=3 [2021-09-16T19:03:47.477Z] + CONTAINER_NAME=docker-pr9-3 [2021-09-16T19:03:47.477Z] + TEST_SKIP_INTEGRATION=1 [2021-09-16T19:03:47.477Z] + TESTFLAGS='-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/' [2021-09-16T19:03:47.477Z] + run_tests [2021-09-16T19:03:47.477Z] + '[' -n 0 ']' [2021-09-16T19:03:47.477Z] + rm= [2021-09-16T19:03:47.477Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-41759/bundles/1:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41759/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-41759/.git:/go/src/github.com/docker/docker/.git --name docker-pr9-1 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=e187eb2bb5f0c3f899fe643e95d1af8c57e89a73 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:e187eb2bb5f0c3f899fe643e95d1af8c57e89a73 hack/make.sh test-integration-flaky test-integration [2021-09-16T19:03:47.477Z] + docker run -t --privileged -v /home/ubuntu/workspace/moby_PR-41759/bundles/3:/go/src/github.com/docker/docker/bundles -v /home/ubuntu/workspace/moby_PR-41759/bundles/dynbinary-daemon:/go/src/github.com/docker/docker/bundles/dynbinary-daemon -v /home/ubuntu/workspace/moby_PR-41759/.git:/go/src/github.com/docker/docker/.git --name docker-pr9-3 -e KEEPBUNDLE=1 -e TESTDEBUG -e TESTFLAGS -e TEST_SKIP_INTEGRATION -e TEST_SKIP_INTEGRATION_CLI -e DOCKER_GITCOMMIT=e187eb2bb5f0c3f899fe643e95d1af8c57e89a73 -e DOCKER_GRAPHDRIVER -e TIMEOUT -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:e187eb2bb5f0c3f899fe643e95d1af8c57e89a73 hack/make.sh '' test-integration [2021-09-16T19:03:47.477Z] ++ jobs -p [2021-09-16T19:03:47.477Z] + for job in $(jobs -p) [2021-09-16T19:03:47.477Z] + wait 17175 [2021-09-16T19:03:47.739Z] [2021-09-16T19:03:47.739Z] ---> Making bundle: test-integration-flaky (in bundles/test-integration-flaky) [2021-09-16T19:03:48.002Z] [2021-09-16T19:03:48.002Z] [2021-09-16T19:03:48.002Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-09-16T19:03:48.002Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-09-16T19:03:48.002Z] HOSTNAME=d0adfa4d23a9 [2021-09-16T19:03:48.002Z] TEST_SKIP_INTEGRATION=1 [2021-09-16T19:03:48.002Z] TESTDEBUG=0 [2021-09-16T19:03:48.002Z] DEST=bundles/test-integration [2021-09-16T19:03:48.002Z] PWD=/go/src/github.com/docker/docker [2021-09-16T19:03:48.002Z] KEEPBUNDLE=1 [2021-09-16T19:03:48.002Z] DOCKER_GITCOMMIT=e187eb2bb5f0c3f899fe643e95d1af8c57e89a73 [2021-09-16T19:03:48.002Z] container=docker [2021-09-16T19:03:48.002Z] HOME=/root [2021-09-16T19:03:48.002Z] GOLANG_VERSION=1.17 [2021-09-16T19:03:48.002Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-09-16T19:03:48.002Z] VALIDATE_BRANCH=master [2021-09-16T19:03:48.002Z] TERM=xterm [2021-09-16T19:03:48.002Z] DOCKER_PKG=github.com/docker/docker [2021-09-16T19:03:48.002Z] SHLVL=1 [2021-09-16T19:03:48.002Z] TIMEOUT=120m [2021-09-16T19:03:48.002Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-09-16T19:03:48.002Z] DOCKER_GRAPHDRIVER=overlay2 [2021-09-16T19:03:48.002Z] TESTFLAGS=-test.run Test(DockerSuite|DockerNetworkSuite|DockerHubPullSuite|DockerRegistrySuite|DockerSchema1RegistrySuite|DockerRegistryAuthTokenSuite|DockerRegistryAuthHtpasswdSuite)/ [2021-09-16T19:03:48.002Z] GO111MODULE=off [2021-09-16T19:03:48.002Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-09-16T19:03:48.002Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-09-16T19:03:48.002Z] GOPATH=/go [2021-09-16T19:03:48.002Z] PKG_CONFIG=pkg-config [2021-09-16T19:03:48.002Z] _=/usr/bin/env [2021-09-16T19:03:48.002Z] Building test suite binary ./integration-cli/test.main [2021-09-16T19:03:48.264Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-09-16T19:03:48.264Z] No new tests added to integration. [2021-09-16T19:03:48.264Z] [2021-09-16T19:03:48.264Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-09-16T19:03:48.264Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-09-16T19:03:48.264Z] HOSTNAME=9299020d89fd [2021-09-16T19:03:48.264Z] TEST_SKIP_INTEGRATION=1 [2021-09-16T19:03:48.264Z] TESTDEBUG=0 [2021-09-16T19:03:48.264Z] DEST=bundles/test-integration [2021-09-16T19:03:48.264Z] PWD=/go/src/github.com/docker/docker [2021-09-16T19:03:48.264Z] KEEPBUNDLE=1 [2021-09-16T19:03:48.264Z] DOCKER_GITCOMMIT=e187eb2bb5f0c3f899fe643e95d1af8c57e89a73 [2021-09-16T19:03:48.264Z] container=docker [2021-09-16T19:03:48.264Z] HOME=/root [2021-09-16T19:03:48.264Z] GOLANG_VERSION=1.17 [2021-09-16T19:03:48.264Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-09-16T19:03:48.264Z] VALIDATE_BRANCH=master [2021-09-16T19:03:48.264Z] TERM=xterm [2021-09-16T19:03:48.264Z] DOCKER_PKG=github.com/docker/docker [2021-09-16T19:03:48.264Z] SHLVL=1 [2021-09-16T19:03:48.264Z] TIMEOUT=120m [2021-09-16T19:03:48.264Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-09-16T19:03:48.264Z] DOCKER_GRAPHDRIVER=overlay2 [2021-09-16T19:03:48.264Z] TESTFLAGS=-test.run Test(DockerSwarmSuite|DockerDaemonSuite|DockerExternalVolumeSuite)/ [2021-09-16T19:03:48.264Z] GO111MODULE=off [2021-09-16T19:03:48.264Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-09-16T19:03:48.264Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-09-16T19:03:48.264Z] GOPATH=/go [2021-09-16T19:03:48.264Z] PKG_CONFIG=pkg-config [2021-09-16T19:03:48.264Z] _=/usr/bin/env [2021-09-16T19:03:48.264Z] Building test suite binary ./integration-cli/test.main [2021-09-16T19:03:49.651Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-09-16T19:03:49.651Z] HOSTNAME=5421fb71316d [2021-09-16T19:03:49.651Z] TESTDEBUG=0 [2021-09-16T19:03:49.651Z] DEST=bundles/test-integration [2021-09-16T19:03:49.651Z] PWD=/go/src/github.com/docker/docker [2021-09-16T19:03:49.651Z] KEEPBUNDLE=1 [2021-09-16T19:03:49.651Z] DOCKER_GITCOMMIT=e187eb2bb5f0c3f899fe643e95d1af8c57e89a73 [2021-09-16T19:03:49.651Z] container=docker [2021-09-16T19:03:49.651Z] HOME=/root [2021-09-16T19:03:49.651Z] GOLANG_VERSION=1.17 [2021-09-16T19:03:49.651Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-09-16T19:03:49.651Z] VALIDATE_BRANCH=master [2021-09-16T19:03:49.651Z] TERM=xterm [2021-09-16T19:03:49.651Z] DOCKER_PKG=github.com/docker/docker [2021-09-16T19:03:49.651Z] SHLVL=1 [2021-09-16T19:03:49.651Z] TIMEOUT=120m [2021-09-16T19:03:49.651Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-09-16T19:03:49.651Z] DOCKER_GRAPHDRIVER=overlay2 [2021-09-16T19:03:49.651Z] GO111MODULE=off [2021-09-16T19:03:49.651Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-09-16T19:03:49.651Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-09-16T19:03:49.651Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-09-16T19:03:49.651Z] GOPATH=/go [2021-09-16T19:03:49.651Z] PKG_CONFIG=pkg-config [2021-09-16T19:03:49.652Z] _=/usr/bin/env [2021-09-16T19:03:49.652Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-09-16T19:03:51.492Z] . [2021-09-16T19:03:51.492Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-09-16T19:03:51.492Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-09-16T19:03:51.492Z] Error: No such image: emptyfs [2021-09-16T19:03:51.750Z] Running integration-test (iteration 1) [2021-09-16T19:03:51.750Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2021-09-16T19:03:52.008Z] Loaded image: busybox:latest [2021-09-16T19:03:52.009Z] Loaded image: busybox:glibc [2021-09-16T19:03:53.385Z] Loaded image: debian:bullseye-slim [2021-09-16T19:03:53.385Z] Loaded image: hello-world:latest [2021-09-16T19:03:53.643Z] Loaded image: arm32v7/hello-world:latest [2021-09-16T19:03:53.643Z] INFO: Testing against a local daemon [2021-09-16T19:03:53.643Z] === RUN TestCgroupNamespacesBuild [2021-09-16T19:03:55.020Z] --- PASS: TestCgroupNamespacesBuild (1.43s) [2021-09-16T19:03:55.020Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-09-16T19:03:56.394Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.30s) [2021-09-16T19:03:56.394Z] === RUN TestBuildWithSession [2021-09-16T19:03:56.394Z] build_session_test.go:25: TODO: BuildKit [2021-09-16T19:03:56.394Z] --- SKIP: TestBuildWithSession (0.00s) [2021-09-16T19:03:56.394Z] === RUN TestBuildSquashParent [2021-09-16T19:03:59.665Z] ok github.com/docker/docker/pkg/plugins 33.674s coverage: 76.3% of statements [2021-09-16T19:03:59.665Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-09-16T19:03:59.665Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-09-16T19:03:59.665Z] ? github.com/docker/docker/pkg/signal [no test files] [2021-09-16T19:03:59.665Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-09-16T19:03:59.665Z] ? github.com/docker/docker/pkg/term [no test files] [2021-09-16T19:03:59.665Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-09-16T19:03:59.665Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2021-09-16T19:03:59.665Z] ? github.com/docker/docker/rootless [no test files] [2021-09-16T19:03:59.665Z] ? github.com/docker/docker/rootless/specconv [no test files] [2021-09-16T19:03:59.665Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-09-16T19:03:59.665Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-09-16T19:03:59.665Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-09-16T19:03:59.665Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-09-16T19:03:59.665Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-09-16T19:03:59.665Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-09-16T19:03:59.665Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-09-16T19:03:59.665Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-09-16T19:03:59.665Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-09-16T19:03:59.665Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-09-16T19:03:59.665Z] ? github.com/docker/docker/testutil/request [no test files] [2021-09-16T19:03:59.665Z] ? github.com/docker/docker/volume [no test files] [2021-09-16T19:03:59.665Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-09-16T19:03:59.665Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-09-16T19:03:59.665Z] [2021-09-16T19:03:59.665Z] === Skipped [2021-09-16T19:03:59.665Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) [2021-09-16T19:03:59.665Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2021-09-16T19:03:59.665Z] [2021-09-16T19:03:59.665Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2021-09-16T19:03:59.665Z] network_proxy_test.go:208: No support for dual stack yet [2021-09-16T19:03:59.665Z] [2021-09-16T19:03:59.665Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) [2021-09-16T19:03:59.665Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2021-09-16T19:03:59.666Z] [2021-09-16T19:03:59.666Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) [2021-09-16T19:03:59.666Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2021-09-16T19:03:59.666Z] [2021-09-16T19:03:59.666Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2021-09-16T19:03:59.666Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-09-16T19:03:59.666Z] graphtest_unix.go:44: Driver btrfs not supported [2021-09-16T19:03:59.666Z] [2021-09-16T19:03:59.666Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2021-09-16T19:03:59.666Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-09-16T19:03:59.666Z] graphtest_unix.go:44: Driver btrfs not supported [2021-09-16T19:03:59.666Z] [2021-09-16T19:03:59.666Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2021-09-16T19:03:59.666Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-09-16T19:03:59.666Z] graphtest_unix.go:44: Driver btrfs not supported [2021-09-16T19:03:59.666Z] [2021-09-16T19:03:59.666Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2021-09-16T19:03:59.666Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-09-16T19:03:59.666Z] graphtest_unix.go:44: Driver btrfs not supported [2021-09-16T19:03:59.666Z] [2021-09-16T19:03:59.666Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2021-09-16T19:03:59.666Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-09-16T19:03:59.666Z] graphtest_unix.go:44: Driver btrfs not supported [2021-09-16T19:03:59.666Z] [2021-09-16T19:03:59.666Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2021-09-16T19:03:59.666Z] graphtest_unix.go:71: No driver to put! [2021-09-16T19:03:59.666Z] [2021-09-16T19:03:59.666Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2021-09-16T19:03:59.666Z] time="2021-09-16T19:02:59Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-09-16T19:03:59.666Z] graphtest_unix.go:42: graphdriver: driver not supported [2021-09-16T19:03:59.666Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2021-09-16T19:03:59.666Z] [2021-09-16T19:03:59.666Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2021-09-16T19:03:59.666Z] time="2021-09-16T19:02:59Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-09-16T19:03:59.666Z] graphtest_unix.go:42: graphdriver: driver not supported [2021-09-16T19:03:59.666Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2021-09-16T19:03:59.666Z] [2021-09-16T19:03:59.666Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2021-09-16T19:03:59.666Z] time="2021-09-16T19:02:59Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-09-16T19:03:59.666Z] graphtest_unix.go:42: graphdriver: driver not supported [2021-09-16T19:03:59.666Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2021-09-16T19:03:59.666Z] [2021-09-16T19:03:59.666Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2021-09-16T19:03:59.666Z] time="2021-09-16T19:02:59Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-09-16T19:03:59.666Z] graphtest_unix.go:42: graphdriver: driver not supported [2021-09-16T19:03:59.666Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2021-09-16T19:03:59.666Z] [2021-09-16T19:03:59.666Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2021-09-16T19:03:59.666Z] time="2021-09-16T19:02:59Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-09-16T19:03:59.666Z] graphtest_unix.go:42: graphdriver: driver not supported [2021-09-16T19:03:59.666Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2021-09-16T19:03:59.666Z] [2021-09-16T19:03:59.666Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2021-09-16T19:03:59.666Z] graphtest_unix.go:71: No driver to put! [2021-09-16T19:03:59.666Z] [2021-09-16T19:03:59.666Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2021-09-16T19:03:59.666Z] overlay_test.go:45: Fails to compute changes after apply intermittently [2021-09-16T19:03:59.666Z] [2021-09-16T19:03:59.666Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2021-09-16T19:03:59.666Z] overlay_test.go:50: Fails to compute changes intermittently [2021-09-16T19:03:59.666Z] [2021-09-16T19:03:59.666Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2021-09-16T19:03:59.666Z] overlay_test.go:65: Cannot run test with naive change algorithm [2021-09-16T19:03:59.666Z] [2021-09-16T19:03:59.666Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2021-09-16T19:03:59.666Z] graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2021-09-16T19:03:59.666Z] [2021-09-16T19:03:59.666Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2021-09-16T19:03:59.666Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-09-16T19:03:59.666Z] graphtest_unix.go:44: Driver zfs not supported [2021-09-16T19:03:59.666Z] [2021-09-16T19:03:59.666Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2021-09-16T19:03:59.666Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-09-16T19:03:59.666Z] graphtest_unix.go:44: Driver zfs not supported [2021-09-16T19:03:59.666Z] [2021-09-16T19:03:59.666Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2021-09-16T19:03:59.666Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-09-16T19:03:59.666Z] graphtest_unix.go:44: Driver zfs not supported [2021-09-16T19:03:59.666Z] [2021-09-16T19:03:59.666Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2021-09-16T19:03:59.666Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-09-16T19:03:59.666Z] graphtest_unix.go:44: Driver zfs not supported [2021-09-16T19:03:59.666Z] [2021-09-16T19:03:59.666Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2021-09-16T19:03:59.666Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-09-16T19:03:59.666Z] graphtest_unix.go:44: Driver zfs not supported [2021-09-16T19:03:59.666Z] [2021-09-16T19:03:59.666Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2021-09-16T19:03:59.666Z] graphtest_unix.go:71: No driver to put! [2021-09-16T19:03:59.666Z] [2021-09-16T19:03:59.666Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2021-09-16T19:03:59.666Z] sysinfo_linux_test.go:87: AppArmor Must be Disabled [2021-09-16T19:03:59.666Z] [2021-09-16T19:03:59.666Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2021-09-16T19:03:59.666Z] sysinfo_linux_test.go:107: cgroup namespaces must be disabled [2021-09-16T19:03:59.666Z] [2021-09-16T19:03:59.666Z] DONE 2311 tests, 28 skipped in 195.363s [2021-09-16T19:03:59.666Z] + '[' -n 'github.com/docker/docker/libnetwork [2021-09-16T19:03:59.666Z] github.com/docker/docker/libnetwork/bitseq [2021-09-16T19:03:59.666Z] github.com/docker/docker/libnetwork/cluster [2021-09-16T19:03:59.666Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2021-09-16T19:03:59.666Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2021-09-16T19:03:59.666Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2021-09-16T19:03:59.666Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2021-09-16T19:03:59.666Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2021-09-16T19:03:59.666Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2021-09-16T19:03:59.666Z] github.com/docker/docker/libnetwork/cmd/readme_test [2021-09-16T19:03:59.666Z] github.com/docker/docker/libnetwork/config [2021-09-16T19:03:59.666Z] github.com/docker/docker/libnetwork/datastore [2021-09-16T19:03:59.666Z] github.com/docker/docker/libnetwork/diagnostic [2021-09-16T19:03:59.666Z] github.com/docker/docker/libnetwork/discoverapi [2021-09-16T19:03:59.666Z] github.com/docker/docker/libnetwork/driverapi [2021-09-16T19:03:59.666Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-09-16T19:03:59.666Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-09-16T19:03:59.666Z] github.com/docker/docker/libnetwork/drivers/host [2021-09-16T19:03:59.666Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2021-09-16T19:03:59.666Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2021-09-16T19:03:59.666Z] github.com/docker/docker/libnetwork/drivers/macvlan [2021-09-16T19:03:59.666Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2021-09-16T19:03:59.666Z] github.com/docker/docker/libnetwork/drivers/null [2021-09-16T19:03:59.666Z] github.com/docker/docker/libnetwork/drivers/overlay [2021-09-16T19:03:59.666Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2021-09-16T19:03:59.666Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2021-09-16T19:03:59.666Z] github.com/docker/docker/libnetwork/drivers/remote [2021-09-16T19:03:59.666Z] github.com/docker/docker/libnetwork/drivers/remote/api [2021-09-16T19:03:59.666Z] github.com/docker/docker/libnetwork/drivers/windows [2021-09-16T19:03:59.666Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2021-09-16T19:03:59.666Z] github.com/docker/docker/libnetwork/drvregistry [2021-09-16T19:03:59.666Z] github.com/docker/docker/libnetwork/etchosts [2021-09-16T19:03:59.666Z] github.com/docker/docker/libnetwork/hostdiscovery [2021-09-16T19:03:59.666Z] github.com/docker/docker/libnetwork/idm [2021-09-16T19:03:59.666Z] github.com/docker/docker/libnetwork/internal/caller [2021-09-16T19:03:59.666Z] github.com/docker/docker/libnetwork/internal/setmatrix [2021-09-16T19:03:59.666Z] github.com/docker/docker/libnetwork/ipam [2021-09-16T19:03:59.666Z] github.com/docker/docker/libnetwork/ipamapi [2021-09-16T19:03:59.666Z] github.com/docker/docker/libnetwork/ipams/builtin [2021-09-16T19:03:59.666Z] github.com/docker/docker/libnetwork/ipams/null [2021-09-16T19:03:59.666Z] github.com/docker/docker/libnetwork/ipams/remote [2021-09-16T19:03:59.666Z] github.com/docker/docker/libnetwork/ipams/remote/api [2021-09-16T19:03:59.666Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2021-09-16T19:03:59.666Z] github.com/docker/docker/libnetwork/ipamutils [2021-09-16T19:03:59.666Z] github.com/docker/docker/libnetwork/iptables [2021-09-16T19:03:59.666Z] github.com/docker/docker/libnetwork/netlabel [2021-09-16T19:03:59.666Z] github.com/docker/docker/libnetwork/netutils [2021-09-16T19:03:59.666Z] github.com/docker/docker/libnetwork/networkdb [2021-09-16T19:03:59.666Z] github.com/docker/docker/libnetwork/ns [2021-09-16T19:03:59.666Z] github.com/docker/docker/libnetwork/options [2021-09-16T19:03:59.666Z] github.com/docker/docker/libnetwork/osl [2021-09-16T19:03:59.666Z] github.com/docker/docker/libnetwork/osl/kernel [2021-09-16T19:03:59.666Z] github.com/docker/docker/libnetwork/portallocator [2021-09-16T19:03:59.666Z] github.com/docker/docker/libnetwork/portmapper [2021-09-16T19:03:59.666Z] github.com/docker/docker/libnetwork/resolvconf [2021-09-16T19:03:59.666Z] github.com/docker/docker/libnetwork/testutils [2021-09-16T19:03:59.666Z] github.com/docker/docker/libnetwork/types' ']' [2021-09-16T19:03:59.666Z] + 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-16T19:04:00.581Z] --- PASS: TestBuildSquashParent (4.14s) [2021-09-16T19:04:00.581Z] === RUN TestBuildWithRemoveAndForceRemove [2021-09-16T19:04:00.581Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-09-16T19:04:00.581Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-09-16T19:04:00.581Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-09-16T19:04:00.581Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-09-16T19:04:00.581Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-09-16T19:04:00.581Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-09-16T19:04:00.581Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-09-16T19:04:00.581Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-09-16T19:04:00.581Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-09-16T19:04:00.581Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-09-16T19:04:00.581Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-09-16T19:04:00.581Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-09-16T19:04:00.581Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-09-16T19:04:00.581Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-09-16T19:04:01.957Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-09-16T19:04:02.215Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-09-16T19:04:03.592Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-09-16T19:04:03.851Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-09-16T19:04:04.575Z] Removing intermediate container 836fbcfd214c [2021-09-16T19:04:04.575Z] ---> d95be339d323 [2021-09-16T19:04:04.575Z] Step 9/11 : ENTRYPOINT ["powershell.exe"] [2021-09-16T19:04:04.575Z] ---> Running in 6cc6c3caf839 [2021-09-16T19:04:04.575Z] Removing intermediate container 6cc6c3caf839 [2021-09-16T19:04:04.575Z] ---> 2141017a0e37 [2021-09-16T19:04:04.575Z] Step 10/11 : WORKDIR ${GOPATH}\src\github.com\docker\docker [2021-09-16T19:04:04.575Z] ---> Running in 0348951f5c3f [2021-09-16T19:04:04.575Z] Removing intermediate container 0348951f5c3f [2021-09-16T19:04:04.575Z] ---> 2db0b5f82162 [2021-09-16T19:04:04.575Z] Step 11/11 : COPY . . [2021-09-16T19:04:05.126Z] INFO: Extraction ended at 09/16/2021 19:04:04. Duration:00:00:21.1904534 [2021-09-16T19:04:05.126Z] INFO: Updating the golang and path environment variables [2021-09-16T19:04:05.126Z] INFO: GOPATH=d:\gopath [2021-09-16T19:04:05.126Z] INFO: go version go1.17 windows/amd64 [2021-09-16T19:04:05.126Z] INFO: Running the daemon under test in debug mode [2021-09-16T19:04:05.126Z] INFO: Running the daemon under test in containerd mode [2021-09-16T19:04:05.126Z] INFO: Starting a daemon under test... [2021-09-16T19:04:05.126Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-41759\9\daemon --pidfile d:\CI\PR-41759\9\docker.pid -D --containerd \\.\pipe\containerd-containerd [2021-09-16T19:04:05.126Z] INFO: Containerd started successfully. [2021-09-16T19:04:05.126Z] INFO: Process started successfully. [2021-09-16T19:04:05.126Z] INFO: Start tailing logs of the daemon under tests [2021-09-16T19:04:05.126Z] INFO: Waiting for the daemon under test to start... [2021-09-16T19:04:05.754Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-09-16T19:04:05.754Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.59s) [2021-09-16T19:04:05.754Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.79s) [2021-09-16T19:04:05.754Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (1.49s) [2021-09-16T19:04:05.754Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (1.56s) [2021-09-16T19:04:05.754Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.82s) [2021-09-16T19:04:05.754Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.82s) [2021-09-16T19:04:05.754Z] === RUN TestBuildMultiStageCopy [2021-09-16T19:04:05.754Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-09-16T19:04:07.129Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-09-16T19:04:07.387Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-09-16T19:04:07.645Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-09-16T19:04:07.645Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-09-16T19:04:07.903Z] --- PASS: TestBuildMultiStageCopy (2.31s) [2021-09-16T19:04:07.903Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.49s) [2021-09-16T19:04:07.903Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.20s) [2021-09-16T19:04:07.903Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.21s) [2021-09-16T19:04:07.903Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.20s) [2021-09-16T19:04:07.903Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.22s) [2021-09-16T19:04:07.903Z] === RUN TestBuildMultiStageParentConfig [2021-09-16T19:04:08.469Z] --- PASS: TestBuildMultiStageParentConfig (0.58s) [2021-09-16T19:04:08.469Z] === RUN TestBuildLabelWithTargets [2021-09-16T19:04:09.405Z] --- PASS: TestBuildLabelWithTargets (0.92s) [2021-09-16T19:04:09.405Z] === RUN TestBuildWithEmptyLayers [2021-09-16T19:04:09.972Z] --- PASS: TestBuildWithEmptyLayers (0.41s) [2021-09-16T19:04:09.972Z] === RUN TestBuildMultiStageOnBuild [2021-09-16T19:04:10.114Z] INFO: Extraction ended at 09/16/2021 19:04:06. Duration:00:00:21.6223684 [2021-09-16T19:04:10.114Z] INFO: Updating the golang and path environment variables [2021-09-16T19:04:10.114Z] INFO: GOPATH=d:\gopath [2021-09-16T19:04:10.114Z] INFO: go version go1.17 windows/amd64 [2021-09-16T19:04:10.114Z] INFO: Running the daemon under test in debug mode [2021-09-16T19:04:10.114Z] INFO: Starting a daemon under test... [2021-09-16T19:04:10.114Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-41759\9\daemon --pidfile d:\CI\PR-41759\9\docker.pid -D [2021-09-16T19:04:10.114Z] INFO: Process started successfully. [2021-09-16T19:04:10.114Z] INFO: Start tailing logs of the daemon under tests [2021-09-16T19:04:10.114Z] INFO: Waiting for the daemon under test to start... [2021-09-16T19:04:11.875Z] --- PASS: TestBuildMultiStageOnBuild (1.66s) [2021-09-16T19:04:11.875Z] === RUN TestBuildUncleanTarFilenames [2021-09-16T19:04:12.134Z] --- PASS: TestBuildUncleanTarFilenames (0.54s) [2021-09-16T19:04:12.134Z] === RUN TestBuildMultiStageLayerLeak [2021-09-16T19:04:14.034Z] --- PASS: TestBuildMultiStageLayerLeak (1.79s) [2021-09-16T19:04:14.035Z] === RUN TestBuildWithHugeFile [2021-09-16T19:04:16.304Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-09-16T19:04:16.304Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2021-09-16T19:04:16.304Z] GOOS="" GOARCH="" GOARM="" [2021-09-16T19:04:16.304Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2021-09-16T19:04:16.304Z] [2021-09-16T19:04:16.304Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-09-16T19:04:16.304Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-09-16T19:04:16.304Z] HOSTNAME=7bb93e8c1643 [2021-09-16T19:04:16.304Z] DEST=bundles/test-integration [2021-09-16T19:04:16.304Z] PWD=/go/src/github.com/docker/docker [2021-09-16T19:04:16.304Z] DOCKER_ROOTLESS=1 [2021-09-16T19:04:16.304Z] DOCKER_GITCOMMIT=e187eb2bb5f0c3f899fe643e95d1af8c57e89a73 [2021-09-16T19:04:16.304Z] container=docker [2021-09-16T19:04:16.304Z] HOME=/root [2021-09-16T19:04:16.304Z] GOLANG_VERSION=1.17 [2021-09-16T19:04:16.304Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-09-16T19:04:16.304Z] VALIDATE_BRANCH=master [2021-09-16T19:04:16.304Z] TERM=xterm [2021-09-16T19:04:16.304Z] DOCKER_PKG=github.com/docker/docker [2021-09-16T19:04:16.304Z] SHLVL=1 [2021-09-16T19:04:16.304Z] TIMEOUT=120m [2021-09-16T19:04:16.304Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-09-16T19:04:16.304Z] DOCKER_GRAPHDRIVER=overlay2 [2021-09-16T19:04:16.304Z] GO111MODULE=off [2021-09-16T19:04:16.304Z] DOCKER_EXPERIMENTAL=1 [2021-09-16T19:04:16.304Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-09-16T19:04:16.304Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-09-16T19:04:16.304Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-09-16T19:04:16.304Z] GOPATH=/go [2021-09-16T19:04:16.304Z] PKG_CONFIG=pkg-config [2021-09-16T19:04:16.304Z] _=/usr/bin/env [2021-09-16T19:04:16.304Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-09-16T19:04:25.661Z] ---> 9237f88aefda [2021-09-16T19:04:25.661Z] Successfully built 9237f88aefda [2021-09-16T19:04:25.661Z] Successfully tagged docker:latest [2021-09-16T19:04:25.661Z] INFO: Image build ended at 09/16/2021 19:04:23. Duration:00:03:07.4213696 [2021-09-16T19:04:25.661Z] [2021-09-16T19:04:25.661Z] [2021-09-16T19:04:25.661Z] INFO: Building the test binaries at 09/16/2021 19:04:23... [2021-09-16T19:04:26.375Z] ...INFO: Daemon under test started and replied! [2021-09-16T19:04:26.375Z] INFO: Docker version of the daemon under test [2021-09-16T19:04:26.375Z] [2021-09-16T19:04:26.375Z] Client: [2021-09-16T19:04:26.375Z] Version: 17.06.2-ce [2021-09-16T19:04:26.375Z] API version: 1.30 [2021-09-16T19:04:26.375Z] Go version: go1.8.3 [2021-09-16T19:04:26.375Z] Git commit: cec0b72 [2021-09-16T19:04:26.375Z] Built: Tue Sep 5 19:57:19 2017 [2021-09-16T19:04:26.375Z] OS/Arch: windows/amd64 [2021-09-16T19:04:26.375Z] [2021-09-16T19:04:26.375Z] Server: [2021-09-16T19:04:26.375Z] Version: 0.0.0-dev [2021-09-16T19:04:26.375Z] API version: 1.42 (minimum version 1.24) [2021-09-16T19:04:26.375Z] Go version: go1.17 [2021-09-16T19:04:26.375Z] Git commit: e187eb2bb5 [2021-09-16T19:04:26.375Z] Built: 09/16/2021 19:02:39 [2021-09-16T19:04:26.375Z] OS/Arch: windows/amd64 [2021-09-16T19:04:26.375Z] Experimental: false [2021-09-16T19:04:26.375Z] [2021-09-16T19:04:26.375Z] INFO: Docker info of the daemon under test [2021-09-16T19:04:26.375Z] [2021-09-16T19:04:26.375Z] Containers: 0 [2021-09-16T19:04:26.375Z] Running: 0 [2021-09-16T19:04:26.375Z] Paused: 0 [2021-09-16T19:04:26.375Z] Stopped: 0 [2021-09-16T19:04:26.375Z] Images: 0 [2021-09-16T19:04:26.375Z] Server Version: 0.0.0-dev [2021-09-16T19:04:26.375Z] Storage Driver: windowsfilter [2021-09-16T19:04:26.375Z] Windows: [2021-09-16T19:04:26.375Z] Logging Driver: json-file [2021-09-16T19:04:26.375Z] Plugins: [2021-09-16T19:04:26.375Z] Volume: local [2021-09-16T19:04:26.375Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-09-16T19:04:26.375Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-09-16T19:04:26.375Z] Swarm: inactive [2021-09-16T19:04:26.375Z] Default Isolation: process [2021-09-16T19:04:26.375Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2021-09-16T19:04:26.375Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.169) [2021-09-16T19:04:26.375Z] OSType: windows [2021-09-16T19:04:26.375Z] Architecture: x86_64 [2021-09-16T19:04:26.375Z] CPUs: 4 [2021-09-16T19:04:26.375Z] Total Memory: 32GiB [2021-09-16T19:04:26.375Z] Name: azwin-2-007d90 [2021-09-16T19:04:26.375Z] ID: TQLG:ZZI3:3FR4:XUYJ:7KJR:HPTM:SWXT:DGKO:PLKO:VPZU:WPXR:OZCS [2021-09-16T19:04:26.375Z] Docker Root Dir: D:\CI\PR-41759\9\daemon [2021-09-16T19:04:26.375Z] Debug Mode (client): false [2021-09-16T19:04:26.375Z] Debug Mode (server): true [2021-09-16T19:04:26.375Z] File Descriptors: -1 [2021-09-16T19:04:26.375Z] Goroutines: 31 [2021-09-16T19:04:26.375Z] System Time: 2021-09-16T19:04:24.4485249Z [2021-09-16T19:04:26.375Z] EventsListeners: 0 [2021-09-16T19:04:26.375Z] Registry: https://index.docker.io/v1/ [2021-09-16T19:04:26.375Z] Labels: [2021-09-16T19:04:26.375Z] Experimental: false [2021-09-16T19:04:26.375Z] Insecure Registries: [2021-09-16T19:04:26.375Z] 127.0.0.0/8 [2021-09-16T19:04:26.375Z] Live Restore Enabled: false [2021-09-16T19:04:26.375Z] [2021-09-16T19:04:26.375Z] [2021-09-16T19:04:26.375Z] INFO: Docker images of the daemon under test [2021-09-16T19:04:26.375Z] [2021-09-16T19:04:26.375Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-09-16T19:04:26.375Z] [2021-09-16T19:04:26.375Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2021-09-16T19:04:26.375Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub into daemon under test. This may take some time... [2021-09-16T19:04:26.375Z] ltsc2022: Pulling from windows/servercore [2021-09-16T19:04:26.375Z] 8f616e6e9eec: Pulling fs layer [2021-09-16T19:04:26.375Z] 48a76b150a3a: Pulling fs layer [2021-09-16T19:04:27.740Z] ...INFO: Daemon under test started and replied! [2021-09-16T19:04:27.740Z] INFO: Docker version of the daemon under test [2021-09-16T19:04:27.740Z] [2021-09-16T19:04:27.740Z] Client: [2021-09-16T19:04:27.740Z] Version: 17.06.2-ce [2021-09-16T19:04:27.740Z] API version: 1.30 [2021-09-16T19:04:27.740Z] Go version: go1.8.3 [2021-09-16T19:04:27.740Z] Git commit: cec0b72 [2021-09-16T19:04:27.740Z] Built: Tue Sep 5 19:57:19 2017 [2021-09-16T19:04:27.740Z] OS/Arch: windows/amd64 [2021-09-16T19:04:27.740Z] [2021-09-16T19:04:27.740Z] Server: [2021-09-16T19:04:27.740Z] Version: 0.0.0-dev [2021-09-16T19:04:27.740Z] API version: 1.42 (minimum version 1.24) [2021-09-16T19:04:27.740Z] Go version: go1.17 [2021-09-16T19:04:27.740Z] Git commit: e187eb2bb5 [2021-09-16T19:04:27.740Z] Built: 09/16/2021 19:02:40 [2021-09-16T19:04:27.740Z] OS/Arch: windows/amd64 [2021-09-16T19:04:27.740Z] Experimental: false [2021-09-16T19:04:27.740Z] [2021-09-16T19:04:27.740Z] INFO: Docker info of the daemon under test [2021-09-16T19:04:27.740Z] [2021-09-16T19:04:27.740Z] Containers: 0 [2021-09-16T19:04:27.740Z] Running: 0 [2021-09-16T19:04:27.740Z] Paused: 0 [2021-09-16T19:04:27.740Z] Stopped: 0 [2021-09-16T19:04:27.740Z] Images: 0 [2021-09-16T19:04:27.740Z] Server Version: 0.0.0-dev [2021-09-16T19:04:27.740Z] Storage Driver: windowsfilter [2021-09-16T19:04:27.740Z] Windows: [2021-09-16T19:04:27.740Z] Logging Driver: json-file [2021-09-16T19:04:27.740Z] Plugins: [2021-09-16T19:04:27.740Z] Volume: local [2021-09-16T19:04:27.740Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-09-16T19:04:27.740Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-09-16T19:04:27.740Z] Swarm: inactive [2021-09-16T19:04:27.740Z] Default Isolation: process [2021-09-16T19:04:27.740Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2021-09-16T19:04:27.740Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.169) [2021-09-16T19:04:27.740Z] OSType: windows [2021-09-16T19:04:27.740Z] Architecture: x86_64 [2021-09-16T19:04:27.740Z] CPUs: 4 [2021-09-16T19:04:27.740Z] Total Memory: 32GiB [2021-09-16T19:04:27.740Z] Name: azwin-2-007d91 [2021-09-16T19:04:27.740Z] ID: 2MZK:FJWI:XMGM:Z3V5:XZYH:QEBP:O2NL:4FDL:EXXC:FV76:UR4R:ZQ7T [2021-09-16T19:04:27.740Z] Docker Root Dir: D:\CI\PR-41759\9\daemon [2021-09-16T19:04:27.740Z] Debug Mode (client): false [2021-09-16T19:04:27.740Z] Debug Mode (server): true [2021-09-16T19:04:27.740Z] File Descriptors: -1 [2021-09-16T19:04:27.740Z] Goroutines: 16 [2021-09-16T19:04:27.740Z] System Time: 2021-09-16T19:04:25.6800875Z [2021-09-16T19:04:27.740Z] EventsListeners: 0 [2021-09-16T19:04:27.740Z] Registry: https://index.docker.io/v1/ [2021-09-16T19:04:27.740Z] Labels: [2021-09-16T19:04:27.741Z] Experimental: false [2021-09-16T19:04:27.741Z] Insecure Registries: [2021-09-16T19:04:27.741Z] 127.0.0.0/8 [2021-09-16T19:04:27.741Z] Live Restore Enabled: false [2021-09-16T19:04:27.741Z] [2021-09-16T19:04:27.741Z] [2021-09-16T19:04:27.741Z] INFO: Docker images of the daemon under test [2021-09-16T19:04:27.741Z] [2021-09-16T19:04:27.741Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-09-16T19:04:27.741Z] [2021-09-16T19:04:27.741Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2021-09-16T19:04:27.741Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2022 from docker hub into daemon under test. This may take some time... [2021-09-16T19:04:27.741Z] ltsc2022: Pulling from windows/servercore [2021-09-16T19:04:27.741Z] 8f616e6e9eec: Pulling fs layer [2021-09-16T19:04:27.741Z] 48a76b150a3a: Pulling fs layer [2021-09-16T19:04:28.619Z] INFO: make.ps1 starting at 09/16/2021 19:04:28 [2021-09-16T19:04:28.620Z] INFO: Git commit (e187eb2bb5) assumed from DOCKER_GITCOMMIT environment variable [2021-09-16T19:04:28.620Z] INFO: Invoking autogen... [2021-09-16T19:04:29.089Z] INFO: Building daemon... [2021-09-16T19:04:33.545Z] 48a76b150a3a: Verifying Checksum [2021-09-16T19:04:33.545Z] 48a76b150a3a: Download complete [2021-09-16T19:04:48.765Z] 48a76b150a3a: Verifying Checksum [2021-09-16T19:04:48.765Z] 48a76b150a3a: Download complete [2021-09-16T19:04:54.977Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-09-16T19:04:55.906Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-09-16T19:04:55.941Z] ok github.com/docker/docker/libnetwork 47.129s coverage: 41.0% of statements [2021-09-16T19:04:55.941Z] ok github.com/docker/docker/libnetwork/bitseq 0.315s coverage: 84.4% of statements [2021-09-16T19:04:55.941Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2021-09-16T19:04:56.203Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2021-09-16T19:04:56.776Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2021-09-16T19:04:56.776Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2021-09-16T19:04:56.776Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2021-09-16T19:04:56.776Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2021-09-16T19:04:57.038Z] ? github.com/docker/docker/libnetwork/cmd/ovrouter [no test files] [2021-09-16T19:04:57.038Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2021-09-16T19:04:58.994Z] ok github.com/docker/docker/libnetwork/config 0.054s coverage: 24.0% of statements [2021-09-16T19:04:59.255Z] ok github.com/docker/docker/libnetwork/datastore 0.005s coverage: 21.9% of statements [2021-09-16T19:04:59.255Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2021-09-16T19:04:59.255Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2021-09-16T19:04:59.516Z] ok github.com/docker/docker/libnetwork/driverapi 0.004s coverage: 68.9% of statements [2021-09-16T19:05:06.106Z] ok github.com/docker/docker/libnetwork/drivers/bridge 2.518s coverage: 59.9% of statements [2021-09-16T19:05:06.106Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2021-09-16T19:05:06.106Z] ok github.com/docker/docker/libnetwork/drivers/host 0.004s coverage: 34.8% of statements [2021-09-16T19:05:06.393Z] 8f616e6e9eec: Verifying Checksum [2021-09-16T19:05:06.393Z] 8f616e6e9eec: Download complete [2021-09-16T19:05:07.050Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.027s coverage: 4.0% of statements [2021-09-16T19:05:07.050Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2021-09-16T19:05:07.626Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.030s coverage: 4.5% of statements [2021-09-16T19:05:07.888Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2021-09-16T19:05:08.149Z] ok github.com/docker/docker/libnetwork/drivers/null 0.004s coverage: 34.8% of statements [2021-09-16T19:05:09.424Z] 8f616e6e9eec: Verifying Checksum [2021-09-16T19:05:09.424Z] 8f616e6e9eec: Download complete [2021-09-16T19:05:18.153Z] ok github.com/docker/docker/libnetwork/drivers/overlay 7.112s coverage: 6.6% of statements [2021-09-16T19:05:18.153Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2021-09-16T19:05:18.153Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.005s coverage: 63.6% of statements [2021-09-16T19:05:20.067Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.021s coverage: 57.4% of statements [2021-09-16T19:05:20.068Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2021-09-16T19:05:20.068Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2021-09-16T19:05:20.068Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2021-09-16T19:05:20.640Z] ok github.com/docker/docker/libnetwork/drvregistry 0.024s coverage: 82.4% of statements [2021-09-16T19:05:21.213Z] ok github.com/docker/docker/libnetwork/etchosts 0.036s coverage: 81.2% of statements [2021-09-16T19:05:21.776Z] --- PASS: TestBuildWithHugeFile (64.06s) [2021-09-16T19:05:21.776Z] === RUN TestBuildWCOWSandboxSize [2021-09-16T19:05:21.776Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-09-16T19:05:21.776Z] --- SKIP: TestBuildWCOWSandboxSize (0.00s) [2021-09-16T19:05:21.776Z] === RUN TestBuildWithEmptyDockerfile [2021-09-16T19:05:21.776Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-09-16T19:05:21.776Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-09-16T19:05:21.776Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-09-16T19:05:21.776Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-09-16T19:05:21.776Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-09-16T19:05:21.776Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-09-16T19:05:21.776Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-09-16T19:05:21.776Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-09-16T19:05:21.776Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-09-16T19:05:21.776Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s) [2021-09-16T19:05:21.776Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.11s) [2021-09-16T19:05:21.776Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.11s) [2021-09-16T19:05:21.776Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2021-09-16T19:05:21.776Z] === RUN TestBuildPreserveOwnership [2021-09-16T19:05:21.776Z] === RUN TestBuildPreserveOwnership/copy_from [2021-09-16T19:05:21.776Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-09-16T19:05:21.776Z] --- PASS: TestBuildPreserveOwnership (3.62s) [2021-09-16T19:05:21.776Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.40s) [2021-09-16T19:05:21.776Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.21s) [2021-09-16T19:05:21.776Z] === RUN TestBuildPlatformInvalid [2021-09-16T19:05:21.776Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2021-09-16T19:05:21.776Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-09-16T19:05:21.784Z] ok github.com/docker/docker/libnetwork/hostdiscovery 0.005s coverage: 48.1% of statements [2021-09-16T19:05:22.045Z] ok github.com/docker/docker/libnetwork/idm 0.004s coverage: 87.5% of statements [2021-09-16T19:05:22.306Z] ok github.com/docker/docker/libnetwork/internal/caller 0.003s coverage: 100.0% of statements [2021-09-16T19:05:22.473Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2021-09-16T19:05:22.711Z] Loaded image: busybox:latest [2021-09-16T19:05:22.711Z] Loaded image: busybox:glibc [2021-09-16T19:05:24.088Z] Loaded image: debian:bullseye-slim [2021-09-16T19:05:24.088Z] Loaded image: hello-world:latest [2021-09-16T19:05:24.088Z] Loaded image: arm32v7/hello-world:latest [2021-09-16T19:05:29.095Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-09-16T19:05:34.060Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (10.77s) [2021-09-16T19:05:34.060Z] PASS [2021-09-16T19:05:34.060Z] [2021-09-16T19:05:34.060Z] === Skipped [2021-09-16T19:05:34.060Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2021-09-16T19:05:34.060Z] build_session_test.go:25: TODO: BuildKit [2021-09-16T19:05:34.060Z] [2021-09-16T19:05:34.060Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.00s) [2021-09-16T19:05:34.060Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-09-16T19:05:34.060Z] [2021-09-16T19:05:34.060Z] DONE 34 tests, 2 skipped in 100.942s [2021-09-16T19:05:34.060Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2021-09-16T19:05:34.060Z] INFO: Testing against a local daemon [2021-09-16T19:05:34.060Z] === RUN TestConfigInspect [2021-09-16T19:05:34.539Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.005s coverage: 100.0% of statements [2021-09-16T19:05:34.996Z] --- PASS: TestConfigInspect (2.27s) [2021-09-16T19:05:34.996Z] === RUN TestConfigList [2021-09-16T19:05:37.525Z] --- PASS: TestConfigList (2.17s) [2021-09-16T19:05:37.525Z] === RUN TestConfigsCreateAndDelete [2021-09-16T19:05:39.043Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-09-16T19:05:39.043Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-09-16T19:05:39.424Z] --- PASS: TestConfigsCreateAndDelete (2.14s) [2021-09-16T19:05:39.424Z] === RUN TestConfigsUpdate [2021-09-16T19:05:39.605Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-09-16T19:05:40.168Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-09-16T19:05:40.425Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-09-16T19:05:41.327Z] --- PASS: TestConfigsUpdate (2.18s) [2021-09-16T19:05:41.327Z] === RUN TestTemplatedConfig [2021-09-16T19:05:41.357Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-09-16T19:05:41.374Z] INFO [loader] Go packages loading at mode 575 (name|compiled_files|deps|files|types_sizes|exports_file|imports) took 2m22.167137741s [2021-09-16T19:05:41.374Z] INFO [runner/filename_unadjuster] Pre-built 0 adjustments in 493.581452ms [2021-09-16T19:05:41.439Z] INFO: Downloading docker/cli version 17.06.2-ce from stable... [2021-09-16T19:05:41.439Z] [2021-09-16T19:05:41.439Z] ________ ____ __. [2021-09-16T19:05:41.439Z] \_____ \ | |/ _| [2021-09-16T19:05:41.439Z] / | \| < [2021-09-16T19:05:41.439Z] / | \ | \ [2021-09-16T19:05:41.439Z] \_______ /____|__ \ [2021-09-16T19:05:41.439Z] \/ \/ [2021-09-16T19:05:41.439Z] [2021-09-16T19:05:41.439Z] INFO: make.ps1 ended at 09/16/2021 19:05:34 [2021-09-16T19:05:41.439Z] INFO: Binaries build ended at 09/16/2021 19:05:36. Duration:00:01:12.7394754 [2021-09-16T19:05:41.439Z] INFO: Copying the built daemon binary to d:\CI\PR-41759\9\binary\dockerd-e187eb2bb5.exe... [2021-09-16T19:05:41.439Z] INFO: Copying the built client binary to d:\CI\PR-41759\9\binary\docker-e187eb2bb5.exe... [2021-09-16T19:05:41.439Z] INFO: Copying dockerversion from the container... [2021-09-16T19:05:41.439Z] INFO: Copying the golang package from the container to d:\CI\PR-41759\9\installer\go.zip... [2021-09-16T19:05:41.439Z] INFO: Extracting go.zip to d:\CI\PR-41759\9\go [2021-09-16T19:05:43.877Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-09-16T19:05:44.611Z] --- PASS: TestTemplatedConfig (2.73s) [2021-09-16T19:05:44.611Z] === RUN TestConfigCreateResolve [2021-09-16T19:05:44.806Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-09-16T19:05:45.736Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-09-16T19:05:45.993Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-09-16T19:05:46.509Z] --- PASS: TestConfigCreateResolve (2.21s) [2021-09-16T19:05:46.509Z] PASS [2021-09-16T19:05:46.509Z] [2021-09-16T19:05:46.509Z] DONE 6 tests in 13.718s [2021-09-16T19:05:46.509Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2021-09-16T19:05:46.509Z] INFO: Testing against a local daemon [2021-09-16T19:05:46.509Z] === RUN TestCheckpoint [2021-09-16T19:05:46.509Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-09-16T19:05:46.509Z] --- SKIP: TestCheckpoint (0.00s) [2021-09-16T19:05:46.509Z] === RUN TestContainerInvalidJSON [2021-09-16T19:05:46.509Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-09-16T19:05:46.509Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-09-16T19:05:46.509Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-09-16T19:05:46.509Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-09-16T19:05:46.509Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-09-16T19:05:46.509Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-09-16T19:05:46.509Z] --- PASS: TestContainerInvalidJSON (0.01s) [2021-09-16T19:05:46.509Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.01s) [2021-09-16T19:05:46.509Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.01s) [2021-09-16T19:05:46.509Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-09-16T19:05:46.509Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.10s) [2021-09-16T19:05:46.509Z] === RUN TestCopyFromContainerPathIsNotDir [2021-09-16T19:05:46.509Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.04s) [2021-09-16T19:05:46.509Z] === RUN TestCopyToContainerPathDoesNotExist [2021-09-16T19:05:46.509Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.04s) [2021-09-16T19:05:46.509Z] === RUN TestCopyToContainerPathIsNotDir [2021-09-16T19:05:46.509Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2021-09-16T19:05:46.509Z] === RUN TestCopyFromContainer [2021-09-16T19:05:46.922Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-09-16T19:05:47.484Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-09-16T19:05:47.885Z] === RUN TestCopyFromContainer// [2021-09-16T19:05:47.885Z] === RUN TestCopyFromContainer//bar/root [2021-09-16T19:05:47.885Z] === RUN TestCopyFromContainer//bar/root/ [2021-09-16T19:05:47.885Z] === RUN TestCopyFromContainer/bar/quux [2021-09-16T19:05:47.885Z] === RUN TestCopyFromContainer/bar/quux/ [2021-09-16T19:05:47.885Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-09-16T19:05:47.885Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-09-16T19:05:48.144Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-09-16T19:05:48.144Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-09-16T19:05:48.144Z] === RUN TestCopyFromContainer/bar/notarget [2021-09-16T19:05:48.144Z] --- PASS: TestCopyFromContainer (1.63s) [2021-09-16T19:05:48.144Z] --- PASS: TestCopyFromContainer// (0.06s) [2021-09-16T19:05:48.144Z] --- PASS: TestCopyFromContainer//bar/root (0.07s) [2021-09-16T19:05:48.144Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2021-09-16T19:05:48.144Z] --- PASS: TestCopyFromContainer/bar/quux (0.06s) [2021-09-16T19:05:48.144Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.05s) [2021-09-16T19:05:48.144Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s) [2021-09-16T19:05:48.144Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s) [2021-09-16T19:05:48.144Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s) [2021-09-16T19:05:48.144Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s) [2021-09-16T19:05:48.144Z] --- PASS: TestCopyFromContainer/bar/notarget (0.05s) [2021-09-16T19:05:48.144Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-09-16T19:05:48.144Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-09-16T19:05:48.144Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-09-16T19:05:48.144Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-09-16T19:05:48.144Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-09-16T19:05:48.144Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-09-16T19:05:48.144Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-09-16T19:05:48.144Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-09-16T19:05:48.144Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-09-16T19:05:48.144Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-09-16T19:05:48.144Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2021-09-16T19:05:48.144Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-09-16T19:05:48.144Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-09-16T19:05:48.144Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-09-16T19:05:48.144Z] === RUN TestCreateLinkToNonExistingContainer [2021-09-16T19:05:48.403Z] --- PASS: TestCreateLinkToNonExistingContainer (0.05s) [2021-09-16T19:05:48.403Z] === RUN TestCreateWithInvalidEnv [2021-09-16T19:05:48.403Z] === RUN TestCreateWithInvalidEnv/0 [2021-09-16T19:05:48.403Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-09-16T19:05:48.403Z] === RUN TestCreateWithInvalidEnv/1 [2021-09-16T19:05:48.403Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-09-16T19:05:48.403Z] === RUN TestCreateWithInvalidEnv/2 [2021-09-16T19:05:48.403Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-09-16T19:05:48.403Z] === CONT TestCreateWithInvalidEnv/0 [2021-09-16T19:05:48.403Z] === CONT TestCreateWithInvalidEnv/2 [2021-09-16T19:05:48.403Z] === CONT TestCreateWithInvalidEnv/1 [2021-09-16T19:05:48.403Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2021-09-16T19:05:48.403Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-09-16T19:05:48.403Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-09-16T19:05:48.403Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-09-16T19:05:48.403Z] === RUN TestCreateTmpfsMountsTarget [2021-09-16T19:05:48.403Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2021-09-16T19:05:48.403Z] === RUN TestCreateWithCustomMaskedPaths [2021-09-16T19:05:48.851Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-09-16T19:05:49.414Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-09-16T19:05:49.978Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-09-16T19:05:50.304Z] --- PASS: TestCreateWithCustomMaskedPaths (1.80s) [2021-09-16T19:05:50.304Z] === RUN TestCreateWithCustomReadonlyPaths [2021-09-16T19:05:50.906Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-09-16T19:05:50.906Z] Using test binary docker [2021-09-16T19:05:50.906Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-09-16T19:05:50.906Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-09-16T19:05:50.906Z] INFO: Waiting for daemon to start... [2021-09-16T19:05:50.906Z] Starting dockerd [2021-09-16T19:05:51.347Z] INFO [runner/unused/goanalysis] analyzers took 27.529991365s with top 10 stages: buildssa: 23.872406267s, U1000: 3.657585098s [2021-09-16T19:05:52.206Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.80s) [2021-09-16T19:05:52.206Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-09-16T19:05:52.206Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-09-16T19:05:52.206Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-09-16T19:05:52.206Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-09-16T19:05:52.206Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-09-16T19:05:52.206Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-09-16T19:05:52.206Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-09-16T19:05:52.206Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-09-16T19:05:52.206Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-09-16T19:05:52.206Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-09-16T19:05:52.206Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-09-16T19:05:52.206Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-09-16T19:05:52.206Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-09-16T19:05:52.206Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-09-16T19:05:52.206Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-09-16T19:05:52.206Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-09-16T19:05:52.206Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2021-09-16T19:05:52.206Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2021-09-16T19:05:52.206Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2021-09-16T19:05:52.206Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-09-16T19:05:52.207Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-09-16T19:05:52.207Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2021-09-16T19:05:52.207Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-09-16T19:05:52.466Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.60s) [2021-09-16T19:05:52.466Z] === RUN TestCreateDifferentPlatform [2021-09-16T19:05:52.466Z] === RUN TestCreateDifferentPlatform/different_os [2021-09-16T19:05:52.466Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-09-16T19:05:52.466Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2021-09-16T19:05:52.466Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-09-16T19:05:52.466Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-09-16T19:05:52.466Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-09-16T19:05:52.725Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s) [2021-09-16T19:05:52.725Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-09-16T19:05:52.725Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.06s) [2021-09-16T19:05:52.725Z] === RUN TestContainerStartOnDaemonRestart [2021-09-16T19:05:52.725Z] === PAUSE TestContainerStartOnDaemonRestart [2021-09-16T19:05:52.725Z] === RUN TestDaemonRestartIpcMode [2021-09-16T19:05:52.725Z] === PAUSE TestDaemonRestartIpcMode [2021-09-16T19:05:52.725Z] === RUN TestDaemonHostGatewayIP [2021-09-16T19:05:52.725Z] === PAUSE TestDaemonHostGatewayIP [2021-09-16T19:05:52.725Z] === RUN TestRestartDaemonWithRestartingContainer [2021-09-16T19:05:52.725Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-09-16T19:05:52.725Z] === RUN TestContainerKillOnDaemonStart [2021-09-16T19:05:52.725Z] === PAUSE TestContainerKillOnDaemonStart [2021-09-16T19:05:52.725Z] === RUN TestDiff [2021-09-16T19:05:53.292Z] --- PASS: TestDiff (0.59s) [2021-09-16T19:05:53.292Z] === RUN TestExecWithCloseStdin [2021-09-16T19:05:53.858Z] --- PASS: TestExecWithCloseStdin (0.69s) [2021-09-16T19:05:53.858Z] === RUN TestExec [2021-09-16T19:05:54.172Z] . [2021-09-16T19:05:54.172Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-09-16T19:05:54.172Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-09-16T19:05:54.172Z] Error: No such image: emptyfs [2021-09-16T19:05:54.172Z] Running integration-test (iteration 1) [2021-09-16T19:05:54.172Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2021-09-16T19:05:54.428Z] Loaded image: busybox:latest [2021-09-16T19:05:54.428Z] Loaded image: busybox:glibc [2021-09-16T19:05:54.796Z] --- PASS: TestExec (0.68s) [2021-09-16T19:05:54.796Z] === RUN TestExecUser [2021-09-16T19:05:55.362Z] --- PASS: TestExecUser (0.72s) [2021-09-16T19:05:55.362Z] === RUN TestExportContainerAndImportImage [2021-09-16T19:05:55.794Z] Loaded image: debian:bullseye-slim [2021-09-16T19:05:56.050Z] Loaded image: hello-world:latest [2021-09-16T19:05:56.050Z] Loaded image: arm32v7/hello-world:latest [2021-09-16T19:05:56.050Z] INFO: Testing against a local daemon [2021-09-16T19:05:56.050Z] === RUN TestCgroupNamespacesBuild [2021-09-16T19:05:56.238Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-09-16T19:05:56.238Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-09-16T19:05:56.296Z] --- PASS: TestExportContainerAndImportImage (0.76s) [2021-09-16T19:05:56.296Z] === RUN TestExportContainerAfterDaemonRestart [2021-09-16T19:05:57.420Z] --- PASS: TestCgroupNamespacesBuild (1.28s) [2021-09-16T19:05:57.420Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-09-16T19:05:57.671Z] --- PASS: TestExportContainerAfterDaemonRestart (1.27s) [2021-09-16T19:05:57.671Z] === RUN TestHealthCheckWorkdir [2021-09-16T19:05:58.236Z] --- PASS: TestHealthCheckWorkdir (0.85s) [2021-09-16T19:05:58.236Z] === RUN TestHealthKillContainer [2021-09-16T19:05:58.354Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.17s) [2021-09-16T19:05:58.354Z] === RUN TestBuildWithSession [2021-09-16T19:05:58.354Z] build_session_test.go:25: TODO: BuildKit [2021-09-16T19:05:58.354Z] --- SKIP: TestBuildWithSession (0.00s) [2021-09-16T19:05:58.354Z] === RUN TestBuildSquashParent [2021-09-16T19:06:01.517Z] --- PASS: TestHealthKillContainer (2.75s) [2021-09-16T19:06:01.517Z] === RUN TestInspectCpusetInConfigPre120 [2021-09-16T19:06:01.517Z] --- PASS: TestInspectCpusetInConfigPre120 (0.59s) [2021-09-16T19:06:01.517Z] === RUN TestIpcModeNone [2021-09-16T19:06:02.452Z] --- PASS: TestIpcModeNone (0.65s) [2021-09-16T19:06:02.452Z] === RUN TestIpcModePrivate [2021-09-16T19:06:02.697Z] INFO: Extraction ended at 09/16/2021 19:06:01. Duration:00:00:22.7602472 [2021-09-16T19:06:02.697Z] INFO: Updating the golang and path environment variables [2021-09-16T19:06:02.697Z] INFO: GOPATH=d:\gopath [2021-09-16T19:06:02.697Z] INFO: go version go1.17 windows/amd64 [2021-09-16T19:06:02.697Z] INFO: Running the daemon under test in debug mode [2021-09-16T19:06:02.697Z] INFO: Starting a daemon under test... [2021-09-16T19:06:02.697Z] INFO: Args: -H tcp://0.0.0.0:2357 --data-root d:\CI\PR-41759\9\daemon --pidfile d:\CI\PR-41759\9\docker.pid -D [2021-09-16T19:06:02.697Z] INFO: Process started successfully. [2021-09-16T19:06:02.697Z] INFO: Start tailing logs of the daemon under tests [2021-09-16T19:06:02.697Z] INFO: Waiting for the daemon under test to start... [2021-09-16T19:06:02.710Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:55, shared: false, mustBeShared: false [2021-09-16T19:06:02.969Z] --- PASS: TestIpcModePrivate (0.66s) [2021-09-16T19:06:02.969Z] === RUN TestIpcModeShareable [2021-09-16T19:06:03.228Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:50, shared: true, mustBeShared: true [2021-09-16T19:06:03.488Z] --- PASS: TestIpcModeShareable (0.70s) [2021-09-16T19:06:03.488Z] === RUN TestAPIIpcModeShareableAndContainer [2021-09-16T19:06:05.389Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.86s) [2021-09-16T19:06:05.389Z] === RUN TestAPIIpcModeHost [2021-09-16T19:06:05.957Z] --- PASS: TestAPIIpcModeHost (0.43s) [2021-09-16T19:06:05.957Z] === RUN TestDaemonIpcModeShareable [2021-09-16T19:06:06.436Z] --- PASS: TestBuildSquashParent (6.83s) [2021-09-16T19:06:06.436Z] === RUN TestBuildWithRemoveAndForceRemove [2021-09-16T19:06:06.436Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-09-16T19:06:06.436Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-09-16T19:06:06.436Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-09-16T19:06:06.436Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-09-16T19:06:06.436Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-09-16T19:06:06.436Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-09-16T19:06:06.436Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-09-16T19:06:06.436Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-09-16T19:06:06.436Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-09-16T19:06:06.436Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-09-16T19:06:06.436Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-09-16T19:06:06.436Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-09-16T19:06:06.436Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-09-16T19:06:06.436Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-09-16T19:06:06.693Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-09-16T19:06:06.693Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-09-16T19:06:06.891Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:58, shared: true, mustBeShared: true [2021-09-16T19:06:07.149Z] --- PASS: TestDaemonIpcModeShareable (1.20s) [2021-09-16T19:06:07.149Z] === RUN TestDaemonIpcModePrivate [2021-09-16T19:06:08.083Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: false, mustBeShared: false [2021-09-16T19:06:08.341Z] --- PASS: TestDaemonIpcModePrivate (1.15s) [2021-09-16T19:06:08.341Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-09-16T19:06:09.208Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-09-16T19:06:09.208Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-09-16T19:06:09.274Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:63, shared: false, mustBeShared: false [2021-09-16T19:06:09.532Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.20s) [2021-09-16T19:06:09.532Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-09-16T19:06:10.465Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:58, shared: true, mustBeShared: true [2021-09-16T19:06:10.723Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.18s) [2021-09-16T19:06:10.723Z] === RUN TestIpcModeOlderClient [2021-09-16T19:06:10.723Z] === PAUSE TestIpcModeOlderClient [2021-09-16T19:06:10.723Z] === RUN TestKillContainerInvalidSignal [2021-09-16T19:06:10.982Z] --- PASS: TestKillContainerInvalidSignal (0.45s) [2021-09-16T19:06:10.982Z] === RUN TestKillContainer [2021-09-16T19:06:10.982Z] === RUN TestKillContainer/no_signal [2021-09-16T19:06:11.097Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-09-16T19:06:11.097Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (1.34s) [2021-09-16T19:06:11.097Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (1.41s) [2021-09-16T19:06:11.097Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.28s) [2021-09-16T19:06:11.097Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.24s) [2021-09-16T19:06:11.097Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.94s) [2021-09-16T19:06:11.097Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.93s) [2021-09-16T19:06:11.097Z] === RUN TestBuildMultiStageCopy [2021-09-16T19:06:11.097Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-09-16T19:06:11.548Z] === RUN TestKillContainer/non_killing_signal [2021-09-16T19:06:11.806Z] === RUN TestKillContainer/killing_signal [2021-09-16T19:06:12.373Z] --- PASS: TestKillContainer (1.38s) [2021-09-16T19:06:12.373Z] --- PASS: TestKillContainer/no_signal (0.44s) [2021-09-16T19:06:12.373Z] --- PASS: TestKillContainer/non_killing_signal (0.29s) [2021-09-16T19:06:12.373Z] --- PASS: TestKillContainer/killing_signal (0.46s) [2021-09-16T19:06:12.373Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-09-16T19:06:12.373Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-09-16T19:06:12.940Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-09-16T19:06:13.506Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.89s) [2021-09-16T19:06:13.506Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.43s) [2021-09-16T19:06:13.506Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.29s) [2021-09-16T19:06:13.506Z] === RUN TestKillStoppedContainer [2021-09-16T19:06:13.506Z] --- PASS: TestKillStoppedContainer (0.04s) [2021-09-16T19:06:13.506Z] === RUN TestKillStoppedContainerAPIPre120 [2021-09-16T19:06:13.506Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2021-09-16T19:06:13.506Z] === RUN TestKillDifferentUserContainer [2021-09-16T19:06:13.764Z] --- PASS: TestKillDifferentUserContainer (0.43s) [2021-09-16T19:06:13.764Z] === RUN TestInspectOomKilledTrue [2021-09-16T19:06:13.764Z] kill_test.go:158: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2021-09-16T19:06:13.764Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-09-16T19:06:13.764Z] === RUN TestInspectOomKilledFalse [2021-09-16T19:06:14.332Z] --- PASS: TestInspectOomKilledFalse (0.45s) [2021-09-16T19:06:14.332Z] === RUN TestLinksEtcHostsContentMatch [2021-09-16T19:06:14.362Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-09-16T19:06:14.590Z] --- PASS: TestLinksEtcHostsContentMatch (0.37s) [2021-09-16T19:06:14.590Z] === RUN TestLinksContainerNames [2021-09-16T19:06:15.289Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-09-16T19:06:15.529Z] --- PASS: TestLinksContainerNames (0.92s) [2021-09-16T19:06:15.529Z] === RUN TestLogsFollowTailEmpty [2021-09-16T19:06:16.095Z] --- PASS: TestLogsFollowTailEmpty (0.43s) [2021-09-16T19:06:16.095Z] === RUN TestContainerNetworkMountsNoChown [2021-09-16T19:06:16.217Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-09-16T19:06:16.362Z] --- PASS: TestContainerNetworkMountsNoChown (0.42s) [2021-09-16T19:06:16.362Z] === RUN TestMountDaemonRoot [2021-09-16T19:06:16.362Z] === RUN TestMountDaemonRoot/default [2021-09-16T19:06:16.362Z] === PAUSE TestMountDaemonRoot/default [2021-09-16T19:06:16.362Z] === RUN TestMountDaemonRoot/private [2021-09-16T19:06:16.362Z] === PAUSE TestMountDaemonRoot/private [2021-09-16T19:06:16.362Z] === RUN TestMountDaemonRoot/rprivate [2021-09-16T19:06:16.362Z] === PAUSE TestMountDaemonRoot/rprivate [2021-09-16T19:06:16.362Z] === RUN TestMountDaemonRoot/slave [2021-09-16T19:06:16.362Z] === PAUSE TestMountDaemonRoot/slave [2021-09-16T19:06:16.362Z] === RUN TestMountDaemonRoot/rslave [2021-09-16T19:06:16.362Z] === PAUSE TestMountDaemonRoot/rslave [2021-09-16T19:06:16.362Z] === RUN TestMountDaemonRoot/shared [2021-09-16T19:06:16.362Z] === PAUSE TestMountDaemonRoot/shared [2021-09-16T19:06:16.362Z] === RUN TestMountDaemonRoot/rshared [2021-09-16T19:06:16.362Z] === PAUSE TestMountDaemonRoot/rshared [2021-09-16T19:06:16.362Z] === CONT TestMountDaemonRoot/default [2021-09-16T19:06:16.362Z] === RUN TestMountDaemonRoot/default/mount_root [2021-09-16T19:06:16.362Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-09-16T19:06:16.362Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-09-16T19:06:16.362Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-09-16T19:06:16.362Z] === RUN TestMountDaemonRoot/default/bind_root [2021-09-16T19:06:16.362Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-09-16T19:06:16.362Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-09-16T19:06:16.362Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-09-16T19:06:16.362Z] === CONT TestMountDaemonRoot/default/mount_root [2021-09-16T19:06:16.362Z] === CONT TestMountDaemonRoot/rprivate [2021-09-16T19:06:16.362Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-09-16T19:06:16.362Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-09-16T19:06:16.362Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-09-16T19:06:16.362Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-09-16T19:06:16.362Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-09-16T19:06:16.362Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-09-16T19:06:16.362Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-09-16T19:06:16.362Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-09-16T19:06:16.362Z] === CONT TestMountDaemonRoot/private [2021-09-16T19:06:16.362Z] === RUN TestMountDaemonRoot/private/mount_root [2021-09-16T19:06:16.362Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-09-16T19:06:16.362Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-09-16T19:06:16.362Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-09-16T19:06:16.362Z] === RUN TestMountDaemonRoot/private/bind_root [2021-09-16T19:06:16.362Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-09-16T19:06:16.362Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-09-16T19:06:16.362Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-09-16T19:06:16.362Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-09-16T19:06:16.362Z] === CONT TestMountDaemonRoot/default/bind_root [2021-09-16T19:06:16.623Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-09-16T19:06:16.623Z] === CONT TestMountDaemonRoot/shared [2021-09-16T19:06:16.623Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-09-16T19:06:16.623Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-09-16T19:06:16.623Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-09-16T19:06:16.623Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-09-16T19:06:16.623Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-09-16T19:06:16.623Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-09-16T19:06:16.623Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-09-16T19:06:16.623Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-09-16T19:06:16.623Z] === CONT TestMountDaemonRoot/rshared [2021-09-16T19:06:16.623Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-09-16T19:06:16.623Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-09-16T19:06:16.623Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-09-16T19:06:16.623Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-09-16T19:06:16.623Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-09-16T19:06:16.623Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-09-16T19:06:16.623Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-09-16T19:06:16.623Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-09-16T19:06:16.623Z] === CONT TestMountDaemonRoot/rslave [2021-09-16T19:06:16.623Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-09-16T19:06:16.623Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-09-16T19:06:16.623Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-09-16T19:06:16.623Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-09-16T19:06:16.623Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-09-16T19:06:16.623Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-09-16T19:06:16.623Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-09-16T19:06:16.623Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-09-16T19:06:16.623Z] === CONT TestMountDaemonRoot/slave [2021-09-16T19:06:16.623Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-09-16T19:06:16.623Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-09-16T19:06:16.623Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-09-16T19:06:16.623Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-09-16T19:06:16.623Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-09-16T19:06:16.623Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-09-16T19:06:16.623Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-09-16T19:06:16.623Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-09-16T19:06:16.623Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-09-16T19:06:16.623Z] === CONT TestMountDaemonRoot/private/mount_root [2021-09-16T19:06:16.623Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-09-16T19:06:16.623Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-09-16T19:06:16.623Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-09-16T19:06:16.623Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-09-16T19:06:16.623Z] === CONT TestMountDaemonRoot/private/bind_root [2021-09-16T19:06:16.623Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-09-16T19:06:16.623Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-09-16T19:06:16.623Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-09-16T19:06:16.623Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-09-16T19:06:16.623Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-09-16T19:06:16.623Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-09-16T19:06:16.623Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-09-16T19:06:16.623Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-09-16T19:06:16.623Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-09-16T19:06:16.623Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-09-16T19:06:16.882Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-09-16T19:06:16.882Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-09-16T19:06:16.882Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-09-16T19:06:16.882Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-09-16T19:06:16.882Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-09-16T19:06:16.882Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-09-16T19:06:16.882Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-09-16T19:06:16.882Z] --- PASS: TestMountDaemonRoot (0.02s) [2021-09-16T19:06:16.882Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-09-16T19:06:16.882Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) [2021-09-16T19:06:16.882Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.05s) [2021-09-16T19:06:16.882Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.05s) [2021-09-16T19:06:16.882Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2021-09-16T19:06:16.882Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-09-16T19:06:16.882Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2021-09-16T19:06:16.882Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2021-09-16T19:06:16.882Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2021-09-16T19:06:16.882Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2021-09-16T19:06:16.882Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-09-16T19:06:16.882Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2021-09-16T19:06:16.882Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2021-09-16T19:06:16.882Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2021-09-16T19:06:16.882Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2021-09-16T19:06:16.882Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-09-16T19:06:16.882Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2021-09-16T19:06:16.882Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2021-09-16T19:06:16.882Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.01s) [2021-09-16T19:06:16.882Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2021-09-16T19:06:16.882Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-09-16T19:06:16.882Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s) [2021-09-16T19:06:16.882Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2021-09-16T19:06:16.882Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s) [2021-09-16T19:06:16.882Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.03s) [2021-09-16T19:06:16.882Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-09-16T19:06:16.882Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2021-09-16T19:06:16.882Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2021-09-16T19:06:16.882Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.02s) [2021-09-16T19:06:16.882Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.01s) [2021-09-16T19:06:16.883Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-09-16T19:06:16.883Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2021-09-16T19:06:16.883Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s) [2021-09-16T19:06:16.883Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.04s) [2021-09-16T19:06:16.883Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s) [2021-09-16T19:06:16.883Z] === RUN TestContainerBindMountNonRecursive [2021-09-16T19:06:17.144Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-09-16T19:06:18.072Z] --- PASS: TestBuildMultiStageCopy (7.29s) [2021-09-16T19:06:18.072Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (3.29s) [2021-09-16T19:06:18.072Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (1.00s) [2021-09-16T19:06:18.072Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (1.00s) [2021-09-16T19:06:18.072Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (1.00s) [2021-09-16T19:06:18.072Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (1.00s) [2021-09-16T19:06:18.072Z] === RUN TestBuildMultiStageParentConfig [2021-09-16T19:06:18.261Z] --- PASS: TestContainerBindMountNonRecursive (1.45s) [2021-09-16T19:06:18.261Z] === RUN TestContainerVolumesMountedAsShared [2021-09-16T19:06:18.411Z] 8f616e6e9eec: Pull complete [2021-09-16T19:06:18.826Z] --- PASS: TestContainerVolumesMountedAsShared (0.44s) [2021-09-16T19:06:18.826Z] === RUN TestContainerVolumesMountedAsSlave [2021-09-16T19:06:19.085Z] --- PASS: TestContainerVolumesMountedAsSlave (0.37s) [2021-09-16T19:06:19.085Z] === RUN TestNetworkNat [2021-09-16T19:06:19.678Z] --- PASS: TestNetworkNat (0.59s) [2021-09-16T19:06:19.678Z] === RUN TestNetworkLocalhostTCPNat [2021-09-16T19:06:20.256Z] --- PASS: TestNetworkLocalhostTCPNat (0.51s) [2021-09-16T19:06:20.256Z] === RUN TestNetworkLoopbackNat [2021-09-16T19:06:22.002Z] 8f616e6e9eec: Pull complete [2021-09-16T19:06:22.800Z] --- PASS: TestNetworkLoopbackNat (2.67s) [2021-09-16T19:06:22.800Z] === RUN TestPause [2021-09-16T19:06:23.312Z] --- PASS: TestBuildMultiStageParentConfig (4.99s) [2021-09-16T19:06:23.312Z] === RUN TestBuildLabelWithTargets [2021-09-16T19:06:23.365Z] --- PASS: TestPause (0.49s) [2021-09-16T19:06:23.366Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-09-16T19:06:23.366Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-09-16T19:06:23.366Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-09-16T19:06:23.366Z] === RUN TestPauseStopPausedContainer [2021-09-16T19:06:23.932Z] --- PASS: TestPauseStopPausedContainer (0.46s) [2021-09-16T19:06:23.932Z] === RUN TestPidHost [2021-09-16T19:06:23.947Z] .....INFO: Daemon under test started and replied! [2021-09-16T19:06:23.947Z] INFO: Docker version of the daemon under test [2021-09-16T19:06:23.947Z] [2021-09-16T19:06:23.947Z] Client: [2021-09-16T19:06:23.947Z] Version: 17.06.2-ce [2021-09-16T19:06:23.947Z] API version: 1.30 [2021-09-16T19:06:23.947Z] Go version: go1.8.3 [2021-09-16T19:06:23.947Z] Git commit: cec0b72 [2021-09-16T19:06:23.947Z] Built: Tue Sep 5 19:57:19 2017 [2021-09-16T19:06:23.947Z] OS/Arch: windows/amd64 [2021-09-16T19:06:23.947Z] [2021-09-16T19:06:23.947Z] Server: [2021-09-16T19:06:23.947Z] Version: 0.0.0-dev [2021-09-16T19:06:23.947Z] API version: 1.42 (minimum version 1.24) [2021-09-16T19:06:23.947Z] Go version: go1.17 [2021-09-16T19:06:23.947Z] Git commit: e187eb2bb5 [2021-09-16T19:06:23.947Z] Built: 09/16/2021 19:04:28 [2021-09-16T19:06:23.947Z] OS/Arch: windows/amd64 [2021-09-16T19:06:23.947Z] Experimental: false [2021-09-16T19:06:23.947Z] [2021-09-16T19:06:23.947Z] INFO: Docker info of the daemon under test [2021-09-16T19:06:23.947Z] [2021-09-16T19:06:23.947Z] Containers: 0 [2021-09-16T19:06:23.947Z] Running: 0 [2021-09-16T19:06:23.947Z] Paused: 0 [2021-09-16T19:06:23.947Z] Stopped: 0 [2021-09-16T19:06:23.947Z] Images: 0 [2021-09-16T19:06:23.947Z] Server Version: 0.0.0-dev [2021-09-16T19:06:23.947Z] Storage Driver: windowsfilter [2021-09-16T19:06:23.947Z] Windows: [2021-09-16T19:06:23.947Z] Logging Driver: json-file [2021-09-16T19:06:23.947Z] Plugins: [2021-09-16T19:06:23.947Z] Volume: local [2021-09-16T19:06:23.947Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-09-16T19:06:23.948Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-09-16T19:06:23.948Z] Swarm: inactive [2021-09-16T19:06:23.948Z] Default Isolation: process [2021-09-16T19:06:23.948Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2021-09-16T19:06:23.948Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2114) [2021-09-16T19:06:23.948Z] OSType: windows [2021-09-16T19:06:23.948Z] Architecture: x86_64 [2021-09-16T19:06:23.948Z] CPUs: 4 [2021-09-16T19:06:23.948Z] Total Memory: 32GiB [2021-09-16T19:06:23.948Z] Name: azwin-2-dabed0 [2021-09-16T19:06:23.948Z] ID: OPKZ:4EWE:436X:3SES:4L7U:CQ6V:ZVDU:KWG3:732N:ANBW:FMVN:MBDY [2021-09-16T19:06:23.948Z] Docker Root Dir: D:\CI\PR-41759\9\daemon [2021-09-16T19:06:23.948Z] Debug Mode (client): false [2021-09-16T19:06:23.948Z] Debug Mode (server): true [2021-09-16T19:06:23.948Z] File Descriptors: -1 [2021-09-16T19:06:23.948Z] Goroutines: 16 [2021-09-16T19:06:23.948Z] System Time: 2021-09-16T19:06:21.0855533Z [2021-09-16T19:06:23.948Z] EventsListeners: 0 [2021-09-16T19:06:23.948Z] Registry: https://index.docker.io/v1/ [2021-09-16T19:06:23.948Z] Labels: [2021-09-16T19:06:23.948Z] Experimental: false [2021-09-16T19:06:23.948Z] Insecure Registries: [2021-09-16T19:06:23.948Z] 127.0.0.0/8 [2021-09-16T19:06:23.948Z] Live Restore Enabled: false [2021-09-16T19:06:23.948Z] [2021-09-16T19:06:23.948Z] [2021-09-16T19:06:23.948Z] INFO: Docker images of the daemon under test [2021-09-16T19:06:23.948Z] [2021-09-16T19:06:23.948Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-09-16T19:06:23.948Z] [2021-09-16T19:06:23.948Z] INFO: Base image for tests is mcr.microsoft.com/windows/servercore [2021-09-16T19:06:23.948Z] INFO: Pulling mcr.microsoft.com/windows/servercore:ltsc2019 from docker hub into daemon under test. This may take some time... [2021-09-16T19:06:23.948Z] ltsc2019: Pulling from windows/servercore [2021-09-16T19:06:23.948Z] 4612f6d0b889: Pulling fs layer [2021-09-16T19:06:23.948Z] a0ddf88812f1: Pulling fs layer [2021-09-16T19:06:24.867Z] --- PASS: TestPidHost (1.00s) [2021-09-16T19:06:24.867Z] === RUN TestPsFilter [2021-09-16T19:06:24.867Z] --- PASS: TestPsFilter (0.12s) [2021-09-16T19:06:24.867Z] === RUN TestRemoveContainerWithRemovedVolume [2021-09-16T19:06:25.434Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.44s) [2021-09-16T19:06:25.434Z] === RUN TestRemoveContainerWithVolume [2021-09-16T19:06:26.001Z] --- PASS: TestRemoveContainerWithVolume (0.44s) [2021-09-16T19:06:26.001Z] === RUN TestRemoveContainerRunning [2021-09-16T19:06:26.261Z] --- PASS: TestRemoveContainerRunning (0.45s) [2021-09-16T19:06:26.261Z] === RUN TestRemoveContainerForceRemoveRunning [2021-09-16T19:06:26.828Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.43s) [2021-09-16T19:06:26.828Z] === RUN TestRemoveInvalidContainer [2021-09-16T19:06:26.828Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2021-09-16T19:06:26.828Z] === RUN TestRenameLinkedContainer [2021-09-16T19:06:28.714Z] a0ddf88812f1: Verifying Checksum [2021-09-16T19:06:28.714Z] a0ddf88812f1: Download complete [2021-09-16T19:06:28.730Z] --- PASS: TestRenameLinkedContainer (1.89s) [2021-09-16T19:06:28.730Z] === RUN TestRenameStoppedContainer [2021-09-16T19:06:28.989Z] --- PASS: TestRenameStoppedContainer (0.46s) [2021-09-16T19:06:28.989Z] === RUN TestRenameRunningContainerAndReuse [2021-09-16T19:06:29.924Z] --- PASS: TestRenameRunningContainerAndReuse (0.92s) [2021-09-16T19:06:29.924Z] === RUN TestRenameInvalidName [2021-09-16T19:06:30.491Z] --- PASS: TestRenameInvalidName (0.49s) [2021-09-16T19:06:30.491Z] === RUN TestRenameAnonymousContainer [2021-09-16T19:06:31.393Z] --- PASS: TestBuildLabelWithTargets (8.00s) [2021-09-16T19:06:31.394Z] === RUN TestBuildWithEmptyLayers [2021-09-16T19:06:32.392Z] --- PASS: TestRenameAnonymousContainer (1.64s) [2021-09-16T19:06:32.392Z] === RUN TestRenameContainerWithSameName [2021-09-16T19:06:32.650Z] --- PASS: TestRenameContainerWithSameName (0.45s) [2021-09-16T19:06:32.650Z] === RUN TestRenameContainerWithLinkedContainer [2021-09-16T19:06:33.584Z] --- PASS: TestRenameContainerWithLinkedContainer (0.90s) [2021-09-16T19:06:33.584Z] === RUN TestResize [2021-09-16T19:06:34.150Z] --- PASS: TestResize (0.53s) [2021-09-16T19:06:34.150Z] === RUN TestResizeWithInvalidSize [2021-09-16T19:06:34.408Z] --- PASS: TestResizeWithInvalidSize (0.47s) [2021-09-16T19:06:34.408Z] === RUN TestResizeWhenContainerNotStarted [2021-09-16T19:06:34.657Z] --- PASS: TestBuildWithEmptyLayers (2.99s) [2021-09-16T19:06:34.657Z] === RUN TestBuildMultiStageOnBuild [2021-09-16T19:06:34.974Z] --- PASS: TestResizeWhenContainerNotStarted (0.45s) [2021-09-16T19:06:34.975Z] === RUN TestDaemonRestartKillContainers [2021-09-16T19:06:34.975Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-09-16T19:06:34.975Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-09-16T19:06:34.975Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-09-16T19:06:34.975Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-09-16T19:06:34.975Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-09-16T19:06:34.975Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-09-16T19:06:34.975Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-09-16T19:06:34.975Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-09-16T19:06:34.975Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-09-16T19:06:34.975Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-09-16T19:06:34.975Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-09-16T19:06:34.975Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-09-16T19:06:34.975Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-09-16T19:06:34.975Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-09-16T19:06:34.975Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-09-16T19:06:34.975Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-09-16T19:06:34.975Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-09-16T19:06:34.975Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-09-16T19:06:34.975Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-09-16T19:06:34.975Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-09-16T19:06:34.975Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-09-16T19:06:34.975Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-09-16T19:06:34.975Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-09-16T19:06:34.975Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-09-16T19:06:34.975Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-09-16T19:06:34.975Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-09-16T19:06:36.876Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-09-16T19:06:36.876Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-09-16T19:06:38.252Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-09-16T19:06:38.252Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-09-16T19:06:39.627Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-09-16T19:06:39.627Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-09-16T19:06:39.899Z] --- PASS: TestBuildMultiStageOnBuild (5.02s) [2021-09-16T19:06:39.899Z] === RUN TestBuildUncleanTarFilenames [2021-09-16T19:06:39.899Z] --- PASS: TestBuildUncleanTarFilenames (0.60s) [2021-09-16T19:06:39.899Z] === RUN TestBuildMultiStageLayerLeak [2021-09-16T19:06:41.527Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-09-16T19:06:41.527Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-09-16T19:06:43.431Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-09-16T19:06:43.689Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-09-16T19:06:44.142Z] --- PASS: TestBuildMultiStageLayerLeak (4.39s) [2021-09-16T19:06:44.142Z] === RUN TestBuildWithHugeFile [2021-09-16T19:06:45.592Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2021-09-16T19:06:45.592Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (1.92s) [2021-09-16T19:06:45.592Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.00s) [2021-09-16T19:06:45.592Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.39s) [2021-09-16T19:06:45.592Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.39s) [2021-09-16T19:06:45.592Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.29s) [2021-09-16T19:06:45.592Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.35s) [2021-09-16T19:06:45.592Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (1.80s) [2021-09-16T19:06:45.592Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (1.90s) [2021-09-16T19:06:45.592Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (2.03s) [2021-09-16T19:06:45.592Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (2.14s) [2021-09-16T19:06:45.592Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (1.79s) [2021-09-16T19:06:45.592Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (1.62s) [2021-09-16T19:06:45.592Z] === RUN TestCgroupNamespacesRun [2021-09-16T19:06:46.532Z] --- PASS: TestCgroupNamespacesRun (1.22s) [2021-09-16T19:06:46.532Z] === RUN TestCgroupNamespacesRunPrivileged [2021-09-16T19:06:46.532Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2021-09-16T19:06:46.532Z] --- SKIP: TestCgroupNamespacesRunPrivileged (0.00s) [2021-09-16T19:06:46.532Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-09-16T19:06:46.551Z] 4612f6d0b889: Verifying Checksum [2021-09-16T19:06:46.551Z] 4612f6d0b889: Download complete [2021-09-16T19:06:47.907Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.19s) [2021-09-16T19:06:47.907Z] === RUN TestCgroupNamespacesRunHostMode [2021-09-16T19:06:49.283Z] --- PASS: TestCgroupNamespacesRunHostMode (1.21s) [2021-09-16T19:06:49.283Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-09-16T19:06:50.219Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.20s) [2021-09-16T19:06:50.219Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-09-16T19:06:51.593Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.19s) [2021-09-16T19:06:51.593Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-09-16T19:06:52.160Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.69s) [2021-09-16T19:06:52.160Z] === RUN TestCgroupNamespacesRunOlderClient [2021-09-16T19:06:53.533Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.21s) [2021-09-16T19:06:53.533Z] === RUN TestNISDomainname [2021-09-16T19:06:53.791Z] --- PASS: TestNISDomainname (0.59s) [2021-09-16T19:06:53.791Z] === RUN TestHostnameDnsResolution [2021-09-16T19:06:54.726Z] --- PASS: TestHostnameDnsResolution (0.75s) [2021-09-16T19:06:54.726Z] === RUN TestStats [2021-09-16T19:06:57.256Z] --- PASS: TestStats (2.45s) [2021-09-16T19:06:57.256Z] === RUN TestStopContainerWithTimeout [2021-09-16T19:06:57.256Z] === RUN TestStopContainerWithTimeout/0 [2021-09-16T19:06:57.256Z] === PAUSE TestStopContainerWithTimeout/0 [2021-09-16T19:06:57.256Z] === RUN TestStopContainerWithTimeout/1 [2021-09-16T19:06:57.256Z] === PAUSE TestStopContainerWithTimeout/1 [2021-09-16T19:06:57.256Z] === RUN TestStopContainerWithTimeout/3 [2021-09-16T19:06:57.256Z] === PAUSE TestStopContainerWithTimeout/3 [2021-09-16T19:06:57.256Z] === RUN TestStopContainerWithTimeout/-1 [2021-09-16T19:06:57.256Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-09-16T19:06:57.256Z] === CONT TestStopContainerWithTimeout/0 [2021-09-16T19:06:57.256Z] === CONT TestStopContainerWithTimeout/-1 [2021-09-16T19:06:57.823Z] === CONT TestStopContainerWithTimeout/3 [2021-09-16T19:06:59.724Z] === CONT TestStopContainerWithTimeout/1 [2021-09-16T19:07:01.099Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2021-09-16T19:07:01.099Z] --- PASS: TestStopContainerWithTimeout/0 (0.70s) [2021-09-16T19:07:01.099Z] --- PASS: TestStopContainerWithTimeout/-1 (2.69s) [2021-09-16T19:07:01.099Z] --- PASS: TestStopContainerWithTimeout/3 (2.49s) [2021-09-16T19:07:01.099Z] --- PASS: TestStopContainerWithTimeout/1 (1.45s) [2021-09-16T19:07:01.099Z] === RUN TestDeleteDevicemapper [2021-09-16T19:07:01.099Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-09-16T19:07:01.099Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-09-16T19:07:01.099Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-09-16T19:07:03.003Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.61s) [2021-09-16T19:07:03.003Z] === RUN TestUpdateMemory [2021-09-16T19:07:03.569Z] --- PASS: TestUpdateMemory (0.60s) [2021-09-16T19:07:03.569Z] === RUN TestUpdateCPUQuota [2021-09-16T19:07:04.504Z] --- PASS: TestUpdateCPUQuota (0.93s) [2021-09-16T19:07:04.504Z] === RUN TestUpdatePidsLimit [2021-09-16T19:07:04.504Z] === RUN TestUpdatePidsLimit/update_from_none [2021-09-16T19:07:04.504Z] === RUN TestUpdatePidsLimit/no_change [2021-09-16T19:07:04.763Z] === RUN TestUpdatePidsLimit/update_lower [2021-09-16T19:07:05.021Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2021-09-16T19:07:05.279Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2021-09-16T19:07:05.537Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2021-09-16T19:07:05.795Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2021-09-16T19:07:06.733Z] --- PASS: TestUpdatePidsLimit (2.31s) [2021-09-16T19:07:06.733Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.21s) [2021-09-16T19:07:06.733Z] --- PASS: TestUpdatePidsLimit/no_change (0.25s) [2021-09-16T19:07:06.733Z] --- PASS: TestUpdatePidsLimit/update_lower (0.25s) [2021-09-16T19:07:06.733Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.23s) [2021-09-16T19:07:06.733Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.27s) [2021-09-16T19:07:06.733Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.26s) [2021-09-16T19:07:06.733Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.24s) [2021-09-16T19:07:06.733Z] === RUN TestUpdateRestartPolicy [2021-09-16T19:07:11.031Z] ok github.com/docker/docker/libnetwork/ipam 91.555s coverage: 85.3% of statements [2021-09-16T19:07:11.031Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2021-09-16T19:07:11.031Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2021-09-16T19:07:11.031Z] ok github.com/docker/docker/libnetwork/ipams/null 0.004s coverage: 57.1% of statements [2021-09-16T19:07:11.031Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.014s coverage: 47.4% of statements [2021-09-16T19:07:11.031Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2021-09-16T19:07:11.031Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.004s coverage: 71.4% of statements [2021-09-16T19:07:11.031Z] ok github.com/docker/docker/libnetwork/ipamutils 0.497s coverage: 74.0% of statements [2021-09-16T19:07:11.977Z] ok github.com/docker/docker/libnetwork/iptables 0.280s coverage: 45.1% of statements [2021-09-16T19:07:11.977Z] ok github.com/docker/docker/libnetwork/netlabel 0.003s coverage: 60.0% of statements [2021-09-16T19:07:12.549Z] ok github.com/docker/docker/libnetwork/netutils 0.030s coverage: 44.1% of statements [2021-09-16T19:07:12.783Z] INFO [runner/goanalysis_metalinter/goanalysis] analyzers took 3m11.96219039s with top 10 stages: buildssa: 1m36.920972012s, goimports: 21.731859123s, unconvert: 13.457878155s, gosec: 10.282786419s, golint: 6.867019355s, ineffassign: 4.922439469s, misspell: 4.825818396s, inspect: 3.469498763s, vrp: 2.563682482s, printf: 1.753470653s [2021-09-16T19:07:12.783Z] INFO [runner] Issues before processing: 2759, after processing: 0 [2021-09-16T19:07:12.783Z] INFO [runner] Processors filtering stat (out/in): skip_files: 2178/2178, identifier_marker: 1790/1790, filename_unadjuster: 2178/2178, nolint: 0/78, exclude: 1790/1790, autogenerated_exclude: 1790/2178, exclude-rules: 78/1790, path_prettifier: 2178/2178, skip_dirs: 2178/2178, cgo: 2178/2759 [2021-09-16T19:07:12.783Z] INFO [runner] processing took 72.716756ms with stages: nolint: 25.539445ms, identifier_marker: 24.989384ms, path_prettifier: 9.248957ms, autogenerated_exclude: 4.508864ms, cgo: 3.541723ms, exclude-rules: 2.970997ms, skip_dirs: 1.797734ms, filename_unadjuster: 114.142µs, max_same_issues: 2.18µs, skip_files: 1.084µs, uniq_by_line: 429ns, max_from_linter: 389ns, diff: 321ns, exclude: 297ns, source_code: 293ns, path_shortener: 278ns, max_per_file_from_linter: 239ns [2021-09-16T19:07:12.783Z] INFO [runner] linters took 1m43.76861418s with stages: goanalysis_metalinter: 1m21.259241808s, unused: 22.436362296s [2021-09-16T19:07:12.783Z] INFO File cache stats: 1686 entries of total size 8.5MiB [2021-09-16T19:07:12.783Z] INFO Memory: 2466 samples, avg is 1665.3MB, max is 4460.3MB [2021-09-16T19:07:12.783Z] INFO Execution took 4m6.439551695s [2021-09-16T19:07:12.783Z] Congratulations! The shell scripts are properly formatted. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Docker-py) [Pipeline] sh [2021-09-16T19:07:13.123Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41759/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr9 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=e187eb2bb5f0c3f899fe643e95d1af8c57e89a73 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:e187eb2bb5f0c3f899fe643e95d1af8c57e89a73 hack/make.sh dynbinary test-docker-py [2021-09-16T19:07:13.691Z] [2021-09-16T19:07:13.691Z] Removing bundles/ [2021-09-16T19:07:13.691Z] [2021-09-16T19:07:13.691Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-09-16T19:07:13.691Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-09-16T19:07:13.691Z] GOOS="" GOARCH="" GOARM="" [2021-09-16T19:07:17.730Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2021-09-16T19:07:18.932Z] --- PASS: TestUpdateRestartPolicy (11.15s) [2021-09-16T19:07:18.932Z] === RUN TestUpdateRestartWithAutoRemove [2021-09-16T19:07:18.932Z] --- PASS: TestUpdateRestartWithAutoRemove (0.48s) [2021-09-16T19:07:18.932Z] === RUN TestWaitNonBlocked [2021-09-16T19:07:18.932Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-09-16T19:07:18.932Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-09-16T19:07:18.932Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-09-16T19:07:18.932Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-09-16T19:07:18.932Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-09-16T19:07:18.932Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-09-16T19:07:19.190Z] --- PASS: TestWaitNonBlocked (0.01s) [2021-09-16T19:07:19.190Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.76s) [2021-09-16T19:07:19.190Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.76s) [2021-09-16T19:07:19.190Z] === RUN TestWaitBlocked [2021-09-16T19:07:19.190Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-09-16T19:07:19.190Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-09-16T19:07:19.190Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-09-16T19:07:19.190Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-09-16T19:07:19.190Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-09-16T19:07:19.190Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-09-16T19:07:20.157Z] --- PASS: TestWaitBlocked (0.01s) [2021-09-16T19:07:20.157Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.96s) [2021-09-16T19:07:20.157Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.99s) [2021-09-16T19:07:20.157Z] === CONT TestContainerStartOnDaemonRestart [2021-09-16T19:07:20.157Z] === CONT TestRestartDaemonWithRestartingContainer [2021-09-16T19:07:22.724Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.42s) [2021-09-16T19:07:22.724Z] === CONT TestIpcModeOlderClient [2021-09-16T19:07:22.724Z] --- PASS: TestContainerStartOnDaemonRestart (2.42s) [2021-09-16T19:07:22.724Z] === CONT TestContainerKillOnDaemonStart [2021-09-16T19:07:22.724Z] --- PASS: TestIpcModeOlderClient (0.06s) [2021-09-16T19:07:22.724Z] === CONT TestDaemonHostGatewayIP [2021-09-16T19:07:25.255Z] --- PASS: TestDaemonHostGatewayIP (2.65s) [2021-09-16T19:07:25.255Z] === CONT TestDaemonRestartIpcMode [2021-09-16T19:07:27.785Z] --- PASS: TestDaemonRestartIpcMode (2.36s) [2021-09-16T19:07:30.434Z] 48a76b150a3a: Pull complete [2021-09-16T19:07:30.434Z] Digest: sha256:591f3c76c17869b99700815aa259f728a92f4912dcd68bcce21b7e9a4309cda4 [2021-09-16T19:07:30.434Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022 [2021-09-16T19:07:30.434Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 into daemon under test completed successfully [2021-09-16T19:07:30.434Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore in daemon under test [2021-09-16T19:07:30.434Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2022 is '10.0.20348.230' [2021-09-16T19:07:30.434Z] WARN: Skipping validation tests [2021-09-16T19:07:30.434Z] INFO: Running unit tests at 09/16/2021 19:07:30... [2021-09-16T19:07:33.504Z] INFO: make.ps1 starting at 09/16/2021 19:07:32 [2021-09-16T19:07:33.504Z] INFO: Git commit (e187eb2bb5) assumed from DOCKER_GITCOMMIT environment variable [2021-09-16T19:07:33.504Z] INFO: Invoking autogen... [2021-09-16T19:07:33.504Z] INFO: Running unit tests... [2021-09-16T19:07:34.338Z] 48a76b150a3a: Pull complete [2021-09-16T19:07:34.338Z] Digest: sha256:591f3c76c17869b99700815aa259f728a92f4912dcd68bcce21b7e9a4309cda4 [2021-09-16T19:07:34.338Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2022 [2021-09-16T19:07:34.338Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2022 into daemon under test completed successfully [2021-09-16T19:07:34.338Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2022 as microsoft/windowsservercore in daemon under test [2021-09-16T19:07:34.338Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2022 is '10.0.20348.230' [2021-09-16T19:07:34.338Z] WARN: Skipping validation tests [2021-09-16T19:07:34.338Z] INFO: Running unit tests at 09/16/2021 19:07:29... [2021-09-16T19:07:34.338Z] INFO: make.ps1 starting at 09/16/2021 19:07:32 [2021-09-16T19:07:34.338Z] INFO: Git commit (e187eb2bb5) assumed from DOCKER_GITCOMMIT environment variable [2021-09-16T19:07:34.338Z] INFO: Invoking autogen... [2021-09-16T19:07:34.338Z] INFO: Running unit tests... [2021-09-16T19:07:34.343Z] --- PASS: TestContainerKillOnDaemonStart (11.89s) [2021-09-16T19:07:34.343Z] PASS [2021-09-16T19:07:34.343Z] [2021-09-16T19:07:34.343Z] === Skipped [2021-09-16T19:07:34.343Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2021-09-16T19:07:34.343Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-09-16T19:07:34.343Z] [2021-09-16T19:07:34.343Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2021-09-16T19:07:34.343Z] kill_test.go:158: testEnv.DaemonInfo.CgroupVersion == "2": FIXME: flaky on cgroup v2 (https://github.com/moby/moby/issues/41929) [2021-09-16T19:07:34.343Z] [2021-09-16T19:07:34.343Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-09-16T19:07:34.343Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-09-16T19:07:34.343Z] [2021-09-16T19:07:34.343Z] === SKIP: amd64.integration.container TestCgroupNamespacesRunPrivileged (0.00s) [2021-09-16T19:07:34.343Z] run_cgroupns_linux_test.go:61: testEnv.DaemonInfo.CgroupVersion == "2": on cgroup v2, privileged containers use private cgroupns [2021-09-16T19:07:34.343Z] [2021-09-16T19:07:34.343Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2021-09-16T19:07:34.343Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-09-16T19:07:34.343Z] [2021-09-16T19:07:34.343Z] DONE 195 tests, 5 skipped in 108.070s [2021-09-16T19:07:34.343Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2021-09-16T19:07:34.343Z] === RUN TestConfigDaemonLibtrustID [2021-09-16T19:07:34.910Z] --- PASS: TestConfigDaemonLibtrustID (0.53s) [2021-09-16T19:07:34.910Z] === RUN TestDaemonConfigValidation [2021-09-16T19:07:34.910Z] === RUN TestDaemonConfigValidation/config_with_no_content [2021-09-16T19:07:34.910Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2021-09-16T19:07:34.910Z] === RUN TestDaemonConfigValidation/config_with_{} [2021-09-16T19:07:34.910Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2021-09-16T19:07:34.910Z] === RUN TestDaemonConfigValidation/invalid_config [2021-09-16T19:07:34.910Z] === PAUSE TestDaemonConfigValidation/invalid_config [2021-09-16T19:07:34.910Z] === RUN TestDaemonConfigValidation/malformed_config [2021-09-16T19:07:34.910Z] === PAUSE TestDaemonConfigValidation/malformed_config [2021-09-16T19:07:34.910Z] === RUN TestDaemonConfigValidation/valid_config [2021-09-16T19:07:34.910Z] === PAUSE TestDaemonConfigValidation/valid_config [2021-09-16T19:07:34.910Z] === CONT TestDaemonConfigValidation/config_with_no_content [2021-09-16T19:07:34.910Z] === CONT TestDaemonConfigValidation/malformed_config [2021-09-16T19:07:35.169Z] === CONT TestDaemonConfigValidation/valid_config [2021-09-16T19:07:35.169Z] === CONT TestDaemonConfigValidation/invalid_config [2021-09-16T19:07:35.169Z] === CONT TestDaemonConfigValidation/config_with_{} [2021-09-16T19:07:35.169Z] --- PASS: TestDaemonConfigValidation (0.00s) [2021-09-16T19:07:35.169Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.06s) [2021-09-16T19:07:35.169Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.10s) [2021-09-16T19:07:35.169Z] --- PASS: TestDaemonConfigValidation/valid_config (0.07s) [2021-09-16T19:07:35.169Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.08s) [2021-09-16T19:07:35.169Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.06s) [2021-09-16T19:07:35.169Z] === RUN TestConfigDaemonSeccompProfiles [2021-09-16T19:07:35.169Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2021-09-16T19:07:36.105Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2021-09-16T19:07:37.478Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2021-09-16T19:07:38.414Z] === CONT TestConfigDaemonSeccompProfiles [2021-09-16T19:07:38.414Z] daemon_test.go:148: [d83d7b02a15db] daemon is not started [2021-09-16T19:07:38.414Z] --- PASS: TestConfigDaemonSeccompProfiles (3.14s) [2021-09-16T19:07:38.414Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.05s) [2021-09-16T19:07:38.414Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.05s) [2021-09-16T19:07:38.414Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.04s) [2021-09-16T19:07:38.414Z] PASS [2021-09-16T19:07:38.414Z] [2021-09-16T19:07:38.414Z] DONE 11 tests in 3.889s [2021-09-16T19:07:38.414Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2021-09-16T19:07:38.414Z] INFO: Testing against a local daemon [2021-09-16T19:07:38.414Z] === RUN TestCommitInheritsEnv [2021-09-16T19:07:38.673Z] --- PASS: TestCommitInheritsEnv (0.29s) [2021-09-16T19:07:38.673Z] === RUN TestImportExtremelyLargeImageWorks [2021-09-16T19:07:38.673Z] === PAUSE TestImportExtremelyLargeImageWorks [2021-09-16T19:07:38.673Z] === RUN TestImagesFilterMultiReference [2021-09-16T19:07:38.673Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2021-09-16T19:07:38.673Z] === RUN TestImagePullPlatformInvalid [2021-09-16T19:07:38.673Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2021-09-16T19:07:38.673Z] === RUN TestRemoveImageOrphaning [2021-09-16T19:07:38.932Z] --- PASS: TestRemoveImageOrphaning (0.26s) [2021-09-16T19:07:38.932Z] === RUN TestRemoveImageGarbageCollector [2021-09-16T19:07:39.104Z] 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-16T19:07:39.267Z] 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-16T19:07:39.699Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-09-16T19:07:40.320Z] --- PASS: TestBuildWithHugeFile (55.37s) [2021-09-16T19:07:40.320Z] === RUN TestBuildWCOWSandboxSize [2021-09-16T19:07:40.320Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-09-16T19:07:40.320Z] --- SKIP: TestBuildWCOWSandboxSize (0.01s) [2021-09-16T19:07:40.320Z] === RUN TestBuildWithEmptyDockerfile [2021-09-16T19:07:40.320Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-09-16T19:07:40.320Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-09-16T19:07:40.320Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-09-16T19:07:40.320Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-09-16T19:07:40.320Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-09-16T19:07:40.320Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-09-16T19:07:40.320Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-09-16T19:07:40.320Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-09-16T19:07:40.320Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-09-16T19:07:40.320Z] --- PASS: TestBuildWithEmptyDockerfile (0.03s) [2021-09-16T19:07:40.320Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.12s) [2021-09-16T19:07:40.320Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.14s) [2021-09-16T19:07:40.320Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.05s) [2021-09-16T19:07:40.320Z] === RUN TestBuildPreserveOwnership [2021-09-16T19:07:40.320Z] === RUN TestBuildPreserveOwnership/copy_from [2021-09-16T19:07:40.832Z] --- PASS: TestRemoveImageGarbageCollector (1.70s) [2021-09-16T19:07:40.832Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-09-16T19:07:40.832Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2021-09-16T19:07:40.832Z] === RUN TestTagInvalidReference [2021-09-16T19:07:40.832Z] --- PASS: TestTagInvalidReference (0.01s) [2021-09-16T19:07:40.832Z] === RUN TestTagValidPrefixedRepo [2021-09-16T19:07:40.832Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2021-09-16T19:07:40.832Z] === RUN TestTagExistedNameWithoutForce [2021-09-16T19:07:40.832Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2021-09-16T19:07:40.832Z] === RUN TestTagOfficialNames [2021-09-16T19:07:40.832Z] --- PASS: TestTagOfficialNames (0.05s) [2021-09-16T19:07:40.832Z] === RUN TestTagMatchesDigest [2021-09-16T19:07:40.832Z] --- PASS: TestTagMatchesDigest (0.01s) [2021-09-16T19:07:40.832Z] === CONT TestImportExtremelyLargeImageWorks [2021-09-16T19:07:46.342Z] ? github.com/docker/docker/api [no test files] [2021-09-16T19:07:46.853Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-09-16T19:07:47.837Z] ? github.com/docker/docker/api [no test files] [2021-09-16T19:07:50.120Z] --- PASS: TestBuildPreserveOwnership (10.40s) [2021-09-16T19:07:50.120Z] --- PASS: TestBuildPreserveOwnership/copy_from (6.40s) [2021-09-16T19:07:50.120Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (3.99s) [2021-09-16T19:07:50.120Z] === RUN TestBuildPlatformInvalid [2021-09-16T19:07:50.376Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2021-09-16T19:07:50.376Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-09-16T19:07:50.376Z] build_userns_linux_test.go:31: testEnv.IsRootless() [2021-09-16T19:07:50.376Z] --- SKIP: TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2021-09-16T19:07:50.376Z] PASS [2021-09-16T19:07:50.376Z] [2021-09-16T19:07:50.376Z] === Skipped [2021-09-16T19:07:50.376Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2021-09-16T19:07:50.376Z] build_session_test.go:25: TODO: BuildKit [2021-09-16T19:07:50.376Z] [2021-09-16T19:07:50.376Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.01s) [2021-09-16T19:07:50.376Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-09-16T19:07:50.376Z] [2021-09-16T19:07:50.376Z] === SKIP: amd64.integration.build TestBuildUserNamespaceValidateCapabilitiesAreV2 (0.00s) [2021-09-16T19:07:50.376Z] build_userns_linux_test.go:31: testEnv.IsRootless() [2021-09-16T19:07:50.376Z] [2021-09-16T19:07:50.376Z] DONE 34 tests, 3 skipped in 116.157s [2021-09-16T19:07:50.376Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2021-09-16T19:07:50.376Z] INFO: Testing against a local daemon [2021-09-16T19:07:50.376Z] === RUN TestConfigInspect [2021-09-16T19:07:50.376Z] config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-16T19:07:50.376Z] --- SKIP: TestConfigInspect (0.02s) [2021-09-16T19:07:50.376Z] === RUN TestConfigList [2021-09-16T19:07:50.376Z] config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-16T19:07:50.376Z] --- SKIP: TestConfigList (0.01s) [2021-09-16T19:07:50.376Z] === RUN TestConfigsCreateAndDelete [2021-09-16T19:07:50.376Z] config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-16T19:07:50.376Z] --- SKIP: TestConfigsCreateAndDelete (0.01s) [2021-09-16T19:07:50.376Z] === RUN TestConfigsUpdate [2021-09-16T19:07:50.376Z] config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-16T19:07:50.376Z] --- SKIP: TestConfigsUpdate (0.01s) [2021-09-16T19:07:50.376Z] === RUN TestTemplatedConfig [2021-09-16T19:07:50.376Z] config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-16T19:07:50.376Z] --- SKIP: TestTemplatedConfig (0.00s) [2021-09-16T19:07:50.376Z] === RUN TestConfigCreateResolve [2021-09-16T19:07:50.376Z] config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-16T19:07:50.376Z] --- SKIP: TestConfigCreateResolve (0.01s) [2021-09-16T19:07:50.376Z] PASS [2021-09-16T19:07:50.376Z] [2021-09-16T19:07:50.376Z] === Skipped [2021-09-16T19:07:50.376Z] === SKIP: amd64.integration.config TestConfigInspect (0.02s) [2021-09-16T19:07:50.376Z] config_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-16T19:07:50.376Z] [2021-09-16T19:07:50.376Z] === SKIP: amd64.integration.config TestConfigList (0.01s) [2021-09-16T19:07:50.376Z] config_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-16T19:07:50.376Z] [2021-09-16T19:07:50.376Z] === SKIP: amd64.integration.config TestConfigsCreateAndDelete (0.01s) [2021-09-16T19:07:50.376Z] config_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-16T19:07:50.376Z] [2021-09-16T19:07:50.376Z] === SKIP: amd64.integration.config TestConfigsUpdate (0.01s) [2021-09-16T19:07:50.376Z] config_test.go:171: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-16T19:07:50.376Z] [2021-09-16T19:07:50.376Z] === SKIP: amd64.integration.config TestTemplatedConfig (0.00s) [2021-09-16T19:07:50.376Z] config_test.go:221: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-16T19:07:50.376Z] [2021-09-16T19:07:50.376Z] === SKIP: amd64.integration.config TestConfigCreateResolve (0.01s) [2021-09-16T19:07:50.376Z] config_test.go:333: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-16T19:07:50.376Z] [2021-09-16T19:07:50.376Z] DONE 6 tests, 6 skipped in 0.158s [2021-09-16T19:07:50.376Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2021-09-16T19:07:50.632Z] INFO: Testing against a local daemon [2021-09-16T19:07:50.632Z] === RUN TestCheckpoint [2021-09-16T19:07:50.632Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-09-16T19:07:50.632Z] --- SKIP: TestCheckpoint (0.00s) [2021-09-16T19:07:50.632Z] === RUN TestContainerInvalidJSON [2021-09-16T19:07:50.632Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-09-16T19:07:50.632Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-09-16T19:07:50.632Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-09-16T19:07:50.632Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-09-16T19:07:50.632Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-09-16T19:07:50.632Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-09-16T19:07:50.632Z] --- PASS: TestContainerInvalidJSON (0.01s) [2021-09-16T19:07:50.632Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-09-16T19:07:50.632Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-09-16T19:07:50.632Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-09-16T19:07:50.632Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.06s) [2021-09-16T19:07:50.632Z] === RUN TestCopyFromContainerPathIsNotDir [2021-09-16T19:07:50.632Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.05s) [2021-09-16T19:07:50.632Z] === RUN TestCopyToContainerPathDoesNotExist [2021-09-16T19:07:50.888Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.06s) [2021-09-16T19:07:50.888Z] === RUN TestCopyToContainerPathIsNotDir [2021-09-16T19:07:50.888Z] --- PASS: TestCopyToContainerPathIsNotDir (0.05s) [2021-09-16T19:07:50.888Z] === RUN TestCopyFromContainer [2021-09-16T19:07:54.156Z] === RUN TestCopyFromContainer// [2021-09-16T19:07:54.156Z] === RUN TestCopyFromContainer//bar/root [2021-09-16T19:07:54.412Z] === RUN TestCopyFromContainer//bar/root/ [2021-09-16T19:07:54.412Z] === RUN TestCopyFromContainer/bar/quux [2021-09-16T19:07:54.412Z] === RUN TestCopyFromContainer/bar/quux/ [2021-09-16T19:07:54.412Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-09-16T19:07:54.412Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-09-16T19:07:54.669Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-09-16T19:07:54.669Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-09-16T19:07:54.669Z] === RUN TestCopyFromContainer/bar/notarget [2021-09-16T19:07:54.669Z] --- PASS: TestCopyFromContainer (3.89s) [2021-09-16T19:07:54.669Z] --- PASS: TestCopyFromContainer// (0.06s) [2021-09-16T19:07:54.669Z] --- PASS: TestCopyFromContainer//bar/root (0.06s) [2021-09-16T19:07:54.669Z] --- PASS: TestCopyFromContainer//bar/root/ (0.06s) [2021-09-16T19:07:54.669Z] --- PASS: TestCopyFromContainer/bar/quux (0.05s) [2021-09-16T19:07:54.669Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.05s) [2021-09-16T19:07:54.669Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.05s) [2021-09-16T19:07:54.669Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.05s) [2021-09-16T19:07:54.669Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.05s) [2021-09-16T19:07:54.669Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.05s) [2021-09-16T19:07:54.669Z] --- PASS: TestCopyFromContainer/bar/notarget (0.05s) [2021-09-16T19:07:54.669Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-09-16T19:07:54.669Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-09-16T19:07:54.669Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-09-16T19:07:54.669Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-09-16T19:07:54.669Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-09-16T19:07:54.669Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-09-16T19:07:54.669Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-09-16T19:07:54.669Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-09-16T19:07:54.669Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-09-16T19:07:54.669Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-09-16T19:07:54.669Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2021-09-16T19:07:54.669Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-09-16T19:07:54.669Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-09-16T19:07:54.669Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-09-16T19:07:54.669Z] === RUN TestCreateLinkToNonExistingContainer [2021-09-16T19:07:54.669Z] --- PASS: TestCreateLinkToNonExistingContainer (0.03s) [2021-09-16T19:07:54.669Z] === RUN TestCreateWithInvalidEnv [2021-09-16T19:07:54.669Z] === RUN TestCreateWithInvalidEnv/0 [2021-09-16T19:07:54.669Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-09-16T19:07:54.669Z] === RUN TestCreateWithInvalidEnv/1 [2021-09-16T19:07:54.669Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-09-16T19:07:54.669Z] === RUN TestCreateWithInvalidEnv/2 [2021-09-16T19:07:54.669Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-09-16T19:07:54.925Z] === CONT TestCreateWithInvalidEnv/0 [2021-09-16T19:07:54.925Z] === CONT TestCreateWithInvalidEnv/2 [2021-09-16T19:07:54.925Z] === CONT TestCreateWithInvalidEnv/1 [2021-09-16T19:07:54.925Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2021-09-16T19:07:54.925Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-09-16T19:07:54.925Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-09-16T19:07:54.925Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-09-16T19:07:54.925Z] === RUN TestCreateTmpfsMountsTarget [2021-09-16T19:07:54.925Z] --- PASS: TestCreateTmpfsMountsTarget (0.01s) [2021-09-16T19:07:54.925Z] === RUN TestCreateWithCustomMaskedPaths [2021-09-16T19:07:56.299Z] --- PASS: TestCreateWithCustomMaskedPaths (1.35s) [2021-09-16T19:07:56.299Z] === RUN TestCreateWithCustomReadonlyPaths [2021-09-16T19:07:57.670Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.33s) [2021-09-16T19:07:57.670Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-09-16T19:07:57.670Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-09-16T19:07:57.670Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-09-16T19:07:57.670Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-09-16T19:07:57.670Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-09-16T19:07:57.670Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-09-16T19:07:57.670Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-09-16T19:07:57.670Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-09-16T19:07:57.670Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-09-16T19:07:57.670Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-09-16T19:07:57.670Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-09-16T19:07:57.670Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-09-16T19:07:57.670Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-09-16T19:07:57.670Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-09-16T19:07:57.670Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-09-16T19:07:57.670Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-09-16T19:07:57.670Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2021-09-16T19:07:57.670Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-09-16T19:07:57.670Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2021-09-16T19:07:57.670Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-09-16T19:07:57.670Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2021-09-16T19:07:57.670Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2021-09-16T19:07:57.670Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-09-16T19:07:57.926Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.40s) [2021-09-16T19:07:57.926Z] === RUN TestCreateDifferentPlatform [2021-09-16T19:07:57.926Z] === RUN TestCreateDifferentPlatform/different_os [2021-09-16T19:07:57.926Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-09-16T19:07:57.926Z] --- PASS: TestCreateDifferentPlatform (0.01s) [2021-09-16T19:07:57.926Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-09-16T19:07:57.926Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-09-16T19:07:57.926Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-09-16T19:07:57.926Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s) [2021-09-16T19:07:57.926Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-09-16T19:07:57.926Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.04s) [2021-09-16T19:07:57.926Z] === RUN TestContainerStartOnDaemonRestart [2021-09-16T19:07:57.926Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2021-09-16T19:07:57.926Z] --- SKIP: TestContainerStartOnDaemonRestart (0.00s) [2021-09-16T19:07:57.926Z] === RUN TestDaemonRestartIpcMode [2021-09-16T19:07:57.926Z] === PAUSE TestDaemonRestartIpcMode [2021-09-16T19:07:57.926Z] === RUN TestDaemonHostGatewayIP [2021-09-16T19:07:57.927Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-09-16T19:07:57.927Z] --- SKIP: TestDaemonHostGatewayIP (0.00s) [2021-09-16T19:07:57.927Z] === RUN TestRestartDaemonWithRestartingContainer [2021-09-16T19:07:57.927Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-09-16T19:07:57.927Z] === RUN TestContainerKillOnDaemonStart [2021-09-16T19:07:57.927Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2021-09-16T19:07:57.927Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2021-09-16T19:07:57.927Z] === RUN TestDiff [2021-09-16T19:07:58.489Z] --- PASS: TestDiff (0.41s) [2021-09-16T19:07:58.489Z] === RUN TestExecWithCloseStdin [2021-09-16T19:07:58.705Z] === RUN TestMiddlewares [2021-09-16T19:07:58.705Z] --- PASS: TestMiddlewares (0.00s) [2021-09-16T19:07:58.705Z] PASS [2021-09-16T19:07:58.705Z] coverage: 9.0% of statements [2021-09-16T19:07:58.705Z] ok github.com/docker/docker/api/server 0.041s coverage: 9.0% of statements [2021-09-16T19:07:59.052Z] --- PASS: TestExecWithCloseStdin (0.45s) [2021-09-16T19:07:59.052Z] === RUN TestExec [2021-09-16T19:07:59.308Z] --- PASS: TestExec (0.49s) [2021-09-16T19:07:59.308Z] === RUN TestExecUser [2021-09-16T19:07:59.871Z] --- PASS: TestExecUser (0.50s) [2021-09-16T19:07:59.871Z] === RUN TestExportContainerAndImportImage [2021-09-16T19:08:00.432Z] --- PASS: TestExportContainerAndImportImage (0.59s) [2021-09-16T19:08:00.432Z] === RUN TestExportContainerAfterDaemonRestart [2021-09-16T19:08:01.797Z] --- PASS: TestExportContainerAfterDaemonRestart (1.33s) [2021-09-16T19:08:01.797Z] === RUN TestHealthCheckWorkdir [2021-09-16T19:08:02.360Z] --- PASS: TestHealthCheckWorkdir (0.56s) [2021-09-16T19:08:02.360Z] === RUN TestHealthKillContainer [2021-09-16T19:08:02.832Z] === RUN TestMiddlewares [2021-09-16T19:08:02.832Z] --- PASS: TestMiddlewares (0.00s) [2021-09-16T19:08:02.832Z] PASS [2021-09-16T19:08:02.832Z] coverage: 9.0% of statements [2021-09-16T19:08:02.832Z] ok github.com/docker/docker/api/server 0.033s coverage: 9.0% of statements [2021-09-16T19:08:04.874Z] --- PASS: TestHealthKillContainer (2.47s) [2021-09-16T19:08:04.874Z] === RUN TestInspectCpusetInConfigPre120 [2021-09-16T19:08:05.130Z] --- PASS: TestInspectCpusetInConfigPre120 (0.37s) [2021-09-16T19:08:05.130Z] === RUN TestIpcModeNone [2021-09-16T19:08:05.694Z] --- PASS: TestIpcModeNone (0.48s) [2021-09-16T19:08:05.694Z] === RUN TestIpcModePrivate [2021-09-16T19:08:05.949Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:71, shared: false, mustBeShared: false [2021-09-16T19:08:06.205Z] --- PASS: TestIpcModePrivate (0.50s) [2021-09-16T19:08:06.205Z] === RUN TestIpcModeShareable [2021-09-16T19:08:06.205Z] ipcmode_linux_test.go:118: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-09-16T19:08:06.205Z] --- SKIP: TestIpcModeShareable (0.00s) [2021-09-16T19:08:06.205Z] === RUN TestAPIIpcModeShareableAndContainer [2021-09-16T19:08:06.284Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-09-16T19:08:08.095Z] --- PASS: TestAPIIpcModeShareableAndContainer (1.62s) [2021-09-16T19:08:08.095Z] === RUN TestAPIIpcModeHost [2021-09-16T19:08:08.095Z] ipcmode_linux_test.go:194: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-09-16T19:08:08.095Z] --- SKIP: TestAPIIpcModeHost (0.00s) [2021-09-16T19:08:08.095Z] === RUN TestDaemonIpcModeShareable [2021-09-16T19:08:08.095Z] ipcmode_linux_test.go:266: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-09-16T19:08:08.095Z] --- SKIP: TestDaemonIpcModeShareable (0.00s) [2021-09-16T19:08:08.095Z] === RUN TestDaemonIpcModePrivate [2021-09-16T19:08:08.834Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-09-16T19:08:09.024Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:74, shared: false, mustBeShared: false [2021-09-16T19:08:09.024Z] --- PASS: TestDaemonIpcModePrivate (1.21s) [2021-09-16T19:08:09.024Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-09-16T19:08:09.024Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-09-16T19:08:09.024Z] --- SKIP: TestDaemonIpcModePrivateFromConfig (0.00s) [2021-09-16T19:08:09.024Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-09-16T19:08:09.024Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-09-16T19:08:09.024Z] --- SKIP: TestDaemonIpcModeShareableFromConfig (0.00s) [2021-09-16T19:08:09.024Z] === RUN TestIpcModeOlderClient [2021-09-16T19:08:09.024Z] === PAUSE TestIpcModeOlderClient [2021-09-16T19:08:09.024Z] === RUN TestKillContainerInvalidSignal [2021-09-16T19:08:09.586Z] --- PASS: TestKillContainerInvalidSignal (0.62s) [2021-09-16T19:08:09.586Z] === RUN TestKillContainer [2021-09-16T19:08:09.586Z] === RUN TestKillContainer/no_signal [2021-09-16T19:08:10.147Z] === RUN TestKillContainer/non_killing_signal [2021-09-16T19:08:10.404Z] === RUN TestKillContainer/killing_signal [2021-09-16T19:08:11.334Z] --- PASS: TestKillContainer (1.47s) [2021-09-16T19:08:11.334Z] --- PASS: TestKillContainer/no_signal (0.38s) [2021-09-16T19:08:11.334Z] --- PASS: TestKillContainer/non_killing_signal (0.30s) [2021-09-16T19:08:11.334Z] --- PASS: TestKillContainer/killing_signal (0.57s) [2021-09-16T19:08:11.334Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-09-16T19:08:11.334Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-09-16T19:08:11.378Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-09-16T19:08:11.591Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-09-16T19:08:12.154Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (0.94s) [2021-09-16T19:08:12.154Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.46s) [2021-09-16T19:08:12.154Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.30s) [2021-09-16T19:08:12.154Z] === RUN TestKillStoppedContainer [2021-09-16T19:08:12.154Z] --- PASS: TestKillStoppedContainer (0.04s) [2021-09-16T19:08:12.154Z] === RUN TestKillStoppedContainerAPIPre120 [2021-09-16T19:08:12.154Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.04s) [2021-09-16T19:08:12.154Z] === RUN TestKillDifferentUserContainer [2021-09-16T19:08:12.715Z] --- PASS: TestKillDifferentUserContainer (0.44s) [2021-09-16T19:08:12.715Z] === RUN TestInspectOomKilledTrue [2021-09-16T19:08:12.715Z] kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none" [2021-09-16T19:08:12.715Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-09-16T19:08:12.715Z] === RUN TestInspectOomKilledFalse [2021-09-16T19:08:12.715Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-09-16T19:08:12.715Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-09-16T19:08:12.715Z] === RUN TestLinksEtcHostsContentMatch [2021-09-16T19:08:12.715Z] links_linux_test.go:18: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2021-09-16T19:08:12.715Z] --- SKIP: TestLinksEtcHostsContentMatch (0.00s) [2021-09-16T19:08:12.715Z] === RUN TestLinksContainerNames [2021-09-16T19:08:13.276Z] --- PASS: TestLinksContainerNames (0.82s) [2021-09-16T19:08:13.276Z] === RUN TestLogsFollowTailEmpty [2021-09-16T19:08:13.840Z] --- PASS: TestLogsFollowTailEmpty (0.44s) [2021-09-16T19:08:13.840Z] === RUN TestContainerNetworkMountsNoChown [2021-09-16T19:08:13.921Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-09-16T19:08:14.182Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-09-16T19:08:14.402Z] --- PASS: TestContainerNetworkMountsNoChown (0.50s) [2021-09-16T19:08:14.402Z] === RUN TestMountDaemonRoot [2021-09-16T19:08:14.402Z] === RUN TestMountDaemonRoot/default [2021-09-16T19:08:14.402Z] === PAUSE TestMountDaemonRoot/default [2021-09-16T19:08:14.402Z] === RUN TestMountDaemonRoot/private [2021-09-16T19:08:14.402Z] === PAUSE TestMountDaemonRoot/private [2021-09-16T19:08:14.402Z] === RUN TestMountDaemonRoot/rprivate [2021-09-16T19:08:14.402Z] === PAUSE TestMountDaemonRoot/rprivate [2021-09-16T19:08:14.402Z] === RUN TestMountDaemonRoot/slave [2021-09-16T19:08:14.402Z] === PAUSE TestMountDaemonRoot/slave [2021-09-16T19:08:14.402Z] === RUN TestMountDaemonRoot/rslave [2021-09-16T19:08:14.402Z] === PAUSE TestMountDaemonRoot/rslave [2021-09-16T19:08:14.402Z] === RUN TestMountDaemonRoot/shared [2021-09-16T19:08:14.402Z] === PAUSE TestMountDaemonRoot/shared [2021-09-16T19:08:14.402Z] === RUN TestMountDaemonRoot/rshared [2021-09-16T19:08:14.402Z] === PAUSE TestMountDaemonRoot/rshared [2021-09-16T19:08:14.402Z] === CONT TestMountDaemonRoot/default [2021-09-16T19:08:14.402Z] === RUN TestMountDaemonRoot/default/bind_root [2021-09-16T19:08:14.402Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-09-16T19:08:14.402Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-09-16T19:08:14.402Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-09-16T19:08:14.402Z] === RUN TestMountDaemonRoot/default/mount_root [2021-09-16T19:08:14.402Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-09-16T19:08:14.402Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-09-16T19:08:14.402Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-09-16T19:08:14.402Z] === CONT TestMountDaemonRoot/default/bind_root [2021-09-16T19:08:14.402Z] === CONT TestMountDaemonRoot/rshared [2021-09-16T19:08:14.402Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-09-16T19:08:14.402Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-09-16T19:08:14.402Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-09-16T19:08:14.402Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-09-16T19:08:14.402Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-09-16T19:08:14.402Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-09-16T19:08:14.402Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-09-16T19:08:14.402Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-09-16T19:08:14.402Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-09-16T19:08:14.402Z] === CONT TestMountDaemonRoot/shared [2021-09-16T19:08:14.402Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-09-16T19:08:14.402Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-09-16T19:08:14.402Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-09-16T19:08:14.402Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-09-16T19:08:14.402Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-09-16T19:08:14.402Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-09-16T19:08:14.402Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-09-16T19:08:14.402Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-09-16T19:08:14.402Z] === CONT TestMountDaemonRoot/rslave [2021-09-16T19:08:14.402Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-09-16T19:08:14.402Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-09-16T19:08:14.402Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-09-16T19:08:14.402Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-09-16T19:08:14.402Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-09-16T19:08:14.402Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-09-16T19:08:14.402Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-09-16T19:08:14.402Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-09-16T19:08:14.402Z] === CONT TestMountDaemonRoot/slave [2021-09-16T19:08:14.402Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-09-16T19:08:14.402Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-09-16T19:08:14.402Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-09-16T19:08:14.402Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-09-16T19:08:14.402Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-09-16T19:08:14.402Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-09-16T19:08:14.402Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-09-16T19:08:14.402Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-09-16T19:08:14.402Z] === CONT TestMountDaemonRoot/rprivate [2021-09-16T19:08:14.402Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-09-16T19:08:14.402Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-09-16T19:08:14.402Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-09-16T19:08:14.402Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-09-16T19:08:14.402Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-09-16T19:08:14.402Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-09-16T19:08:14.402Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-09-16T19:08:14.402Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-09-16T19:08:14.402Z] === CONT TestMountDaemonRoot/private [2021-09-16T19:08:14.402Z] === RUN TestMountDaemonRoot/private/mount_root [2021-09-16T19:08:14.402Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-09-16T19:08:14.402Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-09-16T19:08:14.402Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-09-16T19:08:14.402Z] === RUN TestMountDaemonRoot/private/bind_root [2021-09-16T19:08:14.402Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-09-16T19:08:14.402Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-09-16T19:08:14.402Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-09-16T19:08:14.402Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-09-16T19:08:14.402Z] === CONT TestMountDaemonRoot/default/mount_root [2021-09-16T19:08:14.402Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-09-16T19:08:14.402Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-09-16T19:08:14.402Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-09-16T19:08:14.402Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-09-16T19:08:14.658Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-09-16T19:08:14.658Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-09-16T19:08:14.658Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-09-16T19:08:14.658Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-09-16T19:08:14.658Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-09-16T19:08:14.658Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-09-16T19:08:14.658Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-09-16T19:08:14.658Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-09-16T19:08:14.658Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-09-16T19:08:14.658Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-09-16T19:08:14.658Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-09-16T19:08:14.658Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-09-16T19:08:14.658Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-09-16T19:08:14.658Z] === CONT TestMountDaemonRoot/private/mount_root [2021-09-16T19:08:14.658Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-09-16T19:08:14.658Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-09-16T19:08:14.658Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-09-16T19:08:14.658Z] === CONT TestMountDaemonRoot/private/bind_root [2021-09-16T19:08:14.914Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-09-16T19:08:14.914Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-09-16T19:08:14.914Z] --- PASS: TestMountDaemonRoot (0.02s) [2021-09-16T19:08:14.914Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-09-16T19:08:14.914Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.07s) [2021-09-16T19:08:14.914Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.05s) [2021-09-16T19:08:14.914Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2021-09-16T19:08:14.914Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) [2021-09-16T19:08:14.914Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-09-16T19:08:14.914Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.07s) [2021-09-16T19:08:14.914Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.04s) [2021-09-16T19:08:14.914Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.04s) [2021-09-16T19:08:14.914Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) [2021-09-16T19:08:14.914Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-09-16T19:08:14.914Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2021-09-16T19:08:14.914Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.02s) [2021-09-16T19:08:14.914Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2021-09-16T19:08:14.914Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.02s) [2021-09-16T19:08:14.914Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-09-16T19:08:14.914Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s) [2021-09-16T19:08:14.914Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s) [2021-09-16T19:08:14.914Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.04s) [2021-09-16T19:08:14.914Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.04s) [2021-09-16T19:08:14.914Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-09-16T19:08:14.914Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.02s) [2021-09-16T19:08:14.914Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.02s) [2021-09-16T19:08:14.914Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2021-09-16T19:08:14.914Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.02s) [2021-09-16T19:08:14.914Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-09-16T19:08:14.914Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.02s) [2021-09-16T19:08:14.914Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2021-09-16T19:08:14.914Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2021-09-16T19:08:14.914Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.02s) [2021-09-16T19:08:14.914Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-09-16T19:08:14.914Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.02s) [2021-09-16T19:08:14.914Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2021-09-16T19:08:14.914Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.02s) [2021-09-16T19:08:14.914Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2021-09-16T19:08:14.915Z] === RUN TestContainerBindMountNonRecursive [2021-09-16T19:08:14.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-16T19:08:14.915Z] --- SKIP: TestContainerBindMountNonRecursive (0.01s) [2021-09-16T19:08:14.915Z] === RUN TestContainerVolumesMountedAsShared [2021-09-16T19:08:14.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-16T19:08:14.915Z] --- SKIP: TestContainerVolumesMountedAsShared (0.00s) [2021-09-16T19:08:14.915Z] === RUN TestContainerVolumesMountedAsSlave [2021-09-16T19:08:14.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-16T19:08:14.915Z] --- SKIP: TestContainerVolumesMountedAsSlave (0.00s) [2021-09-16T19:08:14.915Z] === RUN TestNetworkNat [2021-09-16T19:08:15.477Z] --- PASS: TestNetworkNat (0.53s) [2021-09-16T19:08:15.477Z] === RUN TestNetworkLocalhostTCPNat [2021-09-16T19:08:15.733Z] --- PASS: TestNetworkLocalhostTCPNat (0.43s) [2021-09-16T19:08:15.733Z] === RUN TestNetworkLoopbackNat [2021-09-16T19:08:17.483Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-09-16T19:08:19.000Z] --- PASS: TestNetworkLoopbackNat (2.61s) [2021-09-16T19:08:19.000Z] === RUN TestPause [2021-09-16T19:08:19.000Z] pause_test.go:24: testEnv.DaemonInfo.CgroupDriver == "none" [2021-09-16T19:08:19.000Z] --- SKIP: TestPause (0.00s) [2021-09-16T19:08:19.000Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-09-16T19:08:19.000Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-09-16T19:08:19.000Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-09-16T19:08:19.000Z] === RUN TestPauseStopPausedContainer [2021-09-16T19:08:19.000Z] pause_test.go:72: testEnv.DaemonInfo.CgroupDriver == "none" [2021-09-16T19:08:19.000Z] --- SKIP: TestPauseStopPausedContainer (0.01s) [2021-09-16T19:08:19.000Z] === RUN TestPidHost [2021-09-16T19:08:19.256Z] --- PASS: TestPidHost (0.87s) [2021-09-16T19:08:19.256Z] === RUN TestPsFilter [2021-09-16T19:08:19.513Z] --- PASS: TestPsFilter (0.11s) [2021-09-16T19:08:19.513Z] === RUN TestRemoveContainerWithRemovedVolume [2021-09-16T19:08:19.769Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.38s) [2021-09-16T19:08:19.769Z] === RUN TestRemoveContainerWithVolume [2021-09-16T19:08:20.331Z] --- PASS: TestRemoveContainerWithVolume (0.42s) [2021-09-16T19:08:20.331Z] === RUN TestRemoveContainerRunning [2021-09-16T19:08:20.587Z] --- PASS: TestRemoveContainerRunning (0.41s) [2021-09-16T19:08:20.587Z] === RUN TestRemoveContainerForceRemoveRunning [2021-09-16T19:08:21.151Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.40s) [2021-09-16T19:08:21.151Z] === RUN TestRemoveInvalidContainer [2021-09-16T19:08:21.151Z] --- PASS: TestRemoveInvalidContainer (0.01s) [2021-09-16T19:08:21.151Z] === RUN TestRenameLinkedContainer [2021-09-16T19:08:23.043Z] --- PASS: TestRenameLinkedContainer (1.66s) [2021-09-16T19:08:23.043Z] === RUN TestRenameStoppedContainer [2021-09-16T19:08:23.043Z] --- PASS: TestRenameStoppedContainer (0.38s) [2021-09-16T19:08:23.043Z] === RUN TestRenameRunningContainerAndReuse [2021-09-16T19:08:23.971Z] --- PASS: TestRenameRunningContainerAndReuse (0.84s) [2021-09-16T19:08:23.971Z] === RUN TestRenameInvalidName [2021-09-16T19:08:24.532Z] --- PASS: TestRenameInvalidName (0.48s) [2021-09-16T19:08:24.532Z] === RUN TestRenameAnonymousContainer [2021-09-16T19:08:25.624Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-09-16T19:08:25.900Z] --- PASS: TestRenameAnonymousContainer (1.48s) [2021-09-16T19:08:25.900Z] === RUN TestRenameContainerWithSameName [2021-09-16T19:08:26.156Z] --- PASS: TestRenameContainerWithSameName (0.39s) [2021-09-16T19:08:26.156Z] === RUN TestRenameContainerWithLinkedContainer [2021-09-16T19:08:27.083Z] --- PASS: TestRenameContainerWithLinkedContainer (0.85s) [2021-09-16T19:08:27.083Z] === RUN TestResize [2021-09-16T19:08:27.645Z] --- PASS: TestResize (0.50s) [2021-09-16T19:08:27.645Z] === RUN TestResizeWithInvalidSize [2021-09-16T19:08:27.901Z] --- PASS: TestResizeWithInvalidSize (0.42s) [2021-09-16T19:08:27.901Z] === RUN TestResizeWhenContainerNotStarted [2021-09-16T19:08:28.175Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-09-16T19:08:28.176Z] 4612f6d0b889: Pull complete [2021-09-16T19:08:28.513Z] --- PASS: TestResizeWhenContainerNotStarted (0.43s) [2021-09-16T19:08:28.513Z] === RUN TestDaemonRestartKillContainers [2021-09-16T19:08:28.513Z] restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2021-09-16T19:08:28.513Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2021-09-16T19:08:28.513Z] === RUN TestCgroupNamespacesRun [2021-09-16T19:08:29.912Z] --- PASS: TestCgroupNamespacesRun (1.23s) [2021-09-16T19:08:29.912Z] === RUN TestCgroupNamespacesRunPrivileged [2021-09-16T19:08:30.728Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-09-16T19:08:30.839Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.17s) [2021-09-16T19:08:30.839Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-09-16T19:08:32.113Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-09-16T19:08:32.208Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.18s) [2021-09-16T19:08:32.209Z] === RUN TestCgroupNamespacesRunHostMode [2021-09-16T19:08:33.137Z] --- PASS: TestCgroupNamespacesRunHostMode (1.16s) [2021-09-16T19:08:33.137Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-09-16T19:08:34.502Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.16s) [2021-09-16T19:08:34.502Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-09-16T19:08:34.658Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-09-16T19:08:35.431Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.13s) [2021-09-16T19:08:35.431Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-09-16T19:08:36.358Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.70s) [2021-09-16T19:08:36.358Z] === RUN TestCgroupNamespacesRunOlderClient [2021-09-16T19:08:36.574Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-09-16T19:08:37.286Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.14s) [2021-09-16T19:08:37.286Z] === RUN TestNISDomainname [2021-09-16T19:08:37.286Z] 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-16T19:08:37.286Z] --- SKIP: TestNISDomainname (0.01s) [2021-09-16T19:08:37.286Z] === RUN TestHostnameDnsResolution [2021-09-16T19:08:38.213Z] --- PASS: TestHostnameDnsResolution (0.66s) [2021-09-16T19:08:38.213Z] === RUN TestStats [2021-09-16T19:08:38.213Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2021-09-16T19:08:38.213Z] --- SKIP: TestStats (0.00s) [2021-09-16T19:08:38.213Z] === RUN TestStopContainerWithTimeout [2021-09-16T19:08:38.213Z] === RUN TestStopContainerWithTimeout/0 [2021-09-16T19:08:38.213Z] === PAUSE TestStopContainerWithTimeout/0 [2021-09-16T19:08:38.213Z] === RUN TestStopContainerWithTimeout/1 [2021-09-16T19:08:38.213Z] === PAUSE TestStopContainerWithTimeout/1 [2021-09-16T19:08:38.213Z] === RUN TestStopContainerWithTimeout/3 [2021-09-16T19:08:38.213Z] === PAUSE TestStopContainerWithTimeout/3 [2021-09-16T19:08:38.213Z] === RUN TestStopContainerWithTimeout/-1 [2021-09-16T19:08:38.213Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-09-16T19:08:38.213Z] === CONT TestStopContainerWithTimeout/0 [2021-09-16T19:08:38.213Z] === CONT TestStopContainerWithTimeout/-1 [2021-09-16T19:08:38.775Z] === CONT TestStopContainerWithTimeout/3 [2021-09-16T19:08:40.666Z] === CONT TestStopContainerWithTimeout/1 [2021-09-16T19:08:40.784Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-09-16T19:08:42.173Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-09-16T19:08:42.555Z] --- PASS: TestStopContainerWithTimeout (0.01s) [2021-09-16T19:08:42.555Z] --- PASS: TestStopContainerWithTimeout/0 (0.64s) [2021-09-16T19:08:42.555Z] --- PASS: TestStopContainerWithTimeout/-1 (2.69s) [2021-09-16T19:08:42.555Z] --- PASS: TestStopContainerWithTimeout/3 (2.41s) [2021-09-16T19:08:42.555Z] --- PASS: TestStopContainerWithTimeout/1 (1.58s) [2021-09-16T19:08:42.555Z] === RUN TestDeleteDevicemapper [2021-09-16T19:08:42.555Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-09-16T19:08:42.555Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-09-16T19:08:42.555Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-09-16T19:08:43.922Z] --- PASS: TestStopContainerWithRestartPolicyAlways (1.46s) [2021-09-16T19:08:43.922Z] === RUN TestUpdateMemory [2021-09-16T19:08:43.922Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2021-09-16T19:08:43.922Z] --- SKIP: TestUpdateMemory (0.00s) [2021-09-16T19:08:43.922Z] === RUN TestUpdateCPUQuota [2021-09-16T19:08:43.922Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2021-09-16T19:08:43.922Z] --- SKIP: TestUpdateCPUQuota (0.00s) [2021-09-16T19:08:43.922Z] === RUN TestUpdatePidsLimit [2021-09-16T19:08:43.922Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2021-09-16T19:08:43.922Z] --- SKIP: TestUpdatePidsLimit (0.00s) [2021-09-16T19:08:43.922Z] === RUN TestUpdateRestartPolicy [2021-09-16T19:08:44.724Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-09-16T19:08:47.360Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-09-16T19:08:47.360Z] Using test binary docker [2021-09-16T19:08:47.360Z] +++ /etc/init.d/apparmor start [2021-09-16T19:08:47.360Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-09-16T19:08:47.360Z] INFO: Waiting for daemon to start... [2021-09-16T19:08:47.360Z] Starting dockerd [2021-09-16T19:08:47.360Z] +++ 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-16T19:08:49.298Z] . [2021-09-16T19:08:49.298Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-09-16T19:08:49.336Z] === RUN TestBoolValue [2021-09-16T19:08:49.336Z] --- PASS: TestBoolValue (0.00s) [2021-09-16T19:08:49.336Z] === RUN TestBoolValueOrDefault [2021-09-16T19:08:49.336Z] --- PASS: TestBoolValueOrDefault (0.00s) [2021-09-16T19:08:49.336Z] === RUN TestInt64ValueOrZero [2021-09-16T19:08:49.336Z] --- PASS: TestInt64ValueOrZero (0.00s) [2021-09-16T19:08:49.336Z] === RUN TestInt64ValueOrDefault [2021-09-16T19:08:49.336Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2021-09-16T19:08:49.336Z] === RUN TestInt64ValueOrDefaultWithError [2021-09-16T19:08:49.336Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2021-09-16T19:08:49.336Z] === RUN TestJsonContentType [2021-09-16T19:08:49.336Z] --- PASS: TestJsonContentType (0.00s) [2021-09-16T19:08:49.336Z] PASS [2021-09-16T19:08:49.336Z] coverage: 14.7% of statements [2021-09-16T19:08:49.336Z] ok github.com/docker/docker/api/server/httputils 0.076s coverage: 14.7% of statements [2021-09-16T19:08:49.336Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-09-16T19:08:49.336Z] === RUN TestMaskSecretKeys [2021-09-16T19:08:49.336Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2021-09-16T19:08:49.336Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2021-09-16T19:08:49.336Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2021-09-16T19:08:49.336Z] --- PASS: TestMaskSecretKeys (0.00s) [2021-09-16T19:08:49.336Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2021-09-16T19:08:49.336Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2021-09-16T19:08:49.336Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2021-09-16T19:08:49.336Z] === RUN TestVersionMiddlewareVersion [2021-09-16T19:08:49.336Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2021-09-16T19:08:49.336Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2021-09-16T19:08:49.336Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2021-09-16T19:08:49.336Z] PASS [2021-09-16T19:08:49.336Z] coverage: 37.7% of statements [2021-09-16T19:08:49.336Z] ok github.com/docker/docker/api/server/middleware 0.037s coverage: 37.7% of statements [2021-09-16T19:08:49.336Z] ? github.com/docker/docker/api/server/router [no test files] [2021-09-16T19:08:49.336Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-09-16T19:08:49.336Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-09-16T19:08:49.336Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-09-16T19:08:49.336Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-09-16T19:08:49.336Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-09-16T19:08:49.336Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-09-16T19:08:49.336Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-09-16T19:08:49.336Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-09-16T19:08:49.336Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-09-16T19:08:49.336Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-09-16T19:08:49.336Z] === RUN TestToJSON [2021-09-16T19:08:49.336Z] === RUN TestStrSliceMarshalJSON [2021-09-16T19:08:49.336Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2021-09-16T19:08:49.336Z] === RUN TestStrSliceUnmarshalJSON [2021-09-16T19:08:49.336Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2021-09-16T19:08:49.336Z] === RUN TestStrSliceUnmarshalString [2021-09-16T19:08:49.336Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2021-09-16T19:08:49.336Z] === RUN TestStrSliceUnmarshalSlice [2021-09-16T19:08:49.336Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2021-09-16T19:08:49.336Z] PASS [2021-09-16T19:08:49.336Z] coverage: 90.0% of statements [2021-09-16T19:08:49.336Z] --- PASS: TestToJSON (0.00s) [2021-09-16T19:08:49.336Z] === RUN TestToParamWithVersion [2021-09-16T19:08:49.336Z] --- PASS: TestToParamWithVersion (0.00s) [2021-09-16T19:08:49.336Z] === RUN TestFromJSON [2021-09-16T19:08:49.336Z] --- PASS: TestFromJSON (0.00s) [2021-09-16T19:08:49.336Z] === RUN TestEmpty [2021-09-16T19:08:49.336Z] --- PASS: TestEmpty (0.00s) [2021-09-16T19:08:49.336Z] === RUN TestArgsMatchKVListEmptySources [2021-09-16T19:08:49.336Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2021-09-16T19:08:49.336Z] === RUN TestArgsMatchKVList [2021-09-16T19:08:49.336Z] --- PASS: TestArgsMatchKVList (0.00s) [2021-09-16T19:08:49.336Z] === RUN TestArgsMatch [2021-09-16T19:08:49.336Z] --- PASS: TestArgsMatch (0.00s) [2021-09-16T19:08:49.336Z] === RUN TestAdd [2021-09-16T19:08:49.336Z] --- PASS: TestAdd (0.00s) [2021-09-16T19:08:49.336Z] === RUN TestDel [2021-09-16T19:08:49.336Z] --- PASS: TestDel (0.00s) [2021-09-16T19:08:49.336Z] === RUN TestLen [2021-09-16T19:08:49.336Z] --- PASS: TestLen (0.00s) [2021-09-16T19:08:49.336Z] === RUN TestExactMatch [2021-09-16T19:08:49.336Z] --- PASS: TestExactMatch (0.00s) [2021-09-16T19:08:49.336Z] === RUN TestOnlyOneExactMatch [2021-09-16T19:08:49.336Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2021-09-16T19:08:49.336Z] === RUN TestContains [2021-09-16T19:08:49.336Z] --- PASS: TestContains (0.00s) [2021-09-16T19:08:49.336Z] === RUN TestValidate [2021-09-16T19:08:49.336Z] --- PASS: TestValidate (0.00s) [2021-09-16T19:08:49.336Z] === RUN TestWalkValues [2021-09-16T19:08:49.336Z] --- PASS: TestWalkValues (0.00s) [2021-09-16T19:08:49.336Z] === RUN TestFuzzyMatch [2021-09-16T19:08:49.336Z] --- PASS: TestFuzzyMatch (0.00s) [2021-09-16T19:08:49.336Z] === RUN TestClone [2021-09-16T19:08:49.336Z] --- PASS: TestClone (0.00s) [2021-09-16T19:08:49.336Z] PASS [2021-09-16T19:08:49.336Z] coverage: 92.2% of statements [2021-09-16T19:08:49.336Z] ok github.com/docker/docker/api/types/strslice 0.036s coverage: 90.0% of statements [2021-09-16T19:08:49.336Z] ok github.com/docker/docker/api/types/filters 0.034s coverage: 92.2% of statements [2021-09-16T19:08:49.336Z] === RUN TestAdjustForAPIVersion [2021-09-16T19:08:49.336Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2021-09-16T19:08:49.336Z] PASS [2021-09-16T19:08:49.336Z] coverage: 5.7% of statements [2021-09-16T19:08:49.336Z] ok github.com/docker/docker/api/server/router/swarm 0.034s coverage: 5.7% of statements [2021-09-16T19:08:49.336Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-09-16T19:08:49.336Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-09-16T19:08:49.336Z] ? github.com/docker/docker/api/types [no test files] [2021-09-16T19:08:49.336Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-09-16T19:08:49.336Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-09-16T19:08:49.336Z] ? github.com/docker/docker/api/types/container [no test files] [2021-09-16T19:08:49.336Z] ? github.com/docker/docker/api/types/events [no test files] [2021-09-16T19:08:49.336Z] ? github.com/docker/docker/api/types/image [no test files] [2021-09-16T19:08:49.336Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-09-16T19:08:49.336Z] ? github.com/docker/docker/api/types/network [no test files] [2021-09-16T19:08:49.336Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-09-16T19:08:49.336Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-09-16T19:08:49.336Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-09-16T19:08:49.336Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-09-16T19:08:49.336Z] === RUN TestDurationToSecondsString [2021-09-16T19:08:49.336Z] --- PASS: TestDurationToSecondsString (0.00s) [2021-09-16T19:08:49.336Z] === RUN TestGetTimestamp [2021-09-16T19:08:49.336Z] === RUN TestCompareVersion [2021-09-16T19:08:49.336Z] --- PASS: TestCompareVersion (0.00s) [2021-09-16T19:08:49.336Z] PASS [2021-09-16T19:08:49.336Z] coverage: 77.3% of statements [2021-09-16T19:08:49.336Z] ok github.com/docker/docker/api/types/versions 0.031s coverage: 77.3% of statements [2021-09-16T19:08:49.336Z] --- PASS: TestGetTimestamp (0.13s) [2021-09-16T19:08:49.336Z] === RUN TestParseTimestamps [2021-09-16T19:08:49.336Z] --- PASS: TestParseTimestamps (0.00s) [2021-09-16T19:08:49.336Z] PASS [2021-09-16T19:08:49.336Z] coverage: 100.0% of statements [2021-09-16T19:08:49.336Z] ok github.com/docker/docker/api/types/time 0.208s coverage: 100.0% of statements [2021-09-16T19:08:49.336Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-09-16T19:08:49.336Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-09-16T19:08:49.336Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-09-16T19:08:49.336Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2021-09-16T19:08:49.336Z] ? github.com/docker/docker/builder [no test files] [2021-09-16T19:08:49.336Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-09-16T19:08:49.336Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-09-16T19:08:49.336Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-09-16T19:08:49.336Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-09-16T19:08:49.336Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-09-16T19:08:49.336Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-09-16T19:08:49.336Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-09-16T19:08:49.336Z] === RUN TestParseRemoteURL [2021-09-16T19:08:49.336Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2021-09-16T19:08:49.336Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2021-09-16T19:08:49.336Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2021-09-16T19:08:49.336Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2021-09-16T19:08:49.336Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2021-09-16T19:08:49.336Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2021-09-16T19:08:49.336Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2021-09-16T19:08:49.336Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2021-09-16T19:08:49.336Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2021-09-16T19:08:49.336Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2021-09-16T19:08:49.336Z] --- PASS: TestParseRemoteURL (0.00s) [2021-09-16T19:08:49.336Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2021-09-16T19:08:49.336Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2021-09-16T19:08:49.336Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2021-09-16T19:08:49.336Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2021-09-16T19:08:49.336Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2021-09-16T19:08:49.336Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2021-09-16T19:08:49.336Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2021-09-16T19:08:49.336Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2021-09-16T19:08:49.336Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2021-09-16T19:08:49.336Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2021-09-16T19:08:49.336Z] === RUN TestCloneArgsSmartHttp [2021-09-16T19:08:49.336Z] --- PASS: TestCloneArgsSmartHttp (0.02s) [2021-09-16T19:08:49.336Z] === RUN TestCloneArgsDumbHttp [2021-09-16T19:08:49.336Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2021-09-16T19:08:49.336Z] === RUN TestCloneArgsGit [2021-09-16T19:08:49.336Z] --- PASS: TestCloneArgsGit (0.00s) [2021-09-16T19:08:49.336Z] === RUN TestCheckoutGit [2021-09-16T19:08:49.336Z] === RUN TestEnable [2021-09-16T19:08:49.336Z] --- PASS: TestEnable (0.00s) [2021-09-16T19:08:49.336Z] === RUN TestDisable [2021-09-16T19:08:49.336Z] --- PASS: TestDisable (0.00s) [2021-09-16T19:08:49.336Z] === RUN TestEnabled [2021-09-16T19:08:49.336Z] --- PASS: TestEnabled (0.00s) [2021-09-16T19:08:49.336Z] PASS [2021-09-16T19:08:49.336Z] coverage: 100.0% of statements [2021-09-16T19:08:49.336Z] ok github.com/docker/docker/cli/debug 0.032s coverage: 100.0% of statements [2021-09-16T19:08:49.336Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2021-09-16T19:08:49.336Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.00s) [2021-09-16T19:08:49.336Z] === RUN TestProcessNoDockerignore [2021-09-16T19:08:49.336Z] --- PASS: TestProcessNoDockerignore (0.00s) [2021-09-16T19:08:49.336Z] === RUN TestProcessShouldLeaveAllFiles [2021-09-16T19:08:49.336Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s) [2021-09-16T19:08:49.336Z] === RUN TestDetectContentType [2021-09-16T19:08:49.336Z] --- PASS: TestDetectContentType (0.00s) [2021-09-16T19:08:49.336Z] === RUN TestSelectAcceptableMIME [2021-09-16T19:08:49.336Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2021-09-16T19:08:49.336Z] === RUN TestInspectEmptyResponse [2021-09-16T19:08:49.336Z] --- PASS: TestInspectEmptyResponse (0.00s) [2021-09-16T19:08:49.336Z] === RUN TestInspectResponseBinary [2021-09-16T19:08:49.336Z] --- PASS: TestInspectResponseBinary (0.00s) [2021-09-16T19:08:49.336Z] === RUN TestResponseUnsupportedContentType [2021-09-16T19:08:49.336Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2021-09-16T19:08:49.336Z] === RUN TestInspectResponseTextSimple [2021-09-16T19:08:49.336Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2021-09-16T19:08:49.336Z] === RUN TestInspectResponseEmptyContentType [2021-09-16T19:08:49.336Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2021-09-16T19:08:49.336Z] === RUN TestUnknownContentLength [2021-09-16T19:08:49.336Z] --- PASS: TestUnknownContentLength (0.00s) [2021-09-16T19:08:49.336Z] === RUN TestDownloadRemote [2021-09-16T19:08:49.336Z] --- PASS: TestDownloadRemote (0.06s) [2021-09-16T19:08:49.336Z] === RUN TestGetWithStatusError [2021-09-16T19:08:49.336Z] --- PASS: TestGetWithStatusError (0.00s) [2021-09-16T19:08:49.336Z] === RUN TestCloseRootDirectory [2021-09-16T19:08:49.336Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-09-16T19:08:49.336Z] --- SKIP: TestCloseRootDirectory (0.00s) [2021-09-16T19:08:49.336Z] === RUN TestHashFile [2021-09-16T19:08:49.336Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-09-16T19:08:49.336Z] --- SKIP: TestHashFile (0.00s) [2021-09-16T19:08:49.336Z] === RUN TestHashSubdir [2021-09-16T19:08:49.337Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-09-16T19:08:49.337Z] --- SKIP: TestHashSubdir (0.00s) [2021-09-16T19:08:49.337Z] === RUN TestRemoveDirectory [2021-09-16T19:08:49.337Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-09-16T19:08:49.337Z] --- SKIP: TestRemoveDirectory (0.00s) [2021-09-16T19:08:49.337Z] PASS [2021-09-16T19:08:49.337Z] coverage: 9.3% of statements [2021-09-16T19:08:49.337Z] ok github.com/docker/docker/builder/remotecontext 0.181s coverage: 9.3% of statements [2021-09-16T19:08:49.337Z] === RUN TestGetAllAllowed [2021-09-16T19:08:49.337Z] --- PASS: TestGetAllAllowed (0.00s) [2021-09-16T19:08:49.337Z] === RUN TestGetAllMeta [2021-09-16T19:08:49.337Z] --- PASS: TestGetAllMeta (0.00s) [2021-09-16T19:08:49.337Z] === RUN TestWarnOnUnusedBuildArgs [2021-09-16T19:08:49.337Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2021-09-16T19:08:49.337Z] === RUN TestIsUnreferencedBuiltin [2021-09-16T19:08:49.337Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2021-09-16T19:08:49.337Z] === RUN TestIsExistingDirectory [2021-09-16T19:08:49.337Z] --- PASS: TestIsExistingDirectory (0.00s) [2021-09-16T19:08:49.337Z] === RUN TestGetFilenameForDownload [2021-09-16T19:08:49.337Z] --- PASS: TestGetFilenameForDownload (0.00s) [2021-09-16T19:08:49.337Z] === RUN TestEnv2Variables [2021-09-16T19:08:49.337Z] --- PASS: TestEnv2Variables (0.00s) [2021-09-16T19:08:49.337Z] === RUN TestEnvValueWithExistingRunConfigEnv [2021-09-16T19:08:49.337Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2021-09-16T19:08:49.337Z] === RUN TestMaintainer [2021-09-16T19:08:49.337Z] --- PASS: TestMaintainer (0.00s) [2021-09-16T19:08:49.337Z] === RUN TestLabel [2021-09-16T19:08:49.337Z] --- PASS: TestLabel (0.00s) [2021-09-16T19:08:49.337Z] === RUN TestFromScratch [2021-09-16T19:08:49.337Z] --- PASS: TestFromScratch (0.00s) [2021-09-16T19:08:49.337Z] === RUN TestFromWithArg [2021-09-16T19:08:49.337Z] --- PASS: TestFromWithArg (0.00s) [2021-09-16T19:08:49.337Z] === RUN TestFromWithArgButBuildArgsNotGiven [2021-09-16T19:08:49.337Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2021-09-16T19:08:49.337Z] === RUN TestFromWithUndefinedArg [2021-09-16T19:08:49.337Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2021-09-16T19:08:49.337Z] === RUN TestFromMultiStageWithNamedStage [2021-09-16T19:08:49.337Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2021-09-16T19:08:49.337Z] === RUN TestOnbuild [2021-09-16T19:08:49.337Z] --- PASS: TestOnbuild (0.00s) [2021-09-16T19:08:49.337Z] === RUN TestWorkdir [2021-09-16T19:08:49.337Z] --- PASS: TestWorkdir (0.00s) [2021-09-16T19:08:49.337Z] === RUN TestCmd [2021-09-16T19:08:49.337Z] --- PASS: TestCmd (0.00s) [2021-09-16T19:08:49.337Z] === RUN TestHealthcheckNone [2021-09-16T19:08:49.337Z] --- PASS: TestHealthcheckNone (0.00s) [2021-09-16T19:08:49.337Z] === RUN TestHealthcheckCmd [2021-09-16T19:08:49.337Z] --- PASS: TestHealthcheckCmd (0.00s) [2021-09-16T19:08:49.337Z] === RUN TestEntrypoint [2021-09-16T19:08:49.337Z] --- PASS: TestEntrypoint (0.00s) [2021-09-16T19:08:49.337Z] === RUN TestExpose [2021-09-16T19:08:49.337Z] --- PASS: TestExpose (0.00s) [2021-09-16T19:08:49.337Z] === RUN TestUser [2021-09-16T19:08:49.337Z] --- PASS: TestUser (0.00s) [2021-09-16T19:08:49.337Z] === RUN TestVolume [2021-09-16T19:08:49.337Z] --- PASS: TestVolume (0.00s) [2021-09-16T19:08:49.337Z] === RUN TestStopSignal [2021-09-16T19:08:49.337Z] dispatchers_test.go:377: Windows does not support stopsignal [2021-09-16T19:08:49.337Z] --- SKIP: TestStopSignal (0.00s) [2021-09-16T19:08:49.337Z] === RUN TestArg [2021-09-16T19:08:49.337Z] --- PASS: TestArg (0.00s) [2021-09-16T19:08:49.337Z] === RUN TestShell [2021-09-16T19:08:49.337Z] --- PASS: TestShell (0.00s) [2021-09-16T19:08:49.337Z] === RUN TestPrependEnvOnCmd [2021-09-16T19:08:49.337Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2021-09-16T19:08:49.337Z] === RUN TestRunWithBuildArgs [2021-09-16T19:08:49.337Z] --- PASS: TestRunWithBuildArgs (0.00s) [2021-09-16T19:08:49.337Z] === RUN TestRunIgnoresHealthcheck [2021-09-16T19:08:49.337Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2021-09-16T19:08:49.337Z] === RUN TestDispatchUnsupportedOptions [2021-09-16T19:08:49.337Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2021-09-16T19:08:49.337Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2021-09-16T19:08:49.337Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2021-09-16T19:08:49.337Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2021-09-16T19:08:49.337Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2021-09-16T19:08:49.337Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2021-09-16T19:08:49.337Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2021-09-16T19:08:49.337Z] === RUN TestNormalizeWorkdir [2021-09-16T19:08:49.337Z] --- PASS: TestNormalizeWorkdir (0.00s) [2021-09-16T19:08:49.337Z] === RUN TestDispatch [2021-09-16T19:08:49.337Z] === RUN TestDispatch/ADD_multiple_files_to_file [2021-09-16T19:08:49.337Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2021-09-16T19:08:49.337Z] === RUN TestDispatch/COPY_multiple_files_to_file [2021-09-16T19:08:49.337Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2021-09-16T19:08:49.337Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2021-09-16T19:08:49.337Z] === RUN TestDispatch/COPY_wildcard_no_files [2021-09-16T19:08:49.337Z] === RUN TestDispatch/COPY_url [2021-09-16T19:08:49.337Z] --- PASS: TestDispatch (0.05s) [2021-09-16T19:08:49.337Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.02s) [2021-09-16T19:08:49.337Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s) [2021-09-16T19:08:49.337Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.00s) [2021-09-16T19:08:49.337Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2021-09-16T19:08:49.337Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2021-09-16T19:08:49.337Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2021-09-16T19:08:49.337Z] --- PASS: TestDispatch/COPY_url (0.00s) [2021-09-16T19:08:49.337Z] === RUN TestAddScratchImageAddsToMounts [2021-09-16T19:08:49.337Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2021-09-16T19:08:49.337Z] === RUN TestAddFromScratchPopulatesPlatform [2021-09-16T19:08:49.337Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2021-09-16T19:08:49.337Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2021-09-16T19:08:49.337Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2021-09-16T19:08:49.337Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2021-09-16T19:08:49.337Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2021-09-16T19:08:49.337Z] === RUN TestImageSourceGetAddsToMounts [2021-09-16T19:08:49.337Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2021-09-16T19:08:49.337Z] === RUN TestEmptyDockerfile [2021-09-16T19:08:49.337Z] --- PASS: TestEmptyDockerfile (0.00s) [2021-09-16T19:08:49.337Z] === RUN TestSymlinkDockerfile [2021-09-16T19:08:49.337Z] --- PASS: TestSymlinkDockerfile (0.01s) [2021-09-16T19:08:49.337Z] === RUN TestDockerfileOutsideTheBuildContext [2021-09-16T19:08:49.337Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2021-09-16T19:08:49.337Z] === RUN TestNonExistingDockerfile [2021-09-16T19:08:49.337Z] --- PASS: TestNonExistingDockerfile (0.00s) [2021-09-16T19:08:49.337Z] === RUN TestCopyRunConfig [2021-09-16T19:08:49.337Z] --- PASS: TestCopyRunConfig (0.00s) [2021-09-16T19:08:49.337Z] === RUN TestDeepCopyRunConfig [2021-09-16T19:08:49.337Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2021-09-16T19:08:49.337Z] === RUN TestExportImage [2021-09-16T19:08:49.337Z] --- PASS: TestExportImage (0.00s) [2021-09-16T19:08:49.337Z] === RUN TestNormalizeDest [2021-09-16T19:08:49.337Z] --- PASS: TestNormalizeDest (0.00s) [2021-09-16T19:08:49.337Z] PASS [2021-09-16T19:08:49.337Z] coverage: 46.8% of statements [2021-09-16T19:08:49.337Z] ok github.com/docker/docker/builder/dockerfile 0.139s coverage: 46.8% of statements [2021-09-16T19:08:49.337Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-09-16T19:08:49.337Z] === RUN TestTCP4Proxy [2021-09-16T19:08:49.337Z] --- PASS: TestTCP4Proxy (0.00s) [2021-09-16T19:08:49.337Z] === RUN TestTCP4ProxyHalfClose [2021-09-16T19:08:49.337Z] --- PASS: TestTCP4ProxyHalfClose (0.00s) [2021-09-16T19:08:49.337Z] === RUN TestTCP6Proxy [2021-09-16T19:08:49.337Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2021-09-16T19:08:49.337Z] --- SKIP: TestTCP6Proxy (0.00s) [2021-09-16T19:08:49.337Z] === RUN TestTCPDualStackProxy [2021-09-16T19:08:49.337Z] network_proxy_test.go:208: No support for dual stack yet [2021-09-16T19:08:49.337Z] --- SKIP: TestTCPDualStackProxy (0.00s) [2021-09-16T19:08:49.337Z] === RUN TestUDP4Proxy [2021-09-16T19:08:49.337Z] --- PASS: TestUDP4Proxy (0.00s) [2021-09-16T19:08:49.337Z] === RUN TestUDP6Proxy [2021-09-16T19:08:49.337Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2021-09-16T19:08:49.337Z] --- SKIP: TestUDP6Proxy (0.00s) [2021-09-16T19:08:49.337Z] === RUN TestUDPWriteError [2021-09-16T19:08:49.337Z] --- PASS: TestUDPWriteError (0.00s) [2021-09-16T19:08:49.337Z] === RUN TestSCTP4Proxy [2021-09-16T19:08:49.337Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2021-09-16T19:08:49.337Z] --- SKIP: TestSCTP4Proxy (0.00s) [2021-09-16T19:08:49.337Z] === RUN TestSCTP6Proxy [2021-09-16T19:08:49.337Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2021-09-16T19:08:49.337Z] --- SKIP: TestSCTP6Proxy (0.00s) [2021-09-16T19:08:49.337Z] PASS [2021-09-16T19:08:49.337Z] coverage: 49.4% of statements [2021-09-16T19:08:49.337Z] ok github.com/docker/docker/cmd/docker-proxy 0.040s coverage: 49.4% of statements [2021-09-16T19:08:49.559Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-09-16T19:08:49.560Z] Error: No such image: emptyfs [2021-09-16T19:08:49.560Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-09-16T19:08:49.560Z] ++++ docker load [2021-09-16T19:08:49.821Z] Running integration-test (iteration 1) [2021-09-16T19:08:49.821Z] Running /go/src/github.com/docker/docker/integration/build (amd64.integration.build) flags=-test.v -test.timeout=120m [2021-09-16T19:08:49.821Z] ++ 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-16T19:08:49.821Z] ++ set -e [2021-09-16T19:08:49.821Z] ++ '[' -n 0 ']' [2021-09-16T19:08:49.821Z] ++ set -x [2021-09-16T19:08:49.821Z] ++ 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-16T19:08:50.172Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-09-16T19:08:50.172Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2021-09-16T19:08:50.172Z] GOOS="" GOARCH="" GOARM="" [2021-09-16T19:08:50.172Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2021-09-16T19:08:50.172Z] [2021-09-16T19:08:50.172Z] ---> Making bundle: test-docker-py (in bundles/test-docker-py) [2021-09-16T19:08:50.172Z] ---> Making bundle: .integration-daemon-start (in bundles/test-docker-py) [2021-09-16T19:08:50.172Z] Using test binary docker [2021-09-16T19:08:50.172Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-09-16T19:08:50.172Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-09-16T19:08:50.172Z] INFO: Waiting for daemon to start... [2021-09-16T19:08:50.172Z] Starting dockerd [2021-09-16T19:08:50.172Z] . [2021-09-16T19:08:50.172Z] INFO: Building docker-sdk-python3:5.0.0... [2021-09-16T19:08:50.765Z] Loaded image: busybox:latest [2021-09-16T19:08:51.338Z] Loaded image: busybox:glibc [2021-09-16T19:08:53.747Z] === RUN TestBoolValue [2021-09-16T19:08:53.747Z] --- PASS: TestBoolValue (0.00s) [2021-09-16T19:08:53.747Z] === RUN TestBoolValueOrDefault [2021-09-16T19:08:53.747Z] --- PASS: TestBoolValueOrDefault (0.00s) [2021-09-16T19:08:53.747Z] === RUN TestInt64ValueOrZero [2021-09-16T19:08:53.747Z] --- PASS: TestInt64ValueOrZero (0.00s) [2021-09-16T19:08:53.747Z] === RUN TestInt64ValueOrDefault [2021-09-16T19:08:53.747Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2021-09-16T19:08:53.747Z] === RUN TestInt64ValueOrDefaultWithError [2021-09-16T19:08:53.747Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2021-09-16T19:08:53.747Z] === RUN TestJsonContentType [2021-09-16T19:08:53.747Z] --- PASS: TestJsonContentType (0.00s) [2021-09-16T19:08:53.747Z] PASS [2021-09-16T19:08:53.747Z] coverage: 14.7% of statements [2021-09-16T19:08:53.747Z] ok github.com/docker/docker/api/server/httputils 0.086s coverage: 14.7% of statements [2021-09-16T19:08:53.747Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-09-16T19:08:53.747Z] === RUN TestMaskSecretKeys [2021-09-16T19:08:53.747Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2021-09-16T19:08:53.747Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2021-09-16T19:08:53.747Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2021-09-16T19:08:53.747Z] --- PASS: TestMaskSecretKeys (0.00s) [2021-09-16T19:08:53.747Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2021-09-16T19:08:53.747Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2021-09-16T19:08:53.747Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2021-09-16T19:08:53.747Z] === RUN TestVersionMiddlewareVersion [2021-09-16T19:08:53.747Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2021-09-16T19:08:53.747Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2021-09-16T19:08:53.747Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2021-09-16T19:08:53.747Z] PASS [2021-09-16T19:08:53.747Z] coverage: 37.7% of statements [2021-09-16T19:08:53.747Z] ok github.com/docker/docker/api/server/middleware 0.065s coverage: 37.7% of statements [2021-09-16T19:08:53.747Z] ? github.com/docker/docker/api/server/router [no test files] [2021-09-16T19:08:53.747Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-09-16T19:08:53.747Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-09-16T19:08:53.747Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-09-16T19:08:53.747Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-09-16T19:08:53.747Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-09-16T19:08:53.747Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-09-16T19:08:53.747Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-09-16T19:08:53.747Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-09-16T19:08:53.747Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-09-16T19:08:53.747Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-09-16T19:08:53.747Z] === RUN TestStrSliceMarshalJSON [2021-09-16T19:08:53.747Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2021-09-16T19:08:53.747Z] === RUN TestStrSliceUnmarshalJSON [2021-09-16T19:08:53.747Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2021-09-16T19:08:53.747Z] === RUN TestStrSliceUnmarshalString [2021-09-16T19:08:53.747Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2021-09-16T19:08:53.747Z] === RUN TestStrSliceUnmarshalSlice [2021-09-16T19:08:53.747Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2021-09-16T19:08:53.747Z] PASS [2021-09-16T19:08:53.747Z] coverage: 90.0% of statements [2021-09-16T19:08:53.747Z] ok github.com/docker/docker/api/types/strslice 0.033s coverage: 90.0% of statements [2021-09-16T19:08:53.747Z] === RUN TestAdjustForAPIVersion [2021-09-16T19:08:53.747Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2021-09-16T19:08:53.747Z] PASS [2021-09-16T19:08:53.747Z] coverage: 5.7% of statements [2021-09-16T19:08:53.747Z] ok github.com/docker/docker/api/server/router/swarm 0.043s coverage: 5.7% of statements [2021-09-16T19:08:53.747Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-09-16T19:08:53.747Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-09-16T19:08:53.747Z] ? github.com/docker/docker/api/types [no test files] [2021-09-16T19:08:53.747Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-09-16T19:08:53.747Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-09-16T19:08:53.747Z] ? github.com/docker/docker/api/types/container [no test files] [2021-09-16T19:08:53.747Z] ? github.com/docker/docker/api/types/events [no test files] [2021-09-16T19:08:53.747Z] === RUN TestToJSON [2021-09-16T19:08:53.747Z] --- PASS: TestToJSON (0.00s) [2021-09-16T19:08:53.747Z] === RUN TestToParamWithVersion [2021-09-16T19:08:53.747Z] --- PASS: TestToParamWithVersion (0.00s) [2021-09-16T19:08:53.747Z] === RUN TestFromJSON [2021-09-16T19:08:53.747Z] --- PASS: TestFromJSON (0.00s) [2021-09-16T19:08:53.747Z] === RUN TestEmpty [2021-09-16T19:08:53.747Z] --- PASS: TestEmpty (0.00s) [2021-09-16T19:08:53.747Z] === RUN TestArgsMatchKVListEmptySources [2021-09-16T19:08:53.747Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2021-09-16T19:08:53.747Z] === RUN TestArgsMatchKVList [2021-09-16T19:08:53.747Z] --- PASS: TestArgsMatchKVList (0.00s) [2021-09-16T19:08:53.747Z] === RUN TestArgsMatch [2021-09-16T19:08:53.747Z] --- PASS: TestArgsMatch (0.00s) [2021-09-16T19:08:53.747Z] === RUN TestAdd [2021-09-16T19:08:53.747Z] --- PASS: TestAdd (0.00s) [2021-09-16T19:08:53.747Z] === RUN TestDel [2021-09-16T19:08:53.747Z] --- PASS: TestDel (0.00s) [2021-09-16T19:08:53.747Z] === RUN TestLen [2021-09-16T19:08:53.747Z] --- PASS: TestLen (0.00s) [2021-09-16T19:08:53.747Z] === RUN TestExactMatch [2021-09-16T19:08:53.747Z] --- PASS: TestExactMatch (0.00s) [2021-09-16T19:08:53.747Z] === RUN TestOnlyOneExactMatch [2021-09-16T19:08:53.747Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2021-09-16T19:08:53.747Z] === RUN TestContains [2021-09-16T19:08:53.747Z] --- PASS: TestContains (0.00s) [2021-09-16T19:08:53.747Z] === RUN TestValidate [2021-09-16T19:08:53.747Z] --- PASS: TestValidate (0.00s) [2021-09-16T19:08:53.747Z] === RUN TestWalkValues [2021-09-16T19:08:53.747Z] --- PASS: TestWalkValues (0.00s) [2021-09-16T19:08:53.747Z] === RUN TestFuzzyMatch [2021-09-16T19:08:53.747Z] --- PASS: TestFuzzyMatch (0.00s) [2021-09-16T19:08:53.747Z] === RUN TestClone [2021-09-16T19:08:53.747Z] --- PASS: TestClone (0.00s) [2021-09-16T19:08:53.747Z] PASS [2021-09-16T19:08:53.748Z] coverage: 92.2% of statements [2021-09-16T19:08:53.748Z] ok github.com/docker/docker/api/types/filters 0.033s coverage: 92.2% of statements [2021-09-16T19:08:53.748Z] ? github.com/docker/docker/api/types/image [no test files] [2021-09-16T19:08:53.748Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-09-16T19:08:53.748Z] ? github.com/docker/docker/api/types/network [no test files] [2021-09-16T19:08:53.748Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-09-16T19:08:53.748Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-09-16T19:08:53.748Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-09-16T19:08:53.748Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-09-16T19:08:53.748Z] === RUN TestDurationToSecondsString [2021-09-16T19:08:53.748Z] --- PASS: TestDurationToSecondsString (0.00s) [2021-09-16T19:08:53.748Z] === RUN TestGetTimestamp [2021-09-16T19:08:53.748Z] --- PASS: TestGetTimestamp (0.13s) [2021-09-16T19:08:53.748Z] === RUN TestParseTimestamps [2021-09-16T19:08:53.748Z] --- PASS: TestParseTimestamps (0.00s) [2021-09-16T19:08:53.748Z] PASS [2021-09-16T19:08:53.748Z] coverage: 100.0% of statements [2021-09-16T19:08:53.748Z] ok github.com/docker/docker/api/types/time 0.171s coverage: 100.0% of statements [2021-09-16T19:08:53.748Z] === RUN TestCompareVersion [2021-09-16T19:08:53.748Z] --- PASS: TestCompareVersion (0.00s) [2021-09-16T19:08:53.748Z] PASS [2021-09-16T19:08:53.748Z] coverage: 77.3% of statements [2021-09-16T19:08:53.748Z] ok github.com/docker/docker/api/types/versions 0.031s coverage: 77.3% of statements [2021-09-16T19:08:53.748Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-09-16T19:08:53.748Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-09-16T19:08:53.748Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-09-16T19:08:53.748Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2021-09-16T19:08:53.748Z] ? github.com/docker/docker/builder [no test files] [2021-09-16T19:08:53.748Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-09-16T19:08:53.748Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-09-16T19:08:53.748Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-09-16T19:08:53.748Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-09-16T19:08:53.748Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-09-16T19:08:53.748Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-09-16T19:08:53.748Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-09-16T19:08:53.748Z] === RUN TestParseRemoteURL [2021-09-16T19:08:53.748Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2021-09-16T19:08:53.748Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2021-09-16T19:08:53.748Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2021-09-16T19:08:53.748Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2021-09-16T19:08:53.748Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2021-09-16T19:08:53.748Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2021-09-16T19:08:53.748Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2021-09-16T19:08:53.748Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2021-09-16T19:08:53.748Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2021-09-16T19:08:53.748Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2021-09-16T19:08:53.748Z] --- PASS: TestParseRemoteURL (0.00s) [2021-09-16T19:08:53.748Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2021-09-16T19:08:53.748Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2021-09-16T19:08:53.748Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2021-09-16T19:08:53.748Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2021-09-16T19:08:53.748Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2021-09-16T19:08:53.748Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2021-09-16T19:08:53.748Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2021-09-16T19:08:53.748Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2021-09-16T19:08:53.748Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2021-09-16T19:08:53.748Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2021-09-16T19:08:53.748Z] === RUN TestCloneArgsSmartHttp [2021-09-16T19:08:53.748Z] --- PASS: TestCloneArgsSmartHttp (0.01s) [2021-09-16T19:08:53.748Z] === RUN TestCloneArgsDumbHttp [2021-09-16T19:08:53.748Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2021-09-16T19:08:53.748Z] === RUN TestCloneArgsGit [2021-09-16T19:08:53.748Z] --- PASS: TestCloneArgsGit (0.00s) [2021-09-16T19:08:53.748Z] === RUN TestCheckoutGit [2021-09-16T19:08:53.748Z] === RUN TestEnable [2021-09-16T19:08:53.748Z] --- PASS: TestEnable (0.00s) [2021-09-16T19:08:53.748Z] === RUN TestDisable [2021-09-16T19:08:53.748Z] --- PASS: TestDisable (0.00s) [2021-09-16T19:08:53.748Z] === RUN TestEnabled [2021-09-16T19:08:53.748Z] --- PASS: TestEnabled (0.00s) [2021-09-16T19:08:53.748Z] PASS [2021-09-16T19:08:53.748Z] coverage: 100.0% of statements [2021-09-16T19:08:53.748Z] ok github.com/docker/docker/cli/debug 0.030s coverage: 100.0% of statements [2021-09-16T19:08:53.748Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2021-09-16T19:08:53.748Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.00s) [2021-09-16T19:08:53.748Z] === RUN TestProcessNoDockerignore [2021-09-16T19:08:53.748Z] --- PASS: TestProcessNoDockerignore (0.00s) [2021-09-16T19:08:53.748Z] === RUN TestProcessShouldLeaveAllFiles [2021-09-16T19:08:53.748Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s) [2021-09-16T19:08:53.748Z] === RUN TestDetectContentType [2021-09-16T19:08:53.748Z] --- PASS: TestDetectContentType (0.00s) [2021-09-16T19:08:53.748Z] === RUN TestSelectAcceptableMIME [2021-09-16T19:08:53.748Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2021-09-16T19:08:53.748Z] === RUN TestInspectEmptyResponse [2021-09-16T19:08:53.748Z] --- PASS: TestInspectEmptyResponse (0.00s) [2021-09-16T19:08:53.748Z] === RUN TestInspectResponseBinary [2021-09-16T19:08:53.748Z] --- PASS: TestInspectResponseBinary (0.00s) [2021-09-16T19:08:53.748Z] === RUN TestResponseUnsupportedContentType [2021-09-16T19:08:53.748Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2021-09-16T19:08:53.748Z] === RUN TestInspectResponseTextSimple [2021-09-16T19:08:53.748Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2021-09-16T19:08:53.748Z] === RUN TestInspectResponseEmptyContentType [2021-09-16T19:08:53.748Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2021-09-16T19:08:53.748Z] === RUN TestUnknownContentLength [2021-09-16T19:08:53.748Z] --- PASS: TestUnknownContentLength (0.00s) [2021-09-16T19:08:53.748Z] === RUN TestDownloadRemote [2021-09-16T19:08:53.748Z] --- PASS: TestDownloadRemote (0.07s) [2021-09-16T19:08:53.748Z] === RUN TestGetWithStatusError [2021-09-16T19:08:53.748Z] --- PASS: TestGetWithStatusError (0.00s) [2021-09-16T19:08:53.748Z] === RUN TestCloseRootDirectory [2021-09-16T19:08:53.748Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-09-16T19:08:53.748Z] --- SKIP: TestCloseRootDirectory (0.00s) [2021-09-16T19:08:53.748Z] === RUN TestHashFile [2021-09-16T19:08:53.748Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-09-16T19:08:53.748Z] --- SKIP: TestHashFile (0.00s) [2021-09-16T19:08:53.748Z] === RUN TestHashSubdir [2021-09-16T19:08:53.748Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-09-16T19:08:53.748Z] --- SKIP: TestHashSubdir (0.01s) [2021-09-16T19:08:53.748Z] === RUN TestRemoveDirectory [2021-09-16T19:08:53.748Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-09-16T19:08:53.748Z] --- SKIP: TestRemoveDirectory (0.00s) [2021-09-16T19:08:53.748Z] PASS [2021-09-16T19:08:53.748Z] coverage: 9.3% of statements [2021-09-16T19:08:53.748Z] ok github.com/docker/docker/builder/remotecontext 0.161s coverage: 9.3% of statements [2021-09-16T19:08:53.748Z] === RUN TestGetAllAllowed [2021-09-16T19:08:53.748Z] --- PASS: TestGetAllAllowed (0.00s) [2021-09-16T19:08:53.748Z] === RUN TestGetAllMeta [2021-09-16T19:08:53.748Z] --- PASS: TestGetAllMeta (0.00s) [2021-09-16T19:08:53.748Z] === RUN TestWarnOnUnusedBuildArgs [2021-09-16T19:08:53.748Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2021-09-16T19:08:53.748Z] === RUN TestIsUnreferencedBuiltin [2021-09-16T19:08:53.748Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2021-09-16T19:08:53.748Z] === RUN TestIsExistingDirectory [2021-09-16T19:08:53.748Z] --- PASS: TestIsExistingDirectory (0.00s) [2021-09-16T19:08:53.748Z] === RUN TestGetFilenameForDownload [2021-09-16T19:08:53.748Z] --- PASS: TestGetFilenameForDownload (0.00s) [2021-09-16T19:08:53.748Z] === RUN TestEnv2Variables [2021-09-16T19:08:53.748Z] --- PASS: TestEnv2Variables (0.00s) [2021-09-16T19:08:53.748Z] === RUN TestEnvValueWithExistingRunConfigEnv [2021-09-16T19:08:53.748Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2021-09-16T19:08:53.748Z] === RUN TestMaintainer [2021-09-16T19:08:53.748Z] --- PASS: TestMaintainer (0.00s) [2021-09-16T19:08:53.748Z] === RUN TestLabel [2021-09-16T19:08:53.748Z] --- PASS: TestLabel (0.00s) [2021-09-16T19:08:53.748Z] === RUN TestFromScratch [2021-09-16T19:08:53.748Z] --- PASS: TestFromScratch (0.00s) [2021-09-16T19:08:53.748Z] === RUN TestFromWithArg [2021-09-16T19:08:53.748Z] --- PASS: TestFromWithArg (0.00s) [2021-09-16T19:08:53.748Z] === RUN TestFromWithArgButBuildArgsNotGiven [2021-09-16T19:08:53.748Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2021-09-16T19:08:53.748Z] === RUN TestFromWithUndefinedArg [2021-09-16T19:08:53.748Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2021-09-16T19:08:53.748Z] === RUN TestFromMultiStageWithNamedStage [2021-09-16T19:08:53.748Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2021-09-16T19:08:53.748Z] === RUN TestOnbuild [2021-09-16T19:08:53.748Z] --- PASS: TestOnbuild (0.00s) [2021-09-16T19:08:53.748Z] === RUN TestWorkdir [2021-09-16T19:08:53.748Z] --- PASS: TestWorkdir (0.00s) [2021-09-16T19:08:53.748Z] === RUN TestCmd [2021-09-16T19:08:53.748Z] --- PASS: TestCmd (0.00s) [2021-09-16T19:08:53.748Z] === RUN TestHealthcheckNone [2021-09-16T19:08:53.748Z] --- PASS: TestHealthcheckNone (0.00s) [2021-09-16T19:08:53.748Z] === RUN TestHealthcheckCmd [2021-09-16T19:08:53.748Z] --- PASS: TestHealthcheckCmd (0.00s) [2021-09-16T19:08:53.748Z] === RUN TestEntrypoint [2021-09-16T19:08:53.748Z] --- PASS: TestEntrypoint (0.00s) [2021-09-16T19:08:53.748Z] === RUN TestExpose [2021-09-16T19:08:53.748Z] --- PASS: TestExpose (0.00s) [2021-09-16T19:08:53.748Z] === RUN TestUser [2021-09-16T19:08:53.748Z] --- PASS: TestUser (0.00s) [2021-09-16T19:08:53.748Z] === RUN TestVolume [2021-09-16T19:08:53.748Z] --- PASS: TestVolume (0.00s) [2021-09-16T19:08:53.748Z] === RUN TestStopSignal [2021-09-16T19:08:53.748Z] dispatchers_test.go:377: Windows does not support stopsignal [2021-09-16T19:08:53.748Z] --- SKIP: TestStopSignal (0.00s) [2021-09-16T19:08:53.748Z] === RUN TestArg [2021-09-16T19:08:53.748Z] --- PASS: TestArg (0.00s) [2021-09-16T19:08:53.748Z] === RUN TestShell [2021-09-16T19:08:53.748Z] --- PASS: TestShell (0.00s) [2021-09-16T19:08:53.748Z] === RUN TestPrependEnvOnCmd [2021-09-16T19:08:53.748Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2021-09-16T19:08:53.748Z] === RUN TestRunWithBuildArgs [2021-09-16T19:08:53.748Z] --- PASS: TestRunWithBuildArgs (0.00s) [2021-09-16T19:08:53.748Z] === RUN TestRunIgnoresHealthcheck [2021-09-16T19:08:53.748Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2021-09-16T19:08:53.748Z] === RUN TestDispatchUnsupportedOptions [2021-09-16T19:08:53.748Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2021-09-16T19:08:53.748Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2021-09-16T19:08:53.748Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2021-09-16T19:08:53.748Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2021-09-16T19:08:53.748Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2021-09-16T19:08:53.748Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2021-09-16T19:08:53.748Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2021-09-16T19:08:53.748Z] === RUN TestNormalizeWorkdir [2021-09-16T19:08:53.748Z] --- PASS: TestNormalizeWorkdir (0.00s) [2021-09-16T19:08:53.748Z] === RUN TestDispatch [2021-09-16T19:08:53.748Z] === RUN TestDispatch/ADD_multiple_files_to_file [2021-09-16T19:08:53.748Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2021-09-16T19:08:53.748Z] === RUN TestDispatch/COPY_multiple_files_to_file [2021-09-16T19:08:53.748Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2021-09-16T19:08:53.748Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2021-09-16T19:08:53.748Z] === RUN TestDispatch/COPY_wildcard_no_files [2021-09-16T19:08:53.748Z] === RUN TestDispatch/COPY_url [2021-09-16T19:08:53.748Z] --- PASS: TestDispatch (0.05s) [2021-09-16T19:08:53.748Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.02s) [2021-09-16T19:08:53.748Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s) [2021-09-16T19:08:53.748Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s) [2021-09-16T19:08:53.748Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2021-09-16T19:08:53.748Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2021-09-16T19:08:53.748Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2021-09-16T19:08:53.748Z] --- PASS: TestDispatch/COPY_url (0.00s) [2021-09-16T19:08:53.748Z] === RUN TestAddScratchImageAddsToMounts [2021-09-16T19:08:53.748Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2021-09-16T19:08:53.748Z] === RUN TestAddFromScratchPopulatesPlatform [2021-09-16T19:08:53.748Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2021-09-16T19:08:53.748Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2021-09-16T19:08:53.748Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2021-09-16T19:08:53.748Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2021-09-16T19:08:53.748Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2021-09-16T19:08:53.748Z] === RUN TestImageSourceGetAddsToMounts [2021-09-16T19:08:53.748Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2021-09-16T19:08:53.748Z] === RUN TestEmptyDockerfile [2021-09-16T19:08:53.748Z] --- PASS: TestEmptyDockerfile (0.00s) [2021-09-16T19:08:53.748Z] === RUN TestSymlinkDockerfile [2021-09-16T19:08:53.748Z] --- PASS: TestSymlinkDockerfile (0.01s) [2021-09-16T19:08:53.748Z] === RUN TestDockerfileOutsideTheBuildContext [2021-09-16T19:08:53.748Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2021-09-16T19:08:53.748Z] === RUN TestNonExistingDockerfile [2021-09-16T19:08:53.748Z] --- PASS: TestNonExistingDockerfile (0.00s) [2021-09-16T19:08:53.748Z] === RUN TestCopyRunConfig [2021-09-16T19:08:53.748Z] --- PASS: TestCopyRunConfig (0.00s) [2021-09-16T19:08:53.748Z] === RUN TestDeepCopyRunConfig [2021-09-16T19:08:53.748Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2021-09-16T19:08:53.748Z] === RUN TestExportImage [2021-09-16T19:08:53.748Z] --- PASS: TestExportImage (0.00s) [2021-09-16T19:08:53.748Z] === RUN TestNormalizeDest [2021-09-16T19:08:53.748Z] --- PASS: TestNormalizeDest (0.00s) [2021-09-16T19:08:53.748Z] PASS [2021-09-16T19:08:53.748Z] coverage: 46.8% of statements [2021-09-16T19:08:53.748Z] ok github.com/docker/docker/builder/dockerfile 0.139s coverage: 46.8% of statements [2021-09-16T19:08:53.748Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-09-16T19:08:53.748Z] === RUN TestTCP4Proxy [2021-09-16T19:08:53.748Z] --- PASS: TestTCP4Proxy (0.00s) [2021-09-16T19:08:53.748Z] === RUN TestTCP4ProxyHalfClose [2021-09-16T19:08:53.748Z] --- PASS: TestTCP4ProxyHalfClose (0.00s) [2021-09-16T19:08:53.748Z] === RUN TestTCP6Proxy [2021-09-16T19:08:53.748Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2021-09-16T19:08:53.748Z] --- SKIP: TestTCP6Proxy (0.00s) [2021-09-16T19:08:53.748Z] === RUN TestTCPDualStackProxy [2021-09-16T19:08:53.748Z] network_proxy_test.go:208: No support for dual stack yet [2021-09-16T19:08:53.748Z] --- SKIP: TestTCPDualStackProxy (0.00s) [2021-09-16T19:08:53.748Z] === RUN TestUDP4Proxy [2021-09-16T19:08:53.748Z] --- PASS: TestUDP4Proxy (0.00s) [2021-09-16T19:08:53.748Z] === RUN TestUDP6Proxy [2021-09-16T19:08:53.748Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2021-09-16T19:08:53.748Z] --- SKIP: TestUDP6Proxy (0.00s) [2021-09-16T19:08:53.748Z] === RUN TestUDPWriteError [2021-09-16T19:08:53.748Z] --- PASS: TestUDPWriteError (0.00s) [2021-09-16T19:08:53.748Z] === RUN TestSCTP4Proxy [2021-09-16T19:08:53.748Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2021-09-16T19:08:53.748Z] --- SKIP: TestSCTP4Proxy (0.00s) [2021-09-16T19:08:53.748Z] === RUN TestSCTP6Proxy [2021-09-16T19:08:53.748Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2021-09-16T19:08:53.748Z] --- SKIP: TestSCTP6Proxy (0.00s) [2021-09-16T19:08:53.748Z] PASS [2021-09-16T19:08:53.748Z] coverage: 49.4% of statements [2021-09-16T19:08:53.748Z] ok github.com/docker/docker/cmd/docker-proxy 0.044s coverage: 49.4% of statements [2021-09-16T19:08:55.550Z] Loaded image: debian:bullseye-slim [2021-09-16T19:08:55.812Z] Loaded image: hello-world:latest [2021-09-16T19:08:56.074Z] Loaded image: arm32v7/hello-world:latest [2021-09-16T19:08:56.074Z] INFO: Testing against a local daemon [2021-09-16T19:08:56.074Z] === RUN TestCgroupNamespacesBuild [2021-09-16T19:08:56.087Z] --- PASS: TestUpdateRestartPolicy (10.91s) [2021-09-16T19:08:56.087Z] === RUN TestUpdateRestartWithAutoRemove [2021-09-16T19:08:56.087Z] --- PASS: TestUpdateRestartWithAutoRemove (0.41s) [2021-09-16T19:08:56.087Z] === RUN TestWaitNonBlocked [2021-09-16T19:08:56.087Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-09-16T19:08:56.087Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-09-16T19:08:56.087Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-09-16T19:08:56.087Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-09-16T19:08:56.087Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-09-16T19:08:56.087Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-09-16T19:08:56.087Z] --- PASS: TestWaitNonBlocked (0.01s) [2021-09-16T19:08:56.087Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.66s) [2021-09-16T19:08:56.087Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.68s) [2021-09-16T19:08:56.087Z] === RUN TestWaitBlocked [2021-09-16T19:08:56.087Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-09-16T19:08:56.087Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-09-16T19:08:56.087Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-09-16T19:08:56.087Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-09-16T19:08:56.087Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-09-16T19:08:56.087Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-09-16T19:08:56.343Z] --- PASS: TestWaitBlocked (0.01s) [2021-09-16T19:08:56.343Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.62s) [2021-09-16T19:08:56.343Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.68s) [2021-09-16T19:08:56.343Z] === CONT TestDaemonRestartIpcMode [2021-09-16T19:08:56.600Z] === CONT TestIpcModeOlderClient [2021-09-16T19:08:56.600Z] --- PASS: TestIpcModeOlderClient (0.09s) [2021-09-16T19:08:56.600Z] === CONT TestRestartDaemonWithRestartingContainer [2021-09-16T19:08:57.880Z] === RUN TestCheckpointCreateError [2021-09-16T19:08:57.880Z] --- PASS: TestCheckpointCreateError (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestCheckpointCreate [2021-09-16T19:08:57.880Z] --- PASS: TestCheckpointCreate (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestCheckpointDeleteError [2021-09-16T19:08:57.880Z] --- PASS: TestCheckpointDeleteError (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestCheckpointDelete [2021-09-16T19:08:57.880Z] --- PASS: TestCheckpointDelete (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestCheckpointListError [2021-09-16T19:08:57.880Z] --- PASS: TestCheckpointListError (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestCheckpointList [2021-09-16T19:08:57.880Z] --- PASS: TestCheckpointList (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestCheckpointListContainerNotFound [2021-09-16T19:08:57.880Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestNewClientWithOpsFromEnv [2021-09-16T19:08:57.880Z] client_test.go:23: runtime.GOOS == "windows" [2021-09-16T19:08:57.880Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestGetAPIPath [2021-09-16T19:08:57.880Z] --- PASS: TestGetAPIPath (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestParseHostURL [2021-09-16T19:08:57.880Z] --- PASS: TestParseHostURL (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2021-09-16T19:08:57.880Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestNegotiateAPIVersionEmpty [2021-09-16T19:08:57.880Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestNegotiateAPIVersion [2021-09-16T19:08:57.880Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestNegotiateAPVersionOverride [2021-09-16T19:08:57.880Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestNegotiateAPIVersionAutomatic [2021-09-16T19:08:57.880Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2021-09-16T19:08:57.880Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2021-09-16T19:08:57.880Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestClientRedirect [2021-09-16T19:08:57.880Z] --- PASS: TestClientRedirect (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestConfigCreateUnsupported [2021-09-16T19:08:57.880Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestConfigCreateError [2021-09-16T19:08:57.880Z] --- PASS: TestConfigCreateError (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestConfigCreate [2021-09-16T19:08:57.880Z] --- PASS: TestConfigCreate (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestConfigInspectNotFound [2021-09-16T19:08:57.880Z] --- PASS: TestConfigInspectNotFound (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestConfigInspectWithEmptyID [2021-09-16T19:08:57.880Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestConfigInspectUnsupported [2021-09-16T19:08:57.880Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestConfigInspectError [2021-09-16T19:08:57.880Z] --- PASS: TestConfigInspectError (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestConfigInspectConfigNotFound [2021-09-16T19:08:57.880Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestConfigInspect [2021-09-16T19:08:57.880Z] --- PASS: TestConfigInspect (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestConfigListUnsupported [2021-09-16T19:08:57.880Z] --- PASS: TestConfigListUnsupported (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestConfigListError [2021-09-16T19:08:57.880Z] --- PASS: TestConfigListError (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestConfigList [2021-09-16T19:08:57.880Z] --- PASS: TestConfigList (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestConfigRemoveUnsupported [2021-09-16T19:08:57.880Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestConfigRemoveError [2021-09-16T19:08:57.880Z] --- PASS: TestConfigRemoveError (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestConfigRemove [2021-09-16T19:08:57.880Z] --- PASS: TestConfigRemove (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestConfigUpdateUnsupported [2021-09-16T19:08:57.880Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestConfigUpdateError [2021-09-16T19:08:57.880Z] --- PASS: TestConfigUpdateError (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestConfigUpdate [2021-09-16T19:08:57.880Z] --- PASS: TestConfigUpdate (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestContainerCommitError [2021-09-16T19:08:57.880Z] --- PASS: TestContainerCommitError (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestContainerCommit [2021-09-16T19:08:57.880Z] --- PASS: TestContainerCommit (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestContainerStatPathError [2021-09-16T19:08:57.880Z] --- PASS: TestContainerStatPathError (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestContainerStatPathNotFoundError [2021-09-16T19:08:57.880Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestContainerStatPathNoHeaderError [2021-09-16T19:08:57.880Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestContainerStatPath [2021-09-16T19:08:57.880Z] --- PASS: TestContainerStatPath (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestCopyToContainerError [2021-09-16T19:08:57.880Z] --- PASS: TestCopyToContainerError (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestCopyToContainerNotFoundError [2021-09-16T19:08:57.880Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestCopyToContainerNotStatusOKError [2021-09-16T19:08:57.880Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestCopyToContainer [2021-09-16T19:08:57.880Z] --- PASS: TestCopyToContainer (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestCopyFromContainerError [2021-09-16T19:08:57.880Z] --- PASS: TestCopyFromContainerError (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestCopyFromContainerNotFoundError [2021-09-16T19:08:57.880Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestCopyFromContainerNotStatusOKError [2021-09-16T19:08:57.880Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestCopyFromContainerNoHeaderError [2021-09-16T19:08:57.880Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestCopyFromContainer [2021-09-16T19:08:57.880Z] --- PASS: TestCopyFromContainer (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestContainerCreateError [2021-09-16T19:08:57.880Z] --- PASS: TestContainerCreateError (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestContainerCreateImageNotFound [2021-09-16T19:08:57.880Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestContainerCreateWithName [2021-09-16T19:08:57.880Z] --- PASS: TestContainerCreateWithName (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestContainerCreateAutoRemove [2021-09-16T19:08:57.880Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestContainerDiffError [2021-09-16T19:08:57.880Z] --- PASS: TestContainerDiffError (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestContainerDiff [2021-09-16T19:08:57.880Z] --- PASS: TestContainerDiff (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestContainerExecCreateError [2021-09-16T19:08:57.880Z] --- PASS: TestContainerExecCreateError (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestContainerExecCreate [2021-09-16T19:08:57.880Z] --- PASS: TestContainerExecCreate (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestContainerExecStartError [2021-09-16T19:08:57.880Z] --- PASS: TestContainerExecStartError (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestContainerExecStart [2021-09-16T19:08:57.880Z] --- PASS: TestContainerExecStart (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestContainerExecInspectError [2021-09-16T19:08:57.880Z] --- PASS: TestContainerExecInspectError (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestContainerExecInspect [2021-09-16T19:08:57.880Z] --- PASS: TestContainerExecInspect (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestContainerExportError [2021-09-16T19:08:57.880Z] --- PASS: TestContainerExportError (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestContainerExport [2021-09-16T19:08:57.880Z] --- PASS: TestContainerExport (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestContainerInspectError [2021-09-16T19:08:57.880Z] --- PASS: TestContainerInspectError (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestContainerInspectContainerNotFound [2021-09-16T19:08:57.880Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestContainerInspectWithEmptyID [2021-09-16T19:08:57.880Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestContainerInspect [2021-09-16T19:08:57.880Z] --- PASS: TestContainerInspect (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestContainerInspectNode [2021-09-16T19:08:57.880Z] --- PASS: TestContainerInspectNode (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestContainerKillError [2021-09-16T19:08:57.880Z] --- PASS: TestContainerKillError (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestContainerKill [2021-09-16T19:08:57.880Z] --- PASS: TestContainerKill (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestContainerListError [2021-09-16T19:08:57.880Z] --- PASS: TestContainerListError (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestContainerList [2021-09-16T19:08:57.880Z] --- PASS: TestContainerList (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestContainerLogsNotFoundError [2021-09-16T19:08:57.880Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestContainerLogsError [2021-09-16T19:08:57.880Z] --- PASS: TestContainerLogsError (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestContainerLogs [2021-09-16T19:08:57.880Z] --- PASS: TestContainerLogs (0.14s) [2021-09-16T19:08:57.880Z] === RUN TestContainerPauseError [2021-09-16T19:08:57.880Z] --- PASS: TestContainerPauseError (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestContainerPause [2021-09-16T19:08:57.880Z] --- PASS: TestContainerPause (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestContainersPruneError [2021-09-16T19:08:57.880Z] --- PASS: TestContainersPruneError (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestContainersPrune [2021-09-16T19:08:57.880Z] --- PASS: TestContainersPrune (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestContainerRemoveError [2021-09-16T19:08:57.880Z] --- PASS: TestContainerRemoveError (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestContainerRemoveNotFoundError [2021-09-16T19:08:57.880Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestContainerRemove [2021-09-16T19:08:57.880Z] --- PASS: TestContainerRemove (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestContainerRenameError [2021-09-16T19:08:57.880Z] --- PASS: TestContainerRenameError (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestContainerRename [2021-09-16T19:08:57.880Z] --- PASS: TestContainerRename (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestContainerResizeError [2021-09-16T19:08:57.880Z] --- PASS: TestContainerResizeError (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestContainerExecResizeError [2021-09-16T19:08:57.880Z] --- PASS: TestContainerExecResizeError (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestContainerResize [2021-09-16T19:08:57.880Z] --- PASS: TestContainerResize (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestContainerExecResize [2021-09-16T19:08:57.880Z] --- PASS: TestContainerExecResize (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestContainerRestartError [2021-09-16T19:08:57.880Z] --- PASS: TestContainerRestartError (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestContainerRestart [2021-09-16T19:08:57.880Z] --- PASS: TestContainerRestart (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestContainerStartError [2021-09-16T19:08:57.880Z] --- PASS: TestContainerStartError (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestContainerStart [2021-09-16T19:08:57.880Z] --- PASS: TestContainerStart (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestContainerStatsError [2021-09-16T19:08:57.880Z] --- PASS: TestContainerStatsError (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestContainerStats [2021-09-16T19:08:57.880Z] --- PASS: TestContainerStats (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestContainerStopError [2021-09-16T19:08:57.880Z] --- PASS: TestContainerStopError (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestContainerStop [2021-09-16T19:08:57.880Z] --- PASS: TestContainerStop (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestContainerTopError [2021-09-16T19:08:57.880Z] --- PASS: TestContainerTopError (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestContainerTop [2021-09-16T19:08:57.880Z] --- PASS: TestContainerTop (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestContainerUnpauseError [2021-09-16T19:08:57.880Z] --- PASS: TestContainerUnpauseError (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestContainerUnpause [2021-09-16T19:08:57.880Z] --- PASS: TestContainerUnpause (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestContainerUpdateError [2021-09-16T19:08:57.880Z] --- PASS: TestContainerUpdateError (0.01s) [2021-09-16T19:08:57.880Z] === RUN TestContainerUpdate [2021-09-16T19:08:57.880Z] --- PASS: TestContainerUpdate (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestContainerWaitError [2021-09-16T19:08:57.880Z] --- PASS: TestContainerWaitError (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestContainerWait [2021-09-16T19:08:57.880Z] --- PASS: TestContainerWait (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestDiskUsageError [2021-09-16T19:08:57.880Z] --- PASS: TestDiskUsageError (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestDiskUsage [2021-09-16T19:08:57.880Z] --- PASS: TestDiskUsage (0.00s) [2021-09-16T19:08:57.880Z] === RUN TestDistributionInspectUnsupported [2021-09-16T19:08:57.880Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestDistributionInspectWithEmptyID [2021-09-16T19:08:57.881Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestEventsErrorInOptions [2021-09-16T19:08:57.881Z] --- PASS: TestEventsErrorInOptions (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestEventsErrorFromServer [2021-09-16T19:08:57.881Z] --- PASS: TestEventsErrorFromServer (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestEvents [2021-09-16T19:08:57.881Z] --- PASS: TestEvents (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestTLSCloseWriter [2021-09-16T19:08:57.881Z] === PAUSE TestTLSCloseWriter [2021-09-16T19:08:57.881Z] === RUN TestImageBuildError [2021-09-16T19:08:57.881Z] --- PASS: TestImageBuildError (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestImageBuild [2021-09-16T19:08:57.881Z] --- PASS: TestImageBuild (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestGetDockerOS [2021-09-16T19:08:57.881Z] --- PASS: TestGetDockerOS (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestImageCreateError [2021-09-16T19:08:57.881Z] --- PASS: TestImageCreateError (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestImageCreate [2021-09-16T19:08:57.881Z] --- PASS: TestImageCreate (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestImageHistoryError [2021-09-16T19:08:57.881Z] --- PASS: TestImageHistoryError (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestImageHistory [2021-09-16T19:08:57.881Z] --- PASS: TestImageHistory (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestImageImportError [2021-09-16T19:08:57.881Z] --- PASS: TestImageImportError (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestImageImport [2021-09-16T19:08:57.881Z] --- PASS: TestImageImport (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestImageInspectError [2021-09-16T19:08:57.881Z] --- PASS: TestImageInspectError (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestImageInspectImageNotFound [2021-09-16T19:08:57.881Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestImageInspectWithEmptyID [2021-09-16T19:08:57.881Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestImageInspect [2021-09-16T19:08:57.881Z] --- PASS: TestImageInspect (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestImageListError [2021-09-16T19:08:57.881Z] --- PASS: TestImageListError (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestImageList [2021-09-16T19:08:57.881Z] --- PASS: TestImageList (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestImageListApiBefore125 [2021-09-16T19:08:57.881Z] --- PASS: TestImageListApiBefore125 (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestImageLoadError [2021-09-16T19:08:57.881Z] --- PASS: TestImageLoadError (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestImageLoad [2021-09-16T19:08:57.881Z] --- PASS: TestImageLoad (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestImagesPruneError [2021-09-16T19:08:57.881Z] --- PASS: TestImagesPruneError (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestImagesPrune [2021-09-16T19:08:57.881Z] --- PASS: TestImagesPrune (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestImagePullReferenceParseError [2021-09-16T19:08:57.881Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestImagePullAnyError [2021-09-16T19:08:57.881Z] --- PASS: TestImagePullAnyError (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestImagePullStatusUnauthorizedError [2021-09-16T19:08:57.881Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2021-09-16T19:08:57.881Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-09-16T19:08:57.881Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestImagePullWithPrivilegedFuncNoError [2021-09-16T19:08:57.881Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestImagePullWithoutErrors [2021-09-16T19:08:57.881Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestImagePushReferenceError [2021-09-16T19:08:57.881Z] --- PASS: TestImagePushReferenceError (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestImagePushAnyError [2021-09-16T19:08:57.881Z] --- PASS: TestImagePushAnyError (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestImagePushStatusUnauthorizedError [2021-09-16T19:08:57.881Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2021-09-16T19:08:57.881Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-09-16T19:08:57.881Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestImagePushWithPrivilegedFuncNoError [2021-09-16T19:08:57.881Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestImagePushWithoutErrors [2021-09-16T19:08:57.881Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2021-09-16T19:08:57.881Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2021-09-16T19:08:57.881Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2021-09-16T19:08:57.881Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2021-09-16T19:08:57.881Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2021-09-16T19:08:57.881Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2021-09-16T19:08:57.881Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2021-09-16T19:08:57.881Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2021-09-16T19:08:57.881Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestImageRemoveError [2021-09-16T19:08:57.881Z] --- PASS: TestImageRemoveError (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestImageRemoveImageNotFound [2021-09-16T19:08:57.881Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestImageRemove [2021-09-16T19:08:57.881Z] --- PASS: TestImageRemove (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestImageSaveError [2021-09-16T19:08:57.881Z] --- PASS: TestImageSaveError (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestImageSave [2021-09-16T19:08:57.881Z] --- PASS: TestImageSave (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestImageSearchAnyError [2021-09-16T19:08:57.881Z] --- PASS: TestImageSearchAnyError (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestImageSearchStatusUnauthorizedError [2021-09-16T19:08:57.881Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2021-09-16T19:08:57.881Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-09-16T19:08:57.881Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2021-09-16T19:08:57.881Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestImageSearchWithoutErrors [2021-09-16T19:08:57.881Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestImageTagError [2021-09-16T19:08:57.881Z] --- PASS: TestImageTagError (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestImageTagInvalidReference [2021-09-16T19:08:57.881Z] --- PASS: TestImageTagInvalidReference (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestImageTagInvalidSourceImageName [2021-09-16T19:08:57.881Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestImageTagHexSource [2021-09-16T19:08:57.881Z] --- PASS: TestImageTagHexSource (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestImageTag [2021-09-16T19:08:57.881Z] --- PASS: TestImageTag (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestInfoServerError [2021-09-16T19:08:57.881Z] --- PASS: TestInfoServerError (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestInfoInvalidResponseJSONError [2021-09-16T19:08:57.881Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestInfo [2021-09-16T19:08:57.881Z] --- PASS: TestInfo (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestNetworkConnectError [2021-09-16T19:08:57.881Z] --- PASS: TestNetworkConnectError (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2021-09-16T19:08:57.881Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestNetworkConnect [2021-09-16T19:08:57.881Z] --- PASS: TestNetworkConnect (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestNetworkCreateError [2021-09-16T19:08:57.881Z] --- PASS: TestNetworkCreateError (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestNetworkCreate [2021-09-16T19:08:57.881Z] --- PASS: TestNetworkCreate (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestNetworkDisconnectError [2021-09-16T19:08:57.881Z] --- PASS: TestNetworkDisconnectError (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestNetworkDisconnect [2021-09-16T19:08:57.881Z] --- PASS: TestNetworkDisconnect (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestNetworkInspectError [2021-09-16T19:08:57.881Z] --- PASS: TestNetworkInspectError (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestNetworkInspectNotFoundError [2021-09-16T19:08:57.881Z] --- PASS: TestNetworkInspectNotFoundError (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestNetworkInspectWithEmptyID [2021-09-16T19:08:57.881Z] --- PASS: TestNetworkInspectWithEmptyID (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestNetworkInspect [2021-09-16T19:08:57.881Z] --- PASS: TestNetworkInspect (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestNetworkListError [2021-09-16T19:08:57.881Z] --- PASS: TestNetworkListError (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestNetworkList [2021-09-16T19:08:57.881Z] --- PASS: TestNetworkList (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestNetworksPruneError [2021-09-16T19:08:57.881Z] --- PASS: TestNetworksPruneError (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestNetworksPrune [2021-09-16T19:08:57.881Z] --- PASS: TestNetworksPrune (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestNetworkRemoveError [2021-09-16T19:08:57.881Z] --- PASS: TestNetworkRemoveError (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestNetworkRemove [2021-09-16T19:08:57.881Z] --- PASS: TestNetworkRemove (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestNodeInspectError [2021-09-16T19:08:57.881Z] --- PASS: TestNodeInspectError (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestNodeInspectNodeNotFound [2021-09-16T19:08:57.881Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestNodeInspectWithEmptyID [2021-09-16T19:08:57.881Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestNodeInspect [2021-09-16T19:08:57.881Z] --- PASS: TestNodeInspect (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestNodeListError [2021-09-16T19:08:57.881Z] --- PASS: TestNodeListError (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestNodeList [2021-09-16T19:08:57.881Z] --- PASS: TestNodeList (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestNodeRemoveError [2021-09-16T19:08:57.881Z] --- PASS: TestNodeRemoveError (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestNodeRemove [2021-09-16T19:08:57.881Z] --- PASS: TestNodeRemove (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestNodeUpdateError [2021-09-16T19:08:57.881Z] --- PASS: TestNodeUpdateError (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestNodeUpdate [2021-09-16T19:08:57.881Z] --- PASS: TestNodeUpdate (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestOptionWithTimeout [2021-09-16T19:08:57.881Z] --- PASS: TestOptionWithTimeout (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestPingFail [2021-09-16T19:08:57.881Z] --- PASS: TestPingFail (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestPingWithError [2021-09-16T19:08:57.881Z] 2021/09/16 19:08:56 RoundTripper returned a response & error; ignoring response [2021-09-16T19:08:57.881Z] 2021/09/16 19:08:56 RoundTripper returned a response & error; ignoring response [2021-09-16T19:08:57.881Z] --- PASS: TestPingWithError (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestPingSuccess [2021-09-16T19:08:57.881Z] --- PASS: TestPingSuccess (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestPingHeadFallback [2021-09-16T19:08:57.881Z] === RUN TestPingHeadFallback/OK [2021-09-16T19:08:57.881Z] === RUN TestPingHeadFallback/Internal_Server_Error [2021-09-16T19:08:57.881Z] === RUN TestPingHeadFallback/Not_Found [2021-09-16T19:08:57.881Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2021-09-16T19:08:57.881Z] --- PASS: TestPingHeadFallback (0.00s) [2021-09-16T19:08:57.881Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2021-09-16T19:08:57.881Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2021-09-16T19:08:57.881Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2021-09-16T19:08:57.881Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestPluginDisableError [2021-09-16T19:08:57.881Z] --- PASS: TestPluginDisableError (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestPluginDisable [2021-09-16T19:08:57.881Z] --- PASS: TestPluginDisable (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestPluginEnableError [2021-09-16T19:08:57.881Z] --- PASS: TestPluginEnableError (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestPluginEnable [2021-09-16T19:08:57.881Z] --- PASS: TestPluginEnable (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestPluginInspectError [2021-09-16T19:08:57.881Z] --- PASS: TestPluginInspectError (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestPluginInspectWithEmptyID [2021-09-16T19:08:57.881Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestPluginInspect [2021-09-16T19:08:57.881Z] --- PASS: TestPluginInspect (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestPluginListError [2021-09-16T19:08:57.881Z] --- PASS: TestPluginListError (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestPluginList [2021-09-16T19:08:57.881Z] --- PASS: TestPluginList (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestPluginPushError [2021-09-16T19:08:57.881Z] --- PASS: TestPluginPushError (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestPluginPush [2021-09-16T19:08:57.881Z] --- PASS: TestPluginPush (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestPluginRemoveError [2021-09-16T19:08:57.881Z] --- PASS: TestPluginRemoveError (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestPluginRemove [2021-09-16T19:08:57.881Z] --- PASS: TestPluginRemove (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestPluginSetError [2021-09-16T19:08:57.881Z] --- PASS: TestPluginSetError (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestPluginSet [2021-09-16T19:08:57.881Z] --- PASS: TestPluginSet (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestSetHostHeader [2021-09-16T19:08:57.881Z] --- PASS: TestSetHostHeader (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestPlainTextError [2021-09-16T19:08:57.881Z] --- PASS: TestPlainTextError (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestInfiniteError [2021-09-16T19:08:57.881Z] --- PASS: TestInfiniteError (0.07s) [2021-09-16T19:08:57.881Z] === RUN TestCanceledContext [2021-09-16T19:08:57.881Z] 2021/09/16 19:08:56 RoundTripper returned a response & error; ignoring response [2021-09-16T19:08:57.881Z] --- PASS: TestCanceledContext (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestDeadlineExceededContext [2021-09-16T19:08:57.881Z] 2021/09/16 19:08:56 RoundTripper returned a response & error; ignoring response [2021-09-16T19:08:57.881Z] --- PASS: TestDeadlineExceededContext (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestSecretCreateUnsupported [2021-09-16T19:08:57.881Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestSecretCreateError [2021-09-16T19:08:57.881Z] --- PASS: TestSecretCreateError (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestSecretCreate [2021-09-16T19:08:57.881Z] --- PASS: TestSecretCreate (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestSecretInspectUnsupported [2021-09-16T19:08:57.881Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestSecretInspectError [2021-09-16T19:08:57.881Z] --- PASS: TestSecretInspectError (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestSecretInspectSecretNotFound [2021-09-16T19:08:57.881Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestSecretInspectWithEmptyID [2021-09-16T19:08:57.881Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestSecretInspect [2021-09-16T19:08:57.881Z] --- PASS: TestSecretInspect (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestSecretListUnsupported [2021-09-16T19:08:57.881Z] --- PASS: TestSecretListUnsupported (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestSecretListError [2021-09-16T19:08:57.881Z] --- PASS: TestSecretListError (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestSecretList [2021-09-16T19:08:57.881Z] --- PASS: TestSecretList (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestSecretRemoveUnsupported [2021-09-16T19:08:57.881Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestSecretRemoveError [2021-09-16T19:08:57.881Z] --- PASS: TestSecretRemoveError (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestSecretRemove [2021-09-16T19:08:57.881Z] --- PASS: TestSecretRemove (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestSecretUpdateUnsupported [2021-09-16T19:08:57.881Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestSecretUpdateError [2021-09-16T19:08:57.881Z] --- PASS: TestSecretUpdateError (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestSecretUpdate [2021-09-16T19:08:57.881Z] --- PASS: TestSecretUpdate (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestServiceCreateError [2021-09-16T19:08:57.881Z] --- PASS: TestServiceCreateError (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestServiceCreate [2021-09-16T19:08:57.881Z] --- PASS: TestServiceCreate (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestServiceCreateCompatiblePlatforms [2021-09-16T19:08:57.881Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestServiceCreateDigestPinning [2021-09-16T19:08:57.881Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestServiceInspectError [2021-09-16T19:08:57.881Z] --- PASS: TestServiceInspectError (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestServiceInspectServiceNotFound [2021-09-16T19:08:57.881Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestServiceInspectWithEmptyID [2021-09-16T19:08:57.881Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestServiceInspect [2021-09-16T19:08:57.881Z] --- PASS: TestServiceInspect (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestServiceListError [2021-09-16T19:08:57.881Z] --- PASS: TestServiceListError (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestServiceList [2021-09-16T19:08:57.881Z] --- PASS: TestServiceList (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestServiceLogsError [2021-09-16T19:08:57.881Z] --- PASS: TestServiceLogsError (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestServiceLogs [2021-09-16T19:08:57.881Z] --- PASS: TestServiceLogs (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestServiceRemoveError [2021-09-16T19:08:57.881Z] --- PASS: TestServiceRemoveError (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestServiceRemoveNotFoundError [2021-09-16T19:08:57.881Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestServiceRemove [2021-09-16T19:08:57.881Z] --- PASS: TestServiceRemove (0.00s) [2021-09-16T19:08:57.881Z] === RUN TestServiceUpdateError [2021-09-16T19:08:57.881Z] --- PASS: TestServiceUpdateError (0.00s) [2021-09-16T19:08:57.882Z] === RUN TestServiceUpdate [2021-09-16T19:08:57.882Z] --- PASS: TestServiceUpdate (0.00s) [2021-09-16T19:08:57.882Z] === RUN TestSwarmGetUnlockKeyError [2021-09-16T19:08:57.882Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2021-09-16T19:08:57.882Z] === RUN TestSwarmGetUnlockKey [2021-09-16T19:08:57.882Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2021-09-16T19:08:57.882Z] === RUN TestSwarmInitError [2021-09-16T19:08:57.882Z] --- PASS: TestSwarmInitError (0.00s) [2021-09-16T19:08:57.882Z] === RUN TestSwarmInit [2021-09-16T19:08:57.882Z] --- PASS: TestSwarmInit (0.00s) [2021-09-16T19:08:57.882Z] === RUN TestSwarmInspectError [2021-09-16T19:08:57.882Z] --- PASS: TestSwarmInspectError (0.00s) [2021-09-16T19:08:57.882Z] === RUN TestSwarmInspect [2021-09-16T19:08:57.882Z] --- PASS: TestSwarmInspect (0.00s) [2021-09-16T19:08:57.882Z] === RUN TestSwarmJoinError [2021-09-16T19:08:57.882Z] --- PASS: TestSwarmJoinError (0.00s) [2021-09-16T19:08:57.882Z] === RUN TestSwarmJoin [2021-09-16T19:08:57.882Z] --- PASS: TestSwarmJoin (0.00s) [2021-09-16T19:08:57.882Z] === RUN TestSwarmLeaveError [2021-09-16T19:08:57.882Z] --- PASS: TestSwarmLeaveError (0.00s) [2021-09-16T19:08:57.882Z] === RUN TestSwarmLeave [2021-09-16T19:08:57.882Z] --- PASS: TestSwarmLeave (0.00s) [2021-09-16T19:08:57.882Z] === RUN TestSwarmUnlockError [2021-09-16T19:08:57.882Z] --- PASS: TestSwarmUnlockError (0.00s) [2021-09-16T19:08:57.882Z] === RUN TestSwarmUnlock [2021-09-16T19:08:57.882Z] --- PASS: TestSwarmUnlock (0.00s) [2021-09-16T19:08:57.882Z] === RUN TestSwarmUpdateError [2021-09-16T19:08:57.882Z] --- PASS: TestSwarmUpdateError (0.00s) [2021-09-16T19:08:57.882Z] === RUN TestSwarmUpdate [2021-09-16T19:08:57.882Z] --- PASS: TestSwarmUpdate (0.00s) [2021-09-16T19:08:57.882Z] === RUN TestTaskInspectError [2021-09-16T19:08:57.882Z] --- PASS: TestTaskInspectError (0.00s) [2021-09-16T19:08:57.882Z] === RUN TestTaskInspectWithEmptyID [2021-09-16T19:08:57.882Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2021-09-16T19:08:57.882Z] === RUN TestTaskInspect [2021-09-16T19:08:57.882Z] --- PASS: TestTaskInspect (0.00s) [2021-09-16T19:08:57.882Z] === RUN TestTaskListError [2021-09-16T19:08:57.882Z] --- PASS: TestTaskListError (0.00s) [2021-09-16T19:08:57.882Z] === RUN TestTaskList [2021-09-16T19:08:57.882Z] --- PASS: TestTaskList (0.00s) [2021-09-16T19:08:57.882Z] === RUN TestVolumeCreateError [2021-09-16T19:08:57.882Z] --- PASS: TestVolumeCreateError (0.00s) [2021-09-16T19:08:57.882Z] === RUN TestVolumeCreate [2021-09-16T19:08:57.882Z] --- PASS: TestVolumeCreate (0.00s) [2021-09-16T19:08:57.882Z] === RUN TestVolumeInspectError [2021-09-16T19:08:57.882Z] --- PASS: TestVolumeInspectError (0.00s) [2021-09-16T19:08:57.882Z] === RUN TestVolumeInspectNotFound [2021-09-16T19:08:57.882Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2021-09-16T19:08:57.882Z] === RUN TestVolumeInspectWithEmptyID [2021-09-16T19:08:57.882Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2021-09-16T19:08:57.882Z] === RUN TestVolumeInspect [2021-09-16T19:08:57.882Z] --- PASS: TestVolumeInspect (0.00s) [2021-09-16T19:08:57.882Z] === RUN TestVolumeListError [2021-09-16T19:08:57.882Z] --- PASS: TestVolumeListError (0.00s) [2021-09-16T19:08:57.882Z] === RUN TestVolumeList [2021-09-16T19:08:57.882Z] --- PASS: TestVolumeList (0.00s) [2021-09-16T19:08:57.882Z] === RUN TestVolumeRemoveError [2021-09-16T19:08:57.882Z] --- PASS: TestVolumeRemoveError (0.00s) [2021-09-16T19:08:57.882Z] === RUN TestVolumeRemove [2021-09-16T19:08:57.882Z] --- PASS: TestVolumeRemove (0.00s) [2021-09-16T19:08:57.882Z] === CONT TestTLSCloseWriter [2021-09-16T19:08:57.882Z] --- PASS: TestTLSCloseWriter (0.01s) [2021-09-16T19:08:57.882Z] PASS [2021-09-16T19:08:57.882Z] coverage: 75.1% of statements [2021-09-16T19:08:57.882Z] ok github.com/docker/docker/client 0.334s coverage: 75.1% of statements [2021-09-16T19:08:58.625Z] --- PASS: TestCgroupNamespacesBuild (2.35s) [2021-09-16T19:08:58.625Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-09-16T19:08:59.876Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.77s) [2021-09-16T19:08:59.876Z] --- PASS: TestDaemonRestartIpcMode (3.28s) [2021-09-16T19:08:59.876Z] PASS [2021-09-16T19:08:59.876Z] [2021-09-16T19:08:59.876Z] === Skipped [2021-09-16T19:08:59.876Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2021-09-16T19:08:59.876Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-09-16T19:08:59.876Z] [2021-09-16T19:08:59.876Z] === SKIP: amd64.integration.container TestContainerStartOnDaemonRestart (0.00s) [2021-09-16T19:08:59.876Z] daemon_linux_test.go:38: (*Execution).IsRootless-fm [2021-09-16T19:08:59.876Z] [2021-09-16T19:08:59.876Z] === SKIP: amd64.integration.container TestDaemonHostGatewayIP (0.00s) [2021-09-16T19:08:59.876Z] daemon_linux_test.go:138: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-09-16T19:08:59.876Z] [2021-09-16T19:08:59.876Z] === SKIP: amd64.integration.container TestContainerKillOnDaemonStart (0.00s) [2021-09-16T19:08:59.876Z] daemon_test.go:20: (*Execution).IsRootless-fm: scenario doesn't work with rootless mode [2021-09-16T19:08:59.876Z] [2021-09-16T19:08:59.876Z] === SKIP: amd64.integration.container TestIpcModeShareable (0.00s) [2021-09-16T19:08:59.876Z] ipcmode_linux_test.go:118: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-09-16T19:08:59.876Z] [2021-09-16T19:08:59.876Z] === SKIP: amd64.integration.container TestAPIIpcModeHost (0.00s) [2021-09-16T19:08:59.876Z] ipcmode_linux_test.go:194: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-09-16T19:08:59.876Z] [2021-09-16T19:08:59.876Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareable (0.00s) [2021-09-16T19:08:59.876Z] ipcmode_linux_test.go:266: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-09-16T19:08:59.876Z] [2021-09-16T19:08:59.876Z] === SKIP: amd64.integration.container TestDaemonIpcModePrivateFromConfig (0.00s) [2021-09-16T19:08:59.876Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-09-16T19:08:59.876Z] [2021-09-16T19:08:59.876Z] === SKIP: amd64.integration.container TestDaemonIpcModeShareableFromConfig (0.00s) [2021-09-16T19:08:59.876Z] ipcmode_linux_test.go:280: (*Execution).IsRootless-fm: cannot test /dev/shm in rootless [2021-09-16T19:08:59.876Z] [2021-09-16T19:08:59.876Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.00s) [2021-09-16T19:08:59.876Z] kill_test.go:156: testEnv.DaemonInfo.CgroupDriver == "none" [2021-09-16T19:08:59.876Z] [2021-09-16T19:08:59.876Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2021-09-16T19:08:59.876Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-09-16T19:08:59.876Z] [2021-09-16T19:08:59.876Z] === SKIP: amd64.integration.container TestLinksEtcHostsContentMatch (0.00s) [2021-09-16T19:08:59.876Z] links_linux_test.go:18: (*Execution).IsRootless-fm: rootless mode has different view of /etc/hosts [2021-09-16T19:08:59.876Z] [2021-09-16T19:08:59.876Z] === SKIP: amd64.integration.container TestContainerBindMountNonRecursive (0.01s) [2021-09-16T19:08:59.876Z] 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-16T19:08:59.876Z] [2021-09-16T19:08:59.876Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsShared (0.00s) [2021-09-16T19:08:59.876Z] 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-16T19:08:59.876Z] [2021-09-16T19:08:59.876Z] === SKIP: amd64.integration.container TestContainerVolumesMountedAsSlave (0.00s) [2021-09-16T19:08:59.876Z] 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-16T19:08:59.876Z] [2021-09-16T19:08:59.876Z] === SKIP: amd64.integration.container TestPause (0.00s) [2021-09-16T19:08:59.876Z] pause_test.go:24: testEnv.DaemonInfo.CgroupDriver == "none" [2021-09-16T19:08:59.876Z] [2021-09-16T19:08:59.876Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-09-16T19:08:59.876Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-09-16T19:08:59.876Z] [2021-09-16T19:08:59.876Z] === SKIP: amd64.integration.container TestPauseStopPausedContainer (0.01s) [2021-09-16T19:08:59.876Z] pause_test.go:72: testEnv.DaemonInfo.CgroupDriver == "none" [2021-09-16T19:08:59.876Z] [2021-09-16T19:08:59.876Z] === SKIP: amd64.integration.container TestDaemonRestartKillContainers (0.00s) [2021-09-16T19:08:59.876Z] restart_test.go:19: (*Execution).IsRootless-fm: rootless mode doesn't support live-restore [2021-09-16T19:08:59.876Z] [2021-09-16T19:08:59.876Z] === SKIP: amd64.integration.container TestNISDomainname (0.01s) [2021-09-16T19:08:59.876Z] 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-16T19:08:59.876Z] [2021-09-16T19:08:59.876Z] === SKIP: amd64.integration.container TestStats (0.00s) [2021-09-16T19:08:59.876Z] stats_test.go:20: testEnv.DaemonInfo.CgroupDriver == "none" [2021-09-16T19:08:59.876Z] [2021-09-16T19:08:59.876Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2021-09-16T19:08:59.876Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-09-16T19:08:59.876Z] [2021-09-16T19:08:59.876Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2021-09-16T19:08:59.876Z] update_linux_test.go:22: testEnv.DaemonInfo.CgroupDriver == "none" [2021-09-16T19:08:59.876Z] [2021-09-16T19:08:59.876Z] === SKIP: amd64.integration.container TestUpdateCPUQuota (0.00s) [2021-09-16T19:08:59.876Z] update_linux_test.go:87: testEnv.DaemonInfo.CgroupDriver == "none" [2021-09-16T19:08:59.876Z] [2021-09-16T19:08:59.876Z] === SKIP: amd64.integration.container TestUpdatePidsLimit (0.00s) [2021-09-16T19:08:59.876Z] update_linux_test.go:155: testEnv.DaemonInfo.CgroupDriver == "none" [2021-09-16T19:08:59.876Z] [2021-09-16T19:08:59.876Z] DONE 176 tests, 25 skipped in 69.246s [2021-09-16T19:08:59.876Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2021-09-16T19:08:59.876Z] === RUN TestConfigDaemonLibtrustID [2021-09-16T19:09:00.439Z] --- PASS: TestConfigDaemonLibtrustID (0.55s) [2021-09-16T19:09:00.439Z] === RUN TestDaemonConfigValidation [2021-09-16T19:09:00.439Z] === RUN TestDaemonConfigValidation/config_with_no_content [2021-09-16T19:09:00.439Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2021-09-16T19:09:00.439Z] === RUN TestDaemonConfigValidation/config_with_{} [2021-09-16T19:09:00.439Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2021-09-16T19:09:00.439Z] === RUN TestDaemonConfigValidation/invalid_config [2021-09-16T19:09:00.439Z] === PAUSE TestDaemonConfigValidation/invalid_config [2021-09-16T19:09:00.439Z] === RUN TestDaemonConfigValidation/malformed_config [2021-09-16T19:09:00.439Z] === PAUSE TestDaemonConfigValidation/malformed_config [2021-09-16T19:09:00.439Z] === RUN TestDaemonConfigValidation/valid_config [2021-09-16T19:09:00.439Z] === PAUSE TestDaemonConfigValidation/valid_config [2021-09-16T19:09:00.439Z] === CONT TestDaemonConfigValidation/config_with_no_content [2021-09-16T19:09:00.439Z] === CONT TestDaemonConfigValidation/malformed_config [2021-09-16T19:09:00.439Z] === CONT TestDaemonConfigValidation/valid_config [2021-09-16T19:09:00.439Z] === CONT TestDaemonConfigValidation/invalid_config [2021-09-16T19:09:00.542Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.98s) [2021-09-16T19:09:00.542Z] === RUN TestBuildWithSession [2021-09-16T19:09:00.542Z] build_session_test.go:25: TODO: BuildKit [2021-09-16T19:09:00.542Z] --- SKIP: TestBuildWithSession (0.00s) [2021-09-16T19:09:00.542Z] === RUN TestBuildSquashParent [2021-09-16T19:09:00.695Z] === CONT TestDaemonConfigValidation/config_with_{} [2021-09-16T19:09:00.695Z] --- PASS: TestDaemonConfigValidation (0.00s) [2021-09-16T19:09:00.695Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.07s) [2021-09-16T19:09:00.695Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.09s) [2021-09-16T19:09:00.695Z] --- PASS: TestDaemonConfigValidation/valid_config (0.07s) [2021-09-16T19:09:00.695Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.08s) [2021-09-16T19:09:00.695Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.07s) [2021-09-16T19:09:00.695Z] === RUN TestConfigDaemonSeccompProfiles [2021-09-16T19:09:00.695Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2021-09-16T19:09:00.936Z] === RUN TestCheckpointCreateError [2021-09-16T19:09:00.936Z] --- PASS: TestCheckpointCreateError (0.00s) [2021-09-16T19:09:00.936Z] === RUN TestCheckpointCreate [2021-09-16T19:09:00.936Z] --- PASS: TestCheckpointCreate (0.00s) [2021-09-16T19:09:00.936Z] === RUN TestCheckpointDeleteError [2021-09-16T19:09:00.936Z] --- PASS: TestCheckpointDeleteError (0.00s) [2021-09-16T19:09:00.936Z] === RUN TestCheckpointDelete [2021-09-16T19:09:00.936Z] --- PASS: TestCheckpointDelete (0.00s) [2021-09-16T19:09:00.936Z] === RUN TestCheckpointListError [2021-09-16T19:09:00.936Z] --- PASS: TestCheckpointListError (0.00s) [2021-09-16T19:09:00.936Z] === RUN TestCheckpointList [2021-09-16T19:09:00.936Z] --- PASS: TestCheckpointList (0.00s) [2021-09-16T19:09:00.936Z] === RUN TestCheckpointListContainerNotFound [2021-09-16T19:09:00.936Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2021-09-16T19:09:00.936Z] === RUN TestNewClientWithOpsFromEnv [2021-09-16T19:09:00.936Z] client_test.go:23: runtime.GOOS == "windows" [2021-09-16T19:09:00.936Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2021-09-16T19:09:00.936Z] === RUN TestGetAPIPath [2021-09-16T19:09:00.936Z] --- PASS: TestGetAPIPath (0.00s) [2021-09-16T19:09:00.936Z] === RUN TestParseHostURL [2021-09-16T19:09:00.936Z] --- PASS: TestParseHostURL (0.00s) [2021-09-16T19:09:00.936Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2021-09-16T19:09:00.936Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2021-09-16T19:09:00.936Z] === RUN TestNegotiateAPIVersionEmpty [2021-09-16T19:09:00.936Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2021-09-16T19:09:00.936Z] === RUN TestNegotiateAPIVersion [2021-09-16T19:09:00.936Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2021-09-16T19:09:00.936Z] === RUN TestNegotiateAPVersionOverride [2021-09-16T19:09:00.936Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2021-09-16T19:09:00.936Z] === RUN TestNegotiateAPIVersionAutomatic [2021-09-16T19:09:00.936Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2021-09-16T19:09:00.936Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2021-09-16T19:09:00.936Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2021-09-16T19:09:00.936Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2021-09-16T19:09:00.936Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2021-09-16T19:09:00.936Z] === RUN TestClientRedirect [2021-09-16T19:09:00.936Z] --- PASS: TestClientRedirect (0.00s) [2021-09-16T19:09:00.936Z] === RUN TestConfigCreateUnsupported [2021-09-16T19:09:00.936Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2021-09-16T19:09:00.936Z] === RUN TestConfigCreateError [2021-09-16T19:09:00.936Z] --- PASS: TestConfigCreateError (0.00s) [2021-09-16T19:09:00.936Z] === RUN TestConfigCreate [2021-09-16T19:09:00.936Z] --- PASS: TestConfigCreate (0.00s) [2021-09-16T19:09:00.936Z] === RUN TestConfigInspectNotFound [2021-09-16T19:09:00.936Z] --- PASS: TestConfigInspectNotFound (0.00s) [2021-09-16T19:09:00.936Z] === RUN TestConfigInspectWithEmptyID [2021-09-16T19:09:00.936Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2021-09-16T19:09:00.936Z] === RUN TestConfigInspectUnsupported [2021-09-16T19:09:00.936Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2021-09-16T19:09:00.936Z] === RUN TestConfigInspectError [2021-09-16T19:09:00.936Z] --- PASS: TestConfigInspectError (0.00s) [2021-09-16T19:09:00.936Z] === RUN TestConfigInspectConfigNotFound [2021-09-16T19:09:00.936Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2021-09-16T19:09:00.936Z] === RUN TestConfigInspect [2021-09-16T19:09:00.936Z] --- PASS: TestConfigInspect (0.00s) [2021-09-16T19:09:00.936Z] === RUN TestConfigListUnsupported [2021-09-16T19:09:00.936Z] --- PASS: TestConfigListUnsupported (0.00s) [2021-09-16T19:09:00.936Z] === RUN TestConfigListError [2021-09-16T19:09:00.936Z] --- PASS: TestConfigListError (0.00s) [2021-09-16T19:09:00.936Z] === RUN TestConfigList [2021-09-16T19:09:00.936Z] --- PASS: TestConfigList (0.00s) [2021-09-16T19:09:00.936Z] === RUN TestConfigRemoveUnsupported [2021-09-16T19:09:00.936Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2021-09-16T19:09:00.936Z] === RUN TestConfigRemoveError [2021-09-16T19:09:00.936Z] --- PASS: TestConfigRemoveError (0.00s) [2021-09-16T19:09:00.936Z] === RUN TestConfigRemove [2021-09-16T19:09:00.936Z] --- PASS: TestConfigRemove (0.00s) [2021-09-16T19:09:00.936Z] === RUN TestConfigUpdateUnsupported [2021-09-16T19:09:00.936Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2021-09-16T19:09:00.936Z] === RUN TestConfigUpdateError [2021-09-16T19:09:00.936Z] --- PASS: TestConfigUpdateError (0.00s) [2021-09-16T19:09:00.936Z] === RUN TestConfigUpdate [2021-09-16T19:09:00.936Z] --- PASS: TestConfigUpdate (0.00s) [2021-09-16T19:09:00.936Z] === RUN TestContainerCommitError [2021-09-16T19:09:00.936Z] --- PASS: TestContainerCommitError (0.00s) [2021-09-16T19:09:00.936Z] === RUN TestContainerCommit [2021-09-16T19:09:00.936Z] --- PASS: TestContainerCommit (0.00s) [2021-09-16T19:09:00.936Z] === RUN TestContainerStatPathError [2021-09-16T19:09:00.936Z] --- PASS: TestContainerStatPathError (0.00s) [2021-09-16T19:09:00.936Z] === RUN TestContainerStatPathNotFoundError [2021-09-16T19:09:00.936Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2021-09-16T19:09:00.936Z] === RUN TestContainerStatPathNoHeaderError [2021-09-16T19:09:00.936Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2021-09-16T19:09:00.936Z] === RUN TestContainerStatPath [2021-09-16T19:09:00.936Z] --- PASS: TestContainerStatPath (0.00s) [2021-09-16T19:09:00.936Z] === RUN TestCopyToContainerError [2021-09-16T19:09:00.936Z] --- PASS: TestCopyToContainerError (0.00s) [2021-09-16T19:09:00.936Z] === RUN TestCopyToContainerNotFoundError [2021-09-16T19:09:00.936Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2021-09-16T19:09:00.936Z] === RUN TestCopyToContainerNotStatusOKError [2021-09-16T19:09:01.406Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2021-09-16T19:09:01.406Z] === RUN TestCopyToContainer [2021-09-16T19:09:01.406Z] --- PASS: TestCopyToContainer (0.00s) [2021-09-16T19:09:01.406Z] === RUN TestCopyFromContainerError [2021-09-16T19:09:01.406Z] --- PASS: TestCopyFromContainerError (0.00s) [2021-09-16T19:09:01.406Z] === RUN TestCopyFromContainerNotFoundError [2021-09-16T19:09:01.406Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2021-09-16T19:09:01.406Z] === RUN TestCopyFromContainerNotStatusOKError [2021-09-16T19:09:01.406Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2021-09-16T19:09:01.406Z] === RUN TestCopyFromContainerNoHeaderError [2021-09-16T19:09:01.406Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2021-09-16T19:09:01.406Z] === RUN TestCopyFromContainer [2021-09-16T19:09:01.406Z] --- PASS: TestCopyFromContainer (0.00s) [2021-09-16T19:09:01.406Z] === RUN TestContainerCreateError [2021-09-16T19:09:01.406Z] --- PASS: TestContainerCreateError (0.00s) [2021-09-16T19:09:01.406Z] === RUN TestContainerCreateImageNotFound [2021-09-16T19:09:01.406Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2021-09-16T19:09:01.406Z] === RUN TestContainerCreateWithName [2021-09-16T19:09:01.406Z] --- PASS: TestContainerCreateWithName (0.00s) [2021-09-16T19:09:01.406Z] === RUN TestContainerCreateAutoRemove [2021-09-16T19:09:01.406Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2021-09-16T19:09:01.406Z] === RUN TestContainerDiffError [2021-09-16T19:09:01.406Z] --- PASS: TestContainerDiffError (0.00s) [2021-09-16T19:09:01.406Z] === RUN TestContainerDiff [2021-09-16T19:09:01.406Z] --- PASS: TestContainerDiff (0.00s) [2021-09-16T19:09:01.406Z] === RUN TestContainerExecCreateError [2021-09-16T19:09:01.406Z] --- PASS: TestContainerExecCreateError (0.00s) [2021-09-16T19:09:01.406Z] === RUN TestContainerExecCreate [2021-09-16T19:09:01.406Z] --- PASS: TestContainerExecCreate (0.00s) [2021-09-16T19:09:01.406Z] === RUN TestContainerExecStartError [2021-09-16T19:09:01.406Z] --- PASS: TestContainerExecStartError (0.00s) [2021-09-16T19:09:01.406Z] === RUN TestContainerExecStart [2021-09-16T19:09:01.406Z] --- PASS: TestContainerExecStart (0.00s) [2021-09-16T19:09:01.406Z] === RUN TestContainerExecInspectError [2021-09-16T19:09:01.406Z] --- PASS: TestContainerExecInspectError (0.00s) [2021-09-16T19:09:01.406Z] === RUN TestContainerExecInspect [2021-09-16T19:09:01.406Z] --- PASS: TestContainerExecInspect (0.00s) [2021-09-16T19:09:01.406Z] === RUN TestContainerExportError [2021-09-16T19:09:01.406Z] --- PASS: TestContainerExportError (0.00s) [2021-09-16T19:09:01.406Z] === RUN TestContainerExport [2021-09-16T19:09:01.406Z] --- PASS: TestContainerExport (0.00s) [2021-09-16T19:09:01.406Z] === RUN TestContainerInspectError [2021-09-16T19:09:01.406Z] --- PASS: TestContainerInspectError (0.00s) [2021-09-16T19:09:01.406Z] === RUN TestContainerInspectContainerNotFound [2021-09-16T19:09:01.406Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2021-09-16T19:09:01.406Z] === RUN TestContainerInspectWithEmptyID [2021-09-16T19:09:01.406Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2021-09-16T19:09:01.406Z] === RUN TestContainerInspect [2021-09-16T19:09:01.406Z] --- PASS: TestContainerInspect (0.00s) [2021-09-16T19:09:01.406Z] === RUN TestContainerInspectNode [2021-09-16T19:09:01.406Z] --- PASS: TestContainerInspectNode (0.00s) [2021-09-16T19:09:01.406Z] === RUN TestContainerKillError [2021-09-16T19:09:01.406Z] --- PASS: TestContainerKillError (0.00s) [2021-09-16T19:09:01.406Z] === RUN TestContainerKill [2021-09-16T19:09:01.406Z] --- PASS: TestContainerKill (0.00s) [2021-09-16T19:09:01.406Z] === RUN TestContainerListError [2021-09-16T19:09:01.406Z] --- PASS: TestContainerListError (0.00s) [2021-09-16T19:09:01.406Z] === RUN TestContainerList [2021-09-16T19:09:01.406Z] --- PASS: TestContainerList (0.00s) [2021-09-16T19:09:01.406Z] === RUN TestContainerLogsNotFoundError [2021-09-16T19:09:01.406Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2021-09-16T19:09:01.406Z] === RUN TestContainerLogsError [2021-09-16T19:09:01.406Z] --- PASS: TestContainerLogsError (0.00s) [2021-09-16T19:09:01.406Z] === RUN TestContainerLogs [2021-09-16T19:09:01.406Z] --- PASS: TestContainerLogs (0.14s) [2021-09-16T19:09:01.406Z] === RUN TestContainerPauseError [2021-09-16T19:09:01.406Z] --- PASS: TestContainerPauseError (0.00s) [2021-09-16T19:09:01.406Z] === RUN TestContainerPause [2021-09-16T19:09:01.406Z] --- PASS: TestContainerPause (0.00s) [2021-09-16T19:09:01.406Z] === RUN TestContainersPruneError [2021-09-16T19:09:01.406Z] --- PASS: TestContainersPruneError (0.00s) [2021-09-16T19:09:01.406Z] === RUN TestContainersPrune [2021-09-16T19:09:01.406Z] --- PASS: TestContainersPrune (0.00s) [2021-09-16T19:09:01.406Z] === RUN TestContainerRemoveError [2021-09-16T19:09:01.406Z] --- PASS: TestContainerRemoveError (0.00s) [2021-09-16T19:09:01.406Z] === RUN TestContainerRemoveNotFoundError [2021-09-16T19:09:01.406Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2021-09-16T19:09:01.406Z] === RUN TestContainerRemove [2021-09-16T19:09:01.406Z] --- PASS: TestContainerRemove (0.00s) [2021-09-16T19:09:01.406Z] === RUN TestContainerRenameError [2021-09-16T19:09:01.406Z] --- PASS: TestContainerRenameError (0.00s) [2021-09-16T19:09:01.406Z] === RUN TestContainerRename [2021-09-16T19:09:01.406Z] --- PASS: TestContainerRename (0.00s) [2021-09-16T19:09:01.406Z] === RUN TestContainerResizeError [2021-09-16T19:09:01.406Z] --- PASS: TestContainerResizeError (0.00s) [2021-09-16T19:09:01.406Z] === RUN TestContainerExecResizeError [2021-09-16T19:09:01.406Z] --- PASS: TestContainerExecResizeError (0.00s) [2021-09-16T19:09:01.406Z] === RUN TestContainerResize [2021-09-16T19:09:01.406Z] --- PASS: TestContainerResize (0.00s) [2021-09-16T19:09:01.406Z] === RUN TestContainerExecResize [2021-09-16T19:09:01.406Z] --- PASS: TestContainerExecResize (0.00s) [2021-09-16T19:09:01.406Z] === RUN TestContainerRestartError [2021-09-16T19:09:01.406Z] --- PASS: TestContainerRestartError (0.00s) [2021-09-16T19:09:01.406Z] === RUN TestContainerRestart [2021-09-16T19:09:01.406Z] --- PASS: TestContainerRestart (0.00s) [2021-09-16T19:09:01.406Z] === RUN TestContainerStartError [2021-09-16T19:09:01.406Z] --- PASS: TestContainerStartError (0.00s) [2021-09-16T19:09:01.406Z] === RUN TestContainerStart [2021-09-16T19:09:01.406Z] --- PASS: TestContainerStart (0.00s) [2021-09-16T19:09:01.406Z] === RUN TestContainerStatsError [2021-09-16T19:09:01.406Z] --- PASS: TestContainerStatsError (0.00s) [2021-09-16T19:09:01.406Z] === RUN TestContainerStats [2021-09-16T19:09:01.406Z] --- PASS: TestContainerStats (0.00s) [2021-09-16T19:09:01.406Z] === RUN TestContainerStopError [2021-09-16T19:09:01.406Z] --- PASS: TestContainerStopError (0.00s) [2021-09-16T19:09:01.406Z] === RUN TestContainerStop [2021-09-16T19:09:01.406Z] --- PASS: TestContainerStop (0.00s) [2021-09-16T19:09:01.406Z] === RUN TestContainerTopError [2021-09-16T19:09:01.406Z] --- PASS: TestContainerTopError (0.00s) [2021-09-16T19:09:01.406Z] === RUN TestContainerTop [2021-09-16T19:09:01.406Z] --- PASS: TestContainerTop (0.00s) [2021-09-16T19:09:01.406Z] === RUN TestContainerUnpauseError [2021-09-16T19:09:01.406Z] --- PASS: TestContainerUnpauseError (0.00s) [2021-09-16T19:09:01.406Z] === RUN TestContainerUnpause [2021-09-16T19:09:01.406Z] --- PASS: TestContainerUnpause (0.00s) [2021-09-16T19:09:01.406Z] === RUN TestContainerUpdateError [2021-09-16T19:09:01.406Z] --- PASS: TestContainerUpdateError (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestContainerUpdate [2021-09-16T19:09:01.407Z] --- PASS: TestContainerUpdate (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestContainerWaitError [2021-09-16T19:09:01.407Z] --- PASS: TestContainerWaitError (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestContainerWait [2021-09-16T19:09:01.407Z] --- PASS: TestContainerWait (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestDiskUsageError [2021-09-16T19:09:01.407Z] --- PASS: TestDiskUsageError (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestDiskUsage [2021-09-16T19:09:01.407Z] --- PASS: TestDiskUsage (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestDistributionInspectUnsupported [2021-09-16T19:09:01.407Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestDistributionInspectWithEmptyID [2021-09-16T19:09:01.407Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestEventsErrorInOptions [2021-09-16T19:09:01.407Z] --- PASS: TestEventsErrorInOptions (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestEventsErrorFromServer [2021-09-16T19:09:01.407Z] --- PASS: TestEventsErrorFromServer (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestEvents [2021-09-16T19:09:01.407Z] --- PASS: TestEvents (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestTLSCloseWriter [2021-09-16T19:09:01.407Z] === PAUSE TestTLSCloseWriter [2021-09-16T19:09:01.407Z] === RUN TestImageBuildError [2021-09-16T19:09:01.407Z] --- PASS: TestImageBuildError (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestImageBuild [2021-09-16T19:09:01.407Z] --- PASS: TestImageBuild (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestGetDockerOS [2021-09-16T19:09:01.407Z] --- PASS: TestGetDockerOS (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestImageCreateError [2021-09-16T19:09:01.407Z] --- PASS: TestImageCreateError (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestImageCreate [2021-09-16T19:09:01.407Z] --- PASS: TestImageCreate (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestImageHistoryError [2021-09-16T19:09:01.407Z] --- PASS: TestImageHistoryError (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestImageHistory [2021-09-16T19:09:01.407Z] --- PASS: TestImageHistory (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestImageImportError [2021-09-16T19:09:01.407Z] --- PASS: TestImageImportError (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestImageImport [2021-09-16T19:09:01.407Z] --- PASS: TestImageImport (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestImageInspectError [2021-09-16T19:09:01.407Z] --- PASS: TestImageInspectError (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestImageInspectImageNotFound [2021-09-16T19:09:01.407Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestImageInspectWithEmptyID [2021-09-16T19:09:01.407Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestImageInspect [2021-09-16T19:09:01.407Z] --- PASS: TestImageInspect (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestImageListError [2021-09-16T19:09:01.407Z] --- PASS: TestImageListError (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestImageList [2021-09-16T19:09:01.407Z] --- PASS: TestImageList (0.01s) [2021-09-16T19:09:01.407Z] === RUN TestImageListApiBefore125 [2021-09-16T19:09:01.407Z] --- PASS: TestImageListApiBefore125 (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestImageLoadError [2021-09-16T19:09:01.407Z] --- PASS: TestImageLoadError (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestImageLoad [2021-09-16T19:09:01.407Z] --- PASS: TestImageLoad (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestImagesPruneError [2021-09-16T19:09:01.407Z] --- PASS: TestImagesPruneError (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestImagesPrune [2021-09-16T19:09:01.407Z] --- PASS: TestImagesPrune (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestImagePullReferenceParseError [2021-09-16T19:09:01.407Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestImagePullAnyError [2021-09-16T19:09:01.407Z] --- PASS: TestImagePullAnyError (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestImagePullStatusUnauthorizedError [2021-09-16T19:09:01.407Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2021-09-16T19:09:01.407Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-09-16T19:09:01.407Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestImagePullWithPrivilegedFuncNoError [2021-09-16T19:09:01.407Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestImagePullWithoutErrors [2021-09-16T19:09:01.407Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestImagePushReferenceError [2021-09-16T19:09:01.407Z] --- PASS: TestImagePushReferenceError (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestImagePushAnyError [2021-09-16T19:09:01.407Z] --- PASS: TestImagePushAnyError (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestImagePushStatusUnauthorizedError [2021-09-16T19:09:01.407Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2021-09-16T19:09:01.407Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-09-16T19:09:01.407Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestImagePushWithPrivilegedFuncNoError [2021-09-16T19:09:01.407Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestImagePushWithoutErrors [2021-09-16T19:09:01.407Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2021-09-16T19:09:01.407Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2021-09-16T19:09:01.407Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2021-09-16T19:09:01.407Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2021-09-16T19:09:01.407Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2021-09-16T19:09:01.407Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2021-09-16T19:09:01.407Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2021-09-16T19:09:01.407Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2021-09-16T19:09:01.407Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestImageRemoveError [2021-09-16T19:09:01.407Z] --- PASS: TestImageRemoveError (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestImageRemoveImageNotFound [2021-09-16T19:09:01.407Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestImageRemove [2021-09-16T19:09:01.407Z] --- PASS: TestImageRemove (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestImageSaveError [2021-09-16T19:09:01.407Z] --- PASS: TestImageSaveError (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestImageSave [2021-09-16T19:09:01.407Z] --- PASS: TestImageSave (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestImageSearchAnyError [2021-09-16T19:09:01.407Z] --- PASS: TestImageSearchAnyError (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestImageSearchStatusUnauthorizedError [2021-09-16T19:09:01.407Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2021-09-16T19:09:01.407Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-09-16T19:09:01.407Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2021-09-16T19:09:01.407Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestImageSearchWithoutErrors [2021-09-16T19:09:01.407Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestImageTagError [2021-09-16T19:09:01.407Z] --- PASS: TestImageTagError (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestImageTagInvalidReference [2021-09-16T19:09:01.407Z] --- PASS: TestImageTagInvalidReference (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestImageTagInvalidSourceImageName [2021-09-16T19:09:01.407Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestImageTagHexSource [2021-09-16T19:09:01.407Z] --- PASS: TestImageTagHexSource (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestImageTag [2021-09-16T19:09:01.407Z] --- PASS: TestImageTag (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestInfoServerError [2021-09-16T19:09:01.407Z] --- PASS: TestInfoServerError (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestInfoInvalidResponseJSONError [2021-09-16T19:09:01.407Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestInfo [2021-09-16T19:09:01.407Z] --- PASS: TestInfo (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestNetworkConnectError [2021-09-16T19:09:01.407Z] --- PASS: TestNetworkConnectError (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2021-09-16T19:09:01.407Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestNetworkConnect [2021-09-16T19:09:01.407Z] --- PASS: TestNetworkConnect (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestNetworkCreateError [2021-09-16T19:09:01.407Z] --- PASS: TestNetworkCreateError (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestNetworkCreate [2021-09-16T19:09:01.407Z] --- PASS: TestNetworkCreate (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestNetworkDisconnectError [2021-09-16T19:09:01.407Z] --- PASS: TestNetworkDisconnectError (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestNetworkDisconnect [2021-09-16T19:09:01.407Z] --- PASS: TestNetworkDisconnect (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestNetworkInspectError [2021-09-16T19:09:01.407Z] --- PASS: TestNetworkInspectError (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestNetworkInspectNotFoundError [2021-09-16T19:09:01.407Z] --- PASS: TestNetworkInspectNotFoundError (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestNetworkInspectWithEmptyID [2021-09-16T19:09:01.407Z] --- PASS: TestNetworkInspectWithEmptyID (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestNetworkInspect [2021-09-16T19:09:01.407Z] --- PASS: TestNetworkInspect (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestNetworkListError [2021-09-16T19:09:01.407Z] --- PASS: TestNetworkListError (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestNetworkList [2021-09-16T19:09:01.407Z] --- PASS: TestNetworkList (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestNetworksPruneError [2021-09-16T19:09:01.407Z] --- PASS: TestNetworksPruneError (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestNetworksPrune [2021-09-16T19:09:01.407Z] --- PASS: TestNetworksPrune (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestNetworkRemoveError [2021-09-16T19:09:01.407Z] --- PASS: TestNetworkRemoveError (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestNetworkRemove [2021-09-16T19:09:01.407Z] --- PASS: TestNetworkRemove (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestNodeInspectError [2021-09-16T19:09:01.407Z] --- PASS: TestNodeInspectError (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestNodeInspectNodeNotFound [2021-09-16T19:09:01.407Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestNodeInspectWithEmptyID [2021-09-16T19:09:01.407Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestNodeInspect [2021-09-16T19:09:01.407Z] --- PASS: TestNodeInspect (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestNodeListError [2021-09-16T19:09:01.407Z] --- PASS: TestNodeListError (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestNodeList [2021-09-16T19:09:01.407Z] --- PASS: TestNodeList (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestNodeRemoveError [2021-09-16T19:09:01.407Z] --- PASS: TestNodeRemoveError (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestNodeRemove [2021-09-16T19:09:01.407Z] --- PASS: TestNodeRemove (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestNodeUpdateError [2021-09-16T19:09:01.407Z] --- PASS: TestNodeUpdateError (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestNodeUpdate [2021-09-16T19:09:01.407Z] --- PASS: TestNodeUpdate (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestOptionWithTimeout [2021-09-16T19:09:01.407Z] --- PASS: TestOptionWithTimeout (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestPingFail [2021-09-16T19:09:01.407Z] --- PASS: TestPingFail (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestPingWithError [2021-09-16T19:09:01.407Z] 2021/09/16 19:09:00 RoundTripper returned a response & error; ignoring response [2021-09-16T19:09:01.407Z] 2021/09/16 19:09:00 RoundTripper returned a response & error; ignoring response [2021-09-16T19:09:01.407Z] --- PASS: TestPingWithError (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestPingSuccess [2021-09-16T19:09:01.407Z] --- PASS: TestPingSuccess (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestPingHeadFallback [2021-09-16T19:09:01.407Z] === RUN TestPingHeadFallback/OK [2021-09-16T19:09:01.407Z] === RUN TestPingHeadFallback/Internal_Server_Error [2021-09-16T19:09:01.407Z] === RUN TestPingHeadFallback/Not_Found [2021-09-16T19:09:01.407Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2021-09-16T19:09:01.407Z] --- PASS: TestPingHeadFallback (0.00s) [2021-09-16T19:09:01.407Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2021-09-16T19:09:01.407Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2021-09-16T19:09:01.407Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2021-09-16T19:09:01.407Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestPluginDisableError [2021-09-16T19:09:01.407Z] --- PASS: TestPluginDisableError (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestPluginDisable [2021-09-16T19:09:01.407Z] --- PASS: TestPluginDisable (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestPluginEnableError [2021-09-16T19:09:01.407Z] --- PASS: TestPluginEnableError (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestPluginEnable [2021-09-16T19:09:01.407Z] --- PASS: TestPluginEnable (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestPluginInspectError [2021-09-16T19:09:01.407Z] --- PASS: TestPluginInspectError (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestPluginInspectWithEmptyID [2021-09-16T19:09:01.407Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestPluginInspect [2021-09-16T19:09:01.407Z] --- PASS: TestPluginInspect (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestPluginListError [2021-09-16T19:09:01.407Z] --- PASS: TestPluginListError (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestPluginList [2021-09-16T19:09:01.407Z] --- PASS: TestPluginList (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestPluginPushError [2021-09-16T19:09:01.407Z] --- PASS: TestPluginPushError (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestPluginPush [2021-09-16T19:09:01.407Z] --- PASS: TestPluginPush (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestPluginRemoveError [2021-09-16T19:09:01.407Z] --- PASS: TestPluginRemoveError (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestPluginRemove [2021-09-16T19:09:01.407Z] --- PASS: TestPluginRemove (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestPluginSetError [2021-09-16T19:09:01.407Z] --- PASS: TestPluginSetError (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestPluginSet [2021-09-16T19:09:01.407Z] --- PASS: TestPluginSet (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestSetHostHeader [2021-09-16T19:09:01.407Z] --- PASS: TestSetHostHeader (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestPlainTextError [2021-09-16T19:09:01.407Z] --- PASS: TestPlainTextError (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestInfiniteError [2021-09-16T19:09:01.407Z] --- PASS: TestInfiniteError (0.02s) [2021-09-16T19:09:01.407Z] === RUN TestCanceledContext [2021-09-16T19:09:01.407Z] 2021/09/16 19:09:00 RoundTripper returned a response & error; ignoring response [2021-09-16T19:09:01.407Z] --- PASS: TestCanceledContext (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestDeadlineExceededContext [2021-09-16T19:09:01.407Z] 2021/09/16 19:09:00 RoundTripper returned a response & error; ignoring response [2021-09-16T19:09:01.407Z] --- PASS: TestDeadlineExceededContext (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestSecretCreateUnsupported [2021-09-16T19:09:01.407Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestSecretCreateError [2021-09-16T19:09:01.407Z] --- PASS: TestSecretCreateError (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestSecretCreate [2021-09-16T19:09:01.407Z] --- PASS: TestSecretCreate (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestSecretInspectUnsupported [2021-09-16T19:09:01.407Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestSecretInspectError [2021-09-16T19:09:01.407Z] --- PASS: TestSecretInspectError (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestSecretInspectSecretNotFound [2021-09-16T19:09:01.407Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestSecretInspectWithEmptyID [2021-09-16T19:09:01.407Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestSecretInspect [2021-09-16T19:09:01.407Z] --- PASS: TestSecretInspect (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestSecretListUnsupported [2021-09-16T19:09:01.407Z] --- PASS: TestSecretListUnsupported (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestSecretListError [2021-09-16T19:09:01.407Z] --- PASS: TestSecretListError (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestSecretList [2021-09-16T19:09:01.407Z] --- PASS: TestSecretList (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestSecretRemoveUnsupported [2021-09-16T19:09:01.407Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestSecretRemoveError [2021-09-16T19:09:01.407Z] --- PASS: TestSecretRemoveError (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestSecretRemove [2021-09-16T19:09:01.407Z] --- PASS: TestSecretRemove (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestSecretUpdateUnsupported [2021-09-16T19:09:01.407Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestSecretUpdateError [2021-09-16T19:09:01.407Z] --- PASS: TestSecretUpdateError (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestSecretUpdate [2021-09-16T19:09:01.407Z] --- PASS: TestSecretUpdate (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestServiceCreateError [2021-09-16T19:09:01.407Z] --- PASS: TestServiceCreateError (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestServiceCreate [2021-09-16T19:09:01.407Z] --- PASS: TestServiceCreate (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestServiceCreateCompatiblePlatforms [2021-09-16T19:09:01.407Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestServiceCreateDigestPinning [2021-09-16T19:09:01.407Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2021-09-16T19:09:01.407Z] === RUN TestServiceInspectError [2021-09-16T19:09:01.408Z] --- PASS: TestServiceInspectError (0.00s) [2021-09-16T19:09:01.408Z] === RUN TestServiceInspectServiceNotFound [2021-09-16T19:09:01.408Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2021-09-16T19:09:01.408Z] === RUN TestServiceInspectWithEmptyID [2021-09-16T19:09:01.408Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2021-09-16T19:09:01.408Z] === RUN TestServiceInspect [2021-09-16T19:09:01.408Z] --- PASS: TestServiceInspect (0.00s) [2021-09-16T19:09:01.408Z] === RUN TestServiceListError [2021-09-16T19:09:01.408Z] --- PASS: TestServiceListError (0.00s) [2021-09-16T19:09:01.408Z] === RUN TestServiceList [2021-09-16T19:09:01.408Z] --- PASS: TestServiceList (0.00s) [2021-09-16T19:09:01.408Z] === RUN TestServiceLogsError [2021-09-16T19:09:01.408Z] --- PASS: TestServiceLogsError (0.00s) [2021-09-16T19:09:01.408Z] === RUN TestServiceLogs [2021-09-16T19:09:01.408Z] --- PASS: TestServiceLogs (0.00s) [2021-09-16T19:09:01.408Z] === RUN TestServiceRemoveError [2021-09-16T19:09:01.408Z] --- PASS: TestServiceRemoveError (0.00s) [2021-09-16T19:09:01.408Z] === RUN TestServiceRemoveNotFoundError [2021-09-16T19:09:01.408Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2021-09-16T19:09:01.408Z] === RUN TestServiceRemove [2021-09-16T19:09:01.408Z] --- PASS: TestServiceRemove (0.00s) [2021-09-16T19:09:01.408Z] === RUN TestServiceUpdateError [2021-09-16T19:09:01.408Z] --- PASS: TestServiceUpdateError (0.00s) [2021-09-16T19:09:01.408Z] === RUN TestServiceUpdate [2021-09-16T19:09:01.408Z] --- PASS: TestServiceUpdate (0.00s) [2021-09-16T19:09:01.408Z] === RUN TestSwarmGetUnlockKeyError [2021-09-16T19:09:01.408Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2021-09-16T19:09:01.408Z] === RUN TestSwarmGetUnlockKey [2021-09-16T19:09:01.408Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2021-09-16T19:09:01.408Z] === RUN TestSwarmInitError [2021-09-16T19:09:01.408Z] --- PASS: TestSwarmInitError (0.00s) [2021-09-16T19:09:01.408Z] === RUN TestSwarmInit [2021-09-16T19:09:01.408Z] --- PASS: TestSwarmInit (0.00s) [2021-09-16T19:09:01.408Z] === RUN TestSwarmInspectError [2021-09-16T19:09:01.408Z] --- PASS: TestSwarmInspectError (0.00s) [2021-09-16T19:09:01.408Z] === RUN TestSwarmInspect [2021-09-16T19:09:01.408Z] --- PASS: TestSwarmInspect (0.00s) [2021-09-16T19:09:01.408Z] === RUN TestSwarmJoinError [2021-09-16T19:09:01.408Z] --- PASS: TestSwarmJoinError (0.00s) [2021-09-16T19:09:01.408Z] === RUN TestSwarmJoin [2021-09-16T19:09:01.408Z] --- PASS: TestSwarmJoin (0.00s) [2021-09-16T19:09:01.408Z] === RUN TestSwarmLeaveError [2021-09-16T19:09:01.408Z] --- PASS: TestSwarmLeaveError (0.00s) [2021-09-16T19:09:01.408Z] === RUN TestSwarmLeave [2021-09-16T19:09:01.408Z] --- PASS: TestSwarmLeave (0.00s) [2021-09-16T19:09:01.408Z] === RUN TestSwarmUnlockError [2021-09-16T19:09:01.408Z] --- PASS: TestSwarmUnlockError (0.00s) [2021-09-16T19:09:01.408Z] === RUN TestSwarmUnlock [2021-09-16T19:09:01.408Z] --- PASS: TestSwarmUnlock (0.00s) [2021-09-16T19:09:01.408Z] === RUN TestSwarmUpdateError [2021-09-16T19:09:01.408Z] --- PASS: TestSwarmUpdateError (0.00s) [2021-09-16T19:09:01.408Z] === RUN TestSwarmUpdate [2021-09-16T19:09:01.408Z] --- PASS: TestSwarmUpdate (0.00s) [2021-09-16T19:09:01.408Z] === RUN TestTaskInspectError [2021-09-16T19:09:01.408Z] --- PASS: TestTaskInspectError (0.00s) [2021-09-16T19:09:01.408Z] === RUN TestTaskInspectWithEmptyID [2021-09-16T19:09:01.408Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2021-09-16T19:09:01.408Z] === RUN TestTaskInspect [2021-09-16T19:09:01.408Z] --- PASS: TestTaskInspect (0.00s) [2021-09-16T19:09:01.408Z] === RUN TestTaskListError [2021-09-16T19:09:01.408Z] --- PASS: TestTaskListError (0.00s) [2021-09-16T19:09:01.408Z] === RUN TestTaskList [2021-09-16T19:09:01.408Z] --- PASS: TestTaskList (0.00s) [2021-09-16T19:09:01.408Z] === RUN TestVolumeCreateError [2021-09-16T19:09:01.408Z] --- PASS: TestVolumeCreateError (0.00s) [2021-09-16T19:09:01.408Z] === RUN TestVolumeCreate [2021-09-16T19:09:01.408Z] --- PASS: TestVolumeCreate (0.00s) [2021-09-16T19:09:01.408Z] === RUN TestVolumeInspectError [2021-09-16T19:09:01.408Z] --- PASS: TestVolumeInspectError (0.00s) [2021-09-16T19:09:01.408Z] === RUN TestVolumeInspectNotFound [2021-09-16T19:09:01.408Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2021-09-16T19:09:01.408Z] === RUN TestVolumeInspectWithEmptyID [2021-09-16T19:09:01.408Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2021-09-16T19:09:01.408Z] === RUN TestVolumeInspect [2021-09-16T19:09:01.408Z] --- PASS: TestVolumeInspect (0.00s) [2021-09-16T19:09:01.408Z] === RUN TestVolumeListError [2021-09-16T19:09:01.408Z] --- PASS: TestVolumeListError (0.00s) [2021-09-16T19:09:01.408Z] === RUN TestVolumeList [2021-09-16T19:09:01.408Z] --- PASS: TestVolumeList (0.00s) [2021-09-16T19:09:01.408Z] === RUN TestVolumeRemoveError [2021-09-16T19:09:01.408Z] --- PASS: TestVolumeRemoveError (0.00s) [2021-09-16T19:09:01.408Z] === RUN TestVolumeRemove [2021-09-16T19:09:01.408Z] --- PASS: TestVolumeRemove (0.00s) [2021-09-16T19:09:01.408Z] === CONT TestTLSCloseWriter [2021-09-16T19:09:01.408Z] --- PASS: TestTLSCloseWriter (0.01s) [2021-09-16T19:09:01.408Z] PASS [2021-09-16T19:09:01.408Z] coverage: 75.1% of statements [2021-09-16T19:09:01.408Z] ok github.com/docker/docker/client 0.265s coverage: 75.1% of statements [2021-09-16T19:09:02.059Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2021-09-16T19:09:02.989Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2021-09-16T19:09:03.919Z] === CONT TestConfigDaemonSeccompProfiles [2021-09-16T19:09:03.919Z] daemon_test.go:148: [d522c75023e50] daemon is not started [2021-09-16T19:09:03.919Z] --- PASS: TestConfigDaemonSeccompProfiles (3.24s) [2021-09-16T19:09:03.919Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.09s) [2021-09-16T19:09:03.919Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.09s) [2021-09-16T19:09:03.919Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.06s) [2021-09-16T19:09:03.919Z] PASS [2021-09-16T19:09:03.920Z] [2021-09-16T19:09:03.920Z] DONE 11 tests in 4.159s [2021-09-16T19:09:03.920Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2021-09-16T19:09:04.055Z] ok github.com/docker/docker/libnetwork/networkdb 106.017s coverage: 60.0% of statements [2021-09-16T19:09:04.056Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2021-09-16T19:09:04.056Z] ok github.com/docker/docker/libnetwork/options 0.004s coverage: 100.0% of statements [2021-09-16T19:09:04.176Z] INFO: Testing against a local daemon [2021-09-16T19:09:04.176Z] === RUN TestCommitInheritsEnv [2021-09-16T19:09:05.103Z] --- PASS: TestCommitInheritsEnv (1.13s) [2021-09-16T19:09:05.103Z] === RUN TestImportExtremelyLargeImageWorks [2021-09-16T19:09:05.103Z] === PAUSE TestImportExtremelyLargeImageWorks [2021-09-16T19:09:05.103Z] === RUN TestImagesFilterMultiReference [2021-09-16T19:09:05.359Z] --- PASS: TestImagesFilterMultiReference (0.06s) [2021-09-16T19:09:05.359Z] === RUN TestImagePullPlatformInvalid [2021-09-16T19:09:05.359Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2021-09-16T19:09:05.359Z] === RUN TestRemoveImageOrphaning [2021-09-16T19:09:06.601Z] ok github.com/docker/docker/libnetwork/osl 4.392s coverage: 39.7% of statements [2021-09-16T19:09:06.601Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.004s coverage: 20.0% of statements [2021-09-16T19:09:07.172Z] ok github.com/docker/docker/libnetwork/portallocator 0.015s coverage: 86.1% of statements [2021-09-16T19:09:07.246Z] --- PASS: TestRemoveImageOrphaning (1.92s) [2021-09-16T19:09:07.246Z] === RUN TestRemoveImageGarbageCollector [2021-09-16T19:09:07.246Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2021-09-16T19:09:07.246Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2021-09-16T19:09:07.246Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-09-16T19:09:07.246Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.02s) [2021-09-16T19:09:07.246Z] === RUN TestTagInvalidReference [2021-09-16T19:09:07.246Z] --- PASS: TestTagInvalidReference (0.01s) [2021-09-16T19:09:07.246Z] === RUN TestTagValidPrefixedRepo [2021-09-16T19:09:07.246Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2021-09-16T19:09:07.246Z] === RUN TestTagExistedNameWithoutForce [2021-09-16T19:09:07.246Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2021-09-16T19:09:07.246Z] === RUN TestTagOfficialNames [2021-09-16T19:09:07.246Z] --- PASS: TestTagOfficialNames (0.05s) [2021-09-16T19:09:07.246Z] === RUN TestTagMatchesDigest [2021-09-16T19:09:07.503Z] --- PASS: TestTagMatchesDigest (0.01s) [2021-09-16T19:09:07.503Z] === CONT TestImportExtremelyLargeImageWorks [2021-09-16T19:09:08.558Z] ok github.com/docker/docker/libnetwork/portmapper 0.930s coverage: 48.6% of statements [2021-09-16T19:09:08.692Z] --- PASS: TestBuildSquashParent (8.14s) [2021-09-16T19:09:08.692Z] === RUN TestBuildWithRemoveAndForceRemove [2021-09-16T19:09:08.692Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-09-16T19:09:08.692Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-09-16T19:09:08.692Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-09-16T19:09:08.692Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-09-16T19:09:08.692Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-09-16T19:09:08.692Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-09-16T19:09:08.692Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-09-16T19:09:08.692Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-09-16T19:09:08.692Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-09-16T19:09:08.692Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-09-16T19:09:08.692Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-09-16T19:09:08.692Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-09-16T19:09:08.692Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-09-16T19:09:08.692Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-09-16T19:09:09.501Z] ok github.com/docker/docker/libnetwork/resolvconf 0.006s coverage: 70.6% of statements [2021-09-16T19:09:09.501Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2021-09-16T19:09:10.444Z] ok github.com/docker/docker/libnetwork/types 0.004s coverage: 37.3% of statements [2021-09-16T19:09:10.444Z] [2021-09-16T19:09:10.444Z] === Skipped [2021-09-16T19:09:10.444Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2021-09-16T19:09:10.444Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-16T19:09:10.444Z] [2021-09-16T19:09:10.444Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2021-09-16T19:09:10.444Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-16T19:09:10.444Z] [2021-09-16T19:09:10.444Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2021-09-16T19:09:10.444Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-16T19:09:10.444Z] [2021-09-16T19:09:10.444Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2021-09-16T19:09:10.444Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-16T19:09:10.444Z] [2021-09-16T19:09:10.444Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2021-09-16T19:09:10.444Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-16T19:09:10.444Z] [2021-09-16T19:09:10.444Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2021-09-16T19:09:10.444Z] firewalld_test.go:14: firewalld is not running [2021-09-16T19:09:10.444Z] [2021-09-16T19:09:10.444Z] DONE 331 tests, 6 skipped in 311.057s Post stage [Pipeline] junit [2021-09-16T19:09:11.856Z] Recording test results [2021-09-16T19:09:12.000Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-09-16T19:09:12.000Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-09-16T19:09:12.656Z] --- PASS: TestCheckoutGit (24.63s) [2021-09-16T19:09:12.656Z] === RUN TestValidGitTransport [2021-09-16T19:09:12.656Z] --- PASS: TestValidGitTransport (0.00s) [2021-09-16T19:09:12.656Z] === RUN TestGitInvalidRef [2021-09-16T19:09:12.656Z] --- PASS: TestGitInvalidRef (0.18s) [2021-09-16T19:09:12.656Z] PASS [2021-09-16T19:09:12.656Z] coverage: 86.3% of statements [2021-09-16T19:09:12.656Z] ok github.com/docker/docker/builder/remotecontext/git 24.924s coverage: 86.3% of statements [2021-09-16T19:09:12.656Z] ? github.com/docker/docker/cli [no test files] [2021-09-16T19:09:12.656Z] ? github.com/docker/docker/cli/config [no test files] [2021-09-16T19:09:13.506Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Integration tests) [Pipeline] withEnv [Pipeline] { [Pipeline] sh [2021-09-16T19:09:13.880Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41759/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr9 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=e187eb2bb5f0c3f899fe643e95d1af8c57e89a73 -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:e187eb2bb5f0c3f899fe643e95d1af8c57e89a73 hack/make.sh dynbinary test-integration [2021-09-16T19:09:14.825Z] [2021-09-16T19:09:14.825Z] Removing bundles/ [2021-09-16T19:09:14.825Z] [2021-09-16T19:09:14.825Z] ---> Making bundle: dynbinary (in bundles/dynbinary) [2021-09-16T19:09:14.825Z] Building: bundles/dynbinary-daemon/dockerd-dev [2021-09-16T19:09:14.825Z] GOOS="" GOARCH="" GOARM="" [2021-09-16T19:09:15.306Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-09-16T19:09:15.306Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-09-16T19:09:16.368Z] --- PASS: TestCheckoutGit (25.01s) [2021-09-16T19:09:16.369Z] === RUN TestValidGitTransport [2021-09-16T19:09:16.369Z] --- PASS: TestValidGitTransport (0.00s) [2021-09-16T19:09:16.369Z] === RUN TestGitInvalidRef [2021-09-16T19:09:16.369Z] --- PASS: TestGitInvalidRef (0.16s) [2021-09-16T19:09:16.369Z] PASS [2021-09-16T19:09:16.369Z] coverage: 86.3% of statements [2021-09-16T19:09:16.369Z] ok github.com/docker/docker/builder/remotecontext/git 25.218s coverage: 86.3% of statements [2021-09-16T19:09:16.369Z] ? github.com/docker/docker/cli [no test files] [2021-09-16T19:09:16.369Z] ? github.com/docker/docker/cli/config [no test files] [2021-09-16T19:09:16.375Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2021-09-16T19:09:16.375Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2021-09-16T19:09:16.375Z] === RUN TestLoadDaemonCliConfigWithTLS [2021-09-16T19:09:16.375Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2021-09-16T19:09:16.375Z] === RUN TestLoadDaemonCliConfigWithConflicts [2021-09-16T19:09:16.375Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.03s) [2021-09-16T19:09:16.375Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2021-09-16T19:09:16.375Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2021-09-16T19:09:16.375Z] === RUN TestLoadDaemonCliWithConflictingLabels [2021-09-16T19:09:16.375Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2021-09-16T19:09:16.375Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2021-09-16T19:09:16.375Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2021-09-16T19:09:16.375Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2021-09-16T19:09:16.375Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2021-09-16T19:09:16.375Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2021-09-16T19:09:16.375Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2021-09-16T19:09:16.375Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2021-09-16T19:09:16.375Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2021-09-16T19:09:16.375Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2021-09-16T19:09:16.375Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2021-09-16T19:09:16.375Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2021-09-16T19:09:16.375Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2021-09-16T19:09:16.375Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2021-09-16T19:09:16.375Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2021-09-16T19:09:16.375Z] === RUN TestConfigureDaemonLogs [2021-09-16T19:09:16.375Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2021-09-16T19:09:16.375Z] === RUN TestCommonOptionsInstallFlags [2021-09-16T19:09:16.375Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2021-09-16T19:09:16.375Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2021-09-16T19:09:16.375Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2021-09-16T19:09:16.375Z] PASS [2021-09-16T19:09:16.375Z] coverage: 18.5% of statements [2021-09-16T19:09:16.375Z] ok github.com/docker/docker/cmd/dockerd 0.328s coverage: 18.5% of statements [2021-09-16T19:09:16.375Z] ? github.com/docker/docker/cmd/dockerd/trap [no test files] [2021-09-16T19:09:16.375Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2021-09-16T19:09:17.282Z] --- PASS: TestImportExtremelyLargeImageWorks (92.10s) [2021-09-16T19:09:17.282Z] PASS [2021-09-16T19:09:17.282Z] [2021-09-16T19:09:17.282Z] DONE 12 tests in 94.611s [2021-09-16T19:09:17.282Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2021-09-16T19:09:17.282Z] INFO: Testing against a local daemon [2021-09-16T19:09:17.282Z] === RUN TestNetworkCreateDelete [2021-09-16T19:09:17.282Z] --- PASS: TestNetworkCreateDelete (0.11s) [2021-09-16T19:09:17.282Z] === RUN TestDockerNetworkDeletePreferID [2021-09-16T19:09:17.282Z] --- PASS: TestDockerNetworkDeletePreferID (0.34s) [2021-09-16T19:09:17.282Z] === RUN TestDaemonDNSFallback [2021-09-16T19:09:17.341Z] === RUN TestContainerStopSignal [2021-09-16T19:09:17.341Z] --- PASS: TestContainerStopSignal (0.00s) [2021-09-16T19:09:17.341Z] === RUN TestContainerStopTimeout [2021-09-16T19:09:17.341Z] --- PASS: TestContainerStopTimeout (0.00s) [2021-09-16T19:09:17.341Z] === RUN TestContainerSecretReferenceDestTarget [2021-09-16T19:09:17.341Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2021-09-16T19:09:17.341Z] === RUN TestContainerLogPathSetForJSONFileLogger [2021-09-16T19:09:17.341Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.02s) [2021-09-16T19:09:17.341Z] === RUN TestContainerLogPathSetForRingLogger [2021-09-16T19:09:17.341Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2021-09-16T19:09:17.341Z] === RUN TestReplaceAndAppendEnvVars [2021-09-16T19:09:17.341Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2021-09-16T19:09:17.341Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2021-09-16T19:09:17.341Z] === RUN TestNewMemoryStore [2021-09-16T19:09:17.341Z] --- PASS: TestNewMemoryStore (0.00s) [2021-09-16T19:09:17.341Z] === RUN TestAddContainers [2021-09-16T19:09:17.341Z] --- PASS: TestAddContainers (0.00s) [2021-09-16T19:09:17.341Z] === RUN TestGetContainer [2021-09-16T19:09:17.341Z] --- PASS: TestGetContainer (0.00s) [2021-09-16T19:09:17.341Z] === RUN TestDeleteContainer [2021-09-16T19:09:17.341Z] --- PASS: TestDeleteContainer (0.00s) [2021-09-16T19:09:17.341Z] === RUN TestListContainers [2021-09-16T19:09:17.341Z] --- PASS: TestListContainers (0.00s) [2021-09-16T19:09:17.341Z] === RUN TestFirstContainer [2021-09-16T19:09:17.341Z] --- PASS: TestFirstContainer (0.00s) [2021-09-16T19:09:17.341Z] === RUN TestApplyAllContainer [2021-09-16T19:09:17.341Z] --- PASS: TestApplyAllContainer (0.00s) [2021-09-16T19:09:17.341Z] === RUN TestIsValidHealthString [2021-09-16T19:09:17.341Z] --- PASS: TestIsValidHealthString (0.00s) [2021-09-16T19:09:17.341Z] === RUN TestStateRunStop [2021-09-16T19:09:17.341Z] --- PASS: TestStateRunStop (0.00s) [2021-09-16T19:09:17.341Z] === RUN TestStateTimeoutWait [2021-09-16T19:09:17.341Z] state_test.go:141: Stop callback fired [2021-09-16T19:09:17.341Z] state_test.go:165: Stop callback fired [2021-09-16T19:09:17.341Z] --- PASS: TestStateTimeoutWait (0.10s) [2021-09-16T19:09:17.341Z] === RUN TestIsValidStateString [2021-09-16T19:09:17.341Z] --- PASS: TestIsValidStateString (0.00s) [2021-09-16T19:09:17.341Z] === RUN TestViewSaveDelete [2021-09-16T19:09:17.341Z] --- PASS: TestViewSaveDelete (0.01s) [2021-09-16T19:09:17.341Z] === RUN TestViewAll [2021-09-16T19:09:17.341Z] --- PASS: TestViewAll (0.01s) [2021-09-16T19:09:17.341Z] === RUN TestViewGet [2021-09-16T19:09:17.341Z] --- PASS: TestViewGet (0.00s) [2021-09-16T19:09:17.341Z] === RUN TestNames [2021-09-16T19:09:17.341Z] --- PASS: TestNames (0.00s) [2021-09-16T19:09:17.341Z] === RUN TestViewWithHealthCheck [2021-09-16T19:09:17.341Z] --- PASS: TestViewWithHealthCheck (0.01s) [2021-09-16T19:09:17.341Z] PASS [2021-09-16T19:09:17.341Z] coverage: 41.7% of statements [2021-09-16T19:09:17.341Z] ok github.com/docker/docker/container 0.223s coverage: 41.7% of statements [2021-09-16T19:09:17.341Z] ? github.com/docker/docker/container/stream [no test files] [2021-09-16T19:09:17.341Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-09-16T19:09:17.341Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-09-16T19:09:17.341Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-09-16T19:09:17.857Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.01s) [2021-09-16T19:09:17.857Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (3.13s) [2021-09-16T19:09:17.857Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (3.20s) [2021-09-16T19:09:17.857Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (3.25s) [2021-09-16T19:09:17.857Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (3.37s) [2021-09-16T19:09:17.857Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (2.82s) [2021-09-16T19:09:17.857Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (2.98s) [2021-09-16T19:09:17.857Z] === RUN TestBuildMultiStageCopy [2021-09-16T19:09:17.857Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-09-16T19:09:18.303Z] === RUN TestPrepare [2021-09-16T19:09:18.303Z] --- PASS: TestPrepare (0.00s) [2021-09-16T19:09:18.303Z] === RUN TestStart [2021-09-16T19:09:18.303Z] --- PASS: TestStart (0.00s) [2021-09-16T19:09:18.303Z] === RUN TestWaitCancel [2021-09-16T19:09:18.303Z] --- PASS: TestWaitCancel (0.00s) [2021-09-16T19:09:18.303Z] === RUN TestWaitDisabled [2021-09-16T19:09:18.303Z] --- PASS: TestWaitDisabled (0.00s) [2021-09-16T19:09:18.303Z] === RUN TestWaitEnabled [2021-09-16T19:09:18.303Z] --- PASS: TestWaitEnabled (0.00s) [2021-09-16T19:09:18.303Z] === RUN TestRemove [2021-09-16T19:09:18.303Z] --- PASS: TestRemove (0.00s) [2021-09-16T19:09:18.303Z] PASS [2021-09-16T19:09:18.303Z] coverage: 65.3% of statements [2021-09-16T19:09:18.303Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.052s coverage: 65.3% of statements [2021-09-16T19:09:19.813Z] --- PASS: TestDaemonDNSFallback (6.38s) [2021-09-16T19:09:19.813Z] === RUN TestInspectNetwork [2021-09-16T19:09:20.408Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-09-16T19:09:20.470Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2021-09-16T19:09:20.470Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.13s) [2021-09-16T19:09:20.470Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2021-09-16T19:09:20.470Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2021-09-16T19:09:20.470Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2021-09-16T19:09:20.470Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2021-09-16T19:09:20.470Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2021-09-16T19:09:20.470Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2021-09-16T19:09:20.470Z] === RUN TestServiceConvertToGRPCContainerRuntime [2021-09-16T19:09:20.470Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2021-09-16T19:09:20.470Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2021-09-16T19:09:20.470Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2021-09-16T19:09:20.470Z] === RUN TestServiceConvertToGRPCIsolation [2021-09-16T19:09:20.470Z] === RUN TestServiceConvertToGRPCIsolation/empty [2021-09-16T19:09:20.470Z] === RUN TestServiceConvertToGRPCIsolation/default [2021-09-16T19:09:20.470Z] === RUN TestServiceConvertToGRPCIsolation/process [2021-09-16T19:09:20.470Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2021-09-16T19:09:20.470Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2021-09-16T19:09:20.470Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2021-09-16T19:09:20.470Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2021-09-16T19:09:20.470Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2021-09-16T19:09:20.470Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2021-09-16T19:09:20.470Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2021-09-16T19:09:20.470Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2021-09-16T19:09:20.470Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2021-09-16T19:09:20.470Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2021-09-16T19:09:20.470Z] === RUN TestServiceConvertFromGRPCIsolation [2021-09-16T19:09:20.470Z] === RUN TestServiceConvertFromGRPCIsolation/default [2021-09-16T19:09:20.470Z] === RUN TestServiceConvertFromGRPCIsolation/process [2021-09-16T19:09:20.470Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2021-09-16T19:09:20.470Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2021-09-16T19:09:20.470Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2021-09-16T19:09:20.470Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2021-09-16T19:09:20.470Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2021-09-16T19:09:20.470Z] === RUN TestServiceConvertToGRPCCredentialSpec [2021-09-16T19:09:20.470Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2021-09-16T19:09:20.470Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2021-09-16T19:09:20.470Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2021-09-16T19:09:20.470Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2021-09-16T19:09:20.470Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2021-09-16T19:09:20.470Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2021-09-16T19:09:20.470Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2021-09-16T19:09:20.470Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2021-09-16T19:09:20.470Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2021-09-16T19:09:20.470Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2021-09-16T19:09:20.470Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2021-09-16T19:09:20.470Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2021-09-16T19:09:20.470Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2021-09-16T19:09:20.470Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2021-09-16T19:09:20.470Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2021-09-16T19:09:20.470Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2021-09-16T19:09:20.470Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2021-09-16T19:09:20.470Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2021-09-16T19:09:20.470Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2021-09-16T19:09:20.470Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2021-09-16T19:09:20.470Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2021-09-16T19:09:20.470Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2021-09-16T19:09:20.470Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2021-09-16T19:09:20.470Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2021-09-16T19:09:20.470Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2021-09-16T19:09:20.470Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2021-09-16T19:09:20.470Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2021-09-16T19:09:20.470Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2021-09-16T19:09:20.470Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2021-09-16T19:09:20.470Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2021-09-16T19:09:20.470Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2021-09-16T19:09:20.470Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2021-09-16T19:09:20.470Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2021-09-16T19:09:20.470Z] === RUN TestServiceConvertFromGRPCConfigs [2021-09-16T19:09:20.470Z] === RUN TestServiceConvertFromGRPCConfigs/file [2021-09-16T19:09:20.470Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2021-09-16T19:09:20.470Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2021-09-16T19:09:20.470Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2021-09-16T19:09:20.470Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2021-09-16T19:09:20.470Z] === RUN TestServiceConvertToGRPCConfigs [2021-09-16T19:09:20.470Z] === RUN TestServiceConvertToGRPCConfigs/file [2021-09-16T19:09:20.470Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2021-09-16T19:09:20.470Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2021-09-16T19:09:20.470Z] === RUN TestServiceConvertToGRPCConfigs/none [2021-09-16T19:09:20.470Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2021-09-16T19:09:20.470Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2021-09-16T19:09:20.470Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2021-09-16T19:09:20.470Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2021-09-16T19:09:20.470Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2021-09-16T19:09:20.470Z] PASS [2021-09-16T19:09:20.470Z] coverage: 35.9% of statements [2021-09-16T19:09:20.470Z] ok github.com/docker/docker/daemon/cluster/convert 0.554s coverage: 35.9% of statements [2021-09-16T19:09:20.470Z] === RUN TestNewListSecretsFilters [2021-09-16T19:09:20.470Z] --- PASS: TestNewListSecretsFilters (0.00s) [2021-09-16T19:09:20.470Z] === RUN TestNewListConfigsFilters [2021-09-16T19:09:20.470Z] --- PASS: TestNewListConfigsFilters (0.00s) [2021-09-16T19:09:20.926Z] PASS [2021-09-16T19:09:20.926Z] coverage: 0.5% of statements [2021-09-16T19:09:20.926Z] ok github.com/docker/docker/daemon/cluster 0.829s coverage: 0.5% of statements [2021-09-16T19:09:20.981Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-09-16T19:09:21.133Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2021-09-16T19:09:21.133Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2021-09-16T19:09:21.133Z] === RUN TestLoadDaemonCliConfigWithTLS [2021-09-16T19:09:21.133Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2021-09-16T19:09:21.133Z] === RUN TestLoadDaemonCliConfigWithConflicts [2021-09-16T19:09:21.133Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2021-09-16T19:09:21.133Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2021-09-16T19:09:21.133Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2021-09-16T19:09:21.133Z] === RUN TestLoadDaemonCliWithConflictingLabels [2021-09-16T19:09:21.133Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2021-09-16T19:09:21.133Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2021-09-16T19:09:21.133Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2021-09-16T19:09:21.133Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2021-09-16T19:09:21.133Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2021-09-16T19:09:21.133Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2021-09-16T19:09:21.133Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2021-09-16T19:09:21.133Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2021-09-16T19:09:21.133Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2021-09-16T19:09:21.133Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2021-09-16T19:09:21.133Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2021-09-16T19:09:21.133Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2021-09-16T19:09:21.133Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2021-09-16T19:09:21.133Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2021-09-16T19:09:21.133Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2021-09-16T19:09:21.133Z] === RUN TestConfigureDaemonLogs [2021-09-16T19:09:21.133Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2021-09-16T19:09:21.133Z] === RUN TestCommonOptionsInstallFlags [2021-09-16T19:09:21.133Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2021-09-16T19:09:21.133Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2021-09-16T19:09:21.133Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2021-09-16T19:09:21.133Z] PASS [2021-09-16T19:09:21.133Z] coverage: 18.5% of statements [2021-09-16T19:09:21.133Z] ok github.com/docker/docker/cmd/dockerd 0.176s coverage: 18.5% of statements [2021-09-16T19:09:21.133Z] ? github.com/docker/docker/cmd/dockerd/trap [no test files] [2021-09-16T19:09:21.133Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2021-09-16T19:09:21.630Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-09-16T19:09:21.696Z] === RUN TestContainerStopSignal [2021-09-16T19:09:21.696Z] --- PASS: TestContainerStopSignal (0.00s) [2021-09-16T19:09:21.696Z] === RUN TestContainerStopTimeout [2021-09-16T19:09:21.696Z] --- PASS: TestContainerStopTimeout (0.00s) [2021-09-16T19:09:21.696Z] === RUN TestContainerSecretReferenceDestTarget [2021-09-16T19:09:21.697Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2021-09-16T19:09:21.697Z] === RUN TestContainerLogPathSetForJSONFileLogger [2021-09-16T19:09:21.697Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s) [2021-09-16T19:09:21.697Z] === RUN TestContainerLogPathSetForRingLogger [2021-09-16T19:09:21.697Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2021-09-16T19:09:21.697Z] === RUN TestReplaceAndAppendEnvVars [2021-09-16T19:09:21.697Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2021-09-16T19:09:21.697Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2021-09-16T19:09:21.697Z] === RUN TestNewMemoryStore [2021-09-16T19:09:21.697Z] --- PASS: TestNewMemoryStore (0.00s) [2021-09-16T19:09:21.697Z] === RUN TestAddContainers [2021-09-16T19:09:21.697Z] --- PASS: TestAddContainers (0.00s) [2021-09-16T19:09:21.697Z] === RUN TestGetContainer [2021-09-16T19:09:21.697Z] --- PASS: TestGetContainer (0.00s) [2021-09-16T19:09:21.697Z] === RUN TestDeleteContainer [2021-09-16T19:09:21.697Z] --- PASS: TestDeleteContainer (0.00s) [2021-09-16T19:09:21.697Z] === RUN TestListContainers [2021-09-16T19:09:21.697Z] --- PASS: TestListContainers (0.00s) [2021-09-16T19:09:21.697Z] === RUN TestFirstContainer [2021-09-16T19:09:21.697Z] --- PASS: TestFirstContainer (0.00s) [2021-09-16T19:09:21.697Z] === RUN TestApplyAllContainer [2021-09-16T19:09:21.697Z] --- PASS: TestApplyAllContainer (0.00s) [2021-09-16T19:09:21.697Z] === RUN TestIsValidHealthString [2021-09-16T19:09:21.697Z] --- PASS: TestIsValidHealthString (0.00s) [2021-09-16T19:09:21.697Z] === RUN TestStateRunStop [2021-09-16T19:09:21.697Z] --- PASS: TestStateRunStop (0.00s) [2021-09-16T19:09:21.697Z] === RUN TestStateTimeoutWait [2021-09-16T19:09:22.166Z] state_test.go:141: Stop callback fired [2021-09-16T19:09:22.166Z] state_test.go:165: Stop callback fired [2021-09-16T19:09:22.166Z] --- PASS: TestStateTimeoutWait (0.10s) [2021-09-16T19:09:22.166Z] === RUN TestIsValidStateString [2021-09-16T19:09:22.166Z] --- PASS: TestIsValidStateString (0.00s) [2021-09-16T19:09:22.166Z] === RUN TestViewSaveDelete [2021-09-16T19:09:22.166Z] --- PASS: TestViewSaveDelete (0.01s) [2021-09-16T19:09:22.166Z] === RUN TestViewAll [2021-09-16T19:09:22.166Z] --- PASS: TestViewAll (0.01s) [2021-09-16T19:09:22.166Z] === RUN TestViewGet [2021-09-16T19:09:22.166Z] --- PASS: TestViewGet (0.00s) [2021-09-16T19:09:22.166Z] === RUN TestNames [2021-09-16T19:09:22.166Z] --- PASS: TestNames (0.00s) [2021-09-16T19:09:22.166Z] === RUN TestViewWithHealthCheck [2021-09-16T19:09:22.166Z] --- PASS: TestViewWithHealthCheck (0.00s) [2021-09-16T19:09:22.166Z] PASS [2021-09-16T19:09:22.166Z] coverage: 41.7% of statements [2021-09-16T19:09:22.166Z] ok github.com/docker/docker/container 0.197s coverage: 41.7% of statements [2021-09-16T19:09:22.166Z] ? github.com/docker/docker/container/stream [no test files] [2021-09-16T19:09:22.166Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-09-16T19:09:22.166Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-09-16T19:09:22.166Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-09-16T19:09:22.202Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-09-16T19:09:22.464Z] --- PASS: TestBuildMultiStageCopy (4.62s) [2021-09-16T19:09:22.464Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (2.51s) [2021-09-16T19:09:22.464Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.50s) [2021-09-16T19:09:22.464Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.57s) [2021-09-16T19:09:22.464Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.52s) [2021-09-16T19:09:22.464Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.51s) [2021-09-16T19:09:22.464Z] === RUN TestBuildMultiStageParentConfig [2021-09-16T19:09:23.090Z] === RUN TestDiscoveryOptsErrors [2021-09-16T19:09:23.091Z] --- PASS: TestDiscoveryOptsErrors (0.00s) [2021-09-16T19:09:23.091Z] === RUN TestDiscoveryOpts [2021-09-16T19:09:23.091Z] --- PASS: TestDiscoveryOpts (0.00s) [2021-09-16T19:09:23.091Z] PASS [2021-09-16T19:09:23.091Z] coverage: 30.0% of statements [2021-09-16T19:09:23.091Z] ok github.com/docker/docker/daemon/discovery 0.041s coverage: 30.0% of statements [2021-09-16T19:09:23.099Z] === RUN TestInspectNetwork/full_network_id [2021-09-16T19:09:23.099Z] === RUN TestInspectNetwork/partial_network_id [2021-09-16T19:09:23.099Z] === RUN TestInspectNetwork/network_name [2021-09-16T19:09:23.099Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2021-09-16T19:09:23.158Z] === RUN TestPrepare [2021-09-16T19:09:23.158Z] --- PASS: TestPrepare (0.00s) [2021-09-16T19:09:23.158Z] === RUN TestStart [2021-09-16T19:09:23.158Z] --- PASS: TestStart (0.00s) [2021-09-16T19:09:23.158Z] === RUN TestWaitCancel [2021-09-16T19:09:23.158Z] --- PASS: TestWaitCancel (0.00s) [2021-09-16T19:09:23.158Z] === RUN TestWaitDisabled [2021-09-16T19:09:23.158Z] --- PASS: TestWaitDisabled (0.00s) [2021-09-16T19:09:23.158Z] === RUN TestWaitEnabled [2021-09-16T19:09:23.158Z] --- PASS: TestWaitEnabled (0.00s) [2021-09-16T19:09:23.158Z] === RUN TestRemove [2021-09-16T19:09:23.158Z] --- PASS: TestRemove (0.00s) [2021-09-16T19:09:23.158Z] PASS [2021-09-16T19:09:23.158Z] coverage: 65.3% of statements [2021-09-16T19:09:23.158Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.050s coverage: 65.3% of statements [2021-09-16T19:09:23.546Z] === RUN TestBuilderGC [2021-09-16T19:09:23.546Z] --- PASS: TestBuilderGC (0.00s) [2021-09-16T19:09:23.546Z] === RUN TestDaemonConfigurationNotFound [2021-09-16T19:09:23.546Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2021-09-16T19:09:23.546Z] === RUN TestDaemonBrokenConfiguration [2021-09-16T19:09:23.546Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2021-09-16T19:09:23.546Z] === RUN TestParseClusterAdvertiseSettings [2021-09-16T19:09:23.546Z] --- PASS: TestParseClusterAdvertiseSettings (0.00s) [2021-09-16T19:09:23.546Z] === RUN TestFindConfigurationConflicts [2021-09-16T19:09:23.546Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2021-09-16T19:09:23.546Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2021-09-16T19:09:23.546Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2021-09-16T19:09:23.546Z] === RUN TestDaemonConfigurationMergeConflicts [2021-09-16T19:09:23.546Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2021-09-16T19:09:23.546Z] === RUN TestDaemonConfigurationMergeConcurrent [2021-09-16T19:09:23.546Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2021-09-16T19:09:23.546Z] === RUN TestDaemonConfigurationMergeConcurrentError [2021-09-16T19:09:23.546Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2021-09-16T19:09:23.546Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2021-09-16T19:09:23.546Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2021-09-16T19:09:23.546Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2021-09-16T19:09:23.546Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2021-09-16T19:09:23.546Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2021-09-16T19:09:23.546Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2021-09-16T19:09:23.546Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s) [2021-09-16T19:09:23.546Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2021-09-16T19:09:23.546Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2021-09-16T19:09:23.546Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2021-09-16T19:09:23.546Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2021-09-16T19:09:23.546Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2021-09-16T19:09:23.546Z] === RUN TestFindConfigurationConflictsWithMergedValues [2021-09-16T19:09:23.546Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2021-09-16T19:09:23.851Z] --- PASS: TestBuildMultiStageParentConfig (1.16s) [2021-09-16T19:09:23.851Z] === RUN TestBuildLabelWithTargets [2021-09-16T19:09:24.003Z] === RUN TestValidateConfigurationErrors [2021-09-16T19:09:24.003Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2021-09-16T19:09:24.003Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2021-09-16T19:09:24.003Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2021-09-16T19:09:24.003Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2021-09-16T19:09:24.003Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2021-09-16T19:09:24.003Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2021-09-16T19:09:24.003Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2021-09-16T19:09:24.003Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2021-09-16T19:09:24.003Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2021-09-16T19:09:24.003Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2021-09-16T19:09:24.003Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2021-09-16T19:09:24.003Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2021-09-16T19:09:24.003Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2021-09-16T19:09:24.003Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2021-09-16T19:09:24.003Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2021-09-16T19:09:24.003Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2021-09-16T19:09:24.003Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2021-09-16T19:09:24.003Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2021-09-16T19:09:24.003Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2021-09-16T19:09:24.003Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2021-09-16T19:09:24.003Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2021-09-16T19:09:24.003Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2021-09-16T19:09:24.003Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2021-09-16T19:09:24.003Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2021-09-16T19:09:24.003Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2021-09-16T19:09:24.003Z] === RUN TestValidateConfiguration [2021-09-16T19:09:24.003Z] === RUN TestValidateConfiguration/with_label [2021-09-16T19:09:24.003Z] === RUN TestValidateConfiguration/with_dns [2021-09-16T19:09:24.003Z] === RUN TestValidateConfiguration/with_dns-search [2021-09-16T19:09:24.003Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2021-09-16T19:09:24.003Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2021-09-16T19:09:24.003Z] === RUN TestValidateConfiguration/with_max-download-attempts [2021-09-16T19:09:24.003Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2021-09-16T19:09:24.003Z] === RUN TestValidateConfiguration/with_node_generic_resources [2021-09-16T19:09:24.003Z] --- PASS: TestValidateConfiguration (0.00s) [2021-09-16T19:09:24.003Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2021-09-16T19:09:24.003Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2021-09-16T19:09:24.003Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2021-09-16T19:09:24.003Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2021-09-16T19:09:24.003Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2021-09-16T19:09:24.003Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2021-09-16T19:09:24.003Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2021-09-16T19:09:24.003Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2021-09-16T19:09:24.003Z] === RUN TestModifiedDiscoverySettings [2021-09-16T19:09:24.003Z] --- PASS: TestModifiedDiscoverySettings (0.00s) [2021-09-16T19:09:24.003Z] === RUN TestReloadSetConfigFileNotExist [2021-09-16T19:09:24.003Z] time="2021-09-16T19:09:23Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2021-09-16T19:09:24.003Z] --- PASS: TestReloadSetConfigFileNotExist (0.11s) [2021-09-16T19:09:24.003Z] === RUN TestReloadDefaultConfigNotExist [2021-09-16T19:09:24.003Z] config_test.go:526: os.Getuid() != 0: skipping test that requires root [2021-09-16T19:09:24.004Z] --- SKIP: TestReloadDefaultConfigNotExist (0.06s) [2021-09-16T19:09:24.004Z] === RUN TestReloadBadDefaultConfig [2021-09-16T19:09:24.004Z] time="2021-09-16T19:09:23Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-1035636043" [2021-09-16T19:09:24.004Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2021-09-16T19:09:24.004Z] === RUN TestReloadWithConflictingLabels [2021-09-16T19:09:24.004Z] time="2021-09-16T19:09:23Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-1472833019" [2021-09-16T19:09:24.004Z] --- PASS: TestReloadWithConflictingLabels (0.01s) [2021-09-16T19:09:24.004Z] === RUN TestReloadWithDuplicateLabels [2021-09-16T19:09:24.004Z] time="2021-09-16T19:09:23Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-2888133325" [2021-09-16T19:09:24.004Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2021-09-16T19:09:24.004Z] === RUN TestDaemonConfigurationMerge [2021-09-16T19:09:24.004Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2021-09-16T19:09:24.004Z] PASS [2021-09-16T19:09:24.004Z] coverage: 80.4% of statements [2021-09-16T19:09:24.004Z] ok github.com/docker/docker/daemon/config 0.299s coverage: 80.4% of statements [2021-09-16T19:09:24.004Z] === RUN TestWaitNodeAttachment [2021-09-16T19:09:24.459Z] === RUN TestEventsLog [2021-09-16T19:09:24.459Z] --- PASS: TestEventsLog (0.00s) [2021-09-16T19:09:24.459Z] === RUN TestEventsLogTimeout [2021-09-16T19:09:24.459Z] --- PASS: TestEventsLogTimeout (0.00s) [2021-09-16T19:09:24.459Z] === RUN TestLogEvents [2021-09-16T19:09:24.459Z] --- PASS: TestWaitNodeAttachment (0.40s) [2021-09-16T19:09:24.459Z] === RUN TestIsolationConversion [2021-09-16T19:09:24.459Z] === RUN TestIsolationConversion/default [2021-09-16T19:09:24.459Z] === RUN TestIsolationConversion/process [2021-09-16T19:09:24.459Z] === RUN TestIsolationConversion/hyperv [2021-09-16T19:09:24.459Z] --- PASS: TestIsolationConversion (0.00s) [2021-09-16T19:09:24.459Z] --- PASS: TestIsolationConversion/default (0.00s) [2021-09-16T19:09:24.459Z] --- PASS: TestIsolationConversion/process (0.00s) [2021-09-16T19:09:24.459Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2021-09-16T19:09:24.459Z] === RUN TestContainerLabels [2021-09-16T19:09:24.459Z] --- PASS: TestContainerLabels (0.00s) [2021-09-16T19:09:24.459Z] === RUN TestCredentialSpecConversion [2021-09-16T19:09:24.459Z] === RUN TestCredentialSpecConversion/none [2021-09-16T19:09:24.459Z] === RUN TestCredentialSpecConversion/config [2021-09-16T19:09:24.459Z] === RUN TestCredentialSpecConversion/file [2021-09-16T19:09:24.459Z] === RUN TestCredentialSpecConversion/registry [2021-09-16T19:09:24.459Z] --- PASS: TestCredentialSpecConversion (0.00s) [2021-09-16T19:09:24.459Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2021-09-16T19:09:24.459Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2021-09-16T19:09:24.459Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2021-09-16T19:09:24.459Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2021-09-16T19:09:24.459Z] === RUN TestControllerValidateMountBind [2021-09-16T19:09:24.459Z] --- PASS: TestControllerValidateMountBind (0.00s) [2021-09-16T19:09:24.459Z] === RUN TestControllerValidateMountVolume [2021-09-16T19:09:24.459Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2021-09-16T19:09:24.459Z] === RUN TestControllerValidateMountTarget [2021-09-16T19:09:24.459Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2021-09-16T19:09:24.459Z] === RUN TestControllerValidateMountTmpfs [2021-09-16T19:09:24.459Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2021-09-16T19:09:24.459Z] === RUN TestControllerValidateMountInvalidType [2021-09-16T19:09:24.459Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2021-09-16T19:09:24.459Z] === RUN TestControllerValidateMountNamedPipe [2021-09-16T19:09:24.459Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2021-09-16T19:09:24.459Z] PASS [2021-09-16T19:09:24.459Z] coverage: 11.0% of statements [2021-09-16T19:09:24.459Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.751s coverage: 11.0% of statements [2021-09-16T19:09:24.459Z] --- PASS: TestLogEvents (0.05s) [2021-09-16T19:09:24.459Z] === RUN TestLoadBufferedEvents [2021-09-16T19:09:24.459Z] --- PASS: TestLoadBufferedEvents (0.11s) [2021-09-16T19:09:24.459Z] === RUN TestLoadBufferedEventsOnlyFromPast [2021-09-16T19:09:24.459Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2021-09-16T19:09:24.459Z] === RUN TestIgnoreBufferedWhenNoTimes [2021-09-16T19:09:24.459Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2021-09-16T19:09:24.459Z] PASS [2021-09-16T19:09:24.459Z] coverage: 50.0% of statements [2021-09-16T19:09:24.459Z] ok github.com/docker/docker/daemon/events 0.350s coverage: 50.0% of statements [2021-09-16T19:09:24.728Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2021-09-16T19:09:24.728Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.13s) [2021-09-16T19:09:24.728Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2021-09-16T19:09:24.728Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2021-09-16T19:09:24.728Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2021-09-16T19:09:24.728Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2021-09-16T19:09:24.728Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2021-09-16T19:09:24.728Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2021-09-16T19:09:24.728Z] === RUN TestServiceConvertToGRPCContainerRuntime [2021-09-16T19:09:24.728Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2021-09-16T19:09:24.728Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2021-09-16T19:09:24.728Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2021-09-16T19:09:24.728Z] === RUN TestServiceConvertToGRPCIsolation [2021-09-16T19:09:24.728Z] === RUN TestServiceConvertToGRPCIsolation/empty [2021-09-16T19:09:24.728Z] === RUN TestServiceConvertToGRPCIsolation/default [2021-09-16T19:09:24.728Z] === RUN TestServiceConvertToGRPCIsolation/process [2021-09-16T19:09:24.728Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2021-09-16T19:09:24.728Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2021-09-16T19:09:24.728Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2021-09-16T19:09:24.728Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2021-09-16T19:09:24.728Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2021-09-16T19:09:24.728Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2021-09-16T19:09:24.728Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2021-09-16T19:09:24.728Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2021-09-16T19:09:24.728Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2021-09-16T19:09:24.728Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2021-09-16T19:09:24.728Z] === RUN TestServiceConvertFromGRPCIsolation [2021-09-16T19:09:24.728Z] === RUN TestServiceConvertFromGRPCIsolation/default [2021-09-16T19:09:24.728Z] === RUN TestServiceConvertFromGRPCIsolation/process [2021-09-16T19:09:24.728Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2021-09-16T19:09:24.728Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2021-09-16T19:09:24.728Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2021-09-16T19:09:24.728Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2021-09-16T19:09:24.728Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2021-09-16T19:09:24.728Z] === RUN TestServiceConvertToGRPCCredentialSpec [2021-09-16T19:09:24.728Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2021-09-16T19:09:24.728Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2021-09-16T19:09:24.728Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2021-09-16T19:09:24.728Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2021-09-16T19:09:24.728Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2021-09-16T19:09:24.728Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2021-09-16T19:09:24.728Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2021-09-16T19:09:24.728Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2021-09-16T19:09:24.728Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2021-09-16T19:09:24.728Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2021-09-16T19:09:24.728Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2021-09-16T19:09:24.728Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2021-09-16T19:09:24.728Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2021-09-16T19:09:24.728Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2021-09-16T19:09:24.728Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2021-09-16T19:09:24.728Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2021-09-16T19:09:24.728Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2021-09-16T19:09:24.728Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2021-09-16T19:09:24.728Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2021-09-16T19:09:24.728Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2021-09-16T19:09:24.728Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2021-09-16T19:09:24.728Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2021-09-16T19:09:24.728Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2021-09-16T19:09:24.728Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2021-09-16T19:09:24.728Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2021-09-16T19:09:24.728Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2021-09-16T19:09:24.728Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2021-09-16T19:09:24.728Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2021-09-16T19:09:24.728Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2021-09-16T19:09:24.728Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2021-09-16T19:09:24.728Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2021-09-16T19:09:24.728Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2021-09-16T19:09:24.728Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2021-09-16T19:09:24.728Z] === RUN TestServiceConvertFromGRPCConfigs [2021-09-16T19:09:24.728Z] === RUN TestServiceConvertFromGRPCConfigs/file [2021-09-16T19:09:24.728Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2021-09-16T19:09:24.728Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2021-09-16T19:09:24.728Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2021-09-16T19:09:24.728Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2021-09-16T19:09:24.728Z] === RUN TestServiceConvertToGRPCConfigs [2021-09-16T19:09:24.728Z] === RUN TestServiceConvertToGRPCConfigs/file [2021-09-16T19:09:24.728Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2021-09-16T19:09:24.728Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2021-09-16T19:09:24.728Z] === RUN TestServiceConvertToGRPCConfigs/none [2021-09-16T19:09:24.728Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2021-09-16T19:09:24.728Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2021-09-16T19:09:24.728Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2021-09-16T19:09:24.728Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2021-09-16T19:09:24.728Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2021-09-16T19:09:24.728Z] PASS [2021-09-16T19:09:24.728Z] coverage: 35.9% of statements [2021-09-16T19:09:24.728Z] ok github.com/docker/docker/daemon/cluster/convert 0.608s coverage: 35.9% of statements [2021-09-16T19:09:24.728Z] === RUN TestNewListSecretsFilters [2021-09-16T19:09:24.728Z] --- PASS: TestNewListSecretsFilters (0.00s) [2021-09-16T19:09:24.728Z] === RUN TestNewListConfigsFilters [2021-09-16T19:09:24.728Z] --- PASS: TestNewListConfigsFilters (0.00s) [2021-09-16T19:09:24.728Z] PASS [2021-09-16T19:09:24.728Z] coverage: 0.5% of statements [2021-09-16T19:09:24.728Z] ok github.com/docker/docker/daemon/cluster 0.543s coverage: 0.5% of statements [2021-09-16T19:09:24.915Z] === RUN TestVerifyNetworkingConfig [2021-09-16T19:09:24.915Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2021-09-16T19:09:24.915Z] === RUN TestGetContainer [2021-09-16T19:09:24.915Z] --- PASS: TestGetContainer (0.00s) [2021-09-16T19:09:24.915Z] === RUN TestValidContainerNames [2021-09-16T19:09:24.915Z] --- PASS: TestValidContainerNames (0.00s) [2021-09-16T19:09:24.915Z] === RUN TestContainerInitDNS [2021-09-16T19:09:24.915Z] daemon_test.go:146: root required [2021-09-16T19:09:24.915Z] --- SKIP: TestContainerInitDNS (0.00s) [2021-09-16T19:09:24.915Z] === RUN TestMerge [2021-09-16T19:09:24.915Z] --- PASS: TestMerge (0.00s) [2021-09-16T19:09:24.915Z] === RUN TestValidateContainerIsolation [2021-09-16T19:09:24.915Z] --- PASS: TestValidateContainerIsolation (0.00s) [2021-09-16T19:09:24.915Z] === RUN TestFindNetworkErrorType [2021-09-16T19:09:24.915Z] --- PASS: TestFindNetworkErrorType (0.00s) [2021-09-16T19:09:24.915Z] === RUN TestEnsureServicesExist [2021-09-16T19:09:24.915Z] --- PASS: TestEnsureServicesExist (0.00s) [2021-09-16T19:09:24.915Z] === RUN TestEnsureServicesExistErrors [2021-09-16T19:09:24.915Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2021-09-16T19:09:24.915Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2021-09-16T19:09:24.915Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2021-09-16T19:09:24.915Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2021-09-16T19:09:24.915Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2021-09-16T19:09:24.915Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2021-09-16T19:09:24.915Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2021-09-16T19:09:24.915Z] === RUN TestContainerDelete [2021-09-16T19:09:24.915Z] --- PASS: TestContainerDelete (0.00s) [2021-09-16T19:09:24.915Z] === RUN TestContainerDoubleDelete [2021-09-16T19:09:24.915Z] --- PASS: TestContainerDoubleDelete (0.00s) [2021-09-16T19:09:24.915Z] === RUN TestLogContainerEventCopyLabels [2021-09-16T19:09:24.915Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2021-09-16T19:09:24.915Z] === RUN TestLogContainerEventWithAttributes [2021-09-16T19:09:24.915Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2021-09-16T19:09:24.915Z] === RUN TestNoneHealthcheck [2021-09-16T19:09:24.915Z] --- PASS: TestNoneHealthcheck (0.00s) [2021-09-16T19:09:24.915Z] === RUN TestHealthStates [2021-09-16T19:09:24.915Z] time="2021-09-16T19:09:24Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-09-16T19:09:24.915Z] time="2021-09-16T19:09:24Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-09-16T19:09:24.915Z] time="2021-09-16T19:09:24Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-09-16T19:09:24.915Z] time="2021-09-16T19:09:24Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-09-16T19:09:24.915Z] time="2021-09-16T19:09:24Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-09-16T19:09:24.915Z] time="2021-09-16T19:09:24Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-09-16T19:09:24.915Z] time="2021-09-16T19:09:24Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-09-16T19:09:24.915Z] time="2021-09-16T19:09:24Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-09-16T19:09:24.915Z] time="2021-09-16T19:09:24Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-09-16T19:09:24.915Z] time="2021-09-16T19:09:24Z" level=error msg="Error replicating health state for container container_id: evalSymlinksInScope: C:\\config.v2.json is not in C:\\gopath\\src\\github.com\\docker\\docker\\daemon" [2021-09-16T19:09:24.915Z] --- PASS: TestHealthStates (0.13s) [2021-09-16T19:09:24.915Z] === RUN TestMaskURLCredentials [2021-09-16T19:09:24.915Z] --- PASS: TestMaskURLCredentials (0.00s) [2021-09-16T19:09:24.915Z] === RUN TestGetInspectData [2021-09-16T19:09:24.915Z] --- PASS: TestGetInspectData (0.00s) [2021-09-16T19:09:24.915Z] === RUN TestFillLicense [2021-09-16T19:09:24.915Z] --- PASS: TestFillLicense (0.00s) [2021-09-16T19:09:24.915Z] === RUN TestListInvalidFilter [2021-09-16T19:09:24.915Z] --- PASS: TestListInvalidFilter (0.00s) [2021-09-16T19:09:24.915Z] === RUN TestNameFilter [2021-09-16T19:09:24.915Z] --- PASS: TestNameFilter (0.00s) [2021-09-16T19:09:24.915Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2021-09-16T19:09:24.915Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2021-09-16T19:09:24.915Z] === RUN TestSetWindowsCredentialSpecInSpec [2021-09-16T19:09:24.915Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2021-09-16T19:09:24.915Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2021-09-16T19:09:24.915Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2021-09-16T19:09:24.915Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2021-09-16T19:09:24.915Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2021-09-16T19:09:24.915Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2021-09-16T19:09:24.915Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2021-09-16T19:09:24.915Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2021-09-16T19:09:24.915Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2021-09-16T19:09:24.915Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2021-09-16T19:09:24.915Z] === 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-16T19:09:24.915Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2021-09-16T19:09:24.915Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2021-09-16T19:09:24.915Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2021-09-16T19:09:24.915Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2021-09-16T19:09:24.915Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2021-09-16T19:09:24.915Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2021-09-16T19:09:24.915Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2021-09-16T19:09:24.915Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2021-09-16T19:09:24.915Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.00s) [2021-09-16T19:09:24.915Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2021-09-16T19:09:24.915Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2021-09-16T19:09:24.915Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2021-09-16T19:09:24.915Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2021-09-16T19:09:24.915Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2021-09-16T19:09:24.915Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2021-09-16T19:09:24.915Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2021-09-16T19:09:24.915Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2021-09-16T19:09:24.915Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2021-09-16T19:09:24.915Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2021-09-16T19:09:24.915Z] --- 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-16T19:09:24.915Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2021-09-16T19:09:24.915Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2021-09-16T19:09:24.915Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2021-09-16T19:09:24.915Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2021-09-16T19:09:24.915Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2021-09-16T19:09:24.915Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2021-09-16T19:09:24.915Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2021-09-16T19:09:24.915Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2021-09-16T19:09:24.915Z] === RUN TestDaemonReloadLabels [2021-09-16T19:09:24.915Z] --- PASS: TestDaemonReloadLabels (0.00s) [2021-09-16T19:09:24.915Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2021-09-16T19:09:24.915Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2021-09-16T19:09:24.915Z] === RUN TestDaemonReloadMirrors [2021-09-16T19:09:24.915Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2021-09-16T19:09:24.915Z] === RUN TestDaemonReloadInsecureRegistries [2021-09-16T19:09:24.915Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2021-09-16T19:09:24.915Z] === RUN TestDaemonReloadNotAffectOthers [2021-09-16T19:09:24.915Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2021-09-16T19:09:24.915Z] === RUN TestDaemonDiscoveryReload [2021-09-16T19:09:25.371Z] === RUN TestIsEmptyDir [2021-09-16T19:09:25.371Z] --- PASS: TestIsEmptyDir (0.00s) [2021-09-16T19:09:25.371Z] PASS [2021-09-16T19:09:25.371Z] coverage: 2.3% of statements [2021-09-16T19:09:25.371Z] ok github.com/docker/docker/daemon/graphdriver 0.048s coverage: 2.3% of statements [2021-09-16T19:09:25.371Z] === RUN TestLinkNaming [2021-09-16T19:09:25.371Z] --- PASS: TestLinkNaming (0.00s) [2021-09-16T19:09:25.371Z] === RUN TestLinkNew [2021-09-16T19:09:25.371Z] --- PASS: TestLinkNew (0.00s) [2021-09-16T19:09:25.371Z] === RUN TestLinkEnv [2021-09-16T19:09:25.371Z] --- PASS: TestLinkEnv (0.00s) [2021-09-16T19:09:25.371Z] === RUN TestLinkMultipleEnv [2021-09-16T19:09:25.371Z] --- PASS: TestLinkMultipleEnv (0.00s) [2021-09-16T19:09:25.371Z] === RUN TestLinkPortRangeEnv [2021-09-16T19:09:25.371Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2021-09-16T19:09:25.371Z] PASS [2021-09-16T19:09:25.371Z] coverage: 93.0% of statements [2021-09-16T19:09:25.371Z] ok github.com/docker/docker/daemon/links 0.030s coverage: 93.0% of statements [2021-09-16T19:09:25.767Z] --- PASS: TestBuildLabelWithTargets (1.95s) [2021-09-16T19:09:25.767Z] === RUN TestBuildWithEmptyLayers [2021-09-16T19:09:25.827Z] --- PASS: TestDaemonDiscoveryReload (1.00s) [2021-09-16T19:09:25.827Z] === RUN TestDaemonDiscoveryReloadFromEmptyDiscovery [2021-09-16T19:09:26.283Z] --- PASS: TestDaemonDiscoveryReloadFromEmptyDiscovery (0.50s) [2021-09-16T19:09:26.283Z] === RUN TestDaemonDiscoveryReloadOnlyClusterAdvertise [2021-09-16T19:09:26.712Z] --- PASS: TestBuildWithEmptyLayers (0.94s) [2021-09-16T19:09:26.712Z] === RUN TestBuildMultiStageOnBuild [2021-09-16T19:09:26.739Z] --- PASS: TestDaemonDiscoveryReloadOnlyClusterAdvertise (0.50s) [2021-09-16T19:09:26.739Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2021-09-16T19:09:26.739Z] reload_test.go:520: root required [2021-09-16T19:09:26.739Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2021-09-16T19:09:26.739Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2021-09-16T19:09:26.739Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s) [2021-09-16T19:09:26.739Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2021-09-16T19:09:26.739Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.01s) [2021-09-16T19:09:26.739Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2021-09-16T19:09:26.739Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.01s) [2021-09-16T19:09:26.739Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2021-09-16T19:09:26.739Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.00s) [2021-09-16T19:09:26.739Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2021-09-16T19:09:26.739Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2021-09-16T19:09:26.739Z] === RUN TestParseVolumesFrom [2021-09-16T19:09:26.739Z] --- PASS: TestParseVolumesFrom (0.00s) [2021-09-16T19:09:26.739Z] PASS [2021-09-16T19:09:27.196Z] coverage: 9.1% of statements [2021-09-16T19:09:27.196Z] ok github.com/docker/docker/daemon 2.311s coverage: 9.1% of statements [2021-09-16T19:09:27.196Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-09-16T19:09:27.196Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-09-16T19:09:27.196Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-09-16T19:09:27.196Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-09-16T19:09:27.196Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2021-09-16T19:09:27.196Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2021-09-16T19:09:27.196Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2021-09-16T19:09:27.196Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-09-16T19:09:27.196Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2021-09-16T19:09:27.196Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2021-09-16T19:09:27.196Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-09-16T19:09:27.196Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2021-09-16T19:09:27.196Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2021-09-16T19:09:27.196Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2021-09-16T19:09:27.196Z] === RUN TestNewStreamConfig [2021-09-16T19:09:27.196Z] === RUN TestNewStreamConfig/defaults [2021-09-16T19:09:27.196Z] === RUN TestNewStreamConfig/invalid_create_group [2021-09-16T19:09:27.196Z] === RUN TestNewStreamConfig/invalid_flush_interval [2021-09-16T19:09:27.196Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2021-09-16T19:09:27.196Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2021-09-16T19:09:27.196Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2021-09-16T19:09:27.196Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2021-09-16T19:09:27.196Z] --- PASS: TestNewStreamConfig (0.00s) [2021-09-16T19:09:27.196Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2021-09-16T19:09:27.196Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2021-09-16T19:09:27.196Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2021-09-16T19:09:27.196Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2021-09-16T19:09:27.196Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2021-09-16T19:09:27.196Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2021-09-16T19:09:27.196Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2021-09-16T19:09:27.196Z] === RUN TestNewAWSLogsClientUserAgentHandler [2021-09-16T19:09:27.196Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2021-09-16T19:09:27.196Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2021-09-16T19:09:27.196Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2021-09-16T19:09:27.196Z] === RUN TestNewAWSLogsClientRegionDetect [2021-09-16T19:09:27.196Z] time="2021-09-16T19:09:26Z" level=info msg="Trying to get region from EC2 Metadata" [2021-09-16T19:09:27.196Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.12s) [2021-09-16T19:09:27.196Z] === RUN TestCreateSuccess [2021-09-16T19:09:27.196Z] --- PASS: TestCreateSuccess (0.00s) [2021-09-16T19:09:27.196Z] === RUN TestCreateStreamSkipped [2021-09-16T19:09:27.196Z] time="2021-09-16T19:09:27Z" level=info msg="Skipping creating log stream" logCreateStream=false logGroupName=groupName logStreamName=streamName [2021-09-16T19:09:27.196Z] --- PASS: TestCreateStreamSkipped (0.00s) [2021-09-16T19:09:27.196Z] === RUN TestCreateLogGroupSuccess [2021-09-16T19:09:27.196Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2021-09-16T19:09:27.196Z] === RUN TestCreateError [2021-09-16T19:09:27.196Z] --- PASS: TestCreateError (0.00s) [2021-09-16T19:09:27.196Z] === RUN TestCreateAlreadyExists [2021-09-16T19:09:27.196Z] time="2021-09-16T19:09:27Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2021-09-16T19:09:27.280Z] --- PASS: TestInspectNetwork (7.20s) [2021-09-16T19:09:27.280Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2021-09-16T19:09:27.280Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2021-09-16T19:09:27.280Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2021-09-16T19:09:27.280Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2021-09-16T19:09:27.280Z] === RUN TestRunContainerWithBridgeNone [2021-09-16T19:09:27.652Z] --- PASS: TestCreateAlreadyExists (0.00s) [2021-09-16T19:09:27.652Z] === RUN TestLogClosed [2021-09-16T19:09:27.652Z] --- PASS: TestLogClosed (0.00s) [2021-09-16T19:09:27.652Z] === RUN TestLogBlocking [2021-09-16T19:09:27.652Z] --- PASS: TestLogBlocking (0.00s) [2021-09-16T19:09:27.652Z] === RUN TestLogNonBlockingBufferEmpty [2021-09-16T19:09:27.652Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2021-09-16T19:09:27.652Z] === RUN TestLogNonBlockingBufferFull [2021-09-16T19:09:27.652Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2021-09-16T19:09:27.652Z] === RUN TestPublishBatchSuccess [2021-09-16T19:09:27.652Z] --- PASS: TestPublishBatchSuccess (0.00s) [2021-09-16T19:09:27.652Z] === RUN TestPublishBatchError [2021-09-16T19:09:27.652Z] time="2021-09-16T19:09:27Z" level=error msg=Error [2021-09-16T19:09:27.652Z] --- PASS: TestPublishBatchError (0.00s) [2021-09-16T19:09:27.652Z] === RUN TestPublishBatchInvalidSeqSuccess [2021-09-16T19:09:27.652Z] time="2021-09-16T19:09:27Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2021-09-16T19:09:27.652Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2021-09-16T19:09:27.652Z] === RUN TestPublishBatchAlreadyAccepted [2021-09-16T19:09:27.652Z] time="2021-09-16T19:09:27Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2021-09-16T19:09:27.652Z] time="2021-09-16T19:09:27Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2021-09-16T19:09:27.652Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2021-09-16T19:09:27.653Z] === RUN TestCollectBatchSimple [2021-09-16T19:09:27.653Z] --- PASS: TestCollectBatchSimple (0.00s) [2021-09-16T19:09:27.653Z] === RUN TestCollectBatchTicker [2021-09-16T19:09:27.653Z] --- PASS: TestCollectBatchTicker (0.00s) [2021-09-16T19:09:27.653Z] === RUN TestCollectBatchMultilinePattern [2021-09-16T19:09:27.653Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2021-09-16T19:09:27.653Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2021-09-16T19:09:27.653Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2021-09-16T19:09:27.653Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2021-09-16T19:09:27.653Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2021-09-16T19:09:27.653Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2021-09-16T19:09:27.653Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.03s) [2021-09-16T19:09:27.653Z] === RUN TestCollectBatchClose [2021-09-16T19:09:27.653Z] --- PASS: TestCollectBatchClose (0.00s) [2021-09-16T19:09:27.653Z] === RUN TestEffectiveLen [2021-09-16T19:09:27.653Z] === RUN TestEffectiveLen/0/Hello [2021-09-16T19:09:27.653Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2021-09-16T19:09:27.653Z] === RUN TestEffectiveLen/2/🙃 [2021-09-16T19:09:27.653Z] === RUN TestEffectiveLen/3/���� [2021-09-16T19:09:27.653Z] === RUN TestEffectiveLen/4/He��o [2021-09-16T19:09:27.653Z] === RUN TestEffectiveLen/5/ [2021-09-16T19:09:27.653Z] --- PASS: TestEffectiveLen (0.00s) [2021-09-16T19:09:27.653Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2021-09-16T19:09:27.653Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2021-09-16T19:09:27.653Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2021-09-16T19:09:27.653Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2021-09-16T19:09:27.653Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2021-09-16T19:09:27.653Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2021-09-16T19:09:27.653Z] === RUN TestFindValidSplit [2021-09-16T19:09:27.653Z] === RUN TestFindValidSplit/0/ [2021-09-16T19:09:27.653Z] cloudwatchlogs_test.go:1063: [2021-09-16T19:09:27.653Z] cloudwatchlogs_test.go:1064: [2021-09-16T19:09:27.653Z] === RUN TestFindValidSplit/1/Hello [2021-09-16T19:09:27.653Z] cloudwatchlogs_test.go:1063: Hello [2021-09-16T19:09:27.653Z] cloudwatchlogs_test.go:1064: [2021-09-16T19:09:27.653Z] === RUN TestFindValidSplit/2/Hello [2021-09-16T19:09:27.653Z] cloudwatchlogs_test.go:1063: He [2021-09-16T19:09:27.653Z] cloudwatchlogs_test.go:1064: llo [2021-09-16T19:09:27.653Z] === RUN TestFindValidSplit/3/Hello [2021-09-16T19:09:27.653Z] cloudwatchlogs_test.go:1063: [2021-09-16T19:09:27.653Z] cloudwatchlogs_test.go:1064: Hello [2021-09-16T19:09:27.653Z] === RUN TestFindValidSplit/4/🙃 [2021-09-16T19:09:27.653Z] cloudwatchlogs_test.go:1063: [2021-09-16T19:09:27.653Z] cloudwatchlogs_test.go:1064: 🙃 [2021-09-16T19:09:27.653Z] === RUN TestFindValidSplit/5/🙃 [2021-09-16T19:09:27.653Z] cloudwatchlogs_test.go:1063: 🙃 [2021-09-16T19:09:27.653Z] cloudwatchlogs_test.go:1064: [2021-09-16T19:09:27.653Z] === RUN TestFindValidSplit/6/a� [2021-09-16T19:09:27.653Z] cloudwatchlogs_test.go:1063: a [2021-09-16T19:09:27.653Z] cloudwatchlogs_test.go:1064: � [2021-09-16T19:09:27.653Z] === RUN TestFindValidSplit/7/a� [2021-09-16T19:09:27.653Z] cloudwatchlogs_test.go:1063: a� [2021-09-16T19:09:27.653Z] cloudwatchlogs_test.go:1064: [2021-09-16T19:09:27.653Z] --- PASS: TestFindValidSplit (0.00s) [2021-09-16T19:09:27.653Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2021-09-16T19:09:27.653Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2021-09-16T19:09:27.653Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2021-09-16T19:09:27.653Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2021-09-16T19:09:27.653Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2021-09-16T19:09:27.653Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2021-09-16T19:09:27.653Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2021-09-16T19:09:27.653Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2021-09-16T19:09:27.653Z] === RUN TestProcessEventEmoji [2021-09-16T19:09:27.653Z] --- PASS: TestProcessEventEmoji (0.01s) [2021-09-16T19:09:27.653Z] === RUN TestCollectBatchLineSplit [2021-09-16T19:09:27.653Z] --- PASS: TestCollectBatchLineSplit (0.00s) [2021-09-16T19:09:27.653Z] === RUN TestCollectBatchLineSplitWithBinary [2021-09-16T19:09:27.653Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s) [2021-09-16T19:09:27.653Z] === RUN TestCollectBatchMaxEvents [2021-09-16T19:09:27.653Z] === RUN TestAdapterReadLogs [2021-09-16T19:09:27.653Z] --- PASS: TestAdapterReadLogs (0.00s) [2021-09-16T19:09:27.653Z] === RUN TestCopier [2021-09-16T19:09:27.653Z] --- PASS: TestCopier (0.00s) [2021-09-16T19:09:27.653Z] === RUN TestCopierLongLines [2021-09-16T19:09:27.653Z] --- PASS: TestCopierLongLines (0.00s) [2021-09-16T19:09:27.653Z] === RUN TestCopierSlow [2021-09-16T19:09:27.653Z] --- PASS: TestCollectBatchMaxEvents (0.03s) [2021-09-16T19:09:27.653Z] === RUN TestCollectBatchMaxTotalBytes [2021-09-16T19:09:27.653Z] --- PASS: TestCollectBatchMaxTotalBytes (0.01s) [2021-09-16T19:09:27.653Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2021-09-16T19:09:27.653Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.01s) [2021-09-16T19:09:27.653Z] === RUN TestCollectBatchWithDuplicateTimestamps [2021-09-16T19:09:27.653Z] === RUN TestSearchRegistryForImagesErrors [2021-09-16T19:09:27.653Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2021-09-16T19:09:27.653Z] === RUN TestSearchRegistryForImages [2021-09-16T19:09:27.653Z] --- PASS: TestSearchRegistryForImages (0.00s) [2021-09-16T19:09:27.653Z] === RUN TestOnlyPlatformWithFallback [2021-09-16T19:09:27.653Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2021-09-16T19:09:27.653Z] === RUN TestImageDelete [2021-09-16T19:09:27.653Z] === RUN TestImageDelete/no_lease [2021-09-16T19:09:27.653Z] === RUN TestImageDelete/lease_exists [2021-09-16T19:09:27.653Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.04s) [2021-09-16T19:09:27.653Z] === RUN TestParseLogOptionsMultilinePattern [2021-09-16T19:09:27.653Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2021-09-16T19:09:27.653Z] === RUN TestParseLogOptionsDatetimeFormat [2021-09-16T19:09:27.653Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2021-09-16T19:09:27.653Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2021-09-16T19:09:27.653Z] --- PASS: TestImageDelete (0.02s) [2021-09-16T19:09:27.653Z] --- PASS: TestImageDelete/no_lease (0.00s) [2021-09-16T19:09:27.653Z] --- PASS: TestImageDelete/lease_exists (0.01s) [2021-09-16T19:09:27.653Z] === RUN TestContentStoreForPull [2021-09-16T19:09:27.653Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2021-09-16T19:09:27.653Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2021-09-16T19:09:27.653Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2021-09-16T19:09:27.653Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2021-09-16T19:09:27.653Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2021-09-16T19:09:27.653Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2021-09-16T19:09:27.653Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2021-09-16T19:09:27.653Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2021-09-16T19:09:27.653Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2021-09-16T19:09:27.653Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2021-09-16T19:09:27.653Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2021-09-16T19:09:27.653Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2021-09-16T19:09:27.653Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2021-09-16T19:09:27.653Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2021-09-16T19:09:27.653Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2021-09-16T19:09:27.653Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2021-09-16T19:09:27.653Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2021-09-16T19:09:27.653Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2021-09-16T19:09:27.653Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2021-09-16T19:09:27.653Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2021-09-16T19:09:27.653Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2021-09-16T19:09:27.653Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2021-09-16T19:09:27.653Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2021-09-16T19:09:27.653Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2021-09-16T19:09:27.653Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2021-09-16T19:09:27.653Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2021-09-16T19:09:27.653Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2021-09-16T19:09:27.653Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2021-09-16T19:09:27.653Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2021-09-16T19:09:27.653Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2021-09-16T19:09:27.653Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2021-09-16T19:09:27.653Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2021-09-16T19:09:27.653Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2021-09-16T19:09:27.653Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2021-09-16T19:09:27.653Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2021-09-16T19:09:27.653Z] === RUN TestCreateTagSuccess [2021-09-16T19:09:27.653Z] --- PASS: TestCreateTagSuccess (0.00s) [2021-09-16T19:09:27.653Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2021-09-16T19:09:27.653Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2021-09-16T19:09:27.653Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2021-09-16T19:09:27.653Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2021-09-16T19:09:27.653Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2021-09-16T19:09:27.653Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2021-09-16T19:09:27.653Z] PASS [2021-09-16T19:09:27.653Z] coverage: 77.4% of statements [2021-09-16T19:09:27.653Z] ok github.com/docker/docker/daemon/logger/awslogs 0.324s coverage: 77.4% of statements [2021-09-16T19:09:27.653Z] --- PASS: TestCopierSlow (0.20s) [2021-09-16T19:09:27.653Z] === RUN TestCopierWithSized [2021-09-16T19:09:27.653Z] === RUN TestCopierWithSized/as_is [2021-09-16T19:09:27.653Z] === RUN TestCopierWithSized/With_RingLogger [2021-09-16T19:09:27.653Z] --- PASS: TestCopierWithSized (0.01s) [2021-09-16T19:09:27.653Z] --- PASS: TestCopierWithSized/as_is (0.00s) [2021-09-16T19:09:27.653Z] --- PASS: TestCopierWithSized/With_RingLogger (0.01s) [2021-09-16T19:09:27.653Z] === RUN TestCopierWithPartial [2021-09-16T19:09:27.653Z] --- PASS: TestCopierWithPartial (0.00s) [2021-09-16T19:09:27.653Z] === RUN TestRingLogger [2021-09-16T19:09:27.653Z] --- PASS: TestRingLogger (0.00s) [2021-09-16T19:09:27.653Z] === RUN TestRingCap [2021-09-16T19:09:27.653Z] --- PASS: TestRingCap (0.00s) [2021-09-16T19:09:27.653Z] === RUN TestRingClose [2021-09-16T19:09:27.653Z] --- PASS: TestRingClose (0.00s) [2021-09-16T19:09:27.653Z] === RUN TestRingDrain [2021-09-16T19:09:27.653Z] --- PASS: TestRingDrain (0.00s) [2021-09-16T19:09:27.653Z] PASS [2021-09-16T19:09:27.653Z] coverage: 43.8% of statements [2021-09-16T19:09:27.653Z] --- PASS: TestContentStoreForPull (0.14s) [2021-09-16T19:09:27.653Z] PASS [2021-09-16T19:09:27.653Z] coverage: 6.7% of statements [2021-09-16T19:09:27.653Z] ok github.com/docker/docker/daemon/logger 0.313s coverage: 43.8% of statements [2021-09-16T19:09:27.653Z] ok github.com/docker/docker/daemon/images 0.251s coverage: 6.7% of statements [2021-09-16T19:09:27.653Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-09-16T19:09:27.653Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-09-16T19:09:27.653Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2021-09-16T19:09:27.653Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-09-16T19:09:27.653Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-09-16T19:09:27.653Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2021-09-16T19:09:27.653Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2021-09-16T19:09:27.687Z] === RUN TestDiscoveryOptsErrors [2021-09-16T19:09:27.687Z] --- PASS: TestDiscoveryOptsErrors (0.00s) [2021-09-16T19:09:27.687Z] === RUN TestDiscoveryOpts [2021-09-16T19:09:27.687Z] --- PASS: TestDiscoveryOpts (0.00s) [2021-09-16T19:09:27.687Z] PASS [2021-09-16T19:09:27.687Z] coverage: 30.0% of statements [2021-09-16T19:09:27.687Z] === RUN TestBuilderGC [2021-09-16T19:09:27.687Z] --- PASS: TestBuilderGC (0.00s) [2021-09-16T19:09:27.687Z] === RUN TestDaemonConfigurationNotFound [2021-09-16T19:09:27.688Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2021-09-16T19:09:27.688Z] === RUN TestDaemonBrokenConfiguration [2021-09-16T19:09:27.688Z] ok github.com/docker/docker/daemon/discovery 0.041s coverage: 30.0% of statements [2021-09-16T19:09:27.688Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2021-09-16T19:09:27.688Z] === RUN TestParseClusterAdvertiseSettings [2021-09-16T19:09:27.688Z] --- PASS: TestParseClusterAdvertiseSettings (0.00s) [2021-09-16T19:09:27.688Z] === RUN TestFindConfigurationConflicts [2021-09-16T19:09:27.688Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2021-09-16T19:09:27.688Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2021-09-16T19:09:27.688Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2021-09-16T19:09:27.688Z] === RUN TestDaemonConfigurationMergeConflicts [2021-09-16T19:09:27.688Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2021-09-16T19:09:27.688Z] === RUN TestDaemonConfigurationMergeConcurrent [2021-09-16T19:09:27.688Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2021-09-16T19:09:27.688Z] === RUN TestDaemonConfigurationMergeConcurrentError [2021-09-16T19:09:27.688Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2021-09-16T19:09:27.688Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2021-09-16T19:09:27.688Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2021-09-16T19:09:27.688Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2021-09-16T19:09:27.688Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2021-09-16T19:09:27.688Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2021-09-16T19:09:27.688Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2021-09-16T19:09:27.688Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s) [2021-09-16T19:09:27.688Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2021-09-16T19:09:27.688Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2021-09-16T19:09:27.688Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2021-09-16T19:09:27.688Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2021-09-16T19:09:27.688Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2021-09-16T19:09:27.688Z] === RUN TestFindConfigurationConflictsWithMergedValues [2021-09-16T19:09:27.688Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2021-09-16T19:09:27.688Z] === RUN TestValidateConfigurationErrors [2021-09-16T19:09:27.688Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2021-09-16T19:09:27.688Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2021-09-16T19:09:27.688Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2021-09-16T19:09:27.688Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2021-09-16T19:09:27.688Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2021-09-16T19:09:27.688Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2021-09-16T19:09:27.688Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2021-09-16T19:09:27.688Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2021-09-16T19:09:27.688Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2021-09-16T19:09:27.688Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2021-09-16T19:09:27.688Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2021-09-16T19:09:27.688Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2021-09-16T19:09:27.688Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2021-09-16T19:09:27.688Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2021-09-16T19:09:27.688Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2021-09-16T19:09:27.688Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2021-09-16T19:09:27.688Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2021-09-16T19:09:27.688Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2021-09-16T19:09:27.688Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2021-09-16T19:09:27.688Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2021-09-16T19:09:27.688Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2021-09-16T19:09:27.688Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2021-09-16T19:09:27.688Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2021-09-16T19:09:27.688Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2021-09-16T19:09:27.688Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2021-09-16T19:09:27.688Z] === RUN TestValidateConfiguration [2021-09-16T19:09:27.688Z] === RUN TestValidateConfiguration/with_label [2021-09-16T19:09:27.688Z] === RUN TestValidateConfiguration/with_dns [2021-09-16T19:09:27.688Z] === RUN TestValidateConfiguration/with_dns-search [2021-09-16T19:09:27.688Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2021-09-16T19:09:27.688Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2021-09-16T19:09:27.688Z] === RUN TestValidateConfiguration/with_max-download-attempts [2021-09-16T19:09:27.688Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2021-09-16T19:09:27.688Z] === RUN TestValidateConfiguration/with_node_generic_resources [2021-09-16T19:09:27.688Z] --- PASS: TestValidateConfiguration (0.00s) [2021-09-16T19:09:27.688Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2021-09-16T19:09:27.688Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2021-09-16T19:09:27.688Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2021-09-16T19:09:27.688Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2021-09-16T19:09:27.688Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2021-09-16T19:09:27.688Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2021-09-16T19:09:27.688Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2021-09-16T19:09:27.688Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2021-09-16T19:09:27.688Z] === RUN TestModifiedDiscoverySettings [2021-09-16T19:09:27.688Z] --- PASS: TestModifiedDiscoverySettings (0.00s) [2021-09-16T19:09:27.688Z] === RUN TestReloadSetConfigFileNotExist [2021-09-16T19:09:27.688Z] time="2021-09-16T19:09:27Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2021-09-16T19:09:27.688Z] --- PASS: TestReloadSetConfigFileNotExist (0.13s) [2021-09-16T19:09:27.688Z] === RUN TestReloadDefaultConfigNotExist [2021-09-16T19:09:27.688Z] config_test.go:526: os.Getuid() != 0: skipping test that requires root [2021-09-16T19:09:27.688Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s) [2021-09-16T19:09:27.688Z] === RUN TestReloadBadDefaultConfig [2021-09-16T19:09:27.688Z] time="2021-09-16T19:09:27Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-1198630901" [2021-09-16T19:09:27.688Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2021-09-16T19:09:27.688Z] === RUN TestReloadWithConflictingLabels [2021-09-16T19:09:27.688Z] time="2021-09-16T19:09:27Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-3598958254" [2021-09-16T19:09:27.688Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2021-09-16T19:09:27.688Z] === RUN TestReloadWithDuplicateLabels [2021-09-16T19:09:27.688Z] time="2021-09-16T19:09:27Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-396320949" [2021-09-16T19:09:27.688Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2021-09-16T19:09:27.688Z] === RUN TestDaemonConfigurationMerge [2021-09-16T19:09:27.688Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2021-09-16T19:09:27.688Z] PASS [2021-09-16T19:09:27.688Z] coverage: 80.4% of statements [2021-09-16T19:09:27.688Z] ok github.com/docker/docker/daemon/config 0.226s coverage: 80.4% of statements [2021-09-16T19:09:28.110Z] === RUN TestJSONLogsMarshalJSONBuf [2021-09-16T19:09:28.110Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2021-09-16T19:09:28.110Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2021-09-16T19:09:28.567Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.12s) [2021-09-16T19:09:28.567Z] === RUN TestFastTimeMarshalJSON [2021-09-16T19:09:28.567Z] --- PASS: TestFastTimeMarshalJSON (0.01s) [2021-09-16T19:09:28.567Z] PASS [2021-09-16T19:09:28.567Z] coverage: 87.2% of statements [2021-09-16T19:09:28.567Z] === RUN TestJSONFileLogger [2021-09-16T19:09:28.567Z] --- PASS: TestJSONFileLogger (0.00s) [2021-09-16T19:09:28.567Z] === RUN TestJSONFileLoggerWithTags [2021-09-16T19:09:28.567Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2021-09-16T19:09:28.567Z] === RUN TestJSONFileLoggerWithOpts [2021-09-16T19:09:28.567Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.161s coverage: 87.2% of statements [2021-09-16T19:09:28.567Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s) [2021-09-16T19:09:28.567Z] === RUN TestJSONFileLoggerWithLabelsEnv [2021-09-16T19:09:28.567Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2021-09-16T19:09:28.567Z] === RUN TestEncodeDecode [2021-09-16T19:09:28.567Z] === PAUSE TestEncodeDecode [2021-09-16T19:09:28.567Z] === RUN TestUnexpectedEOF [2021-09-16T19:09:28.567Z] time="2021-09-16T19:09:28Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2021-09-16T19:09:28.567Z] time="2021-09-16T19:09:28Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2021-09-16T19:09:28.567Z] --- PASS: TestUnexpectedEOF (0.12s) [2021-09-16T19:09:28.567Z] === CONT TestEncodeDecode [2021-09-16T19:09:28.567Z] --- PASS: TestEncodeDecode (0.00s) [2021-09-16T19:09:28.567Z] PASS [2021-09-16T19:09:28.567Z] coverage: 69.9% of statements [2021-09-16T19:09:28.567Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.184s coverage: 69.9% of statements [2021-09-16T19:09:28.656Z] --- PASS: TestRunContainerWithBridgeNone (1.64s) [2021-09-16T19:09:28.656Z] === RUN TestNetworkInvalidJSON [2021-09-16T19:09:28.656Z] === RUN TestNetworkInvalidJSON//networks/create [2021-09-16T19:09:28.656Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-09-16T19:09:28.656Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-09-16T19:09:28.656Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-09-16T19:09:28.656Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-09-16T19:09:28.656Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-09-16T19:09:28.656Z] === CONT TestNetworkInvalidJSON//networks/create [2021-09-16T19:09:28.656Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-09-16T19:09:28.656Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-09-16T19:09:28.656Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2021-09-16T19:09:28.656Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-09-16T19:09:28.656Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-09-16T19:09:28.656Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-09-16T19:09:28.656Z] === RUN TestNetworkList [2021-09-16T19:09:28.656Z] === RUN TestNetworkList//networks [2021-09-16T19:09:28.656Z] === PAUSE TestNetworkList//networks [2021-09-16T19:09:28.656Z] === RUN TestNetworkList//networks/ [2021-09-16T19:09:28.656Z] === PAUSE TestNetworkList//networks/ [2021-09-16T19:09:28.656Z] === CONT TestNetworkList//networks [2021-09-16T19:09:28.656Z] === CONT TestNetworkList//networks/ [2021-09-16T19:09:28.656Z] --- PASS: TestNetworkList (0.01s) [2021-09-16T19:09:28.656Z] --- PASS: TestNetworkList//networks (0.00s) [2021-09-16T19:09:28.656Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-09-16T19:09:28.656Z] === RUN TestHostIPv4BridgeLabel [2021-09-16T19:09:28.679Z] === RUN TestWaitNodeAttachment [2021-09-16T19:09:28.679Z] --- PASS: TestWaitNodeAttachment (0.40s) [2021-09-16T19:09:28.679Z] === RUN TestIsolationConversion [2021-09-16T19:09:28.679Z] === RUN TestIsolationConversion/default [2021-09-16T19:09:28.679Z] === RUN TestIsolationConversion/process [2021-09-16T19:09:28.679Z] === RUN TestIsolationConversion/hyperv [2021-09-16T19:09:28.679Z] --- PASS: TestIsolationConversion (0.00s) [2021-09-16T19:09:28.679Z] --- PASS: TestIsolationConversion/default (0.00s) [2021-09-16T19:09:28.679Z] --- PASS: TestIsolationConversion/process (0.00s) [2021-09-16T19:09:28.679Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2021-09-16T19:09:28.679Z] === RUN TestContainerLabels [2021-09-16T19:09:28.679Z] --- PASS: TestContainerLabels (0.00s) [2021-09-16T19:09:28.679Z] === RUN TestCredentialSpecConversion [2021-09-16T19:09:28.679Z] === RUN TestCredentialSpecConversion/none [2021-09-16T19:09:28.679Z] === RUN TestCredentialSpecConversion/config [2021-09-16T19:09:28.679Z] === RUN TestCredentialSpecConversion/file [2021-09-16T19:09:28.679Z] === RUN TestCredentialSpecConversion/registry [2021-09-16T19:09:28.679Z] --- PASS: TestCredentialSpecConversion (0.00s) [2021-09-16T19:09:28.679Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2021-09-16T19:09:28.679Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2021-09-16T19:09:28.679Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2021-09-16T19:09:28.679Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2021-09-16T19:09:28.679Z] === RUN TestControllerValidateMountBind [2021-09-16T19:09:28.679Z] --- PASS: TestControllerValidateMountBind (0.00s) [2021-09-16T19:09:28.679Z] === RUN TestControllerValidateMountVolume [2021-09-16T19:09:28.679Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2021-09-16T19:09:28.679Z] === RUN TestControllerValidateMountTarget [2021-09-16T19:09:28.679Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2021-09-16T19:09:28.679Z] === RUN TestControllerValidateMountTmpfs [2021-09-16T19:09:28.679Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2021-09-16T19:09:28.679Z] === RUN TestControllerValidateMountInvalidType [2021-09-16T19:09:28.679Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2021-09-16T19:09:28.679Z] === RUN TestControllerValidateMountNamedPipe [2021-09-16T19:09:28.679Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2021-09-16T19:09:28.679Z] PASS [2021-09-16T19:09:28.679Z] coverage: 11.0% of statements [2021-09-16T19:09:28.679Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.744s coverage: 11.0% of statements [2021-09-16T19:09:28.679Z] === RUN TestEventsLog [2021-09-16T19:09:28.679Z] --- PASS: TestEventsLog (0.00s) [2021-09-16T19:09:28.679Z] === RUN TestEventsLogTimeout [2021-09-16T19:09:28.679Z] --- PASS: TestEventsLogTimeout (0.00s) [2021-09-16T19:09:28.679Z] === RUN TestLogEvents [2021-09-16T19:09:29.023Z] === RUN TestOpenFileDelete [2021-09-16T19:09:29.023Z] --- PASS: TestOpenFileDelete (0.00s) [2021-09-16T19:09:29.023Z] === RUN TestOpenFileRename [2021-09-16T19:09:29.023Z] --- PASS: TestOpenFileRename (0.00s) [2021-09-16T19:09:29.023Z] === RUN TestParseLogTagDefaultTag [2021-09-16T19:09:29.023Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2021-09-16T19:09:29.023Z] === RUN TestParseLogTag [2021-09-16T19:09:29.023Z] --- PASS: TestParseLogTag (0.00s) [2021-09-16T19:09:29.023Z] === RUN TestParseLogTagEmptyTag [2021-09-16T19:09:29.023Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2021-09-16T19:09:29.023Z] === RUN TestTailFiles [2021-09-16T19:09:29.023Z] --- PASS: TestTailFiles (0.00s) [2021-09-16T19:09:29.023Z] === RUN TestFollowLogsConsumerGone [2021-09-16T19:09:29.023Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2021-09-16T19:09:29.023Z] === RUN TestFollowLogsProducerGone [2021-09-16T19:09:29.023Z] logfile_test.go:231: messages sent: 4098, received: 4098 [2021-09-16T19:09:29.023Z] logfile_test.go:178: logDecode() closed after sending 4098 messages [2021-09-16T19:09:29.023Z] --- PASS: TestFollowLogsProducerGone (0.00s) [2021-09-16T19:09:29.023Z] === RUN TestCheckCapacityAndRotate [2021-09-16T19:09:29.023Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2021-09-16T19:09:29.023Z] === RUN TestWriteLog [2021-09-16T19:09:29.023Z] === PAUSE TestWriteLog [2021-09-16T19:09:29.023Z] === RUN TestReadLog [2021-09-16T19:09:29.023Z] === PAUSE TestReadLog [2021-09-16T19:09:29.023Z] === CONT TestWriteLog [2021-09-16T19:09:29.023Z] === CONT TestReadLog [2021-09-16T19:09:29.023Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2021-09-16T19:09:29.023Z] --- PASS: TestWriteLog (0.01s) [2021-09-16T19:09:29.023Z] === RUN TestReadLog/tail_exact [2021-09-16T19:09:29.023Z] --- PASS: TestCheckCapacityAndRotate (0.03s) [2021-09-16T19:09:29.023Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s) [2021-09-16T19:09:29.023Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.02s) [2021-09-16T19:09:29.023Z] PASS [2021-09-16T19:09:29.023Z] coverage: 53.7% of statements [2021-09-16T19:09:29.023Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.088s coverage: 53.7% of statements [2021-09-16T19:09:29.149Z] --- PASS: TestLogEvents (0.05s) [2021-09-16T19:09:29.149Z] === RUN TestLoadBufferedEvents [2021-09-16T19:09:29.149Z] --- PASS: TestLoadBufferedEvents (0.11s) [2021-09-16T19:09:29.149Z] === RUN TestLoadBufferedEventsOnlyFromPast [2021-09-16T19:09:29.149Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2021-09-16T19:09:29.149Z] === RUN TestIgnoreBufferedWhenNoTimes [2021-09-16T19:09:29.149Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2021-09-16T19:09:29.149Z] PASS [2021-09-16T19:09:29.149Z] coverage: 50.0% of statements [2021-09-16T19:09:29.149Z] ok github.com/docker/docker/daemon/events 0.400s coverage: 50.0% of statements [2021-09-16T19:09:29.149Z] === RUN TestVerifyNetworkingConfig [2021-09-16T19:09:29.149Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2021-09-16T19:09:29.149Z] === RUN TestGetContainer [2021-09-16T19:09:29.149Z] --- PASS: TestGetContainer (0.00s) [2021-09-16T19:09:29.149Z] === RUN TestValidContainerNames [2021-09-16T19:09:29.149Z] --- PASS: TestValidContainerNames (0.00s) [2021-09-16T19:09:29.149Z] === RUN TestContainerInitDNS [2021-09-16T19:09:29.149Z] daemon_test.go:146: root required [2021-09-16T19:09:29.149Z] --- SKIP: TestContainerInitDNS (0.00s) [2021-09-16T19:09:29.149Z] === RUN TestMerge [2021-09-16T19:09:29.149Z] --- PASS: TestMerge (0.00s) [2021-09-16T19:09:29.149Z] === RUN TestValidateContainerIsolation [2021-09-16T19:09:29.149Z] --- PASS: TestValidateContainerIsolation (0.00s) [2021-09-16T19:09:29.149Z] === RUN TestFindNetworkErrorType [2021-09-16T19:09:29.149Z] --- PASS: TestFindNetworkErrorType (0.00s) [2021-09-16T19:09:29.149Z] === RUN TestEnsureServicesExist [2021-09-16T19:09:29.149Z] --- PASS: TestEnsureServicesExist (0.00s) [2021-09-16T19:09:29.149Z] === RUN TestEnsureServicesExistErrors [2021-09-16T19:09:29.149Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2021-09-16T19:09:29.149Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2021-09-16T19:09:29.149Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2021-09-16T19:09:29.149Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2021-09-16T19:09:29.149Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2021-09-16T19:09:29.149Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2021-09-16T19:09:29.149Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2021-09-16T19:09:29.149Z] === RUN TestContainerDelete [2021-09-16T19:09:29.149Z] --- PASS: TestContainerDelete (0.00s) [2021-09-16T19:09:29.149Z] === RUN TestContainerDoubleDelete [2021-09-16T19:09:29.149Z] --- PASS: TestContainerDoubleDelete (0.00s) [2021-09-16T19:09:29.149Z] === RUN TestLogContainerEventCopyLabels [2021-09-16T19:09:29.149Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2021-09-16T19:09:29.149Z] === RUN TestLogContainerEventWithAttributes [2021-09-16T19:09:29.149Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2021-09-16T19:09:29.149Z] === RUN TestNoneHealthcheck [2021-09-16T19:09:29.149Z] --- PASS: TestNoneHealthcheck (0.00s) [2021-09-16T19:09:29.149Z] === RUN TestHealthStates [2021-09-16T19:09:29.223Z] --- PASS: TestHostIPv4BridgeLabel (0.56s) [2021-09-16T19:09:29.223Z] === RUN TestDaemonRestartWithLiveRestore [2021-09-16T19:09:29.479Z] === RUN TestReadLog/tail_less_than_available [2021-09-16T19:09:29.479Z] === RUN TestReadLog/tail_more_than_available [2021-09-16T19:09:29.479Z] --- PASS: TestReadLog (0.14s) [2021-09-16T19:09:29.479Z] --- PASS: TestReadLog/tail_exact (0.13s) [2021-09-16T19:09:29.479Z] --- PASS: TestReadLog/tail_less_than_available (0.00s) [2021-09-16T19:09:29.479Z] --- PASS: TestReadLog/tail_more_than_available (0.00s) [2021-09-16T19:09:29.479Z] PASS [2021-09-16T19:09:29.479Z] coverage: 75.2% of statements [2021-09-16T19:09:29.479Z] ok github.com/docker/docker/daemon/logger/local 0.196s coverage: 75.2% of statements [2021-09-16T19:09:29.479Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-09-16T19:09:29.620Z] time="2021-09-16T19:09:28Z" 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-16T19:09:29.620Z] time="2021-09-16T19:09:29Z" 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-16T19:09:29.620Z] time="2021-09-16T19:09:29Z" 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-16T19:09:29.620Z] time="2021-09-16T19:09:29Z" 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-16T19:09:29.620Z] time="2021-09-16T19:09:29Z" 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-16T19:09:29.620Z] time="2021-09-16T19:09:29Z" 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-16T19:09:29.620Z] time="2021-09-16T19:09:29Z" 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-16T19:09:29.620Z] time="2021-09-16T19:09:29Z" 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-16T19:09:29.620Z] time="2021-09-16T19:09:29Z" 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-16T19:09:29.621Z] time="2021-09-16T19:09:29Z" 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-16T19:09:29.621Z] --- PASS: TestHealthStates (0.12s) [2021-09-16T19:09:29.621Z] === RUN TestMaskURLCredentials [2021-09-16T19:09:29.621Z] --- PASS: TestMaskURLCredentials (0.00s) [2021-09-16T19:09:29.621Z] === RUN TestGetInspectData [2021-09-16T19:09:29.621Z] --- PASS: TestGetInspectData (0.00s) [2021-09-16T19:09:29.621Z] === RUN TestFillLicense [2021-09-16T19:09:29.621Z] --- PASS: TestFillLicense (0.00s) [2021-09-16T19:09:29.621Z] === RUN TestListInvalidFilter [2021-09-16T19:09:29.621Z] --- PASS: TestListInvalidFilter (0.00s) [2021-09-16T19:09:29.621Z] === RUN TestNameFilter [2021-09-16T19:09:29.621Z] --- PASS: TestNameFilter (0.00s) [2021-09-16T19:09:29.621Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2021-09-16T19:09:29.621Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2021-09-16T19:09:29.621Z] === RUN TestSetWindowsCredentialSpecInSpec [2021-09-16T19:09:29.621Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2021-09-16T19:09:29.621Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2021-09-16T19:09:29.621Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2021-09-16T19:09:29.621Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2021-09-16T19:09:29.621Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2021-09-16T19:09:29.621Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2021-09-16T19:09:29.621Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2021-09-16T19:09:29.621Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2021-09-16T19:09:29.621Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2021-09-16T19:09:29.621Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2021-09-16T19:09:29.621Z] === 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-16T19:09:29.621Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2021-09-16T19:09:29.621Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2021-09-16T19:09:29.621Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2021-09-16T19:09:29.621Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2021-09-16T19:09:29.621Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2021-09-16T19:09:29.621Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2021-09-16T19:09:29.621Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2021-09-16T19:09:29.621Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2021-09-16T19:09:29.621Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.01s) [2021-09-16T19:09:29.621Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2021-09-16T19:09:29.621Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2021-09-16T19:09:29.621Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2021-09-16T19:09:29.621Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2021-09-16T19:09:29.621Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2021-09-16T19:09:29.621Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2021-09-16T19:09:29.621Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2021-09-16T19:09:29.621Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2021-09-16T19:09:29.621Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2021-09-16T19:09:29.621Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2021-09-16T19:09:29.621Z] --- 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-16T19:09:29.621Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2021-09-16T19:09:29.621Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2021-09-16T19:09:29.621Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2021-09-16T19:09:29.621Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2021-09-16T19:09:29.621Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2021-09-16T19:09:29.621Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2021-09-16T19:09:29.621Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2021-09-16T19:09:29.621Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2021-09-16T19:09:29.621Z] === RUN TestDaemonReloadLabels [2021-09-16T19:09:29.621Z] --- PASS: TestDaemonReloadLabels (0.00s) [2021-09-16T19:09:29.621Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2021-09-16T19:09:29.621Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2021-09-16T19:09:29.621Z] === RUN TestDaemonReloadMirrors [2021-09-16T19:09:29.621Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2021-09-16T19:09:29.621Z] === RUN TestDaemonReloadInsecureRegistries [2021-09-16T19:09:29.621Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2021-09-16T19:09:29.621Z] === RUN TestDaemonReloadNotAffectOthers [2021-09-16T19:09:29.621Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2021-09-16T19:09:29.621Z] === RUN TestDaemonDiscoveryReload [2021-09-16T19:09:29.621Z] === RUN TestIsEmptyDir [2021-09-16T19:09:29.621Z] --- PASS: TestIsEmptyDir (0.00s) [2021-09-16T19:09:29.621Z] PASS [2021-09-16T19:09:29.621Z] coverage: 2.3% of statements [2021-09-16T19:09:29.621Z] ok github.com/docker/docker/daemon/graphdriver 0.051s coverage: 2.3% of statements [2021-09-16T19:09:29.621Z] === RUN TestLinkNaming [2021-09-16T19:09:29.621Z] --- PASS: TestLinkNaming (0.00s) [2021-09-16T19:09:29.621Z] === RUN TestLinkNew [2021-09-16T19:09:29.621Z] --- PASS: TestLinkNew (0.00s) [2021-09-16T19:09:29.621Z] === RUN TestLinkEnv [2021-09-16T19:09:29.621Z] --- PASS: TestLinkEnv (0.00s) [2021-09-16T19:09:29.621Z] === RUN TestLinkMultipleEnv [2021-09-16T19:09:29.621Z] --- PASS: TestLinkMultipleEnv (0.00s) [2021-09-16T19:09:29.621Z] === RUN TestLinkPortRangeEnv [2021-09-16T19:09:29.621Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2021-09-16T19:09:29.621Z] PASS [2021-09-16T19:09:29.621Z] coverage: 93.0% of statements [2021-09-16T19:09:29.621Z] ok github.com/docker/docker/daemon/links 0.029s coverage: 93.0% of statements [2021-09-16T19:09:29.935Z] === RUN TestLog [2021-09-16T19:09:29.935Z] --- PASS: TestLog (0.00s) [2021-09-16T19:09:29.936Z] PASS [2021-09-16T19:09:29.936Z] coverage: 31.5% of statements [2021-09-16T19:09:29.936Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.142s coverage: 31.5% of statements [2021-09-16T19:09:29.936Z] === RUN TestNewParse [2021-09-16T19:09:29.936Z] --- PASS: TestNewParse (0.00s) [2021-09-16T19:09:29.936Z] PASS [2021-09-16T19:09:29.936Z] coverage: 8.3% of statements [2021-09-16T19:09:29.936Z] ok github.com/docker/docker/daemon/logger/templates 0.046s coverage: 8.3% of statements [2021-09-16T19:09:30.020Z] --- PASS: TestBuildMultiStageOnBuild (2.86s) [2021-09-16T19:09:30.020Z] === RUN TestBuildUncleanTarFilenames [2021-09-16T19:09:30.158Z] --- PASS: TestDaemonRestartWithLiveRestore (1.03s) [2021-09-16T19:09:30.158Z] === RUN TestDaemonDefaultNetworkPools [2021-09-16T19:09:30.392Z] === RUN TestValidateLogOpt [2021-09-16T19:09:30.392Z] --- PASS: TestValidateLogOpt (0.00s) [2021-09-16T19:09:30.392Z] === RUN TestNewMissedConfig [2021-09-16T19:09:30.392Z] --- PASS: TestNewMissedConfig (0.00s) [2021-09-16T19:09:30.392Z] === RUN TestNewMissedUrl [2021-09-16T19:09:30.392Z] --- PASS: TestNewMissedUrl (0.00s) [2021-09-16T19:09:30.392Z] === RUN TestNewMissedToken [2021-09-16T19:09:30.392Z] --- PASS: TestNewMissedToken (0.00s) [2021-09-16T19:09:30.392Z] === RUN TestNewWithProxy [2021-09-16T19:09:30.392Z] --- PASS: TestNewWithProxy (0.00s) [2021-09-16T19:09:30.392Z] === RUN TestDefault [2021-09-16T19:09:30.392Z] --- PASS: TestDefault (0.00s) [2021-09-16T19:09:30.392Z] === RUN TestInlineFormatWithNonDefaultOptions [2021-09-16T19:09:30.392Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2021-09-16T19:09:30.392Z] === RUN TestJsonFormat [2021-09-16T19:09:30.392Z] --- PASS: TestJsonFormat (0.01s) [2021-09-16T19:09:30.392Z] === RUN TestRawFormat [2021-09-16T19:09:30.392Z] --- PASS: TestRawFormat (0.00s) [2021-09-16T19:09:30.392Z] === RUN TestRawFormatWithLabels [2021-09-16T19:09:30.392Z] --- PASS: TestRawFormatWithLabels (0.00s) [2021-09-16T19:09:30.392Z] === RUN TestRawFormatWithoutTag [2021-09-16T19:09:30.392Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2021-09-16T19:09:30.392Z] === RUN TestBatching [2021-09-16T19:09:30.392Z] --- PASS: TestBatching (0.21s) [2021-09-16T19:09:30.392Z] === RUN TestFrequency [2021-09-16T19:09:30.392Z] === RUN TestParseLogFormat [2021-09-16T19:09:30.392Z] --- PASS: TestParseLogFormat (0.00s) [2021-09-16T19:09:30.392Z] === RUN TestValidateLogOptEmpty [2021-09-16T19:09:30.392Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2021-09-16T19:09:30.392Z] === RUN TestValidateSyslogAddress [2021-09-16T19:09:30.392Z] --- PASS: TestValidateSyslogAddress (0.00s) [2021-09-16T19:09:30.392Z] === RUN TestParseAddressDefaultPort [2021-09-16T19:09:30.392Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2021-09-16T19:09:30.392Z] === RUN TestValidateSyslogFacility [2021-09-16T19:09:30.392Z] --- PASS: TestValidateSyslogFacility (0.00s) [2021-09-16T19:09:30.392Z] === RUN TestValidateLogOptSyslogFormat [2021-09-16T19:09:30.392Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2021-09-16T19:09:30.392Z] === RUN TestValidateLogOpt [2021-09-16T19:09:30.392Z] --- PASS: TestValidateLogOpt (0.00s) [2021-09-16T19:09:30.392Z] PASS [2021-09-16T19:09:30.392Z] coverage: 46.8% of statements [2021-09-16T19:09:30.392Z] ok github.com/docker/docker/daemon/logger/syslog 0.040s coverage: 46.8% of statements [2021-09-16T19:09:30.392Z] --- PASS: TestFrequency (0.16s) [2021-09-16T19:09:30.392Z] === RUN TestOneMessagePerRequest [2021-09-16T19:09:30.392Z] --- PASS: TestOneMessagePerRequest (0.00s) [2021-09-16T19:09:30.392Z] === RUN TestVerify [2021-09-16T19:09:30.392Z] --- PASS: TestVerify (0.00s) [2021-09-16T19:09:30.392Z] === RUN TestSkipVerify [2021-09-16T19:09:30.612Z] --- PASS: TestDaemonDiscoveryReload (1.00s) [2021-09-16T19:09:30.612Z] === RUN TestDaemonDiscoveryReloadFromEmptyDiscovery [2021-09-16T19:09:30.848Z] time="2021-09-16T19:09:30Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-09-16T19:09:30.848Z] time="2021-09-16T19:09:30Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-09-16T19:09:30.848Z] time="2021-09-16T19:09:30Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-09-16T19:09:30.848Z] --- PASS: TestSkipVerify (0.43s) [2021-09-16T19:09:30.848Z] === RUN TestBufferMaximum [2021-09-16T19:09:30.848Z] time="2021-09-16T19:09:30Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-09-16T19:09:30.848Z] time="2021-09-16T19:09:30Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-09-16T19:09:30.848Z] time="2021-09-16T19:09:30Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-09-16T19:09:30.848Z] time="2021-09-16T19:09:30Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-09-16T19:09:30.848Z] time="2021-09-16T19:09:30Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-09-16T19:09:30.848Z] time="2021-09-16T19:09:30Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1631819370.724531\",\"host\":\"32dba6e3a429\"}'" [2021-09-16T19:09:30.848Z] time="2021-09-16T19:09:30Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1631819370.725531\",\"host\":\"32dba6e3a429\"}'" [2021-09-16T19:09:30.848Z] --- PASS: TestBufferMaximum (0.00s) [2021-09-16T19:09:31.083Z] --- PASS: TestDaemonDiscoveryReloadFromEmptyDiscovery (0.50s) [2021-09-16T19:09:31.083Z] === RUN TestDaemonDiscoveryReloadOnlyClusterAdvertise [2021-09-16T19:09:31.083Z] === RUN TestAdapterReadLogs [2021-09-16T19:09:31.083Z] --- PASS: TestAdapterReadLogs (0.00s) [2021-09-16T19:09:31.083Z] === RUN TestCopier [2021-09-16T19:09:31.083Z] --- PASS: TestCopier (0.00s) [2021-09-16T19:09:31.083Z] === RUN TestCopierLongLines [2021-09-16T19:09:31.083Z] --- PASS: TestCopierLongLines (0.00s) [2021-09-16T19:09:31.083Z] === RUN TestCopierSlow [2021-09-16T19:09:31.083Z] --- PASS: TestCopierSlow (0.20s) [2021-09-16T19:09:31.083Z] === RUN TestCopierWithSized [2021-09-16T19:09:31.083Z] === RUN TestCopierWithSized/as_is [2021-09-16T19:09:31.083Z] === RUN TestCopierWithSized/With_RingLogger [2021-09-16T19:09:31.083Z] --- PASS: TestCopierWithSized (0.01s) [2021-09-16T19:09:31.083Z] --- PASS: TestCopierWithSized/as_is (0.00s) [2021-09-16T19:09:31.083Z] --- PASS: TestCopierWithSized/With_RingLogger (0.01s) [2021-09-16T19:09:31.083Z] === RUN TestCopierWithPartial [2021-09-16T19:09:31.083Z] --- PASS: TestCopierWithPartial (0.00s) [2021-09-16T19:09:31.083Z] === RUN TestRingLogger [2021-09-16T19:09:31.083Z] --- PASS: TestRingLogger (0.00s) [2021-09-16T19:09:31.083Z] === RUN TestRingCap [2021-09-16T19:09:31.083Z] --- PASS: TestRingCap (0.00s) [2021-09-16T19:09:31.083Z] === RUN TestRingClose [2021-09-16T19:09:31.083Z] --- PASS: TestRingClose (0.00s) [2021-09-16T19:09:31.083Z] === RUN TestRingDrain [2021-09-16T19:09:31.083Z] --- PASS: TestRingDrain (0.00s) [2021-09-16T19:09:31.083Z] PASS [2021-09-16T19:09:31.083Z] coverage: 43.3% of statements [2021-09-16T19:09:31.083Z] ok github.com/docker/docker/daemon/logger 0.247s coverage: 43.3% of statements [2021-09-16T19:09:31.093Z] --- PASS: TestDaemonDefaultNetworkPools (0.73s) [2021-09-16T19:09:31.093Z] === RUN TestDaemonRestartWithExistingNetwork [2021-09-16T19:09:31.306Z] === RUN TestServerAlwaysDown [2021-09-16T19:09:31.306Z] time="2021-09-16T19:09:30Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-09-16T19:09:31.306Z] time="2021-09-16T19:09:30Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-09-16T19:09:31.306Z] time="2021-09-16T19:09:30Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1631819370.727530\",\"host\":\"32dba6e3a429\"}'" [2021-09-16T19:09:31.306Z] time="2021-09-16T19:09:30Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1631819370.727530\",\"host\":\"32dba6e3a429\"}'" [2021-09-16T19:09:31.306Z] time="2021-09-16T19:09:30Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-09-16T19:09:31.306Z] time="2021-09-16T19:09:30Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1631819370.727530\",\"host\":\"32dba6e3a429\"}'" [2021-09-16T19:09:31.306Z] time="2021-09-16T19:09:30Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1631819370.727530\",\"host\":\"32dba6e3a429\"}'" [2021-09-16T19:09:31.306Z] time="2021-09-16T19:09:30Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1631819370.727530\",\"host\":\"32dba6e3a429\"}'" [2021-09-16T19:09:31.306Z] --- PASS: TestServerAlwaysDown (0.00s) [2021-09-16T19:09:31.306Z] === RUN TestCannotSendAfterClose [2021-09-16T19:09:31.306Z] --- PASS: TestCannotSendAfterClose (0.00s) [2021-09-16T19:09:31.306Z] === RUN TestDeadlockOnBlockedEndpoint [2021-09-16T19:09:31.306Z] === RUN TestV1IDService [2021-09-16T19:09:31.306Z] --- PASS: TestV1IDService (0.01s) [2021-09-16T19:09:31.306Z] === RUN TestV2MetadataService [2021-09-16T19:09:31.408Z] --- PASS: TestBuildUncleanTarFilenames (1.66s) [2021-09-16T19:09:31.408Z] === RUN TestBuildMultiStageLayerLeak [2021-09-16T19:09:31.554Z] --- PASS: TestDaemonDiscoveryReloadOnlyClusterAdvertise (0.50s) [2021-09-16T19:09:31.554Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2021-09-16T19:09:31.554Z] reload_test.go:520: root required [2021-09-16T19:09:31.554Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2021-09-16T19:09:31.554Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2021-09-16T19:09:31.554Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s) [2021-09-16T19:09:31.554Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2021-09-16T19:09:31.554Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.01s) [2021-09-16T19:09:31.554Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2021-09-16T19:09:31.554Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.01s) [2021-09-16T19:09:31.554Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2021-09-16T19:09:31.554Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.02s) [2021-09-16T19:09:31.554Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2021-09-16T19:09:31.554Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.01s) [2021-09-16T19:09:31.554Z] === RUN TestParseVolumesFrom [2021-09-16T19:09:31.554Z] --- PASS: TestParseVolumesFrom (0.00s) [2021-09-16T19:09:31.554Z] PASS [2021-09-16T19:09:31.554Z] coverage: 9.1% of statements [2021-09-16T19:09:31.554Z] ok github.com/docker/docker/daemon 2.369s coverage: 9.1% of statements [2021-09-16T19:09:31.554Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-09-16T19:09:31.554Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-09-16T19:09:31.554Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-09-16T19:09:31.554Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-09-16T19:09:31.554Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2021-09-16T19:09:31.554Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2021-09-16T19:09:31.554Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2021-09-16T19:09:31.554Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-09-16T19:09:31.554Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2021-09-16T19:09:31.554Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2021-09-16T19:09:31.554Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-09-16T19:09:31.554Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2021-09-16T19:09:31.554Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2021-09-16T19:09:31.554Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2021-09-16T19:09:31.762Z] --- PASS: TestV2MetadataService (0.54s) [2021-09-16T19:09:31.762Z] PASS [2021-09-16T19:09:31.762Z] coverage: 48.2% of statements [2021-09-16T19:09:31.762Z] ok github.com/docker/docker/distribution/metadata 0.605s coverage: 48.2% of statements [2021-09-16T19:09:32.025Z] === RUN TestNewStreamConfig [2021-09-16T19:09:32.025Z] === RUN TestNewStreamConfig/defaults [2021-09-16T19:09:32.025Z] === RUN TestNewStreamConfig/invalid_create_group [2021-09-16T19:09:32.025Z] === RUN TestNewStreamConfig/invalid_flush_interval [2021-09-16T19:09:32.025Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2021-09-16T19:09:32.025Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2021-09-16T19:09:32.025Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2021-09-16T19:09:32.025Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2021-09-16T19:09:32.025Z] --- PASS: TestNewStreamConfig (0.00s) [2021-09-16T19:09:32.025Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2021-09-16T19:09:32.025Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2021-09-16T19:09:32.025Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2021-09-16T19:09:32.025Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2021-09-16T19:09:32.025Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2021-09-16T19:09:32.025Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2021-09-16T19:09:32.025Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2021-09-16T19:09:32.025Z] === RUN TestNewAWSLogsClientUserAgentHandler [2021-09-16T19:09:32.025Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2021-09-16T19:09:32.025Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2021-09-16T19:09:32.025Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2021-09-16T19:09:32.025Z] === RUN TestNewAWSLogsClientRegionDetect [2021-09-16T19:09:32.025Z] time="2021-09-16T19:09:31Z" level=info msg="Trying to get region from EC2 Metadata" [2021-09-16T19:09:32.025Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.13s) [2021-09-16T19:09:32.025Z] === RUN TestCreateSuccess [2021-09-16T19:09:32.025Z] --- PASS: TestCreateSuccess (0.00s) [2021-09-16T19:09:32.025Z] === RUN TestCreateStreamSkipped [2021-09-16T19:09:32.025Z] time="2021-09-16T19:09:31Z" level=info msg="Skipping creating log stream" logCreateStream=false logGroupName=groupName logStreamName=streamName [2021-09-16T19:09:32.025Z] --- PASS: TestCreateStreamSkipped (0.00s) [2021-09-16T19:09:32.025Z] === RUN TestCreateLogGroupSuccess [2021-09-16T19:09:32.025Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2021-09-16T19:09:32.025Z] === RUN TestCreateError [2021-09-16T19:09:32.025Z] --- PASS: TestCreateError (0.00s) [2021-09-16T19:09:32.025Z] === RUN TestCreateAlreadyExists [2021-09-16T19:09:32.025Z] time="2021-09-16T19:09:31Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2021-09-16T19:09:32.025Z] --- PASS: TestCreateAlreadyExists (0.00s) [2021-09-16T19:09:32.025Z] === RUN TestLogClosed [2021-09-16T19:09:32.025Z] --- PASS: TestLogClosed (0.00s) [2021-09-16T19:09:32.025Z] === RUN TestLogBlocking [2021-09-16T19:09:32.025Z] --- PASS: TestLogBlocking (0.00s) [2021-09-16T19:09:32.025Z] === RUN TestLogNonBlockingBufferEmpty [2021-09-16T19:09:32.025Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2021-09-16T19:09:32.025Z] === RUN TestLogNonBlockingBufferFull [2021-09-16T19:09:32.025Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2021-09-16T19:09:32.025Z] === RUN TestPublishBatchSuccess [2021-09-16T19:09:32.025Z] --- PASS: TestPublishBatchSuccess (0.00s) [2021-09-16T19:09:32.025Z] === RUN TestSearchRegistryForImagesErrors [2021-09-16T19:09:32.025Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2021-09-16T19:09:32.025Z] === RUN TestSearchRegistryForImages [2021-09-16T19:09:32.025Z] --- PASS: TestSearchRegistryForImages (0.00s) [2021-09-16T19:09:32.025Z] === RUN TestOnlyPlatformWithFallback [2021-09-16T19:09:32.025Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2021-09-16T19:09:32.025Z] === RUN TestImageDelete [2021-09-16T19:09:32.025Z] === RUN TestPublishBatchError [2021-09-16T19:09:32.025Z] time="2021-09-16T19:09:31Z" level=error msg=Error [2021-09-16T19:09:32.025Z] --- PASS: TestPublishBatchError (0.00s) [2021-09-16T19:09:32.025Z] === RUN TestPublishBatchInvalidSeqSuccess [2021-09-16T19:09:32.025Z] time="2021-09-16T19:09:31Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2021-09-16T19:09:32.025Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2021-09-16T19:09:32.025Z] === RUN TestPublishBatchAlreadyAccepted [2021-09-16T19:09:32.025Z] time="2021-09-16T19:09:31Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2021-09-16T19:09:32.025Z] time="2021-09-16T19:09:31Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2021-09-16T19:09:32.025Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2021-09-16T19:09:32.025Z] === RUN TestCollectBatchSimple [2021-09-16T19:09:32.025Z] --- PASS: TestCollectBatchSimple (0.00s) [2021-09-16T19:09:32.025Z] === RUN TestCollectBatchTicker [2021-09-16T19:09:32.025Z] --- PASS: TestCollectBatchTicker (0.00s) [2021-09-16T19:09:32.025Z] === RUN TestCollectBatchMultilinePattern [2021-09-16T19:09:32.025Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2021-09-16T19:09:32.025Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2021-09-16T19:09:32.025Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2021-09-16T19:09:32.025Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2021-09-16T19:09:32.025Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2021-09-16T19:09:32.025Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2021-09-16T19:09:32.025Z] === RUN TestImageDelete/no_lease [2021-09-16T19:09:32.025Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.01s) [2021-09-16T19:09:32.025Z] === RUN TestCollectBatchClose [2021-09-16T19:09:32.025Z] --- PASS: TestCollectBatchClose (0.00s) [2021-09-16T19:09:32.025Z] === RUN TestEffectiveLen [2021-09-16T19:09:32.025Z] === RUN TestEffectiveLen/0/Hello [2021-09-16T19:09:32.025Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2021-09-16T19:09:32.025Z] === RUN TestEffectiveLen/2/🙃 [2021-09-16T19:09:32.025Z] === RUN TestEffectiveLen/3/���� [2021-09-16T19:09:32.025Z] === RUN TestEffectiveLen/4/He��o [2021-09-16T19:09:32.025Z] === RUN TestEffectiveLen/5/ [2021-09-16T19:09:32.025Z] --- PASS: TestEffectiveLen (0.00s) [2021-09-16T19:09:32.025Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2021-09-16T19:09:32.025Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2021-09-16T19:09:32.025Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2021-09-16T19:09:32.025Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2021-09-16T19:09:32.025Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2021-09-16T19:09:32.025Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2021-09-16T19:09:32.025Z] === RUN TestFindValidSplit [2021-09-16T19:09:32.025Z] === RUN TestFindValidSplit/0/ [2021-09-16T19:09:32.025Z] cloudwatchlogs_test.go:1063: [2021-09-16T19:09:32.025Z] cloudwatchlogs_test.go:1064: [2021-09-16T19:09:32.025Z] === RUN TestFindValidSplit/1/Hello [2021-09-16T19:09:32.025Z] cloudwatchlogs_test.go:1063: Hello [2021-09-16T19:09:32.025Z] cloudwatchlogs_test.go:1064: [2021-09-16T19:09:32.025Z] === RUN TestFindValidSplit/2/Hello [2021-09-16T19:09:32.025Z] cloudwatchlogs_test.go:1063: He [2021-09-16T19:09:32.025Z] cloudwatchlogs_test.go:1064: llo [2021-09-16T19:09:32.025Z] === RUN TestFindValidSplit/3/Hello [2021-09-16T19:09:32.025Z] cloudwatchlogs_test.go:1063: [2021-09-16T19:09:32.025Z] cloudwatchlogs_test.go:1064: Hello [2021-09-16T19:09:32.025Z] === RUN TestFindValidSplit/4/🙃 [2021-09-16T19:09:32.025Z] cloudwatchlogs_test.go:1063: [2021-09-16T19:09:32.025Z] cloudwatchlogs_test.go:1064: 🙃 [2021-09-16T19:09:32.025Z] === RUN TestFindValidSplit/5/🙃 [2021-09-16T19:09:32.025Z] cloudwatchlogs_test.go:1063: 🙃 [2021-09-16T19:09:32.025Z] cloudwatchlogs_test.go:1064: [2021-09-16T19:09:32.025Z] === RUN TestFindValidSplit/6/a� [2021-09-16T19:09:32.025Z] cloudwatchlogs_test.go:1063: a [2021-09-16T19:09:32.025Z] cloudwatchlogs_test.go:1064: � [2021-09-16T19:09:32.025Z] === RUN TestFindValidSplit/7/a� [2021-09-16T19:09:32.025Z] cloudwatchlogs_test.go:1063: a� [2021-09-16T19:09:32.025Z] cloudwatchlogs_test.go:1064: [2021-09-16T19:09:32.025Z] --- PASS: TestFindValidSplit (0.00s) [2021-09-16T19:09:32.025Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2021-09-16T19:09:32.025Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2021-09-16T19:09:32.025Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2021-09-16T19:09:32.025Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2021-09-16T19:09:32.025Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2021-09-16T19:09:32.025Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2021-09-16T19:09:32.025Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2021-09-16T19:09:32.025Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2021-09-16T19:09:32.025Z] === RUN TestProcessEventEmoji [2021-09-16T19:09:32.025Z] --- PASS: TestProcessEventEmoji (0.01s) [2021-09-16T19:09:32.025Z] === RUN TestCollectBatchLineSplit [2021-09-16T19:09:32.025Z] --- PASS: TestCollectBatchLineSplit (0.00s) [2021-09-16T19:09:32.025Z] === RUN TestCollectBatchLineSplitWithBinary [2021-09-16T19:09:32.025Z] === RUN TestImageDelete/lease_exists [2021-09-16T19:09:32.025Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s) [2021-09-16T19:09:32.025Z] === RUN TestCollectBatchMaxEvents [2021-09-16T19:09:32.025Z] --- PASS: TestCollectBatchMaxEvents (0.02s) [2021-09-16T19:09:32.025Z] === RUN TestCollectBatchMaxTotalBytes [2021-09-16T19:09:32.025Z] --- PASS: TestImageDelete (0.06s) [2021-09-16T19:09:32.025Z] --- PASS: TestImageDelete/no_lease (0.01s) [2021-09-16T19:09:32.025Z] --- PASS: TestImageDelete/lease_exists (0.03s) [2021-09-16T19:09:32.025Z] === RUN TestContentStoreForPull [2021-09-16T19:09:32.025Z] --- PASS: TestCollectBatchMaxTotalBytes (0.01s) [2021-09-16T19:09:32.025Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2021-09-16T19:09:32.025Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.01s) [2021-09-16T19:09:32.025Z] === RUN TestCollectBatchWithDuplicateTimestamps [2021-09-16T19:09:32.025Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.04s) [2021-09-16T19:09:32.025Z] === RUN TestParseLogOptionsMultilinePattern [2021-09-16T19:09:32.025Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2021-09-16T19:09:32.025Z] === RUN TestParseLogOptionsDatetimeFormat [2021-09-16T19:09:32.025Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2021-09-16T19:09:32.025Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2021-09-16T19:09:32.025Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2021-09-16T19:09:32.025Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2021-09-16T19:09:32.025Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2021-09-16T19:09:32.025Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2021-09-16T19:09:32.025Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2021-09-16T19:09:32.025Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.01s) [2021-09-16T19:09:32.025Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2021-09-16T19:09:32.026Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2021-09-16T19:09:32.026Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2021-09-16T19:09:32.026Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2021-09-16T19:09:32.026Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2021-09-16T19:09:32.026Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2021-09-16T19:09:32.026Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2021-09-16T19:09:32.026Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2021-09-16T19:09:32.026Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2021-09-16T19:09:32.026Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2021-09-16T19:09:32.026Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2021-09-16T19:09:32.026Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2021-09-16T19:09:32.026Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2021-09-16T19:09:32.026Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2021-09-16T19:09:32.026Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2021-09-16T19:09:32.026Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2021-09-16T19:09:32.026Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2021-09-16T19:09:32.026Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2021-09-16T19:09:32.026Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2021-09-16T19:09:32.026Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2021-09-16T19:09:32.026Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2021-09-16T19:09:32.026Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2021-09-16T19:09:32.026Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2021-09-16T19:09:32.026Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2021-09-16T19:09:32.026Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2021-09-16T19:09:32.026Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2021-09-16T19:09:32.026Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2021-09-16T19:09:32.026Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2021-09-16T19:09:32.026Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2021-09-16T19:09:32.026Z] === RUN TestCreateTagSuccess [2021-09-16T19:09:32.026Z] --- PASS: TestCreateTagSuccess (0.00s) [2021-09-16T19:09:32.026Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2021-09-16T19:09:32.026Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2021-09-16T19:09:32.026Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2021-09-16T19:09:32.026Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2021-09-16T19:09:32.026Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2021-09-16T19:09:32.026Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.00s) [2021-09-16T19:09:32.026Z] PASS [2021-09-16T19:09:32.026Z] coverage: 77.4% of statements [2021-09-16T19:09:32.026Z] ok github.com/docker/docker/daemon/logger/awslogs 0.350s coverage: 77.4% of statements [2021-09-16T19:09:32.026Z] --- PASS: TestContentStoreForPull (0.14s) [2021-09-16T19:09:32.026Z] PASS [2021-09-16T19:09:32.026Z] coverage: 6.7% of statements [2021-09-16T19:09:32.026Z] ok github.com/docker/docker/daemon/images 0.273s coverage: 6.7% of statements [2021-09-16T19:09:32.028Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.14s) [2021-09-16T19:09:32.028Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-09-16T19:09:32.219Z] time="2021-09-16T19:09:31Z" level=warning msg="Error while sending logs" error="Post \"http://127.0.0.1:49208/services/collector/event/1.0\": context deadline exceeded" module=logger/splunk [2021-09-16T19:09:32.219Z] time="2021-09-16T19:09:31Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"32dba6e3a429\"}'" [2021-09-16T19:09:32.219Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.02s) [2021-09-16T19:09:32.219Z] PASS [2021-09-16T19:09:32.219Z] coverage: 82.5% of statements [2021-09-16T19:09:32.219Z] ok github.com/docker/docker/daemon/logger/splunk 1.934s coverage: 82.5% of statements [2021-09-16T19:09:32.219Z] ? github.com/docker/docker/daemon/names [no test files] [2021-09-16T19:09:32.219Z] ? github.com/docker/docker/daemon/network [no test files] [2021-09-16T19:09:32.219Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-09-16T19:09:32.219Z] === RUN TestSuccessfulDownload [2021-09-16T19:09:32.220Z] download_test.go:267: Needs fixing on Windows [2021-09-16T19:09:32.220Z] --- SKIP: TestSuccessfulDownload (0.00s) [2021-09-16T19:09:32.220Z] === RUN TestCancelledDownload [2021-09-16T19:09:32.220Z] --- PASS: TestCancelledDownload (0.00s) [2021-09-16T19:09:32.220Z] === RUN TestMaxDownloadAttempts [2021-09-16T19:09:32.220Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-09-16T19:09:32.220Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-09-16T19:09:32.220Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-09-16T19:09:32.220Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-09-16T19:09:32.220Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-09-16T19:09:32.220Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-09-16T19:09:32.220Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-09-16T19:09:32.220Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-09-16T19:09:32.220Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-09-16T19:09:32.220Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-09-16T19:09:32.220Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-09-16T19:09:32.220Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-09-16T19:09:32.220Z] === RUN TestContinueOnError_NonMirrorEndpoint [2021-09-16T19:09:32.220Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2021-09-16T19:09:32.220Z] === RUN TestContinueOnError_MirrorEndpoint [2021-09-16T19:09:32.220Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2021-09-16T19:09:32.220Z] === RUN TestContinueOnError_NeverContinue [2021-09-16T19:09:32.220Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2021-09-16T19:09:32.220Z] === RUN TestManifestStore [2021-09-16T19:09:32.220Z] === RUN TestManifestStore/no_remote_or_local [2021-09-16T19:09:32.505Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-09-16T19:09:32.505Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-09-16T19:09:32.505Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2021-09-16T19:09:32.505Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-09-16T19:09:32.505Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-09-16T19:09:32.505Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2021-09-16T19:09:32.505Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2021-09-16T19:09:32.505Z] === RUN TestJSONLogsMarshalJSONBuf [2021-09-16T19:09:32.505Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2021-09-16T19:09:32.505Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2021-09-16T19:09:32.505Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.12s) [2021-09-16T19:09:32.505Z] === RUN TestFastTimeMarshalJSON [2021-09-16T19:09:32.505Z] --- PASS: TestFastTimeMarshalJSON (0.06s) [2021-09-16T19:09:32.505Z] PASS [2021-09-16T19:09:32.505Z] coverage: 87.2% of statements [2021-09-16T19:09:32.506Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.220s coverage: 87.2% of statements [2021-09-16T19:09:32.676Z] time="2021-09-16T19:09:32Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local2100970908\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2021-09-16T19:09:32.676Z] === RUN TestManifestStore/no_local_cache [2021-09-16T19:09:32.676Z] === RUN TestManifestStore/with_local_cache [2021-09-16T19:09:32.676Z] === RUN TestManifestStore/unknown_media_type [2021-09-16T19:09:32.676Z] === RUN TestManifestStore/unknown_media_type/no_cache [2021-09-16T19:09:32.676Z] time="2021-09-16T19:09:32Z" level=warning msg="reference for unknown type: " [2021-09-16T19:09:32.676Z] time="2021-09-16T19:09:32Z" level=warning msg="reference for unknown type: " [2021-09-16T19:09:32.676Z] === RUN TestManifestStore/unknown_media_type/with_cache [2021-09-16T19:09:32.676Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2021-09-16T19:09:32.676Z] time="2021-09-16T19:09:32Z" level=warning msg="reference for unknown type: " [2021-09-16T19:09:32.676Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2021-09-16T19:09:32.676Z] time="2021-09-16T19:09:32Z" level=warning msg="reference for unknown type: " [2021-09-16T19:09:32.676Z] time="2021-09-16T19:09:32Z" level=warning msg="reference for unknown type: " [2021-09-16T19:09:32.676Z] === RUN TestManifestStore/error_persisting_manifest [2021-09-16T19:09:32.676Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2021-09-16T19:09:32.676Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2021-09-16T19:09:32.676Z] time="2021-09-16T19:09:32Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2021-09-16T19:09:32.676Z] --- PASS: TestManifestStore (0.30s) [2021-09-16T19:09:32.676Z] --- PASS: TestManifestStore/no_remote_or_local (0.15s) [2021-09-16T19:09:32.676Z] --- PASS: TestManifestStore/no_local_cache (0.01s) [2021-09-16T19:09:32.676Z] --- PASS: TestManifestStore/with_local_cache (0.03s) [2021-09-16T19:09:32.676Z] --- PASS: TestManifestStore/unknown_media_type (0.08s) [2021-09-16T19:09:32.676Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.04s) [2021-09-16T19:09:32.676Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.04s) [2021-09-16T19:09:32.676Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.02s) [2021-09-16T19:09:32.676Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.02s) [2021-09-16T19:09:32.676Z] --- PASS: TestManifestStore/error_persisting_manifest (0.03s) [2021-09-16T19:09:32.676Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.01s) [2021-09-16T19:09:32.676Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.01s) [2021-09-16T19:09:32.676Z] === RUN TestDetectManifestBlobMediaType [2021-09-16T19:09:32.676Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2021-09-16T19:09:32.676Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2021-09-16T19:09:32.676Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2021-09-16T19:09:32.676Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2021-09-16T19:09:32.676Z] === RUN TestDetectManifestBlobMediaType/schema1 [2021-09-16T19:09:32.676Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2021-09-16T19:09:32.676Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2021-09-16T19:09:32.676Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2021-09-16T19:09:32.676Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2021-09-16T19:09:32.676Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2021-09-16T19:09:32.676Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2021-09-16T19:09:32.676Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2021-09-16T19:09:32.676Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2021-09-16T19:09:32.676Z] === RUN TestFixManifestLayers [2021-09-16T19:09:32.676Z] --- PASS: TestFixManifestLayers (0.00s) [2021-09-16T19:09:32.676Z] === RUN TestFixManifestLayersBaseLayerParent [2021-09-16T19:09:32.676Z] pull_v2_test.go:73: Needs fixing on Windows [2021-09-16T19:09:32.676Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2021-09-16T19:09:32.676Z] === RUN TestFixManifestLayersBadParent [2021-09-16T19:09:32.676Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2021-09-16T19:09:32.676Z] === RUN TestValidateManifest [2021-09-16T19:09:32.676Z] pull_v2_test.go:118: Needs fixing on Windows [2021-09-16T19:09:32.676Z] --- SKIP: TestValidateManifest (0.00s) [2021-09-16T19:09:32.676Z] === RUN TestFormatPlatform [2021-09-16T19:09:32.676Z] --- PASS: TestFormatPlatform (0.00s) [2021-09-16T19:09:32.676Z] === RUN TestGetRepositoryMountCandidates [2021-09-16T19:09:32.676Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2021-09-16T19:09:32.676Z] === RUN TestLayerAlreadyExists [2021-09-16T19:09:32.676Z] 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-16T19:09:32.676Z] 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-16T19:09:32.676Z] 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-16T19:09:32.676Z] 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-16T19:09:32.676Z] 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-16T19:09:32.676Z] 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-16T19:09:32.676Z] --- PASS: TestLayerAlreadyExists (0.00s) [2021-09-16T19:09:32.676Z] === RUN TestWhenEmptyAuthConfig [2021-09-16T19:09:32.676Z] time="2021-09-16T19:09:32Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-09-16T19:09:32.676Z] time="2021-09-16T19:09:32Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-09-16T19:09:32.676Z] time="2021-09-16T19:09:32Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-09-16T19:09:32.676Z] time="2021-09-16T19:09:32Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-09-16T19:09:32.676Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2021-09-16T19:09:32.676Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.42s) [2021-09-16T19:09:32.676Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.42s) [2021-09-16T19:09:32.676Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.42s) [2021-09-16T19:09:32.676Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.42s) [2021-09-16T19:09:32.676Z] === RUN TestTransfer [2021-09-16T19:09:32.676Z] --- PASS: TestTransfer (0.12s) [2021-09-16T19:09:32.676Z] === RUN TestConcurrencyLimit [2021-09-16T19:09:32.976Z] === RUN TestJSONFileLogger [2021-09-16T19:09:32.976Z] --- PASS: TestJSONFileLogger (0.00s) [2021-09-16T19:09:32.976Z] === RUN TestJSONFileLoggerWithTags [2021-09-16T19:09:32.976Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2021-09-16T19:09:32.976Z] === RUN TestJSONFileLoggerWithOpts [2021-09-16T19:09:32.976Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s) [2021-09-16T19:09:32.976Z] === RUN TestJSONFileLoggerWithLabelsEnv [2021-09-16T19:09:32.976Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.01s) [2021-09-16T19:09:32.976Z] === RUN TestEncodeDecode [2021-09-16T19:09:32.976Z] === PAUSE TestEncodeDecode [2021-09-16T19:09:32.976Z] === RUN TestUnexpectedEOF [2021-09-16T19:09:32.976Z] time="2021-09-16T19:09:32Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2021-09-16T19:09:32.976Z] time="2021-09-16T19:09:32Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2021-09-16T19:09:32.976Z] --- PASS: TestUnexpectedEOF (0.13s) [2021-09-16T19:09:32.976Z] === CONT TestEncodeDecode [2021-09-16T19:09:32.976Z] --- PASS: TestEncodeDecode (0.00s) [2021-09-16T19:09:32.976Z] PASS [2021-09-16T19:09:32.976Z] coverage: 69.9% of statements [2021-09-16T19:09:32.976Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.196s coverage: 69.9% of statements [2021-09-16T19:09:33.133Z] === RUN TestNotFound [2021-09-16T19:09:33.133Z] --- PASS: TestNotFound (0.00s) [2021-09-16T19:09:33.133Z] === RUN TestConflict [2021-09-16T19:09:33.133Z] --- PASS: TestConflict (0.00s) [2021-09-16T19:09:33.133Z] === RUN TestForbidden [2021-09-16T19:09:33.133Z] --- PASS: TestForbidden (0.00s) [2021-09-16T19:09:33.133Z] === RUN TestInvalidParameter [2021-09-16T19:09:33.133Z] --- PASS: TestInvalidParameter (0.00s) [2021-09-16T19:09:33.133Z] === RUN TestNotImplemented [2021-09-16T19:09:33.133Z] --- PASS: TestNotImplemented (0.00s) [2021-09-16T19:09:33.133Z] === RUN TestNotModified [2021-09-16T19:09:33.133Z] --- PASS: TestNotModified (0.00s) [2021-09-16T19:09:33.133Z] === RUN TestUnauthorized [2021-09-16T19:09:33.133Z] --- PASS: TestUnauthorized (0.00s) [2021-09-16T19:09:33.133Z] === RUN TestUnknown [2021-09-16T19:09:33.133Z] --- PASS: TestUnknown (0.00s) [2021-09-16T19:09:33.133Z] === RUN TestCancelled [2021-09-16T19:09:33.133Z] --- PASS: TestCancelled (0.00s) [2021-09-16T19:09:33.133Z] === RUN TestDeadline [2021-09-16T19:09:33.133Z] --- PASS: TestDeadline (0.00s) [2021-09-16T19:09:33.133Z] === RUN TestDataLoss [2021-09-16T19:09:33.133Z] --- PASS: TestDataLoss (0.00s) [2021-09-16T19:09:33.133Z] === RUN TestUnavailable [2021-09-16T19:09:33.133Z] --- PASS: TestUnavailable (0.00s) [2021-09-16T19:09:33.133Z] === RUN TestSystem [2021-09-16T19:09:33.133Z] --- PASS: TestSystem (0.00s) [2021-09-16T19:09:33.133Z] === RUN TestFromStatusCode [2021-09-16T19:09:33.133Z] === RUN TestFromStatusCode/Not_Found [2021-09-16T19:09:33.133Z] === RUN TestFromStatusCode/Bad_Request [2021-09-16T19:09:33.133Z] === RUN TestFromStatusCode/Conflict [2021-09-16T19:09:33.133Z] === RUN TestFromStatusCode/Unauthorized [2021-09-16T19:09:33.133Z] === RUN TestFromStatusCode/Service_Unavailable [2021-09-16T19:09:33.133Z] === RUN TestFromStatusCode/Forbidden [2021-09-16T19:09:33.133Z] === RUN TestFromStatusCode/Not_Modified [2021-09-16T19:09:33.133Z] === RUN TestFromStatusCode/Not_Implemented [2021-09-16T19:09:33.133Z] === RUN TestFromStatusCode/Internal_Server_Error [2021-09-16T19:09:33.133Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2021-09-16T19:09:33.133Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2021-09-16T19:09:33.133Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2021-09-16T19:09:33.133Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2021-09-16T19:09:33.133Z] --- PASS: TestFromStatusCode (0.00s) [2021-09-16T19:09:33.133Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2021-09-16T19:09:33.133Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2021-09-16T19:09:33.133Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2021-09-16T19:09:33.133Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2021-09-16T19:09:33.133Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2021-09-16T19:09:33.133Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2021-09-16T19:09:33.133Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2021-09-16T19:09:33.133Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2021-09-16T19:09:33.133Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2021-09-16T19:09:33.133Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2021-09-16T19:09:33.133Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2021-09-16T19:09:33.133Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2021-09-16T19:09:33.133Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2021-09-16T19:09:33.133Z] PASS [2021-09-16T19:09:33.133Z] coverage: 53.1% of statements [2021-09-16T19:09:33.133Z] ok github.com/docker/docker/errdefs 0.031s coverage: 53.1% of statements [2021-09-16T19:09:33.133Z] --- PASS: TestConcurrencyLimit (0.39s) [2021-09-16T19:09:33.133Z] === RUN TestInactiveJobs [2021-09-16T19:09:33.403Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.21s) [2021-09-16T19:09:33.403Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-09-16T19:09:33.446Z] === RUN TestWriteLog [2021-09-16T19:09:33.446Z] === PAUSE TestWriteLog [2021-09-16T19:09:33.446Z] === RUN TestReadLog [2021-09-16T19:09:33.446Z] === PAUSE TestReadLog [2021-09-16T19:09:33.446Z] === CONT TestWriteLog [2021-09-16T19:09:33.446Z] === CONT TestReadLog [2021-09-16T19:09:33.446Z] === RUN TestReadLog/tail_exact [2021-09-16T19:09:33.446Z] --- PASS: TestWriteLog (0.01s) [2021-09-16T19:09:33.590Z] === RUN TestFSGetInvalidData [2021-09-16T19:09:33.590Z] --- PASS: TestFSGetInvalidData (0.01s) [2021-09-16T19:09:33.590Z] === RUN TestFSInvalidSet [2021-09-16T19:09:33.590Z] --- PASS: TestFSInvalidSet (0.01s) [2021-09-16T19:09:33.590Z] === RUN TestFSInvalidRoot [2021-09-16T19:09:33.590Z] --- PASS: TestFSInvalidRoot (0.01s) [2021-09-16T19:09:33.590Z] === RUN TestFSMetadataGetSet [2021-09-16T19:09:33.590Z] --- PASS: TestFSMetadataGetSet (0.02s) [2021-09-16T19:09:33.590Z] === RUN TestFSInvalidWalker [2021-09-16T19:09:33.590Z] --- PASS: TestFSInvalidWalker (0.01s) [2021-09-16T19:09:33.590Z] === RUN TestFSGetSet [2021-09-16T19:09:33.590Z] --- PASS: TestFSGetSet (0.01s) [2021-09-16T19:09:33.590Z] === RUN TestFSGetUnsetKey [2021-09-16T19:09:33.590Z] --- PASS: TestFSGetUnsetKey (0.00s) [2021-09-16T19:09:33.590Z] === RUN TestFSGetEmptyData [2021-09-16T19:09:33.590Z] --- PASS: TestFSGetEmptyData (0.00s) [2021-09-16T19:09:33.590Z] === RUN TestFSDelete [2021-09-16T19:09:33.590Z] --- PASS: TestFSDelete (0.01s) [2021-09-16T19:09:33.590Z] === RUN TestFSWalker [2021-09-16T19:09:33.590Z] --- PASS: TestFSWalker (0.01s) [2021-09-16T19:09:33.590Z] === RUN TestFSWalkerStopOnError [2021-09-16T19:09:33.590Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2021-09-16T19:09:33.590Z] === RUN TestNewFromJSON [2021-09-16T19:09:33.590Z] --- PASS: TestNewFromJSON (0.00s) [2021-09-16T19:09:33.590Z] === RUN TestNewFromJSONWithInvalidJSON [2021-09-16T19:09:33.590Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2021-09-16T19:09:33.590Z] === RUN TestMarshalKeyOrder [2021-09-16T19:09:33.590Z] --- PASS: TestMarshalKeyOrder (0.00s) [2021-09-16T19:09:33.590Z] === RUN TestHistoryEqual [2021-09-16T19:09:33.590Z] --- PASS: TestInactiveJobs (0.36s) [2021-09-16T19:09:33.590Z] === RUN TestWatchRelease [2021-09-16T19:09:33.590Z] --- PASS: TestWatchRelease (0.04s) [2021-09-16T19:09:33.590Z] === RUN TestWatchFinishedTransfer [2021-09-16T19:09:33.590Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2021-09-16T19:09:33.590Z] === RUN TestDuplicateTransfer [2021-09-16T19:09:33.590Z] --- PASS: TestHistoryEqual (0.12s) [2021-09-16T19:09:33.590Z] === RUN TestImage [2021-09-16T19:09:33.590Z] --- PASS: TestImage (0.00s) [2021-09-16T19:09:33.590Z] === RUN TestImageOSNotEmpty [2021-09-16T19:09:33.590Z] --- PASS: TestImageOSNotEmpty (0.00s) [2021-09-16T19:09:33.590Z] === RUN TestNewChildImageFromImageWithRootFS [2021-09-16T19:09:33.590Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2021-09-16T19:09:33.590Z] === RUN TestCreate [2021-09-16T19:09:33.590Z] --- PASS: TestCreate (0.00s) [2021-09-16T19:09:33.590Z] === RUN TestRestore [2021-09-16T19:09:33.590Z] time="2021-09-16T19:09:33Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2021-09-16T19:09:33.590Z] --- PASS: TestRestore (0.02s) [2021-09-16T19:09:33.590Z] === RUN TestAddDelete [2021-09-16T19:09:33.590Z] --- PASS: TestDuplicateTransfer (0.04s) [2021-09-16T19:09:33.590Z] === RUN TestSuccessfulUpload [2021-09-16T19:09:33.590Z] --- PASS: TestAddDelete (0.01s) [2021-09-16T19:09:33.590Z] === RUN TestSearchAfterDelete [2021-09-16T19:09:33.590Z] --- PASS: TestSearchAfterDelete (0.01s) [2021-09-16T19:09:33.590Z] === RUN TestParentReset [2021-09-16T19:09:33.590Z] --- PASS: TestParentReset (0.02s) [2021-09-16T19:09:33.590Z] === RUN TestGetAndSetLastUpdated [2021-09-16T19:09:33.590Z] --- PASS: TestGetAndSetLastUpdated (0.01s) [2021-09-16T19:09:33.590Z] === RUN TestStoreLen [2021-09-16T19:09:33.590Z] --- PASS: TestWhenEmptyAuthConfig (1.08s) [2021-09-16T19:09:33.590Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2021-09-16T19:09:33.590Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2021-09-16T19:09:33.590Z] === RUN TestTokenPassThru [2021-09-16T19:09:33.590Z] --- PASS: TestTokenPassThru (0.01s) [2021-09-16T19:09:33.590Z] === RUN TestTokenPassThruDifferentHost [2021-09-16T19:09:33.590Z] --- PASS: TestTokenPassThruDifferentHost (0.00s) [2021-09-16T19:09:33.590Z] PASS [2021-09-16T19:09:33.590Z] coverage: 24.1% of statements [2021-09-16T19:09:33.590Z] --- PASS: TestStoreLen (0.03s) [2021-09-16T19:09:33.590Z] PASS [2021-09-16T19:09:33.590Z] coverage: 86.6% of statements [2021-09-16T19:09:33.590Z] ok github.com/docker/docker/distribution 1.452s coverage: 24.1% of statements [2021-09-16T19:09:33.590Z] ok github.com/docker/docker/image 0.349s coverage: 86.6% of statements [2021-09-16T19:09:33.917Z] === RUN TestOpenFileDelete [2021-09-16T19:09:33.917Z] --- PASS: TestOpenFileDelete (0.00s) [2021-09-16T19:09:33.917Z] === RUN TestOpenFileRename [2021-09-16T19:09:33.917Z] --- PASS: TestOpenFileRename (0.00s) [2021-09-16T19:09:33.917Z] === RUN TestParseLogTagDefaultTag [2021-09-16T19:09:33.917Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2021-09-16T19:09:33.917Z] === RUN TestParseLogTag [2021-09-16T19:09:33.917Z] --- PASS: TestParseLogTag (0.00s) [2021-09-16T19:09:33.917Z] === RUN TestParseLogTagEmptyTag [2021-09-16T19:09:33.917Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2021-09-16T19:09:33.917Z] === RUN TestTailFiles [2021-09-16T19:09:33.917Z] --- PASS: TestTailFiles (0.00s) [2021-09-16T19:09:33.917Z] === RUN TestFollowLogsConsumerGone [2021-09-16T19:09:33.917Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2021-09-16T19:09:33.917Z] === RUN TestFollowLogsProducerGone [2021-09-16T19:09:33.917Z] logfile_test.go:231: messages sent: 4098, received: 4098 [2021-09-16T19:09:33.917Z] logfile_test.go:178: logDecode() closed after sending 4098 messages [2021-09-16T19:09:33.917Z] --- PASS: TestFollowLogsProducerGone (0.00s) [2021-09-16T19:09:33.917Z] === RUN TestCheckCapacityAndRotate [2021-09-16T19:09:33.917Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2021-09-16T19:09:33.917Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2021-09-16T19:09:33.917Z] --- PASS: TestCheckCapacityAndRotate (0.04s) [2021-09-16T19:09:33.917Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s) [2021-09-16T19:09:33.917Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.02s) [2021-09-16T19:09:33.917Z] PASS [2021-09-16T19:09:33.917Z] coverage: 53.7% of statements [2021-09-16T19:09:33.917Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.086s coverage: 53.7% of statements [2021-09-16T19:09:33.917Z] === RUN TestReadLog/tail_less_than_available [2021-09-16T19:09:33.917Z] === RUN TestReadLog/tail_more_than_available [2021-09-16T19:09:33.917Z] --- PASS: TestReadLog (0.14s) [2021-09-16T19:09:33.917Z] --- PASS: TestReadLog/tail_exact (0.13s) [2021-09-16T19:09:33.917Z] --- PASS: TestReadLog/tail_less_than_available (0.00s) [2021-09-16T19:09:33.917Z] --- PASS: TestReadLog/tail_more_than_available (0.00s) [2021-09-16T19:09:33.917Z] PASS [2021-09-16T19:09:33.917Z] coverage: 75.2% of statements [2021-09-16T19:09:33.917Z] ok github.com/docker/docker/daemon/logger/local 0.188s coverage: 75.2% of statements [2021-09-16T19:09:33.917Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-09-16T19:09:33.969Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.58s) [2021-09-16T19:09:33.969Z] === RUN TestServiceWithPredefinedNetwork [2021-09-16T19:09:34.046Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-09-16T19:09:34.046Z] time="2021-09-16T19:09:33Z" level=error msg="Upload failed, retrying: simulating retry" [2021-09-16T19:09:34.046Z] === RUN TestCompare [2021-09-16T19:09:34.046Z] --- PASS: TestCompare (0.00s) [2021-09-16T19:09:34.046Z] PASS [2021-09-16T19:09:34.046Z] coverage: 19.2% of statements [2021-09-16T19:09:34.046Z] ok github.com/docker/docker/image/cache 0.051s coverage: 19.2% of statements [2021-09-16T19:09:34.046Z] --- PASS: TestSuccessfulUpload (0.39s) [2021-09-16T19:09:34.046Z] === RUN TestCancelledUpload [2021-09-16T19:09:34.046Z] --- PASS: TestCancelledUpload (0.01s) [2021-09-16T19:09:34.046Z] PASS [2021-09-16T19:09:34.046Z] coverage: 76.8% of statements [2021-09-16T19:09:34.046Z] ok github.com/docker/docker/distribution/xfer 1.836s coverage: 76.8% of statements [2021-09-16T19:09:34.046Z] ? github.com/docker/docker/dockerversion [no test files] [2021-09-16T19:09:34.387Z] === RUN TestLog [2021-09-16T19:09:34.387Z] --- PASS: TestLog (0.01s) [2021-09-16T19:09:34.387Z] PASS [2021-09-16T19:09:34.387Z] coverage: 31.5% of statements [2021-09-16T19:09:34.387Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.057s coverage: 31.5% of statements [2021-09-16T19:09:34.387Z] === RUN TestValidateLogOpt [2021-09-16T19:09:34.717Z] --- PASS: TestBuildMultiStageLayerLeak (3.21s) [2021-09-16T19:09:34.718Z] === RUN TestBuildWithHugeFile [2021-09-16T19:09:34.858Z] --- PASS: TestValidateLogOpt (0.00s) [2021-09-16T19:09:34.858Z] === RUN TestNewMissedConfig [2021-09-16T19:09:34.858Z] --- PASS: TestNewMissedConfig (0.00s) [2021-09-16T19:09:34.858Z] === RUN TestNewMissedUrl [2021-09-16T19:09:34.858Z] --- PASS: TestNewMissedUrl (0.00s) [2021-09-16T19:09:34.858Z] === RUN TestNewMissedToken [2021-09-16T19:09:34.858Z] --- PASS: TestNewMissedToken (0.00s) [2021-09-16T19:09:34.858Z] === RUN TestNewWithProxy [2021-09-16T19:09:34.858Z] --- PASS: TestNewWithProxy (0.00s) [2021-09-16T19:09:34.858Z] === RUN TestDefault [2021-09-16T19:09:34.858Z] --- PASS: TestDefault (0.01s) [2021-09-16T19:09:34.858Z] === RUN TestInlineFormatWithNonDefaultOptions [2021-09-16T19:09:34.858Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2021-09-16T19:09:34.858Z] === RUN TestJsonFormat [2021-09-16T19:09:34.858Z] --- PASS: TestJsonFormat (0.01s) [2021-09-16T19:09:34.858Z] === RUN TestRawFormat [2021-09-16T19:09:34.858Z] --- PASS: TestRawFormat (0.00s) [2021-09-16T19:09:34.858Z] === RUN TestRawFormatWithLabels [2021-09-16T19:09:34.858Z] --- PASS: TestRawFormatWithLabels (0.00s) [2021-09-16T19:09:34.858Z] === RUN TestRawFormatWithoutTag [2021-09-16T19:09:34.858Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2021-09-16T19:09:34.858Z] === RUN TestBatching [2021-09-16T19:09:34.858Z] === RUN TestNewParse [2021-09-16T19:09:34.858Z] --- PASS: TestNewParse (0.00s) [2021-09-16T19:09:34.858Z] PASS [2021-09-16T19:09:34.858Z] coverage: 8.3% of statements [2021-09-16T19:09:34.858Z] ok github.com/docker/docker/daemon/logger/templates 0.053s coverage: 8.3% of statements [2021-09-16T19:09:34.858Z] --- PASS: TestBatching (0.20s) [2021-09-16T19:09:34.858Z] === RUN TestFrequency [2021-09-16T19:09:34.858Z] === RUN TestParseLogFormat [2021-09-16T19:09:34.858Z] --- PASS: TestParseLogFormat (0.00s) [2021-09-16T19:09:34.858Z] === RUN TestValidateLogOptEmpty [2021-09-16T19:09:34.858Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2021-09-16T19:09:34.858Z] === RUN TestValidateSyslogAddress [2021-09-16T19:09:34.858Z] --- PASS: TestValidateSyslogAddress (0.00s) [2021-09-16T19:09:34.858Z] === RUN TestParseAddressDefaultPort [2021-09-16T19:09:34.858Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2021-09-16T19:09:34.858Z] === RUN TestValidateSyslogFacility [2021-09-16T19:09:34.858Z] --- PASS: TestValidateSyslogFacility (0.00s) [2021-09-16T19:09:34.858Z] === RUN TestValidateLogOptSyslogFormat [2021-09-16T19:09:34.858Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2021-09-16T19:09:34.858Z] === RUN TestValidateLogOpt [2021-09-16T19:09:34.858Z] --- PASS: TestValidateLogOpt (0.00s) [2021-09-16T19:09:34.858Z] PASS [2021-09-16T19:09:34.858Z] coverage: 46.8% of statements [2021-09-16T19:09:34.858Z] ok github.com/docker/docker/daemon/logger/syslog 0.040s coverage: 46.8% of statements [2021-09-16T19:09:34.858Z] --- PASS: TestFrequency (0.16s) [2021-09-16T19:09:34.858Z] === RUN TestOneMessagePerRequest [2021-09-16T19:09:34.858Z] --- PASS: TestOneMessagePerRequest (0.00s) [2021-09-16T19:09:34.858Z] === RUN TestVerify [2021-09-16T19:09:34.858Z] --- PASS: TestVerify (0.00s) [2021-09-16T19:09:34.858Z] === RUN TestSkipVerify [2021-09-16T19:09:35.010Z] === RUN TestMakeV1ConfigFromConfig [2021-09-16T19:09:35.010Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2021-09-16T19:09:35.010Z] PASS [2021-09-16T19:09:35.010Z] coverage: 25.0% of statements [2021-09-16T19:09:35.010Z] ok github.com/docker/docker/image/v1 0.143s coverage: 25.0% of statements [2021-09-16T19:09:35.010Z] === RUN TestValidateManifest [2021-09-16T19:09:35.010Z] === RUN TestValidateManifest/nil [2021-09-16T19:09:35.010Z] === RUN TestValidateManifest/non-nil [2021-09-16T19:09:35.010Z] --- PASS: TestValidateManifest (0.00s) [2021-09-16T19:09:35.010Z] --- PASS: TestValidateManifest/nil (0.00s) [2021-09-16T19:09:35.010Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2021-09-16T19:09:35.010Z] PASS [2021-09-16T19:09:35.010Z] coverage: 0.7% of statements [2021-09-16T19:09:35.010Z] ok github.com/docker/docker/image/tarexport 0.101s coverage: 0.7% of statements [2021-09-16T19:09:35.010Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-09-16T19:09:35.328Z] time="2021-09-16T19:09:34Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-09-16T19:09:35.328Z] time="2021-09-16T19:09:34Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-09-16T19:09:35.328Z] time="2021-09-16T19:09:34Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-09-16T19:09:35.467Z] === RUN TestSerialization [2021-09-16T19:09:35.467Z] --- PASS: TestSerialization (0.02s) [2021-09-16T19:09:35.467Z] PASS [2021-09-16T19:09:35.467Z] coverage: 100.0% of statements [2021-09-16T19:09:35.798Z] --- PASS: TestSkipVerify (0.60s) [2021-09-16T19:09:35.798Z] === RUN TestBufferMaximum [2021-09-16T19:09:35.798Z] time="2021-09-16T19:09:35Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-09-16T19:09:35.798Z] time="2021-09-16T19:09:35Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-09-16T19:09:35.798Z] time="2021-09-16T19:09:35Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-09-16T19:09:35.798Z] time="2021-09-16T19:09:35Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-09-16T19:09:35.798Z] time="2021-09-16T19:09:35Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-09-16T19:09:35.798Z] time="2021-09-16T19:09:35Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1631819375.331000\",\"host\":\"80923a4878bb\"}'" [2021-09-16T19:09:35.798Z] time="2021-09-16T19:09:35Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1631819375.331000\",\"host\":\"80923a4878bb\"}'" [2021-09-16T19:09:35.798Z] --- PASS: TestBufferMaximum (0.00s) [2021-09-16T19:09:35.798Z] === RUN TestServerAlwaysDown [2021-09-16T19:09:35.798Z] time="2021-09-16T19:09:35Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-09-16T19:09:35.798Z] time="2021-09-16T19:09:35Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-09-16T19:09:35.798Z] time="2021-09-16T19:09:35Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1631819375.333312\",\"host\":\"80923a4878bb\"}'" [2021-09-16T19:09:35.798Z] time="2021-09-16T19:09:35Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1631819375.333312\",\"host\":\"80923a4878bb\"}'" [2021-09-16T19:09:35.799Z] time="2021-09-16T19:09:35Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-09-16T19:09:35.799Z] time="2021-09-16T19:09:35Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1631819375.333312\",\"host\":\"80923a4878bb\"}'" [2021-09-16T19:09:35.799Z] time="2021-09-16T19:09:35Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1631819375.334312\",\"host\":\"80923a4878bb\"}'" [2021-09-16T19:09:35.799Z] time="2021-09-16T19:09:35Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1631819375.334312\",\"host\":\"80923a4878bb\"}'" [2021-09-16T19:09:35.799Z] --- PASS: TestServerAlwaysDown (0.00s) [2021-09-16T19:09:35.799Z] === RUN TestCannotSendAfterClose [2021-09-16T19:09:35.799Z] --- PASS: TestCannotSendAfterClose (0.00s) [2021-09-16T19:09:35.799Z] === RUN TestDeadlockOnBlockedEndpoint [2021-09-16T19:09:35.799Z] === RUN TestV1IDService [2021-09-16T19:09:35.799Z] --- PASS: TestV1IDService (0.02s) [2021-09-16T19:09:35.799Z] === RUN TestV2MetadataService [2021-09-16T19:09:35.924Z] ok github.com/docker/docker/libcontainerd/queue 0.052s coverage: 100.0% of statements [2021-09-16T19:09:35.924Z] === RUN TestEmptyLayer [2021-09-16T19:09:35.924Z] --- PASS: TestEmptyLayer (0.00s) [2021-09-16T19:09:35.924Z] === RUN TestCommitFailure [2021-09-16T19:09:35.924Z] --- PASS: TestCommitFailure (0.01s) [2021-09-16T19:09:35.924Z] === RUN TestStartTransactionFailure [2021-09-16T19:09:35.924Z] --- PASS: TestStartTransactionFailure (0.00s) [2021-09-16T19:09:35.924Z] === RUN TestGetOrphan [2021-09-16T19:09:35.924Z] --- PASS: TestGetOrphan (0.01s) [2021-09-16T19:09:35.924Z] === RUN TestMountAndRegister [2021-09-16T19:09:35.924Z] layer_test.go:270: Layer size: 14 [2021-09-16T19:09:35.924Z] --- PASS: TestMountAndRegister (0.03s) [2021-09-16T19:09:35.924Z] === RUN TestLayerRelease [2021-09-16T19:09:35.924Z] layer_test.go:303: Failing on Windows [2021-09-16T19:09:35.924Z] --- SKIP: TestLayerRelease (0.00s) [2021-09-16T19:09:35.924Z] === RUN TestStoreRestore [2021-09-16T19:09:35.924Z] layer_test.go:352: Failing on Windows [2021-09-16T19:09:35.924Z] --- SKIP: TestStoreRestore (0.00s) [2021-09-16T19:09:35.924Z] === RUN TestTarStreamStability [2021-09-16T19:09:35.924Z] layer_test.go:467: Failing on Windows [2021-09-16T19:09:35.924Z] --- SKIP: TestTarStreamStability (0.00s) [2021-09-16T19:09:35.924Z] === RUN TestRegisterExistingLayer [2021-09-16T19:09:35.924Z] === RUN TestEnvironmentParsing [2021-09-16T19:09:35.924Z] --- PASS: TestEnvironmentParsing (0.00s) [2021-09-16T19:09:35.924Z] PASS [2021-09-16T19:09:35.924Z] coverage: 1.2% of statements [2021-09-16T19:09:35.924Z] --- PASS: TestRegisterExistingLayer (0.09s) [2021-09-16T19:09:35.924Z] === RUN TestTarStreamVerification [2021-09-16T19:09:35.924Z] layer_test.go:696: Failing on Windows [2021-09-16T19:09:35.924Z] --- SKIP: TestTarStreamVerification (0.00s) [2021-09-16T19:09:35.924Z] === RUN TestLayerMigration [2021-09-16T19:09:35.924Z] migration_test.go:45: Failing on Windows [2021-09-16T19:09:35.924Z] --- SKIP: TestLayerMigration (0.00s) [2021-09-16T19:09:35.924Z] === RUN TestLayerMigrationNoTarsplit [2021-09-16T19:09:35.924Z] migration_test.go:181: Failing on Windows [2021-09-16T19:09:35.924Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2021-09-16T19:09:35.924Z] === RUN TestMountInit [2021-09-16T19:09:35.924Z] mount_test.go:17: Failing on Windows [2021-09-16T19:09:35.924Z] --- SKIP: TestMountInit (0.00s) [2021-09-16T19:09:35.924Z] === RUN TestMountSize [2021-09-16T19:09:35.924Z] mount_test.go:76: Failing on Windows [2021-09-16T19:09:35.924Z] --- SKIP: TestMountSize (0.00s) [2021-09-16T19:09:35.924Z] === RUN TestMountChanges [2021-09-16T19:09:35.924Z] mount_test.go:125: Failing on Windows [2021-09-16T19:09:35.924Z] --- SKIP: TestMountChanges (0.00s) [2021-09-16T19:09:36.268Z] --- PASS: TestV2MetadataService (0.59s) [2021-09-16T19:09:36.269Z] PASS [2021-09-16T19:09:36.269Z] coverage: 48.2% of statements [2021-09-16T19:09:36.380Z] === RUN TestMountApply [2021-09-16T19:09:36.380Z] mount_test.go:212: Failing on Windows [2021-09-16T19:09:36.380Z] --- SKIP: TestMountApply (0.00s) [2021-09-16T19:09:36.380Z] PASS [2021-09-16T19:09:36.380Z] coverage: 30.1% of statements [2021-09-16T19:09:36.380Z] ok github.com/docker/docker/libcontainerd/local 0.057s coverage: 1.2% of statements [2021-09-16T19:09:36.380Z] ok github.com/docker/docker/layer 0.202s coverage: 30.1% of statements [2021-09-16T19:09:36.380Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-09-16T19:09:36.380Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-09-16T19:09:36.380Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-09-16T19:09:36.380Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-09-16T19:09:36.502Z] --- PASS: TestServiceWithPredefinedNetwork (2.35s) [2021-09-16T19:09:36.502Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-09-16T19:09:36.502Z] service_test.go:243: FLAKY_TEST [2021-09-16T19:09:36.502Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-09-16T19:09:36.502Z] === RUN TestServiceWithDataPathPortInit [2021-09-16T19:09:36.739Z] ok github.com/docker/docker/distribution/metadata 0.675s coverage: 48.2% of statements [2021-09-16T19:09:36.739Z] time="2021-09-16T19:09:36Z" 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-16T19:09:36.739Z] time="2021-09-16T19:09:36Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"80923a4878bb\"}'" [2021-09-16T19:09:36.739Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.03s) [2021-09-16T19:09:36.739Z] PASS [2021-09-16T19:09:36.739Z] coverage: 82.5% of statements [2021-09-16T19:09:36.739Z] ok github.com/docker/docker/daemon/logger/splunk 2.124s coverage: 82.5% of statements [2021-09-16T19:09:36.739Z] ? github.com/docker/docker/daemon/names [no test files] [2021-09-16T19:09:36.739Z] ? github.com/docker/docker/daemon/network [no test files] [2021-09-16T19:09:36.739Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-09-16T19:09:36.739Z] === RUN TestSuccessfulDownload [2021-09-16T19:09:36.739Z] download_test.go:267: Needs fixing on Windows [2021-09-16T19:09:36.739Z] --- SKIP: TestSuccessfulDownload (0.00s) [2021-09-16T19:09:36.739Z] === RUN TestCancelledDownload [2021-09-16T19:09:36.739Z] --- PASS: TestCancelledDownload (0.01s) [2021-09-16T19:09:36.739Z] === RUN TestMaxDownloadAttempts [2021-09-16T19:09:36.739Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-09-16T19:09:36.739Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-09-16T19:09:36.739Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-09-16T19:09:36.739Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-09-16T19:09:36.739Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-09-16T19:09:36.739Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-09-16T19:09:36.739Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-09-16T19:09:36.739Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-09-16T19:09:36.739Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-09-16T19:09:36.739Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-09-16T19:09:36.739Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-09-16T19:09:36.739Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-09-16T19:09:36.739Z] === RUN TestContinueOnError_NonMirrorEndpoint [2021-09-16T19:09:36.739Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2021-09-16T19:09:36.739Z] === RUN TestContinueOnError_MirrorEndpoint [2021-09-16T19:09:36.739Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2021-09-16T19:09:36.739Z] === RUN TestContinueOnError_NeverContinue [2021-09-16T19:09:36.739Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2021-09-16T19:09:36.739Z] === RUN TestManifestStore [2021-09-16T19:09:36.739Z] === RUN TestManifestStore/no_remote_or_local [2021-09-16T19:09:36.836Z] === RUN TestSequenceGetAvailableBit [2021-09-16T19:09:36.836Z] --- PASS: TestSequenceGetAvailableBit (0.00s) [2021-09-16T19:09:36.836Z] === RUN TestSequenceEqual [2021-09-16T19:09:36.836Z] --- PASS: TestSequenceEqual (0.00s) [2021-09-16T19:09:36.836Z] === RUN TestSequenceCopy [2021-09-16T19:09:36.836Z] --- PASS: TestSequenceCopy (0.00s) [2021-09-16T19:09:36.836Z] === RUN TestGetFirstAvailable [2021-09-16T19:09:36.836Z] --- PASS: TestGetFirstAvailable (0.00s) [2021-09-16T19:09:36.836Z] === RUN TestFindSequence [2021-09-16T19:09:36.836Z] --- PASS: TestFindSequence (0.00s) [2021-09-16T19:09:36.836Z] === RUN TestCheckIfAvailable [2021-09-16T19:09:36.836Z] --- PASS: TestCheckIfAvailable (0.00s) [2021-09-16T19:09:36.836Z] === RUN TestMergeSequences [2021-09-16T19:09:36.836Z] --- PASS: TestMergeSequences (0.00s) [2021-09-16T19:09:36.836Z] === RUN TestPushReservation [2021-09-16T19:09:36.836Z] --- PASS: TestPushReservation (0.00s) [2021-09-16T19:09:36.836Z] === RUN TestSerializeDeserialize [2021-09-16T19:09:36.836Z] --- PASS: TestSerializeDeserialize (0.00s) [2021-09-16T19:09:36.836Z] === RUN TestSet [2021-09-16T19:09:36.836Z] --- PASS: TestSet (0.00s) [2021-09-16T19:09:36.836Z] === RUN TestSetUnset [2021-09-16T19:09:36.836Z] --- PASS: TestSetUnset (0.00s) [2021-09-16T19:09:36.836Z] === RUN TestOffsetSetUnset [2021-09-16T19:09:36.836Z] --- PASS: TestOffsetSetUnset (0.00s) [2021-09-16T19:09:36.836Z] === RUN TestSetInRange [2021-09-16T19:09:36.836Z] --- PASS: TestSetInRange (0.00s) [2021-09-16T19:09:36.836Z] === RUN TestSetAnyInRange [2021-09-16T19:09:36.836Z] --- PASS: TestSetAnyInRange (0.00s) [2021-09-16T19:09:36.836Z] === RUN TestMethods [2021-09-16T19:09:36.836Z] --- PASS: TestMethods (0.00s) [2021-09-16T19:09:36.836Z] === RUN TestRandomAllocateDeallocate [2021-09-16T19:09:36.841Z] sha256:c5ce5383b4e1d4d434fe7bb35c3b19ff534a85347a1ff9766f5d51c5474a36ef [2021-09-16T19:09:36.841Z] INFO: Starting docker-py tests... [2021-09-16T19:09:36.841Z] ============================= test session starts ============================== [2021-09-16T19:09:36.841Z] platform linux -- Python 3.7.12, pytest-4.3.1, py-1.10.0, pluggy-1.0.0 [2021-09-16T19:09:36.841Z] rootdir: /src, inifile: pytest.ini [2021-09-16T19:09:36.841Z] plugins: timeout-1.3.3, cov-2.6.1 [2021-09-16T19:09:36.841Z] collected 390 items / 1 deselected / 389 selected [2021-09-16T19:09:36.841Z] [2021-09-16T19:09:37.210Z] time="2021-09-16T19:09:36Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local2426040562\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2021-09-16T19:09:37.210Z] === RUN TestManifestStore/no_local_cache [2021-09-16T19:09:37.210Z] === RUN TestManifestStore/with_local_cache [2021-09-16T19:09:37.210Z] === RUN TestManifestStore/unknown_media_type [2021-09-16T19:09:37.210Z] === RUN TestManifestStore/unknown_media_type/no_cache [2021-09-16T19:09:37.210Z] time="2021-09-16T19:09:36Z" level=warning msg="reference for unknown type: " [2021-09-16T19:09:37.210Z] time="2021-09-16T19:09:36Z" level=warning msg="reference for unknown type: " [2021-09-16T19:09:37.210Z] === RUN TestManifestStore/unknown_media_type/with_cache [2021-09-16T19:09:37.210Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2021-09-16T19:09:37.210Z] time="2021-09-16T19:09:36Z" level=warning msg="reference for unknown type: " [2021-09-16T19:09:37.210Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2021-09-16T19:09:37.210Z] time="2021-09-16T19:09:36Z" level=warning msg="reference for unknown type: " [2021-09-16T19:09:37.210Z] time="2021-09-16T19:09:36Z" level=warning msg="reference for unknown type: " [2021-09-16T19:09:37.210Z] === RUN TestManifestStore/error_persisting_manifest [2021-09-16T19:09:37.210Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2021-09-16T19:09:37.210Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2021-09-16T19:09:37.210Z] time="2021-09-16T19:09:36Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2021-09-16T19:09:37.210Z] --- PASS: TestManifestStore (0.31s) [2021-09-16T19:09:37.210Z] --- PASS: TestManifestStore/no_remote_or_local (0.13s) [2021-09-16T19:09:37.210Z] --- PASS: TestManifestStore/no_local_cache (0.02s) [2021-09-16T19:09:37.210Z] --- PASS: TestManifestStore/with_local_cache (0.07s) [2021-09-16T19:09:37.210Z] --- PASS: TestManifestStore/unknown_media_type (0.07s) [2021-09-16T19:09:37.210Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.03s) [2021-09-16T19:09:37.210Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.04s) [2021-09-16T19:09:37.210Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.03s) [2021-09-16T19:09:37.210Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.01s) [2021-09-16T19:09:37.210Z] --- PASS: TestManifestStore/error_persisting_manifest (0.02s) [2021-09-16T19:09:37.210Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.01s) [2021-09-16T19:09:37.210Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.01s) [2021-09-16T19:09:37.210Z] === RUN TestDetectManifestBlobMediaType [2021-09-16T19:09:37.210Z] === RUN TestDetectManifestBlobMediaType/schema1 [2021-09-16T19:09:37.210Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2021-09-16T19:09:37.210Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2021-09-16T19:09:37.210Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2021-09-16T19:09:37.210Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2021-09-16T19:09:37.210Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2021-09-16T19:09:37.210Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2021-09-16T19:09:37.210Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2021-09-16T19:09:37.210Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2021-09-16T19:09:37.210Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2021-09-16T19:09:37.210Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2021-09-16T19:09:37.210Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2021-09-16T19:09:37.210Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2021-09-16T19:09:37.210Z] === RUN TestFixManifestLayers [2021-09-16T19:09:37.210Z] --- PASS: TestFixManifestLayers (0.01s) [2021-09-16T19:09:37.210Z] === RUN TestFixManifestLayersBaseLayerParent [2021-09-16T19:09:37.210Z] pull_v2_test.go:73: Needs fixing on Windows [2021-09-16T19:09:37.210Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2021-09-16T19:09:37.210Z] === RUN TestFixManifestLayersBadParent [2021-09-16T19:09:37.210Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2021-09-16T19:09:37.210Z] === RUN TestValidateManifest [2021-09-16T19:09:37.210Z] pull_v2_test.go:118: Needs fixing on Windows [2021-09-16T19:09:37.210Z] --- SKIP: TestValidateManifest (0.00s) [2021-09-16T19:09:37.210Z] === RUN TestFormatPlatform [2021-09-16T19:09:37.210Z] --- PASS: TestFormatPlatform (0.00s) [2021-09-16T19:09:37.210Z] === RUN TestGetRepositoryMountCandidates [2021-09-16T19:09:37.210Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2021-09-16T19:09:37.210Z] === RUN TestLayerAlreadyExists [2021-09-16T19:09:37.210Z] 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-16T19:09:37.210Z] 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-16T19:09:37.210Z] 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-16T19:09:37.210Z] 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-16T19:09:37.210Z] 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-16T19:09:37.210Z] 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-16T19:09:37.210Z] --- PASS: TestLayerAlreadyExists (0.00s) [2021-09-16T19:09:37.210Z] === RUN TestWhenEmptyAuthConfig [2021-09-16T19:09:37.210Z] time="2021-09-16T19:09:36Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-09-16T19:09:37.210Z] time="2021-09-16T19:09:36Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-09-16T19:09:37.210Z] time="2021-09-16T19:09:36Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-09-16T19:09:37.210Z] time="2021-09-16T19:09:36Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-09-16T19:09:37.210Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2021-09-16T19:09:37.210Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.47s) [2021-09-16T19:09:37.210Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.47s) [2021-09-16T19:09:37.210Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.47s) [2021-09-16T19:09:37.210Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.47s) [2021-09-16T19:09:37.210Z] === RUN TestTransfer [2021-09-16T19:09:37.680Z] --- PASS: TestTransfer (0.13s) [2021-09-16T19:09:37.680Z] === RUN TestConcurrencyLimit [2021-09-16T19:09:37.680Z] === RUN TestNotFound [2021-09-16T19:09:37.680Z] --- PASS: TestNotFound (0.00s) [2021-09-16T19:09:37.680Z] === RUN TestConflict [2021-09-16T19:09:37.680Z] --- PASS: TestConflict (0.00s) [2021-09-16T19:09:37.680Z] === RUN TestForbidden [2021-09-16T19:09:37.680Z] --- PASS: TestForbidden (0.00s) [2021-09-16T19:09:37.680Z] === RUN TestInvalidParameter [2021-09-16T19:09:37.680Z] --- PASS: TestInvalidParameter (0.00s) [2021-09-16T19:09:37.680Z] === RUN TestNotImplemented [2021-09-16T19:09:37.680Z] --- PASS: TestNotImplemented (0.00s) [2021-09-16T19:09:37.680Z] === RUN TestNotModified [2021-09-16T19:09:37.680Z] --- PASS: TestNotModified (0.00s) [2021-09-16T19:09:37.680Z] === RUN TestUnauthorized [2021-09-16T19:09:37.680Z] --- PASS: TestUnauthorized (0.00s) [2021-09-16T19:09:37.680Z] === RUN TestUnknown [2021-09-16T19:09:37.680Z] --- PASS: TestUnknown (0.00s) [2021-09-16T19:09:37.680Z] === RUN TestCancelled [2021-09-16T19:09:37.680Z] --- PASS: TestCancelled (0.00s) [2021-09-16T19:09:37.680Z] === RUN TestDeadline [2021-09-16T19:09:37.680Z] --- PASS: TestDeadline (0.00s) [2021-09-16T19:09:37.680Z] === RUN TestDataLoss [2021-09-16T19:09:37.680Z] --- PASS: TestDataLoss (0.00s) [2021-09-16T19:09:37.680Z] === RUN TestUnavailable [2021-09-16T19:09:37.680Z] --- PASS: TestUnavailable (0.00s) [2021-09-16T19:09:37.680Z] === RUN TestSystem [2021-09-16T19:09:37.680Z] --- PASS: TestSystem (0.00s) [2021-09-16T19:09:37.680Z] === RUN TestFromStatusCode [2021-09-16T19:09:37.680Z] === RUN TestFromStatusCode/Not_Found [2021-09-16T19:09:37.680Z] === RUN TestFromStatusCode/Bad_Request [2021-09-16T19:09:37.680Z] === RUN TestFromStatusCode/Conflict [2021-09-16T19:09:37.680Z] === RUN TestFromStatusCode/Unauthorized [2021-09-16T19:09:37.680Z] === RUN TestFromStatusCode/Service_Unavailable [2021-09-16T19:09:37.680Z] === RUN TestFromStatusCode/Forbidden [2021-09-16T19:09:37.680Z] === RUN TestFromStatusCode/Not_Modified [2021-09-16T19:09:37.680Z] === RUN TestFromStatusCode/Not_Implemented [2021-09-16T19:09:37.680Z] === RUN TestFromStatusCode/Internal_Server_Error [2021-09-16T19:09:37.680Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2021-09-16T19:09:37.680Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2021-09-16T19:09:37.680Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2021-09-16T19:09:37.680Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2021-09-16T19:09:37.680Z] --- PASS: TestFromStatusCode (0.00s) [2021-09-16T19:09:37.680Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2021-09-16T19:09:37.680Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2021-09-16T19:09:37.680Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2021-09-16T19:09:37.680Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2021-09-16T19:09:37.680Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2021-09-16T19:09:37.680Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2021-09-16T19:09:37.680Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2021-09-16T19:09:37.680Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2021-09-16T19:09:37.680Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2021-09-16T19:09:37.680Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2021-09-16T19:09:37.680Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2021-09-16T19:09:37.680Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2021-09-16T19:09:37.680Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2021-09-16T19:09:37.680Z] PASS [2021-09-16T19:09:37.680Z] coverage: 53.1% of statements [2021-09-16T19:09:37.680Z] ok github.com/docker/docker/errdefs 0.027s coverage: 53.1% of statements [2021-09-16T19:09:37.680Z] --- PASS: TestConcurrencyLimit (0.43s) [2021-09-16T19:09:37.680Z] === RUN TestInactiveJobs [2021-09-16T19:09:38.150Z] === RUN TestFSGetInvalidData [2021-09-16T19:09:38.150Z] --- PASS: TestFSGetInvalidData (0.01s) [2021-09-16T19:09:38.150Z] === RUN TestFSInvalidSet [2021-09-16T19:09:38.150Z] --- PASS: TestFSInvalidSet (0.01s) [2021-09-16T19:09:38.150Z] === RUN TestFSInvalidRoot [2021-09-16T19:09:38.150Z] --- PASS: TestFSInvalidRoot (0.00s) [2021-09-16T19:09:38.150Z] === RUN TestFSMetadataGetSet [2021-09-16T19:09:38.150Z] --- PASS: TestFSMetadataGetSet (0.02s) [2021-09-16T19:09:38.150Z] === RUN TestFSInvalidWalker [2021-09-16T19:09:38.150Z] --- PASS: TestFSInvalidWalker (0.01s) [2021-09-16T19:09:38.150Z] === RUN TestFSGetSet [2021-09-16T19:09:38.150Z] --- PASS: TestFSGetSet (0.01s) [2021-09-16T19:09:38.150Z] === RUN TestFSGetUnsetKey [2021-09-16T19:09:38.150Z] --- PASS: TestFSGetUnsetKey (0.00s) [2021-09-16T19:09:38.150Z] === RUN TestFSGetEmptyData [2021-09-16T19:09:38.150Z] --- PASS: TestFSGetEmptyData (0.00s) [2021-09-16T19:09:38.150Z] === RUN TestFSDelete [2021-09-16T19:09:38.150Z] --- PASS: TestFSDelete (0.01s) [2021-09-16T19:09:38.150Z] === RUN TestFSWalker [2021-09-16T19:09:38.150Z] --- PASS: TestFSWalker (0.01s) [2021-09-16T19:09:38.150Z] === RUN TestFSWalkerStopOnError [2021-09-16T19:09:38.150Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2021-09-16T19:09:38.150Z] === RUN TestNewFromJSON [2021-09-16T19:09:38.150Z] --- PASS: TestNewFromJSON (0.00s) [2021-09-16T19:09:38.150Z] === RUN TestNewFromJSONWithInvalidJSON [2021-09-16T19:09:38.150Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2021-09-16T19:09:38.150Z] === RUN TestMarshalKeyOrder [2021-09-16T19:09:38.150Z] --- PASS: TestMarshalKeyOrder (0.00s) [2021-09-16T19:09:38.150Z] === RUN TestHistoryEqual [2021-09-16T19:09:38.150Z] --- PASS: TestHistoryEqual (0.09s) [2021-09-16T19:09:38.150Z] === RUN TestImage [2021-09-16T19:09:38.150Z] --- PASS: TestImage (0.00s) [2021-09-16T19:09:38.150Z] === RUN TestImageOSNotEmpty [2021-09-16T19:09:38.150Z] --- PASS: TestImageOSNotEmpty (0.00s) [2021-09-16T19:09:38.150Z] === RUN TestNewChildImageFromImageWithRootFS [2021-09-16T19:09:38.150Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2021-09-16T19:09:38.150Z] === RUN TestCreate [2021-09-16T19:09:38.150Z] --- PASS: TestCreate (0.00s) [2021-09-16T19:09:38.150Z] === RUN TestRestore [2021-09-16T19:09:38.150Z] time="2021-09-16T19:09:37Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2021-09-16T19:09:38.150Z] --- PASS: TestRestore (0.01s) [2021-09-16T19:09:38.150Z] === RUN TestAddDelete [2021-09-16T19:09:38.150Z] --- PASS: TestAddDelete (0.01s) [2021-09-16T19:09:38.150Z] === RUN TestSearchAfterDelete [2021-09-16T19:09:38.150Z] --- PASS: TestSearchAfterDelete (0.00s) [2021-09-16T19:09:38.150Z] === RUN TestParentReset [2021-09-16T19:09:38.150Z] --- PASS: TestParentReset (0.02s) [2021-09-16T19:09:38.150Z] === RUN TestGetAndSetLastUpdated [2021-09-16T19:09:38.150Z] --- PASS: TestGetAndSetLastUpdated (0.01s) [2021-09-16T19:09:38.150Z] === RUN TestStoreLen [2021-09-16T19:09:38.150Z] --- PASS: TestInactiveJobs (0.36s) [2021-09-16T19:09:38.150Z] === RUN TestWatchRelease [2021-09-16T19:09:38.150Z] --- PASS: TestStoreLen (0.02s) [2021-09-16T19:09:38.150Z] PASS [2021-09-16T19:09:38.150Z] coverage: 86.6% of statements [2021-09-16T19:09:38.150Z] ok github.com/docker/docker/image 0.309s coverage: 86.6% of statements [2021-09-16T19:09:38.150Z] --- PASS: TestWatchRelease (0.04s) [2021-09-16T19:09:38.150Z] === RUN TestWatchFinishedTransfer [2021-09-16T19:09:38.150Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2021-09-16T19:09:38.150Z] === RUN TestDuplicateTransfer [2021-09-16T19:09:38.150Z] --- PASS: TestDuplicateTransfer (0.04s) [2021-09-16T19:09:38.150Z] === RUN TestSuccessfulUpload [2021-09-16T19:09:38.150Z] --- PASS: TestWhenEmptyAuthConfig (1.11s) [2021-09-16T19:09:38.150Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2021-09-16T19:09:38.150Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2021-09-16T19:09:38.150Z] === RUN TestTokenPassThru [2021-09-16T19:09:38.150Z] --- PASS: TestTokenPassThru (0.01s) [2021-09-16T19:09:38.150Z] === RUN TestTokenPassThruDifferentHost [2021-09-16T19:09:38.150Z] --- PASS: TestTokenPassThruDifferentHost (0.00s) [2021-09-16T19:09:38.150Z] PASS [2021-09-16T19:09:38.150Z] coverage: 24.1% of statements [2021-09-16T19:09:38.150Z] ok github.com/docker/docker/distribution 1.516s coverage: 24.1% of statements [2021-09-16T19:09:38.365Z] === RUN TestInvalidConfig [2021-09-16T19:09:38.365Z] --- PASS: TestInvalidConfig (0.00s) [2021-09-16T19:09:38.365Z] === RUN TestConfig [2021-09-16T19:09:38.365Z] --- PASS: TestConfig (0.00s) [2021-09-16T19:09:38.365Z] === RUN TestOptionsLabels [2021-09-16T19:09:38.365Z] --- PASS: TestOptionsLabels (0.00s) [2021-09-16T19:09:38.365Z] === RUN TestValidName [2021-09-16T19:09:38.365Z] --- PASS: TestValidName (0.00s) [2021-09-16T19:09:38.365Z] === RUN TestTLSConfiguration [2021-09-16T19:09:38.365Z] time="2021-09-16T19:09:37Z" level=info msg="Option Initializing KV with TLS" [2021-09-16T19:09:38.365Z] --- PASS: TestTLSConfiguration (0.13s) [2021-09-16T19:09:38.365Z] PASS [2021-09-16T19:09:38.365Z] coverage: 24.0% of statements [2021-09-16T19:09:38.365Z] ok github.com/docker/docker/libnetwork/config 0.199s coverage: 24.0% of statements [2021-09-16T19:09:38.365Z] === RUN TestKey [2021-09-16T19:09:38.365Z] --- PASS: TestKey (0.00s) [2021-09-16T19:09:38.365Z] === RUN TestParseKey [2021-09-16T19:09:38.365Z] --- PASS: TestParseKey (0.00s) [2021-09-16T19:09:38.365Z] === RUN TestInvalidDataStore [2021-09-16T19:09:38.365Z] --- PASS: TestInvalidDataStore (0.00s) [2021-09-16T19:09:38.365Z] === RUN TestKVObjectFlatKey [2021-09-16T19:09:38.365Z] --- PASS: TestKVObjectFlatKey (0.00s) [2021-09-16T19:09:38.365Z] === RUN TestAtomicKVObjectFlatKey [2021-09-16T19:09:38.365Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s) [2021-09-16T19:09:38.365Z] PASS [2021-09-16T19:09:38.365Z] coverage: 21.9% of statements [2021-09-16T19:09:38.365Z] ok github.com/docker/docker/libnetwork/datastore 0.044s coverage: 21.9% of statements [2021-09-16T19:09:38.621Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-09-16T19:09:38.621Z] === RUN TestCompare [2021-09-16T19:09:38.621Z] --- PASS: TestCompare (0.00s) [2021-09-16T19:09:38.621Z] PASS [2021-09-16T19:09:38.621Z] coverage: 19.2% of statements [2021-09-16T19:09:38.621Z] ok github.com/docker/docker/image/cache 0.049s coverage: 19.2% of statements [2021-09-16T19:09:38.621Z] time="2021-09-16T19:09:38Z" level=error msg="Upload failed, retrying: simulating retry" [2021-09-16T19:09:38.621Z] --- PASS: TestSuccessfulUpload (0.40s) [2021-09-16T19:09:38.621Z] === RUN TestCancelledUpload [2021-09-16T19:09:38.621Z] --- PASS: TestCancelledUpload (0.00s) [2021-09-16T19:09:38.621Z] PASS [2021-09-16T19:09:38.621Z] coverage: 76.8% of statements [2021-09-16T19:09:38.621Z] ok github.com/docker/docker/distribution/xfer 1.926s coverage: 76.8% of statements [2021-09-16T19:09:38.621Z] ? github.com/docker/docker/dockerversion [no test files] [2021-09-16T19:09:38.821Z] === RUN TestIPDataMarshalling [2021-09-16T19:09:38.821Z] --- PASS: TestIPDataMarshalling (0.00s) [2021-09-16T19:09:38.821Z] === RUN TestValidateAndIsV6 [2021-09-16T19:09:38.821Z] --- PASS: TestValidateAndIsV6 (0.00s) [2021-09-16T19:09:38.821Z] PASS [2021-09-16T19:09:38.821Z] coverage: 68.9% of statements [2021-09-16T19:09:39.091Z] === RUN TestMakeV1ConfigFromConfig [2021-09-16T19:09:39.091Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2021-09-16T19:09:39.091Z] PASS [2021-09-16T19:09:39.091Z] coverage: 25.0% of statements [2021-09-16T19:09:39.091Z] ok github.com/docker/docker/image/v1 0.073s coverage: 25.0% of statements [2021-09-16T19:09:39.281Z] ok github.com/docker/docker/libnetwork/driverapi 0.036s coverage: 68.9% of statements [2021-09-16T19:09:39.281Z] === RUN TestErrorInterfaces [2021-09-16T19:09:39.281Z] --- PASS: TestErrorInterfaces (0.00s) [2021-09-16T19:09:39.281Z] === RUN TestNetworkMarshalling [2021-09-16T19:09:39.561Z] === RUN TestValidateManifest [2021-09-16T19:09:39.562Z] === RUN TestValidateManifest/nil [2021-09-16T19:09:39.562Z] === RUN TestValidateManifest/non-nil [2021-09-16T19:09:39.562Z] --- PASS: TestValidateManifest (0.00s) [2021-09-16T19:09:39.562Z] --- PASS: TestValidateManifest/nil (0.00s) [2021-09-16T19:09:39.562Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2021-09-16T19:09:39.562Z] PASS [2021-09-16T19:09:39.562Z] coverage: 0.7% of statements [2021-09-16T19:09:39.562Z] ok github.com/docker/docker/image/tarexport 0.083s coverage: 0.7% of statements [2021-09-16T19:09:39.562Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-09-16T19:09:39.739Z] --- PASS: TestNetworkMarshalling (0.18s) [2021-09-16T19:09:39.739Z] === RUN TestEndpointMarshalling [2021-09-16T19:09:39.739Z] --- PASS: TestEndpointMarshalling (0.00s) [2021-09-16T19:09:39.739Z] === RUN TestAuxAddresses [2021-09-16T19:09:39.739Z] time="2021-09-16T19:09:39Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2021-09-16T19:09:39.739Z] --- PASS: TestAuxAddresses (0.02s) [2021-09-16T19:09:39.739Z] === RUN TestSRVServiceQuery [2021-09-16T19:09:39.739Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2021-09-16T19:09:39.739Z] --- SKIP: TestSRVServiceQuery (0.00s) [2021-09-16T19:09:39.739Z] === RUN TestServiceVIPReuse [2021-09-16T19:09:39.739Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2021-09-16T19:09:39.739Z] --- SKIP: TestServiceVIPReuse (0.00s) [2021-09-16T19:09:39.739Z] === RUN TestIpamReleaseOnNetDriverFailures [2021-09-16T19:09:39.739Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2021-09-16T19:09:39.739Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.00s) [2021-09-16T19:09:39.739Z] === RUN TestDNSIPQuery [2021-09-16T19:09:39.739Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2021-09-16T19:09:39.739Z] --- SKIP: TestDNSIPQuery (0.00s) [2021-09-16T19:09:39.739Z] === RUN TestDNSProxyServFail [2021-09-16T19:09:39.739Z] === RUN TestDriver [2021-09-16T19:09:39.739Z] --- PASS: TestDriver (0.00s) [2021-09-16T19:09:39.739Z] PASS [2021-09-16T19:09:39.739Z] coverage: 34.8% of statements [2021-09-16T19:09:39.739Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2021-09-16T19:09:39.739Z] --- SKIP: TestDNSProxyServFail (0.00s) [2021-09-16T19:09:39.739Z] === RUN TestSandboxAddEmpty [2021-09-16T19:09:39.739Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-09-16T19:09:39.739Z] --- SKIP: TestSandboxAddEmpty (0.00s) [2021-09-16T19:09:39.739Z] === RUN TestSandboxAddMultiPrio [2021-09-16T19:09:39.739Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-09-16T19:09:39.739Z] --- SKIP: TestSandboxAddMultiPrio (0.00s) [2021-09-16T19:09:39.739Z] === RUN TestSandboxAddSamePrio [2021-09-16T19:09:39.739Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-09-16T19:09:39.739Z] --- SKIP: TestSandboxAddSamePrio (0.00s) [2021-09-16T19:09:39.739Z] === RUN TestCleanupServiceDiscovery [2021-09-16T19:09:39.739Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2021-09-16T19:09:39.739Z] --- SKIP: TestCleanupServiceDiscovery (0.00s) [2021-09-16T19:09:39.739Z] === RUN TestDNSOptions [2021-09-16T19:09:39.739Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2021-09-16T19:09:39.739Z] --- SKIP: TestDNSOptions (0.00s) [2021-09-16T19:09:39.739Z] === RUN TestMultipleControllersWithSameStore [2021-09-16T19:09:39.739Z] time="2021-09-16T19:09:39Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2021-09-16T19:09:39.739Z] ok github.com/docker/docker/libnetwork/drivers/host 0.043s coverage: 34.8% of statements [2021-09-16T19:09:39.739Z] time="2021-09-16T19:09:39Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2021-09-16T19:09:39.739Z] --- PASS: TestMultipleControllersWithSameStore (0.02s) [2021-09-16T19:09:39.739Z] PASS [2021-09-16T19:09:39.739Z] coverage: 8.6% of statements [2021-09-16T19:09:39.739Z] ok github.com/docker/docker/libnetwork 0.304s coverage: 8.6% of statements [2021-09-16T19:09:40.196Z] === RUN TestDriver [2021-09-16T19:09:40.196Z] --- PASS: TestDriver (0.00s) [2021-09-16T19:09:40.196Z] PASS [2021-09-16T19:09:40.196Z] coverage: 34.8% of statements [2021-09-16T19:09:40.196Z] ok github.com/docker/docker/libnetwork/drivers/null 0.037s coverage: 34.8% of statements [2021-09-16T19:09:40.196Z] --- PASS: TestRandomAllocateDeallocate (3.57s) [2021-09-16T19:09:40.196Z] === RUN TestAllocateRandomDeallocate [2021-09-16T19:09:40.551Z] === RUN TestSerialization [2021-09-16T19:09:40.551Z] === RUN TestEnvironmentParsing [2021-09-16T19:09:40.551Z] --- PASS: TestEnvironmentParsing (0.00s) [2021-09-16T19:09:40.551Z] PASS [2021-09-16T19:09:40.551Z] coverage: 1.2% of statements [2021-09-16T19:09:40.551Z] --- PASS: TestSerialization (0.02s) [2021-09-16T19:09:40.551Z] PASS [2021-09-16T19:09:40.551Z] coverage: 87.5% of statements [2021-09-16T19:09:40.551Z] ok github.com/docker/docker/libcontainerd/local 0.059s coverage: 1.2% of statements [2021-09-16T19:09:40.551Z] ok github.com/docker/docker/libcontainerd/queue 0.066s coverage: 87.5% of statements [2021-09-16T19:09:40.551Z] === RUN TestEmptyLayer [2021-09-16T19:09:40.551Z] --- PASS: TestEmptyLayer (0.00s) [2021-09-16T19:09:40.551Z] === RUN TestCommitFailure [2021-09-16T19:09:40.551Z] --- PASS: TestCommitFailure (0.01s) [2021-09-16T19:09:40.551Z] === RUN TestStartTransactionFailure [2021-09-16T19:09:40.551Z] --- PASS: TestStartTransactionFailure (0.00s) [2021-09-16T19:09:40.551Z] === RUN TestGetOrphan [2021-09-16T19:09:40.551Z] --- PASS: TestGetOrphan (0.01s) [2021-09-16T19:09:40.551Z] === RUN TestMountAndRegister [2021-09-16T19:09:40.551Z] layer_test.go:270: Layer size: 14 [2021-09-16T19:09:40.551Z] --- PASS: TestMountAndRegister (0.03s) [2021-09-16T19:09:40.551Z] === RUN TestLayerRelease [2021-09-16T19:09:40.551Z] layer_test.go:303: Failing on Windows [2021-09-16T19:09:40.551Z] --- SKIP: TestLayerRelease (0.00s) [2021-09-16T19:09:40.551Z] === RUN TestStoreRestore [2021-09-16T19:09:40.551Z] layer_test.go:352: Failing on Windows [2021-09-16T19:09:40.551Z] --- SKIP: TestStoreRestore (0.00s) [2021-09-16T19:09:40.551Z] === RUN TestTarStreamStability [2021-09-16T19:09:40.551Z] layer_test.go:467: Failing on Windows [2021-09-16T19:09:40.551Z] --- SKIP: TestTarStreamStability (0.00s) [2021-09-16T19:09:40.551Z] === RUN TestRegisterExistingLayer [2021-09-16T19:09:40.653Z] === RUN TestNetworkAllocateFree [2021-09-16T19:09:40.653Z] --- PASS: TestNetworkAllocateFree (0.00s) [2021-09-16T19:09:40.653Z] === RUN TestNetworkAllocateUserDefinedVNIs [2021-09-16T19:09:40.653Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s) [2021-09-16T19:09:40.653Z] PASS [2021-09-16T19:09:40.653Z] coverage: 63.6% of statements [2021-09-16T19:09:40.653Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.090s coverage: 63.6% of statements [2021-09-16T19:09:40.653Z] === RUN TestGetEmptyCapabilities [2021-09-16T19:09:40.653Z] --- PASS: TestGetEmptyCapabilities (0.01s) [2021-09-16T19:09:40.653Z] === RUN TestGetExtraCapabilities [2021-09-16T19:09:40.653Z] --- PASS: TestGetExtraCapabilities (0.01s) [2021-09-16T19:09:40.653Z] === RUN TestGetInvalidCapabilities [2021-09-16T19:09:40.653Z] --- PASS: TestGetInvalidCapabilities (0.00s) [2021-09-16T19:09:40.653Z] === RUN TestRemoteDriver [2021-09-16T19:09:40.653Z] --- PASS: TestRemoteDriver (0.01s) [2021-09-16T19:09:40.653Z] === RUN TestDriverError [2021-09-16T19:09:40.653Z] --- PASS: TestDriverError (0.00s) [2021-09-16T19:09:40.653Z] === RUN TestMissingValues [2021-09-16T19:09:40.653Z] --- PASS: TestMissingValues (0.00s) [2021-09-16T19:09:40.653Z] === RUN TestRollback [2021-09-16T19:09:40.653Z] --- PASS: TestRollback (0.00s) [2021-09-16T19:09:40.653Z] PASS [2021-09-16T19:09:40.653Z] coverage: 57.4% of statements [2021-09-16T19:09:40.653Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.077s coverage: 57.4% of statements [2021-09-16T19:09:41.022Z] --- PASS: TestRegisterExistingLayer (0.20s) [2021-09-16T19:09:41.022Z] === RUN TestTarStreamVerification [2021-09-16T19:09:41.022Z] layer_test.go:696: Failing on Windows [2021-09-16T19:09:41.022Z] --- SKIP: TestTarStreamVerification (0.00s) [2021-09-16T19:09:41.022Z] === RUN TestLayerMigration [2021-09-16T19:09:41.022Z] migration_test.go:45: Failing on Windows [2021-09-16T19:09:41.022Z] --- SKIP: TestLayerMigration (0.00s) [2021-09-16T19:09:41.022Z] === RUN TestLayerMigrationNoTarsplit [2021-09-16T19:09:41.022Z] migration_test.go:181: Failing on Windows [2021-09-16T19:09:41.022Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2021-09-16T19:09:41.022Z] === RUN TestMountInit [2021-09-16T19:09:41.022Z] mount_test.go:17: Failing on Windows [2021-09-16T19:09:41.022Z] --- SKIP: TestMountInit (0.00s) [2021-09-16T19:09:41.022Z] === RUN TestMountSize [2021-09-16T19:09:41.022Z] mount_test.go:76: Failing on Windows [2021-09-16T19:09:41.022Z] --- SKIP: TestMountSize (0.00s) [2021-09-16T19:09:41.022Z] === RUN TestMountChanges [2021-09-16T19:09:41.022Z] mount_test.go:125: Failing on Windows [2021-09-16T19:09:41.022Z] --- SKIP: TestMountChanges (0.00s) [2021-09-16T19:09:41.022Z] === RUN TestMountApply [2021-09-16T19:09:41.022Z] mount_test.go:212: Failing on Windows [2021-09-16T19:09:41.022Z] --- SKIP: TestMountApply (0.00s) [2021-09-16T19:09:41.022Z] PASS [2021-09-16T19:09:41.022Z] coverage: 30.1% of statements [2021-09-16T19:09:41.022Z] ok github.com/docker/docker/layer 0.311s coverage: 30.1% of statements [2021-09-16T19:09:41.022Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-09-16T19:09:41.022Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-09-16T19:09:41.022Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-09-16T19:09:41.022Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-09-16T19:09:41.109Z] --- PASS: TestAllocateRandomDeallocate (0.78s) [2021-09-16T19:09:41.109Z] === RUN TestAllocateRandomDeallocateSerialize [2021-09-16T19:09:41.492Z] === RUN TestSequenceGetAvailableBit [2021-09-16T19:09:41.492Z] --- PASS: TestSequenceGetAvailableBit (0.00s) [2021-09-16T19:09:41.492Z] === RUN TestSequenceEqual [2021-09-16T19:09:41.492Z] --- PASS: TestSequenceEqual (0.00s) [2021-09-16T19:09:41.492Z] === RUN TestSequenceCopy [2021-09-16T19:09:41.492Z] --- PASS: TestSequenceCopy (0.00s) [2021-09-16T19:09:41.492Z] === RUN TestGetFirstAvailable [2021-09-16T19:09:41.492Z] --- PASS: TestGetFirstAvailable (0.00s) [2021-09-16T19:09:41.492Z] === RUN TestFindSequence [2021-09-16T19:09:41.492Z] --- PASS: TestFindSequence (0.00s) [2021-09-16T19:09:41.492Z] === RUN TestCheckIfAvailable [2021-09-16T19:09:41.492Z] --- PASS: TestCheckIfAvailable (0.00s) [2021-09-16T19:09:41.492Z] === RUN TestMergeSequences [2021-09-16T19:09:41.492Z] --- PASS: TestMergeSequences (0.00s) [2021-09-16T19:09:41.492Z] === RUN TestPushReservation [2021-09-16T19:09:41.492Z] --- PASS: TestPushReservation (0.00s) [2021-09-16T19:09:41.492Z] === RUN TestSerializeDeserialize [2021-09-16T19:09:41.492Z] --- PASS: TestSerializeDeserialize (0.00s) [2021-09-16T19:09:41.492Z] === RUN TestSet [2021-09-16T19:09:41.492Z] --- PASS: TestSet (0.00s) [2021-09-16T19:09:41.492Z] === RUN TestSetUnset [2021-09-16T19:09:41.492Z] --- PASS: TestSetUnset (0.00s) [2021-09-16T19:09:41.492Z] === RUN TestOffsetSetUnset [2021-09-16T19:09:41.492Z] --- PASS: TestOffsetSetUnset (0.00s) [2021-09-16T19:09:41.492Z] === RUN TestSetInRange [2021-09-16T19:09:41.492Z] --- PASS: TestSetInRange (0.00s) [2021-09-16T19:09:41.492Z] === RUN TestSetAnyInRange [2021-09-16T19:09:41.492Z] --- PASS: TestSetAnyInRange (0.00s) [2021-09-16T19:09:41.492Z] === RUN TestMethods [2021-09-16T19:09:41.492Z] --- PASS: TestMethods (0.00s) [2021-09-16T19:09:41.492Z] === RUN TestRandomAllocateDeallocate [2021-09-16T19:09:41.564Z] === RUN TestNAT [2021-09-16T19:09:41.564Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2021-09-16T19:09:41.564Z] --- SKIP: TestNAT (0.00s) [2021-09-16T19:09:41.564Z] === RUN TestTransparent [2021-09-16T19:09:41.564Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2021-09-16T19:09:41.564Z] --- SKIP: TestTransparent (0.00s) [2021-09-16T19:09:41.564Z] PASS [2021-09-16T19:09:41.564Z] coverage: 0.0% of statements [2021-09-16T19:09:41.564Z] ok github.com/docker/docker/libnetwork/drivers/windows 0.070s coverage: 0.0% of statements [2021-09-16T19:09:41.564Z] === RUN TestBuildDefault [2021-09-16T19:09:41.564Z] --- PASS: TestBuildDefault (0.00s) [2021-09-16T19:09:41.564Z] === RUN TestBuildHostnameDomainname [2021-09-16T19:09:41.564Z] --- PASS: TestBuildHostnameDomainname (0.00s) [2021-09-16T19:09:41.564Z] === RUN TestBuildHostname [2021-09-16T19:09:41.564Z] --- PASS: TestBuildHostname (0.00s) [2021-09-16T19:09:41.564Z] === RUN TestBuildHostnameFQDN [2021-09-16T19:09:41.564Z] --- PASS: TestBuildHostnameFQDN (0.00s) [2021-09-16T19:09:41.564Z] === RUN TestBuildNoIP [2021-09-16T19:09:41.564Z] --- PASS: TestBuildNoIP (0.00s) [2021-09-16T19:09:41.564Z] === RUN TestUpdate [2021-09-16T19:09:41.564Z] --- PASS: TestUpdate (0.00s) [2021-09-16T19:09:41.564Z] === RUN TestUpdateIgnoresPrefixedHostname [2021-09-16T19:09:41.564Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s) [2021-09-16T19:09:41.564Z] === RUN TestDeleteIgnoresPrefixedHostname [2021-09-16T19:09:41.564Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s) [2021-09-16T19:09:41.564Z] === RUN TestAddEmpty [2021-09-16T19:09:41.564Z] --- PASS: TestAddEmpty (0.00s) [2021-09-16T19:09:41.564Z] === RUN TestAdd [2021-09-16T19:09:41.564Z] --- PASS: TestAdd (0.00s) [2021-09-16T19:09:41.564Z] === RUN TestDeleteEmpty [2021-09-16T19:09:41.564Z] --- PASS: TestDeleteEmpty (0.00s) [2021-09-16T19:09:41.564Z] === RUN TestDeleteNewline [2021-09-16T19:09:41.564Z] --- PASS: TestDeleteNewline (0.00s) [2021-09-16T19:09:41.564Z] === RUN TestDelete [2021-09-16T19:09:41.564Z] --- PASS: TestDelete (0.00s) [2021-09-16T19:09:41.564Z] === RUN TestConcurrentWrites [2021-09-16T19:09:41.564Z] === RUN TestNew [2021-09-16T19:09:41.564Z] --- PASS: TestNew (0.00s) [2021-09-16T19:09:41.564Z] === RUN TestAddDriver [2021-09-16T19:09:41.564Z] --- PASS: TestAddDriver (0.00s) [2021-09-16T19:09:41.564Z] === RUN TestAddDuplicateDriver [2021-09-16T19:09:41.564Z] --- PASS: TestAddDuplicateDriver (0.00s) [2021-09-16T19:09:41.564Z] === RUN TestIPAMDefaultAddressSpaces [2021-09-16T19:09:41.564Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s) [2021-09-16T19:09:41.564Z] === RUN TestDriver [2021-09-16T19:09:41.564Z] --- PASS: TestDriver (0.00s) [2021-09-16T19:09:41.564Z] === RUN TestIPAM [2021-09-16T19:09:41.564Z] --- PASS: TestIPAM (0.00s) [2021-09-16T19:09:41.564Z] === RUN TestWalkIPAMs [2021-09-16T19:09:41.564Z] --- PASS: TestWalkIPAMs (0.00s) [2021-09-16T19:09:41.564Z] === RUN TestWalkDrivers [2021-09-16T19:09:41.564Z] --- PASS: TestWalkDrivers (0.00s) [2021-09-16T19:09:41.564Z] PASS [2021-09-16T19:09:41.564Z] coverage: 82.4% of statements [2021-09-16T19:09:41.564Z] ok github.com/docker/docker/libnetwork/drvregistry 0.056s coverage: 82.4% of statements [2021-09-16T19:09:41.564Z] --- PASS: TestConcurrentWrites (0.13s) [2021-09-16T19:09:41.564Z] PASS [2021-09-16T19:09:41.564Z] coverage: 81.2% of statements [2021-09-16T19:09:41.564Z] ok github.com/docker/docker/libnetwork/etchosts 0.182s coverage: 81.2% of statements [2021-09-16T19:09:41.564Z] --- PASS: TestAllocateRandomDeallocateSerialize (0.67s) [2021-09-16T19:09:41.564Z] === RUN TestRetrieveFromStore [2021-09-16T19:09:42.352Z] --- PASS: TestRetrieveFromStore (0.21s) [2021-09-16T19:09:42.352Z] === RUN TestIsCorrupted [2021-09-16T19:09:42.352Z] --- PASS: TestIsCorrupted (0.01s) [2021-09-16T19:09:42.352Z] === RUN TestSetRollover [2021-09-16T19:09:42.808Z] === RUN TestNew [2021-09-16T19:09:42.808Z] --- PASS: TestNew (0.00s) [2021-09-16T19:09:42.808Z] === RUN TestAllocate [2021-09-16T19:09:42.808Z] --- PASS: TestAllocate (0.00s) [2021-09-16T19:09:42.808Z] === RUN TestUninitialized [2021-09-16T19:09:42.808Z] --- PASS: TestUninitialized (0.00s) [2021-09-16T19:09:42.808Z] === RUN TestAllocateInRange [2021-09-16T19:09:42.808Z] --- PASS: TestAllocateInRange (0.00s) [2021-09-16T19:09:42.808Z] === RUN TestAllocateSerial [2021-09-16T19:09:42.808Z] --- PASS: TestAllocateSerial (0.00s) [2021-09-16T19:09:42.808Z] PASS [2021-09-16T19:09:42.808Z] coverage: 87.5% of statements [2021-09-16T19:09:42.808Z] ok github.com/docker/docker/libnetwork/idm 0.032s coverage: 87.5% of statements [2021-09-16T19:09:42.808Z] === RUN TestDiff [2021-09-16T19:09:42.808Z] --- PASS: TestDiff (0.00s) [2021-09-16T19:09:42.808Z] === RUN TestAddedCallback [2021-09-16T19:09:42.808Z] --- PASS: TestAddedCallback (0.00s) [2021-09-16T19:09:42.808Z] === RUN TestRemovedCallback [2021-09-16T19:09:42.808Z] --- PASS: TestRemovedCallback (0.00s) [2021-09-16T19:09:42.808Z] === RUN TestNoCallback [2021-09-16T19:09:42.808Z] --- PASS: TestNoCallback (0.00s) [2021-09-16T19:09:42.808Z] PASS [2021-09-16T19:09:42.808Z] coverage: 48.1% of statements [2021-09-16T19:09:42.808Z] ok github.com/docker/docker/libnetwork/hostdiscovery 0.038s coverage: 48.1% of statements [2021-09-16T19:09:42.808Z] === RUN TestCaller [2021-09-16T19:09:42.808Z] --- PASS: TestCaller (0.00s) [2021-09-16T19:09:42.808Z] PASS [2021-09-16T19:09:42.808Z] coverage: 100.0% of statements [2021-09-16T19:09:42.808Z] ok github.com/docker/docker/libnetwork/internal/caller 0.032s coverage: 100.0% of statements [2021-09-16T19:09:42.808Z] === RUN TestSetSerialInsertDelete [2021-09-16T19:09:42.808Z] --- PASS: TestSetSerialInsertDelete (0.00s) [2021-09-16T19:09:42.808Z] === RUN TestSetParallelInsertDelete [2021-09-16T19:09:42.808Z] --- PASS: TestSetRollover (0.81s) [2021-09-16T19:09:42.808Z] === RUN TestSetRolloverSerial [2021-09-16T19:09:43.064Z] === RUN TestInvalidConfig [2021-09-16T19:09:43.064Z] --- PASS: TestInvalidConfig (0.00s) [2021-09-16T19:09:43.064Z] === RUN TestConfig [2021-09-16T19:09:43.064Z] --- PASS: TestConfig (0.00s) [2021-09-16T19:09:43.064Z] === RUN TestOptionsLabels [2021-09-16T19:09:43.064Z] --- PASS: TestOptionsLabels (0.00s) [2021-09-16T19:09:43.064Z] === RUN TestValidName [2021-09-16T19:09:43.064Z] --- PASS: TestValidName (0.00s) [2021-09-16T19:09:43.064Z] === RUN TestTLSConfiguration [2021-09-16T19:09:43.064Z] time="2021-09-16T19:09:42Z" level=info msg="Option Initializing KV with TLS" [2021-09-16T19:09:43.064Z] --- PASS: TestTLSConfiguration (0.12s) [2021-09-16T19:09:43.064Z] PASS [2021-09-16T19:09:43.064Z] coverage: 24.0% of statements [2021-09-16T19:09:43.064Z] ok github.com/docker/docker/libnetwork/config 0.176s coverage: 24.0% of statements [2021-09-16T19:09:43.263Z] === RUN TestPoolRequest [2021-09-16T19:09:43.263Z] --- PASS: TestPoolRequest (0.00s) [2021-09-16T19:09:43.263Z] === RUN TestOtherRequests [2021-09-16T19:09:43.263Z] --- PASS: TestOtherRequests (0.00s) [2021-09-16T19:09:43.263Z] PASS [2021-09-16T19:09:43.263Z] coverage: 57.1% of statements [2021-09-16T19:09:43.263Z] ok github.com/docker/docker/libnetwork/ipams/null 0.034s coverage: 57.1% of statements [2021-09-16T19:09:43.534Z] === RUN TestKey [2021-09-16T19:09:43.534Z] --- PASS: TestKey (0.00s) [2021-09-16T19:09:43.534Z] === RUN TestParseKey [2021-09-16T19:09:43.534Z] --- PASS: TestParseKey (0.00s) [2021-09-16T19:09:43.534Z] === RUN TestInvalidDataStore [2021-09-16T19:09:43.534Z] --- PASS: TestInvalidDataStore (0.00s) [2021-09-16T19:09:43.534Z] === RUN TestKVObjectFlatKey [2021-09-16T19:09:43.534Z] --- PASS: TestKVObjectFlatKey (0.00s) [2021-09-16T19:09:43.534Z] === RUN TestAtomicKVObjectFlatKey [2021-09-16T19:09:43.534Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s) [2021-09-16T19:09:43.534Z] PASS [2021-09-16T19:09:43.534Z] coverage: 21.9% of statements [2021-09-16T19:09:43.534Z] ok github.com/docker/docker/libnetwork/datastore 0.082s coverage: 21.9% of statements [2021-09-16T19:09:43.720Z] === RUN TestInt2IP2IntConversion [2021-09-16T19:09:44.007Z] === RUN TestErrorInterfaces [2021-09-16T19:09:44.007Z] --- PASS: TestErrorInterfaces (0.00s) [2021-09-16T19:09:44.007Z] === RUN TestNetworkMarshalling [2021-09-16T19:09:44.007Z] --- PASS: TestNetworkMarshalling (0.13s) [2021-09-16T19:09:44.007Z] === RUN TestEndpointMarshalling [2021-09-16T19:09:44.007Z] --- PASS: TestEndpointMarshalling (0.00s) [2021-09-16T19:09:44.007Z] === RUN TestAuxAddresses [2021-09-16T19:09:44.007Z] time="2021-09-16T19:09:43Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2021-09-16T19:09:44.007Z] --- PASS: TestAuxAddresses (0.01s) [2021-09-16T19:09:44.007Z] === RUN TestSRVServiceQuery [2021-09-16T19:09:44.007Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2021-09-16T19:09:44.007Z] --- SKIP: TestSRVServiceQuery (0.00s) [2021-09-16T19:09:44.007Z] === RUN TestServiceVIPReuse [2021-09-16T19:09:44.007Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2021-09-16T19:09:44.007Z] --- SKIP: TestServiceVIPReuse (0.00s) [2021-09-16T19:09:44.007Z] === RUN TestIpamReleaseOnNetDriverFailures [2021-09-16T19:09:44.007Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2021-09-16T19:09:44.007Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.00s) [2021-09-16T19:09:44.007Z] === RUN TestDNSIPQuery [2021-09-16T19:09:44.007Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2021-09-16T19:09:44.007Z] --- SKIP: TestDNSIPQuery (0.00s) [2021-09-16T19:09:44.007Z] === RUN TestDNSProxyServFail [2021-09-16T19:09:44.007Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2021-09-16T19:09:44.007Z] --- SKIP: TestDNSProxyServFail (0.00s) [2021-09-16T19:09:44.007Z] === RUN TestSandboxAddEmpty [2021-09-16T19:09:44.007Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-09-16T19:09:44.007Z] --- SKIP: TestSandboxAddEmpty (0.00s) [2021-09-16T19:09:44.007Z] === RUN TestSandboxAddMultiPrio [2021-09-16T19:09:44.007Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-09-16T19:09:44.007Z] --- SKIP: TestSandboxAddMultiPrio (0.00s) [2021-09-16T19:09:44.007Z] === RUN TestSandboxAddSamePrio [2021-09-16T19:09:44.007Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-09-16T19:09:44.007Z] --- SKIP: TestSandboxAddSamePrio (0.00s) [2021-09-16T19:09:44.007Z] === RUN TestCleanupServiceDiscovery [2021-09-16T19:09:44.007Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2021-09-16T19:09:44.007Z] --- SKIP: TestCleanupServiceDiscovery (0.00s) [2021-09-16T19:09:44.007Z] === RUN TestDNSOptions [2021-09-16T19:09:44.007Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2021-09-16T19:09:44.007Z] --- SKIP: TestDNSOptions (0.00s) [2021-09-16T19:09:44.007Z] === RUN TestMultipleControllersWithSameStore [2021-09-16T19:09:44.007Z] time="2021-09-16T19:09:43Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2021-09-16T19:09:44.007Z] time="2021-09-16T19:09:43Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2021-09-16T19:09:44.007Z] --- PASS: TestMultipleControllersWithSameStore (0.01s) [2021-09-16T19:09:44.007Z] PASS [2021-09-16T19:09:44.007Z] coverage: 8.6% of statements [2021-09-16T19:09:44.007Z] ok github.com/docker/docker/libnetwork 0.242s coverage: 8.6% of statements [2021-09-16T19:09:44.007Z] === RUN TestIPDataMarshalling [2021-09-16T19:09:44.007Z] --- PASS: TestIPDataMarshalling (0.00s) [2021-09-16T19:09:44.007Z] === RUN TestValidateAndIsV6 [2021-09-16T19:09:44.007Z] --- PASS: TestValidateAndIsV6 (0.00s) [2021-09-16T19:09:44.007Z] PASS [2021-09-16T19:09:44.007Z] coverage: 68.9% of statements [2021-09-16T19:09:44.007Z] ok github.com/docker/docker/libnetwork/driverapi 0.050s coverage: 68.9% of statements [2021-09-16T19:09:44.175Z] --- PASS: TestSetRolloverSerial (1.20s) [2021-09-16T19:09:44.175Z] === RUN TestGetFirstAvailableFromCurrent [2021-09-16T19:09:44.175Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s) [2021-09-16T19:09:44.175Z] PASS [2021-09-16T19:09:44.175Z] coverage: 84.4% of statements [2021-09-16T19:09:44.175Z] ok github.com/docker/docker/libnetwork/bitseq 7.284s coverage: 84.4% of statements [2021-09-16T19:09:44.175Z] --- PASS: TestInt2IP2IntConversion (0.40s) [2021-09-16T19:09:44.175Z] === RUN TestGetAddressVersion [2021-09-16T19:09:44.175Z] --- PASS: TestGetAddressVersion (0.00s) [2021-09-16T19:09:44.175Z] === RUN TestKeyString [2021-09-16T19:09:44.175Z] --- PASS: TestKeyString (0.00s) [2021-09-16T19:09:44.175Z] === RUN TestPoolDataMarshal [2021-09-16T19:09:44.175Z] --- PASS: TestPoolDataMarshal (0.00s) [2021-09-16T19:09:44.175Z] === RUN TestSubnetsMarshal [2021-09-16T19:09:44.175Z] --- PASS: TestSubnetsMarshal (0.03s) [2021-09-16T19:09:44.175Z] === RUN TestAddSubnets [2021-09-16T19:09:44.175Z] --- PASS: TestAddSubnets (0.04s) [2021-09-16T19:09:44.175Z] === RUN TestDoublePoolRelease [2021-09-16T19:09:44.175Z] --- PASS: TestDoublePoolRelease (0.02s) [2021-09-16T19:09:44.175Z] === RUN TestAddReleasePoolID [2021-09-16T19:09:44.175Z] --- PASS: TestAddReleasePoolID (0.05s) [2021-09-16T19:09:44.175Z] === RUN TestPredefinedPool [2021-09-16T19:09:44.175Z] --- PASS: TestPredefinedPool (0.02s) [2021-09-16T19:09:44.175Z] === RUN TestRemoveSubnet [2021-09-16T19:09:44.175Z] === RUN TestGetCapabilities [2021-09-16T19:09:44.175Z] --- PASS: TestGetCapabilities (0.01s) [2021-09-16T19:09:44.175Z] === RUN TestGetCapabilitiesFromLegacyDriver [2021-09-16T19:09:44.175Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.00s) [2021-09-16T19:09:44.175Z] === RUN TestGetDefaultAddressSpaces [2021-09-16T19:09:44.175Z] --- PASS: TestGetDefaultAddressSpaces (0.01s) [2021-09-16T19:09:44.175Z] === RUN TestRemoteDriver [2021-09-16T19:09:44.175Z] --- PASS: TestRemoteDriver (0.00s) [2021-09-16T19:09:44.175Z] PASS [2021-09-16T19:09:44.175Z] coverage: 47.4% of statements [2021-09-16T19:09:44.477Z] === RUN TestDriver [2021-09-16T19:09:44.477Z] --- PASS: TestDriver (0.00s) [2021-09-16T19:09:44.477Z] PASS [2021-09-16T19:09:44.477Z] coverage: 34.8% of statements [2021-09-16T19:09:44.477Z] ok github.com/docker/docker/libnetwork/drivers/host 0.060s coverage: 34.8% of statements [2021-09-16T19:09:44.633Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.065s coverage: 47.4% of statements [2021-09-16T19:09:44.633Z] --- PASS: TestRemoveSubnet (0.14s) [2021-09-16T19:09:44.633Z] === RUN TestGetSameAddress [2021-09-16T19:09:44.634Z] --- PASS: TestGetSameAddress (0.02s) [2021-09-16T19:09:44.634Z] === RUN TestPoolAllocationReuse [2021-09-16T19:09:44.948Z] === RUN TestDriver [2021-09-16T19:09:44.948Z] --- PASS: TestDriver (0.00s) [2021-09-16T19:09:44.948Z] PASS [2021-09-16T19:09:44.948Z] coverage: 34.8% of statements [2021-09-16T19:09:44.948Z] ok github.com/docker/docker/libnetwork/drivers/null 0.036s coverage: 34.8% of statements [2021-09-16T19:09:44.948Z] === RUN TestNetworkAllocateFree [2021-09-16T19:09:44.948Z] --- PASS: TestNetworkAllocateFree (0.00s) [2021-09-16T19:09:44.948Z] === RUN TestNetworkAllocateUserDefinedVNIs [2021-09-16T19:09:44.948Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s) [2021-09-16T19:09:44.948Z] PASS [2021-09-16T19:09:44.948Z] coverage: 63.6% of statements [2021-09-16T19:09:44.948Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.027s coverage: 63.6% of statements [2021-09-16T19:09:45.091Z] === RUN TestWindowsIPAM [2021-09-16T19:09:45.091Z] --- PASS: TestWindowsIPAM (0.00s) [2021-09-16T19:09:45.091Z] PASS [2021-09-16T19:09:45.091Z] coverage: 71.4% of statements [2021-09-16T19:09:45.091Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.069s coverage: 71.4% of statements [2021-09-16T19:09:45.418Z] === RUN TestGetEmptyCapabilities [2021-09-16T19:09:45.418Z] --- PASS: TestGetEmptyCapabilities (0.01s) [2021-09-16T19:09:45.418Z] === RUN TestGetExtraCapabilities [2021-09-16T19:09:45.418Z] --- PASS: TestGetExtraCapabilities (0.00s) [2021-09-16T19:09:45.418Z] === RUN TestGetInvalidCapabilities [2021-09-16T19:09:45.418Z] --- PASS: TestGetInvalidCapabilities (0.00s) [2021-09-16T19:09:45.418Z] === RUN TestRemoteDriver [2021-09-16T19:09:45.418Z] --- PASS: TestRandomAllocateDeallocate (4.13s) [2021-09-16T19:09:45.418Z] === RUN TestAllocateRandomDeallocate [2021-09-16T19:09:45.418Z] --- PASS: TestRemoteDriver (0.01s) [2021-09-16T19:09:45.418Z] === RUN TestDriverError [2021-09-16T19:09:45.418Z] --- PASS: TestDriverError (0.00s) [2021-09-16T19:09:45.418Z] === RUN TestMissingValues [2021-09-16T19:09:45.418Z] --- PASS: TestMissingValues (0.00s) [2021-09-16T19:09:45.418Z] === RUN TestRollback [2021-09-16T19:09:45.418Z] --- PASS: TestRollback (0.00s) [2021-09-16T19:09:45.418Z] PASS [2021-09-16T19:09:45.418Z] coverage: 57.4% of statements [2021-09-16T19:09:45.418Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.065s coverage: 57.4% of statements [2021-09-16T19:09:45.888Z] === RUN TestNew [2021-09-16T19:09:45.888Z] --- PASS: TestNew (0.00s) [2021-09-16T19:09:45.888Z] === RUN TestAddDriver [2021-09-16T19:09:45.888Z] --- PASS: TestAddDriver (0.00s) [2021-09-16T19:09:45.888Z] === RUN TestAddDuplicateDriver [2021-09-16T19:09:45.888Z] --- PASS: TestAddDuplicateDriver (0.00s) [2021-09-16T19:09:45.888Z] === RUN TestIPAMDefaultAddressSpaces [2021-09-16T19:09:45.888Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s) [2021-09-16T19:09:45.888Z] === RUN TestDriver [2021-09-16T19:09:45.888Z] --- PASS: TestDriver (0.00s) [2021-09-16T19:09:45.888Z] === RUN TestIPAM [2021-09-16T19:09:45.888Z] --- PASS: TestIPAM (0.00s) [2021-09-16T19:09:45.888Z] === RUN TestWalkIPAMs [2021-09-16T19:09:45.889Z] --- PASS: TestWalkIPAMs (0.00s) [2021-09-16T19:09:45.889Z] === RUN TestWalkDrivers [2021-09-16T19:09:45.889Z] --- PASS: TestWalkDrivers (0.00s) [2021-09-16T19:09:45.889Z] PASS [2021-09-16T19:09:45.889Z] coverage: 82.4% of statements [2021-09-16T19:09:45.889Z] ok github.com/docker/docker/libnetwork/drvregistry 0.061s coverage: 82.4% of statements [2021-09-16T19:09:45.889Z] === RUN TestNAT [2021-09-16T19:09:45.889Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2021-09-16T19:09:45.889Z] --- SKIP: TestNAT (0.00s) [2021-09-16T19:09:46.057Z] --- PASS: TestPoolAllocationReuse (1.67s) [2021-09-16T19:09:46.057Z] === RUN TestGetAddressSubPoolEqualPool [2021-09-16T19:09:46.057Z] --- PASS: TestGetAddressSubPoolEqualPool (0.02s) [2021-09-16T19:09:46.057Z] === RUN TestRequestReleaseAddressFromSubPool [2021-09-16T19:09:46.057Z] === RUN TestDefaultNetwork [2021-09-16T19:09:46.359Z] === RUN TestTransparent [2021-09-16T19:09:46.359Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2021-09-16T19:09:46.359Z] --- SKIP: TestTransparent (0.00s) [2021-09-16T19:09:46.359Z] PASS [2021-09-16T19:09:46.359Z] coverage: 0.0% of statements [2021-09-16T19:09:46.359Z] ok github.com/docker/docker/libnetwork/drivers/windows 0.038s coverage: 0.0% of statements [2021-09-16T19:09:46.359Z] --- PASS: TestAllocateRandomDeallocate (0.61s) [2021-09-16T19:09:46.359Z] === RUN TestAllocateRandomDeallocateSerialize [2021-09-16T19:09:46.359Z] === RUN TestBuildDefault [2021-09-16T19:09:46.359Z] --- PASS: TestBuildDefault (0.00s) [2021-09-16T19:09:46.359Z] === RUN TestBuildHostnameDomainname [2021-09-16T19:09:46.359Z] --- PASS: TestBuildHostnameDomainname (0.00s) [2021-09-16T19:09:46.359Z] === RUN TestBuildHostname [2021-09-16T19:09:46.359Z] --- PASS: TestBuildHostname (0.00s) [2021-09-16T19:09:46.359Z] === RUN TestBuildHostnameFQDN [2021-09-16T19:09:46.359Z] --- PASS: TestBuildHostnameFQDN (0.00s) [2021-09-16T19:09:46.359Z] === RUN TestBuildNoIP [2021-09-16T19:09:46.359Z] --- PASS: TestBuildNoIP (0.00s) [2021-09-16T19:09:46.359Z] === RUN TestUpdate [2021-09-16T19:09:46.359Z] --- PASS: TestUpdate (0.00s) [2021-09-16T19:09:46.359Z] === RUN TestUpdateIgnoresPrefixedHostname [2021-09-16T19:09:46.359Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s) [2021-09-16T19:09:46.359Z] === RUN TestDeleteIgnoresPrefixedHostname [2021-09-16T19:09:46.359Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s) [2021-09-16T19:09:46.359Z] === RUN TestAddEmpty [2021-09-16T19:09:46.359Z] --- PASS: TestAddEmpty (0.00s) [2021-09-16T19:09:46.359Z] === RUN TestAdd [2021-09-16T19:09:46.359Z] --- PASS: TestAdd (0.00s) [2021-09-16T19:09:46.359Z] === RUN TestDeleteEmpty [2021-09-16T19:09:46.359Z] --- PASS: TestDeleteEmpty (0.00s) [2021-09-16T19:09:46.359Z] === RUN TestDeleteNewline [2021-09-16T19:09:46.359Z] --- PASS: TestDeleteNewline (0.00s) [2021-09-16T19:09:46.359Z] === RUN TestDelete [2021-09-16T19:09:46.359Z] --- PASS: TestDelete (0.00s) [2021-09-16T19:09:46.359Z] === RUN TestConcurrentWrites [2021-09-16T19:09:46.359Z] --- PASS: TestConcurrentWrites (0.21s) [2021-09-16T19:09:46.359Z] PASS [2021-09-16T19:09:46.359Z] coverage: 81.2% of statements [2021-09-16T19:09:46.359Z] ok github.com/docker/docker/libnetwork/etchosts 0.260s coverage: 81.2% of statements [2021-09-16T19:09:46.520Z] --- PASS: TestDefaultNetwork (0.24s) [2021-09-16T19:09:46.520Z] === RUN TestConfigGlobalScopeDefaultNetworks [2021-09-16T19:09:46.520Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2021-09-16T19:09:46.520Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2021-09-16T19:09:46.520Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2021-09-16T19:09:46.520Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2021-09-16T19:09:46.520Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2021-09-16T19:09:46.520Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2021-09-16T19:09:46.520Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2021-09-16T19:09:46.520Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2021-09-16T19:09:46.520Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2021-09-16T19:09:46.520Z] ? github.com/docker/docker/libnetwork/drivers/bridge [no test files] [2021-09-16T19:09:46.520Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2021-09-16T19:09:46.520Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2021-09-16T19:09:46.520Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2021-09-16T19:09:46.520Z] ? github.com/docker/docker/libnetwork/drivers/overlay [no test files] [2021-09-16T19:09:46.520Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2021-09-16T19:09:46.520Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2021-09-16T19:09:46.520Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2021-09-16T19:09:46.520Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.26s) [2021-09-16T19:09:46.520Z] === RUN TestInitAddressPools [2021-09-16T19:09:46.520Z] --- PASS: TestInitAddressPools (0.00s) [2021-09-16T19:09:46.520Z] PASS [2021-09-16T19:09:46.520Z] coverage: 74.0% of statements [2021-09-16T19:09:46.520Z] ok github.com/docker/docker/libnetwork/ipamutils 0.619s coverage: 74.0% of statements [2021-09-16T19:09:46.830Z] === RUN TestDiff [2021-09-16T19:09:46.830Z] --- PASS: TestDiff (0.00s) [2021-09-16T19:09:46.830Z] === RUN TestAddedCallback [2021-09-16T19:09:46.830Z] --- PASS: TestAddedCallback (0.00s) [2021-09-16T19:09:46.830Z] === RUN TestRemovedCallback [2021-09-16T19:09:46.830Z] --- PASS: TestRemovedCallback (0.00s) [2021-09-16T19:09:46.830Z] === RUN TestNoCallback [2021-09-16T19:09:46.830Z] --- PASS: TestNoCallback (0.00s) [2021-09-16T19:09:46.830Z] PASS [2021-09-16T19:09:46.830Z] coverage: 48.1% of statements [2021-09-16T19:09:46.830Z] === RUN TestNew [2021-09-16T19:09:46.830Z] --- PASS: TestNew (0.00s) [2021-09-16T19:09:46.830Z] === RUN TestAllocate [2021-09-16T19:09:46.830Z] --- PASS: TestAllocate (0.00s) [2021-09-16T19:09:46.830Z] === RUN TestUninitialized [2021-09-16T19:09:46.830Z] --- PASS: TestUninitialized (0.00s) [2021-09-16T19:09:46.830Z] === RUN TestAllocateInRange [2021-09-16T19:09:46.830Z] --- PASS: TestAllocateInRange (0.00s) [2021-09-16T19:09:46.830Z] === RUN TestAllocateSerial [2021-09-16T19:09:46.830Z] --- PASS: TestAllocateSerial (0.00s) [2021-09-16T19:09:46.830Z] PASS [2021-09-16T19:09:46.830Z] coverage: 87.5% of statements [2021-09-16T19:09:46.830Z] ok github.com/docker/docker/libnetwork/hostdiscovery 0.035s coverage: 48.1% of statements [2021-09-16T19:09:46.830Z] ok github.com/docker/docker/libnetwork/idm 0.031s coverage: 87.5% of statements [2021-09-16T19:09:46.830Z] --- PASS: TestAllocateRandomDeallocateSerialize (0.85s) [2021-09-16T19:09:46.830Z] === RUN TestRetrieveFromStore [2021-09-16T19:09:47.300Z] --- PASS: TestRetrieveFromStore (0.25s) [2021-09-16T19:09:47.300Z] === RUN TestIsCorrupted [2021-09-16T19:09:47.300Z] === RUN TestCaller [2021-09-16T19:09:47.300Z] --- PASS: TestCaller (0.00s) [2021-09-16T19:09:47.300Z] PASS [2021-09-16T19:09:47.300Z] coverage: 100.0% of statements [2021-09-16T19:09:47.300Z] --- PASS: TestIsCorrupted (0.02s) [2021-09-16T19:09:47.300Z] === RUN TestSetRollover [2021-09-16T19:09:47.300Z] ok github.com/docker/docker/libnetwork/internal/caller 0.034s coverage: 100.0% of statements [2021-09-16T19:09:47.300Z] === RUN TestSetSerialInsertDelete [2021-09-16T19:09:47.300Z] --- PASS: TestSetSerialInsertDelete (0.00s) [2021-09-16T19:09:47.300Z] === RUN TestSetParallelInsertDelete [2021-09-16T19:09:47.359Z] tests/integration/api_build_test.py .......................X [ 6%] [2021-09-16T19:09:47.484Z] === RUN TestKeyValue [2021-09-16T19:09:47.484Z] --- PASS: TestKeyValue (0.00s) [2021-09-16T19:09:47.484Z] PASS [2021-09-16T19:09:47.484Z] coverage: 60.0% of statements [2021-09-16T19:09:47.484Z] ok github.com/docker/docker/libnetwork/netlabel 0.053s coverage: 60.0% of statements [2021-09-16T19:09:48.184Z] tests/integration/api_client_test.py ..... [ 7%] [2021-09-16T19:09:48.291Z] --- PASS: TestSetRollover (0.97s) [2021-09-16T19:09:48.292Z] === RUN TestSetRolloverSerial [2021-09-16T19:09:48.292Z] === RUN TestPoolRequest [2021-09-16T19:09:48.292Z] --- PASS: TestPoolRequest (0.00s) [2021-09-16T19:09:48.292Z] === RUN TestOtherRequests [2021-09-16T19:09:48.292Z] --- PASS: TestOtherRequests (0.00s) [2021-09-16T19:09:48.292Z] PASS [2021-09-16T19:09:48.292Z] coverage: 57.1% of statements [2021-09-16T19:09:48.292Z] ok github.com/docker/docker/libnetwork/ipams/null 0.033s coverage: 57.1% of statements [2021-09-16T19:09:48.292Z] === RUN TestInt2IP2IntConversion [2021-09-16T19:09:48.451Z] === RUN TestGenerate [2021-09-16T19:09:48.451Z] --- PASS: TestGenerate (0.00s) [2021-09-16T19:09:48.451Z] === RUN TestGeneratePtr [2021-09-16T19:09:48.451Z] --- PASS: TestGeneratePtr (0.00s) [2021-09-16T19:09:48.451Z] === RUN TestGenerateMissingField [2021-09-16T19:09:48.451Z] --- PASS: TestGenerateMissingField (0.00s) [2021-09-16T19:09:48.451Z] === RUN TestFieldCannotBeSet [2021-09-16T19:09:48.451Z] --- PASS: TestFieldCannotBeSet (0.00s) [2021-09-16T19:09:48.451Z] === RUN TestTypeMismatchError [2021-09-16T19:09:48.451Z] --- PASS: TestTypeMismatchError (0.00s) [2021-09-16T19:09:48.451Z] PASS [2021-09-16T19:09:48.451Z] coverage: 100.0% of statements [2021-09-16T19:09:48.451Z] ok github.com/docker/docker/libnetwork/options 0.060s coverage: 100.0% of statements [2021-09-16T19:09:48.764Z] --- PASS: TestInt2IP2IntConversion (0.45s) [2021-09-16T19:09:48.764Z] === RUN TestGetAddressVersion [2021-09-16T19:09:48.764Z] --- PASS: TestGetAddressVersion (0.00s) [2021-09-16T19:09:48.764Z] === RUN TestKeyString [2021-09-16T19:09:48.764Z] --- PASS: TestKeyString (0.00s) [2021-09-16T19:09:48.764Z] === RUN TestPoolDataMarshal [2021-09-16T19:09:48.764Z] --- PASS: TestPoolDataMarshal (0.00s) [2021-09-16T19:09:48.764Z] === RUN TestSubnetsMarshal [2021-09-16T19:09:48.764Z] --- PASS: TestSubnetsMarshal (0.04s) [2021-09-16T19:09:48.764Z] === RUN TestAddSubnets [2021-09-16T19:09:48.764Z] --- PASS: TestAddSubnets (0.04s) [2021-09-16T19:09:48.764Z] === RUN TestDoublePoolRelease [2021-09-16T19:09:48.764Z] --- PASS: TestDoublePoolRelease (0.02s) [2021-09-16T19:09:48.764Z] === RUN TestAddReleasePoolID [2021-09-16T19:09:48.907Z] --- PASS: TestRequestReleaseAddressFromSubPool (2.67s) [2021-09-16T19:09:48.907Z] === RUN TestSerializeRequestReleaseAddressFromSubPool [2021-09-16T19:09:49.236Z] --- PASS: TestSetRolloverSerial (0.80s) [2021-09-16T19:09:49.236Z] === RUN TestGetFirstAvailableFromCurrent [2021-09-16T19:09:49.236Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s) [2021-09-16T19:09:49.236Z] PASS [2021-09-16T19:09:49.236Z] coverage: 84.4% of statements [2021-09-16T19:09:49.236Z] --- PASS: TestAddReleasePoolID (0.06s) [2021-09-16T19:09:49.236Z] === RUN TestPredefinedPool [2021-09-16T19:09:49.236Z] ok github.com/docker/docker/libnetwork/bitseq 7.700s coverage: 84.4% of statements [2021-09-16T19:09:49.236Z] --- PASS: TestPredefinedPool (0.04s) [2021-09-16T19:09:49.236Z] === RUN TestRemoveSubnet [2021-09-16T19:09:49.236Z] --- PASS: TestRemoveSubnet (0.22s) [2021-09-16T19:09:49.236Z] === RUN TestGetSameAddress [2021-09-16T19:09:49.236Z] --- PASS: TestGetSameAddress (0.02s) [2021-09-16T19:09:49.236Z] === RUN TestPoolAllocationReuse [2021-09-16T19:09:49.364Z] === RUN TestNetworkDBSimple [2021-09-16T19:09:49.364Z] testing: warning: no tests to run [2021-09-16T19:09:49.364Z] PASS [2021-09-16T19:09:49.364Z] coverage: 0.0% of statements [2021-09-16T19:09:49.364Z] ok github.com/docker/docker/libnetwork/osl 0.031s coverage: 0.0% of statements [no tests to run] [2021-09-16T19:09:49.709Z] === RUN TestGetCapabilities [2021-09-16T19:09:49.709Z] --- PASS: TestGetCapabilities (0.01s) [2021-09-16T19:09:49.709Z] === RUN TestGetCapabilitiesFromLegacyDriver [2021-09-16T19:09:49.709Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.00s) [2021-09-16T19:09:49.709Z] === RUN TestGetDefaultAddressSpaces [2021-09-16T19:09:49.709Z] --- PASS: TestGetDefaultAddressSpaces (0.01s) [2021-09-16T19:09:49.709Z] === RUN TestRemoteDriver [2021-09-16T19:09:49.709Z] --- PASS: TestRemoteDriver (0.01s) [2021-09-16T19:09:49.709Z] PASS [2021-09-16T19:09:49.709Z] coverage: 47.4% of statements [2021-09-16T19:09:49.709Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.098s coverage: 47.4% of statements [2021-09-16T19:09:49.820Z] === RUN TestRequestNewPort [2021-09-16T19:09:49.821Z] --- PASS: TestRequestNewPort (0.00s) [2021-09-16T19:09:49.821Z] === RUN TestRequestSpecificPort [2021-09-16T19:09:49.821Z] --- PASS: TestRequestSpecificPort (0.00s) [2021-09-16T19:09:49.821Z] === RUN TestReleasePort [2021-09-16T19:09:49.821Z] --- PASS: TestReleasePort (0.00s) [2021-09-16T19:09:49.821Z] === RUN TestReuseReleasedPort [2021-09-16T19:09:49.821Z] --- PASS: TestReuseReleasedPort (0.00s) [2021-09-16T19:09:49.821Z] === RUN TestReleaseUnreadledPort [2021-09-16T19:09:49.821Z] --- PASS: TestReleaseUnreadledPort (0.00s) [2021-09-16T19:09:49.821Z] === RUN TestUnknowProtocol [2021-09-16T19:09:49.821Z] --- PASS: TestUnknowProtocol (0.00s) [2021-09-16T19:09:49.821Z] === RUN TestAllocateAllPorts [2021-09-16T19:09:49.821Z] --- PASS: TestAllocateAllPorts (0.00s) [2021-09-16T19:09:49.821Z] === RUN TestPortAllocation [2021-09-16T19:09:49.821Z] --- PASS: TestPortAllocation (0.00s) [2021-09-16T19:09:49.821Z] === RUN TestPortAllocationWithCustomRange [2021-09-16T19:09:49.821Z] --- PASS: TestPortAllocationWithCustomRange (0.00s) [2021-09-16T19:09:49.821Z] === RUN TestNoDuplicateBPR [2021-09-16T19:09:49.821Z] --- PASS: TestNoDuplicateBPR (0.00s) [2021-09-16T19:09:49.821Z] === RUN TestChangePortRange [2021-09-16T19:09:49.821Z] portallocator_test.go:343: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0 [2021-09-16T19:09:49.821Z] portallocator_test.go:343: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0 [2021-09-16T19:09:49.821Z] portallocator_test.go:343: test: port allocate range 65000-60000, setErr=out of order, reqPort=0 [2021-09-16T19:09:49.821Z] portallocator_test.go:343: test: port allocate range 60100-65010, setErr=, reqPort=60100 [2021-09-16T19:09:49.821Z] portallocator_test.go:343: test: port allocate range 0-0, setErr=, reqPort=60000 [2021-09-16T19:09:49.821Z] portallocator_test.go:343: test: port allocate range 59900-65000, setErr=, reqPort=60001 [2021-09-16T19:09:49.821Z] --- PASS: TestChangePortRange (0.00s) [2021-09-16T19:09:49.821Z] PASS [2021-09-16T19:09:49.821Z] coverage: 88.6% of statements [2021-09-16T19:09:49.821Z] ok github.com/docker/docker/libnetwork/portallocator 0.036s coverage: 88.6% of statements [2021-09-16T19:09:49.943Z] tests/integration/api_config_test.py ..... [ 8%] [2021-09-16T19:09:50.276Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (1.23s) [2021-09-16T19:09:50.276Z] === RUN TestGetAddress [2021-09-16T19:09:50.276Z] 2021/09/16 19:09:49 Closing DB instances... [2021-09-16T19:09:50.703Z] === RUN TestWindowsIPAM [2021-09-16T19:09:50.703Z] --- PASS: TestWindowsIPAM (0.00s) [2021-09-16T19:09:50.703Z] PASS [2021-09-16T19:09:50.703Z] coverage: 71.4% of statements [2021-09-16T19:09:50.703Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.069s coverage: 71.4% of statements [2021-09-16T19:09:50.703Z] --- PASS: TestPoolAllocationReuse (1.52s) [2021-09-16T19:09:50.703Z] === RUN TestGetAddressSubPoolEqualPool [2021-09-16T19:09:50.703Z] --- PASS: TestGetAddressSubPoolEqualPool (0.02s) [2021-09-16T19:09:50.703Z] === RUN TestRequestReleaseAddressFromSubPool [2021-09-16T19:09:50.732Z] testing: warning: no tests to run [2021-09-16T19:09:50.732Z] PASS [2021-09-16T19:09:50.732Z] coverage: 0.0% of statements [2021-09-16T19:09:50.732Z] ok github.com/docker/docker/libnetwork/portmapper 0.032s coverage: 0.0% of statements [no tests to run] [2021-09-16T19:09:51.173Z] === RUN TestDefaultNetwork [2021-09-16T19:09:51.188Z] === RUN TestHashData [2021-09-16T19:09:51.188Z] --- PASS: TestHashData (0.00s) [2021-09-16T19:09:51.188Z] PASS [2021-09-16T19:09:51.188Z] coverage: 2.8% of statements [2021-09-16T19:09:51.188Z] ok github.com/docker/docker/libnetwork/resolvconf 0.034s coverage: 2.8% of statements [2021-09-16T19:09:51.188Z] --- PASS: TestNetworkDBSimple (2.03s) [2021-09-16T19:09:51.188Z] === RUN TestNetworkDBJoinLeaveNetwork [2021-09-16T19:09:51.376Z] --- PASS: TestServiceWithDataPathPortInit (13.87s) [2021-09-16T19:09:51.376Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-09-16T19:09:51.643Z] === RUN TestErrorConstructors [2021-09-16T19:09:51.643Z] --- PASS: TestErrorConstructors (0.00s) [2021-09-16T19:09:51.643Z] === RUN TestCompareIPMask [2021-09-16T19:09:51.643Z] --- PASS: TestCompareIPMask (0.00s) [2021-09-16T19:09:51.643Z] === RUN TestUtilGetHostPartIP [2021-09-16T19:09:51.643Z] --- PASS: TestUtilGetHostPartIP (0.00s) [2021-09-16T19:09:51.643Z] === RUN TestUtilGetBroadcastIP [2021-09-16T19:09:51.643Z] --- PASS: TestUtilGetBroadcastIP (0.00s) [2021-09-16T19:09:51.643Z] === RUN TestParseCIDR [2021-09-16T19:09:51.643Z] --- PASS: TestParseCIDR (0.00s) [2021-09-16T19:09:51.643Z] PASS [2021-09-16T19:09:51.643Z] coverage: 37.3% of statements [2021-09-16T19:09:51.643Z] ok github.com/docker/docker/libnetwork/types 0.031s coverage: 37.3% of statements [2021-09-16T19:09:51.644Z] --- PASS: TestDefaultNetwork (0.22s) [2021-09-16T19:09:51.644Z] === RUN TestConfigGlobalScopeDefaultNetworks [2021-09-16T19:09:51.644Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2021-09-16T19:09:51.644Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2021-09-16T19:09:51.644Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2021-09-16T19:09:51.644Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2021-09-16T19:09:51.644Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2021-09-16T19:09:51.644Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2021-09-16T19:09:51.644Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2021-09-16T19:09:51.644Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2021-09-16T19:09:51.644Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2021-09-16T19:09:51.644Z] ? github.com/docker/docker/libnetwork/drivers/bridge [no test files] [2021-09-16T19:09:51.644Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2021-09-16T19:09:51.644Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2021-09-16T19:09:51.644Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2021-09-16T19:09:51.644Z] ? github.com/docker/docker/libnetwork/drivers/overlay [no test files] [2021-09-16T19:09:51.644Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2021-09-16T19:09:51.644Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2021-09-16T19:09:51.644Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2021-09-16T19:09:51.644Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.21s) [2021-09-16T19:09:51.644Z] === RUN TestInitAddressPools [2021-09-16T19:09:51.644Z] --- PASS: TestInitAddressPools (0.00s) [2021-09-16T19:09:51.644Z] PASS [2021-09-16T19:09:51.644Z] coverage: 74.0% of statements [2021-09-16T19:09:51.644Z] ok github.com/docker/docker/libnetwork/ipamutils 0.487s coverage: 74.0% of statements [2021-09-16T19:09:52.115Z] === RUN TestKeyValue [2021-09-16T19:09:52.116Z] --- PASS: TestKeyValue (0.00s) [2021-09-16T19:09:52.116Z] PASS [2021-09-16T19:09:52.116Z] coverage: 60.0% of statements [2021-09-16T19:09:52.116Z] ok github.com/docker/docker/libnetwork/netlabel 0.044s coverage: 60.0% of statements [2021-09-16T19:09:52.116Z] --- PASS: TestRequestReleaseAddressFromSubPool (1.47s) [2021-09-16T19:09:52.116Z] === RUN TestSerializeRequestReleaseAddressFromSubPool [2021-09-16T19:09:52.609Z] 2021/09/16 19:09:52 Closing DB instances... [2021-09-16T19:09:52.609Z] --- PASS: TestSetParallelInsertDelete (10.00s) [2021-09-16T19:09:52.609Z] PASS [2021-09-16T19:09:52.609Z] coverage: 100.0% of statements [2021-09-16T19:09:52.609Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.050s coverage: 100.0% of statements [2021-09-16T19:09:52.753Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:gaadj98rndlviathto02kufop Created:2021-09-16 19:09:51.434276652 +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[e693aad9b5c70bd4218c94655466381a8c6fd12fee56ea4e298ebff2087097fb:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.wby2r2hqtrjkr697160h6qmeb EndpointID:c488c1d3586c115cdb8b36cb92b281e972455fa3a53ac3704adcd0dac6d13fa4 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:5ec4b26b4da6168aca0d603be34dd83cca426a66f7937b41a6e4a048e7d16753 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:a0acaf3ecc12 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.wby2r2hqtrjkr697160h6qmeb EndpointID:c488c1d3586c115cdb8b36cb92b281e972455fa3a53ac3704adcd0dac6d13fa4 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2021-09-16T19:09:53.065Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2021-09-16T19:09:53.065Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2021-09-16T19:09:53.066Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2021-09-16T19:09:53.066Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2021-09-16T19:09:53.066Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2021-09-16T19:09:53.066Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2021-09-16T19:09:53.066Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2021-09-16T19:09:53.066Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2021-09-16T19:09:53.066Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2021-09-16T19:09:53.066Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2021-09-16T19:09:53.066Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2021-09-16T19:09:53.066Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2021-09-16T19:09:53.066Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2021-09-16T19:09:53.066Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2021-09-16T19:09:53.066Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2021-09-16T19:09:53.066Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2021-09-16T19:09:53.066Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2021-09-16T19:09:53.066Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2021-09-16T19:09:53.066Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2021-09-16T19:09:53.066Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2021-09-16T19:09:53.066Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2021-09-16T19:09:53.066Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2021-09-16T19:09:53.066Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2021-09-16T19:09:53.066Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2021-09-16T19:09:53.066Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2021-09-16T19:09:53.066Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2021-09-16T19:09:53.066Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2021-09-16T19:09:53.066Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2021-09-16T19:09:53.066Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2021-09-16T19:09:53.066Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2021-09-16T19:09:53.066Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2021-09-16T19:09:53.066Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2021-09-16T19:09:53.066Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2021-09-16T19:09:53.066Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2021-09-16T19:09:53.066Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2021-09-16T19:09:53.066Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2021-09-16T19:09:53.066Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2021-09-16T19:09:53.066Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2021-09-16T19:09:53.066Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2021-09-16T19:09:53.066Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2021-09-16T19:09:53.066Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2021-09-16T19:09:53.066Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2021-09-16T19:09:53.066Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2021-09-16T19:09:53.066Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2021-09-16T19:09:53.066Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2021-09-16T19:09:53.066Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2021-09-16T19:09:53.066Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2021-09-16T19:09:53.066Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2021-09-16T19:09:53.066Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2021-09-16T19:09:53.066Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2021-09-16T19:09:53.066Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2021-09-16T19:09:53.066Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2021-09-16T19:09:53.066Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2021-09-16T19:09:53.066Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2021-09-16T19:09:53.066Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2021-09-16T19:09:53.066Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2021-09-16T19:09:53.066Z] PASS [2021-09-16T19:09:53.066Z] coverage: 50.0% of statements [2021-09-16T19:09:53.066Z] ok github.com/docker/docker/oci 0.033s coverage: 50.0% of statements [2021-09-16T19:09:53.109Z] === RUN TestGenerate [2021-09-16T19:09:53.109Z] --- PASS: TestGenerate (0.00s) [2021-09-16T19:09:53.109Z] === RUN TestGeneratePtr [2021-09-16T19:09:53.109Z] --- PASS: TestGeneratePtr (0.00s) [2021-09-16T19:09:53.109Z] === RUN TestGenerateMissingField [2021-09-16T19:09:53.109Z] --- PASS: TestGenerateMissingField (0.00s) [2021-09-16T19:09:53.109Z] === RUN TestFieldCannotBeSet [2021-09-16T19:09:53.109Z] --- PASS: TestFieldCannotBeSet (0.00s) [2021-09-16T19:09:53.109Z] === RUN TestTypeMismatchError [2021-09-16T19:09:53.109Z] --- PASS: TestTypeMismatchError (0.00s) [2021-09-16T19:09:53.109Z] PASS [2021-09-16T19:09:53.109Z] coverage: 100.0% of statements [2021-09-16T19:09:53.109Z] ok github.com/docker/docker/libnetwork/options 0.110s coverage: 100.0% of statements [2021-09-16T19:09:53.523Z] === RUN TestParseVersion [2021-09-16T19:09:53.523Z] --- PASS: TestParseVersion (0.00s) [2021-09-16T19:09:53.523Z] PASS [2021-09-16T19:09:53.523Z] coverage: 52.9% of statements [2021-09-16T19:09:53.523Z] ok github.com/docker/docker/pkg/aaparser 0.034s coverage: 52.9% of statements [2021-09-16T19:09:53.979Z] === RUN TestAddressPoolOpt [2021-09-16T19:09:53.979Z] --- PASS: TestAddressPoolOpt (0.00s) [2021-09-16T19:09:53.979Z] === RUN TestValidateEnv [2021-09-16T19:09:53.979Z] === RUN TestValidateEnv/a [2021-09-16T19:09:53.979Z] === RUN TestValidateEnv/something [2021-09-16T19:09:53.979Z] === RUN TestValidateEnv/_=a [2021-09-16T19:09:53.979Z] === RUN TestValidateEnv/env1=value1 [2021-09-16T19:09:53.979Z] === RUN TestValidateEnv/_env1=value1 [2021-09-16T19:09:53.979Z] === RUN TestValidateEnv/env2=value2=value3 [2021-09-16T19:09:53.979Z] === RUN TestValidateEnv/env3=abc!qwe [2021-09-16T19:09:53.979Z] === RUN TestValidateEnv/env_4=value_4 [2021-09-16T19:09:53.979Z] === RUN TestValidateEnv/PATH [2021-09-16T19:09:53.979Z] === RUN TestValidateEnv/=a [2021-09-16T19:09:53.979Z] === RUN TestValidateEnv/PATH= [2021-09-16T19:09:53.979Z] === RUN TestValidateEnv/PATH=something [2021-09-16T19:09:53.979Z] === RUN TestValidateEnv/asd!qwe [2021-09-16T19:09:53.979Z] === RUN TestValidateEnv/1asd [2021-09-16T19:09:53.979Z] === RUN TestValidateEnv/123 [2021-09-16T19:09:53.979Z] === RUN TestValidateEnv/some_space [2021-09-16T19:09:53.979Z] === RUN TestValidateEnv/__some_space_before [2021-09-16T19:09:53.979Z] === RUN TestValidateEnv/some_space_after__ [2021-09-16T19:09:53.979Z] === RUN TestValidateEnv/= [2021-09-16T19:09:53.979Z] === RUN TestValidateEnv/PaTh [2021-09-16T19:09:53.979Z] --- PASS: TestValidateEnv (0.00s) [2021-09-16T19:09:53.979Z] --- PASS: TestValidateEnv/a (0.00s) [2021-09-16T19:09:53.979Z] --- PASS: TestValidateEnv/something (0.00s) [2021-09-16T19:09:53.979Z] --- PASS: TestValidateEnv/_=a (0.00s) [2021-09-16T19:09:53.979Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2021-09-16T19:09:53.979Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2021-09-16T19:09:53.979Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2021-09-16T19:09:53.979Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2021-09-16T19:09:53.979Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2021-09-16T19:09:53.979Z] --- PASS: TestValidateEnv/PATH (0.00s) [2021-09-16T19:09:53.979Z] --- PASS: TestValidateEnv/=a (0.00s) [2021-09-16T19:09:53.979Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2021-09-16T19:09:53.979Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2021-09-16T19:09:53.979Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2021-09-16T19:09:53.979Z] --- PASS: TestValidateEnv/1asd (0.00s) [2021-09-16T19:09:53.979Z] --- PASS: TestValidateEnv/123 (0.00s) [2021-09-16T19:09:53.979Z] --- PASS: TestValidateEnv/some_space (0.00s) [2021-09-16T19:09:53.979Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2021-09-16T19:09:53.979Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2021-09-16T19:09:53.979Z] --- PASS: TestValidateEnv/= (0.00s) [2021-09-16T19:09:53.979Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2021-09-16T19:09:53.979Z] === RUN TestParseHost [2021-09-16T19:09:53.979Z] --- PASS: TestParseHost (0.00s) [2021-09-16T19:09:53.979Z] === RUN TestParseDockerDaemonHost [2021-09-16T19:09:53.979Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2021-09-16T19:09:53.979Z] === RUN TestParseTCP [2021-09-16T19:09:53.979Z] --- PASS: TestParseTCP (0.00s) [2021-09-16T19:09:53.979Z] === RUN TestParseInvalidUnixAddrInvalid [2021-09-16T19:09:53.979Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2021-09-16T19:09:53.979Z] === RUN TestValidateExtraHosts [2021-09-16T19:09:53.979Z] --- PASS: TestValidateExtraHosts (0.00s) [2021-09-16T19:09:53.979Z] === RUN TestIpOptString [2021-09-16T19:09:53.979Z] --- PASS: TestIpOptString (0.00s) [2021-09-16T19:09:53.980Z] === RUN TestNewIpOptInvalidDefaultVal [2021-09-16T19:09:53.980Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2021-09-16T19:09:53.980Z] === RUN TestNewIpOptValidDefaultVal [2021-09-16T19:09:53.980Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2021-09-16T19:09:53.980Z] === RUN TestIpOptSetInvalidVal [2021-09-16T19:09:53.980Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2021-09-16T19:09:53.980Z] === RUN TestValidateIPAddress [2021-09-16T19:09:53.980Z] --- PASS: TestValidateIPAddress (0.00s) [2021-09-16T19:09:53.980Z] === RUN TestMapOpts [2021-09-16T19:09:53.980Z] --- PASS: TestMapOpts (0.00s) [2021-09-16T19:09:53.980Z] === RUN TestListOptsWithoutValidator [2021-09-16T19:09:53.980Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2021-09-16T19:09:53.980Z] === RUN TestListOptsWithValidator [2021-09-16T19:09:53.980Z] --- PASS: TestListOptsWithValidator (0.00s) [2021-09-16T19:09:53.980Z] === RUN TestValidateDNSSearch [2021-09-16T19:09:53.980Z] --- PASS: TestValidateDNSSearch (0.00s) [2021-09-16T19:09:53.980Z] === RUN TestValidateLabel [2021-09-16T19:09:53.980Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2021-09-16T19:09:53.980Z] === RUN TestValidateLabel/label_with_general_format [2021-09-16T19:09:53.980Z] === RUN TestValidateLabel/label_with_more_than_one_= [2021-09-16T19:09:53.980Z] === RUN TestValidateLabel/label_with_one_more [2021-09-16T19:09:53.980Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2021-09-16T19:09:53.980Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2021-09-16T19:09:53.980Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2021-09-16T19:09:53.980Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2021-09-16T19:09:53.980Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2021-09-16T19:09:53.980Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2021-09-16T19:09:53.980Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2021-09-16T19:09:53.980Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2021-09-16T19:09:53.980Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2021-09-16T19:09:53.980Z] --- PASS: TestValidateLabel (0.00s) [2021-09-16T19:09:53.980Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2021-09-16T19:09:53.980Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2021-09-16T19:09:53.980Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2021-09-16T19:09:53.980Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2021-09-16T19:09:53.980Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2021-09-16T19:09:53.980Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2021-09-16T19:09:53.980Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2021-09-16T19:09:53.980Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2021-09-16T19:09:53.980Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2021-09-16T19:09:53.980Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2021-09-16T19:09:53.980Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2021-09-16T19:09:53.980Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2021-09-16T19:09:53.980Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2021-09-16T19:09:53.980Z] === RUN TestNamedListOpts [2021-09-16T19:09:53.980Z] --- PASS: TestNamedListOpts (0.00s) [2021-09-16T19:09:53.980Z] === RUN TestNamedMapOpts [2021-09-16T19:09:53.980Z] --- PASS: TestNamedMapOpts (0.00s) [2021-09-16T19:09:53.980Z] === RUN TestParseLink [2021-09-16T19:09:53.980Z] --- PASS: TestParseLink (0.00s) [2021-09-16T19:09:53.980Z] === RUN TestQuotedStringSetWithQuotes [2021-09-16T19:09:53.980Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2021-09-16T19:09:53.980Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2021-09-16T19:09:53.980Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2021-09-16T19:09:53.980Z] === RUN TestQuotedStringSetWithNoQuotes [2021-09-16T19:09:53.980Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2021-09-16T19:09:53.980Z] === RUN TestUlimitOpt [2021-09-16T19:09:53.980Z] --- PASS: TestUlimitOpt (0.00s) [2021-09-16T19:09:53.980Z] PASS [2021-09-16T19:09:53.980Z] coverage: 67.1% of statements [2021-09-16T19:09:53.980Z] ok github.com/docker/docker/opts 0.050s coverage: 67.1% of statements [2021-09-16T19:09:53.980Z] --- PASS: TestNetworkDBJoinLeaveNetwork (2.83s) [2021-09-16T19:09:53.980Z] === RUN TestNetworkDBJoinLeaveNetworks [2021-09-16T19:09:54.102Z] === RUN TestNetworkDBSimple [2021-09-16T19:09:54.102Z] testing: warning: no tests to run [2021-09-16T19:09:54.102Z] PASS [2021-09-16T19:09:54.102Z] coverage: 0.0% of statements [2021-09-16T19:09:54.102Z] ok github.com/docker/docker/libnetwork/osl 0.055s coverage: 0.0% of statements [no tests to run] [2021-09-16T19:09:54.572Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (2.22s) [2021-09-16T19:09:54.572Z] === RUN TestGetAddress [2021-09-16T19:09:55.042Z] === RUN TestRequestNewPort [2021-09-16T19:09:55.042Z] --- PASS: TestRequestNewPort (0.00s) [2021-09-16T19:09:55.042Z] === RUN TestRequestSpecificPort [2021-09-16T19:09:55.042Z] --- PASS: TestRequestSpecificPort (0.00s) [2021-09-16T19:09:55.042Z] === RUN TestReleasePort [2021-09-16T19:09:55.042Z] --- PASS: TestReleasePort (0.00s) [2021-09-16T19:09:55.042Z] === RUN TestReuseReleasedPort [2021-09-16T19:09:55.042Z] --- PASS: TestReuseReleasedPort (0.00s) [2021-09-16T19:09:55.042Z] === RUN TestReleaseUnreadledPort [2021-09-16T19:09:55.042Z] --- PASS: TestReleaseUnreadledPort (0.00s) [2021-09-16T19:09:55.042Z] === RUN TestUnknowProtocol [2021-09-16T19:09:55.042Z] --- PASS: TestUnknowProtocol (0.00s) [2021-09-16T19:09:55.042Z] === RUN TestAllocateAllPorts [2021-09-16T19:09:55.042Z] --- PASS: TestAllocateAllPorts (0.00s) [2021-09-16T19:09:55.042Z] === RUN TestPortAllocation [2021-09-16T19:09:55.042Z] --- PASS: TestPortAllocation (0.00s) [2021-09-16T19:09:55.042Z] === RUN TestPortAllocationWithCustomRange [2021-09-16T19:09:55.042Z] --- PASS: TestPortAllocationWithCustomRange (0.00s) [2021-09-16T19:09:55.042Z] === RUN TestNoDuplicateBPR [2021-09-16T19:09:55.042Z] --- PASS: TestNoDuplicateBPR (0.00s) [2021-09-16T19:09:55.042Z] === RUN TestChangePortRange [2021-09-16T19:09:55.042Z] portallocator_test.go:343: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0 [2021-09-16T19:09:55.042Z] portallocator_test.go:343: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0 [2021-09-16T19:09:55.042Z] portallocator_test.go:343: test: port allocate range 65000-60000, setErr=out of order, reqPort=0 [2021-09-16T19:09:55.042Z] portallocator_test.go:343: test: port allocate range 60100-65010, setErr=, reqPort=60100 [2021-09-16T19:09:55.042Z] portallocator_test.go:343: test: port allocate range 0-0, setErr=, reqPort=60000 [2021-09-16T19:09:55.042Z] portallocator_test.go:343: test: port allocate range 59900-65000, setErr=, reqPort=60001 [2021-09-16T19:09:55.042Z] --- PASS: TestChangePortRange (0.00s) [2021-09-16T19:09:55.042Z] PASS [2021-09-16T19:09:55.042Z] coverage: 88.6% of statements [2021-09-16T19:09:55.042Z] ok github.com/docker/docker/libnetwork/portallocator 0.038s coverage: 88.6% of statements [2021-09-16T19:09:55.042Z] 2021/09/16 19:09:54 Closing DB instances... [2021-09-16T19:09:55.507Z] === RUN TestPeerCertificateMarshalJSON [2021-09-16T19:09:55.507Z] === RUN TestIsArchivePathDir [2021-09-16T19:09:55.507Z] --- PASS: TestIsArchivePathDir (0.05s) [2021-09-16T19:09:55.507Z] === RUN TestIsArchivePathInvalidFile [2021-09-16T19:09:55.507Z] 2021/09/16 19:09:55 Closing DB instances... [2021-09-16T19:09:55.507Z] --- PASS: TestIsArchivePathInvalidFile (0.09s) [2021-09-16T19:09:55.507Z] === RUN TestIsArchivePathTar [2021-09-16T19:09:55.507Z] --- PASS: TestIsArchivePathTar (0.11s) [2021-09-16T19:09:55.507Z] === RUN TestDecompressStreamGzip [2021-09-16T19:09:55.507Z] --- PASS: TestDecompressStreamGzip (0.09s) [2021-09-16T19:09:55.507Z] === RUN TestDecompressStreamBzip2 [2021-09-16T19:09:55.507Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2021-09-16T19:09:55.507Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2021-09-16T19:09:55.507Z] --- PASS: TestPeerCertificateMarshalJSON (0.39s) [2021-09-16T19:09:55.507Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2021-09-16T19:09:55.507Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2021-09-16T19:09:55.507Z] === RUN TestMiddleware [2021-09-16T19:09:55.507Z] --- PASS: TestMiddleware (0.00s) [2021-09-16T19:09:55.507Z] === RUN TestNewResponseModifier [2021-09-16T19:09:55.507Z] --- PASS: TestNewResponseModifier (0.00s) [2021-09-16T19:09:55.507Z] PASS [2021-09-16T19:09:55.507Z] coverage: 26.8% of statements [2021-09-16T19:09:55.507Z] ok github.com/docker/docker/pkg/authorization 0.431s coverage: 26.8% of statements [2021-09-16T19:09:55.507Z] --- PASS: TestDecompressStreamBzip2 (0.09s) [2021-09-16T19:09:55.507Z] === RUN TestDecompressStreamXz [2021-09-16T19:09:55.507Z] archive_test.go:133: Xz not present in msys2 [2021-09-16T19:09:55.508Z] --- SKIP: TestDecompressStreamXz (0.00s) [2021-09-16T19:09:55.508Z] === RUN TestDecompressStreamZstd [2021-09-16T19:09:55.508Z] archive_test.go:140: zstd not installed [2021-09-16T19:09:55.508Z] --- SKIP: TestDecompressStreamZstd (0.02s) [2021-09-16T19:09:55.512Z] testing: warning: no tests to run [2021-09-16T19:09:55.512Z] PASS [2021-09-16T19:09:55.512Z] coverage: 0.0% of statements [2021-09-16T19:09:55.512Z] ok github.com/docker/docker/libnetwork/portmapper 0.032s coverage: 0.0% of statements [no tests to run] [2021-09-16T19:09:55.970Z] === RUN TestCompressStreamXzUnsupported [2021-09-16T19:09:55.970Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2021-09-16T19:09:55.970Z] === RUN TestCompressStreamBzip2Unsupported [2021-09-16T19:09:55.970Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2021-09-16T19:09:55.970Z] === RUN TestCompressStreamInvalid [2021-09-16T19:09:55.970Z] --- PASS: TestCompressStreamInvalid (0.00s) [2021-09-16T19:09:55.970Z] === RUN TestExtensionInvalid [2021-09-16T19:09:55.970Z] --- PASS: TestExtensionInvalid (0.00s) [2021-09-16T19:09:55.970Z] === RUN TestExtensionUncompressed [2021-09-16T19:09:55.970Z] --- PASS: TestExtensionUncompressed (0.00s) [2021-09-16T19:09:55.970Z] === RUN TestExtensionBzip2 [2021-09-16T19:09:55.970Z] --- PASS: TestExtensionBzip2 (0.00s) [2021-09-16T19:09:55.970Z] === RUN TestExtensionGzip [2021-09-16T19:09:55.970Z] --- PASS: TestExtensionGzip (0.00s) [2021-09-16T19:09:55.971Z] === RUN TestExtensionXz [2021-09-16T19:09:55.971Z] --- PASS: TestExtensionXz (0.00s) [2021-09-16T19:09:55.971Z] === RUN TestExtensionZstd [2021-09-16T19:09:55.971Z] --- PASS: TestExtensionZstd (0.00s) [2021-09-16T19:09:55.971Z] === RUN TestCmdStreamLargeStderr [2021-09-16T19:09:55.971Z] --- PASS: TestCmdStreamLargeStderr (0.06s) [2021-09-16T19:09:55.971Z] === RUN TestCmdStreamBad [2021-09-16T19:09:55.971Z] archive_test.go:252: Failing on Windows CI machines [2021-09-16T19:09:55.971Z] --- SKIP: TestCmdStreamBad (0.00s) [2021-09-16T19:09:55.971Z] === RUN TestCmdStreamGood [2021-09-16T19:09:55.971Z] --- PASS: TestCmdStreamGood (0.04s) [2021-09-16T19:09:55.971Z] === RUN TestUntarPathWithInvalidDest [2021-09-16T19:09:55.971Z] --- PASS: TestUntarPathWithInvalidDest (0.04s) [2021-09-16T19:09:55.971Z] === RUN TestUntarPathWithInvalidSrc [2021-09-16T19:09:55.971Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2021-09-16T19:09:55.971Z] === RUN TestUntarPath [2021-09-16T19:09:55.971Z] --- PASS: TestUntarPath (0.05s) [2021-09-16T19:09:55.971Z] === RUN TestUntarPathWithDestinationFile [2021-09-16T19:09:55.971Z] --- PASS: TestUntarPathWithDestinationFile (0.05s) [2021-09-16T19:09:55.971Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2021-09-16T19:09:55.971Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.06s) [2021-09-16T19:09:55.971Z] === RUN TestCopyWithTarInvalidSrc [2021-09-16T19:09:55.971Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2021-09-16T19:09:55.971Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2021-09-16T19:09:55.971Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2021-09-16T19:09:55.971Z] === RUN TestCopyWithTarSrcFile [2021-09-16T19:09:55.971Z] --- PASS: TestCopyWithTarSrcFile (0.00s) [2021-09-16T19:09:55.971Z] === RUN TestCopyWithTarSrcFolder [2021-09-16T19:09:55.971Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2021-09-16T19:09:55.971Z] === RUN TestCopyFileWithTarInvalidSrc [2021-09-16T19:09:55.971Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2021-09-16T19:09:55.971Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2021-09-16T19:09:55.971Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.01s) [2021-09-16T19:09:55.971Z] === RUN TestCopyFileWithTarSrcFolder [2021-09-16T19:09:55.971Z] --- PASS: TestCopyFileWithTarSrcFolder (0.01s) [2021-09-16T19:09:55.971Z] === RUN TestCopyFileWithTarSrcFile [2021-09-16T19:09:55.971Z] --- PASS: TestCopyFileWithTarSrcFile (0.00s) [2021-09-16T19:09:55.971Z] === RUN TestTarFiles [2021-09-16T19:09:55.971Z] === RUN TestUnbuffered [2021-09-16T19:09:55.971Z] --- PASS: TestUnbuffered (0.00s) [2021-09-16T19:09:55.971Z] === RUN TestRaceUnbuffered [2021-09-16T19:09:55.971Z] --- PASS: TestRaceUnbuffered (0.00s) [2021-09-16T19:09:55.971Z] PASS [2021-09-16T19:09:55.971Z] coverage: 100.0% of statements [2021-09-16T19:09:55.971Z] ok github.com/docker/docker/pkg/broadcaster 0.034s coverage: 100.0% of statements [2021-09-16T19:09:55.981Z] === RUN TestHashData [2021-09-16T19:09:55.981Z] --- PASS: TestHashData (0.00s) [2021-09-16T19:09:55.981Z] PASS [2021-09-16T19:09:55.981Z] coverage: 2.8% of statements [2021-09-16T19:09:55.981Z] ok github.com/docker/docker/libnetwork/resolvconf 0.032s coverage: 2.8% of statements [2021-09-16T19:09:55.981Z] --- PASS: TestNetworkDBSimple (2.04s) [2021-09-16T19:09:55.981Z] === RUN TestNetworkDBJoinLeaveNetwork [2021-09-16T19:09:56.426Z] === RUN TestMatch [2021-09-16T19:09:56.426Z] === RUN TestMatch/[[]] [2021-09-16T19:09:56.426Z] === RUN TestMatch/[[foo]] [2021-09-16T19:09:56.426Z] === RUN TestMatch/[[bar]_[foo]] [2021-09-16T19:09:56.426Z] === RUN TestMatch/[[foo_bar]] [2021-09-16T19:09:56.426Z] === RUN TestMatch/[[qux]_[foo]] [2021-09-16T19:09:56.426Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2021-09-16T19:09:56.426Z] === RUN TestMatch/[] [2021-09-16T19:09:56.426Z] === RUN TestMatch/[]#01 [2021-09-16T19:09:56.426Z] === RUN TestMatch/[[qux]] [2021-09-16T19:09:56.426Z] === RUN TestMatch/[[foo_bar_qux]] [2021-09-16T19:09:56.426Z] === RUN TestMatch/[[qux]_[baz]] [2021-09-16T19:09:56.426Z] === RUN TestMatch/[[foo_baz]] [2021-09-16T19:09:56.426Z] --- PASS: TestMatch (0.00s) [2021-09-16T19:09:56.426Z] --- PASS: TestMatch/[[]] (0.00s) [2021-09-16T19:09:56.426Z] --- PASS: TestMatch/[[foo]] (0.00s) [2021-09-16T19:09:56.426Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2021-09-16T19:09:56.426Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2021-09-16T19:09:56.426Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2021-09-16T19:09:56.426Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2021-09-16T19:09:56.426Z] --- PASS: TestMatch/[] (0.00s) [2021-09-16T19:09:56.426Z] --- PASS: TestMatch/[]#01 (0.00s) [2021-09-16T19:09:56.426Z] --- PASS: TestMatch/[[qux]] (0.00s) [2021-09-16T19:09:56.426Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2021-09-16T19:09:56.426Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2021-09-16T19:09:56.426Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2021-09-16T19:09:56.426Z] PASS [2021-09-16T19:09:56.426Z] coverage: 87.5% of statements [2021-09-16T19:09:56.426Z] ok github.com/docker/docker/pkg/capabilities 0.035s coverage: 87.5% of statements [2021-09-16T19:09:56.881Z] --- PASS: TestNetworkDBJoinLeaveNetworks (2.84s) [2021-09-16T19:09:56.881Z] === RUN TestNetworkDBCRUDTableEntry [2021-09-16T19:09:56.940Z] --- PASS: TestServiceWithDefaultAddressPoolInit (6.81s) [2021-09-16T19:09:56.940Z] PASS [2021-09-16T19:09:56.940Z] [2021-09-16T19:09:56.940Z] === Skipped [2021-09-16T19:09:56.940Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-09-16T19:09:56.940Z] service_test.go:243: FLAKY_TEST [2021-09-16T19:09:56.940Z] [2021-09-16T19:09:56.940Z] DONE 26 tests, 1 skipped in 44.022s [2021-09-16T19:09:56.940Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-09-16T19:09:56.940Z] INFO: Testing against a local daemon [2021-09-16T19:09:56.940Z] === RUN TestDockerNetworkIpvlanPersistance [2021-09-16T19:09:56.940Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-09-16T19:09:56.940Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2021-09-16T19:09:56.940Z] === RUN TestDockerNetworkIpvlan [2021-09-16T19:09:56.940Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-09-16T19:09:56.940Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-09-16T19:09:56.940Z] PASS [2021-09-16T19:09:56.940Z] [2021-09-16T19:09:56.940Z] === Skipped [2021-09-16T19:09:56.940Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2021-09-16T19:09:56.940Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-09-16T19:09:56.940Z] [2021-09-16T19:09:56.940Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-09-16T19:09:56.940Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-09-16T19:09:56.940Z] [2021-09-16T19:09:56.940Z] DONE 2 tests, 2 skipped in 0.023s [2021-09-16T19:09:56.940Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-09-16T19:09:56.940Z] INFO: Testing against a local daemon [2021-09-16T19:09:56.940Z] === RUN TestDockerNetworkMacvlanPersistance [2021-09-16T19:09:56.970Z] === RUN TestErrorConstructors [2021-09-16T19:09:56.970Z] --- PASS: TestErrorConstructors (0.00s) [2021-09-16T19:09:56.970Z] === RUN TestCompareIPMask [2021-09-16T19:09:56.970Z] --- PASS: TestCompareIPMask (0.00s) [2021-09-16T19:09:56.970Z] === RUN TestUtilGetHostPartIP [2021-09-16T19:09:56.970Z] --- PASS: TestUtilGetHostPartIP (0.00s) [2021-09-16T19:09:56.970Z] === RUN TestUtilGetBroadcastIP [2021-09-16T19:09:56.970Z] --- PASS: TestUtilGetBroadcastIP (0.00s) [2021-09-16T19:09:56.970Z] === RUN TestParseCIDR [2021-09-16T19:09:56.970Z] --- PASS: TestParseCIDR (0.00s) [2021-09-16T19:09:56.970Z] PASS [2021-09-16T19:09:56.970Z] coverage: 37.3% of statements [2021-09-16T19:09:56.970Z] ok github.com/docker/docker/libnetwork/types 0.035s coverage: 37.3% of statements [2021-09-16T19:09:57.336Z] === RUN TestChrootTarUntar [2021-09-16T19:09:57.337Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2021-09-16T19:09:57.337Z] --- SKIP: TestChrootTarUntar (0.00s) [2021-09-16T19:09:57.337Z] === RUN TestChrootUntarWithHugeExcludesList [2021-09-16T19:09:57.337Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2021-09-16T19:09:57.337Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2021-09-16T19:09:57.337Z] === RUN TestChrootUntarEmptyArchive [2021-09-16T19:09:57.337Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2021-09-16T19:09:57.337Z] === RUN TestChrootTarUntarWithSymlink [2021-09-16T19:09:57.337Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-09-16T19:09:57.337Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2021-09-16T19:09:57.337Z] === RUN TestChrootCopyWithTar [2021-09-16T19:09:57.337Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-09-16T19:09:57.337Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2021-09-16T19:09:57.337Z] === RUN TestChrootCopyFileWithTar [2021-09-16T19:09:57.337Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2021-09-16T19:09:57.337Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2021-09-16T19:09:57.337Z] === RUN TestChrootUntarPath [2021-09-16T19:09:57.337Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-09-16T19:09:57.337Z] --- SKIP: TestChrootUntarPath (0.00s) [2021-09-16T19:09:57.337Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2021-09-16T19:09:57.337Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2021-09-16T19:09:57.337Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2021-09-16T19:09:57.337Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2021-09-16T19:09:57.337Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2021-09-16T19:09:57.337Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2021-09-16T19:09:57.337Z] === RUN TestChrootApplyDotDotFile [2021-09-16T19:09:57.337Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2021-09-16T19:09:57.337Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2021-09-16T19:09:57.337Z] PASS [2021-09-16T19:09:57.337Z] coverage: 15.4% of statements [2021-09-16T19:09:57.337Z] ok github.com/docker/docker/pkg/chrootarchive 0.070s coverage: 15.4% of statements [2021-09-16T19:09:57.439Z] --- PASS: TestSetParallelInsertDelete (10.01s) [2021-09-16T19:09:57.439Z] PASS [2021-09-16T19:09:57.439Z] coverage: 100.0% of statements [2021-09-16T19:09:57.439Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.044s coverage: 100.0% of statements [2021-09-16T19:09:57.439Z] 2021/09/16 19:09:57 Closing DB instances... [2021-09-16T19:09:57.439Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2021-09-16T19:09:57.439Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2021-09-16T19:09:57.439Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2021-09-16T19:09:57.439Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2021-09-16T19:09:57.439Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2021-09-16T19:09:57.439Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2021-09-16T19:09:57.439Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2021-09-16T19:09:57.439Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2021-09-16T19:09:57.439Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2021-09-16T19:09:57.439Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2021-09-16T19:09:57.439Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2021-09-16T19:09:57.439Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2021-09-16T19:09:57.439Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2021-09-16T19:09:57.439Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2021-09-16T19:09:57.439Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2021-09-16T19:09:57.439Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2021-09-16T19:09:57.439Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2021-09-16T19:09:57.439Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2021-09-16T19:09:57.439Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2021-09-16T19:09:57.439Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2021-09-16T19:09:57.439Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2021-09-16T19:09:57.439Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2021-09-16T19:09:57.439Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2021-09-16T19:09:57.439Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2021-09-16T19:09:57.439Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2021-09-16T19:09:57.439Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2021-09-16T19:09:57.439Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2021-09-16T19:09:57.439Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2021-09-16T19:09:57.439Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2021-09-16T19:09:57.439Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2021-09-16T19:09:57.439Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2021-09-16T19:09:57.439Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2021-09-16T19:09:57.439Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2021-09-16T19:09:57.439Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2021-09-16T19:09:57.439Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2021-09-16T19:09:57.439Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2021-09-16T19:09:57.439Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2021-09-16T19:09:57.439Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2021-09-16T19:09:57.439Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2021-09-16T19:09:57.440Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2021-09-16T19:09:57.440Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2021-09-16T19:09:57.440Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2021-09-16T19:09:57.440Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2021-09-16T19:09:57.440Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2021-09-16T19:09:57.440Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2021-09-16T19:09:57.440Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2021-09-16T19:09:57.440Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2021-09-16T19:09:57.440Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2021-09-16T19:09:57.440Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2021-09-16T19:09:57.440Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2021-09-16T19:09:57.440Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2021-09-16T19:09:57.440Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2021-09-16T19:09:57.440Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2021-09-16T19:09:57.440Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2021-09-16T19:09:57.440Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2021-09-16T19:09:57.440Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2021-09-16T19:09:57.440Z] PASS [2021-09-16T19:09:57.440Z] coverage: 50.0% of statements [2021-09-16T19:09:57.440Z] ok github.com/docker/docker/oci 0.034s coverage: 50.0% of statements [2021-09-16T19:09:57.792Z] === RUN TestSizeEmpty [2021-09-16T19:09:57.792Z] --- PASS: TestSizeEmpty (0.00s) [2021-09-16T19:09:57.792Z] === RUN TestSizeEmptyFile [2021-09-16T19:09:57.792Z] --- PASS: TestSizeEmptyFile (0.00s) [2021-09-16T19:09:57.792Z] === RUN TestSizeNonemptyFile [2021-09-16T19:09:57.792Z] --- PASS: TestSizeNonemptyFile (0.00s) [2021-09-16T19:09:57.792Z] === RUN TestSizeNestedDirectoryEmpty [2021-09-16T19:09:57.792Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2021-09-16T19:09:57.792Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2021-09-16T19:09:57.792Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2021-09-16T19:09:57.792Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2021-09-16T19:09:57.792Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2021-09-16T19:09:57.792Z] === RUN TestMoveToSubdir [2021-09-16T19:09:57.792Z] --- PASS: TestMoveToSubdir (0.00s) [2021-09-16T19:09:57.792Z] === RUN TestSizeNonExistingDirectory [2021-09-16T19:09:57.792Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2021-09-16T19:09:57.792Z] PASS [2021-09-16T19:09:57.792Z] coverage: 80.0% of statements [2021-09-16T19:09:57.792Z] ok github.com/docker/docker/pkg/directory 0.047s coverage: 80.0% of statements [2021-09-16T19:09:57.909Z] === RUN TestParseVersion [2021-09-16T19:09:57.909Z] --- PASS: TestParseVersion (0.00s) [2021-09-16T19:09:57.909Z] PASS [2021-09-16T19:09:57.909Z] coverage: 52.9% of statements [2021-09-16T19:09:57.909Z] ok github.com/docker/docker/pkg/aaparser 0.030s coverage: 52.9% of statements [2021-09-16T19:09:58.313Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.28s) [2021-09-16T19:09:58.313Z] === RUN TestDockerNetworkMacvlan [2021-09-16T19:09:58.379Z] === RUN TestAddressPoolOpt [2021-09-16T19:09:58.379Z] --- PASS: TestAddressPoolOpt (0.00s) [2021-09-16T19:09:58.379Z] === RUN TestValidateEnv [2021-09-16T19:09:58.379Z] === RUN TestValidateEnv/a [2021-09-16T19:09:58.379Z] === RUN TestValidateEnv/something [2021-09-16T19:09:58.379Z] === RUN TestValidateEnv/_=a [2021-09-16T19:09:58.379Z] === RUN TestValidateEnv/env1=value1 [2021-09-16T19:09:58.379Z] === RUN TestValidateEnv/_env1=value1 [2021-09-16T19:09:58.379Z] === RUN TestValidateEnv/env2=value2=value3 [2021-09-16T19:09:58.379Z] === RUN TestValidateEnv/env3=abc!qwe [2021-09-16T19:09:58.379Z] === RUN TestValidateEnv/env_4=value_4 [2021-09-16T19:09:58.379Z] === RUN TestValidateEnv/PATH [2021-09-16T19:09:58.379Z] === RUN TestValidateEnv/=a [2021-09-16T19:09:58.379Z] === RUN TestValidateEnv/PATH= [2021-09-16T19:09:58.379Z] === RUN TestValidateEnv/PATH=something [2021-09-16T19:09:58.379Z] === RUN TestValidateEnv/asd!qwe [2021-09-16T19:09:58.379Z] === RUN TestValidateEnv/1asd [2021-09-16T19:09:58.379Z] === RUN TestValidateEnv/123 [2021-09-16T19:09:58.379Z] === RUN TestValidateEnv/some_space [2021-09-16T19:09:58.379Z] === RUN TestValidateEnv/__some_space_before [2021-09-16T19:09:58.379Z] === RUN TestValidateEnv/some_space_after__ [2021-09-16T19:09:58.379Z] === RUN TestValidateEnv/= [2021-09-16T19:09:58.379Z] === RUN TestValidateEnv/PaTh [2021-09-16T19:09:58.379Z] --- PASS: TestValidateEnv (0.00s) [2021-09-16T19:09:58.379Z] --- PASS: TestValidateEnv/a (0.00s) [2021-09-16T19:09:58.379Z] --- PASS: TestValidateEnv/something (0.00s) [2021-09-16T19:09:58.379Z] --- PASS: TestValidateEnv/_=a (0.00s) [2021-09-16T19:09:58.379Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2021-09-16T19:09:58.379Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2021-09-16T19:09:58.379Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2021-09-16T19:09:58.379Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2021-09-16T19:09:58.379Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2021-09-16T19:09:58.379Z] --- PASS: TestValidateEnv/PATH (0.00s) [2021-09-16T19:09:58.379Z] --- PASS: TestValidateEnv/=a (0.00s) [2021-09-16T19:09:58.379Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2021-09-16T19:09:58.379Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2021-09-16T19:09:58.379Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2021-09-16T19:09:58.379Z] --- PASS: TestValidateEnv/1asd (0.00s) [2021-09-16T19:09:58.379Z] --- PASS: TestValidateEnv/123 (0.00s) [2021-09-16T19:09:58.379Z] --- PASS: TestValidateEnv/some_space (0.00s) [2021-09-16T19:09:58.379Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2021-09-16T19:09:58.379Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2021-09-16T19:09:58.379Z] --- PASS: TestValidateEnv/= (0.00s) [2021-09-16T19:09:58.379Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2021-09-16T19:09:58.379Z] === RUN TestParseHost [2021-09-16T19:09:58.379Z] --- PASS: TestParseHost (0.00s) [2021-09-16T19:09:58.379Z] === RUN TestParseDockerDaemonHost [2021-09-16T19:09:58.379Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2021-09-16T19:09:58.379Z] === RUN TestParseTCP [2021-09-16T19:09:58.379Z] --- PASS: TestParseTCP (0.00s) [2021-09-16T19:09:58.379Z] === RUN TestParseInvalidUnixAddrInvalid [2021-09-16T19:09:58.379Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2021-09-16T19:09:58.379Z] === RUN TestValidateExtraHosts [2021-09-16T19:09:58.379Z] --- PASS: TestValidateExtraHosts (0.00s) [2021-09-16T19:09:58.379Z] === RUN TestIpOptString [2021-09-16T19:09:58.379Z] --- PASS: TestIpOptString (0.00s) [2021-09-16T19:09:58.379Z] === RUN TestNewIpOptInvalidDefaultVal [2021-09-16T19:09:58.379Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2021-09-16T19:09:58.379Z] === RUN TestNewIpOptValidDefaultVal [2021-09-16T19:09:58.379Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2021-09-16T19:09:58.379Z] === RUN TestIpOptSetInvalidVal [2021-09-16T19:09:58.379Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2021-09-16T19:09:58.379Z] === RUN TestValidateIPAddress [2021-09-16T19:09:58.379Z] --- PASS: TestValidateIPAddress (0.00s) [2021-09-16T19:09:58.379Z] === RUN TestMapOpts [2021-09-16T19:09:58.379Z] --- PASS: TestMapOpts (0.00s) [2021-09-16T19:09:58.379Z] === RUN TestListOptsWithoutValidator [2021-09-16T19:09:58.379Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2021-09-16T19:09:58.379Z] === RUN TestListOptsWithValidator [2021-09-16T19:09:58.379Z] --- PASS: TestListOptsWithValidator (0.00s) [2021-09-16T19:09:58.379Z] === RUN TestValidateDNSSearch [2021-09-16T19:09:58.379Z] --- PASS: TestValidateDNSSearch (0.00s) [2021-09-16T19:09:58.379Z] === RUN TestValidateLabel [2021-09-16T19:09:58.379Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2021-09-16T19:09:58.379Z] === RUN TestValidateLabel/label_with_general_format [2021-09-16T19:09:58.379Z] === RUN TestValidateLabel/label_with_more_than_one_= [2021-09-16T19:09:58.379Z] === RUN TestValidateLabel/label_with_one_more [2021-09-16T19:09:58.379Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2021-09-16T19:09:58.379Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2021-09-16T19:09:58.379Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2021-09-16T19:09:58.379Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2021-09-16T19:09:58.379Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2021-09-16T19:09:58.379Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2021-09-16T19:09:58.379Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2021-09-16T19:09:58.379Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2021-09-16T19:09:58.379Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2021-09-16T19:09:58.379Z] --- PASS: TestValidateLabel (0.00s) [2021-09-16T19:09:58.379Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2021-09-16T19:09:58.379Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2021-09-16T19:09:58.379Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2021-09-16T19:09:58.379Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2021-09-16T19:09:58.379Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2021-09-16T19:09:58.379Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2021-09-16T19:09:58.379Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2021-09-16T19:09:58.379Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2021-09-16T19:09:58.379Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2021-09-16T19:09:58.379Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2021-09-16T19:09:58.379Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2021-09-16T19:09:58.379Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2021-09-16T19:09:58.379Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2021-09-16T19:09:58.379Z] === RUN TestNamedListOpts [2021-09-16T19:09:58.379Z] --- PASS: TestNamedListOpts (0.00s) [2021-09-16T19:09:58.379Z] === RUN TestNamedMapOpts [2021-09-16T19:09:58.379Z] --- PASS: TestNamedMapOpts (0.00s) [2021-09-16T19:09:58.379Z] === RUN TestParseLink [2021-09-16T19:09:58.379Z] --- PASS: TestParseLink (0.00s) [2021-09-16T19:09:58.379Z] === RUN TestQuotedStringSetWithQuotes [2021-09-16T19:09:58.379Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2021-09-16T19:09:58.379Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2021-09-16T19:09:58.379Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2021-09-16T19:09:58.379Z] === RUN TestQuotedStringSetWithNoQuotes [2021-09-16T19:09:58.379Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2021-09-16T19:09:58.379Z] === RUN TestUlimitOpt [2021-09-16T19:09:58.379Z] --- PASS: TestUlimitOpt (0.00s) [2021-09-16T19:09:58.379Z] PASS [2021-09-16T19:09:58.379Z] coverage: 67.1% of statements [2021-09-16T19:09:58.379Z] ok github.com/docker/docker/opts 0.056s coverage: 67.1% of statements [2021-09-16T19:09:58.752Z] === RUN Test [2021-09-16T19:09:58.752Z] === RUN Test/TestContainsEntry [2021-09-16T19:09:58.752Z] === RUN Test/TestCreateEntries [2021-09-16T19:09:58.752Z] === RUN Test/TestEntriesDiff [2021-09-16T19:09:58.752Z] === RUN Test/TestEntriesEquality [2021-09-16T19:09:58.752Z] === RUN Test/TestGenerateWithMalformedInputAtRangeEnd [2021-09-16T19:09:58.752Z] === RUN Test/TestGenerateWithMalformedInputAtRangeStart [2021-09-16T19:09:58.752Z] === RUN Test/TestGeneratorMatchFailedNotGenerate [2021-09-16T19:09:58.752Z] === RUN Test/TestGeneratorNotGenerate [2021-09-16T19:09:58.752Z] === RUN Test/TestGeneratorWithPort [2021-09-16T19:09:58.752Z] === RUN Test/TestGeneratorWithPortNotGenerate [2021-09-16T19:09:58.752Z] === RUN Test/TestNewEntry [2021-09-16T19:09:58.752Z] === RUN Test/TestParse [2021-09-16T19:09:58.752Z] --- PASS: Test (0.00s) [2021-09-16T19:09:58.752Z] --- PASS: Test/TestContainsEntry (0.00s) [2021-09-16T19:09:58.752Z] --- PASS: Test/TestCreateEntries (0.00s) [2021-09-16T19:09:58.752Z] --- PASS: Test/TestEntriesDiff (0.00s) [2021-09-16T19:09:58.752Z] --- PASS: Test/TestEntriesEquality (0.00s) [2021-09-16T19:09:58.752Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeEnd (0.00s) [2021-09-16T19:09:58.752Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeStart (0.00s) [2021-09-16T19:09:58.752Z] --- PASS: Test/TestGeneratorMatchFailedNotGenerate (0.00s) [2021-09-16T19:09:58.752Z] --- PASS: Test/TestGeneratorNotGenerate (0.00s) [2021-09-16T19:09:58.752Z] --- PASS: Test/TestGeneratorWithPort (0.00s) [2021-09-16T19:09:58.752Z] --- PASS: Test/TestGeneratorWithPortNotGenerate (0.00s) [2021-09-16T19:09:58.752Z] --- PASS: Test/TestNewEntry (0.00s) [2021-09-16T19:09:58.752Z] --- PASS: Test/TestParse (0.00s) [2021-09-16T19:09:58.752Z] PASS [2021-09-16T19:09:58.752Z] coverage: 58.3% of statements [2021-09-16T19:09:58.752Z] ok github.com/docker/docker/pkg/discovery 0.039s coverage: 58.3% of statements [2021-09-16T19:09:58.849Z] --- PASS: TestNetworkDBJoinLeaveNetwork (2.83s) [2021-09-16T19:09:58.849Z] === RUN TestNetworkDBJoinLeaveNetworks [2021-09-16T19:09:58.879Z] === RUN TestDockerNetworkMacvlan/Subinterface [2021-09-16T19:09:59.209Z] 2021/09/16 19:09:58 Closing DB instances... [2021-09-16T19:09:59.209Z] --- PASS: TestTarFiles (3.15s) [2021-09-16T19:09:59.209Z] === RUN TestTarUntar [2021-09-16T19:09:59.209Z] --- PASS: TestTarUntar (0.03s) [2021-09-16T19:09:59.209Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2021-09-16T19:09:59.209Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s) [2021-09-16T19:09:59.209Z] === RUN TestTarWithOptions [2021-09-16T19:09:59.209Z] --- PASS: TestTarWithOptions (0.02s) [2021-09-16T19:09:59.209Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2021-09-16T19:09:59.209Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2021-09-16T19:09:59.209Z] === RUN TestUntarUstarGnuConflict [2021-09-16T19:09:59.209Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2021-09-16T19:09:59.209Z] === RUN TestUntarInvalidFilenames [2021-09-16T19:09:59.209Z] === RUN Test [2021-09-16T19:09:59.209Z] === RUN Test/TestContent [2021-09-16T19:09:59.209Z] === RUN Test/TestInitialize [2021-09-16T19:09:59.209Z] === RUN Test/TestNew [2021-09-16T19:09:59.209Z] === RUN Test/TestParsingContentsWithComments [2021-09-16T19:09:59.209Z] === RUN Test/TestRegister [2021-09-16T19:09:59.209Z] === RUN Test/TestWatch [2021-09-16T19:09:59.209Z] --- PASS: Test (0.00s) [2021-09-16T19:09:59.209Z] --- PASS: Test/TestContent (0.00s) [2021-09-16T19:09:59.209Z] --- PASS: Test/TestInitialize (0.00s) [2021-09-16T19:09:59.209Z] --- PASS: Test/TestNew (0.00s) [2021-09-16T19:09:59.209Z] --- PASS: Test/TestParsingContentsWithComments (0.00s) [2021-09-16T19:09:59.209Z] --- PASS: Test/TestRegister (0.00s) [2021-09-16T19:09:59.209Z] --- PASS: Test/TestWatch (0.00s) [2021-09-16T19:09:59.209Z] PASS [2021-09-16T19:09:59.209Z] coverage: 92.9% of statements [2021-09-16T19:09:59.209Z] ok github.com/docker/docker/pkg/discovery/file 0.040s coverage: 92.9% of statements [2021-09-16T19:09:59.209Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames2852634483\\dest" [2021-09-16T19:09:59.209Z] --- PASS: TestUntarInvalidFilenames (0.13s) [2021-09-16T19:09:59.209Z] === RUN TestUntarHardlinkToSymlink [2021-09-16T19:09:59.209Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2021-09-16T19:09:59.209Z] === RUN TestUntarInvalidHardlink [2021-09-16T19:09:59.209Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1457873782\\victim\\hello" -> "../victim/hello" [2021-09-16T19:09:59.209Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3648716814\\victim\\hello" -> "/../victim/hello" [2021-09-16T19:09:59.209Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1360613851\\victim" -> "../victim" [2021-09-16T19:09:59.209Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink713171485\\victim" -> "../victim" [2021-09-16T19:09:59.209Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1525251139\\victim" -> "../victim" [2021-09-16T19:09:59.209Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink4210808080\\victim" -> "../victim" [2021-09-16T19:09:59.209Z] --- PASS: TestUntarInvalidHardlink (0.02s) [2021-09-16T19:09:59.209Z] === RUN TestUntarInvalidSymlink [2021-09-16T19:09:59.209Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2135650129\\dest\\dotdot" -> "../victim/hello" [2021-09-16T19:09:59.209Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink51832984\\dest\\slash-dotdot" -> "/../victim/hello" [2021-09-16T19:09:59.209Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3310984077\\dest\\loophole-victim" -> "../victim" [2021-09-16T19:09:59.209Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink619947098\\dest\\loophole-victim" -> "../victim" [2021-09-16T19:09:59.209Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1344552833\\dest\\loophole-victim" -> "../victim" [2021-09-16T19:09:59.209Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3633706451\\dest\\loophole-victim" -> "../victim" [2021-09-16T19:09:59.665Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3670427889\\dest\\dir\\loophole" -> "../../victim" [2021-09-16T19:09:59.665Z] --- PASS: TestUntarInvalidSymlink (0.03s) [2021-09-16T19:09:59.665Z] === RUN TestTempArchiveCloseMultipleTimes [2021-09-16T19:09:59.665Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2021-09-16T19:09:59.665Z] === RUN TestXGlobalNoParent [2021-09-16T19:09:59.665Z] --- PASS: TestXGlobalNoParent (0.00s) [2021-09-16T19:09:59.665Z] === RUN TestReplaceFileTarWrapper [2021-09-16T19:09:59.665Z] --- PASS: TestReplaceFileTarWrapper (0.13s) [2021-09-16T19:09:59.665Z] === RUN TestPrefixHeaderReadable [2021-09-16T19:09:59.665Z] --- PASS: TestPrefixHeaderReadable (0.02s) [2021-09-16T19:09:59.665Z] === RUN TestDisablePigz [2021-09-16T19:09:59.665Z] archive_test.go:1344: Test will not check full path when Pigz not installed [2021-09-16T19:09:59.665Z] --- PASS: TestDisablePigz (0.09s) [2021-09-16T19:09:59.665Z] === RUN TestPigz [2021-09-16T19:09:59.665Z] archive_test.go:1373: Tested whether Pigz is not used, as it not installed [2021-09-16T19:09:59.665Z] --- PASS: TestPigz (0.10s) [2021-09-16T19:09:59.665Z] === RUN TestCopyFileWithInvalidDest [2021-09-16T19:09:59.665Z] archive_windows_test.go:16: Currently fails [2021-09-16T19:09:59.665Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2021-09-16T19:09:59.665Z] === RUN TestCanonicalTarNameForPath [2021-09-16T19:09:59.665Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2021-09-16T19:09:59.665Z] === RUN TestCanonicalTarName [2021-09-16T19:09:59.665Z] --- PASS: TestCanonicalTarName (0.00s) [2021-09-16T19:09:59.665Z] === RUN TestChmodTarEntry [2021-09-16T19:09:59.665Z] --- PASS: TestChmodTarEntry (0.00s) [2021-09-16T19:09:59.665Z] === RUN TestHardLinkOrder [2021-09-16T19:09:59.665Z] --- PASS: TestHardLinkOrder (0.06s) [2021-09-16T19:09:59.665Z] === RUN TestChangeString [2021-09-16T19:09:59.665Z] --- PASS: TestChangeString (0.00s) [2021-09-16T19:09:59.665Z] === RUN TestChangesWithNoChanges [2021-09-16T19:09:59.665Z] --- PASS: TestChangesWithNoChanges (0.02s) [2021-09-16T19:09:59.665Z] === RUN TestChangesWithChanges [2021-09-16T19:09:59.665Z] --- PASS: TestChangesWithChanges (0.02s) [2021-09-16T19:09:59.816Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2021-09-16T19:09:59.839Z] === RUN TestPeerCertificateMarshalJSON [2021-09-16T19:09:59.839Z] === RUN TestIsArchivePathDir [2021-09-16T19:09:59.839Z] --- PASS: TestIsArchivePathDir (0.05s) [2021-09-16T19:09:59.839Z] === RUN TestIsArchivePathInvalidFile [2021-09-16T19:09:59.839Z] --- PASS: TestIsArchivePathInvalidFile (0.10s) [2021-09-16T19:09:59.839Z] === RUN TestIsArchivePathTar [2021-09-16T19:09:59.839Z] --- PASS: TestIsArchivePathTar (0.12s) [2021-09-16T19:09:59.839Z] === RUN TestDecompressStreamGzip [2021-09-16T19:10:00.122Z] === RUN TestChangesWithChangesGH13590 [2021-09-16T19:10:00.122Z] changes_test.go:195: needs more investigation [2021-09-16T19:10:00.122Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2021-09-16T19:10:00.122Z] === RUN TestChangesDirsEmpty [2021-09-16T19:10:00.122Z] changes_test.go:260: FIXME: broken on Windows 1903 and up; see #39846 [2021-09-16T19:10:00.122Z] --- SKIP: TestChangesDirsEmpty (0.00s) [2021-09-16T19:10:00.122Z] === RUN TestChangesDirsMutated [2021-09-16T19:10:00.122Z] changes_test.go:354: FIXME: broken on Windows 1903 and up; see #39846 [2021-09-16T19:10:00.122Z] --- SKIP: TestChangesDirsMutated (0.00s) [2021-09-16T19:10:00.122Z] === RUN TestApplyLayer [2021-09-16T19:10:00.122Z] changes_test.go:432: needs further investigation [2021-09-16T19:10:00.122Z] --- SKIP: TestApplyLayer (0.00s) [2021-09-16T19:10:00.122Z] === RUN TestChangesSizeWithHardlinks [2021-09-16T19:10:00.122Z] changes_test.go:468: needs further investigation [2021-09-16T19:10:00.122Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2021-09-16T19:10:00.122Z] === RUN TestChangesSizeWithNoChanges [2021-09-16T19:10:00.122Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2021-09-16T19:10:00.122Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2021-09-16T19:10:00.122Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2021-09-16T19:10:00.122Z] === RUN TestChangesSize [2021-09-16T19:10:00.122Z] --- PASS: TestChangesSize (0.00s) [2021-09-16T19:10:00.122Z] === RUN TestApplyLayerInvalidFilenames [2021-09-16T19:10:00.122Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames1032512366\\dest" [2021-09-16T19:10:00.122Z] --- PASS: TestApplyLayerInvalidFilenames (0.01s) [2021-09-16T19:10:00.122Z] === RUN TestApplyLayerInvalidHardlink [2021-09-16T19:10:00.122Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2858284698\\victim\\hello" -> "../victim/hello" [2021-09-16T19:10:00.122Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3431799942\\victim\\hello" -> "/../victim/hello" [2021-09-16T19:10:00.122Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2312670379\\victim" -> "../victim" [2021-09-16T19:10:00.122Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1877292632\\victim" -> "../victim" [2021-09-16T19:10:00.122Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink125369929\\victim" -> "../victim" [2021-09-16T19:10:00.122Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2631870098\\victim" -> "../victim" [2021-09-16T19:10:00.122Z] --- PASS: TestApplyLayerInvalidHardlink (0.02s) [2021-09-16T19:10:00.122Z] === RUN TestApplyLayerInvalidSymlink [2021-09-16T19:10:00.122Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink123771936\\dest\\dotdot" -> "../victim/hello" [2021-09-16T19:10:00.122Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3392600611\\dest\\slash-dotdot" -> "/../victim/hello" [2021-09-16T19:10:00.122Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink4186592330\\dest\\loophole-victim" -> "../victim" [2021-09-16T19:10:00.122Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1797377069\\dest\\loophole-victim" -> "../victim" [2021-09-16T19:10:00.122Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3401530527\\dest\\loophole-victim" -> "../victim" [2021-09-16T19:10:00.122Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2141914318\\dest\\loophole-victim" -> "../victim" [2021-09-16T19:10:00.122Z] --- PASS: TestApplyLayerInvalidSymlink (0.02s) [2021-09-16T19:10:00.122Z] === RUN TestApplyLayerWhiteouts [2021-09-16T19:10:00.122Z] --- PASS: TestApplyLayerWhiteouts (0.04s) [2021-09-16T19:10:00.122Z] === RUN TestGenerateEmptyFile [2021-09-16T19:10:00.122Z] --- PASS: TestGenerateEmptyFile (0.00s) [2021-09-16T19:10:00.122Z] === RUN TestGenerateWithContent [2021-09-16T19:10:00.122Z] --- PASS: TestGenerateWithContent (0.00s) [2021-09-16T19:10:00.122Z] PASS [2021-09-16T19:10:00.122Z] coverage: 61.6% of statements [2021-09-16T19:10:00.122Z] ok github.com/docker/docker/pkg/archive 4.721s coverage: 61.6% of statements [2021-09-16T19:10:00.122Z] === RUN Test [2021-09-16T19:10:00.122Z] === RUN Test/TestInitialize [2021-09-16T19:10:00.309Z] --- PASS: TestDecompressStreamGzip (0.10s) [2021-09-16T19:10:00.309Z] === RUN TestDecompressStreamBzip2 [2021-09-16T19:10:00.309Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2021-09-16T19:10:00.309Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2021-09-16T19:10:00.309Z] --- PASS: TestPeerCertificateMarshalJSON (0.45s) [2021-09-16T19:10:00.309Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2021-09-16T19:10:00.309Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2021-09-16T19:10:00.309Z] === RUN TestMiddleware [2021-09-16T19:10:00.309Z] --- PASS: TestMiddleware (0.00s) [2021-09-16T19:10:00.309Z] === RUN TestNewResponseModifier [2021-09-16T19:10:00.309Z] --- PASS: TestNewResponseModifier (0.00s) [2021-09-16T19:10:00.309Z] PASS [2021-09-16T19:10:00.309Z] coverage: 26.8% of statements [2021-09-16T19:10:00.309Z] ok github.com/docker/docker/pkg/authorization 0.491s coverage: 26.8% of statements [2021-09-16T19:10:00.309Z] --- PASS: TestDecompressStreamBzip2 (0.08s) [2021-09-16T19:10:00.309Z] === RUN TestDecompressStreamXz [2021-09-16T19:10:00.309Z] archive_test.go:133: Xz not present in msys2 [2021-09-16T19:10:00.309Z] --- SKIP: TestDecompressStreamXz (0.00s) [2021-09-16T19:10:00.309Z] === RUN TestDecompressStreamZstd [2021-09-16T19:10:00.309Z] archive_test.go:140: zstd not installed [2021-09-16T19:10:00.309Z] --- SKIP: TestDecompressStreamZstd (0.02s) [2021-09-16T19:10:00.309Z] === RUN TestCompressStreamXzUnsupported [2021-09-16T19:10:00.309Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2021-09-16T19:10:00.309Z] === RUN TestCompressStreamBzip2Unsupported [2021-09-16T19:10:00.309Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2021-09-16T19:10:00.309Z] === RUN TestCompressStreamInvalid [2021-09-16T19:10:00.309Z] --- PASS: TestCompressStreamInvalid (0.00s) [2021-09-16T19:10:00.309Z] === RUN TestExtensionInvalid [2021-09-16T19:10:00.309Z] --- PASS: TestExtensionInvalid (0.00s) [2021-09-16T19:10:00.309Z] === RUN TestExtensionUncompressed [2021-09-16T19:10:00.309Z] --- PASS: TestExtensionUncompressed (0.00s) [2021-09-16T19:10:00.309Z] === RUN TestExtensionBzip2 [2021-09-16T19:10:00.309Z] --- PASS: TestExtensionBzip2 (0.00s) [2021-09-16T19:10:00.309Z] === RUN TestExtensionGzip [2021-09-16T19:10:00.309Z] --- PASS: TestExtensionGzip (0.00s) [2021-09-16T19:10:00.309Z] === RUN TestExtensionXz [2021-09-16T19:10:00.309Z] --- PASS: TestExtensionXz (0.00s) [2021-09-16T19:10:00.309Z] === RUN TestExtensionZstd [2021-09-16T19:10:00.309Z] --- PASS: TestExtensionZstd (0.00s) [2021-09-16T19:10:00.309Z] === RUN TestCmdStreamLargeStderr [2021-09-16T19:10:00.309Z] --- PASS: TestCmdStreamLargeStderr (0.06s) [2021-09-16T19:10:00.309Z] === RUN TestCmdStreamBad [2021-09-16T19:10:00.309Z] archive_test.go:252: Failing on Windows CI machines [2021-09-16T19:10:00.309Z] --- SKIP: TestCmdStreamBad (0.00s) [2021-09-16T19:10:00.309Z] === RUN TestCmdStreamGood [2021-09-16T19:10:00.309Z] 2021/09/16 19:10:00 Closing DB instances... [2021-09-16T19:10:00.309Z] --- PASS: TestCmdStreamGood (0.04s) [2021-09-16T19:10:00.309Z] === RUN TestUntarPathWithInvalidDest [2021-09-16T19:10:00.309Z] --- PASS: TestUntarPathWithInvalidDest (0.15s) [2021-09-16T19:10:00.309Z] === RUN TestUntarPathWithInvalidSrc [2021-09-16T19:10:00.309Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2021-09-16T19:10:00.309Z] === RUN TestUntarPath [2021-09-16T19:10:00.309Z] --- PASS: TestUntarPath (0.05s) [2021-09-16T19:10:00.309Z] === RUN TestUntarPathWithDestinationFile [2021-09-16T19:10:00.382Z] === RUN TestDockerNetworkMacvlan/NilParent [2021-09-16T19:10:00.579Z] time="2021-09-16T19:10:00Z" level=info msg="Initializing discovery without TLS" [2021-09-16T19:10:00.579Z] time="2021-09-16T19:10:00Z" level=info msg="Initializing discovery without TLS" [2021-09-16T19:10:00.579Z] time="2021-09-16T19:10:00Z" level=info msg="Initializing discovery without TLS" [2021-09-16T19:10:00.579Z] === RUN Test/TestInitializeWithCerts [2021-09-16T19:10:00.579Z] time="2021-09-16T19:10:00Z" level=info msg="Initializing discovery with TLS" [2021-09-16T19:10:00.579Z] === RUN Test/TestWatch [2021-09-16T19:10:00.579Z] time="2021-09-16T19:10:00Z" level=info msg="Initializing discovery without TLS" [2021-09-16T19:10:00.779Z] --- PASS: TestUntarPathWithDestinationFile (0.04s) [2021-09-16T19:10:00.779Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2021-09-16T19:10:00.779Z] === RUN TestUnbuffered [2021-09-16T19:10:00.779Z] --- PASS: TestUnbuffered (0.00s) [2021-09-16T19:10:00.779Z] === RUN TestRaceUnbuffered [2021-09-16T19:10:00.779Z] --- PASS: TestRaceUnbuffered (0.00s) [2021-09-16T19:10:00.779Z] PASS [2021-09-16T19:10:00.779Z] coverage: 100.0% of statements [2021-09-16T19:10:00.779Z] ok github.com/docker/docker/pkg/broadcaster 0.027s coverage: 100.0% of statements [2021-09-16T19:10:00.779Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.06s) [2021-09-16T19:10:00.779Z] === RUN TestCopyWithTarInvalidSrc [2021-09-16T19:10:00.779Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2021-09-16T19:10:00.779Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2021-09-16T19:10:00.779Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2021-09-16T19:10:00.779Z] === RUN TestCopyWithTarSrcFile [2021-09-16T19:10:00.779Z] --- PASS: TestCopyWithTarSrcFile (0.00s) [2021-09-16T19:10:00.779Z] === RUN TestCopyWithTarSrcFolder [2021-09-16T19:10:00.779Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2021-09-16T19:10:00.779Z] === RUN TestCopyFileWithTarInvalidSrc [2021-09-16T19:10:00.779Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2021-09-16T19:10:00.779Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2021-09-16T19:10:00.779Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.01s) [2021-09-16T19:10:00.779Z] === RUN TestCopyFileWithTarSrcFolder [2021-09-16T19:10:00.779Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2021-09-16T19:10:00.779Z] === RUN TestCopyFileWithTarSrcFile [2021-09-16T19:10:00.779Z] --- PASS: TestCopyFileWithTarSrcFile (0.00s) [2021-09-16T19:10:00.779Z] === RUN TestTarFiles [2021-09-16T19:10:00.779Z] === RUN TestMatch [2021-09-16T19:10:00.779Z] === RUN TestMatch/[[]] [2021-09-16T19:10:00.779Z] === RUN TestMatch/[[foo]] [2021-09-16T19:10:00.779Z] === RUN TestMatch/[[bar]_[foo]] [2021-09-16T19:10:00.779Z] === RUN TestMatch/[[foo_bar]] [2021-09-16T19:10:00.779Z] === RUN TestMatch/[[qux]_[foo]] [2021-09-16T19:10:00.779Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2021-09-16T19:10:00.779Z] === RUN TestMatch/[] [2021-09-16T19:10:00.779Z] === RUN TestMatch/[]#01 [2021-09-16T19:10:00.779Z] === RUN TestMatch/[[qux]] [2021-09-16T19:10:00.779Z] === RUN TestMatch/[[foo_bar_qux]] [2021-09-16T19:10:00.779Z] === RUN TestMatch/[[qux]_[baz]] [2021-09-16T19:10:00.779Z] === RUN TestMatch/[[foo_baz]] [2021-09-16T19:10:00.779Z] --- PASS: TestMatch (0.00s) [2021-09-16T19:10:00.779Z] --- PASS: TestMatch/[[]] (0.00s) [2021-09-16T19:10:00.779Z] --- PASS: TestMatch/[[foo]] (0.00s) [2021-09-16T19:10:00.779Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2021-09-16T19:10:00.779Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2021-09-16T19:10:00.779Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2021-09-16T19:10:00.779Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2021-09-16T19:10:00.779Z] --- PASS: TestMatch/[] (0.00s) [2021-09-16T19:10:00.779Z] --- PASS: TestMatch/[]#01 (0.00s) [2021-09-16T19:10:00.779Z] --- PASS: TestMatch/[[qux]] (0.00s) [2021-09-16T19:10:00.779Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2021-09-16T19:10:00.779Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2021-09-16T19:10:00.779Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2021-09-16T19:10:00.779Z] PASS [2021-09-16T19:10:00.779Z] coverage: 87.5% of statements [2021-09-16T19:10:01.035Z] --- PASS: TestNetworkDBCRUDTableEntry (4.05s) [2021-09-16T19:10:01.035Z] === RUN TestNetworkDBCRUDTableEntries [2021-09-16T19:10:01.250Z] ok github.com/docker/docker/pkg/capabilities 0.034s coverage: 87.5% of statements [2021-09-16T19:10:01.721Z] === RUN TestChrootTarUntar [2021-09-16T19:10:01.721Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2021-09-16T19:10:01.721Z] --- SKIP: TestChrootTarUntar (0.00s) [2021-09-16T19:10:01.721Z] === RUN TestChrootUntarWithHugeExcludesList [2021-09-16T19:10:01.721Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2021-09-16T19:10:01.721Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2021-09-16T19:10:01.721Z] === RUN TestChrootUntarEmptyArchive [2021-09-16T19:10:01.721Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2021-09-16T19:10:01.721Z] === RUN TestChrootTarUntarWithSymlink [2021-09-16T19:10:01.721Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-09-16T19:10:01.721Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2021-09-16T19:10:01.721Z] === RUN TestChrootCopyWithTar [2021-09-16T19:10:01.721Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-09-16T19:10:01.721Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2021-09-16T19:10:01.721Z] === RUN TestChrootCopyFileWithTar [2021-09-16T19:10:01.721Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2021-09-16T19:10:01.721Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2021-09-16T19:10:01.721Z] === RUN TestChrootUntarPath [2021-09-16T19:10:01.721Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-09-16T19:10:01.721Z] --- SKIP: TestChrootUntarPath (0.00s) [2021-09-16T19:10:01.721Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2021-09-16T19:10:01.721Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2021-09-16T19:10:01.721Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2021-09-16T19:10:01.721Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2021-09-16T19:10:01.721Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2021-09-16T19:10:01.721Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2021-09-16T19:10:01.721Z] === RUN TestChrootApplyDotDotFile [2021-09-16T19:10:01.721Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2021-09-16T19:10:01.721Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2021-09-16T19:10:01.721Z] PASS [2021-09-16T19:10:01.721Z] coverage: 15.4% of statements [2021-09-16T19:10:01.721Z] --- PASS: TestNetworkDBJoinLeaveNetworks (2.83s) [2021-09-16T19:10:01.721Z] === RUN TestNetworkDBCRUDTableEntry [2021-09-16T19:10:01.721Z] ok github.com/docker/docker/pkg/chrootarchive 0.070s coverage: 15.4% of statements [2021-09-16T19:10:02.191Z] === RUN TestSizeEmpty [2021-09-16T19:10:02.191Z] --- PASS: TestSizeEmpty (0.00s) [2021-09-16T19:10:02.191Z] === RUN TestSizeEmptyFile [2021-09-16T19:10:02.191Z] --- PASS: TestSizeEmptyFile (0.00s) [2021-09-16T19:10:02.191Z] === RUN TestSizeNonemptyFile [2021-09-16T19:10:02.191Z] --- PASS: TestSizeNonemptyFile (0.00s) [2021-09-16T19:10:02.191Z] === RUN TestSizeNestedDirectoryEmpty [2021-09-16T19:10:02.191Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2021-09-16T19:10:02.191Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2021-09-16T19:10:02.191Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2021-09-16T19:10:02.191Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2021-09-16T19:10:02.191Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2021-09-16T19:10:02.191Z] === RUN TestMoveToSubdir [2021-09-16T19:10:02.191Z] --- PASS: TestMoveToSubdir (0.00s) [2021-09-16T19:10:02.191Z] === RUN TestSizeNonExistingDirectory [2021-09-16T19:10:02.191Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2021-09-16T19:10:02.191Z] PASS [2021-09-16T19:10:02.191Z] coverage: 80.0% of statements [2021-09-16T19:10:02.325Z] === RUN TestDockerNetworkMacvlan/InternalMode [2021-09-16T19:10:02.663Z] ok github.com/docker/docker/pkg/directory 0.040s coverage: 80.0% of statements [2021-09-16T19:10:03.132Z] === RUN Test [2021-09-16T19:10:03.132Z] === RUN Test/TestContainsEntry [2021-09-16T19:10:03.132Z] === RUN Test/TestCreateEntries [2021-09-16T19:10:03.132Z] === RUN Test/TestEntriesDiff [2021-09-16T19:10:03.132Z] === RUN Test/TestEntriesEquality [2021-09-16T19:10:03.132Z] === RUN Test/TestGenerateWithMalformedInputAtRangeEnd [2021-09-16T19:10:03.132Z] === RUN Test/TestGenerateWithMalformedInputAtRangeStart [2021-09-16T19:10:03.132Z] === RUN Test/TestGeneratorMatchFailedNotGenerate [2021-09-16T19:10:03.132Z] === RUN Test/TestGeneratorNotGenerate [2021-09-16T19:10:03.132Z] === RUN Test/TestGeneratorWithPort [2021-09-16T19:10:03.132Z] === RUN Test/TestGeneratorWithPortNotGenerate [2021-09-16T19:10:03.132Z] === RUN Test/TestNewEntry [2021-09-16T19:10:03.132Z] === RUN Test/TestParse [2021-09-16T19:10:03.132Z] --- PASS: Test (0.00s) [2021-09-16T19:10:03.132Z] --- PASS: Test/TestContainsEntry (0.00s) [2021-09-16T19:10:03.132Z] --- PASS: Test/TestCreateEntries (0.00s) [2021-09-16T19:10:03.132Z] --- PASS: Test/TestEntriesDiff (0.00s) [2021-09-16T19:10:03.132Z] --- PASS: Test/TestEntriesEquality (0.00s) [2021-09-16T19:10:03.132Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeEnd (0.00s) [2021-09-16T19:10:03.132Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeStart (0.00s) [2021-09-16T19:10:03.132Z] --- PASS: Test/TestGeneratorMatchFailedNotGenerate (0.00s) [2021-09-16T19:10:03.132Z] --- PASS: Test/TestGeneratorNotGenerate (0.00s) [2021-09-16T19:10:03.132Z] --- PASS: Test/TestGeneratorWithPort (0.00s) [2021-09-16T19:10:03.132Z] --- PASS: Test/TestGeneratorWithPortNotGenerate (0.00s) [2021-09-16T19:10:03.132Z] --- PASS: Test/TestNewEntry (0.00s) [2021-09-16T19:10:03.132Z] --- PASS: Test/TestParse (0.00s) [2021-09-16T19:10:03.132Z] PASS [2021-09-16T19:10:03.132Z] coverage: 58.3% of statements [2021-09-16T19:10:03.132Z] ok github.com/docker/docker/pkg/discovery 0.039s coverage: 58.3% of statements [2021-09-16T19:10:03.203Z] 2021/09/16 19:10:02 Closing DB instances... [2021-09-16T19:10:03.203Z] --- PASS: Test (3.10s) [2021-09-16T19:10:03.203Z] --- PASS: Test/TestInitialize (0.10s) [2021-09-16T19:10:03.203Z] --- PASS: Test/TestInitializeWithCerts (0.00s) [2021-09-16T19:10:03.203Z] --- PASS: Test/TestWatch (3.00s) [2021-09-16T19:10:03.203Z] PASS [2021-09-16T19:10:03.203Z] coverage: 84.1% of statements [2021-09-16T19:10:03.203Z] ok github.com/docker/docker/pkg/discovery/kv 3.146s coverage: 84.1% of statements [2021-09-16T19:10:03.602Z] === RUN Test [2021-09-16T19:10:03.602Z] === RUN Test/TestContent [2021-09-16T19:10:03.602Z] === RUN Test/TestInitialize [2021-09-16T19:10:03.602Z] === RUN Test/TestNew [2021-09-16T19:10:03.602Z] === RUN Test/TestParsingContentsWithComments [2021-09-16T19:10:03.602Z] === RUN Test/TestRegister [2021-09-16T19:10:03.602Z] === RUN Test/TestWatch [2021-09-16T19:10:03.602Z] --- PASS: Test (0.01s) [2021-09-16T19:10:03.602Z] --- PASS: Test/TestContent (0.00s) [2021-09-16T19:10:03.602Z] --- PASS: Test/TestInitialize (0.00s) [2021-09-16T19:10:03.602Z] --- PASS: Test/TestNew (0.00s) [2021-09-16T19:10:03.602Z] --- PASS: Test/TestParsingContentsWithComments (0.00s) [2021-09-16T19:10:03.602Z] --- PASS: Test/TestRegister (0.00s) [2021-09-16T19:10:03.602Z] --- PASS: Test/TestWatch (0.00s) [2021-09-16T19:10:03.602Z] PASS [2021-09-16T19:10:03.602Z] coverage: 92.9% of statements [2021-09-16T19:10:03.602Z] ok github.com/docker/docker/pkg/discovery/file 0.033s coverage: 92.9% of statements [2021-09-16T19:10:03.602Z] --- PASS: TestTarFiles (3.14s) [2021-09-16T19:10:03.602Z] === RUN TestTarUntar [2021-09-16T19:10:03.602Z] --- PASS: TestTarUntar (0.02s) [2021-09-16T19:10:03.602Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2021-09-16T19:10:03.602Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s) [2021-09-16T19:10:03.602Z] === RUN TestTarWithOptions [2021-09-16T19:10:04.072Z] --- PASS: TestTarWithOptions (0.02s) [2021-09-16T19:10:04.072Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2021-09-16T19:10:04.072Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2021-09-16T19:10:04.072Z] === RUN TestUntarUstarGnuConflict [2021-09-16T19:10:04.072Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2021-09-16T19:10:04.072Z] === RUN TestUntarInvalidFilenames [2021-09-16T19:10:04.072Z] 2021/09/16 19:10:03 Closing DB instances... [2021-09-16T19:10:04.072Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames4200442251\\dest" [2021-09-16T19:10:04.072Z] --- PASS: TestUntarInvalidFilenames (0.13s) [2021-09-16T19:10:04.072Z] === RUN TestUntarHardlinkToSymlink [2021-09-16T19:10:04.072Z] --- PASS: TestUntarHardlinkToSymlink (0.00s) [2021-09-16T19:10:04.072Z] === RUN TestUntarInvalidHardlink [2021-09-16T19:10:04.072Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink1688181486\\victim\\hello" -> "../victim/hello" [2021-09-16T19:10:04.072Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2646962085\\victim\\hello" -> "/../victim/hello" [2021-09-16T19:10:04.072Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3533070660\\victim" -> "../victim" [2021-09-16T19:10:04.072Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink957511006\\victim" -> "../victim" [2021-09-16T19:10:04.072Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3142259899\\victim" -> "../victim" [2021-09-16T19:10:04.072Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2047994160\\victim" -> "../victim" [2021-09-16T19:10:04.072Z] --- PASS: TestUntarInvalidHardlink (0.02s) [2021-09-16T19:10:04.072Z] === RUN TestUntarInvalidSymlink [2021-09-16T19:10:04.072Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink4283551625\\dest\\dotdot" -> "../victim/hello" [2021-09-16T19:10:04.072Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1417031879\\dest\\slash-dotdot" -> "/../victim/hello" [2021-09-16T19:10:04.072Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2442286960\\dest\\loophole-victim" -> "../victim" [2021-09-16T19:10:04.072Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink3256658824\\dest\\loophole-victim" -> "../victim" [2021-09-16T19:10:04.072Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2772958774\\dest\\loophole-victim" -> "../victim" [2021-09-16T19:10:04.072Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink4248699140\\dest\\loophole-victim" -> "../victim" [2021-09-16T19:10:04.072Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink546203592\\dest\\dir\\loophole" -> "../../victim" [2021-09-16T19:10:04.072Z] --- PASS: TestUntarInvalidSymlink (0.03s) [2021-09-16T19:10:04.072Z] === RUN TestTempArchiveCloseMultipleTimes [2021-09-16T19:10:04.072Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2021-09-16T19:10:04.072Z] === RUN TestXGlobalNoParent [2021-09-16T19:10:04.072Z] --- PASS: TestXGlobalNoParent (0.00s) [2021-09-16T19:10:04.072Z] === RUN TestReplaceFileTarWrapper [2021-09-16T19:10:04.072Z] --- PASS: TestReplaceFileTarWrapper (0.15s) [2021-09-16T19:10:04.072Z] === RUN TestPrefixHeaderReadable [2021-09-16T19:10:04.072Z] --- PASS: TestPrefixHeaderReadable (0.02s) [2021-09-16T19:10:04.072Z] === RUN TestDisablePigz [2021-09-16T19:10:04.072Z] archive_test.go:1344: Test will not check full path when Pigz not installed [2021-09-16T19:10:04.164Z] === RUN Test [2021-09-16T19:10:04.164Z] === RUN Test/TestWatch [2021-09-16T19:10:04.164Z] --- PASS: Test (0.00s) [2021-09-16T19:10:04.164Z] --- PASS: Test/TestWatch (0.00s) [2021-09-16T19:10:04.164Z] PASS [2021-09-16T19:10:04.164Z] coverage: 92.3% of statements [2021-09-16T19:10:04.164Z] ok github.com/docker/docker/pkg/discovery/memory 0.037s coverage: 92.3% of statements [2021-09-16T19:10:04.224Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2021-09-16T19:10:04.543Z] --- PASS: TestDisablePigz (0.20s) [2021-09-16T19:10:04.543Z] === RUN TestPigz [2021-09-16T19:10:04.543Z] archive_test.go:1373: Tested whether Pigz is not used, as it not installed [2021-09-16T19:10:04.543Z] --- PASS: TestPigz (0.11s) [2021-09-16T19:10:04.543Z] === RUN TestCopyFileWithInvalidDest [2021-09-16T19:10:04.543Z] archive_windows_test.go:16: Currently fails [2021-09-16T19:10:04.543Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2021-09-16T19:10:04.543Z] === RUN TestCanonicalTarNameForPath [2021-09-16T19:10:04.543Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2021-09-16T19:10:04.543Z] === RUN TestCanonicalTarName [2021-09-16T19:10:04.543Z] --- PASS: TestCanonicalTarName (0.00s) [2021-09-16T19:10:04.543Z] === RUN TestChmodTarEntry [2021-09-16T19:10:04.543Z] --- PASS: TestChmodTarEntry (0.00s) [2021-09-16T19:10:04.543Z] === RUN TestHardLinkOrder [2021-09-16T19:10:04.543Z] --- PASS: TestHardLinkOrder (0.07s) [2021-09-16T19:10:04.543Z] === RUN TestChangeString [2021-09-16T19:10:04.543Z] --- PASS: TestChangeString (0.00s) [2021-09-16T19:10:04.543Z] === RUN TestChangesWithNoChanges [2021-09-16T19:10:04.543Z] --- PASS: TestChangesWithNoChanges (0.01s) [2021-09-16T19:10:04.543Z] === RUN TestChangesWithChanges [2021-09-16T19:10:04.543Z] --- PASS: TestChangesWithChanges (0.02s) [2021-09-16T19:10:04.543Z] === RUN TestChangesWithChangesGH13590 [2021-09-16T19:10:04.543Z] changes_test.go:195: needs more investigation [2021-09-16T19:10:04.543Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2021-09-16T19:10:04.543Z] === RUN TestChangesDirsEmpty [2021-09-16T19:10:04.543Z] changes_test.go:260: FIXME: broken on Windows 1903 and up; see #39846 [2021-09-16T19:10:04.543Z] --- SKIP: TestChangesDirsEmpty (0.00s) [2021-09-16T19:10:04.543Z] === RUN TestChangesDirsMutated [2021-09-16T19:10:04.543Z] changes_test.go:354: FIXME: broken on Windows 1903 and up; see #39846 [2021-09-16T19:10:04.543Z] --- SKIP: TestChangesDirsMutated (0.00s) [2021-09-16T19:10:04.543Z] === RUN TestApplyLayer [2021-09-16T19:10:04.543Z] changes_test.go:432: needs further investigation [2021-09-16T19:10:04.543Z] --- SKIP: TestApplyLayer (0.00s) [2021-09-16T19:10:04.543Z] === RUN TestChangesSizeWithHardlinks [2021-09-16T19:10:04.543Z] changes_test.go:468: needs further investigation [2021-09-16T19:10:04.543Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2021-09-16T19:10:04.543Z] === RUN TestChangesSizeWithNoChanges [2021-09-16T19:10:04.543Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2021-09-16T19:10:04.543Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2021-09-16T19:10:04.543Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2021-09-16T19:10:04.543Z] === RUN TestChangesSize [2021-09-16T19:10:04.543Z] --- PASS: TestChangesSize (0.00s) [2021-09-16T19:10:04.543Z] === RUN TestApplyLayerInvalidFilenames [2021-09-16T19:10:04.544Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames821414402\\dest" [2021-09-16T19:10:04.544Z] --- PASS: TestApplyLayerInvalidFilenames (0.01s) [2021-09-16T19:10:04.544Z] === RUN TestApplyLayerInvalidHardlink [2021-09-16T19:10:04.544Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink381331936\\victim\\hello" -> "../victim/hello" [2021-09-16T19:10:04.544Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2661159474\\victim\\hello" -> "/../victim/hello" [2021-09-16T19:10:04.544Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2647063724\\victim" -> "../victim" [2021-09-16T19:10:04.544Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink572045707\\victim" -> "../victim" [2021-09-16T19:10:04.544Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink3054223206\\victim" -> "../victim" [2021-09-16T19:10:04.544Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink609865609\\victim" -> "../victim" [2021-09-16T19:10:04.544Z] --- PASS: TestApplyLayerInvalidHardlink (0.02s) [2021-09-16T19:10:04.544Z] === RUN TestApplyLayerInvalidSymlink [2021-09-16T19:10:04.544Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink812794409\\dest\\dotdot" -> "../victim/hello" [2021-09-16T19:10:04.544Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3812533034\\dest\\slash-dotdot" -> "/../victim/hello" [2021-09-16T19:10:04.544Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3211547791\\dest\\loophole-victim" -> "../victim" [2021-09-16T19:10:04.544Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink4002710439\\dest\\loophole-victim" -> "../victim" [2021-09-16T19:10:04.544Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3702967313\\dest\\loophole-victim" -> "../victim" [2021-09-16T19:10:04.544Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink461720107\\dest\\loophole-victim" -> "../victim" [2021-09-16T19:10:04.544Z] --- PASS: TestApplyLayerInvalidSymlink (0.02s) [2021-09-16T19:10:04.544Z] === RUN TestApplyLayerWhiteouts [2021-09-16T19:10:04.544Z] --- PASS: TestApplyLayerWhiteouts (0.04s) [2021-09-16T19:10:04.544Z] === RUN TestGenerateEmptyFile [2021-09-16T19:10:04.544Z] --- PASS: TestGenerateEmptyFile (0.00s) [2021-09-16T19:10:04.544Z] === RUN TestGenerateWithContent [2021-09-16T19:10:04.544Z] --- PASS: TestGenerateWithContent (0.00s) [2021-09-16T19:10:04.544Z] PASS [2021-09-16T19:10:04.544Z] coverage: 61.6% of statements [2021-09-16T19:10:04.544Z] ok github.com/docker/docker/pkg/archive 4.968s coverage: 61.6% of statements [2021-09-16T19:10:04.544Z] === RUN Test [2021-09-16T19:10:04.544Z] === RUN Test/TestInitialize [2021-09-16T19:10:04.620Z] --- PASS: TestNetworkDBCRUDTableEntries (3.43s) [2021-09-16T19:10:04.620Z] === RUN TestNetworkDBNodeLeave [2021-09-16T19:10:04.620Z] === RUN Test [2021-09-16T19:10:04.620Z] === RUN Test/TestInitialize [2021-09-16T19:10:04.620Z] === RUN Test/TestInitializeWithPattern [2021-09-16T19:10:04.620Z] === RUN Test/TestRegister [2021-09-16T19:10:04.620Z] === RUN Test/TestWatch [2021-09-16T19:10:04.620Z] --- PASS: Test (0.00s) [2021-09-16T19:10:04.620Z] --- PASS: Test/TestInitialize (0.00s) [2021-09-16T19:10:04.620Z] --- PASS: Test/TestInitializeWithPattern (0.00s) [2021-09-16T19:10:04.620Z] --- PASS: Test/TestRegister (0.00s) [2021-09-16T19:10:04.620Z] --- PASS: Test/TestWatch (0.00s) [2021-09-16T19:10:04.620Z] PASS [2021-09-16T19:10:04.620Z] coverage: 93.8% of statements [2021-09-16T19:10:04.620Z] ok github.com/docker/docker/pkg/discovery/nodes 0.036s coverage: 93.8% of statements [2021-09-16T19:10:05.014Z] time="2021-09-16T19:10:04Z" level=info msg="Initializing discovery without TLS" [2021-09-16T19:10:05.014Z] time="2021-09-16T19:10:04Z" level=info msg="Initializing discovery without TLS" [2021-09-16T19:10:05.014Z] time="2021-09-16T19:10:04Z" level=info msg="Initializing discovery without TLS" [2021-09-16T19:10:05.014Z] === RUN Test/TestInitializeWithCerts [2021-09-16T19:10:05.014Z] time="2021-09-16T19:10:04Z" level=info msg="Initializing discovery with TLS" [2021-09-16T19:10:05.014Z] === RUN Test/TestWatch [2021-09-16T19:10:05.014Z] time="2021-09-16T19:10:04Z" level=info msg="Initializing discovery without TLS" [2021-09-16T19:10:05.075Z] === RUN TestPollerAddRemove [2021-09-16T19:10:05.075Z] --- PASS: TestPollerAddRemove (0.00s) [2021-09-16T19:10:05.075Z] === RUN TestPollerEvent [2021-09-16T19:10:05.075Z] poller_test.go:40: No chmod on Windows [2021-09-16T19:10:05.075Z] --- SKIP: TestPollerEvent (0.00s) [2021-09-16T19:10:05.075Z] === RUN TestPollerClose [2021-09-16T19:10:05.075Z] --- PASS: TestPollerClose (0.00s) [2021-09-16T19:10:05.075Z] PASS [2021-09-16T19:10:05.075Z] coverage: 36.2% of statements [2021-09-16T19:10:05.075Z] ok github.com/docker/docker/pkg/filenotify 0.036s coverage: 36.2% of statements [2021-09-16T19:10:06.004Z] --- PASS: TestNetworkDBCRUDTableEntry (4.04s) [2021-09-16T19:10:06.004Z] === RUN TestNetworkDBCRUDTableEntries [2021-09-16T19:10:06.036Z] === RUN TestCopyFileWithInvalidSrc [2021-09-16T19:10:06.036Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2021-09-16T19:10:06.036Z] === RUN TestCopyFileWithInvalidDest [2021-09-16T19:10:06.036Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2021-09-16T19:10:06.036Z] === RUN TestCopyFileWithSameSrcAndDest [2021-09-16T19:10:06.036Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2021-09-16T19:10:06.036Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2021-09-16T19:10:06.036Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2021-09-16T19:10:06.036Z] === RUN TestCopyFile [2021-09-16T19:10:06.036Z] --- PASS: TestCopyFile (0.00s) [2021-09-16T19:10:06.036Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2021-09-16T19:10:06.036Z] fileutils_test.go:133: Needs porting to Windows [2021-09-16T19:10:06.036Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2021-09-16T19:10:06.036Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2021-09-16T19:10:06.036Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2021-09-16T19:10:06.036Z] === RUN TestReadSymlinkedDirectoryToFile [2021-09-16T19:10:06.036Z] fileutils_test.go:179: Needs porting to Windows [2021-09-16T19:10:06.036Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2021-09-16T19:10:06.036Z] === RUN TestWildcardMatches [2021-09-16T19:10:06.036Z] --- PASS: TestWildcardMatches (0.00s) [2021-09-16T19:10:06.036Z] === RUN TestPatternMatches [2021-09-16T19:10:06.036Z] --- PASS: TestPatternMatches (0.00s) [2021-09-16T19:10:06.036Z] === RUN TestExclusionPatternMatchesPatternBefore [2021-09-16T19:10:06.036Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2021-09-16T19:10:06.036Z] === RUN TestPatternMatchesFolderExclusions [2021-09-16T19:10:06.036Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2021-09-16T19:10:06.036Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2021-09-16T19:10:06.036Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2021-09-16T19:10:06.036Z] === RUN TestPatternMatchesFolderWildcardExclusions [2021-09-16T19:10:06.036Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2021-09-16T19:10:06.036Z] === RUN TestExclusionPatternMatchesPatternAfter [2021-09-16T19:10:06.036Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2021-09-16T19:10:06.036Z] === RUN TestExclusionPatternMatchesWholeDirectory [2021-09-16T19:10:06.036Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2021-09-16T19:10:06.036Z] === RUN TestSingleExclamationError [2021-09-16T19:10:06.036Z] --- PASS: TestSingleExclamationError (0.00s) [2021-09-16T19:10:06.036Z] === RUN TestMatchesWithNoPatterns [2021-09-16T19:10:06.036Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2021-09-16T19:10:06.036Z] === RUN TestMatchesWithMalformedPatterns [2021-09-16T19:10:06.036Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2021-09-16T19:10:06.036Z] === RUN TestMatches [2021-09-16T19:10:06.036Z] === RUN TestMatches/MatchesOrParentMatches [2021-09-16T19:10:06.036Z] === RUN TestMatches/MatchesUsingParentResult [2021-09-16T19:10:06.036Z] --- PASS: TestMatches (0.01s) [2021-09-16T19:10:06.036Z] --- PASS: TestMatches/MatchesOrParentMatches (0.00s) [2021-09-16T19:10:06.036Z] --- PASS: TestMatches/MatchesUsingParentResult (0.00s) [2021-09-16T19:10:06.036Z] === RUN TestCleanPatterns [2021-09-16T19:10:06.036Z] --- PASS: TestCleanPatterns (0.00s) [2021-09-16T19:10:06.036Z] === RUN TestCleanPatternsStripEmptyPatterns [2021-09-16T19:10:06.036Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2021-09-16T19:10:06.036Z] === RUN TestCleanPatternsExceptionFlag [2021-09-16T19:10:06.036Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2021-09-16T19:10:06.036Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2021-09-16T19:10:06.036Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2021-09-16T19:10:06.036Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2021-09-16T19:10:06.036Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2021-09-16T19:10:06.036Z] === RUN TestCleanPatternsErrorSingleException [2021-09-16T19:10:06.036Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2021-09-16T19:10:06.036Z] === RUN TestCreateIfNotExistsDir [2021-09-16T19:10:06.036Z] --- PASS: TestCreateIfNotExistsDir (0.01s) [2021-09-16T19:10:06.036Z] === RUN TestCreateIfNotExistsFile [2021-09-16T19:10:06.036Z] --- PASS: TestCreateIfNotExistsFile (0.01s) [2021-09-16T19:10:06.036Z] === RUN TestMatch [2021-09-16T19:10:06.036Z] --- PASS: TestMatch (0.00s) [2021-09-16T19:10:06.036Z] PASS [2021-09-16T19:10:06.036Z] coverage: 82.2% of statements [2021-09-16T19:10:06.036Z] ok github.com/docker/docker/pkg/fileutils 0.063s coverage: 82.2% of statements [2021-09-16T19:10:06.491Z] === RUN TestGet [2021-09-16T19:10:06.492Z] --- PASS: TestGet (0.00s) [2021-09-16T19:10:06.492Z] === RUN TestGetShortcutString [2021-09-16T19:10:06.492Z] --- PASS: TestGetShortcutString (0.00s) [2021-09-16T19:10:06.492Z] PASS [2021-09-16T19:10:06.492Z] coverage: 42.9% of statements [2021-09-16T19:10:06.492Z] ok github.com/docker/docker/pkg/homedir 0.032s coverage: 42.9% of statements [2021-09-16T19:10:06.947Z] --- PASS: TestGetAddress (16.65s) [2021-09-16T19:10:06.947Z] === RUN TestRequestSyntaxCheck [2021-09-16T19:10:06.947Z] --- PASS: TestRequestSyntaxCheck (0.01s) [2021-09-16T19:10:06.947Z] === RUN TestRequest [2021-09-16T19:10:06.947Z] === RUN TestCreateIDMapOrder [2021-09-16T19:10:06.947Z] --- PASS: TestCreateIDMapOrder (0.00s) [2021-09-16T19:10:06.947Z] PASS [2021-09-16T19:10:06.947Z] coverage: 7.2% of statements [2021-09-16T19:10:06.947Z] ok github.com/docker/docker/pkg/idtools 0.033s coverage: 7.2% of statements [2021-09-16T19:10:07.402Z] --- PASS: TestNetworkDBNodeLeave (3.04s) [2021-09-16T19:10:07.402Z] === RUN TestNetworkDBWatch [2021-09-16T19:10:07.510Z] === RUN TestDockerNetworkMacvlan/Addressing [2021-09-16T19:10:07.859Z] === RUN TestFixedBufferCap [2021-09-16T19:10:07.859Z] --- PASS: TestFixedBufferCap (0.00s) [2021-09-16T19:10:07.859Z] === RUN TestFixedBufferLen [2021-09-16T19:10:07.859Z] --- PASS: TestFixedBufferLen (0.00s) [2021-09-16T19:10:07.859Z] === RUN TestFixedBufferString [2021-09-16T19:10:07.859Z] --- PASS: TestFixedBufferString (0.00s) [2021-09-16T19:10:07.859Z] === RUN TestFixedBufferWrite [2021-09-16T19:10:07.859Z] --- PASS: TestFixedBufferWrite (0.00s) [2021-09-16T19:10:07.859Z] === RUN TestFixedBufferRead [2021-09-16T19:10:07.859Z] --- PASS: TestFixedBufferRead (0.00s) [2021-09-16T19:10:07.859Z] === RUN TestBytesPipeRead [2021-09-16T19:10:07.859Z] --- PASS: TestBytesPipeRead (0.00s) [2021-09-16T19:10:07.859Z] === RUN TestBytesPipeWrite [2021-09-16T19:10:07.859Z] --- PASS: TestBytesPipeWrite (0.00s) [2021-09-16T19:10:07.859Z] === RUN TestBytesPipeWriteRandomChunks [2021-09-16T19:10:08.224Z] --- PASS: Test (3.11s) [2021-09-16T19:10:08.224Z] --- PASS: Test/TestInitialize (0.10s) [2021-09-16T19:10:08.224Z] --- PASS: Test/TestInitializeWithCerts (0.00s) [2021-09-16T19:10:08.224Z] --- PASS: Test/TestWatch (3.00s) [2021-09-16T19:10:08.224Z] PASS [2021-09-16T19:10:08.224Z] coverage: 84.1% of statements [2021-09-16T19:10:08.224Z] ok github.com/docker/docker/pkg/discovery/kv 3.150s coverage: 84.1% of statements [2021-09-16T19:10:08.224Z] 2021/09/16 19:10:07 Closing DB instances... [2021-09-16T19:10:08.224Z] === RUN Test [2021-09-16T19:10:08.224Z] === RUN Test/TestWatch [2021-09-16T19:10:08.224Z] --- PASS: Test (0.00s) [2021-09-16T19:10:08.224Z] --- PASS: Test/TestWatch (0.00s) [2021-09-16T19:10:08.224Z] PASS [2021-09-16T19:10:08.224Z] coverage: 92.3% of statements [2021-09-16T19:10:08.224Z] ok github.com/docker/docker/pkg/discovery/memory 0.032s coverage: 92.3% of statements [2021-09-16T19:10:08.315Z] --- PASS: TestBytesPipeWriteRandomChunks (0.36s) [2021-09-16T19:10:08.315Z] === RUN TestAtomicWriteToFile [2021-09-16T19:10:08.315Z] --- PASS: TestAtomicWriteToFile (0.00s) [2021-09-16T19:10:08.315Z] === RUN TestAtomicWriteSetCommit [2021-09-16T19:10:08.315Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2021-09-16T19:10:08.315Z] === RUN TestAtomicWriteSetCancel [2021-09-16T19:10:08.315Z] --- PASS: TestAtomicWriteSetCancel (0.00s) [2021-09-16T19:10:08.315Z] === RUN TestReadCloserWrapperClose [2021-09-16T19:10:08.315Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2021-09-16T19:10:08.315Z] === RUN TestReaderErrWrapperReadOnError [2021-09-16T19:10:08.315Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2021-09-16T19:10:08.315Z] === RUN TestReaderErrWrapperRead [2021-09-16T19:10:08.315Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2021-09-16T19:10:08.315Z] === RUN TestCancelReadCloser [2021-09-16T19:10:08.315Z] --- PASS: TestCancelReadCloser (0.10s) [2021-09-16T19:10:08.315Z] === RUN TestWriteCloserWrapperClose [2021-09-16T19:10:08.315Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2021-09-16T19:10:08.315Z] === RUN TestNopWriteCloser [2021-09-16T19:10:08.315Z] --- PASS: TestNopWriteCloser (0.00s) [2021-09-16T19:10:08.315Z] === RUN TestNopWriter [2021-09-16T19:10:08.315Z] --- PASS: TestNopWriter (0.00s) [2021-09-16T19:10:08.315Z] === RUN TestWriteCounter [2021-09-16T19:10:08.315Z] --- PASS: TestWriteCounter (0.00s) [2021-09-16T19:10:08.315Z] PASS [2021-09-16T19:10:08.315Z] coverage: 69.2% of statements [2021-09-16T19:10:08.315Z] ok github.com/docker/docker/pkg/ioutils 0.499s coverage: 69.2% of statements [2021-09-16T19:10:08.446Z] --- PASS: TestDockerNetworkMacvlan (10.11s) [2021-09-16T19:10:08.446Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.07s) [2021-09-16T19:10:08.446Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.06s) [2021-09-16T19:10:08.446Z] --- PASS: TestDockerNetworkMacvlan/NilParent (0.91s) [2021-09-16T19:10:08.446Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (0.93s) [2021-09-16T19:10:08.446Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.15s) [2021-09-16T19:10:08.446Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.62s) [2021-09-16T19:10:08.446Z] PASS [2021-09-16T19:10:08.446Z] [2021-09-16T19:10:08.446Z] DONE 8 tests in 11.412s [2021-09-16T19:10:08.446Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2021-09-16T19:10:08.446Z] testing: warning: no tests to run [2021-09-16T19:10:08.446Z] PASS [2021-09-16T19:10:08.446Z] [2021-09-16T19:10:08.446Z] DONE 0 tests in 0.007s [2021-09-16T19:10:08.446Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-09-16T19:10:08.446Z] INFO: Testing against a local daemon [2021-09-16T19:10:08.446Z] === RUN TestAuthZPluginAllowRequest [2021-09-16T19:10:08.770Z] === RUN TestError [2021-09-16T19:10:08.770Z] --- PASS: TestError (0.00s) [2021-09-16T19:10:08.770Z] === RUN TestProgressString [2021-09-16T19:10:08.770Z] === RUN TestProgressString/no_progress [2021-09-16T19:10:08.770Z] === RUN TestProgressString/progress_1 [2021-09-16T19:10:08.770Z] === RUN TestProgressString/some_progress_with_a_start_time [2021-09-16T19:10:08.770Z] === RUN TestProgressString/some_progress_without_a_start_time [2021-09-16T19:10:08.770Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2021-09-16T19:10:08.770Z] === RUN TestProgressString/with_units [2021-09-16T19:10:08.770Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2021-09-16T19:10:08.770Z] === RUN TestProgressString/hide_counts [2021-09-16T19:10:08.770Z] --- PASS: TestProgressString (0.00s) [2021-09-16T19:10:08.770Z] --- PASS: TestProgressString/no_progress (0.00s) [2021-09-16T19:10:08.770Z] --- PASS: TestProgressString/progress_1 (0.00s) [2021-09-16T19:10:08.770Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2021-09-16T19:10:08.770Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2021-09-16T19:10:08.770Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2021-09-16T19:10:08.770Z] --- PASS: TestProgressString/with_units (0.00s) [2021-09-16T19:10:08.770Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2021-09-16T19:10:08.770Z] --- PASS: TestProgressString/hide_counts (0.00s) [2021-09-16T19:10:08.770Z] === RUN TestJSONMessageDisplay [2021-09-16T19:10:09.214Z] === RUN Test [2021-09-16T19:10:09.214Z] === RUN Test/TestInitialize [2021-09-16T19:10:09.214Z] === RUN Test/TestInitializeWithPattern [2021-09-16T19:10:09.214Z] === RUN Test/TestRegister [2021-09-16T19:10:09.214Z] === RUN Test/TestWatch [2021-09-16T19:10:09.214Z] --- PASS: Test (0.00s) [2021-09-16T19:10:09.214Z] --- PASS: Test/TestInitialize (0.00s) [2021-09-16T19:10:09.214Z] --- PASS: Test/TestInitializeWithPattern (0.00s) [2021-09-16T19:10:09.214Z] --- PASS: Test/TestRegister (0.00s) [2021-09-16T19:10:09.214Z] --- PASS: Test/TestWatch (0.00s) [2021-09-16T19:10:09.214Z] PASS [2021-09-16T19:10:09.214Z] coverage: 93.8% of statements [2021-09-16T19:10:09.214Z] ok github.com/docker/docker/pkg/discovery/nodes 0.037s coverage: 93.8% of statements [2021-09-16T19:10:09.214Z] --- PASS: TestNetworkDBCRUDTableEntries (3.42s) [2021-09-16T19:10:09.214Z] === RUN TestNetworkDBNodeLeave [2021-09-16T19:10:09.225Z] --- PASS: TestJSONMessageDisplay (0.12s) [2021-09-16T19:10:09.225Z] === RUN TestJSONMessageDisplayWithJSONError [2021-09-16T19:10:09.225Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2021-09-16T19:10:09.225Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2021-09-16T19:10:09.225Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2021-09-16T19:10:09.225Z] === RUN TestDisplayJSONMessagesStream [2021-09-16T19:10:09.225Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2021-09-16T19:10:09.225Z] PASS [2021-09-16T19:10:09.225Z] coverage: 91.7% of statements [2021-09-16T19:10:09.225Z] ok github.com/docker/docker/pkg/jsonmessage 0.148s coverage: 91.7% of statements [2021-09-16T19:10:09.225Z] 2021/09/16 19:10:08 Closing DB instances... [2021-09-16T19:10:09.681Z] === RUN TestStandardLongPath [2021-09-16T19:10:09.681Z] --- PASS: TestStandardLongPath (0.00s) [2021-09-16T19:10:09.681Z] === RUN TestUNCLongPath [2021-09-16T19:10:09.681Z] --- PASS: TestUNCLongPath (0.00s) [2021-09-16T19:10:09.681Z] PASS [2021-09-16T19:10:09.681Z] coverage: 100.0% of statements [2021-09-16T19:10:09.681Z] ok github.com/docker/docker/pkg/longpath 0.027s coverage: 100.0% of statements [2021-09-16T19:10:09.684Z] === RUN TestPollerAddRemove [2021-09-16T19:10:09.684Z] --- PASS: TestPollerAddRemove (0.00s) [2021-09-16T19:10:09.684Z] === RUN TestPollerEvent [2021-09-16T19:10:09.684Z] poller_test.go:40: No chmod on Windows [2021-09-16T19:10:09.684Z] --- SKIP: TestPollerEvent (0.00s) [2021-09-16T19:10:09.684Z] === RUN TestPollerClose [2021-09-16T19:10:09.684Z] --- PASS: TestPollerClose (0.00s) [2021-09-16T19:10:09.684Z] PASS [2021-09-16T19:10:09.684Z] coverage: 45.7% of statements [2021-09-16T19:10:09.684Z] ok github.com/docker/docker/pkg/filenotify 0.034s coverage: 45.7% of statements [2021-09-16T19:10:09.693Z] a0ddf88812f1: Pull complete [2021-09-16T19:10:09.693Z] Digest: sha256:2b33eda096538c803fbf0c03dc7ea42c3c1b713e30aae03116d989867eda2bf8 [2021-09-16T19:10:09.693Z] Status: Downloaded newer image for mcr.microsoft.com/windows/servercore:ltsc2019 [2021-09-16T19:10:09.693Z] INFO: docker pull of mcr.microsoft.com/windows/servercore:ltsc2019 into daemon under test completed successfully [2021-09-16T19:10:09.693Z] INFO: Tagging mcr.microsoft.com/windows/servercore:ltsc2019 as microsoft/windowsservercore in daemon under test [2021-09-16T19:10:09.693Z] INFO: Version of mcr.microsoft.com/windows/servercore:ltsc2019 is '10.0.17763.2183' [2021-09-16T19:10:09.693Z] WARN: Skipping validation tests [2021-09-16T19:10:09.693Z] INFO: Running unit tests at 09/16/2021 19:10:03... [2021-09-16T19:10:09.693Z] INFO: make.ps1 starting at 09/16/2021 19:10:07 [2021-09-16T19:10:09.693Z] INFO: Git commit (e187eb2bb5) assumed from DOCKER_GITCOMMIT environment variable [2021-09-16T19:10:09.693Z] INFO: Invoking autogen... [2021-09-16T19:10:09.693Z] INFO: Running unit tests... [2021-09-16T19:10:09.820Z] --- PASS: TestAuthZPluginAllowRequest (1.20s) [2021-09-16T19:10:09.820Z] === RUN TestAuthZPluginTLS [2021-09-16T19:10:10.137Z] === RUN TestNameFormat [2021-09-16T19:10:10.137Z] --- PASS: TestNameFormat (0.00s) [2021-09-16T19:10:10.137Z] === RUN TestNameRetries [2021-09-16T19:10:10.137Z] --- PASS: TestNameRetries (0.00s) [2021-09-16T19:10:10.137Z] PASS [2021-09-16T19:10:10.137Z] coverage: 85.7% of statements [2021-09-16T19:10:10.137Z] ok github.com/docker/docker/pkg/namesgenerator 0.028s coverage: 85.7% of statements [2021-09-16T19:10:10.153Z] === RUN TestCopyFileWithInvalidSrc [2021-09-16T19:10:10.154Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2021-09-16T19:10:10.154Z] === RUN TestCopyFileWithInvalidDest [2021-09-16T19:10:10.154Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2021-09-16T19:10:10.154Z] === RUN TestCopyFileWithSameSrcAndDest [2021-09-16T19:10:10.154Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2021-09-16T19:10:10.154Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2021-09-16T19:10:10.154Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2021-09-16T19:10:10.154Z] === RUN TestCopyFile [2021-09-16T19:10:10.154Z] --- PASS: TestCopyFile (0.00s) [2021-09-16T19:10:10.154Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2021-09-16T19:10:10.154Z] fileutils_test.go:133: Needs porting to Windows [2021-09-16T19:10:10.154Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2021-09-16T19:10:10.154Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2021-09-16T19:10:10.154Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2021-09-16T19:10:10.154Z] === RUN TestReadSymlinkedDirectoryToFile [2021-09-16T19:10:10.154Z] fileutils_test.go:179: Needs porting to Windows [2021-09-16T19:10:10.154Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2021-09-16T19:10:10.154Z] === RUN TestWildcardMatches [2021-09-16T19:10:10.154Z] --- PASS: TestWildcardMatches (0.00s) [2021-09-16T19:10:10.154Z] === RUN TestPatternMatches [2021-09-16T19:10:10.154Z] --- PASS: TestPatternMatches (0.00s) [2021-09-16T19:10:10.154Z] === RUN TestExclusionPatternMatchesPatternBefore [2021-09-16T19:10:10.154Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2021-09-16T19:10:10.154Z] === RUN TestPatternMatchesFolderExclusions [2021-09-16T19:10:10.154Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2021-09-16T19:10:10.154Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2021-09-16T19:10:10.154Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2021-09-16T19:10:10.154Z] === RUN TestPatternMatchesFolderWildcardExclusions [2021-09-16T19:10:10.154Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2021-09-16T19:10:10.154Z] === RUN TestExclusionPatternMatchesPatternAfter [2021-09-16T19:10:10.154Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2021-09-16T19:10:10.154Z] === RUN TestExclusionPatternMatchesWholeDirectory [2021-09-16T19:10:10.154Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2021-09-16T19:10:10.154Z] === RUN TestSingleExclamationError [2021-09-16T19:10:10.154Z] --- PASS: TestSingleExclamationError (0.00s) [2021-09-16T19:10:10.154Z] === RUN TestMatchesWithNoPatterns [2021-09-16T19:10:10.154Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2021-09-16T19:10:10.154Z] === RUN TestMatchesWithMalformedPatterns [2021-09-16T19:10:10.154Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2021-09-16T19:10:10.154Z] === RUN TestMatches [2021-09-16T19:10:10.154Z] === RUN TestMatches/MatchesOrParentMatches [2021-09-16T19:10:10.154Z] === RUN TestMatches/MatchesUsingParentResult [2021-09-16T19:10:10.154Z] --- PASS: TestMatches (0.00s) [2021-09-16T19:10:10.154Z] --- PASS: TestMatches/MatchesOrParentMatches (0.00s) [2021-09-16T19:10:10.154Z] --- PASS: TestMatches/MatchesUsingParentResult (0.00s) [2021-09-16T19:10:10.154Z] === RUN TestCleanPatterns [2021-09-16T19:10:10.154Z] --- PASS: TestCleanPatterns (0.00s) [2021-09-16T19:10:10.154Z] === RUN TestCleanPatternsStripEmptyPatterns [2021-09-16T19:10:10.154Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2021-09-16T19:10:10.154Z] === RUN TestCleanPatternsExceptionFlag [2021-09-16T19:10:10.154Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2021-09-16T19:10:10.154Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2021-09-16T19:10:10.154Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2021-09-16T19:10:10.154Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2021-09-16T19:10:10.154Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2021-09-16T19:10:10.154Z] === RUN TestCleanPatternsErrorSingleException [2021-09-16T19:10:10.154Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2021-09-16T19:10:10.154Z] === RUN TestCreateIfNotExistsDir [2021-09-16T19:10:10.154Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2021-09-16T19:10:10.154Z] === RUN TestCreateIfNotExistsFile [2021-09-16T19:10:10.154Z] --- PASS: TestCreateIfNotExistsFile (0.01s) [2021-09-16T19:10:10.154Z] === RUN TestMatch [2021-09-16T19:10:10.154Z] --- PASS: TestMatch (0.00s) [2021-09-16T19:10:10.154Z] PASS [2021-09-16T19:10:10.154Z] coverage: 82.2% of statements [2021-09-16T19:10:10.154Z] ok github.com/docker/docker/pkg/fileutils 0.061s coverage: 82.2% of statements [2021-09-16T19:10:10.386Z] --- PASS: TestAuthZPluginTLS (0.54s) [2021-09-16T19:10:10.386Z] === RUN TestAuthZPluginDenyRequest [2021-09-16T19:10:10.593Z] === RUN TestParseKeyValueOpt [2021-09-16T19:10:10.593Z] --- PASS: TestParseKeyValueOpt (0.00s) [2021-09-16T19:10:10.593Z] === RUN TestParseUintList [2021-09-16T19:10:10.593Z] --- PASS: TestParseUintList (0.00s) [2021-09-16T19:10:10.593Z] === RUN TestParseUintListMaximumLimits [2021-09-16T19:10:10.593Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2021-09-16T19:10:10.593Z] PASS [2021-09-16T19:10:10.593Z] coverage: 97.0% of statements [2021-09-16T19:10:10.593Z] ok github.com/docker/docker/pkg/parsers 0.030s coverage: 97.0% of statements [2021-09-16T19:10:10.593Z] --- PASS: TestNetworkDBWatch (3.02s) [2021-09-16T19:10:10.593Z] === RUN TestNetworkDBBulkSync [2021-09-16T19:10:10.593Z] --- PASS: TestRequest (3.97s) [2021-09-16T19:10:10.593Z] === RUN TestOverlappingRequests [2021-09-16T19:10:10.624Z] === RUN TestGet [2021-09-16T19:10:10.624Z] --- PASS: TestGet (0.00s) [2021-09-16T19:10:10.624Z] === RUN TestGetShortcutString [2021-09-16T19:10:10.624Z] --- PASS: TestGetShortcutString (0.00s) [2021-09-16T19:10:10.624Z] PASS [2021-09-16T19:10:10.624Z] coverage: 42.9% of statements [2021-09-16T19:10:10.624Z] ok github.com/docker/docker/pkg/homedir 0.029s coverage: 42.9% of statements [2021-09-16T19:10:10.624Z] --- PASS: TestGetAddress (16.25s) [2021-09-16T19:10:10.624Z] === RUN TestRequestSyntaxCheck [2021-09-16T19:10:10.624Z] --- PASS: TestRequestSyntaxCheck (0.01s) [2021-09-16T19:10:10.624Z] === RUN TestRequest [2021-09-16T19:10:10.953Z] --- PASS: TestAuthZPluginDenyRequest (0.55s) [2021-09-16T19:10:10.953Z] === RUN TestAuthZPluginAPIDenyResponse [2021-09-16T19:10:11.049Z] --- PASS: TestOverlappingRequests (0.19s) [2021-09-16T19:10:11.049Z] === RUN TestRelease [2021-09-16T19:10:11.049Z] === RUN TestNewAndRemove [2021-09-16T19:10:11.049Z] --- PASS: TestNewAndRemove (0.00s) [2021-09-16T19:10:11.049Z] === RUN TestRemoveInvalidPath [2021-09-16T19:10:11.049Z] --- PASS: TestRemoveInvalidPath (0.00s) [2021-09-16T19:10:11.049Z] PASS [2021-09-16T19:10:11.049Z] coverage: 82.6% of statements [2021-09-16T19:10:11.049Z] ok github.com/docker/docker/pkg/pidfile 0.031s coverage: 82.6% of statements [2021-09-16T19:10:11.212Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.53s) [2021-09-16T19:10:11.212Z] === RUN TestAuthZPluginDenyResponse [2021-09-16T19:10:11.615Z] === RUN TestCreateIDMapOrder [2021-09-16T19:10:11.615Z] --- PASS: TestCreateIDMapOrder (0.00s) [2021-09-16T19:10:11.615Z] PASS [2021-09-16T19:10:11.615Z] coverage: 7.2% of statements [2021-09-16T19:10:11.615Z] ok github.com/docker/docker/pkg/idtools 0.030s coverage: 7.2% of statements [2021-09-16T19:10:11.779Z] --- PASS: TestAuthZPluginDenyResponse (0.53s) [2021-09-16T19:10:11.779Z] === RUN TestAuthZPluginAllowEventStream [2021-09-16T19:10:12.010Z] 2021/09/16 19:10:11 Closing DB instances... [2021-09-16T19:10:12.010Z] --- PASS: TestRelease (0.85s) [2021-09-16T19:10:12.010Z] === RUN TestAllocateRandomDeallocate [2021-09-16T19:10:12.010Z] === RUN TestFailedConnection [2021-09-16T19:10:12.085Z] --- PASS: TestNetworkDBNodeLeave (2.82s) [2021-09-16T19:10:12.085Z] === RUN TestNetworkDBWatch [2021-09-16T19:10:12.085Z] === RUN TestFixedBufferCap [2021-09-16T19:10:12.085Z] --- PASS: TestFixedBufferCap (0.00s) [2021-09-16T19:10:12.085Z] === RUN TestFixedBufferLen [2021-09-16T19:10:12.085Z] --- PASS: TestFixedBufferLen (0.00s) [2021-09-16T19:10:12.085Z] === RUN TestFixedBufferString [2021-09-16T19:10:12.085Z] --- PASS: TestFixedBufferString (0.00s) [2021-09-16T19:10:12.085Z] === RUN TestFixedBufferWrite [2021-09-16T19:10:12.085Z] --- PASS: TestFixedBufferWrite (0.00s) [2021-09-16T19:10:12.085Z] === RUN TestFixedBufferRead [2021-09-16T19:10:12.085Z] --- PASS: TestFixedBufferRead (0.00s) [2021-09-16T19:10:12.085Z] === RUN TestBytesPipeRead [2021-09-16T19:10:12.085Z] --- PASS: TestBytesPipeRead (0.00s) [2021-09-16T19:10:12.085Z] === RUN TestBytesPipeWrite [2021-09-16T19:10:12.085Z] --- PASS: TestBytesPipeWrite (0.00s) [2021-09-16T19:10:12.085Z] === RUN TestBytesPipeWriteRandomChunks [2021-09-16T19:10:12.555Z] --- PASS: TestBytesPipeWriteRandomChunks (0.38s) [2021-09-16T19:10:12.556Z] === RUN TestAtomicWriteToFile [2021-09-16T19:10:12.556Z] --- PASS: TestAtomicWriteToFile (0.00s) [2021-09-16T19:10:12.556Z] === RUN TestAtomicWriteSetCommit [2021-09-16T19:10:12.556Z] --- PASS: TestAtomicWriteSetCommit (0.00s) [2021-09-16T19:10:12.556Z] === RUN TestAtomicWriteSetCancel [2021-09-16T19:10:12.556Z] --- PASS: TestAtomicWriteSetCancel (0.00s) [2021-09-16T19:10:12.556Z] === RUN TestReadCloserWrapperClose [2021-09-16T19:10:12.556Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2021-09-16T19:10:12.556Z] === RUN TestReaderErrWrapperReadOnError [2021-09-16T19:10:12.556Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2021-09-16T19:10:12.556Z] === RUN TestReaderErrWrapperRead [2021-09-16T19:10:12.556Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2021-09-16T19:10:12.556Z] === RUN TestCancelReadCloser [2021-09-16T19:10:12.556Z] --- PASS: TestCancelReadCloser (0.10s) [2021-09-16T19:10:12.556Z] === RUN TestWriteCloserWrapperClose [2021-09-16T19:10:12.556Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2021-09-16T19:10:12.556Z] === RUN TestNopWriteCloser [2021-09-16T19:10:12.556Z] --- PASS: TestNopWriteCloser (0.00s) [2021-09-16T19:10:12.556Z] === RUN TestNopWriter [2021-09-16T19:10:12.556Z] --- PASS: TestNopWriter (0.00s) [2021-09-16T19:10:12.556Z] === RUN TestWriteCounter [2021-09-16T19:10:12.556Z] --- PASS: TestWriteCounter (0.00s) [2021-09-16T19:10:12.556Z] PASS [2021-09-16T19:10:12.556Z] coverage: 69.2% of statements [2021-09-16T19:10:12.556Z] ok github.com/docker/docker/pkg/ioutils 0.525s coverage: 69.2% of statements [2021-09-16T19:10:13.154Z] --- PASS: TestAuthZPluginAllowEventStream (1.17s) [2021-09-16T19:10:13.154Z] === RUN TestAuthZPluginErrorResponse [2021-09-16T19:10:13.538Z] === RUN TestParseEmptyInterface [2021-09-16T19:10:13.538Z] --- PASS: TestParseEmptyInterface (0.00s) [2021-09-16T19:10:13.538Z] === RUN TestParseNonInterfaceType [2021-09-16T19:10:13.538Z] --- PASS: TestParseNonInterfaceType (0.00s) [2021-09-16T19:10:13.538Z] === RUN TestParseWithOneFunction [2021-09-16T19:10:13.538Z] --- PASS: TestParseWithOneFunction (0.00s) [2021-09-16T19:10:13.538Z] === RUN TestParseWithMultipleFuncs [2021-09-16T19:10:13.538Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2021-09-16T19:10:13.538Z] === RUN TestParseWithUnnamedReturn [2021-09-16T19:10:13.538Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2021-09-16T19:10:13.538Z] === RUN TestEmbeddedInterface [2021-09-16T19:10:13.538Z] --- PASS: TestEmbeddedInterface (0.00s) [2021-09-16T19:10:13.538Z] === RUN TestParsedImports [2021-09-16T19:10:13.538Z] --- PASS: TestParsedImports (0.00s) [2021-09-16T19:10:13.538Z] === RUN TestAliasedImports [2021-09-16T19:10:13.538Z] --- PASS: TestAliasedImports (0.00s) [2021-09-16T19:10:13.538Z] PASS [2021-09-16T19:10:13.538Z] coverage: 56.8% of statements [2021-09-16T19:10:13.538Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.037s coverage: 56.8% of statements [2021-09-16T19:10:13.538Z] --- PASS: TestNetworkDBBulkSync (3.02s) [2021-09-16T19:10:13.538Z] === RUN TestNetworkDBCRUDMediumCluster [2021-09-16T19:10:13.538Z] --- PASS: TestAllocateRandomDeallocate (1.93s) [2021-09-16T19:10:13.538Z] === RUN TestRetrieveFromStore [2021-09-16T19:10:13.546Z] === RUN TestError [2021-09-16T19:10:13.546Z] --- PASS: TestError (0.00s) [2021-09-16T19:10:13.546Z] === RUN TestProgressString [2021-09-16T19:10:13.546Z] === RUN TestProgressString/no_progress [2021-09-16T19:10:13.546Z] === RUN TestProgressString/progress_1 [2021-09-16T19:10:13.546Z] === RUN TestProgressString/some_progress_with_a_start_time [2021-09-16T19:10:13.546Z] === RUN TestProgressString/some_progress_without_a_start_time [2021-09-16T19:10:13.546Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2021-09-16T19:10:13.546Z] === RUN TestProgressString/with_units [2021-09-16T19:10:13.546Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2021-09-16T19:10:13.546Z] === RUN TestProgressString/hide_counts [2021-09-16T19:10:13.546Z] --- PASS: TestProgressString (0.00s) [2021-09-16T19:10:13.546Z] --- PASS: TestProgressString/no_progress (0.00s) [2021-09-16T19:10:13.546Z] --- PASS: TestProgressString/progress_1 (0.00s) [2021-09-16T19:10:13.546Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2021-09-16T19:10:13.546Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2021-09-16T19:10:13.546Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2021-09-16T19:10:13.546Z] --- PASS: TestProgressString/with_units (0.00s) [2021-09-16T19:10:13.546Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2021-09-16T19:10:13.546Z] --- PASS: TestProgressString/hide_counts (0.00s) [2021-09-16T19:10:13.546Z] === RUN TestJSONMessageDisplay [2021-09-16T19:10:13.546Z] --- PASS: TestJSONMessageDisplay (0.11s) [2021-09-16T19:10:13.546Z] === RUN TestJSONMessageDisplayWithJSONError [2021-09-16T19:10:13.546Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2021-09-16T19:10:13.546Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2021-09-16T19:10:13.546Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2021-09-16T19:10:13.546Z] === RUN TestDisplayJSONMessagesStream [2021-09-16T19:10:13.546Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2021-09-16T19:10:13.546Z] PASS [2021-09-16T19:10:13.546Z] coverage: 91.7% of statements [2021-09-16T19:10:13.546Z] ok github.com/docker/docker/pkg/jsonmessage 0.144s coverage: 91.7% of statements [2021-09-16T19:10:13.546Z] 2021/09/16 19:10:13 Closing DB instances... [2021-09-16T19:10:13.721Z] --- PASS: TestAuthZPluginErrorResponse (0.54s) [2021-09-16T19:10:13.721Z] === RUN TestAuthZPluginErrorRequest [2021-09-16T19:10:13.979Z] --- PASS: TestAuthZPluginErrorRequest (0.54s) [2021-09-16T19:10:13.979Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-09-16T19:10:13.994Z] === RUN TestHTTPTransport [2021-09-16T19:10:13.994Z] --- PASS: TestHTTPTransport (0.00s) [2021-09-16T19:10:13.994Z] PASS [2021-09-16T19:10:13.994Z] coverage: 85.7% of statements [2021-09-16T19:10:13.994Z] --- PASS: TestFailedConnection (2.01s) [2021-09-16T19:10:13.994Z] === RUN TestFailOnce [2021-09-16T19:10:13.994Z] ok github.com/docker/docker/pkg/plugins/transport 0.030s coverage: 85.7% of statements [2021-09-16T19:10:14.016Z] === RUN TestStandardLongPath [2021-09-16T19:10:14.016Z] --- PASS: TestStandardLongPath (0.00s) [2021-09-16T19:10:14.016Z] === RUN TestUNCLongPath [2021-09-16T19:10:14.016Z] --- PASS: TestUNCLongPath (0.00s) [2021-09-16T19:10:14.016Z] PASS [2021-09-16T19:10:14.016Z] coverage: 100.0% of statements [2021-09-16T19:10:14.016Z] ok github.com/docker/docker/pkg/longpath 0.027s coverage: 100.0% of statements [2021-09-16T19:10:14.449Z] 2021/09/16 19:10:13 http: panic serving 127.0.0.1:49282: Plugin not ready [2021-09-16T19:10:14.449Z] goroutine 22 [running]: [2021-09-16T19:10:14.449Z] net/http.(*conn).serve.func1() [2021-09-16T19:10:14.449Z] c:/go/src/net/http/server.go:1801 +0xb9 [2021-09-16T19:10:14.449Z] panic({0x1049d40, 0x1155e60}) [2021-09-16T19:10:14.449Z] c:/go/src/runtime/panic.go:1047 +0x266 [2021-09-16T19:10:14.449Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1({0xffffffffffffffff, 0x5aa597392999c190}, 0xc0000d7a98) [2021-09-16T19:10:14.449Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x3d [2021-09-16T19:10:14.449Z] net/http.HandlerFunc.ServeHTTP(0x0, {0x1162b28, 0xc0000aa0e0}, 0xf9e8c6) [2021-09-16T19:10:14.449Z] c:/go/src/net/http/server.go:2046 +0x2f [2021-09-16T19:10:14.449Z] net/http.(*ServeMux).ServeHTTP(0x0, {0x1162b28, 0xc0000aa0e0}, 0xc0000b4200) [2021-09-16T19:10:14.449Z] c:/go/src/net/http/server.go:2424 +0x149 [2021-09-16T19:10:14.449Z] net/http.serverHandler.ServeHTTP({0x1161150}, {0x1162b28, 0xc0000aa0e0}, 0xc0000b4200) [2021-09-16T19:10:14.449Z] c:/go/src/net/http/server.go:2878 +0x43b [2021-09-16T19:10:14.449Z] net/http.(*conn).serve(0xc0000c0000, {0x11649c0, 0xc0001820c0}) [2021-09-16T19:10:14.449Z] c:/go/src/net/http/server.go:1929 +0xb08 [2021-09-16T19:10:14.449Z] created by net/http.(*Server).Serve [2021-09-16T19:10:14.449Z] c:/go/src/net/http/server.go:3033 +0x4e8 [2021-09-16T19:10:14.449Z] time="2021-09-16T19:10:13Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49281/Test.FailOnce: Post \"http://127.0.0.1:49281/Test.FailOnce\": EOF, retrying in 1s" [2021-09-16T19:10:14.449Z] --- PASS: TestRetrieveFromStore (0.66s) [2021-09-16T19:10:14.449Z] === RUN TestRequestReleaseAddressDuplicate [2021-09-16T19:10:14.449Z] --- PASS: TestRequestReleaseAddressDuplicate (0.02s) [2021-09-16T19:10:14.449Z] === RUN TestParallelPredefinedRequest1 [2021-09-16T19:10:14.449Z] === PAUSE TestParallelPredefinedRequest1 [2021-09-16T19:10:14.449Z] === RUN TestParallelPredefinedRequest2 [2021-09-16T19:10:14.449Z] === PAUSE TestParallelPredefinedRequest2 [2021-09-16T19:10:14.449Z] === RUN TestParallelPredefinedRequest3 [2021-09-16T19:10:14.449Z] === PAUSE TestParallelPredefinedRequest3 [2021-09-16T19:10:14.449Z] === RUN TestParallelPredefinedRequest4 [2021-09-16T19:10:14.449Z] === PAUSE TestParallelPredefinedRequest4 [2021-09-16T19:10:14.449Z] === RUN TestParallelPredefinedRequest5 [2021-09-16T19:10:14.449Z] === PAUSE TestParallelPredefinedRequest5 [2021-09-16T19:10:14.449Z] === RUN TestDebug [2021-09-16T19:10:14.449Z] --- PASS: TestDebug (0.00s) [2021-09-16T19:10:14.449Z] === RUN TestRequestPoolParallel [2021-09-16T19:10:14.449Z] --- PASS: TestRequestPoolParallel (0.21s) [2021-09-16T19:10:14.449Z] === RUN TestFullAllocateRelease [2021-09-16T19:10:14.449Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2021-09-16T19:10:14.449Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2021-09-16T19:10:14.449Z] === RUN TestBufioReaderPoolPutAndGet [2021-09-16T19:10:14.449Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2021-09-16T19:10:14.449Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2021-09-16T19:10:14.449Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2021-09-16T19:10:14.449Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2021-09-16T19:10:14.449Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2021-09-16T19:10:14.449Z] === RUN TestBufioWriterPoolPutAndGet [2021-09-16T19:10:14.449Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2021-09-16T19:10:14.449Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2021-09-16T19:10:14.449Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2021-09-16T19:10:14.449Z] === RUN TestBufferPoolPutAndGet [2021-09-16T19:10:14.449Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2021-09-16T19:10:14.449Z] PASS [2021-09-16T19:10:14.449Z] coverage: 88.2% of statements [2021-09-16T19:10:14.449Z] ok github.com/docker/docker/pkg/pools 0.044s coverage: 88.2% of statements [2021-09-16T19:10:14.485Z] === RUN TestNameFormat [2021-09-16T19:10:14.485Z] --- PASS: TestNameFormat (0.00s) [2021-09-16T19:10:14.485Z] === RUN TestNameRetries [2021-09-16T19:10:14.485Z] --- PASS: TestNameRetries (0.00s) [2021-09-16T19:10:14.485Z] PASS [2021-09-16T19:10:14.485Z] coverage: 85.7% of statements [2021-09-16T19:10:14.485Z] ok github.com/docker/docker/pkg/namesgenerator 0.027s coverage: 85.7% of statements [2021-09-16T19:10:14.485Z] --- PASS: TestRequest (3.91s) [2021-09-16T19:10:14.485Z] === RUN TestOverlappingRequests [2021-09-16T19:10:14.546Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.54s) [2021-09-16T19:10:14.546Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-09-16T19:10:14.905Z] --- PASS: TestFullAllocateRelease (0.35s) [2021-09-16T19:10:14.905Z] === RUN TestOddAllocateRelease [2021-09-16T19:10:14.905Z] === RUN TestOutputOnPrematureClose [2021-09-16T19:10:14.905Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2021-09-16T19:10:14.905Z] === RUN TestCompleteSilently [2021-09-16T19:10:14.905Z] --- PASS: TestCompleteSilently (0.00s) [2021-09-16T19:10:14.905Z] PASS [2021-09-16T19:10:14.905Z] coverage: 75.9% of statements [2021-09-16T19:10:14.905Z] ok github.com/docker/docker/pkg/progress 0.030s coverage: 75.9% of statements [2021-09-16T19:10:14.905Z] --- PASS: TestOddAllocateRelease (0.19s) [2021-09-16T19:10:14.905Z] === RUN TestFullAllocateSerialReleaseParallel [2021-09-16T19:10:14.955Z] === RUN TestParseKeyValueOpt [2021-09-16T19:10:14.955Z] --- PASS: TestParseKeyValueOpt (0.00s) [2021-09-16T19:10:14.955Z] === RUN TestParseUintList [2021-09-16T19:10:14.955Z] --- PASS: TestParseUintList (0.00s) [2021-09-16T19:10:14.955Z] === RUN TestParseUintListMaximumLimits [2021-09-16T19:10:14.955Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2021-09-16T19:10:14.955Z] PASS [2021-09-16T19:10:14.955Z] coverage: 97.0% of statements [2021-09-16T19:10:14.955Z] ok github.com/docker/docker/pkg/parsers 0.048s coverage: 97.0% of statements [2021-09-16T19:10:14.955Z] --- PASS: TestOverlappingRequests (0.21s) [2021-09-16T19:10:14.955Z] === RUN TestRelease [2021-09-16T19:10:14.955Z] --- PASS: TestNetworkDBWatch (3.02s) [2021-09-16T19:10:14.955Z] === RUN TestNetworkDBBulkSync [2021-09-16T19:10:15.360Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.06s) [2021-09-16T19:10:15.360Z] === RUN TestOddAllocateSerialReleaseParallel [2021-09-16T19:10:15.360Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.03s) [2021-09-16T19:10:15.360Z] === RUN TestEvenAllocateSerialReleaseParallel [2021-09-16T19:10:15.360Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.03s) [2021-09-16T19:10:15.360Z] === CONT TestParallelPredefinedRequest1 [2021-09-16T19:10:15.360Z] === CONT TestParallelPredefinedRequest4 [2021-09-16T19:10:15.360Z] === CONT TestParallelPredefinedRequest3 [2021-09-16T19:10:15.360Z] === CONT TestParallelPredefinedRequest1 [2021-09-16T19:10:15.360Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-16T19:10:15.360Z] === CONT TestParallelPredefinedRequest3 [2021-09-16T19:10:15.360Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-16T19:10:15.360Z] === CONT TestParallelPredefinedRequest4 [2021-09-16T19:10:15.360Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-16T19:10:15.360Z] === CONT TestParallelPredefinedRequest2 [2021-09-16T19:10:15.360Z] === CONT TestParallelPredefinedRequest5 [2021-09-16T19:10:15.360Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-16T19:10:15.360Z] === CONT TestParallelPredefinedRequest2 [2021-09-16T19:10:15.360Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-16T19:10:15.360Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s) [2021-09-16T19:10:15.360Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s) [2021-09-16T19:10:15.360Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s) [2021-09-16T19:10:15.360Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s) [2021-09-16T19:10:15.360Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s) [2021-09-16T19:10:15.360Z] PASS [2021-09-16T19:10:15.360Z] coverage: 85.3% of statements [2021-09-16T19:10:15.360Z] ok github.com/docker/docker/libnetwork/ipam 31.509s coverage: 85.3% of statements [2021-09-16T19:10:15.360Z] --- PASS: TestFailOnce (1.12s) [2021-09-16T19:10:15.360Z] === RUN TestEchoInputOutput [2021-09-16T19:10:15.360Z] --- PASS: TestEchoInputOutput (0.00s) [2021-09-16T19:10:15.360Z] === RUN TestBackoff [2021-09-16T19:10:15.360Z] --- PASS: TestBackoff (0.00s) [2021-09-16T19:10:15.360Z] === RUN TestAbortRetry [2021-09-16T19:10:15.360Z] --- PASS: TestAbortRetry (0.00s) [2021-09-16T19:10:15.360Z] === RUN TestClientScheme [2021-09-16T19:10:15.360Z] --- PASS: TestClientScheme (0.00s) [2021-09-16T19:10:15.360Z] === RUN TestNewClientWithTimeout [2021-09-16T19:10:15.360Z] === RUN TestSendToOneSub [2021-09-16T19:10:15.360Z] --- PASS: TestSendToOneSub (0.00s) [2021-09-16T19:10:15.360Z] === RUN TestSendToMultipleSubs [2021-09-16T19:10:15.360Z] --- PASS: TestSendToMultipleSubs (0.00s) [2021-09-16T19:10:15.360Z] === RUN TestEvictOneSub [2021-09-16T19:10:15.360Z] --- PASS: TestEvictOneSub (0.00s) [2021-09-16T19:10:15.360Z] === RUN TestClosePublisher [2021-09-16T19:10:15.360Z] --- PASS: TestClosePublisher (0.00s) [2021-09-16T19:10:15.360Z] === RUN TestPubSubRace [2021-09-16T19:10:15.425Z] === RUN TestNewAndRemove [2021-09-16T19:10:15.425Z] --- PASS: TestNewAndRemove (0.00s) [2021-09-16T19:10:15.425Z] === RUN TestRemoveInvalidPath [2021-09-16T19:10:15.426Z] --- PASS: TestRemoveInvalidPath (0.00s) [2021-09-16T19:10:15.426Z] PASS [2021-09-16T19:10:15.426Z] coverage: 82.6% of statements [2021-09-16T19:10:15.426Z] ok github.com/docker/docker/pkg/pidfile 0.029s coverage: 82.6% of statements [2021-09-16T19:10:15.572Z] 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-16T19:10:15.815Z] time="2021-09-16T19:10:15Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49292/Test.Echo: Post \"http://127.0.0.1:49292/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2021-09-16T19:10:15.897Z] --- PASS: TestRelease (0.79s) [2021-09-16T19:10:15.898Z] === RUN TestAllocateRandomDeallocate [2021-09-16T19:10:15.923Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.41s) [2021-09-16T19:10:15.923Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-09-16T19:10:16.270Z] 2021/09/16 19:10:16 Closing DB instances... [2021-09-16T19:10:16.270Z] --- PASS: TestPubSubRace (1.04s) [2021-09-16T19:10:16.270Z] PASS [2021-09-16T19:10:16.270Z] coverage: 75.0% of statements [2021-09-16T19:10:16.270Z] ok github.com/docker/docker/pkg/pubsub 1.064s coverage: 75.0% of statements [2021-09-16T19:10:16.367Z] 2021/09/16 19:10:16 Closing DB instances... [2021-09-16T19:10:16.367Z] === RUN TestFailedConnection [2021-09-16T19:10:16.726Z] time="2021-09-16T19:10:16Z" level=error msg="node: 1f942029762d is unknown to memberlist" [2021-09-16T19:10:16.726Z] time="2021-09-16T19:10:16Z" level=error msg="node: 1f942029762d is unknown to memberlist" [2021-09-16T19:10:16.726Z] === RUN TestRegister [2021-09-16T19:10:16.726Z] --- PASS: TestRegister (0.00s) [2021-09-16T19:10:16.726Z] === RUN TestCommand [2021-09-16T19:10:16.726Z] --- PASS: TestCommand (0.02s) [2021-09-16T19:10:16.726Z] === RUN TestNaiveSelf [2021-09-16T19:10:16.726Z] --- PASS: TestNaiveSelf (0.02s) [2021-09-16T19:10:16.726Z] PASS [2021-09-16T19:10:16.726Z] coverage: 82.4% of statements [2021-09-16T19:10:16.726Z] ok github.com/docker/docker/pkg/reexec 0.066s coverage: 82.4% of statements [2021-09-16T19:10:17.181Z] time="2021-09-16T19:10:16Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49292/Test.Echo: Post \"http://127.0.0.1:49292/Test.Echo\": context deadline exceeded (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2021-09-16T19:10:17.181Z] === RUN TestDump [2021-09-16T19:10:17.181Z] goroutine 21 [running]: [2021-09-16T19:10:17.181Z] github.com/docker/docker/pkg/stack.dump(0x8bb2f7) [2021-09-16T19:10:17.181Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2021-09-16T19:10:17.181Z] github.com/docker/docker/pkg/stack.Dump(...) [2021-09-16T19:10:17.181Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:18 [2021-09-16T19:10:17.181Z] github.com/docker/docker/pkg/stack.TestDump(0x0) [2021-09-16T19:10:17.181Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:12 +0x2a [2021-09-16T19:10:17.181Z] testing.tRunner(0xc0000856c0, 0xa28e38) [2021-09-16T19:10:17.181Z] c:/go/src/testing/testing.go:1259 +0x102 [2021-09-16T19:10:17.181Z] created by testing.(*T).Run [2021-09-16T19:10:17.181Z] c:/go/src/testing/testing.go:1306 +0x35a [2021-09-16T19:10:17.181Z] [2021-09-16T19:10:17.181Z] goroutine 1 [chan receive]: [2021-09-16T19:10:17.181Z] testing.(*T).Run(0xc000085520, {0xa1a4fd, 0x89a173}, 0xa28e38) [2021-09-16T19:10:17.181Z] c:/go/src/testing/testing.go:1307 +0x375 [2021-09-16T19:10:17.181Z] testing.runTests.func1(0xc0000c66f0) [2021-09-16T19:10:17.181Z] c:/go/src/testing/testing.go:1598 +0x6e [2021-09-16T19:10:17.181Z] testing.tRunner(0xc000085520, 0xc0000d1ce0) [2021-09-16T19:10:17.181Z] c:/go/src/testing/testing.go:1259 +0x102 [2021-09-16T19:10:17.181Z] testing.runTests(0xc0000dc080, {0xb8bba0, 0x3, 0x3}, {0x8ba54d, 0xa1c1f7, 0xb90640}) [2021-09-16T19:10:17.181Z] c:/go/src/testing/testing.go:1596 +0x43f [2021-09-16T19:10:17.181Z] testing.(*M).Run(0xc0000dc080) [2021-09-16T19:10:17.181Z] c:/go/src/testing/testing.go:1504 +0x51d [2021-09-16T19:10:17.181Z] main.main() [2021-09-16T19:10:17.181Z] _testmain.go:95 +0x1f5 [2021-09-16T19:10:17.181Z] --- PASS: TestDump (0.00s) [2021-09-16T19:10:17.181Z] === RUN TestDumpToFile [2021-09-16T19:10:17.636Z] --- PASS: TestDumpToFile (0.09s) [2021-09-16T19:10:17.636Z] === RUN TestDumpToFileWithEmptyInput [2021-09-16T19:10:17.636Z] goroutine 23 [running]: [2021-09-16T19:10:17.636Z] github.com/docker/docker/pkg/stack.dump(0x9282b4) [2021-09-16T19:10:17.636Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2021-09-16T19:10:17.636Z] github.com/docker/docker/pkg/stack.DumpToFile({0x0, 0x928660}) [2021-09-16T19:10:17.636Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:38 +0x214 [2021-09-16T19:10:17.636Z] github.com/docker/docker/pkg/stack.TestDumpToFileWithEmptyInput(0xc0000856c0) [2021-09-16T19:10:17.636Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:27 +0x26 [2021-09-16T19:10:17.636Z] testing.tRunner(0xc000085ba0, 0xa28e28) [2021-09-16T19:10:17.636Z] c:/go/src/testing/testing.go:1259 +0x102 [2021-09-16T19:10:17.636Z] created by testing.(*T).Run [2021-09-16T19:10:17.636Z] c:/go/src/testing/testing.go:1306 +0x35a [2021-09-16T19:10:17.636Z] [2021-09-16T19:10:17.636Z] goroutine 1 [chan receive]: [2021-09-16T19:10:17.636Z] testing.(*T).Run(0xc000085520, {0xa21289, 0x89a173}, 0xa28e28) [2021-09-16T19:10:17.636Z] c:/go/src/testing/testing.go:1307 +0x375 [2021-09-16T19:10:17.636Z] testing.runTests.func1(0xc0000c66f0) [2021-09-16T19:10:17.636Z] c:/go/src/testing/testing.go:1598 +0x6e [2021-09-16T19:10:17.636Z] testing.tRunner(0xc000085520, 0xc0000d1ce0) [2021-09-16T19:10:17.636Z] c:/go/src/testing/testing.go:1259 +0x102 [2021-09-16T19:10:17.636Z] testing.runTests(0xc0000dc080, {0xb8bba0, 0x3, 0x3}, {0x8ba54d, 0xa1c1f7, 0xb90640}) [2021-09-16T19:10:17.636Z] c:/go/src/testing/testing.go:1596 +0x43f [2021-09-16T19:10:17.636Z] testing.(*M).Run(0xc0000dc080) [2021-09-16T19:10:17.636Z] c:/go/src/testing/testing.go:1504 +0x51d [2021-09-16T19:10:17.636Z] main.main() [2021-09-16T19:10:17.636Z] _testmain.go:95 +0x1f5 [2021-09-16T19:10:17.636Z] --- PASS: TestDumpToFileWithEmptyInput (0.00s) [2021-09-16T19:10:17.636Z] PASS [2021-09-16T19:10:17.636Z] coverage: 90.9% of statements [2021-09-16T19:10:17.636Z] ok github.com/docker/docker/pkg/stack 0.118s coverage: 90.9% of statements [2021-09-16T19:10:17.636Z] === RUN TestNewStdWriter [2021-09-16T19:10:17.636Z] --- PASS: TestNewStdWriter (0.00s) [2021-09-16T19:10:17.636Z] === RUN TestWriteWithUninitializedStdWriter [2021-09-16T19:10:17.636Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2021-09-16T19:10:17.636Z] === RUN TestWriteWithNilBytes [2021-09-16T19:10:17.636Z] --- PASS: TestWriteWithNilBytes (0.00s) [2021-09-16T19:10:17.636Z] === RUN TestWrite [2021-09-16T19:10:17.636Z] --- PASS: TestWrite (0.00s) [2021-09-16T19:10:17.636Z] === RUN TestWriteWithWriterError [2021-09-16T19:10:17.636Z] --- PASS: TestWriteWithWriterError (0.00s) [2021-09-16T19:10:17.636Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2021-09-16T19:10:17.636Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2021-09-16T19:10:17.636Z] === RUN TestStdCopyWriteAndRead [2021-09-16T19:10:17.636Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2021-09-16T19:10:17.636Z] === RUN TestStdCopyReturnsErrorReadingHeader [2021-09-16T19:10:17.636Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2021-09-16T19:10:17.636Z] === RUN TestStdCopyReturnsErrorReadingFrame [2021-09-16T19:10:17.636Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2021-09-16T19:10:17.636Z] === RUN TestStdCopyDetectsCorruptedFrame [2021-09-16T19:10:17.636Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2021-09-16T19:10:17.636Z] === RUN TestStdCopyWithInvalidInputHeader [2021-09-16T19:10:17.636Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2021-09-16T19:10:17.636Z] === RUN TestStdCopyWithCorruptedPrefix [2021-09-16T19:10:17.636Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2021-09-16T19:10:17.636Z] === RUN TestStdCopyReturnsWriteErrors [2021-09-16T19:10:17.636Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2021-09-16T19:10:17.636Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2021-09-16T19:10:17.636Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2021-09-16T19:10:17.636Z] === RUN TestStdCopyReturnsErrorFromSystem [2021-09-16T19:10:17.636Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2021-09-16T19:10:17.636Z] PASS [2021-09-16T19:10:17.636Z] coverage: 100.0% of statements [2021-09-16T19:10:17.636Z] ok github.com/docker/docker/pkg/stdcopy 0.028s coverage: 100.0% of statements [2021-09-16T19:10:17.823Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.42s) [2021-09-16T19:10:17.823Z] === RUN TestAuthZPluginHeader [2021-09-16T19:10:17.936Z] --- PASS: TestAllocateRandomDeallocate (2.00s) [2021-09-16T19:10:17.936Z] === RUN TestRetrieveFromStore [2021-09-16T19:10:17.936Z] --- PASS: TestNetworkDBBulkSync (2.82s) [2021-09-16T19:10:17.936Z] === RUN TestNetworkDBCRUDMediumCluster [2021-09-16T19:10:17.936Z] === RUN TestParseEmptyInterface [2021-09-16T19:10:17.936Z] --- PASS: TestParseEmptyInterface (0.00s) [2021-09-16T19:10:17.936Z] === RUN TestParseNonInterfaceType [2021-09-16T19:10:17.936Z] --- PASS: TestParseNonInterfaceType (0.00s) [2021-09-16T19:10:17.936Z] === RUN TestParseWithOneFunction [2021-09-16T19:10:17.936Z] --- PASS: TestParseWithOneFunction (0.00s) [2021-09-16T19:10:17.936Z] === RUN TestParseWithMultipleFuncs [2021-09-16T19:10:17.936Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2021-09-16T19:10:17.936Z] === RUN TestParseWithUnnamedReturn [2021-09-16T19:10:17.936Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2021-09-16T19:10:17.936Z] === RUN TestEmbeddedInterface [2021-09-16T19:10:17.936Z] --- PASS: TestEmbeddedInterface (0.00s) [2021-09-16T19:10:17.936Z] === RUN TestParsedImports [2021-09-16T19:10:17.936Z] --- PASS: TestParsedImports (0.00s) [2021-09-16T19:10:17.936Z] === RUN TestAliasedImports [2021-09-16T19:10:17.936Z] --- PASS: TestAliasedImports (0.00s) [2021-09-16T19:10:17.936Z] PASS [2021-09-16T19:10:17.936Z] coverage: 56.8% of statements [2021-09-16T19:10:17.936Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.037s coverage: 56.8% of statements [2021-09-16T19:10:18.082Z] --- PASS: TestAuthZPluginHeader (0.69s) [2021-09-16T19:10:18.082Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-09-16T19:10:18.406Z] --- PASS: TestRetrieveFromStore (0.66s) [2021-09-16T19:10:18.406Z] === RUN TestRequestReleaseAddressDuplicate [2021-09-16T19:10:18.406Z] --- PASS: TestRequestReleaseAddressDuplicate (0.00s) [2021-09-16T19:10:18.406Z] === RUN TestParallelPredefinedRequest1 [2021-09-16T19:10:18.407Z] === PAUSE TestParallelPredefinedRequest1 [2021-09-16T19:10:18.407Z] === RUN TestParallelPredefinedRequest2 [2021-09-16T19:10:18.407Z] === PAUSE TestParallelPredefinedRequest2 [2021-09-16T19:10:18.407Z] === RUN TestParallelPredefinedRequest3 [2021-09-16T19:10:18.407Z] === PAUSE TestParallelPredefinedRequest3 [2021-09-16T19:10:18.407Z] === RUN TestParallelPredefinedRequest4 [2021-09-16T19:10:18.407Z] === PAUSE TestParallelPredefinedRequest4 [2021-09-16T19:10:18.407Z] === RUN TestParallelPredefinedRequest5 [2021-09-16T19:10:18.407Z] === PAUSE TestParallelPredefinedRequest5 [2021-09-16T19:10:18.407Z] === RUN TestDebug [2021-09-16T19:10:18.407Z] --- PASS: TestDebug (0.00s) [2021-09-16T19:10:18.407Z] === RUN TestRequestPoolParallel [2021-09-16T19:10:18.407Z] --- PASS: TestFailedConnection (2.01s) [2021-09-16T19:10:18.407Z] === RUN TestFailOnce [2021-09-16T19:10:18.598Z] === RUN TestRawProgressFormatterFormatStatus [2021-09-16T19:10:18.598Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2021-09-16T19:10:18.598Z] === RUN TestRawProgressFormatterFormatProgress [2021-09-16T19:10:18.598Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2021-09-16T19:10:18.598Z] === RUN TestFormatStatus [2021-09-16T19:10:18.598Z] --- PASS: TestFormatStatus (0.00s) [2021-09-16T19:10:18.598Z] === RUN TestFormatError [2021-09-16T19:10:18.598Z] --- PASS: TestFormatError (0.00s) [2021-09-16T19:10:18.598Z] === RUN TestFormatJSONError [2021-09-16T19:10:18.598Z] --- PASS: TestFormatJSONError (0.00s) [2021-09-16T19:10:18.598Z] === RUN TestJsonProgressFormatterFormatProgress [2021-09-16T19:10:18.598Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2021-09-16T19:10:18.598Z] === RUN TestJsonProgressFormatterFormatStatus [2021-09-16T19:10:18.598Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2021-09-16T19:10:18.598Z] === RUN TestNewJSONProgressOutput [2021-09-16T19:10:18.598Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2021-09-16T19:10:18.598Z] === RUN TestAuxFormatterEmit [2021-09-16T19:10:18.598Z] --- PASS: TestAuxFormatterEmit (0.00s) [2021-09-16T19:10:18.598Z] === RUN TestStreamWriterStdout [2021-09-16T19:10:18.598Z] --- PASS: TestStreamWriterStdout (0.00s) [2021-09-16T19:10:18.598Z] === RUN TestStreamWriterStderr [2021-09-16T19:10:18.598Z] --- PASS: TestStreamWriterStderr (0.00s) [2021-09-16T19:10:18.598Z] PASS [2021-09-16T19:10:18.598Z] coverage: 66.2% of statements [2021-09-16T19:10:18.598Z] ok github.com/docker/docker/pkg/streamformatter 0.029s coverage: 66.2% of statements [2021-09-16T19:10:18.598Z] === RUN TestGenerateRandomID [2021-09-16T19:10:18.598Z] --- PASS: TestGenerateRandomID (0.00s) [2021-09-16T19:10:18.598Z] === RUN TestShortenId [2021-09-16T19:10:18.598Z] --- PASS: TestShortenId (0.00s) [2021-09-16T19:10:18.598Z] === RUN TestShortenSha256Id [2021-09-16T19:10:18.598Z] --- PASS: TestShortenSha256Id (0.00s) [2021-09-16T19:10:18.598Z] === RUN TestShortenIdEmpty [2021-09-16T19:10:18.598Z] --- PASS: TestShortenIdEmpty (0.00s) [2021-09-16T19:10:18.598Z] === RUN TestShortenIdInvalid [2021-09-16T19:10:18.598Z] --- PASS: TestShortenIdInvalid (0.00s) [2021-09-16T19:10:18.598Z] === RUN TestIsShortIDNonHex [2021-09-16T19:10:18.598Z] --- PASS: TestIsShortIDNonHex (0.00s) [2021-09-16T19:10:18.598Z] === RUN TestIsShortIDNotCorrectSize [2021-09-16T19:10:18.598Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2021-09-16T19:10:18.598Z] PASS [2021-09-16T19:10:18.598Z] coverage: 70.6% of statements [2021-09-16T19:10:18.598Z] ok github.com/docker/docker/pkg/stringid 0.039s coverage: 70.6% of statements [2021-09-16T19:10:18.877Z] 2021/09/16 19:10:18 http: panic serving 127.0.0.1:49280: Plugin not ready [2021-09-16T19:10:18.877Z] goroutine 34 [running]: [2021-09-16T19:10:18.877Z] net/http.(*conn).serve.func1() [2021-09-16T19:10:18.877Z] c:/go/src/net/http/server.go:1801 +0xb9 [2021-09-16T19:10:18.877Z] panic({0xc49d40, 0xd55e60}) [2021-09-16T19:10:18.877Z] c:/go/src/runtime/panic.go:1047 +0x266 [2021-09-16T19:10:18.877Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1({0xffffffffffffffff, 0x5f1e4f7c587ba036}, 0xc000139a98) [2021-09-16T19:10:18.877Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x3d [2021-09-16T19:10:18.877Z] net/http.HandlerFunc.ServeHTTP(0x0, {0xd62b28, 0xc0001b6000}, 0xb9e8c6) [2021-09-16T19:10:18.877Z] c:/go/src/net/http/server.go:2046 +0x2f [2021-09-16T19:10:18.877Z] net/http.(*ServeMux).ServeHTTP(0x0, {0xd62b28, 0xc0001b6000}, 0xc0001aa000) [2021-09-16T19:10:18.877Z] c:/go/src/net/http/server.go:2424 +0x149 [2021-09-16T19:10:18.877Z] net/http.serverHandler.ServeHTTP({0xd61150}, {0xd62b28, 0xc0001b6000}, 0xc0001aa000) [2021-09-16T19:10:18.877Z] c:/go/src/net/http/server.go:2878 +0x43b [2021-09-16T19:10:18.877Z] net/http.(*conn).serve(0xc0001a0000, {0xd649c0, 0xc0001820c0}) [2021-09-16T19:10:18.877Z] c:/go/src/net/http/server.go:1929 +0xb08 [2021-09-16T19:10:18.877Z] created by net/http.(*Server).Serve [2021-09-16T19:10:18.877Z] c:/go/src/net/http/server.go:3033 +0x4e8 [2021-09-16T19:10:18.877Z] time="2021-09-16T19:10:18Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49279/Test.FailOnce: Post \"http://127.0.0.1:49279/Test.FailOnce\": EOF, retrying in 1s" [2021-09-16T19:10:18.877Z] --- PASS: TestRequestPoolParallel (0.33s) [2021-09-16T19:10:18.877Z] === RUN TestFullAllocateRelease [2021-09-16T19:10:18.877Z] === RUN TestHTTPTransport [2021-09-16T19:10:18.877Z] --- PASS: TestHTTPTransport (0.00s) [2021-09-16T19:10:18.877Z] PASS [2021-09-16T19:10:18.877Z] coverage: 85.7% of statements [2021-09-16T19:10:18.877Z] ok github.com/docker/docker/pkg/plugins/transport 0.038s coverage: 85.7% of statements [2021-09-16T19:10:18.877Z] --- PASS: TestFullAllocateRelease (0.31s) [2021-09-16T19:10:18.877Z] === RUN TestOddAllocateRelease [2021-09-16T19:10:19.055Z] --- PASS: TestNetworkDBCRUDMediumCluster (5.47s) [2021-09-16T19:10:19.055Z] === RUN TestNetworkDBNodeJoinLeaveIteration [2021-09-16T19:10:19.055Z] === RUN TestIsCpusetListAvailable [2021-09-16T19:10:19.055Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2021-09-16T19:10:19.055Z] PASS [2021-09-16T19:10:19.055Z] coverage: 39.4% of statements [2021-09-16T19:10:19.055Z] ok github.com/docker/docker/pkg/sysinfo 0.026s coverage: 39.4% of statements [2021-09-16T19:10:19.347Z] --- PASS: TestOddAllocateRelease (0.19s) [2021-09-16T19:10:19.347Z] === RUN TestFullAllocateSerialReleaseParallel [2021-09-16T19:10:19.347Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.06s) [2021-09-16T19:10:19.347Z] === RUN TestOddAllocateSerialReleaseParallel [2021-09-16T19:10:19.347Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.04s) [2021-09-16T19:10:19.347Z] === RUN TestEvenAllocateSerialReleaseParallel [2021-09-16T19:10:19.347Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.04s) [2021-09-16T19:10:19.347Z] === CONT TestParallelPredefinedRequest1 [2021-09-16T19:10:19.347Z] === CONT TestParallelPredefinedRequest4 [2021-09-16T19:10:19.347Z] === CONT TestParallelPredefinedRequest5 [2021-09-16T19:10:19.347Z] === CONT TestParallelPredefinedRequest1 [2021-09-16T19:10:19.347Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-16T19:10:19.347Z] === CONT TestParallelPredefinedRequest3 [2021-09-16T19:10:19.347Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-16T19:10:19.347Z] === CONT TestParallelPredefinedRequest4 [2021-09-16T19:10:19.347Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-16T19:10:19.347Z] === CONT TestParallelPredefinedRequest2 [2021-09-16T19:10:19.347Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s) [2021-09-16T19:10:19.347Z] === CONT TestParallelPredefinedRequest2 [2021-09-16T19:10:19.347Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-16T19:10:19.347Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s) [2021-09-16T19:10:19.347Z] === CONT TestParallelPredefinedRequest5 [2021-09-16T19:10:19.347Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-16T19:10:19.347Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s) [2021-09-16T19:10:19.347Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s) [2021-09-16T19:10:19.347Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s) [2021-09-16T19:10:19.347Z] PASS [2021-09-16T19:10:19.347Z] coverage: 85.3% of statements [2021-09-16T19:10:19.347Z] ok github.com/docker/docker/libnetwork/ipam 30.956s coverage: 85.3% of statements [2021-09-16T19:10:19.347Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2021-09-16T19:10:19.347Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2021-09-16T19:10:19.347Z] === RUN TestBufioReaderPoolPutAndGet [2021-09-16T19:10:19.347Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2021-09-16T19:10:19.347Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2021-09-16T19:10:19.347Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2021-09-16T19:10:19.347Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2021-09-16T19:10:19.347Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2021-09-16T19:10:19.347Z] === RUN TestBufioWriterPoolPutAndGet [2021-09-16T19:10:19.347Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2021-09-16T19:10:19.347Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2021-09-16T19:10:19.347Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2021-09-16T19:10:19.347Z] === RUN TestBufferPoolPutAndGet [2021-09-16T19:10:19.347Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2021-09-16T19:10:19.347Z] PASS [2021-09-16T19:10:19.347Z] coverage: 88.2% of statements [2021-09-16T19:10:19.347Z] ok github.com/docker/docker/pkg/pools 0.029s coverage: 88.2% of statements [2021-09-16T19:10:19.749Z] tests/integration/api_container_test.py ....x...........x............... [ 16%] [2021-09-16T19:10:19.817Z] --- PASS: TestFailOnce (1.10s) [2021-09-16T19:10:19.817Z] === RUN TestEchoInputOutput [2021-09-16T19:10:19.817Z] --- PASS: TestEchoInputOutput (0.00s) [2021-09-16T19:10:19.817Z] === RUN TestBackoff [2021-09-16T19:10:19.817Z] --- PASS: TestBackoff (0.00s) [2021-09-16T19:10:19.817Z] === RUN TestAbortRetry [2021-09-16T19:10:19.817Z] --- PASS: TestAbortRetry (0.00s) [2021-09-16T19:10:19.817Z] === RUN TestClientScheme [2021-09-16T19:10:19.817Z] --- PASS: TestClientScheme (0.00s) [2021-09-16T19:10:19.817Z] === RUN TestNewClientWithTimeout [2021-09-16T19:10:19.817Z] === RUN TestOutputOnPrematureClose [2021-09-16T19:10:19.817Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2021-09-16T19:10:19.817Z] === RUN TestCompleteSilently [2021-09-16T19:10:19.817Z] --- PASS: TestCompleteSilently (0.00s) [2021-09-16T19:10:19.817Z] PASS [2021-09-16T19:10:19.817Z] coverage: 75.9% of statements [2021-09-16T19:10:19.817Z] ok github.com/docker/docker/pkg/progress 0.024s coverage: 75.9% of statements [2021-09-16T19:10:20.019Z] time="2021-09-16T19:10:19Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49292/Test.Echo: Post \"http://127.0.0.1:49292/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2021-09-16T19:10:20.019Z] 2021/09/16 19:10:19 Closing DB instances... [2021-09-16T19:10:20.019Z] === RUN TestChtimes [2021-09-16T19:10:20.019Z] --- PASS: TestChtimes (0.00s) [2021-09-16T19:10:20.019Z] === RUN TestChtimesWindows [2021-09-16T19:10:20.019Z] --- PASS: TestChtimesWindows (0.00s) [2021-09-16T19:10:20.019Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2021-09-16T19:10:20.019Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2021-09-16T19:10:20.019Z] === RUN TestEnsureRemoveAllNotExist [2021-09-16T19:10:20.019Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2021-09-16T19:10:20.019Z] === RUN TestEnsureRemoveAllWithDir [2021-09-16T19:10:20.019Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2021-09-16T19:10:20.019Z] === RUN TestEnsureRemoveAllWithFile [2021-09-16T19:10:20.019Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2021-09-16T19:10:20.019Z] === RUN TestHasWin32KSupport [2021-09-16T19:10:20.019Z] syscall_windows_test.go:8: win32k: true [2021-09-16T19:10:20.019Z] --- PASS: TestHasWin32KSupport (0.00s) [2021-09-16T19:10:20.019Z] PASS [2021-09-16T19:10:20.019Z] coverage: 13.0% of statements [2021-09-16T19:10:20.019Z] ok github.com/docker/docker/pkg/system 0.034s coverage: 13.0% of statements [2021-09-16T19:10:20.287Z] === RUN TestSendToOneSub [2021-09-16T19:10:20.287Z] --- PASS: TestSendToOneSub (0.00s) [2021-09-16T19:10:20.287Z] === RUN TestSendToMultipleSubs [2021-09-16T19:10:20.287Z] --- PASS: TestSendToMultipleSubs (0.00s) [2021-09-16T19:10:20.287Z] === RUN TestEvictOneSub [2021-09-16T19:10:20.287Z] --- PASS: TestEvictOneSub (0.00s) [2021-09-16T19:10:20.287Z] === RUN TestClosePublisher [2021-09-16T19:10:20.287Z] --- PASS: TestClosePublisher (0.00s) [2021-09-16T19:10:20.287Z] === RUN TestPubSubRace [2021-09-16T19:10:20.287Z] time="2021-09-16T19:10:19Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49288/Test.Echo: Post \"http://127.0.0.1:49288/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2021-09-16T19:10:20.475Z] === RUN TestTailFile [2021-09-16T19:10:20.475Z] --- PASS: TestTailFile (0.00s) [2021-09-16T19:10:20.475Z] === RUN TestTailFileManyLines [2021-09-16T19:10:20.475Z] --- PASS: TestTailFileManyLines (0.00s) [2021-09-16T19:10:20.475Z] === RUN TestTailEmptyFile [2021-09-16T19:10:20.475Z] --- PASS: TestTailEmptyFile (0.00s) [2021-09-16T19:10:20.475Z] === RUN TestTailNegativeN [2021-09-16T19:10:20.475Z] --- PASS: TestTailNegativeN (0.00s) [2021-09-16T19:10:20.475Z] === RUN TestNewTailReader [2021-09-16T19:10:20.475Z] === PAUSE TestNewTailReader [2021-09-16T19:10:20.475Z] === CONT TestNewTailReader [2021-09-16T19:10:20.475Z] === RUN TestNewTailReader/12_byte_delimiter [2021-09-16T19:10:20.475Z] === PAUSE TestNewTailReader/12_byte_delimiter [2021-09-16T19:10:20.475Z] === RUN TestNewTailReader/no_delimiter [2021-09-16T19:10:20.475Z] === PAUSE TestNewTailReader/no_delimiter [2021-09-16T19:10:20.475Z] === RUN TestNewTailReader/single_byte_delimiter [2021-09-16T19:10:20.475Z] === PAUSE TestNewTailReader/single_byte_delimiter [2021-09-16T19:10:20.475Z] === RUN TestNewTailReader/2_byte_delimiter [2021-09-16T19:10:20.475Z] === PAUSE TestNewTailReader/2_byte_delimiter [2021-09-16T19:10:20.475Z] === RUN TestNewTailReader/4_byte_delimiter [2021-09-16T19:10:20.475Z] === PAUSE TestNewTailReader/4_byte_delimiter [2021-09-16T19:10:20.475Z] === RUN TestNewTailReader/8_byte_delimiter [2021-09-16T19:10:20.475Z] === PAUSE TestNewTailReader/8_byte_delimiter [2021-09-16T19:10:20.475Z] === RUN TestNewTailReader/truncated_last_line [2021-09-16T19:10:20.475Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2021-09-16T19:10:20.475Z] === RUN TestNewTailReader/truncated_last_line#01 [2021-09-16T19:10:20.475Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2021-09-16T19:10:20.475Z] === RUN TestNewTailReader/truncated_last_line#02 [2021-09-16T19:10:20.475Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2021-09-16T19:10:20.475Z] === CONT TestNewTailReader/12_byte_delimiter [2021-09-16T19:10:20.475Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2021-09-16T19:10:20.475Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2021-09-16T19:10:20.475Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2021-09-16T19:10:20.475Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2021-09-16T19:10:20.475Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2021-09-16T19:10:20.475Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2021-09-16T19:10:20.475Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-16T19:10:20.475Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-16T19:10:20.475Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-16T19:10:20.475Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-16T19:10:20.475Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-09-16T19:10:20.475Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-09-16T19:10:20.475Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-09-16T19:10:20.475Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-09-16T19:10:20.475Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-09-16T19:10:20.475Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-09-16T19:10:20.475Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-09-16T19:10:20.475Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-09-16T19:10:20.475Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-09-16T19:10:20.475Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-09-16T19:10:20.475Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2021-09-16T19:10:20.475Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2021-09-16T19:10:20.475Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-09-16T19:10:20.475Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-09-16T19:10:20.475Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2021-09-16T19:10:20.475Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-09-16T19:10:20.475Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-09-16T19:10:20.475Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-16T19:10:20.475Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-16T19:10:20.475Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-09-16T19:10:20.475Z] === CONT TestNewTailReader/8_byte_delimiter [2021-09-16T19:10:20.475Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2021-09-16T19:10:20.475Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2021-09-16T19:10:20.475Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2021-09-16T19:10:20.475Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2021-09-16T19:10:20.475Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2021-09-16T19:10:20.475Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2021-09-16T19:10:20.475Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-16T19:10:20.475Z] === CONT TestNewTailReader/4_byte_delimiter [2021-09-16T19:10:20.475Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2021-09-16T19:10:20.475Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2021-09-16T19:10:20.475Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2021-09-16T19:10:20.475Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2021-09-16T19:10:20.475Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2021-09-16T19:10:20.475Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2021-09-16T19:10:20.475Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-16T19:10:20.475Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-16T19:10:20.475Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-16T19:10:20.475Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-16T19:10:20.475Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-09-16T19:10:20.475Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-09-16T19:10:20.475Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-09-16T19:10:20.475Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-09-16T19:10:20.475Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-09-16T19:10:20.475Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-09-16T19:10:20.475Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-09-16T19:10:20.932Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-09-16T19:10:20.932Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-09-16T19:10:20.932Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-09-16T19:10:20.932Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2021-09-16T19:10:20.932Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2021-09-16T19:10:20.932Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-09-16T19:10:20.932Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-09-16T19:10:20.932Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-16T19:10:20.932Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-16T19:10:20.932Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-16T19:10:20.932Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-09-16T19:10:20.932Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-09-16T19:10:20.932Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-09-16T19:10:20.932Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-09-16T19:10:20.932Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-09-16T19:10:20.932Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-09-16T19:10:20.932Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-09-16T19:10:20.932Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-09-16T19:10:20.932Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-09-16T19:10:20.932Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-09-16T19:10:20.932Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2021-09-16T19:10:20.932Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2021-09-16T19:10:20.932Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-09-16T19:10:20.932Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-09-16T19:10:20.932Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-09-16T19:10:20.932Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-09-16T19:10:20.932Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-09-16T19:10:20.932Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-09-16T19:10:20.932Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-09-16T19:10:20.932Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-16T19:10:20.932Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-16T19:10:20.932Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-09-16T19:10:20.932Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-16T19:10:20.932Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-16T19:10:20.932Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-16T19:10:20.932Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-16T19:10:20.932Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-16T19:10:20.932Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-16T19:10:20.932Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-16T19:10:20.932Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-09-16T19:10:20.932Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-09-16T19:10:20.932Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-16T19:10:20.932Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-16T19:10:20.932Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-16T19:10:20.932Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-16T19:10:20.932Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-16T19:10:20.932Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-16T19:10:20.932Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-16T19:10:20.932Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-16T19:10:20.932Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-16T19:10:20.932Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-16T19:10:20.932Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-16T19:10:20.932Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-16T19:10:20.932Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-16T19:10:20.932Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-16T19:10:20.932Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-16T19:10:20.932Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-16T19:10:20.932Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-16T19:10:20.932Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-16T19:10:20.932Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-16T19:10:20.932Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-16T19:10:20.932Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-16T19:10:20.932Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-09-16T19:10:20.932Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-09-16T19:10:20.932Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-16T19:10:20.932Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-16T19:10:20.932Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-16T19:10:20.932Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-16T19:10:20.932Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-16T19:10:20.932Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-16T19:10:20.932Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-16T19:10:20.932Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-16T19:10:20.932Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-16T19:10:20.932Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-16T19:10:20.932Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-16T19:10:20.932Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-16T19:10:20.932Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-16T19:10:20.932Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-16T19:10:20.932Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2021-09-16T19:10:20.932Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-09-16T19:10:20.932Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-09-16T19:10:20.932Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-09-16T19:10:20.932Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-09-16T19:10:20.932Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-09-16T19:10:20.932Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-09-16T19:10:20.932Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-09-16T19:10:20.932Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-09-16T19:10:20.932Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-09-16T19:10:20.932Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-09-16T19:10:20.932Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-09-16T19:10:20.932Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-09-16T19:10:20.932Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-09-16T19:10:20.932Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-09-16T19:10:20.932Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-09-16T19:10:20.932Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-09-16T19:10:20.932Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-09-16T19:10:20.932Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-09-16T19:10:20.932Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-09-16T19:10:20.932Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-09-16T19:10:20.932Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-16T19:10:20.932Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-16T19:10:20.932Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2021-09-16T19:10:20.932Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-09-16T19:10:20.932Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-09-16T19:10:20.932Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-09-16T19:10:20.932Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-09-16T19:10:20.932Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-09-16T19:10:20.932Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-09-16T19:10:20.932Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-16T19:10:20.932Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-16T19:10:20.932Z] === CONT TestNewTailReader/2_byte_delimiter [2021-09-16T19:10:20.932Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2021-09-16T19:10:20.932Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2021-09-16T19:10:20.932Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2021-09-16T19:10:20.932Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2021-09-16T19:10:20.932Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2021-09-16T19:10:20.932Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2021-09-16T19:10:20.932Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-16T19:10:20.932Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-16T19:10:20.932Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-16T19:10:20.932Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-16T19:10:20.932Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-09-16T19:10:20.932Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-09-16T19:10:20.932Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-09-16T19:10:20.932Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-09-16T19:10:20.932Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-09-16T19:10:20.932Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-09-16T19:10:20.932Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-09-16T19:10:20.932Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-09-16T19:10:20.932Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-09-16T19:10:20.932Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-09-16T19:10:20.932Z] === CONT TestNewTailReader/single_byte_delimiter [2021-09-16T19:10:20.932Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2021-09-16T19:10:20.932Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2021-09-16T19:10:20.932Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2021-09-16T19:10:20.932Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2021-09-16T19:10:20.932Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2021-09-16T19:10:20.932Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2021-09-16T19:10:20.932Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-16T19:10:20.932Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-16T19:10:20.932Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-16T19:10:20.932Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-16T19:10:20.932Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-09-16T19:10:20.932Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-09-16T19:10:20.932Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-09-16T19:10:20.932Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-09-16T19:10:20.932Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-09-16T19:10:20.932Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-09-16T19:10:20.932Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-09-16T19:10:20.932Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-09-16T19:10:20.932Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-09-16T19:10:20.932Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-09-16T19:10:20.932Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2021-09-16T19:10:20.932Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2021-09-16T19:10:20.932Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-09-16T19:10:20.932Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-09-16T19:10:20.932Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2021-09-16T19:10:20.932Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2021-09-16T19:10:20.932Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-09-16T19:10:20.932Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-09-16T19:10:20.932Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2021-09-16T19:10:20.932Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-16T19:10:20.932Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-16T19:10:20.932Z] === CONT TestNewTailReader/no_delimiter [2021-09-16T19:10:20.932Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2021-09-16T19:10:20.932Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2021-09-16T19:10:20.932Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2021-09-16T19:10:20.932Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2021-09-16T19:10:20.932Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2021-09-16T19:10:20.932Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2021-09-16T19:10:20.932Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-09-16T19:10:20.932Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-09-16T19:10:20.932Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-09-16T19:10:20.932Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-09-16T19:10:20.932Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-09-16T19:10:20.932Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-09-16T19:10:20.932Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2021-09-16T19:10:20.932Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2021-09-16T19:10:20.932Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2021-09-16T19:10:20.932Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2021-09-16T19:10:20.932Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2021-09-16T19:10:20.933Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2021-09-16T19:10:20.933Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2021-09-16T19:10:20.933Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2021-09-16T19:10:20.933Z] === RUN TestNewTailReader/no_delimiter/no_lines [2021-09-16T19:10:20.933Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2021-09-16T19:10:20.933Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-09-16T19:10:20.933Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-09-16T19:10:20.933Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-09-16T19:10:20.933Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-16T19:10:20.933Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-16T19:10:20.933Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-16T19:10:20.933Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-16T19:10:20.933Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-09-16T19:10:20.933Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-09-16T19:10:20.933Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-09-16T19:10:20.933Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-09-16T19:10:20.933Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-09-16T19:10:20.933Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-09-16T19:10:20.933Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-09-16T19:10:20.933Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-09-16T19:10:20.933Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-09-16T19:10:20.933Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-16T19:10:20.933Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2021-09-16T19:10:20.933Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-16T19:10:20.933Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-16T19:10:20.933Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-16T19:10:20.933Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-16T19:10:20.933Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-16T19:10:20.933Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-16T19:10:20.933Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-16T19:10:20.933Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-16T19:10:20.933Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-16T19:10:20.933Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-16T19:10:20.933Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-16T19:10:20.933Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-16T19:10:20.933Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-16T19:10:20.933Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-09-16T19:10:20.933Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-09-16T19:10:20.933Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-09-16T19:10:20.933Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-09-16T19:10:20.933Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-09-16T19:10:20.933Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-09-16T19:10:20.933Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-09-16T19:10:20.933Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-09-16T19:10:20.933Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-09-16T19:10:20.933Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-09-16T19:10:20.933Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-09-16T19:10:20.933Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-09-16T19:10:20.933Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-16T19:10:20.933Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-16T19:10:20.933Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-09-16T19:10:20.933Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-09-16T19:10:20.933Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-16T19:10:20.933Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-16T19:10:20.933Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-09-16T19:10:20.933Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-16T19:10:20.933Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-16T19:10:20.933Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-16T19:10:20.933Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-16T19:10:20.933Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-16T19:10:20.933Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-16T19:10:20.933Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-16T19:10:20.933Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-16T19:10:20.933Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-16T19:10:20.933Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-16T19:10:20.933Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-16T19:10:20.933Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-16T19:10:20.933Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-16T19:10:20.933Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-16T19:10:20.933Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-16T19:10:20.933Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-16T19:10:20.933Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-16T19:10:20.933Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-16T19:10:20.933Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-16T19:10:20.933Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-16T19:10:20.933Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-16T19:10:20.933Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-16T19:10:20.933Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-16T19:10:20.933Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-16T19:10:20.933Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-16T19:10:20.933Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2021-09-16T19:10:20.933Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-16T19:10:20.933Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-16T19:10:20.933Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-09-16T19:10:20.933Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-09-16T19:10:20.933Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-09-16T19:10:20.933Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-09-16T19:10:20.933Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-09-16T19:10:20.933Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-09-16T19:10:20.933Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-09-16T19:10:20.933Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-09-16T19:10:20.933Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-09-16T19:10:20.933Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-09-16T19:10:20.933Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-09-16T19:10:20.933Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-09-16T19:10:20.933Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-09-16T19:10:20.933Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-09-16T19:10:20.933Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-09-16T19:10:20.933Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-09-16T19:10:20.933Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-09-16T19:10:20.933Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-09-16T19:10:20.933Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-09-16T19:10:20.933Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-09-16T19:10:20.933Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-09-16T19:10:20.933Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-16T19:10:20.933Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-16T19:10:20.933Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-09-16T19:10:20.933Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-16T19:10:20.933Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-16T19:10:20.933Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-16T19:10:20.933Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-16T19:10:20.933Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-09-16T19:10:20.933Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-09-16T19:10:20.933Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-09-16T19:10:20.933Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-16T19:10:20.933Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-16T19:10:20.933Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2021-09-16T19:10:20.933Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-09-16T19:10:20.933Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-09-16T19:10:20.933Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-09-16T19:10:20.933Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-09-16T19:10:20.933Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-09-16T19:10:20.933Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-09-16T19:10:20.933Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-16T19:10:20.933Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-16T19:10:20.933Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2021-09-16T19:10:20.933Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-09-16T19:10:20.933Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-09-16T19:10:20.933Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-09-16T19:10:20.933Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-09-16T19:10:20.933Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-09-16T19:10:20.933Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-09-16T19:10:20.933Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-09-16T19:10:20.933Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-09-16T19:10:20.933Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-09-16T19:10:20.933Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-09-16T19:10:20.933Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-09-16T19:10:20.933Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-09-16T19:10:20.933Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-09-16T19:10:20.933Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-09-16T19:10:20.933Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-09-16T19:10:20.933Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-09-16T19:10:20.933Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-09-16T19:10:20.933Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-09-16T19:10:20.933Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-09-16T19:10:20.933Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-09-16T19:10:20.933Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-16T19:10:20.933Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-16T19:10:20.933Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-09-16T19:10:20.933Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-09-16T19:10:20.933Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-09-16T19:10:20.933Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-16T19:10:20.933Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-16T19:10:20.933Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-09-16T19:10:20.933Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-09-16T19:10:20.933Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-09-16T19:10:20.933Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-16T19:10:20.933Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-16T19:10:20.933Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-09-16T19:10:20.933Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-16T19:10:20.933Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-16T19:10:20.933Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-16T19:10:20.933Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-16T19:10:20.933Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2021-09-16T19:10:20.933Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-16T19:10:20.933Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-16T19:10:20.933Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2021-09-16T19:10:20.933Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-09-16T19:10:20.933Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-09-16T19:10:20.933Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-16T19:10:20.933Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-16T19:10:20.933Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-09-16T19:10:20.933Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-09-16T19:10:20.933Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-09-16T19:10:20.933Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-16T19:10:20.933Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-16T19:10:20.933Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-16T19:10:20.933Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-16T19:10:20.933Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-16T19:10:20.933Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-16T19:10:20.933Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-16T19:10:20.933Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-16T19:10:20.933Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-09-16T19:10:20.933Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-16T19:10:20.933Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-16T19:10:20.933Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-16T19:10:20.933Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-16T19:10:20.933Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-16T19:10:20.933Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-16T19:10:20.933Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-16T19:10:20.933Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-16T19:10:20.933Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-16T19:10:20.933Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-09-16T19:10:20.933Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-09-16T19:10:20.933Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-16T19:10:20.933Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-16T19:10:20.933Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-16T19:10:20.933Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-16T19:10:20.933Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-16T19:10:20.933Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-16T19:10:20.933Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-16T19:10:20.933Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-16T19:10:20.933Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-16T19:10:20.933Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-16T19:10:20.933Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2021-09-16T19:10:20.933Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-09-16T19:10:20.933Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-09-16T19:10:20.933Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-09-16T19:10:20.933Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-09-16T19:10:20.934Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-09-16T19:10:20.934Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-09-16T19:10:20.934Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-09-16T19:10:20.934Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-09-16T19:10:20.934Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-09-16T19:10:20.934Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-09-16T19:10:20.934Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-09-16T19:10:20.934Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-09-16T19:10:20.934Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-09-16T19:10:20.934Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-09-16T19:10:20.934Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-09-16T19:10:20.934Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-09-16T19:10:20.934Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-09-16T19:10:20.934Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-09-16T19:10:20.934Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-09-16T19:10:20.934Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-09-16T19:10:20.934Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-16T19:10:20.934Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-16T19:10:20.934Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-09-16T19:10:20.934Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-09-16T19:10:20.934Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-16T19:10:20.934Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-16T19:10:20.934Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2021-09-16T19:10:20.934Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-09-16T19:10:20.934Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-09-16T19:10:20.934Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-09-16T19:10:20.934Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-09-16T19:10:20.934Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-09-16T19:10:20.934Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-09-16T19:10:20.934Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-16T19:10:20.934Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-16T19:10:20.934Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-09-16T19:10:20.934Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-09-16T19:10:20.934Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-09-16T19:10:20.934Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-09-16T19:10:20.934Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-09-16T19:10:20.934Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-09-16T19:10:20.934Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-09-16T19:10:20.934Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-09-16T19:10:20.934Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-09-16T19:10:20.934Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-09-16T19:10:20.934Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-09-16T19:10:20.934Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-09-16T19:10:20.934Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-09-16T19:10:20.934Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-09-16T19:10:20.934Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-09-16T19:10:20.934Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-09-16T19:10:20.934Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-09-16T19:10:20.934Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-09-16T19:10:20.934Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-09-16T19:10:20.934Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-09-16T19:10:20.934Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-16T19:10:20.934Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-09-16T19:10:20.934Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-09-16T19:10:20.934Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-09-16T19:10:20.934Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-09-16T19:10:20.934Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-16T19:10:20.934Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-16T19:10:20.934Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-09-16T19:10:20.934Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-16T19:10:20.934Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-16T19:10:20.934Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-16T19:10:20.934Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-09-16T19:10:20.934Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-16T19:10:20.934Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-16T19:10:20.934Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-16T19:10:20.934Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-16T19:10:20.934Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-16T19:10:20.934Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-16T19:10:20.934Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-16T19:10:20.934Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-16T19:10:20.934Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-16T19:10:20.934Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-16T19:10:20.934Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-16T19:10:20.934Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-16T19:10:20.934Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-16T19:10:20.934Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-16T19:10:20.934Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-16T19:10:20.934Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-16T19:10:20.934Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-16T19:10:20.934Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-16T19:10:20.934Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-16T19:10:20.934Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-16T19:10:20.934Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-16T19:10:20.934Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-16T19:10:20.934Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-16T19:10:20.934Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-16T19:10:20.934Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-16T19:10:20.934Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-16T19:10:20.934Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-16T19:10:20.934Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-16T19:10:20.934Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-16T19:10:20.934Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-16T19:10:20.934Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-16T19:10:20.934Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-09-16T19:10:20.934Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-16T19:10:20.934Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-09-16T19:10:20.934Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-09-16T19:10:20.934Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-09-16T19:10:20.934Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-09-16T19:10:20.934Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-09-16T19:10:20.934Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-09-16T19:10:20.934Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-16T19:10:20.934Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-09-16T19:10:20.934Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-09-16T19:10:20.934Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-09-16T19:10:20.934Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-09-16T19:10:20.934Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2021-09-16T19:10:20.934Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-09-16T19:10:20.934Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-09-16T19:10:20.934Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-16T19:10:20.934Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-16T19:10:20.934Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-16T19:10:20.934Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-09-16T19:10:20.934Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-09-16T19:10:20.934Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2021-09-16T19:10:20.934Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-09-16T19:10:20.934Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-09-16T19:10:20.934Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-16T19:10:20.934Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-16T19:10:20.934Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2021-09-16T19:10:20.934Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-16T19:10:20.934Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-16T19:10:20.934Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-16T19:10:20.934Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-09-16T19:10:20.934Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-09-16T19:10:20.934Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-09-16T19:10:20.934Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-09-16T19:10:20.934Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-09-16T19:10:20.934Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-09-16T19:10:20.934Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-09-16T19:10:20.934Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-09-16T19:10:20.934Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-09-16T19:10:20.934Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-09-16T19:10:20.934Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-09-16T19:10:20.934Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-09-16T19:10:20.934Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-09-16T19:10:20.934Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-09-16T19:10:20.934Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-09-16T19:10:20.934Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-09-16T19:10:20.934Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-09-16T19:10:20.934Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-09-16T19:10:20.934Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-09-16T19:10:20.934Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-09-16T19:10:20.934Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-09-16T19:10:20.934Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-16T19:10:20.934Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-16T19:10:20.934Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-09-16T19:10:20.934Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-09-16T19:10:20.934Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-09-16T19:10:20.934Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-16T19:10:20.934Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-16T19:10:20.934Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-09-16T19:10:20.934Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-16T19:10:20.934Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-16T19:10:20.934Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-16T19:10:20.934Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-16T19:10:20.934Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-09-16T19:10:20.934Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-09-16T19:10:20.934Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-09-16T19:10:20.934Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-09-16T19:10:20.934Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-09-16T19:10:20.934Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-16T19:10:20.934Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-16T19:10:20.934Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-16T19:10:20.934Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-09-16T19:10:20.934Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-09-16T19:10:20.934Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-16T19:10:20.934Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-16T19:10:20.934Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-16T19:10:20.934Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-16T19:10:20.934Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-16T19:10:20.934Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-16T19:10:20.934Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-16T19:10:20.934Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-16T19:10:20.934Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-16T19:10:20.934Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-16T19:10:20.934Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-16T19:10:20.934Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-16T19:10:20.934Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-16T19:10:20.934Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-16T19:10:20.934Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-16T19:10:20.934Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-16T19:10:20.934Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-16T19:10:20.934Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-16T19:10:20.934Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-16T19:10:20.934Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-16T19:10:20.934Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-16T19:10:20.934Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-16T19:10:20.934Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-16T19:10:20.934Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-16T19:10:20.934Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-16T19:10:20.934Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-16T19:10:20.934Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-16T19:10:20.934Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2021-09-16T19:10:20.934Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-09-16T19:10:20.935Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-09-16T19:10:20.935Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-09-16T19:10:20.935Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-09-16T19:10:20.935Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-09-16T19:10:20.935Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-09-16T19:10:20.935Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-09-16T19:10:20.935Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-09-16T19:10:20.935Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-09-16T19:10:20.935Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-09-16T19:10:20.935Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-09-16T19:10:20.935Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-09-16T19:10:20.935Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-09-16T19:10:20.935Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-09-16T19:10:20.935Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-09-16T19:10:20.935Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-09-16T19:10:20.935Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-09-16T19:10:20.935Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-09-16T19:10:20.935Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-09-16T19:10:20.935Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-09-16T19:10:20.935Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-16T19:10:20.935Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-16T19:10:20.935Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2021-09-16T19:10:20.935Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-09-16T19:10:20.935Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-09-16T19:10:20.935Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-09-16T19:10:20.935Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-09-16T19:10:20.935Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-09-16T19:10:20.935Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-09-16T19:10:20.935Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-16T19:10:20.935Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-16T19:10:20.935Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-16T19:10:20.935Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-16T19:10:20.935Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-16T19:10:20.935Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-16T19:10:20.935Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-16T19:10:20.935Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-09-16T19:10:20.935Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2021-09-16T19:10:20.935Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2021-09-16T19:10:20.935Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-16T19:10:20.935Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-16T19:10:20.935Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-16T19:10:20.935Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-16T19:10:20.935Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-16T19:10:20.935Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-16T19:10:20.935Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-16T19:10:20.935Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-16T19:10:20.935Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-16T19:10:20.935Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-16T19:10:20.935Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-16T19:10:20.935Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-16T19:10:20.935Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-09-16T19:10:20.935Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-09-16T19:10:20.935Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-09-16T19:10:20.935Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-09-16T19:10:20.935Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-16T19:10:20.935Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-16T19:10:20.935Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-09-16T19:10:20.935Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-09-16T19:10:20.935Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-09-16T19:10:20.935Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-09-16T19:10:20.935Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-09-16T19:10:20.935Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-09-16T19:10:20.935Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-09-16T19:10:20.935Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-09-16T19:10:20.935Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-09-16T19:10:20.935Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-16T19:10:20.935Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-16T19:10:20.935Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-09-16T19:10:20.935Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-09-16T19:10:20.935Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-16T19:10:20.935Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-16T19:10:20.935Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-09-16T19:10:20.935Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-16T19:10:20.935Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-16T19:10:20.935Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-16T19:10:20.935Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-16T19:10:20.935Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-16T19:10:20.935Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-16T19:10:20.935Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-16T19:10:20.935Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-16T19:10:20.935Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-16T19:10:20.935Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-16T19:10:20.935Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-16T19:10:20.935Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-16T19:10:20.935Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-09-16T19:10:20.935Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-09-16T19:10:20.935Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-09-16T19:10:20.935Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-16T19:10:20.935Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-16T19:10:20.935Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-16T19:10:20.935Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-16T19:10:20.935Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-16T19:10:20.935Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-16T19:10:20.935Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-16T19:10:20.935Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-16T19:10:20.935Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-16T19:10:20.935Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-16T19:10:20.935Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-16T19:10:20.935Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-16T19:10:20.935Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-16T19:10:20.935Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-16T19:10:20.935Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-16T19:10:20.935Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-16T19:10:20.935Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-16T19:10:20.935Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2021-09-16T19:10:20.935Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-16T19:10:20.935Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-16T19:10:20.935Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-16T19:10:20.935Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-16T19:10:20.935Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-16T19:10:20.935Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-09-16T19:10:20.935Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-09-16T19:10:20.935Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-09-16T19:10:20.935Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-09-16T19:10:20.935Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-09-16T19:10:20.935Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-09-16T19:10:20.935Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-09-16T19:10:20.935Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-09-16T19:10:20.935Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-09-16T19:10:20.935Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-09-16T19:10:20.935Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-09-16T19:10:20.935Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-09-16T19:10:20.935Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-09-16T19:10:20.935Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-09-16T19:10:20.935Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-09-16T19:10:20.935Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-09-16T19:10:20.935Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-09-16T19:10:20.935Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-16T19:10:20.935Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-16T19:10:20.935Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-16T19:10:20.935Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-16T19:10:20.935Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-16T19:10:20.935Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-16T19:10:20.935Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-16T19:10:20.935Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-16T19:10:20.935Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2021-09-16T19:10:20.935Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-09-16T19:10:20.935Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-09-16T19:10:20.935Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-16T19:10:20.935Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-16T19:10:20.935Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-09-16T19:10:20.935Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-09-16T19:10:20.935Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-09-16T19:10:20.935Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-09-16T19:10:20.935Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-09-16T19:10:20.935Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-09-16T19:10:20.935Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-09-16T19:10:20.935Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-09-16T19:10:20.935Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-09-16T19:10:20.935Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-09-16T19:10:20.935Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-09-16T19:10:20.935Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-09-16T19:10:20.935Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-09-16T19:10:20.935Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-09-16T19:10:20.935Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-09-16T19:10:20.935Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-09-16T19:10:20.935Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-09-16T19:10:20.935Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-09-16T19:10:20.935Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-09-16T19:10:20.935Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-16T19:10:20.935Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-16T19:10:20.935Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-09-16T19:10:20.935Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-09-16T19:10:20.935Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-09-16T19:10:20.935Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-16T19:10:20.935Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-16T19:10:20.935Z] === CONT TestNewTailReader/no_delimiter/no_lines [2021-09-16T19:10:20.935Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-09-16T19:10:20.935Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-09-16T19:10:20.935Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2021-09-16T19:10:20.935Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-09-16T19:10:20.935Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-09-16T19:10:20.935Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-16T19:10:20.935Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-16T19:10:20.935Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2021-09-16T19:10:20.935Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-09-16T19:10:20.935Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-09-16T19:10:20.935Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-09-16T19:10:20.935Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-09-16T19:10:20.935Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-09-16T19:10:20.935Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-09-16T19:10:20.935Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-16T19:10:20.935Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-16T19:10:20.935Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2021-09-16T19:10:20.935Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-09-16T19:10:20.935Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-09-16T19:10:20.935Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-16T19:10:20.935Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-16T19:10:20.935Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2021-09-16T19:10:20.936Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-09-16T19:10:20.936Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-09-16T19:10:20.936Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-09-16T19:10:20.936Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-09-16T19:10:20.936Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-09-16T19:10:20.936Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-09-16T19:10:20.936Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-09-16T19:10:20.936Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-09-16T19:10:20.936Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-09-16T19:10:20.936Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-09-16T19:10:20.936Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-09-16T19:10:20.936Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-09-16T19:10:20.936Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-09-16T19:10:20.936Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-09-16T19:10:20.936Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-09-16T19:10:20.936Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-09-16T19:10:20.936Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-09-16T19:10:20.936Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-09-16T19:10:20.936Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-09-16T19:10:20.936Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-09-16T19:10:20.936Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-09-16T19:10:20.936Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2021-09-16T19:10:20.936Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-09-16T19:10:20.936Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-09-16T19:10:20.936Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-09-16T19:10:20.936Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-09-16T19:10:20.936Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-09-16T19:10:20.936Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-09-16T19:10:20.936Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-09-16T19:10:20.936Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-09-16T19:10:20.936Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-09-16T19:10:20.936Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-09-16T19:10:20.936Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-09-16T19:10:20.936Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-09-16T19:10:20.936Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-09-16T19:10:20.936Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-09-16T19:10:20.936Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-09-16T19:10:20.936Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-09-16T19:10:20.936Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-09-16T19:10:20.936Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-09-16T19:10:20.936Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-09-16T19:10:20.936Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-09-16T19:10:20.936Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-16T19:10:20.936Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-09-16T19:10:20.936Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-09-16T19:10:20.936Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-09-16T19:10:20.936Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-09-16T19:10:20.936Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-09-16T19:10:20.936Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-09-16T19:10:20.936Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-09-16T19:10:20.936Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-09-16T19:10:20.936Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-09-16T19:10:20.936Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-09-16T19:10:20.936Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-09-16T19:10:20.936Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-16T19:10:20.936Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2021-09-16T19:10:20.936Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-09-16T19:10:20.936Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-09-16T19:10:20.936Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-09-16T19:10:20.936Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-09-16T19:10:20.936Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-09-16T19:10:20.936Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-09-16T19:10:20.936Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-09-16T19:10:20.936Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-09-16T19:10:20.936Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-16T19:10:20.936Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-16T19:10:20.936Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-16T19:10:20.936Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-16T19:10:20.936Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-16T19:10:20.936Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-16T19:10:20.936Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-16T19:10:20.936Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-16T19:10:20.936Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-16T19:10:20.936Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-16T19:10:20.936Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-16T19:10:20.936Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-16T19:10:20.936Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-16T19:10:20.936Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-16T19:10:20.936Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-16T19:10:20.936Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-16T19:10:20.936Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-16T19:10:20.936Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-16T19:10:20.936Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-16T19:10:20.936Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-16T19:10:20.936Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-16T19:10:20.936Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-16T19:10:20.936Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-16T19:10:20.936Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-16T19:10:20.936Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-16T19:10:20.937Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-16T19:10:20.937Z] --- PASS: TestNewTailReader (0.00s) [2021-09-16T19:10:20.937Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2021-09-16T19:10:20.937Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2021-09-16T19:10:20.937Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2021-09-16T19:10:20.937Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2021-09-16T19:10:20.937Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2021-09-16T19:10:20.937Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2021-09-16T19:10:20.937Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2021-09-16T19:10:20.937Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2021-09-16T19:10:20.937Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-09-16T19:10:20.937Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-09-16T19:10:20.937Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2021-09-16T19:10:20.937Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-09-16T19:10:20.937Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-09-16T19:10:20.937Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2021-09-16T19:10:20.937Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-09-16T19:10:20.937Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-09-16T19:10:20.937Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2021-09-16T19:10:20.937Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-09-16T19:10:20.937Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-09-16T19:10:20.937Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-09-16T19:10:20.937Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-09-16T19:10:20.937Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-09-16T19:10:20.937Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-09-16T19:10:20.937Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-09-16T19:10:20.937Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-09-16T19:10:20.937Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-09-16T19:10:20.937Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-09-16T19:10:20.937Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-09-16T19:10:20.937Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-09-16T19:10:20.938Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-09-16T19:10:20.938Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-09-16T19:10:20.938Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-09-16T19:10:20.938Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-09-16T19:10:20.938Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-09-16T19:10:20.938Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-09-16T19:10:20.938Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-09-16T19:10:20.938Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-09-16T19:10:20.938Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-09-16T19:10:20.938Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-09-16T19:10:20.938Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-09-16T19:10:20.938Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s) [2021-09-16T19:10:20.938Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2021-09-16T19:10:20.938Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-09-16T19:10:20.938Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2021-09-16T19:10:20.938Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2021-09-16T19:10:20.938Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2021-09-16T19:10:20.938Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2021-09-16T19:10:20.938Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2021-09-16T19:10:20.938Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2021-09-16T19:10:20.938Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2021-09-16T19:10:20.938Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2021-09-16T19:10:20.938Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2021-09-16T19:10:20.938Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2021-09-16T19:10:20.938Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-09-16T19:10:20.938Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-09-16T19:10:20.938Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-09-16T19:10:20.938Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-09-16T19:10:20.938Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2021-09-16T19:10:20.938Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-09-16T19:10:20.938Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2021-09-16T19:10:20.938Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-09-16T19:10:20.938Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-09-16T19:10:20.938Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.00s) [2021-09-16T19:10:20.938Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-09-16T19:10:20.938Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-09-16T19:10:20.938Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-09-16T19:10:20.938Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-09-16T19:10:20.938Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-09-16T19:10:20.938Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-09-16T19:10:20.938Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-09-16T19:10:20.938Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-09-16T19:10:20.938Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-09-16T19:10:20.938Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-09-16T19:10:20.938Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-09-16T19:10:20.938Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.00s) [2021-09-16T19:10:20.938Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-09-16T19:10:20.938Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-09-16T19:10:20.938Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-09-16T19:10:20.938Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-09-16T19:10:20.938Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-09-16T19:10:20.938Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-09-16T19:10:20.938Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-09-16T19:10:20.938Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2021-09-16T19:10:20.938Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-09-16T19:10:20.938Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-09-16T19:10:20.938Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2021-09-16T19:10:20.938Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-09-16T19:10:20.938Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s) [2021-09-16T19:10:20.938Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-09-16T19:10:20.938Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-09-16T19:10:20.938Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-09-16T19:10:20.938Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-09-16T19:10:20.938Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-09-16T19:10:20.938Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-09-16T19:10:20.938Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-09-16T19:10:20.938Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-09-16T19:10:20.938Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-09-16T19:10:20.938Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-09-16T19:10:20.938Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-09-16T19:10:20.938Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2021-09-16T19:10:20.938Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-09-16T19:10:20.938Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-09-16T19:10:20.938Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-09-16T19:10:20.938Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-09-16T19:10:20.938Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-09-16T19:10:20.938Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-09-16T19:10:20.938Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-09-16T19:10:20.938Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.01s) [2021-09-16T19:10:20.938Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.01s) [2021-09-16T19:10:20.938Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-09-16T19:10:20.938Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-09-16T19:10:20.938Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-09-16T19:10:21.277Z] 2021/09/16 19:10:20 Closing DB instances... [2021-09-16T19:10:21.277Z] --- PASS: TestPubSubRace (1.04s) [2021-09-16T19:10:21.277Z] PASS [2021-09-16T19:10:21.277Z] coverage: 75.0% of statements [2021-09-16T19:10:21.277Z] ok github.com/docker/docker/pkg/pubsub 1.065s coverage: 75.0% of statements [2021-09-16T19:10:21.396Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-09-16T19:10:21.396Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-09-16T19:10:21.396Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-09-16T19:10:21.396Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-09-16T19:10:21.396Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2021-09-16T19:10:21.396Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-09-16T19:10:21.396Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-09-16T19:10:21.396Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-09-16T19:10:21.396Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-09-16T19:10:21.396Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2021-09-16T19:10:21.396Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-09-16T19:10:21.396Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-09-16T19:10:21.396Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2021-09-16T19:10:21.396Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-09-16T19:10:21.396Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-09-16T19:10:21.396Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s) [2021-09-16T19:10:21.396Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-09-16T19:10:21.396Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2021-09-16T19:10:21.396Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2021-09-16T19:10:21.396Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2021-09-16T19:10:21.396Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2021-09-16T19:10:21.396Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2021-09-16T19:10:21.396Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2021-09-16T19:10:21.396Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2021-09-16T19:10:21.396Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2021-09-16T19:10:21.396Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2021-09-16T19:10:21.396Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2021-09-16T19:10:21.396Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2021-09-16T19:10:21.396Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-09-16T19:10:21.396Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-09-16T19:10:21.396Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.01s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.01s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-09-16T19:10:21.397Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-09-16T19:10:21.398Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-09-16T19:10:21.398Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-09-16T19:10:21.398Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-09-16T19:10:21.398Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-09-16T19:10:21.398Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-09-16T19:10:21.398Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s) [2021-09-16T19:10:21.398Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2021-09-16T19:10:21.398Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-09-16T19:10:21.398Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2021-09-16T19:10:21.398Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2021-09-16T19:10:21.398Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2021-09-16T19:10:21.398Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2021-09-16T19:10:21.398Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2021-09-16T19:10:21.398Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2021-09-16T19:10:21.398Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2021-09-16T19:10:21.398Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2021-09-16T19:10:21.398Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2021-09-16T19:10:21.398Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-09-16T19:10:21.398Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-09-16T19:10:21.398Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-09-16T19:10:21.398Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-09-16T19:10:21.398Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-09-16T19:10:21.398Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-09-16T19:10:21.398Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-09-16T19:10:21.398Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2021-09-16T19:10:21.398Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-09-16T19:10:21.398Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-09-16T19:10:21.398Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-09-16T19:10:21.398Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-09-16T19:10:21.398Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2021-09-16T19:10:21.398Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2021-09-16T19:10:21.398Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-09-16T19:10:21.398Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2021-09-16T19:10:21.398Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2021-09-16T19:10:21.398Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-09-16T19:10:21.398Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-09-16T19:10:21.398Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2021-09-16T19:10:21.398Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-09-16T19:10:21.398Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2021-09-16T19:10:21.398Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-09-16T19:10:21.398Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-09-16T19:10:21.398Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2021-09-16T19:10:21.398Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2021-09-16T19:10:21.398Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-09-16T19:10:21.398Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2021-09-16T19:10:21.398Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2021-09-16T19:10:21.398Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-09-16T19:10:21.398Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s) [2021-09-16T19:10:21.398Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2021-09-16T19:10:21.398Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2021-09-16T19:10:21.398Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2021-09-16T19:10:21.398Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2021-09-16T19:10:21.398Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2021-09-16T19:10:21.398Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2021-09-16T19:10:21.398Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2021-09-16T19:10:21.398Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2021-09-16T19:10:21.398Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2021-09-16T19:10:21.398Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2021-09-16T19:10:21.398Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-09-16T19:10:21.398Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2021-09-16T19:10:21.398Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-09-16T19:10:21.398Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-09-16T19:10:21.398Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-09-16T19:10:21.398Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-09-16T19:10:21.398Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-09-16T19:10:21.398Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-09-16T19:10:21.398Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s) [2021-09-16T19:10:21.398Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2021-09-16T19:10:21.398Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-09-16T19:10:21.398Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2021-09-16T19:10:21.398Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2021-09-16T19:10:21.398Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2021-09-16T19:10:21.398Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2021-09-16T19:10:21.398Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2021-09-16T19:10:21.398Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2021-09-16T19:10:21.398Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2021-09-16T19:10:21.398Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2021-09-16T19:10:21.398Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2021-09-16T19:10:21.398Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2021-09-16T19:10:21.398Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2021-09-16T19:10:21.398Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-09-16T19:10:21.398Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2021-09-16T19:10:21.398Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2021-09-16T19:10:21.398Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-09-16T19:10:21.398Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-09-16T19:10:21.398Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-09-16T19:10:21.398Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-09-16T19:10:21.398Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-09-16T19:10:21.398Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-09-16T19:10:21.398Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-09-16T19:10:21.398Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-09-16T19:10:21.398Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-09-16T19:10:21.398Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-09-16T19:10:21.398Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-09-16T19:10:21.398Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-09-16T19:10:21.398Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-09-16T19:10:21.398Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-09-16T19:10:21.398Z] PASS [2021-09-16T19:10:21.398Z] coverage: 88.6% of statements [2021-09-16T19:10:21.398Z] ok github.com/docker/docker/pkg/tailfile 0.134s coverage: 88.6% of statements [2021-09-16T19:10:21.398Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2021-09-16T19:10:21.398Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2021-09-16T19:10:21.398Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2021-09-16T19:10:21.398Z] ? github.com/docker/docker/libnetwork/netutils [no test files] [2021-09-16T19:10:21.398Z] testing: warning: no tests to run [2021-09-16T19:10:21.398Z] PASS [2021-09-16T19:10:21.398Z] coverage: [no statements] [2021-09-16T19:10:21.398Z] ok github.com/docker/docker/pkg/term/windows 0.023s coverage: [no statements] [no tests to run] [2021-09-16T19:10:21.398Z] === RUN TestTarSumRemoveNonExistent [2021-09-16T19:10:21.398Z] --- PASS: TestTarSumRemoveNonExistent (0.00s) [2021-09-16T19:10:21.398Z] === RUN TestTarSumRemove [2021-09-16T19:10:21.398Z] --- PASS: TestTarSumRemove (0.00s) [2021-09-16T19:10:21.398Z] === RUN TestSortFileInfoSums [2021-09-16T19:10:21.398Z] --- PASS: TestSortFileInfoSums (0.00s) [2021-09-16T19:10:21.398Z] === RUN TestNewTarSumForLabelInvalid [2021-09-16T19:10:21.398Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2021-09-16T19:10:21.398Z] === RUN TestNewTarSumForLabel [2021-09-16T19:10:21.398Z] --- PASS: TestNewTarSumForLabel (0.00s) [2021-09-16T19:10:21.398Z] === RUN TestEmptyTar [2021-09-16T19:10:21.398Z] --- PASS: TestEmptyTar (0.00s) [2021-09-16T19:10:21.398Z] === RUN TestTarSumsReadSize [2021-09-16T19:10:21.398Z] --- PASS: TestTarSumsReadSize (0.00s) [2021-09-16T19:10:21.398Z] === RUN TestTarSums [2021-09-16T19:10:21.398Z] --- PASS: TestTarSums (0.04s) [2021-09-16T19:10:21.398Z] === RUN TestIteration [2021-09-16T19:10:21.398Z] --- PASS: TestIteration (0.00s) [2021-09-16T19:10:21.398Z] === RUN TestVersionLabelForChecksum [2021-09-16T19:10:21.398Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2021-09-16T19:10:21.398Z] === RUN TestVersion [2021-09-16T19:10:21.398Z] --- PASS: TestVersion (0.00s) [2021-09-16T19:10:21.398Z] === RUN TestGetVersion [2021-09-16T19:10:21.398Z] --- PASS: TestGetVersion (0.00s) [2021-09-16T19:10:21.398Z] === RUN TestGetVersions [2021-09-16T19:10:21.398Z] --- PASS: TestGetVersions (0.00s) [2021-09-16T19:10:21.398Z] PASS [2021-09-16T19:10:21.398Z] coverage: 89.3% of statements [2021-09-16T19:10:21.398Z] ok github.com/docker/docker/pkg/tarsum 0.087s coverage: 89.3% of statements [2021-09-16T19:10:21.398Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (2.62s) [2021-09-16T19:10:21.398Z] === RUN TestNetworkDBGarbageCollection [2021-09-16T19:10:21.748Z] === RUN TestRegister [2021-09-16T19:10:21.748Z] --- PASS: TestRegister (0.00s) [2021-09-16T19:10:21.748Z] === RUN TestCommand [2021-09-16T19:10:21.748Z] --- PASS: TestCommand (0.02s) [2021-09-16T19:10:21.748Z] === RUN TestNaiveSelf [2021-09-16T19:10:21.748Z] --- PASS: TestNaiveSelf (0.02s) [2021-09-16T19:10:21.748Z] PASS [2021-09-16T19:10:21.748Z] coverage: 82.4% of statements [2021-09-16T19:10:21.748Z] ok github.com/docker/docker/pkg/reexec 0.068s coverage: 82.4% of statements [2021-09-16T19:10:21.748Z] time="2021-09-16T19:10:21Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49288/Test.Echo: Post \"http://127.0.0.1:49288/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2021-09-16T19:10:21.854Z] === RUN TestTruncIndex [2021-09-16T19:10:21.854Z] === RUN TestIsGIT [2021-09-16T19:10:21.854Z] --- PASS: TestIsGIT (0.00s) [2021-09-16T19:10:21.854Z] === RUN TestIsTransport [2021-09-16T19:10:21.854Z] --- PASS: TestIsTransport (0.00s) [2021-09-16T19:10:21.854Z] PASS [2021-09-16T19:10:21.854Z] coverage: 100.0% of statements [2021-09-16T19:10:21.854Z] ok github.com/docker/docker/pkg/urlutil 0.023s coverage: 100.0% of statements [2021-09-16T19:10:21.854Z] --- PASS: TestTruncIndex (0.10s) [2021-09-16T19:10:21.854Z] PASS [2021-09-16T19:10:21.854Z] coverage: 91.5% of statements [2021-09-16T19:10:21.854Z] ok github.com/docker/docker/pkg/truncindex 0.125s coverage: 91.5% of statements [2021-09-16T19:10:22.218Z] === RUN TestDump [2021-09-16T19:10:22.218Z] goroutine 4 [running]: [2021-09-16T19:10:22.218Z] github.com/docker/docker/pkg/stack.dump(0xf6b2f7) [2021-09-16T19:10:22.218Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2021-09-16T19:10:22.218Z] github.com/docker/docker/pkg/stack.Dump(...) [2021-09-16T19:10:22.218Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:18 [2021-09-16T19:10:22.218Z] github.com/docker/docker/pkg/stack.TestDump(0x0) [2021-09-16T19:10:22.218Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:12 +0x2a [2021-09-16T19:10:22.218Z] testing.tRunner(0xc00002dd40, 0x10d8e38) [2021-09-16T19:10:22.218Z] c:/go/src/testing/testing.go:1259 +0x102 [2021-09-16T19:10:22.218Z] created by testing.(*T).Run [2021-09-16T19:10:22.218Z] c:/go/src/testing/testing.go:1306 +0x35a [2021-09-16T19:10:22.218Z] [2021-09-16T19:10:22.218Z] goroutine 1 [chan receive]: [2021-09-16T19:10:22.218Z] testing.(*T).Run(0xc00002dba0, {0x10ca4fd, 0xf4a173}, 0x10d8e38) [2021-09-16T19:10:22.218Z] c:/go/src/testing/testing.go:1307 +0x375 [2021-09-16T19:10:22.218Z] testing.runTests.func1(0xc00005a720) [2021-09-16T19:10:22.218Z] c:/go/src/testing/testing.go:1598 +0x6e [2021-09-16T19:10:22.218Z] testing.tRunner(0xc00002dba0, 0xc000063ce0) [2021-09-16T19:10:22.218Z] c:/go/src/testing/testing.go:1259 +0x102 [2021-09-16T19:10:22.218Z] testing.runTests(0xc00006c080, {0x123bba0, 0x3, 0x3}, {0xf6a54d, 0x10cc1f7, 0x1240640}) [2021-09-16T19:10:22.218Z] c:/go/src/testing/testing.go:1596 +0x43f [2021-09-16T19:10:22.218Z] testing.(*M).Run(0xc00006c080) [2021-09-16T19:10:22.218Z] c:/go/src/testing/testing.go:1504 +0x51d [2021-09-16T19:10:22.218Z] main.main() [2021-09-16T19:10:22.218Z] _testmain.go:95 +0x1f5 [2021-09-16T19:10:22.218Z] --- PASS: TestDump (0.00s) [2021-09-16T19:10:22.218Z] === RUN TestDumpToFile [2021-09-16T19:10:22.218Z] --- PASS: TestDumpToFile (0.09s) [2021-09-16T19:10:22.218Z] === RUN TestDumpToFileWithEmptyInput [2021-09-16T19:10:22.218Z] goroutine 6 [running]: [2021-09-16T19:10:22.218Z] github.com/docker/docker/pkg/stack.dump(0xfd82b4) [2021-09-16T19:10:22.218Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2021-09-16T19:10:22.218Z] github.com/docker/docker/pkg/stack.DumpToFile({0x0, 0xfd8660}) [2021-09-16T19:10:22.218Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:38 +0x214 [2021-09-16T19:10:22.218Z] github.com/docker/docker/pkg/stack.TestDumpToFileWithEmptyInput(0xc00002dd40) [2021-09-16T19:10:22.218Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:27 +0x26 [2021-09-16T19:10:22.218Z] testing.tRunner(0xc000118340, 0x10d8e28) [2021-09-16T19:10:22.218Z] c:/go/src/testing/testing.go:1259 +0x102 [2021-09-16T19:10:22.218Z] created by testing.(*T).Run [2021-09-16T19:10:22.218Z] c:/go/src/testing/testing.go:1306 +0x35a [2021-09-16T19:10:22.218Z] [2021-09-16T19:10:22.218Z] goroutine 1 [chan receive]: [2021-09-16T19:10:22.218Z] testing.(*T).Run(0xc00002dba0, {0x10d1289, 0xf4a173}, 0x10d8e28) [2021-09-16T19:10:22.218Z] c:/go/src/testing/testing.go:1307 +0x375 [2021-09-16T19:10:22.218Z] testing.runTests.func1(0xc00005a720) [2021-09-16T19:10:22.218Z] c:/go/src/testing/testing.go:1598 +0x6e [2021-09-16T19:10:22.218Z] testing.tRunner(0xc00002dba0, 0xc000063ce0) [2021-09-16T19:10:22.218Z] c:/go/src/testing/testing.go:1259 +0x102 [2021-09-16T19:10:22.218Z] testing.runTests(0xc00006c080, {0x123bba0, 0x3, 0x3}, {0xf6a54d, 0x10cc1f7, 0x1240640}) [2021-09-16T19:10:22.218Z] c:/go/src/testing/testing.go:1596 +0x43f [2021-09-16T19:10:22.218Z] testing.(*M).Run(0xc00006c080) [2021-09-16T19:10:22.218Z] c:/go/src/testing/testing.go:1504 +0x51d [2021-09-16T19:10:22.218Z] main.main() [2021-09-16T19:10:22.218Z] _testmain.go:95 +0x1f5 [2021-09-16T19:10:22.218Z] --- PASS: TestDumpToFileWithEmptyInput (0.00s) [2021-09-16T19:10:22.218Z] PASS [2021-09-16T19:10:22.218Z] coverage: 90.9% of statements [2021-09-16T19:10:22.218Z] ok github.com/docker/docker/pkg/stack 0.125s coverage: 90.9% of statements [2021-09-16T19:10:22.266Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (3.40s) [2021-09-16T19:10:22.266Z] === RUN TestAuthZPluginV2Disable [2021-09-16T19:10:22.310Z] === RUN TestVersionInfo [2021-09-16T19:10:22.310Z] --- PASS: TestVersionInfo (0.00s) [2021-09-16T19:10:22.310Z] === RUN TestAppendVersions [2021-09-16T19:10:22.310Z] --- PASS: TestAppendVersions (0.00s) [2021-09-16T19:10:22.310Z] PASS [2021-09-16T19:10:22.310Z] coverage: 88.9% of statements [2021-09-16T19:10:22.310Z] ok github.com/docker/docker/pkg/useragent 0.052s coverage: 88.9% of statements [2021-09-16T19:10:22.688Z] === RUN TestNewStdWriter [2021-09-16T19:10:22.688Z] --- PASS: TestNewStdWriter (0.00s) [2021-09-16T19:10:22.688Z] === RUN TestWriteWithUninitializedStdWriter [2021-09-16T19:10:22.688Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2021-09-16T19:10:22.688Z] === RUN TestWriteWithNilBytes [2021-09-16T19:10:22.688Z] --- PASS: TestWriteWithNilBytes (0.00s) [2021-09-16T19:10:22.688Z] === RUN TestWrite [2021-09-16T19:10:22.688Z] --- PASS: TestWrite (0.00s) [2021-09-16T19:10:22.688Z] === RUN TestWriteWithWriterError [2021-09-16T19:10:22.688Z] --- PASS: TestWriteWithWriterError (0.00s) [2021-09-16T19:10:22.688Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2021-09-16T19:10:22.688Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2021-09-16T19:10:22.688Z] === RUN TestStdCopyWriteAndRead [2021-09-16T19:10:22.688Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2021-09-16T19:10:22.688Z] === RUN TestStdCopyReturnsErrorReadingHeader [2021-09-16T19:10:22.688Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2021-09-16T19:10:22.688Z] === RUN TestStdCopyReturnsErrorReadingFrame [2021-09-16T19:10:22.688Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2021-09-16T19:10:22.688Z] === RUN TestStdCopyDetectsCorruptedFrame [2021-09-16T19:10:22.688Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2021-09-16T19:10:22.688Z] === RUN TestStdCopyWithInvalidInputHeader [2021-09-16T19:10:22.688Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2021-09-16T19:10:22.688Z] === RUN TestStdCopyWithCorruptedPrefix [2021-09-16T19:10:22.688Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2021-09-16T19:10:22.688Z] === RUN TestStdCopyReturnsWriteErrors [2021-09-16T19:10:22.688Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2021-09-16T19:10:22.688Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2021-09-16T19:10:22.688Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2021-09-16T19:10:22.688Z] === RUN TestStdCopyReturnsErrorFromSystem [2021-09-16T19:10:22.688Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2021-09-16T19:10:22.688Z] PASS [2021-09-16T19:10:22.688Z] coverage: 100.0% of statements [2021-09-16T19:10:22.688Z] ok github.com/docker/docker/pkg/stdcopy 0.026s coverage: 100.0% of statements [2021-09-16T19:10:22.766Z] === RUN TestValidatePrivileges [2021-09-16T19:10:22.766Z] --- PASS: TestValidatePrivileges (0.00s) [2021-09-16T19:10:22.766Z] === RUN TestFilterByCapNeg [2021-09-16T19:10:22.766Z] --- PASS: TestFilterByCapNeg (0.00s) [2021-09-16T19:10:22.766Z] === RUN TestFilterByCapPos [2021-09-16T19:10:22.766Z] --- PASS: TestFilterByCapPos (0.00s) [2021-09-16T19:10:22.766Z] === RUN TestStoreGetPluginNotMatchCapRefs [2021-09-16T19:10:22.766Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2021-09-16T19:10:22.766Z] PASS [2021-09-16T19:10:22.766Z] coverage: 12.0% of statements [2021-09-16T19:10:22.766Z] ok github.com/docker/docker/plugin 0.036s coverage: 12.0% of statements [2021-09-16T19:10:23.158Z] === RUN TestRawProgressFormatterFormatStatus [2021-09-16T19:10:23.158Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2021-09-16T19:10:23.158Z] === RUN TestRawProgressFormatterFormatProgress [2021-09-16T19:10:23.158Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2021-09-16T19:10:23.158Z] === RUN TestFormatStatus [2021-09-16T19:10:23.158Z] --- PASS: TestFormatStatus (0.00s) [2021-09-16T19:10:23.158Z] === RUN TestFormatError [2021-09-16T19:10:23.158Z] --- PASS: TestFormatError (0.00s) [2021-09-16T19:10:23.158Z] === RUN TestFormatJSONError [2021-09-16T19:10:23.158Z] --- PASS: TestFormatJSONError (0.00s) [2021-09-16T19:10:23.158Z] === RUN TestJsonProgressFormatterFormatProgress [2021-09-16T19:10:23.158Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2021-09-16T19:10:23.158Z] === RUN TestJsonProgressFormatterFormatStatus [2021-09-16T19:10:23.158Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2021-09-16T19:10:23.158Z] === RUN TestNewJSONProgressOutput [2021-09-16T19:10:23.158Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2021-09-16T19:10:23.158Z] === RUN TestAuxFormatterEmit [2021-09-16T19:10:23.158Z] --- PASS: TestAuxFormatterEmit (0.00s) [2021-09-16T19:10:23.158Z] === RUN TestStreamWriterStdout [2021-09-16T19:10:23.158Z] --- PASS: TestStreamWriterStdout (0.00s) [2021-09-16T19:10:23.158Z] === RUN TestStreamWriterStderr [2021-09-16T19:10:23.158Z] --- PASS: TestStreamWriterStderr (0.00s) [2021-09-16T19:10:23.158Z] PASS [2021-09-16T19:10:23.158Z] coverage: 66.2% of statements [2021-09-16T19:10:23.158Z] ok github.com/docker/docker/pkg/streamformatter 0.029s coverage: 66.2% of statements [2021-09-16T19:10:23.158Z] === RUN TestGenerateRandomID [2021-09-16T19:10:23.158Z] --- PASS: TestGenerateRandomID (0.00s) [2021-09-16T19:10:23.158Z] === RUN TestShortenId [2021-09-16T19:10:23.158Z] --- PASS: TestShortenId (0.00s) [2021-09-16T19:10:23.158Z] === RUN TestShortenSha256Id [2021-09-16T19:10:23.158Z] --- PASS: TestShortenSha256Id (0.00s) [2021-09-16T19:10:23.158Z] === RUN TestShortenIdEmpty [2021-09-16T19:10:23.158Z] --- PASS: TestShortenIdEmpty (0.00s) [2021-09-16T19:10:23.158Z] === RUN TestShortenIdInvalid [2021-09-16T19:10:23.158Z] --- PASS: TestShortenIdInvalid (0.00s) [2021-09-16T19:10:23.158Z] === RUN TestIsShortIDNonHex [2021-09-16T19:10:23.158Z] --- PASS: TestIsShortIDNonHex (0.00s) [2021-09-16T19:10:23.158Z] === RUN TestIsShortIDNotCorrectSize [2021-09-16T19:10:23.158Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2021-09-16T19:10:23.158Z] PASS [2021-09-16T19:10:23.158Z] coverage: 70.6% of statements [2021-09-16T19:10:23.158Z] ok github.com/docker/docker/pkg/stringid 0.025s coverage: 70.6% of statements [2021-09-16T19:10:23.223Z] === RUN TestNewSettable [2021-09-16T19:10:23.223Z] --- PASS: TestNewSettable (0.00s) [2021-09-16T19:10:23.223Z] === RUN TestIsSettable [2021-09-16T19:10:23.223Z] --- PASS: TestIsSettable (0.00s) [2021-09-16T19:10:23.223Z] === RUN TestUpdateSettingsEnv [2021-09-16T19:10:23.223Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2021-09-16T19:10:23.223Z] PASS [2021-09-16T19:10:23.223Z] coverage: 20.0% of statements [2021-09-16T19:10:23.223Z] ok github.com/docker/docker/plugin/v2 0.033s coverage: 20.0% of statements [2021-09-16T19:10:23.680Z] === RUN TestLoad [2021-09-16T19:10:23.680Z] --- PASS: TestLoad (0.00s) [2021-09-16T19:10:23.680Z] === RUN TestSave [2021-09-16T19:10:23.680Z] --- PASS: TestSave (0.01s) [2021-09-16T19:10:23.680Z] === RUN TestAddDeleteGet [2021-09-16T19:10:23.680Z] --- PASS: TestAddDeleteGet (0.02s) [2021-09-16T19:10:23.680Z] === RUN TestInvalidTags [2021-09-16T19:10:23.680Z] --- PASS: TestInvalidTags (0.00s) [2021-09-16T19:10:23.680Z] PASS [2021-09-16T19:10:23.680Z] coverage: 84.4% of statements [2021-09-16T19:10:23.680Z] ok github.com/docker/docker/reference 0.063s coverage: 84.4% of statements [2021-09-16T19:10:24.136Z] time="2021-09-16T19:10:24Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49292/Test.Echo: Post \"http://127.0.0.1:49292/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2021-09-16T19:10:24.136Z] === RUN TestResolveAuthConfigIndexServer [2021-09-16T19:10:24.136Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2021-09-16T19:10:24.136Z] === RUN TestResolveAuthConfigFullURL [2021-09-16T19:10:24.136Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2021-09-16T19:10:24.136Z] === RUN TestLoadAllowNondistributableArtifacts [2021-09-16T19:10:24.136Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2021-09-16T19:10:24.136Z] === RUN TestValidateMirror [2021-09-16T19:10:24.136Z] --- PASS: TestValidateMirror (0.00s) [2021-09-16T19:10:24.136Z] === RUN TestLoadInsecureRegistries [2021-09-16T19:10:24.148Z] === RUN TestIsCpusetListAvailable [2021-09-16T19:10:24.148Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2021-09-16T19:10:24.148Z] PASS [2021-09-16T19:10:24.148Z] coverage: 39.4% of statements [2021-09-16T19:10:24.148Z] ok github.com/docker/docker/pkg/sysinfo 0.025s coverage: 39.4% of statements [2021-09-16T19:10:24.148Z] time="2021-09-16T19:10:23Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49288/Test.Echo: Post \"http://127.0.0.1:49288/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2021-09-16T19:10:24.148Z] time="2021-09-16T19:10:24Z" level=error msg="node4(92ff62cc34ea) Could not close DB: timeout waiting for leave broadcast" [2021-09-16T19:10:24.148Z] --- PASS: TestNetworkDBCRUDMediumCluster (6.28s) [2021-09-16T19:10:24.148Z] === RUN TestNetworkDBNodeJoinLeaveIteration [2021-09-16T19:10:24.278Z] ? github.com/docker/docker/api [no test files] [2021-09-16T19:10:24.591Z] time="2021-09-16T19:10:24Z" 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-16T19:10:24.591Z] time="2021-09-16T19:10:24Z" 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-16T19:10:24.591Z] time="2021-09-16T19:10:24Z" 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-16T19:10:24.591Z] --- PASS: TestLoadInsecureRegistries (0.09s) [2021-09-16T19:10:24.591Z] === RUN TestNewServiceConfig [2021-09-16T19:10:24.591Z] --- PASS: TestNewServiceConfig (0.00s) [2021-09-16T19:10:24.591Z] === RUN TestValidateIndexName [2021-09-16T19:10:24.591Z] --- PASS: TestValidateIndexName (0.00s) [2021-09-16T19:10:24.591Z] === RUN TestValidateIndexNameWithError [2021-09-16T19:10:24.591Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2021-09-16T19:10:24.591Z] === RUN TestEndpointParse [2021-09-16T19:10:24.591Z] --- PASS: TestEndpointParse (0.00s) [2021-09-16T19:10:24.591Z] === RUN TestEndpointParseInvalid [2021-09-16T19:10:24.591Z] --- PASS: TestEndpointParseInvalid (0.00s) [2021-09-16T19:10:24.591Z] === RUN TestValidateEndpoint [2021-09-16T19:10:24.591Z] --- PASS: TestValidateEndpoint (0.00s) [2021-09-16T19:10:24.591Z] === RUN TestPing [2021-09-16T19:10:24.591Z] --- PASS: TestPing (0.00s) [2021-09-16T19:10:24.591Z] === RUN TestPingRegistryEndpoint [2021-09-16T19:10:24.591Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2021-09-16T19:10:24.591Z] --- SKIP: TestPingRegistryEndpoint (0.00s) [2021-09-16T19:10:24.591Z] === RUN TestEndpoint [2021-09-16T19:10:24.591Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2021-09-16T19:10:24.591Z] --- SKIP: TestEndpoint (0.00s) [2021-09-16T19:10:24.591Z] === RUN TestParseRepositoryInfo [2021-09-16T19:10:24.591Z] --- PASS: TestParseRepositoryInfo (0.00s) [2021-09-16T19:10:24.591Z] === RUN TestNewIndexInfo [2021-09-16T19:10:24.591Z] --- PASS: TestNewIndexInfo (0.00s) [2021-09-16T19:10:24.591Z] === RUN TestMirrorEndpointLookup [2021-09-16T19:10:24.591Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2021-09-16T19:10:24.591Z] --- SKIP: TestMirrorEndpointLookup (0.00s) [2021-09-16T19:10:24.591Z] === RUN TestSearchRepositories [2021-09-16T19:10:24.591Z] registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2021-09-16T19:10:24.591Z] Host: 127.0.0.1:49305 [2021-09-16T19:10:24.591Z] User-Agent: docker test client [2021-09-16T19:10:24.591Z] Authorization: Token fake-token [2021-09-16T19:10:24.591Z] X-Docker-Token: true [2021-09-16T19:10:24.591Z] Accept-Encoding: gzip [2021-09-16T19:10:24.591Z] [2021-09-16T19:10:24.591Z] [2021-09-16T19:10:24.591Z] registry_test.go:730: HTTP/1.1 200 OK [2021-09-16T19:10:24.591Z] Connection: close [2021-09-16T19:10:24.591Z] Content-Length: 144 [2021-09-16T19:10:24.591Z] Cache-Control: no-cache [2021-09-16T19:10:24.591Z] Content-Type: application/json [2021-09-16T19:10:24.591Z] Date: Thu, 16 Sep 2021 19:10:24 GMT [2021-09-16T19:10:24.591Z] Expires: -1 [2021-09-16T19:10:24.592Z] Pragma: no-cache [2021-09-16T19:10:24.592Z] Server: docker-tests/mock [2021-09-16T19:10:24.592Z] X-Docker-Registry-Config: mock [2021-09-16T19:10:24.592Z] X-Docker-Registry-Version: 0.0.0 [2021-09-16T19:10:24.592Z] [2021-09-16T19:10:24.592Z] [2021-09-16T19:10:24.592Z] --- PASS: TestSearchRepositories (0.00s) [2021-09-16T19:10:24.592Z] === RUN TestTrustedLocation [2021-09-16T19:10:24.592Z] --- PASS: TestTrustedLocation (0.00s) [2021-09-16T19:10:24.592Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2021-09-16T19:10:24.592Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2021-09-16T19:10:24.592Z] === RUN TestAllowNondistributableArtifacts [2021-09-16T19:10:24.592Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2021-09-16T19:10:24.592Z] === RUN TestIsSecureIndex [2021-09-16T19:10:24.592Z] --- PASS: TestIsSecureIndex (0.00s) [2021-09-16T19:10:24.592Z] PASS [2021-09-16T19:10:24.592Z] coverage: 51.7% of statements [2021-09-16T19:10:24.592Z] ok github.com/docker/docker/registry 0.150s coverage: 51.7% of statements [2021-09-16T19:10:24.592Z] === RUN TestResumableRequestHeaderSimpleErrors [2021-09-16T19:10:24.592Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.00s) [2021-09-16T19:10:24.592Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2021-09-16T19:10:24.592Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2021-09-16T19:10:24.592Z] === RUN TestResumableRequestHeaderTooMuchFailures [2021-09-16T19:10:24.592Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2021-09-16T19:10:24.592Z] === RUN TestResumableRequestReaderWithReadError [2021-09-16T19:10:24.592Z] time="2021-09-16T19:10:24Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2021-09-16T19:10:24.592Z] --- PASS: TestResumableRequestReaderWithReadError (0.09s) [2021-09-16T19:10:24.592Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2021-09-16T19:10:24.592Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2021-09-16T19:10:24.592Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2021-09-16T19:10:24.592Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2021-09-16T19:10:24.592Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2021-09-16T19:10:24.592Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2021-09-16T19:10:24.592Z] === RUN TestResumableRequestReader [2021-09-16T19:10:24.592Z] --- PASS: TestResumableRequestReader (0.00s) [2021-09-16T19:10:24.592Z] === RUN TestResumableRequestReaderWithInitialResponse [2021-09-16T19:10:24.592Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2021-09-16T19:10:24.592Z] PASS [2021-09-16T19:10:24.592Z] coverage: 100.0% of statements [2021-09-16T19:10:24.592Z] ok github.com/docker/docker/registry/resumable 0.145s coverage: 100.0% of statements [2021-09-16T19:10:24.592Z] === RUN TestRestartManagerTimeout [2021-09-16T19:10:24.592Z] --- PASS: TestRestartManagerTimeout (0.00s) [2021-09-16T19:10:24.592Z] === RUN TestRestartManagerTimeoutReset [2021-09-16T19:10:24.592Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2021-09-16T19:10:24.592Z] PASS [2021-09-16T19:10:24.592Z] coverage: 50.9% of statements [2021-09-16T19:10:24.592Z] ok github.com/docker/docker/restartmanager 0.025s coverage: 50.9% of statements [2021-09-16T19:10:24.618Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2021-09-16T19:10:24.618Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2021-09-16T19:10:24.618Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2021-09-16T19:10:24.618Z] ? github.com/docker/docker/libnetwork/netutils [no test files] [2021-09-16T19:10:24.796Z] --- PASS: TestAuthZPluginV2Disable (2.89s) [2021-09-16T19:10:24.796Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-09-16T19:10:25.047Z] === RUN TestDecodeContainerConfig [2021-09-16T19:10:25.047Z] --- PASS: TestDecodeContainerConfig (0.00s) [2021-09-16T19:10:25.047Z] === RUN TestDecodeContainerConfigIsolation [2021-09-16T19:10:25.047Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2021-09-16T19:10:25.047Z] === RUN TestValidatePrivileged [2021-09-16T19:10:25.047Z] --- PASS: TestValidatePrivileged (0.00s) [2021-09-16T19:10:25.047Z] PASS [2021-09-16T19:10:25.047Z] coverage: 52.2% of statements [2021-09-16T19:10:25.047Z] ok github.com/docker/docker/runconfig 0.036s coverage: 52.2% of statements [2021-09-16T19:10:25.089Z] === RUN TestChtimes [2021-09-16T19:10:25.089Z] --- PASS: TestChtimes (0.00s) [2021-09-16T19:10:25.089Z] === RUN TestChtimesWindows [2021-09-16T19:10:25.089Z] --- PASS: TestChtimesWindows (0.00s) [2021-09-16T19:10:25.089Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2021-09-16T19:10:25.089Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2021-09-16T19:10:25.089Z] === RUN TestEnsureRemoveAllNotExist [2021-09-16T19:10:25.089Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2021-09-16T19:10:25.089Z] === RUN TestEnsureRemoveAllWithDir [2021-09-16T19:10:25.089Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2021-09-16T19:10:25.089Z] === RUN TestEnsureRemoveAllWithFile [2021-09-16T19:10:25.089Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2021-09-16T19:10:25.089Z] === RUN TestHasWin32KSupport [2021-09-16T19:10:25.089Z] syscall_windows_test.go:8: win32k: true [2021-09-16T19:10:25.089Z] --- PASS: TestHasWin32KSupport (0.00s) [2021-09-16T19:10:25.089Z] PASS [2021-09-16T19:10:25.089Z] coverage: 13.0% of statements [2021-09-16T19:10:25.089Z] ok github.com/docker/docker/pkg/system 0.034s coverage: 13.0% of statements [2021-09-16T19:10:25.089Z] === RUN TestTailFile [2021-09-16T19:10:25.089Z] --- PASS: TestTailFile (0.00s) [2021-09-16T19:10:25.089Z] === RUN TestTailFileManyLines [2021-09-16T19:10:25.089Z] --- PASS: TestTailFileManyLines (0.00s) [2021-09-16T19:10:25.089Z] === RUN TestTailEmptyFile [2021-09-16T19:10:25.089Z] --- PASS: TestTailEmptyFile (0.00s) [2021-09-16T19:10:25.089Z] === RUN TestTailNegativeN [2021-09-16T19:10:25.089Z] --- PASS: TestTailNegativeN (0.00s) [2021-09-16T19:10:25.089Z] === RUN TestNewTailReader [2021-09-16T19:10:25.089Z] === PAUSE TestNewTailReader [2021-09-16T19:10:25.089Z] === CONT TestNewTailReader [2021-09-16T19:10:25.089Z] === RUN TestNewTailReader/2_byte_delimiter [2021-09-16T19:10:25.089Z] === PAUSE TestNewTailReader/2_byte_delimiter [2021-09-16T19:10:25.089Z] === RUN TestNewTailReader/4_byte_delimiter [2021-09-16T19:10:25.089Z] === PAUSE TestNewTailReader/4_byte_delimiter [2021-09-16T19:10:25.089Z] === RUN TestNewTailReader/8_byte_delimiter [2021-09-16T19:10:25.089Z] === PAUSE TestNewTailReader/8_byte_delimiter [2021-09-16T19:10:25.089Z] === RUN TestNewTailReader/12_byte_delimiter [2021-09-16T19:10:25.089Z] === PAUSE TestNewTailReader/12_byte_delimiter [2021-09-16T19:10:25.089Z] === RUN TestNewTailReader/no_delimiter [2021-09-16T19:10:25.089Z] === PAUSE TestNewTailReader/no_delimiter [2021-09-16T19:10:25.089Z] === RUN TestNewTailReader/single_byte_delimiter [2021-09-16T19:10:25.089Z] === PAUSE TestNewTailReader/single_byte_delimiter [2021-09-16T19:10:25.089Z] === RUN TestNewTailReader/truncated_last_line [2021-09-16T19:10:25.089Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2021-09-16T19:10:25.089Z] === RUN TestNewTailReader/truncated_last_line#01 [2021-09-16T19:10:25.089Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2021-09-16T19:10:25.089Z] === RUN TestNewTailReader/truncated_last_line#02 [2021-09-16T19:10:25.089Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2021-09-16T19:10:25.089Z] === CONT TestNewTailReader/2_byte_delimiter [2021-09-16T19:10:25.089Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2021-09-16T19:10:25.089Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2021-09-16T19:10:25.089Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2021-09-16T19:10:25.089Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2021-09-16T19:10:25.089Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2021-09-16T19:10:25.089Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2021-09-16T19:10:25.089Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-16T19:10:25.089Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-16T19:10:25.089Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-16T19:10:25.089Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-16T19:10:25.089Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-09-16T19:10:25.089Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-09-16T19:10:25.089Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-09-16T19:10:25.089Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-09-16T19:10:25.089Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-09-16T19:10:25.089Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-09-16T19:10:25.089Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-09-16T19:10:25.089Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-09-16T19:10:25.089Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-09-16T19:10:25.089Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-09-16T19:10:25.089Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2021-09-16T19:10:25.089Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2021-09-16T19:10:25.089Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-09-16T19:10:25.089Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-09-16T19:10:25.089Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2021-09-16T19:10:25.089Z] === CONT TestNewTailReader/12_byte_delimiter [2021-09-16T19:10:25.089Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2021-09-16T19:10:25.089Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2021-09-16T19:10:25.089Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-09-16T19:10:25.089Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-09-16T19:10:25.089Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-16T19:10:25.089Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-16T19:10:25.089Z] === CONT TestNewTailReader/8_byte_delimiter [2021-09-16T19:10:25.089Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2021-09-16T19:10:25.089Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2021-09-16T19:10:25.089Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2021-09-16T19:10:25.089Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2021-09-16T19:10:25.089Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2021-09-16T19:10:25.089Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2021-09-16T19:10:25.089Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-16T19:10:25.089Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-16T19:10:25.089Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-16T19:10:25.089Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-16T19:10:25.089Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-09-16T19:10:25.089Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-09-16T19:10:25.089Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-09-16T19:10:25.089Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-09-16T19:10:25.089Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-09-16T19:10:25.089Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-09-16T19:10:25.089Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-09-16T19:10:25.089Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-09-16T19:10:25.089Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-09-16T19:10:25.089Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-09-16T19:10:25.089Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2021-09-16T19:10:25.089Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2021-09-16T19:10:25.089Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-09-16T19:10:25.089Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-09-16T19:10:25.089Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-09-16T19:10:25.089Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-16T19:10:25.089Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-16T19:10:25.089Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-16T19:10:25.089Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-16T19:10:25.089Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-09-16T19:10:25.089Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-09-16T19:10:25.089Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-09-16T19:10:25.089Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-09-16T19:10:25.089Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-09-16T19:10:25.089Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-09-16T19:10:25.089Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2021-09-16T19:10:25.089Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-09-16T19:10:25.089Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-09-16T19:10:25.089Z] === CONT TestNewTailReader/4_byte_delimiter [2021-09-16T19:10:25.089Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-09-16T19:10:25.089Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2021-09-16T19:10:25.089Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-09-16T19:10:25.089Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2021-09-16T19:10:25.089Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2021-09-16T19:10:25.089Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2021-09-16T19:10:25.089Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-16T19:10:25.089Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2021-09-16T19:10:25.089Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-16T19:10:25.089Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2021-09-16T19:10:25.089Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-09-16T19:10:25.089Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-09-16T19:10:25.089Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-09-16T19:10:25.089Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-16T19:10:25.089Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-16T19:10:25.089Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-09-16T19:10:25.089Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-09-16T19:10:25.089Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-09-16T19:10:25.089Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-09-16T19:10:25.089Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-09-16T19:10:25.089Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-09-16T19:10:25.089Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-09-16T19:10:25.503Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2021-09-16T19:10:25.503Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2021-09-16T19:10:25.503Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2021-09-16T19:10:25.503Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2021-09-16T19:10:25.503Z] PASS [2021-09-16T19:10:25.503Z] coverage: 62.5% of statements [2021-09-16T19:10:25.503Z] ok github.com/docker/docker/testutil 0.035s coverage: 62.5% of statements [2021-09-16T19:10:25.569Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-09-16T19:10:25.569Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-09-16T19:10:25.569Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-09-16T19:10:25.569Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-09-16T19:10:25.569Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-16T19:10:25.569Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-16T19:10:25.569Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-09-16T19:10:25.569Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-09-16T19:10:25.569Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-09-16T19:10:25.569Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-16T19:10:25.569Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-16T19:10:25.569Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2021-09-16T19:10:25.569Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-16T19:10:25.569Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-16T19:10:25.569Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-16T19:10:25.569Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-16T19:10:25.569Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-09-16T19:10:25.569Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-09-16T19:10:25.569Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-09-16T19:10:25.569Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-09-16T19:10:25.569Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-09-16T19:10:25.569Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-09-16T19:10:25.569Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-09-16T19:10:25.569Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-09-16T19:10:25.569Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-09-16T19:10:25.569Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-09-16T19:10:25.569Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2021-09-16T19:10:25.569Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2021-09-16T19:10:25.569Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-09-16T19:10:25.570Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-09-16T19:10:25.570Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-09-16T19:10:25.570Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-09-16T19:10:25.570Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-09-16T19:10:25.570Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-16T19:10:25.570Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-16T19:10:25.570Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-09-16T19:10:25.570Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-16T19:10:25.570Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-16T19:10:25.570Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-16T19:10:25.570Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-16T19:10:25.570Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-16T19:10:25.570Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2021-09-16T19:10:25.570Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2021-09-16T19:10:25.570Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2021-09-16T19:10:25.570Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-16T19:10:25.570Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-16T19:10:25.570Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-16T19:10:25.570Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-16T19:10:25.570Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-09-16T19:10:25.570Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-09-16T19:10:25.570Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-09-16T19:10:25.570Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-09-16T19:10:25.570Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-09-16T19:10:25.570Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-09-16T19:10:25.570Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-09-16T19:10:25.570Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-09-16T19:10:25.570Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-09-16T19:10:25.570Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-09-16T19:10:25.570Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2021-09-16T19:10:25.570Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2021-09-16T19:10:25.570Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-09-16T19:10:25.570Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-09-16T19:10:25.570Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-16T19:10:25.570Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-16T19:10:25.570Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-16T19:10:25.570Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-16T19:10:25.570Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-16T19:10:25.570Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-16T19:10:25.570Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-16T19:10:25.570Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2021-09-16T19:10:25.570Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-09-16T19:10:25.570Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-09-16T19:10:25.570Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-09-16T19:10:25.570Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-09-16T19:10:25.570Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-09-16T19:10:25.570Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-09-16T19:10:25.570Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-09-16T19:10:25.570Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-09-16T19:10:25.570Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-09-16T19:10:25.570Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-09-16T19:10:25.570Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-09-16T19:10:25.570Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-09-16T19:10:25.570Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-09-16T19:10:25.570Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-09-16T19:10:25.570Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-09-16T19:10:25.570Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-09-16T19:10:25.570Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-09-16T19:10:25.570Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-09-16T19:10:25.570Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-09-16T19:10:25.570Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-09-16T19:10:25.570Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-16T19:10:25.570Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-16T19:10:25.570Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-16T19:10:25.570Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-16T19:10:25.570Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-16T19:10:25.570Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-16T19:10:25.570Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-16T19:10:25.570Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-16T19:10:25.570Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-16T19:10:25.570Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-16T19:10:25.570Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-16T19:10:25.570Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-16T19:10:25.570Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-16T19:10:25.570Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-16T19:10:25.570Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-16T19:10:25.570Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2021-09-16T19:10:25.570Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-09-16T19:10:25.570Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-09-16T19:10:25.570Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-09-16T19:10:25.570Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-09-16T19:10:25.570Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-09-16T19:10:25.570Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-09-16T19:10:25.570Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-16T19:10:25.570Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-16T19:10:25.570Z] === CONT TestNewTailReader/no_delimiter [2021-09-16T19:10:25.570Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2021-09-16T19:10:25.570Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2021-09-16T19:10:25.570Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2021-09-16T19:10:25.570Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2021-09-16T19:10:25.570Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2021-09-16T19:10:25.570Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2021-09-16T19:10:25.570Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-09-16T19:10:25.570Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-09-16T19:10:25.570Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-09-16T19:10:25.570Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-09-16T19:10:25.570Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-09-16T19:10:25.570Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-09-16T19:10:25.570Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2021-09-16T19:10:25.570Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2021-09-16T19:10:25.570Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2021-09-16T19:10:25.570Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2021-09-16T19:10:25.570Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2021-09-16T19:10:25.570Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2021-09-16T19:10:25.570Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2021-09-16T19:10:25.570Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2021-09-16T19:10:25.570Z] === RUN TestNewTailReader/no_delimiter/no_lines [2021-09-16T19:10:25.570Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2021-09-16T19:10:25.570Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-09-16T19:10:25.570Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-09-16T19:10:25.570Z] === CONT TestNewTailReader/single_byte_delimiter [2021-09-16T19:10:25.570Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2021-09-16T19:10:25.570Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2021-09-16T19:10:25.570Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2021-09-16T19:10:25.570Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2021-09-16T19:10:25.570Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2021-09-16T19:10:25.570Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2021-09-16T19:10:25.570Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-16T19:10:25.570Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-16T19:10:25.570Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-16T19:10:25.570Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-16T19:10:25.570Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-09-16T19:10:25.570Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-09-16T19:10:25.570Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-09-16T19:10:25.570Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-09-16T19:10:25.570Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-09-16T19:10:25.570Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-09-16T19:10:25.570Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-09-16T19:10:25.570Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-09-16T19:10:25.570Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-09-16T19:10:25.570Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-09-16T19:10:25.570Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2021-09-16T19:10:25.570Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2021-09-16T19:10:25.570Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-09-16T19:10:25.570Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-09-16T19:10:25.570Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-09-16T19:10:25.570Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-16T19:10:25.570Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2021-09-16T19:10:25.570Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-09-16T19:10:25.570Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-09-16T19:10:25.570Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-16T19:10:25.570Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-16T19:10:25.570Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-09-16T19:10:25.570Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-09-16T19:10:25.570Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-09-16T19:10:25.570Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-16T19:10:25.570Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-16T19:10:25.570Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-09-16T19:10:25.570Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-09-16T19:10:25.570Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-09-16T19:10:25.570Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-16T19:10:25.570Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-16T19:10:25.570Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-16T19:10:25.570Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-16T19:10:25.570Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-16T19:10:25.570Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-16T19:10:25.570Z] 2021/09/16 19:10:25 Closing DB instances... [2021-09-16T19:10:25.570Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-16T19:10:25.570Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-16T19:10:25.570Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-16T19:10:25.570Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-16T19:10:25.570Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-16T19:10:25.570Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-16T19:10:25.570Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-16T19:10:25.570Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-16T19:10:25.570Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-16T19:10:25.570Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-09-16T19:10:25.570Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-16T19:10:25.570Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-16T19:10:25.570Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-16T19:10:25.570Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-16T19:10:25.570Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-16T19:10:25.570Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-16T19:10:25.570Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-16T19:10:25.570Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-16T19:10:25.570Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-16T19:10:25.570Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-16T19:10:25.570Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-16T19:10:25.570Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-16T19:10:25.570Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2021-09-16T19:10:25.570Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-09-16T19:10:25.570Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-09-16T19:10:25.570Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-09-16T19:10:25.570Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-09-16T19:10:25.570Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-09-16T19:10:25.570Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-09-16T19:10:25.570Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-09-16T19:10:25.570Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-09-16T19:10:25.570Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-09-16T19:10:25.570Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-09-16T19:10:25.570Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-09-16T19:10:25.570Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-09-16T19:10:25.570Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-09-16T19:10:25.570Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-09-16T19:10:25.570Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-09-16T19:10:25.570Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-09-16T19:10:25.570Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-09-16T19:10:25.570Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-09-16T19:10:25.570Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-09-16T19:10:25.570Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-09-16T19:10:25.570Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-16T19:10:25.570Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-16T19:10:25.570Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2021-09-16T19:10:25.570Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-09-16T19:10:25.570Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-09-16T19:10:25.570Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-09-16T19:10:25.570Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-09-16T19:10:25.570Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-09-16T19:10:25.570Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-09-16T19:10:25.570Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-16T19:10:25.570Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-16T19:10:25.570Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-16T19:10:25.570Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-16T19:10:25.570Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-16T19:10:25.571Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-16T19:10:25.571Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-16T19:10:25.571Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-16T19:10:25.571Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-16T19:10:25.571Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-16T19:10:25.571Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-16T19:10:25.571Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-16T19:10:25.571Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-16T19:10:25.571Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-16T19:10:25.571Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-16T19:10:25.571Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-16T19:10:25.571Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-16T19:10:25.571Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-16T19:10:25.571Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-16T19:10:25.571Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-16T19:10:25.571Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-16T19:10:25.571Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-16T19:10:25.571Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-16T19:10:25.571Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-16T19:10:25.571Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-16T19:10:25.571Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-16T19:10:25.571Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-16T19:10:25.571Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-16T19:10:25.571Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-16T19:10:25.571Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-16T19:10:25.571Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-16T19:10:25.571Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-09-16T19:10:25.571Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-09-16T19:10:25.571Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-09-16T19:10:25.571Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-09-16T19:10:25.571Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-09-16T19:10:25.571Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-09-16T19:10:25.571Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-09-16T19:10:25.571Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-09-16T19:10:25.571Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-09-16T19:10:25.571Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-09-16T19:10:25.571Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-09-16T19:10:25.571Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-09-16T19:10:25.571Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-09-16T19:10:25.571Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-09-16T19:10:25.571Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-09-16T19:10:25.571Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-09-16T19:10:25.571Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-09-16T19:10:25.571Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-09-16T19:10:25.571Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-09-16T19:10:25.571Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-09-16T19:10:25.571Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-09-16T19:10:25.571Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-16T19:10:25.571Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-16T19:10:25.571Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2021-09-16T19:10:25.571Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-16T19:10:25.571Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-16T19:10:25.571Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-09-16T19:10:25.571Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-09-16T19:10:25.571Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-09-16T19:10:25.571Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-16T19:10:25.571Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-16T19:10:25.571Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-09-16T19:10:25.571Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-09-16T19:10:25.571Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-09-16T19:10:25.571Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-09-16T19:10:25.571Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2021-09-16T19:10:25.571Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-09-16T19:10:25.571Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-09-16T19:10:25.571Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-16T19:10:25.571Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-16T19:10:25.571Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-16T19:10:25.571Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-16T19:10:25.571Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-16T19:10:25.571Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-16T19:10:25.571Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-16T19:10:25.571Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-09-16T19:10:25.571Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-09-16T19:10:25.571Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-09-16T19:10:25.571Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-16T19:10:25.571Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-09-16T19:10:25.571Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-09-16T19:10:25.571Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-09-16T19:10:25.571Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-09-16T19:10:25.571Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-09-16T19:10:25.571Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-16T19:10:25.571Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-09-16T19:10:25.571Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-09-16T19:10:25.571Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-09-16T19:10:25.571Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-09-16T19:10:25.571Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-16T19:10:25.571Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-16T19:10:25.571Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-09-16T19:10:25.571Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-09-16T19:10:25.571Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-16T19:10:25.571Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-16T19:10:25.571Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-16T19:10:25.571Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-16T19:10:25.571Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-16T19:10:25.571Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-09-16T19:10:25.571Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-16T19:10:25.571Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-09-16T19:10:25.571Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-16T19:10:25.571Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-16T19:10:25.571Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-09-16T19:10:25.571Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-16T19:10:25.571Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-16T19:10:25.571Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-16T19:10:25.571Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-16T19:10:25.571Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-16T19:10:25.571Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-16T19:10:25.571Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2021-09-16T19:10:25.571Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-09-16T19:10:25.571Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-16T19:10:25.571Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-16T19:10:25.571Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-09-16T19:10:25.571Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-16T19:10:25.571Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-16T19:10:25.571Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-16T19:10:25.571Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-16T19:10:25.571Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-16T19:10:25.571Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-16T19:10:25.571Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-16T19:10:25.571Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-16T19:10:25.571Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-16T19:10:25.571Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-16T19:10:25.571Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-16T19:10:25.571Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-16T19:10:25.571Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-16T19:10:25.571Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-16T19:10:25.571Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-16T19:10:25.571Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-16T19:10:25.571Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2021-09-16T19:10:25.571Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-09-16T19:10:25.571Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-09-16T19:10:25.571Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-09-16T19:10:25.571Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-09-16T19:10:25.571Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-09-16T19:10:25.571Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-09-16T19:10:25.571Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-16T19:10:25.571Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-16T19:10:25.571Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-16T19:10:25.571Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-16T19:10:25.571Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-16T19:10:25.571Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-16T19:10:25.571Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-16T19:10:25.571Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-16T19:10:25.571Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-16T19:10:25.571Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-16T19:10:25.571Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-16T19:10:25.571Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2021-09-16T19:10:25.571Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-16T19:10:25.571Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-16T19:10:25.571Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-09-16T19:10:25.571Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-09-16T19:10:25.571Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-09-16T19:10:25.571Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-09-16T19:10:25.571Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-09-16T19:10:25.571Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-16T19:10:25.571Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-09-16T19:10:25.571Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-09-16T19:10:25.571Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-09-16T19:10:25.571Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-09-16T19:10:25.571Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-09-16T19:10:25.571Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-09-16T19:10:25.571Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-09-16T19:10:25.571Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-09-16T19:10:25.571Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-16T19:10:25.571Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-16T19:10:25.571Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-09-16T19:10:25.571Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-09-16T19:10:25.571Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-09-16T19:10:25.571Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-09-16T19:10:25.571Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-09-16T19:10:25.571Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-09-16T19:10:25.571Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-09-16T19:10:25.571Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-09-16T19:10:25.571Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-09-16T19:10:25.571Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-09-16T19:10:25.571Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-09-16T19:10:25.571Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-09-16T19:10:25.571Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-09-16T19:10:25.571Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-09-16T19:10:25.571Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-09-16T19:10:25.571Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-09-16T19:10:25.571Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-09-16T19:10:25.571Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-09-16T19:10:25.571Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-16T19:10:25.571Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-16T19:10:25.571Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2021-09-16T19:10:25.571Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-09-16T19:10:25.571Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-09-16T19:10:25.571Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-16T19:10:25.571Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-16T19:10:25.571Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-09-16T19:10:25.571Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-09-16T19:10:25.571Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-09-16T19:10:25.571Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-09-16T19:10:25.571Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-09-16T19:10:25.571Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-09-16T19:10:25.571Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-09-16T19:10:25.571Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-09-16T19:10:25.571Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-09-16T19:10:25.571Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-09-16T19:10:25.571Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-09-16T19:10:25.571Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-09-16T19:10:25.571Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-16T19:10:25.571Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-16T19:10:25.571Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-16T19:10:25.571Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-09-16T19:10:25.571Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-16T19:10:25.571Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-16T19:10:25.571Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-16T19:10:25.572Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-09-16T19:10:25.572Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-16T19:10:25.572Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-16T19:10:25.572Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-16T19:10:25.572Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-16T19:10:25.572Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2021-09-16T19:10:25.572Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-16T19:10:25.572Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-16T19:10:25.572Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-09-16T19:10:25.572Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-09-16T19:10:25.572Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-09-16T19:10:25.572Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-09-16T19:10:25.572Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-09-16T19:10:25.572Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-09-16T19:10:25.572Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-09-16T19:10:25.572Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-09-16T19:10:25.572Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-09-16T19:10:25.572Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-09-16T19:10:25.572Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-09-16T19:10:25.572Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-09-16T19:10:25.572Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-09-16T19:10:25.572Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-09-16T19:10:25.572Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-09-16T19:10:25.572Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-09-16T19:10:25.572Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-09-16T19:10:25.572Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-09-16T19:10:25.572Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-09-16T19:10:25.572Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-09-16T19:10:25.572Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-09-16T19:10:25.572Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-16T19:10:25.572Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-16T19:10:25.572Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-09-16T19:10:25.572Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-09-16T19:10:25.572Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-09-16T19:10:25.572Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-16T19:10:25.572Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-16T19:10:25.572Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-09-16T19:10:25.572Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-09-16T19:10:25.572Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-09-16T19:10:25.572Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-16T19:10:25.572Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-16T19:10:25.572Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-09-16T19:10:25.572Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-16T19:10:25.572Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-16T19:10:25.572Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-16T19:10:25.572Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-16T19:10:25.572Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-16T19:10:25.572Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-16T19:10:25.572Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-16T19:10:25.572Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-16T19:10:25.572Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-16T19:10:25.572Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-16T19:10:25.572Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-16T19:10:25.572Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-16T19:10:25.572Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-16T19:10:25.572Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-16T19:10:25.572Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-16T19:10:25.572Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-16T19:10:25.572Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-16T19:10:25.572Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-16T19:10:25.572Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-16T19:10:25.572Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-16T19:10:25.572Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-16T19:10:25.572Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-16T19:10:25.572Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-16T19:10:25.572Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-16T19:10:25.572Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-16T19:10:25.572Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2021-09-16T19:10:25.572Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-09-16T19:10:25.572Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-09-16T19:10:25.572Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-09-16T19:10:25.572Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-09-16T19:10:25.572Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-09-16T19:10:25.572Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-09-16T19:10:25.572Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-09-16T19:10:25.572Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-09-16T19:10:25.572Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-09-16T19:10:25.572Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-09-16T19:10:25.572Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-09-16T19:10:25.572Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-09-16T19:10:25.572Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-09-16T19:10:25.572Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-09-16T19:10:25.572Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-09-16T19:10:25.572Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-09-16T19:10:25.572Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-09-16T19:10:25.572Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-09-16T19:10:25.572Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-09-16T19:10:25.572Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-09-16T19:10:25.572Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-16T19:10:25.572Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-16T19:10:25.572Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2021-09-16T19:10:25.572Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-09-16T19:10:25.572Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-09-16T19:10:25.572Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-09-16T19:10:25.572Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-09-16T19:10:25.572Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-09-16T19:10:25.572Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-09-16T19:10:25.572Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-16T19:10:25.572Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-16T19:10:25.572Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-09-16T19:10:25.572Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-09-16T19:10:25.572Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-09-16T19:10:25.572Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-16T19:10:25.572Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-16T19:10:25.572Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-16T19:10:25.572Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-16T19:10:25.572Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-16T19:10:25.572Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-16T19:10:25.572Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-16T19:10:25.572Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-16T19:10:25.572Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-16T19:10:25.572Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-16T19:10:25.572Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-09-16T19:10:25.572Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-09-16T19:10:25.572Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-09-16T19:10:25.572Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-09-16T19:10:25.572Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-16T19:10:25.572Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-09-16T19:10:25.572Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-09-16T19:10:25.572Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-09-16T19:10:25.572Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-16T19:10:25.572Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-09-16T19:10:25.572Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-09-16T19:10:25.572Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-16T19:10:25.572Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-16T19:10:25.572Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-16T19:10:25.572Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-16T19:10:25.572Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-09-16T19:10:25.572Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-16T19:10:25.572Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-16T19:10:25.572Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-16T19:10:25.572Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2021-09-16T19:10:25.572Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-09-16T19:10:25.572Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-09-16T19:10:25.572Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-09-16T19:10:25.572Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-09-16T19:10:25.572Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-16T19:10:25.572Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-16T19:10:25.572Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-16T19:10:25.572Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-16T19:10:25.572Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-16T19:10:25.572Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-16T19:10:25.572Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2021-09-16T19:10:25.572Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-16T19:10:25.572Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-16T19:10:25.572Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-09-16T19:10:25.572Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-09-16T19:10:25.572Z] === CONT TestNewTailReader/no_delimiter/no_lines [2021-09-16T19:10:25.572Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-09-16T19:10:25.572Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-09-16T19:10:25.572Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-09-16T19:10:25.572Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2021-09-16T19:10:25.572Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-09-16T19:10:25.572Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-09-16T19:10:25.572Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-09-16T19:10:25.572Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-09-16T19:10:25.572Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-09-16T19:10:25.572Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-16T19:10:25.572Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-09-16T19:10:25.572Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-16T19:10:25.572Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-16T19:10:25.572Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-09-16T19:10:25.572Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-16T19:10:25.572Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-16T19:10:25.572Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-16T19:10:25.572Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-16T19:10:25.572Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-16T19:10:25.572Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-16T19:10:25.572Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-16T19:10:25.572Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-16T19:10:25.572Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-16T19:10:25.572Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-16T19:10:25.572Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-16T19:10:25.572Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-16T19:10:25.572Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-09-16T19:10:25.572Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-09-16T19:10:25.572Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-09-16T19:10:25.572Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-09-16T19:10:25.572Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-09-16T19:10:25.572Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-09-16T19:10:25.572Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-09-16T19:10:25.572Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-09-16T19:10:25.572Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-09-16T19:10:25.572Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-09-16T19:10:25.572Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-09-16T19:10:25.572Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-09-16T19:10:25.573Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-09-16T19:10:25.573Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-09-16T19:10:25.573Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-09-16T19:10:25.573Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-09-16T19:10:25.573Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-09-16T19:10:25.573Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-16T19:10:25.573Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-16T19:10:25.573Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2021-09-16T19:10:25.573Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-09-16T19:10:25.573Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-09-16T19:10:25.573Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-16T19:10:25.573Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-16T19:10:25.573Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-09-16T19:10:25.573Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-16T19:10:25.573Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-16T19:10:25.573Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-09-16T19:10:25.573Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-09-16T19:10:25.573Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-09-16T19:10:25.573Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-09-16T19:10:25.573Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-09-16T19:10:25.573Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-09-16T19:10:25.573Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-09-16T19:10:25.573Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-09-16T19:10:25.573Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-09-16T19:10:25.573Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-09-16T19:10:25.573Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-09-16T19:10:25.573Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-16T19:10:25.573Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-16T19:10:25.573Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2021-09-16T19:10:25.573Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-09-16T19:10:25.573Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-09-16T19:10:25.573Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-09-16T19:10:25.573Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-09-16T19:10:25.573Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-09-16T19:10:25.573Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-09-16T19:10:25.573Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-09-16T19:10:25.573Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-09-16T19:10:25.573Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-09-16T19:10:25.573Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-09-16T19:10:25.573Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-09-16T19:10:25.573Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-09-16T19:10:25.573Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-09-16T19:10:25.573Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-09-16T19:10:25.573Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-09-16T19:10:25.573Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-09-16T19:10:25.573Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-09-16T19:10:25.573Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-09-16T19:10:25.573Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-09-16T19:10:25.573Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-09-16T19:10:25.573Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-09-16T19:10:25.573Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-09-16T19:10:25.573Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2021-09-16T19:10:25.573Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-09-16T19:10:25.573Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-09-16T19:10:25.573Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-09-16T19:10:25.573Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-09-16T19:10:25.573Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-09-16T19:10:25.573Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-09-16T19:10:25.573Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-09-16T19:10:25.573Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-09-16T19:10:25.573Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-09-16T19:10:25.573Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-16T19:10:25.573Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-16T19:10:25.573Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-16T19:10:25.573Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-16T19:10:25.573Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-16T19:10:25.573Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-16T19:10:25.573Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-16T19:10:25.573Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-16T19:10:25.573Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-16T19:10:25.573Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-16T19:10:25.573Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-16T19:10:25.573Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-16T19:10:25.573Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2021-09-16T19:10:25.573Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-09-16T19:10:25.573Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-09-16T19:10:25.573Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-16T19:10:25.573Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-16T19:10:25.573Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-09-16T19:10:25.573Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-16T19:10:25.573Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-16T19:10:25.573Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2021-09-16T19:10:25.573Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2021-09-16T19:10:25.573Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-09-16T19:10:25.573Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-09-16T19:10:25.573Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-09-16T19:10:25.573Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-09-16T19:10:25.573Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-09-16T19:10:25.573Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-09-16T19:10:25.573Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-09-16T19:10:25.573Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-09-16T19:10:25.573Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-09-16T19:10:25.573Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-09-16T19:10:25.573Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-09-16T19:10:25.573Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-09-16T19:10:25.573Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-09-16T19:10:25.573Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-09-16T19:10:25.573Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-09-16T19:10:25.573Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-09-16T19:10:25.573Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-09-16T19:10:25.573Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-09-16T19:10:25.573Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-09-16T19:10:25.573Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-09-16T19:10:25.573Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-09-16T19:10:25.573Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-16T19:10:25.573Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-16T19:10:25.573Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-16T19:10:25.573Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-16T19:10:25.573Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-09-16T19:10:25.573Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-09-16T19:10:25.573Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-16T19:10:25.573Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-16T19:10:25.573Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-16T19:10:25.573Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-09-16T19:10:25.573Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-09-16T19:10:25.573Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-09-16T19:10:25.573Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-16T19:10:25.573Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-16T19:10:25.573Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-09-16T19:10:25.573Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-16T19:10:25.573Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-09-16T19:10:25.573Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-09-16T19:10:25.573Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-09-16T19:10:25.573Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-16T19:10:25.573Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-16T19:10:25.573Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-16T19:10:25.573Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-16T19:10:25.573Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-16T19:10:25.573Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-16T19:10:25.573Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-16T19:10:25.573Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-16T19:10:25.573Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-16T19:10:25.573Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-16T19:10:25.573Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-16T19:10:25.573Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-16T19:10:25.573Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-16T19:10:25.573Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-16T19:10:25.573Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-16T19:10:25.573Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-09-16T19:10:25.573Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-16T19:10:25.573Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-16T19:10:25.573Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-16T19:10:25.573Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-16T19:10:25.573Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-16T19:10:25.573Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-16T19:10:25.573Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-16T19:10:25.573Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-16T19:10:25.573Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-16T19:10:25.573Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-16T19:10:25.573Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-16T19:10:25.573Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-16T19:10:25.573Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2021-09-16T19:10:25.573Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-09-16T19:10:25.573Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-09-16T19:10:25.573Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-09-16T19:10:25.573Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-16T19:10:25.573Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-16T19:10:25.573Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-16T19:10:25.573Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-16T19:10:25.573Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-16T19:10:25.573Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-16T19:10:25.573Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-16T19:10:25.573Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-16T19:10:25.573Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-16T19:10:25.573Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-16T19:10:25.573Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-16T19:10:25.573Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-16T19:10:25.573Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-16T19:10:25.573Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-09-16T19:10:25.573Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-09-16T19:10:25.573Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-16T19:10:25.573Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-16T19:10:25.573Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-09-16T19:10:25.573Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-09-16T19:10:25.573Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-09-16T19:10:25.573Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-09-16T19:10:25.573Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-09-16T19:10:25.573Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-09-16T19:10:25.573Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-09-16T19:10:25.573Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-09-16T19:10:25.573Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-09-16T19:10:25.573Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-09-16T19:10:25.573Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-09-16T19:10:25.573Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-09-16T19:10:25.573Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-09-16T19:10:25.573Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-09-16T19:10:25.573Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-09-16T19:10:25.573Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-09-16T19:10:25.573Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-09-16T19:10:25.573Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-09-16T19:10:25.573Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-16T19:10:25.573Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-16T19:10:25.573Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2021-09-16T19:10:25.573Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-09-16T19:10:25.573Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-09-16T19:10:25.573Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-09-16T19:10:25.573Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-09-16T19:10:25.573Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-09-16T19:10:25.573Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-09-16T19:10:25.573Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-16T19:10:25.573Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-16T19:10:25.573Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-16T19:10:25.573Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-09-16T19:10:25.573Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-16T19:10:25.573Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-09-16T19:10:25.574Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-09-16T19:10:25.575Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-09-16T19:10:25.575Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-09-16T19:10:25.575Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-16T19:10:25.575Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-09-16T19:10:25.575Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-09-16T19:10:25.575Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-09-16T19:10:25.575Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-09-16T19:10:25.575Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-16T19:10:25.575Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-16T19:10:25.575Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-16T19:10:25.575Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-16T19:10:25.575Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-16T19:10:25.575Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-09-16T19:10:25.575Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-09-16T19:10:25.575Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-09-16T19:10:25.575Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-09-16T19:10:25.575Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-16T19:10:25.575Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-16T19:10:25.575Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-16T19:10:25.575Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-09-16T19:10:25.575Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-09-16T19:10:25.575Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-09-16T19:10:25.575Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-09-16T19:10:25.575Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-09-16T19:10:25.575Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-09-16T19:10:25.575Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-09-16T19:10:25.575Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-09-16T19:10:25.575Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-09-16T19:10:25.575Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-16T19:10:25.575Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-16T19:10:25.575Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-16T19:10:25.575Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-09-16T19:10:25.575Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-16T19:10:25.575Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-16T19:10:25.575Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-16T19:10:25.575Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-09-16T19:10:25.575Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-16T19:10:25.575Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-16T19:10:25.575Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-16T19:10:25.575Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-16T19:10:25.575Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-16T19:10:25.575Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-16T19:10:25.575Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-16T19:10:25.575Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-16T19:10:25.575Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-16T19:10:25.575Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-09-16T19:10:25.575Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-16T19:10:25.575Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-16T19:10:25.575Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-16T19:10:25.575Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-16T19:10:25.575Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-16T19:10:25.575Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-16T19:10:25.575Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-16T19:10:25.575Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-09-16T19:10:25.575Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-09-16T19:10:25.575Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-16T19:10:25.575Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-09-16T19:10:25.575Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-09-16T19:10:25.575Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-09-16T19:10:25.575Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-09-16T19:10:25.575Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-09-16T19:10:25.575Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-09-16T19:10:25.575Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-09-16T19:10:25.575Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-09-16T19:10:25.575Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-16T19:10:25.575Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-09-16T19:10:25.575Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-09-16T19:10:25.575Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-16T19:10:25.575Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.01s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-09-16T19:10:25.575Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.01s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.01s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-09-16T19:10:25.576Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-09-16T19:10:25.577Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-09-16T19:10:25.577Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s) [2021-09-16T19:10:25.577Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2021-09-16T19:10:25.577Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2021-09-16T19:10:25.577Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2021-09-16T19:10:25.577Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2021-09-16T19:10:25.577Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2021-09-16T19:10:25.577Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-09-16T19:10:25.577Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2021-09-16T19:10:25.577Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2021-09-16T19:10:25.577Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2021-09-16T19:10:25.577Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2021-09-16T19:10:25.577Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2021-09-16T19:10:25.577Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2021-09-16T19:10:25.577Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2021-09-16T19:10:25.577Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2021-09-16T19:10:25.577Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-09-16T19:10:25.577Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2021-09-16T19:10:25.577Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-09-16T19:10:25.577Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2021-09-16T19:10:25.577Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-09-16T19:10:25.577Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-09-16T19:10:25.577Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.00s) [2021-09-16T19:10:25.577Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-09-16T19:10:25.577Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-09-16T19:10:25.577Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-09-16T19:10:25.577Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-09-16T19:10:25.577Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-09-16T19:10:25.577Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-09-16T19:10:25.577Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-09-16T19:10:25.577Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-09-16T19:10:25.577Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-09-16T19:10:25.577Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s) [2021-09-16T19:10:25.577Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2021-09-16T19:10:25.577Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2021-09-16T19:10:25.577Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-09-16T19:10:25.577Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2021-09-16T19:10:25.577Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2021-09-16T19:10:25.577Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2021-09-16T19:10:25.577Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2021-09-16T19:10:25.577Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2021-09-16T19:10:26.047Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2021-09-16T19:10:26.047Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2021-09-16T19:10:26.047Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2021-09-16T19:10:26.047Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2021-09-16T19:10:26.047Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2021-09-16T19:10:26.047Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-09-16T19:10:26.047Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2021-09-16T19:10:26.047Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-09-16T19:10:26.047Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-09-16T19:10:26.047Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-09-16T19:10:26.047Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-09-16T19:10:26.047Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-09-16T19:10:26.047Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-09-16T19:10:26.047Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2021-09-16T19:10:26.047Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2021-09-16T19:10:26.047Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-09-16T19:10:26.047Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2021-09-16T19:10:26.047Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2021-09-16T19:10:26.047Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-09-16T19:10:26.047Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-09-16T19:10:26.047Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-09-16T19:10:26.047Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-09-16T19:10:26.047Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-09-16T19:10:26.047Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-09-16T19:10:26.047Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-09-16T19:10:26.047Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.00s) [2021-09-16T19:10:26.047Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2021-09-16T19:10:26.047Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2021-09-16T19:10:26.047Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2021-09-16T19:10:26.047Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-09-16T19:10:26.047Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2021-09-16T19:10:26.047Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2021-09-16T19:10:26.047Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2021-09-16T19:10:26.047Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2021-09-16T19:10:26.047Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2021-09-16T19:10:26.047Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2021-09-16T19:10:26.047Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2021-09-16T19:10:26.047Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2021-09-16T19:10:26.047Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2021-09-16T19:10:26.047Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-09-16T19:10:26.047Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.00s) [2021-09-16T19:10:26.047Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2021-09-16T19:10:26.047Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-09-16T19:10:26.047Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-09-16T19:10:26.047Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2021-09-16T19:10:26.047Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-09-16T19:10:26.047Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2021-09-16T19:10:26.047Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-09-16T19:10:26.047Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-09-16T19:10:26.047Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2021-09-16T19:10:26.047Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-09-16T19:10:26.047Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-09-16T19:10:26.047Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2021-09-16T19:10:26.047Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-09-16T19:10:26.047Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-09-16T19:10:26.048Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.00s) [2021-09-16T19:10:26.048Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-09-16T19:10:26.048Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-09-16T19:10:26.048Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-09-16T19:10:26.048Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-09-16T19:10:26.048Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-09-16T19:10:26.048Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-09-16T19:10:26.048Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-09-16T19:10:26.048Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-09-16T19:10:26.048Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-09-16T19:10:26.048Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-09-16T19:10:26.048Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-09-16T19:10:26.048Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-09-16T19:10:26.048Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-09-16T19:10:26.048Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-09-16T19:10:26.048Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-09-16T19:10:26.048Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-09-16T19:10:26.048Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-09-16T19:10:26.048Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-09-16T19:10:26.048Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2021-09-16T19:10:26.048Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-09-16T19:10:26.048Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-09-16T19:10:26.048Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-09-16T19:10:26.048Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-09-16T19:10:26.048Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-09-16T19:10:26.048Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-09-16T19:10:26.048Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-09-16T19:10:26.048Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-09-16T19:10:26.048Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-09-16T19:10:26.048Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2021-09-16T19:10:26.048Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-09-16T19:10:26.048Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-09-16T19:10:26.048Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-09-16T19:10:26.048Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-09-16T19:10:26.048Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-09-16T19:10:26.048Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-09-16T19:10:26.048Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-09-16T19:10:26.048Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-09-16T19:10:26.048Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-09-16T19:10:26.048Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-09-16T19:10:26.048Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-09-16T19:10:26.048Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s) [2021-09-16T19:10:26.048Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2021-09-16T19:10:26.048Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-09-16T19:10:26.048Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2021-09-16T19:10:26.048Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2021-09-16T19:10:26.048Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2021-09-16T19:10:26.048Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2021-09-16T19:10:26.048Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2021-09-16T19:10:26.048Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2021-09-16T19:10:26.048Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2021-09-16T19:10:26.048Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2021-09-16T19:10:26.048Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2021-09-16T19:10:26.048Z] PASS [2021-09-16T19:10:26.048Z] coverage: 88.6% of statements [2021-09-16T19:10:26.048Z] ok github.com/docker/docker/pkg/tailfile 0.141s coverage: 88.6% of statements [2021-09-16T19:10:26.048Z] === RUN TestTarSumRemoveNonExistent [2021-09-16T19:10:26.048Z] --- PASS: TestTarSumRemoveNonExistent (0.00s) [2021-09-16T19:10:26.048Z] === RUN TestTarSumRemove [2021-09-16T19:10:26.048Z] --- PASS: TestTarSumRemove (0.00s) [2021-09-16T19:10:26.048Z] === RUN TestSortFileInfoSums [2021-09-16T19:10:26.048Z] --- PASS: TestSortFileInfoSums (0.00s) [2021-09-16T19:10:26.048Z] === RUN TestNewTarSumForLabelInvalid [2021-09-16T19:10:26.048Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2021-09-16T19:10:26.048Z] === RUN TestNewTarSumForLabel [2021-09-16T19:10:26.048Z] --- PASS: TestNewTarSumForLabel (0.00s) [2021-09-16T19:10:26.048Z] === RUN TestEmptyTar [2021-09-16T19:10:26.048Z] --- PASS: TestEmptyTar (0.00s) [2021-09-16T19:10:26.048Z] === RUN TestTarSumsReadSize [2021-09-16T19:10:26.048Z] --- PASS: TestTarSumsReadSize (0.00s) [2021-09-16T19:10:26.048Z] === RUN TestTarSums [2021-09-16T19:10:26.048Z] --- PASS: TestTarSums (0.06s) [2021-09-16T19:10:26.048Z] === RUN TestIteration [2021-09-16T19:10:26.048Z] --- PASS: TestIteration (0.00s) [2021-09-16T19:10:26.048Z] === RUN TestVersionLabelForChecksum [2021-09-16T19:10:26.048Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2021-09-16T19:10:26.048Z] === RUN TestVersion [2021-09-16T19:10:26.048Z] --- PASS: TestVersion (0.00s) [2021-09-16T19:10:26.048Z] === RUN TestGetVersion [2021-09-16T19:10:26.048Z] --- PASS: TestGetVersion (0.00s) [2021-09-16T19:10:26.048Z] === RUN TestGetVersions [2021-09-16T19:10:26.048Z] --- PASS: TestGetVersions (0.00s) [2021-09-16T19:10:26.048Z] PASS [2021-09-16T19:10:26.048Z] coverage: 89.3% of statements [2021-09-16T19:10:26.048Z] ok github.com/docker/docker/pkg/tarsum 0.110s coverage: 89.3% of statements [2021-09-16T19:10:26.048Z] testing: warning: no tests to run [2021-09-16T19:10:26.048Z] PASS [2021-09-16T19:10:26.048Z] coverage: [no statements] [2021-09-16T19:10:26.048Z] ok github.com/docker/docker/pkg/term/windows 0.027s coverage: [no statements] [no tests to run] [2021-09-16T19:10:26.048Z] === RUN TestTruncIndex [2021-09-16T19:10:26.048Z] --- PASS: TestTruncIndex (0.10s) [2021-09-16T19:10:26.048Z] PASS [2021-09-16T19:10:26.048Z] coverage: 91.5% of statements [2021-09-16T19:10:26.048Z] ok github.com/docker/docker/pkg/truncindex 0.126s coverage: 91.5% of statements [2021-09-16T19:10:26.518Z] === RUN TestIsGIT [2021-09-16T19:10:26.518Z] --- PASS: TestIsGIT (0.00s) [2021-09-16T19:10:26.518Z] === RUN TestIsTransport [2021-09-16T19:10:26.518Z] --- PASS: TestIsTransport (0.00s) [2021-09-16T19:10:26.518Z] PASS [2021-09-16T19:10:26.518Z] coverage: 100.0% of statements [2021-09-16T19:10:26.518Z] ok github.com/docker/docker/pkg/urlutil 0.026s coverage: 100.0% of statements [2021-09-16T19:10:26.518Z] === RUN TestVersionInfo [2021-09-16T19:10:26.518Z] --- PASS: TestVersionInfo (0.00s) [2021-09-16T19:10:26.518Z] === RUN TestAppendVersions [2021-09-16T19:10:26.518Z] --- PASS: TestAppendVersions (0.00s) [2021-09-16T19:10:26.518Z] PASS [2021-09-16T19:10:26.518Z] coverage: 88.9% of statements [2021-09-16T19:10:26.518Z] ok github.com/docker/docker/pkg/useragent 0.027s coverage: 88.9% of statements [2021-09-16T19:10:26.988Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (2.61s) [2021-09-16T19:10:26.988Z] === RUN TestNetworkDBGarbageCollection [2021-09-16T19:10:27.323Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (2.71s) [2021-09-16T19:10:27.323Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-09-16T19:10:27.458Z] === RUN TestValidatePrivileges [2021-09-16T19:10:27.458Z] --- PASS: TestValidatePrivileges (0.00s) [2021-09-16T19:10:27.458Z] === RUN TestFilterByCapNeg [2021-09-16T19:10:27.458Z] --- PASS: TestFilterByCapNeg (0.00s) [2021-09-16T19:10:27.458Z] === RUN TestFilterByCapPos [2021-09-16T19:10:27.458Z] --- PASS: TestFilterByCapPos (0.00s) [2021-09-16T19:10:27.458Z] === RUN TestStoreGetPluginNotMatchCapRefs [2021-09-16T19:10:27.458Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2021-09-16T19:10:27.458Z] PASS [2021-09-16T19:10:27.458Z] coverage: 12.0% of statements [2021-09-16T19:10:27.458Z] ok github.com/docker/docker/plugin 0.042s coverage: 12.0% of statements [2021-09-16T19:10:27.458Z] === RUN TestNewSettable [2021-09-16T19:10:27.458Z] --- PASS: TestNewSettable (0.00s) [2021-09-16T19:10:27.458Z] === RUN TestIsSettable [2021-09-16T19:10:27.458Z] --- PASS: TestIsSettable (0.00s) [2021-09-16T19:10:27.458Z] === RUN TestUpdateSettingsEnv [2021-09-16T19:10:27.458Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2021-09-16T19:10:27.458Z] PASS [2021-09-16T19:10:27.458Z] coverage: 20.0% of statements [2021-09-16T19:10:27.458Z] ok github.com/docker/docker/plugin/v2 0.036s coverage: 20.0% of statements [2021-09-16T19:10:27.670Z] === RUN TestGetDriver [2021-09-16T19:10:27.670Z] --- PASS: TestGetDriver (0.00s) [2021-09-16T19:10:27.670Z] === RUN TestVolumeRequestError [2021-09-16T19:10:27.670Z] --- PASS: TestVolumeRequestError (0.01s) [2021-09-16T19:10:27.670Z] PASS [2021-09-16T19:10:27.670Z] coverage: 36.1% of statements [2021-09-16T19:10:27.670Z] ok github.com/docker/docker/volume/drivers 0.034s coverage: 36.1% of statements [2021-09-16T19:10:27.670Z] === RUN TestGetAddress [2021-09-16T19:10:27.670Z] --- PASS: TestGetAddress (0.00s) [2021-09-16T19:10:27.670Z] === RUN TestRemove [2021-09-16T19:10:27.670Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2021-09-16T19:10:27.670Z] --- SKIP: TestRemove (0.00s) [2021-09-16T19:10:27.670Z] === RUN TestInitializeWithVolumes [2021-09-16T19:10:27.670Z] --- PASS: TestInitializeWithVolumes (0.00s) [2021-09-16T19:10:27.670Z] === RUN TestCreate [2021-09-16T19:10:27.670Z] --- PASS: TestCreate (0.01s) [2021-09-16T19:10:27.670Z] === RUN TestValidateName [2021-09-16T19:10:27.670Z] --- PASS: TestValidateName (0.00s) [2021-09-16T19:10:27.670Z] === RUN TestCreateWithOpts [2021-09-16T19:10:27.670Z] local_test.go:180: runtime.GOOS == "windows" [2021-09-16T19:10:27.670Z] --- SKIP: TestCreateWithOpts (0.00s) [2021-09-16T19:10:27.670Z] === RUN TestRelaodNoOpts [2021-09-16T19:10:27.670Z] --- PASS: TestRelaodNoOpts (0.01s) [2021-09-16T19:10:27.670Z] PASS [2021-09-16T19:10:27.670Z] coverage: 41.5% of statements [2021-09-16T19:10:27.670Z] ok github.com/docker/docker/volume/local 0.049s coverage: 41.5% of statements [2021-09-16T19:10:27.928Z] === RUN TestLoad [2021-09-16T19:10:27.928Z] --- PASS: TestLoad (0.00s) [2021-09-16T19:10:27.928Z] === RUN TestSave [2021-09-16T19:10:27.928Z] --- PASS: TestSave (0.02s) [2021-09-16T19:10:27.928Z] === RUN TestAddDeleteGet [2021-09-16T19:10:27.928Z] --- PASS: TestAddDeleteGet (0.02s) [2021-09-16T19:10:27.928Z] === RUN TestInvalidTags [2021-09-16T19:10:27.928Z] --- PASS: TestInvalidTags (0.00s) [2021-09-16T19:10:27.928Z] PASS [2021-09-16T19:10:27.928Z] coverage: 84.4% of statements [2021-09-16T19:10:27.928Z] ok github.com/docker/docker/reference 0.076s coverage: 84.4% of statements [2021-09-16T19:10:28.127Z] === RUN TestLCOWParseMountRaw [2021-09-16T19:10:28.127Z] --- PASS: TestLCOWParseMountRaw (0.00s) [2021-09-16T19:10:28.127Z] === RUN TestLCOWParseMountRawSplit [2021-09-16T19:10:28.127Z] === RUN TestLCOWParseMountRawSplit/0_c:\:/foo [2021-09-16T19:10:28.127Z] === RUN TestLCOWParseMountRawSplit/1_c:\:/foo:ro [2021-09-16T19:10:28.127Z] === RUN TestLCOWParseMountRawSplit/2_c:\:/foo:rw [2021-09-16T19:10:28.127Z] === RUN TestLCOWParseMountRawSplit/3_c:\:/foo:foo [2021-09-16T19:10:28.127Z] === RUN TestLCOWParseMountRawSplit/4_name:/foo:rw [2021-09-16T19:10:28.127Z] === RUN TestLCOWParseMountRawSplit/5_name:/foo [2021-09-16T19:10:28.127Z] === RUN TestLCOWParseMountRawSplit/6_name:/foo:ro [2021-09-16T19:10:28.127Z] === RUN TestLCOWParseMountRawSplit/7_name:/ [2021-09-16T19:10:28.127Z] === RUN TestLCOWParseMountRawSplit/8_driver/name:/ [2021-09-16T19:10:28.127Z] === RUN TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar [2021-09-16T19:10:28.127Z] === RUN TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data [2021-09-16T19:10:28.127Z] === RUN TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo [2021-09-16T19:10:28.127Z] --- PASS: TestLCOWParseMountRawSplit (0.00s) [2021-09-16T19:10:28.127Z] --- PASS: TestLCOWParseMountRawSplit/0_c:\:/foo (0.00s) [2021-09-16T19:10:28.127Z] --- PASS: TestLCOWParseMountRawSplit/1_c:\:/foo:ro (0.00s) [2021-09-16T19:10:28.127Z] --- PASS: TestLCOWParseMountRawSplit/2_c:\:/foo:rw (0.00s) [2021-09-16T19:10:28.127Z] --- PASS: TestLCOWParseMountRawSplit/3_c:\:/foo:foo (0.00s) [2021-09-16T19:10:28.127Z] --- PASS: TestLCOWParseMountRawSplit/4_name:/foo:rw (0.00s) [2021-09-16T19:10:28.127Z] --- PASS: TestLCOWParseMountRawSplit/5_name:/foo (0.00s) [2021-09-16T19:10:28.127Z] --- PASS: TestLCOWParseMountRawSplit/6_name:/foo:ro (0.00s) [2021-09-16T19:10:28.127Z] --- PASS: TestLCOWParseMountRawSplit/7_name:/ (0.00s) [2021-09-16T19:10:28.127Z] --- PASS: TestLCOWParseMountRawSplit/8_driver/name:/ (0.00s) [2021-09-16T19:10:28.127Z] --- PASS: TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2021-09-16T19:10:28.127Z] --- PASS: TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data (0.00s) [2021-09-16T19:10:28.127Z] --- PASS: TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo (0.00s) [2021-09-16T19:10:28.127Z] === RUN TestLinuxParseMountRaw [2021-09-16T19:10:28.127Z] --- PASS: TestLinuxParseMountRaw (0.00s) [2021-09-16T19:10:28.127Z] === RUN TestLinuxParseMountRawSplit [2021-09-16T19:10:28.127Z] === RUN TestLinuxParseMountRawSplit/0_/tmp:/tmp1 [2021-09-16T19:10:28.127Z] === RUN TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro [2021-09-16T19:10:28.127Z] === RUN TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw [2021-09-16T19:10:28.127Z] === RUN TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo [2021-09-16T19:10:28.127Z] === RUN TestLinuxParseMountRawSplit/4_name:/named1 [2021-09-16T19:10:28.127Z] === RUN TestLinuxParseMountRawSplit/5_name:/named2 [2021-09-16T19:10:28.127Z] === RUN TestLinuxParseMountRawSplit/6_name:/named3:ro [2021-09-16T19:10:28.127Z] === RUN TestLinuxParseMountRawSplit/7_local/name:/tmp:rw [2021-09-16T19:10:28.127Z] === RUN TestLinuxParseMountRawSplit/8_/tmp:tmp [2021-09-16T19:10:28.127Z] --- PASS: TestLinuxParseMountRawSplit (0.00s) [2021-09-16T19:10:28.127Z] --- PASS: TestLinuxParseMountRawSplit/0_/tmp:/tmp1 (0.00s) [2021-09-16T19:10:28.127Z] --- PASS: TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro (0.00s) [2021-09-16T19:10:28.127Z] --- PASS: TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw (0.00s) [2021-09-16T19:10:28.127Z] --- PASS: TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo (0.00s) [2021-09-16T19:10:28.127Z] --- PASS: TestLinuxParseMountRawSplit/4_name:/named1 (0.00s) [2021-09-16T19:10:28.128Z] --- PASS: TestLinuxParseMountRawSplit/5_name:/named2 (0.00s) [2021-09-16T19:10:28.128Z] --- PASS: TestLinuxParseMountRawSplit/6_name:/named3:ro (0.00s) [2021-09-16T19:10:28.128Z] --- PASS: TestLinuxParseMountRawSplit/7_local/name:/tmp:rw (0.00s) [2021-09-16T19:10:28.128Z] --- PASS: TestLinuxParseMountRawSplit/8_/tmp:tmp (0.00s) [2021-09-16T19:10:28.128Z] === RUN TestLinuxParseMountSpecBindWithFileinfoError [2021-09-16T19:10:28.128Z] --- PASS: TestLinuxParseMountSpecBindWithFileinfoError (0.00s) [2021-09-16T19:10:28.128Z] === RUN TestConvertTmpfsOptions [2021-09-16T19:10:28.128Z] linux_parser_test.go:209: data="mode=700,size=1m" [2021-09-16T19:10:28.128Z] linux_parser_test.go:209: data="ro" [2021-09-16T19:10:28.128Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2021-09-16T19:10:28.128Z] === RUN TestParseMountSpec [2021-09-16T19:10:28.128Z] parser_test.go:62: case 0 [2021-09-16T19:10:28.128Z] parser_test.go:62: case 1 [2021-09-16T19:10:28.128Z] parser_test.go:62: case 2 [2021-09-16T19:10:28.128Z] parser_test.go:62: case 3 [2021-09-16T19:10:28.128Z] parser_test.go:62: case 4 [2021-09-16T19:10:28.128Z] parser_test.go:62: case 5 [2021-09-16T19:10:28.128Z] --- PASS: TestParseMountSpec (0.00s) [2021-09-16T19:10:28.128Z] === RUN TestValidateMount [2021-09-16T19:10:28.128Z] --- PASS: TestValidateMount (0.00s) [2021-09-16T19:10:28.128Z] === RUN TestWindowsParseMountRaw [2021-09-16T19:10:28.128Z] --- PASS: TestWindowsParseMountRaw (0.00s) [2021-09-16T19:10:28.128Z] === RUN TestWindowsParseMountRawSplit [2021-09-16T19:10:28.128Z] === RUN TestWindowsParseMountRawSplit/0_c:\:d: [2021-09-16T19:10:28.128Z] === RUN TestWindowsParseMountRawSplit/1_c:\:d:\ [2021-09-16T19:10:28.128Z] === RUN TestWindowsParseMountRawSplit/2_c:\:d:\:ro [2021-09-16T19:10:28.128Z] === RUN TestWindowsParseMountRawSplit/3_c:\:d:\:rw [2021-09-16T19:10:28.128Z] === RUN TestWindowsParseMountRawSplit/4_c:\:d:\:foo [2021-09-16T19:10:28.128Z] === RUN TestWindowsParseMountRawSplit/5_name:d::rw [2021-09-16T19:10:28.128Z] === RUN TestWindowsParseMountRawSplit/6_name:d: [2021-09-16T19:10:28.128Z] === RUN TestWindowsParseMountRawSplit/7_name:d::ro [2021-09-16T19:10:28.128Z] === RUN TestWindowsParseMountRawSplit/8_name:c: [2021-09-16T19:10:28.128Z] === RUN TestWindowsParseMountRawSplit/9_driver/name:c: [2021-09-16T19:10:28.128Z] === RUN TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar [2021-09-16T19:10:28.128Z] === RUN TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar [2021-09-16T19:10:28.128Z] === RUN TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo [2021-09-16T19:10:28.128Z] --- PASS: TestWindowsParseMountRawSplit (0.00s) [2021-09-16T19:10:28.128Z] --- PASS: TestWindowsParseMountRawSplit/0_c:\:d: (0.00s) [2021-09-16T19:10:28.128Z] --- PASS: TestWindowsParseMountRawSplit/1_c:\:d:\ (0.00s) [2021-09-16T19:10:28.128Z] --- PASS: TestWindowsParseMountRawSplit/2_c:\:d:\:ro (0.00s) [2021-09-16T19:10:28.128Z] --- PASS: TestWindowsParseMountRawSplit/3_c:\:d:\:rw (0.00s) [2021-09-16T19:10:28.128Z] --- PASS: TestWindowsParseMountRawSplit/4_c:\:d:\:foo (0.00s) [2021-09-16T19:10:28.128Z] --- PASS: TestWindowsParseMountRawSplit/5_name:d::rw (0.00s) [2021-09-16T19:10:28.128Z] --- PASS: TestWindowsParseMountRawSplit/6_name:d: (0.00s) [2021-09-16T19:10:28.128Z] --- PASS: TestWindowsParseMountRawSplit/7_name:d::ro (0.00s) [2021-09-16T19:10:28.128Z] --- PASS: TestWindowsParseMountRawSplit/8_name:c: (0.00s) [2021-09-16T19:10:28.128Z] --- PASS: TestWindowsParseMountRawSplit/9_driver/name:c: (0.00s) [2021-09-16T19:10:28.128Z] --- PASS: TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2021-09-16T19:10:28.128Z] --- PASS: TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar (0.00s) [2021-09-16T19:10:28.128Z] --- PASS: TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo (0.00s) [2021-09-16T19:10:28.128Z] === RUN TestWindowsParseMountSpecBindWithFileinfoError [2021-09-16T19:10:28.128Z] --- PASS: TestWindowsParseMountSpecBindWithFileinfoError (0.00s) [2021-09-16T19:10:28.128Z] PASS [2021-09-16T19:10:28.128Z] coverage: 67.6% of statements [2021-09-16T19:10:28.128Z] ok github.com/docker/docker/volume/mounts 0.041s coverage: 67.6% of statements [2021-09-16T19:10:28.583Z] === RUN TestSetGetMeta [2021-09-16T19:10:28.583Z] === PAUSE TestSetGetMeta [2021-09-16T19:10:28.583Z] === RUN TestRestore [2021-09-16T19:10:28.583Z] === PAUSE TestRestore [2021-09-16T19:10:28.583Z] === RUN TestServiceCreate [2021-09-16T19:10:28.583Z] === PAUSE TestServiceCreate [2021-09-16T19:10:28.583Z] === RUN TestServiceList [2021-09-16T19:10:28.583Z] === PAUSE TestServiceList [2021-09-16T19:10:28.583Z] === RUN TestServiceRemove [2021-09-16T19:10:28.583Z] === PAUSE TestServiceRemove [2021-09-16T19:10:28.583Z] === RUN TestServiceGet [2021-09-16T19:10:28.583Z] === PAUSE TestServiceGet [2021-09-16T19:10:28.583Z] === RUN TestServicePrune [2021-09-16T19:10:28.583Z] === PAUSE TestServicePrune [2021-09-16T19:10:28.583Z] === RUN TestCreate [2021-09-16T19:10:28.583Z] === PAUSE TestCreate [2021-09-16T19:10:28.583Z] === RUN TestRemove [2021-09-16T19:10:28.583Z] === PAUSE TestRemove [2021-09-16T19:10:28.583Z] === RUN TestList [2021-09-16T19:10:28.583Z] === PAUSE TestList [2021-09-16T19:10:28.583Z] === RUN TestFindByDriver [2021-09-16T19:10:28.583Z] === PAUSE TestFindByDriver [2021-09-16T19:10:28.583Z] === RUN TestFindByReferenced [2021-09-16T19:10:28.583Z] === PAUSE TestFindByReferenced [2021-09-16T19:10:28.583Z] === RUN TestDerefMultipleOfSameRef [2021-09-16T19:10:28.583Z] === PAUSE TestDerefMultipleOfSameRef [2021-09-16T19:10:28.583Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2021-09-16T19:10:28.583Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2021-09-16T19:10:28.583Z] === RUN TestDefererencePluginOnCreateError [2021-09-16T19:10:28.583Z] === PAUSE TestDefererencePluginOnCreateError [2021-09-16T19:10:28.583Z] === RUN TestRefDerefRemove [2021-09-16T19:10:28.583Z] === PAUSE TestRefDerefRemove [2021-09-16T19:10:28.583Z] === RUN TestGet [2021-09-16T19:10:28.583Z] === PAUSE TestGet [2021-09-16T19:10:28.583Z] === RUN TestGetWithReference [2021-09-16T19:10:28.583Z] === PAUSE TestGetWithReference [2021-09-16T19:10:28.583Z] === RUN TestFilterFunc [2021-09-16T19:10:28.583Z] === RUN TestFilterFunc/test_nil_list [2021-09-16T19:10:28.583Z] === PAUSE TestFilterFunc/test_nil_list [2021-09-16T19:10:28.583Z] === RUN TestFilterFunc/test_empty_list [2021-09-16T19:10:28.583Z] === PAUSE TestFilterFunc/test_empty_list [2021-09-16T19:10:28.583Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2021-09-16T19:10:28.583Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2021-09-16T19:10:28.583Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-09-16T19:10:28.583Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-09-16T19:10:28.583Z] === RUN TestFilterFunc/test_filter_some [2021-09-16T19:10:28.583Z] === PAUSE TestFilterFunc/test_filter_some [2021-09-16T19:10:28.583Z] === RUN TestFilterFunc/test_filter_middle [2021-09-16T19:10:28.583Z] === PAUSE TestFilterFunc/test_filter_middle [2021-09-16T19:10:28.583Z] === RUN TestFilterFunc/test_filter_middle_and_last [2021-09-16T19:10:28.583Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2021-09-16T19:10:28.583Z] === RUN TestFilterFunc/test_filter_first_and_last [2021-09-16T19:10:28.583Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2021-09-16T19:10:28.583Z] === CONT TestFilterFunc/test_nil_list [2021-09-16T19:10:28.583Z] === CONT TestFilterFunc/test_filter_some [2021-09-16T19:10:28.583Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-09-16T19:10:28.583Z] === CONT TestFilterFunc/test_filter_first_and_last [2021-09-16T19:10:28.583Z] === CONT TestFilterFunc/test_filter_middle_and_last [2021-09-16T19:10:28.583Z] === CONT TestFilterFunc/test_filter_middle [2021-09-16T19:10:28.583Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2021-09-16T19:10:28.583Z] === CONT TestFilterFunc/test_empty_list [2021-09-16T19:10:28.583Z] --- PASS: TestFilterFunc (0.00s) [2021-09-16T19:10:28.583Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2021-09-16T19:10:28.583Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2021-09-16T19:10:28.583Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2021-09-16T19:10:28.583Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2021-09-16T19:10:28.583Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2021-09-16T19:10:28.583Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2021-09-16T19:10:28.583Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2021-09-16T19:10:28.583Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2021-09-16T19:10:28.583Z] === CONT TestSetGetMeta [2021-09-16T19:10:28.583Z] === CONT TestList [2021-09-16T19:10:28.583Z] === CONT TestDefererencePluginOnCreateError [2021-09-16T19:10:28.583Z] === CONT TestServiceGet [2021-09-16T19:10:28.583Z] --- PASS: TestSetGetMeta (0.01s) [2021-09-16T19:10:28.583Z] === CONT TestServiceRemove [2021-09-16T19:10:28.583Z] --- PASS: TestDefererencePluginOnCreateError (0.02s) [2021-09-16T19:10:28.583Z] === CONT TestServiceList [2021-09-16T19:10:28.583Z] --- PASS: TestList (0.02s) [2021-09-16T19:10:28.583Z] === CONT TestServiceCreate [2021-09-16T19:10:28.583Z] --- PASS: TestServiceGet (0.10s) [2021-09-16T19:10:28.583Z] === CONT TestRestore [2021-09-16T19:10:28.583Z] --- PASS: TestServiceRemove (0.09s) [2021-09-16T19:10:28.583Z] === CONT TestDerefMultipleOfSameRef [2021-09-16T19:10:28.583Z] --- PASS: TestServiceCreate (0.08s) [2021-09-16T19:10:28.583Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2021-09-16T19:10:28.583Z] --- PASS: TestServiceList (0.08s) [2021-09-16T19:10:28.583Z] === CONT TestCreate [2021-09-16T19:10:28.583Z] --- PASS: TestDerefMultipleOfSameRef (0.01s) [2021-09-16T19:10:28.583Z] === CONT TestRemove [2021-09-16T19:10:28.583Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.01s) [2021-09-16T19:10:28.583Z] === CONT TestGet [2021-09-16T19:10:28.583Z] --- PASS: TestCreate (0.01s) [2021-09-16T19:10:28.583Z] === CONT TestGetWithReference [2021-09-16T19:10:28.583Z] --- PASS: TestRestore (0.02s) [2021-09-16T19:10:28.583Z] === CONT TestFindByReferenced [2021-09-16T19:10:28.583Z] --- PASS: TestGet (0.01s) [2021-09-16T19:10:28.583Z] === CONT TestServicePrune [2021-09-16T19:10:28.583Z] --- PASS: TestRemove (0.01s) [2021-09-16T19:10:28.583Z] === CONT TestRefDerefRemove [2021-09-16T19:10:28.919Z] time="2021-09-16T19:10:28Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49288/Test.Echo: Post \"http://127.0.0.1:49288/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2021-09-16T19:10:28.919Z] === RUN TestResolveAuthConfigIndexServer [2021-09-16T19:10:28.919Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2021-09-16T19:10:28.919Z] === RUN TestResolveAuthConfigFullURL [2021-09-16T19:10:28.919Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2021-09-16T19:10:28.919Z] === RUN TestLoadAllowNondistributableArtifacts [2021-09-16T19:10:28.919Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2021-09-16T19:10:28.919Z] === RUN TestValidateMirror [2021-09-16T19:10:28.919Z] --- PASS: TestValidateMirror (0.00s) [2021-09-16T19:10:28.919Z] === RUN TestLoadInsecureRegistries [2021-09-16T19:10:28.919Z] time="2021-09-16T19:10:28Z" 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-16T19:10:28.919Z] time="2021-09-16T19:10:28Z" 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-16T19:10:28.919Z] time="2021-09-16T19:10:28Z" 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-16T19:10:28.919Z] --- PASS: TestLoadInsecureRegistries (0.09s) [2021-09-16T19:10:28.919Z] === RUN TestNewServiceConfig [2021-09-16T19:10:28.919Z] --- PASS: TestNewServiceConfig (0.00s) [2021-09-16T19:10:28.919Z] === RUN TestValidateIndexName [2021-09-16T19:10:28.919Z] --- PASS: TestValidateIndexName (0.00s) [2021-09-16T19:10:28.919Z] === RUN TestValidateIndexNameWithError [2021-09-16T19:10:28.919Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2021-09-16T19:10:28.919Z] === RUN TestEndpointParse [2021-09-16T19:10:28.919Z] --- PASS: TestEndpointParse (0.00s) [2021-09-16T19:10:28.919Z] === RUN TestEndpointParseInvalid [2021-09-16T19:10:28.919Z] --- PASS: TestEndpointParseInvalid (0.00s) [2021-09-16T19:10:28.919Z] === RUN TestValidateEndpoint [2021-09-16T19:10:28.919Z] --- PASS: TestValidateEndpoint (0.00s) [2021-09-16T19:10:28.919Z] === RUN TestPing [2021-09-16T19:10:28.919Z] --- PASS: TestPing (0.00s) [2021-09-16T19:10:28.919Z] === RUN TestPingRegistryEndpoint [2021-09-16T19:10:28.919Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2021-09-16T19:10:28.919Z] --- SKIP: TestPingRegistryEndpoint (0.00s) [2021-09-16T19:10:28.919Z] === RUN TestEndpoint [2021-09-16T19:10:28.919Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2021-09-16T19:10:28.919Z] --- SKIP: TestEndpoint (0.00s) [2021-09-16T19:10:28.919Z] === RUN TestParseRepositoryInfo [2021-09-16T19:10:28.919Z] --- PASS: TestParseRepositoryInfo (0.00s) [2021-09-16T19:10:28.919Z] === RUN TestNewIndexInfo [2021-09-16T19:10:28.919Z] --- PASS: TestNewIndexInfo (0.00s) [2021-09-16T19:10:28.919Z] === RUN TestMirrorEndpointLookup [2021-09-16T19:10:28.919Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2021-09-16T19:10:28.919Z] --- SKIP: TestMirrorEndpointLookup (0.00s) [2021-09-16T19:10:28.919Z] === RUN TestSearchRepositories [2021-09-16T19:10:28.919Z] registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2021-09-16T19:10:28.919Z] Host: 127.0.0.1:49306 [2021-09-16T19:10:28.919Z] User-Agent: docker test client [2021-09-16T19:10:28.919Z] Authorization: Token fake-token [2021-09-16T19:10:28.919Z] X-Docker-Token: true [2021-09-16T19:10:28.919Z] Accept-Encoding: gzip [2021-09-16T19:10:28.919Z] [2021-09-16T19:10:28.919Z] [2021-09-16T19:10:28.919Z] registry_test.go:730: HTTP/1.1 200 OK [2021-09-16T19:10:28.919Z] Connection: close [2021-09-16T19:10:28.919Z] Content-Length: 144 [2021-09-16T19:10:28.919Z] Cache-Control: no-cache [2021-09-16T19:10:28.919Z] Content-Type: application/json [2021-09-16T19:10:28.919Z] Date: Thu, 16 Sep 2021 19:10:28 GMT [2021-09-16T19:10:28.919Z] Expires: -1 [2021-09-16T19:10:28.919Z] Pragma: no-cache [2021-09-16T19:10:28.919Z] Server: docker-tests/mock [2021-09-16T19:10:28.919Z] X-Docker-Registry-Config: mock [2021-09-16T19:10:28.919Z] X-Docker-Registry-Version: 0.0.0 [2021-09-16T19:10:28.919Z] [2021-09-16T19:10:28.919Z] [2021-09-16T19:10:28.919Z] --- PASS: TestSearchRepositories (0.00s) [2021-09-16T19:10:28.919Z] === RUN TestTrustedLocation [2021-09-16T19:10:28.919Z] --- PASS: TestTrustedLocation (0.00s) [2021-09-16T19:10:28.919Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2021-09-16T19:10:28.919Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2021-09-16T19:10:28.919Z] === RUN TestAllowNondistributableArtifacts [2021-09-16T19:10:28.919Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2021-09-16T19:10:28.919Z] === RUN TestIsSecureIndex [2021-09-16T19:10:28.919Z] --- PASS: TestIsSecureIndex (0.00s) [2021-09-16T19:10:28.919Z] PASS [2021-09-16T19:10:28.919Z] coverage: 51.7% of statements [2021-09-16T19:10:28.919Z] ok github.com/docker/docker/registry 0.154s coverage: 51.7% of statements [2021-09-16T19:10:28.919Z] === RUN TestResumableRequestHeaderSimpleErrors [2021-09-16T19:10:28.919Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.00s) [2021-09-16T19:10:28.919Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2021-09-16T19:10:28.919Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2021-09-16T19:10:28.919Z] === RUN TestResumableRequestHeaderTooMuchFailures [2021-09-16T19:10:28.920Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2021-09-16T19:10:28.920Z] === RUN TestResumableRequestReaderWithReadError [2021-09-16T19:10:28.920Z] time="2021-09-16T19:10:28Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2021-09-16T19:10:28.920Z] --- PASS: TestResumableRequestReaderWithReadError (0.10s) [2021-09-16T19:10:28.920Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2021-09-16T19:10:28.920Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2021-09-16T19:10:28.920Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2021-09-16T19:10:28.920Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2021-09-16T19:10:28.920Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2021-09-16T19:10:28.920Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2021-09-16T19:10:28.920Z] === RUN TestResumableRequestReader [2021-09-16T19:10:28.920Z] --- PASS: TestResumableRequestReader (0.00s) [2021-09-16T19:10:28.920Z] === RUN TestResumableRequestReaderWithInitialResponse [2021-09-16T19:10:28.920Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2021-09-16T19:10:28.920Z] PASS [2021-09-16T19:10:28.920Z] coverage: 100.0% of statements [2021-09-16T19:10:28.920Z] ok github.com/docker/docker/registry/resumable 0.144s coverage: 100.0% of statements [2021-09-16T19:10:29.039Z] --- PASS: TestFindByReferenced (0.01s) [2021-09-16T19:10:29.039Z] === CONT TestFindByDriver [2021-09-16T19:10:29.039Z] --- PASS: TestGetWithReference (0.01s) [2021-09-16T19:10:29.039Z] time="2021-09-16T19:10:28Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-09-16T19:10:29.039Z] --- PASS: TestRefDerefRemove (0.01s) [2021-09-16T19:10:29.039Z] time="2021-09-16T19:10:28Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-09-16T19:10:29.039Z] --- PASS: TestFindByDriver (0.01s) [2021-09-16T19:10:29.039Z] time="2021-09-16T19:10:28Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-09-16T19:10:29.039Z] time="2021-09-16T19:10:28Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2021-09-16T19:10:29.039Z] time="2021-09-16T19:10:28Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-09-16T19:10:29.039Z] --- PASS: TestServicePrune (0.02s) [2021-09-16T19:10:29.039Z] PASS [2021-09-16T19:10:29.039Z] coverage: 69.0% of statements [2021-09-16T19:10:29.039Z] ok github.com/docker/docker/volume/service 0.177s coverage: 69.0% of statements [2021-09-16T19:10:29.389Z] === RUN TestRestartManagerTimeout [2021-09-16T19:10:29.389Z] --- PASS: TestRestartManagerTimeout (0.00s) [2021-09-16T19:10:29.389Z] === RUN TestRestartManagerTimeoutReset [2021-09-16T19:10:29.389Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2021-09-16T19:10:29.389Z] PASS [2021-09-16T19:10:29.389Z] coverage: 50.9% of statements [2021-09-16T19:10:29.389Z] ok github.com/docker/docker/restartmanager 0.030s coverage: 50.9% of statements [2021-09-16T19:10:29.389Z] === RUN TestDecodeContainerConfig [2021-09-16T19:10:29.389Z] --- PASS: TestDecodeContainerConfig (0.00s) [2021-09-16T19:10:29.389Z] === RUN TestDecodeContainerConfigIsolation [2021-09-16T19:10:29.389Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2021-09-16T19:10:29.389Z] === RUN TestValidatePrivileged [2021-09-16T19:10:29.389Z] --- PASS: TestValidatePrivileged (0.00s) [2021-09-16T19:10:29.389Z] PASS [2021-09-16T19:10:29.389Z] coverage: 52.2% of statements [2021-09-16T19:10:29.389Z] ok github.com/docker/docker/runconfig 0.029s coverage: 52.2% of statements [2021-09-16T19:10:29.859Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2021-09-16T19:10:29.859Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2021-09-16T19:10:29.859Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2021-09-16T19:10:29.859Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2021-09-16T19:10:29.859Z] PASS [2021-09-16T19:10:29.859Z] coverage: 62.5% of statements [2021-09-16T19:10:29.859Z] ok github.com/docker/docker/testutil 0.070s coverage: 62.5% of statements [2021-09-16T19:10:32.079Z] === RUN TestGetDriver [2021-09-16T19:10:32.079Z] --- PASS: TestGetDriver (0.00s) [2021-09-16T19:10:32.079Z] === RUN TestVolumeRequestError [2021-09-16T19:10:32.079Z] --- PASS: TestVolumeRequestError (0.01s) [2021-09-16T19:10:32.079Z] PASS [2021-09-16T19:10:32.079Z] coverage: 36.1% of statements [2021-09-16T19:10:32.079Z] ok github.com/docker/docker/volume/drivers 0.034s coverage: 36.1% of statements [2021-09-16T19:10:32.079Z] === RUN TestGetAddress [2021-09-16T19:10:32.079Z] --- PASS: TestGetAddress (0.00s) [2021-09-16T19:10:32.079Z] === RUN TestRemove [2021-09-16T19:10:32.079Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2021-09-16T19:10:32.079Z] --- SKIP: TestRemove (0.00s) [2021-09-16T19:10:32.079Z] === RUN TestInitializeWithVolumes [2021-09-16T19:10:32.079Z] --- PASS: TestInitializeWithVolumes (0.00s) [2021-09-16T19:10:32.079Z] === RUN TestCreate [2021-09-16T19:10:32.079Z] --- PASS: TestCreate (0.01s) [2021-09-16T19:10:32.079Z] === RUN TestValidateName [2021-09-16T19:10:32.079Z] --- PASS: TestValidateName (0.00s) [2021-09-16T19:10:32.079Z] === RUN TestCreateWithOpts [2021-09-16T19:10:32.079Z] local_test.go:180: runtime.GOOS == "windows" [2021-09-16T19:10:32.079Z] --- SKIP: TestCreateWithOpts (0.00s) [2021-09-16T19:10:32.079Z] === RUN TestRelaodNoOpts [2021-09-16T19:10:32.079Z] --- PASS: TestRelaodNoOpts (0.01s) [2021-09-16T19:10:32.079Z] PASS [2021-09-16T19:10:32.079Z] coverage: 41.5% of statements [2021-09-16T19:10:32.079Z] ok github.com/docker/docker/volume/local 0.046s coverage: 41.5% of statements [2021-09-16T19:10:32.549Z] === RUN TestLCOWParseMountRaw [2021-09-16T19:10:32.549Z] --- PASS: TestLCOWParseMountRaw (0.00s) [2021-09-16T19:10:32.549Z] === RUN TestLCOWParseMountRawSplit [2021-09-16T19:10:32.549Z] === RUN TestLCOWParseMountRawSplit/0_c:\:/foo [2021-09-16T19:10:32.549Z] === RUN TestLCOWParseMountRawSplit/1_c:\:/foo:ro [2021-09-16T19:10:32.549Z] === RUN TestLCOWParseMountRawSplit/2_c:\:/foo:rw [2021-09-16T19:10:32.549Z] === RUN TestLCOWParseMountRawSplit/3_c:\:/foo:foo [2021-09-16T19:10:32.549Z] === RUN TestLCOWParseMountRawSplit/4_name:/foo:rw [2021-09-16T19:10:32.549Z] === RUN TestLCOWParseMountRawSplit/5_name:/foo [2021-09-16T19:10:32.549Z] === RUN TestLCOWParseMountRawSplit/6_name:/foo:ro [2021-09-16T19:10:32.549Z] === RUN TestLCOWParseMountRawSplit/7_name:/ [2021-09-16T19:10:32.549Z] === RUN TestLCOWParseMountRawSplit/8_driver/name:/ [2021-09-16T19:10:32.549Z] === RUN TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar [2021-09-16T19:10:32.549Z] === RUN TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data [2021-09-16T19:10:32.549Z] === RUN TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo [2021-09-16T19:10:32.549Z] --- PASS: TestLCOWParseMountRawSplit (0.00s) [2021-09-16T19:10:32.549Z] --- PASS: TestLCOWParseMountRawSplit/0_c:\:/foo (0.00s) [2021-09-16T19:10:32.549Z] --- PASS: TestLCOWParseMountRawSplit/1_c:\:/foo:ro (0.00s) [2021-09-16T19:10:32.549Z] --- PASS: TestLCOWParseMountRawSplit/2_c:\:/foo:rw (0.00s) [2021-09-16T19:10:32.549Z] --- PASS: TestLCOWParseMountRawSplit/3_c:\:/foo:foo (0.00s) [2021-09-16T19:10:32.549Z] --- PASS: TestLCOWParseMountRawSplit/4_name:/foo:rw (0.00s) [2021-09-16T19:10:32.549Z] --- PASS: TestLCOWParseMountRawSplit/5_name:/foo (0.00s) [2021-09-16T19:10:32.549Z] --- PASS: TestLCOWParseMountRawSplit/6_name:/foo:ro (0.00s) [2021-09-16T19:10:32.549Z] --- PASS: TestLCOWParseMountRawSplit/7_name:/ (0.00s) [2021-09-16T19:10:32.549Z] --- PASS: TestLCOWParseMountRawSplit/8_driver/name:/ (0.00s) [2021-09-16T19:10:32.549Z] --- PASS: TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2021-09-16T19:10:32.549Z] --- PASS: TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data (0.00s) [2021-09-16T19:10:32.549Z] --- PASS: TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo (0.00s) [2021-09-16T19:10:32.549Z] === RUN TestLinuxParseMountRaw [2021-09-16T19:10:32.549Z] --- PASS: TestLinuxParseMountRaw (0.00s) [2021-09-16T19:10:32.549Z] === RUN TestLinuxParseMountRawSplit [2021-09-16T19:10:32.549Z] === RUN TestLinuxParseMountRawSplit/0_/tmp:/tmp1 [2021-09-16T19:10:32.549Z] === RUN TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro [2021-09-16T19:10:32.549Z] === RUN TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw [2021-09-16T19:10:32.549Z] === RUN TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo [2021-09-16T19:10:32.549Z] === RUN TestLinuxParseMountRawSplit/4_name:/named1 [2021-09-16T19:10:32.549Z] === RUN TestLinuxParseMountRawSplit/5_name:/named2 [2021-09-16T19:10:32.549Z] === RUN TestLinuxParseMountRawSplit/6_name:/named3:ro [2021-09-16T19:10:32.549Z] === RUN TestLinuxParseMountRawSplit/7_local/name:/tmp:rw [2021-09-16T19:10:32.549Z] === RUN TestLinuxParseMountRawSplit/8_/tmp:tmp [2021-09-16T19:10:32.549Z] --- PASS: TestLinuxParseMountRawSplit (0.00s) [2021-09-16T19:10:32.549Z] --- PASS: TestLinuxParseMountRawSplit/0_/tmp:/tmp1 (0.00s) [2021-09-16T19:10:32.549Z] --- PASS: TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro (0.00s) [2021-09-16T19:10:32.549Z] --- PASS: TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw (0.00s) [2021-09-16T19:10:32.549Z] --- PASS: TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo (0.00s) [2021-09-16T19:10:32.549Z] --- PASS: TestLinuxParseMountRawSplit/4_name:/named1 (0.00s) [2021-09-16T19:10:32.549Z] --- PASS: TestLinuxParseMountRawSplit/5_name:/named2 (0.00s) [2021-09-16T19:10:32.549Z] --- PASS: TestLinuxParseMountRawSplit/6_name:/named3:ro (0.00s) [2021-09-16T19:10:32.549Z] --- PASS: TestLinuxParseMountRawSplit/7_local/name:/tmp:rw (0.00s) [2021-09-16T19:10:32.549Z] --- PASS: TestLinuxParseMountRawSplit/8_/tmp:tmp (0.00s) [2021-09-16T19:10:32.549Z] === RUN TestLinuxParseMountSpecBindWithFileinfoError [2021-09-16T19:10:32.549Z] --- PASS: TestLinuxParseMountSpecBindWithFileinfoError (0.00s) [2021-09-16T19:10:32.549Z] === RUN TestConvertTmpfsOptions [2021-09-16T19:10:32.549Z] linux_parser_test.go:209: data="mode=700,size=1m" [2021-09-16T19:10:32.549Z] linux_parser_test.go:209: data="ro" [2021-09-16T19:10:32.549Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2021-09-16T19:10:32.549Z] === RUN TestParseMountSpec [2021-09-16T19:10:32.549Z] parser_test.go:62: case 0 [2021-09-16T19:10:32.549Z] parser_test.go:62: case 1 [2021-09-16T19:10:32.549Z] parser_test.go:62: case 2 [2021-09-16T19:10:32.549Z] parser_test.go:62: case 3 [2021-09-16T19:10:32.549Z] parser_test.go:62: case 4 [2021-09-16T19:10:32.549Z] parser_test.go:62: case 5 [2021-09-16T19:10:32.549Z] --- PASS: TestParseMountSpec (0.00s) [2021-09-16T19:10:32.549Z] === RUN TestValidateMount [2021-09-16T19:10:32.549Z] --- PASS: TestValidateMount (0.00s) [2021-09-16T19:10:32.549Z] === RUN TestWindowsParseMountRaw [2021-09-16T19:10:32.549Z] --- PASS: TestWindowsParseMountRaw (0.00s) [2021-09-16T19:10:32.549Z] === RUN TestWindowsParseMountRawSplit [2021-09-16T19:10:32.549Z] === RUN TestWindowsParseMountRawSplit/0_c:\:d: [2021-09-16T19:10:32.549Z] === RUN TestWindowsParseMountRawSplit/1_c:\:d:\ [2021-09-16T19:10:32.549Z] === RUN TestWindowsParseMountRawSplit/2_c:\:d:\:ro [2021-09-16T19:10:32.549Z] === RUN TestWindowsParseMountRawSplit/3_c:\:d:\:rw [2021-09-16T19:10:32.549Z] === RUN TestWindowsParseMountRawSplit/4_c:\:d:\:foo [2021-09-16T19:10:32.549Z] === RUN TestWindowsParseMountRawSplit/5_name:d::rw [2021-09-16T19:10:32.549Z] === RUN TestWindowsParseMountRawSplit/6_name:d: [2021-09-16T19:10:32.549Z] === RUN TestWindowsParseMountRawSplit/7_name:d::ro [2021-09-16T19:10:32.549Z] === RUN TestWindowsParseMountRawSplit/8_name:c: [2021-09-16T19:10:32.549Z] === RUN TestWindowsParseMountRawSplit/9_driver/name:c: [2021-09-16T19:10:32.549Z] === RUN TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar [2021-09-16T19:10:32.549Z] === RUN TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar [2021-09-16T19:10:32.549Z] === RUN TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo [2021-09-16T19:10:32.549Z] --- PASS: TestWindowsParseMountRawSplit (0.00s) [2021-09-16T19:10:32.549Z] --- PASS: TestWindowsParseMountRawSplit/0_c:\:d: (0.00s) [2021-09-16T19:10:32.549Z] --- PASS: TestWindowsParseMountRawSplit/1_c:\:d:\ (0.00s) [2021-09-16T19:10:32.549Z] --- PASS: TestWindowsParseMountRawSplit/2_c:\:d:\:ro (0.00s) [2021-09-16T19:10:32.549Z] --- PASS: TestWindowsParseMountRawSplit/3_c:\:d:\:rw (0.00s) [2021-09-16T19:10:32.549Z] --- PASS: TestWindowsParseMountRawSplit/4_c:\:d:\:foo (0.00s) [2021-09-16T19:10:32.549Z] --- PASS: TestWindowsParseMountRawSplit/5_name:d::rw (0.00s) [2021-09-16T19:10:32.549Z] --- PASS: TestWindowsParseMountRawSplit/6_name:d: (0.00s) [2021-09-16T19:10:32.549Z] --- PASS: TestWindowsParseMountRawSplit/7_name:d::ro (0.00s) [2021-09-16T19:10:32.549Z] --- PASS: TestWindowsParseMountRawSplit/8_name:c: (0.00s) [2021-09-16T19:10:32.549Z] --- PASS: TestWindowsParseMountRawSplit/9_driver/name:c: (0.00s) [2021-09-16T19:10:32.549Z] --- PASS: TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2021-09-16T19:10:32.549Z] --- PASS: TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar (0.00s) [2021-09-16T19:10:32.549Z] --- PASS: TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo (0.00s) [2021-09-16T19:10:32.549Z] === RUN TestWindowsParseMountSpecBindWithFileinfoError [2021-09-16T19:10:32.549Z] --- PASS: TestWindowsParseMountSpecBindWithFileinfoError (0.00s) [2021-09-16T19:10:32.549Z] PASS [2021-09-16T19:10:32.549Z] coverage: 67.6% of statements [2021-09-16T19:10:32.549Z] ok github.com/docker/docker/volume/mounts 0.038s coverage: 67.6% of statements [2021-09-16T19:10:32.751Z] --- PASS: TestNewClientWithTimeout (17.61s) [2021-09-16T19:10:32.751Z] === RUN TestClientStream [2021-09-16T19:10:32.751Z] --- PASS: TestClientStream (0.00s) [2021-09-16T19:10:32.751Z] === RUN TestClientSendFile [2021-09-16T19:10:32.751Z] --- PASS: TestClientSendFile (0.00s) [2021-09-16T19:10:32.751Z] === RUN TestClientWithRequestTimeout [2021-09-16T19:10:32.751Z] --- PASS: TestClientWithRequestTimeout (0.01s) [2021-09-16T19:10:32.751Z] === RUN TestFileSpecPlugin [2021-09-16T19:10:32.751Z] --- PASS: TestFileSpecPlugin (0.01s) [2021-09-16T19:10:32.751Z] === RUN TestFileJSONSpecPlugin [2021-09-16T19:10:32.751Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2021-09-16T19:10:32.751Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2021-09-16T19:10:32.751Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2021-09-16T19:10:32.751Z] === RUN TestPluginAddHandler [2021-09-16T19:10:32.751Z] --- PASS: TestPluginAddHandler (0.00s) [2021-09-16T19:10:32.751Z] === RUN TestPluginWaitBadPlugin [2021-09-16T19:10:32.751Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2021-09-16T19:10:32.751Z] === RUN TestGet [2021-09-16T19:10:32.751Z] time="2021-09-16T19:10:32Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2021-09-16T19:10:33.022Z] === RUN TestSetGetMeta [2021-09-16T19:10:33.022Z] === PAUSE TestSetGetMeta [2021-09-16T19:10:33.022Z] === RUN TestRestore [2021-09-16T19:10:33.022Z] === PAUSE TestRestore [2021-09-16T19:10:33.022Z] === RUN TestServiceCreate [2021-09-16T19:10:33.022Z] === PAUSE TestServiceCreate [2021-09-16T19:10:33.022Z] === RUN TestServiceList [2021-09-16T19:10:33.022Z] === PAUSE TestServiceList [2021-09-16T19:10:33.022Z] === RUN TestServiceRemove [2021-09-16T19:10:33.022Z] === PAUSE TestServiceRemove [2021-09-16T19:10:33.022Z] === RUN TestServiceGet [2021-09-16T19:10:33.022Z] === PAUSE TestServiceGet [2021-09-16T19:10:33.022Z] === RUN TestServicePrune [2021-09-16T19:10:33.022Z] === PAUSE TestServicePrune [2021-09-16T19:10:33.022Z] === RUN TestCreate [2021-09-16T19:10:33.022Z] === PAUSE TestCreate [2021-09-16T19:10:33.022Z] === RUN TestRemove [2021-09-16T19:10:33.022Z] === PAUSE TestRemove [2021-09-16T19:10:33.022Z] === RUN TestList [2021-09-16T19:10:33.022Z] === PAUSE TestList [2021-09-16T19:10:33.022Z] === RUN TestFindByDriver [2021-09-16T19:10:33.022Z] === PAUSE TestFindByDriver [2021-09-16T19:10:33.022Z] === RUN TestFindByReferenced [2021-09-16T19:10:33.022Z] === PAUSE TestFindByReferenced [2021-09-16T19:10:33.022Z] === RUN TestDerefMultipleOfSameRef [2021-09-16T19:10:33.022Z] === PAUSE TestDerefMultipleOfSameRef [2021-09-16T19:10:33.022Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2021-09-16T19:10:33.022Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2021-09-16T19:10:33.022Z] === RUN TestDefererencePluginOnCreateError [2021-09-16T19:10:33.022Z] === PAUSE TestDefererencePluginOnCreateError [2021-09-16T19:10:33.022Z] === RUN TestRefDerefRemove [2021-09-16T19:10:33.022Z] === PAUSE TestRefDerefRemove [2021-09-16T19:10:33.022Z] === RUN TestGet [2021-09-16T19:10:33.022Z] === PAUSE TestGet [2021-09-16T19:10:33.022Z] === RUN TestGetWithReference [2021-09-16T19:10:33.022Z] === PAUSE TestGetWithReference [2021-09-16T19:10:33.022Z] === RUN TestFilterFunc [2021-09-16T19:10:33.022Z] === RUN TestFilterFunc/test_nil_list [2021-09-16T19:10:33.022Z] === PAUSE TestFilterFunc/test_nil_list [2021-09-16T19:10:33.022Z] === RUN TestFilterFunc/test_empty_list [2021-09-16T19:10:33.022Z] === PAUSE TestFilterFunc/test_empty_list [2021-09-16T19:10:33.022Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2021-09-16T19:10:33.022Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2021-09-16T19:10:33.022Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-09-16T19:10:33.022Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-09-16T19:10:33.022Z] === RUN TestFilterFunc/test_filter_some [2021-09-16T19:10:33.022Z] === PAUSE TestFilterFunc/test_filter_some [2021-09-16T19:10:33.022Z] === RUN TestFilterFunc/test_filter_middle [2021-09-16T19:10:33.022Z] === PAUSE TestFilterFunc/test_filter_middle [2021-09-16T19:10:33.022Z] === RUN TestFilterFunc/test_filter_middle_and_last [2021-09-16T19:10:33.022Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2021-09-16T19:10:33.022Z] === RUN TestFilterFunc/test_filter_first_and_last [2021-09-16T19:10:33.022Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2021-09-16T19:10:33.022Z] === CONT TestFilterFunc/test_nil_list [2021-09-16T19:10:33.022Z] === CONT TestFilterFunc/test_filter_some [2021-09-16T19:10:33.022Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-09-16T19:10:33.022Z] === CONT TestFilterFunc/test_filter_middle_and_last [2021-09-16T19:10:33.022Z] === CONT TestFilterFunc/test_filter_first_and_last [2021-09-16T19:10:33.022Z] === CONT TestFilterFunc/test_filter_middle [2021-09-16T19:10:33.022Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2021-09-16T19:10:33.022Z] === CONT TestFilterFunc/test_empty_list [2021-09-16T19:10:33.022Z] --- PASS: TestFilterFunc (0.00s) [2021-09-16T19:10:33.022Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2021-09-16T19:10:33.022Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2021-09-16T19:10:33.022Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2021-09-16T19:10:33.022Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2021-09-16T19:10:33.022Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2021-09-16T19:10:33.022Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2021-09-16T19:10:33.022Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2021-09-16T19:10:33.022Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2021-09-16T19:10:33.022Z] === CONT TestSetGetMeta [2021-09-16T19:10:33.022Z] === CONT TestGetWithReference [2021-09-16T19:10:33.022Z] === CONT TestList [2021-09-16T19:10:33.022Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2021-09-16T19:10:33.022Z] --- PASS: TestSetGetMeta (0.01s) [2021-09-16T19:10:33.022Z] === CONT TestRemove [2021-09-16T19:10:33.022Z] --- PASS: TestGetWithReference (0.02s) [2021-09-16T19:10:33.022Z] === CONT TestCreate [2021-09-16T19:10:33.022Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.01s) [2021-09-16T19:10:33.022Z] === CONT TestServicePrune [2021-09-16T19:10:33.022Z] --- PASS: TestList (0.02s) [2021-09-16T19:10:33.022Z] === CONT TestServiceGet [2021-09-16T19:10:33.022Z] --- PASS: TestCreate (0.01s) [2021-09-16T19:10:33.022Z] === CONT TestServiceRemove [2021-09-16T19:10:33.022Z] --- PASS: TestRemove (0.01s) [2021-09-16T19:10:33.022Z] === CONT TestServiceList [2021-09-16T19:10:33.022Z] --- PASS: TestServiceGet (0.09s) [2021-09-16T19:10:33.022Z] === CONT TestServiceCreate [2021-09-16T19:10:33.022Z] time="2021-09-16T19:10:32Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-09-16T19:10:33.022Z] --- PASS: TestServiceRemove (0.08s) [2021-09-16T19:10:33.022Z] === CONT TestRestore [2021-09-16T19:10:33.022Z] time="2021-09-16T19:10:32Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-09-16T19:10:33.022Z] --- PASS: TestServiceList (0.08s) [2021-09-16T19:10:33.022Z] === CONT TestDerefMultipleOfSameRef [2021-09-16T19:10:33.022Z] time="2021-09-16T19:10:32Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-09-16T19:10:33.022Z] time="2021-09-16T19:10:32Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2021-09-16T19:10:33.022Z] --- PASS: TestServiceCreate (0.01s) [2021-09-16T19:10:33.022Z] === CONT TestFindByReferenced [2021-09-16T19:10:33.022Z] time="2021-09-16T19:10:32Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-09-16T19:10:33.022Z] --- PASS: TestDerefMultipleOfSameRef (0.01s) [2021-09-16T19:10:33.022Z] === CONT TestFindByDriver [2021-09-16T19:10:33.022Z] --- PASS: TestRestore (0.02s) [2021-09-16T19:10:33.022Z] === CONT TestGet [2021-09-16T19:10:33.022Z] --- PASS: TestServicePrune (0.11s) [2021-09-16T19:10:33.022Z] === CONT TestRefDerefRemove [2021-09-16T19:10:33.022Z] --- PASS: TestFindByReferenced (0.01s) [2021-09-16T19:10:33.022Z] === CONT TestDefererencePluginOnCreateError [2021-09-16T19:10:33.022Z] --- PASS: TestFindByDriver (0.01s) [2021-09-16T19:10:33.022Z] --- PASS: TestGet (0.01s) [2021-09-16T19:10:33.022Z] --- PASS: TestRefDerefRemove (0.01s) [2021-09-16T19:10:33.022Z] --- PASS: TestDefererencePluginOnCreateError (0.01s) [2021-09-16T19:10:33.022Z] PASS [2021-09-16T19:10:33.022Z] coverage: 69.0% of statements [2021-09-16T19:10:33.022Z] ok github.com/docker/docker/volume/service 0.174s coverage: 69.0% of statements [2021-09-16T19:10:33.712Z] time="2021-09-16T19:10:33Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2021-09-16T19:10:35.877Z] time="2021-09-16T19:10:35Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2021-09-16T19:10:36.341Z] Created binary: bundles/dynbinary-daemon/dockerd-dev [2021-09-16T19:10:36.341Z] Building: bundles/dynbinary-daemon/docker-proxy-dev [2021-09-16T19:10:36.341Z] GOOS="" GOARCH="" GOARM="" [2021-09-16T19:10:36.341Z] Created binary: bundles/dynbinary-daemon/docker-proxy-dev [2021-09-16T19:10:36.602Z] [2021-09-16T19:10:36.602Z] ---> Making bundle: test-integration (in bundles/test-integration) [2021-09-16T19:10:36.794Z] === RUN TestMiddlewares [2021-09-16T19:10:36.794Z] --- PASS: TestMiddlewares (0.00s) [2021-09-16T19:10:36.794Z] PASS [2021-09-16T19:10:36.794Z] coverage: 9.0% of statements [2021-09-16T19:10:36.794Z] ok github.com/docker/docker/api/server 0.051s coverage: 9.0% of statements [2021-09-16T19:10:37.175Z] SCRIPTDIR=/go/src/github.com/docker/docker/hack [2021-09-16T19:10:37.175Z] HOSTNAME=6685ea72e4f4 [2021-09-16T19:10:37.175Z] TESTDEBUG=0 [2021-09-16T19:10:37.175Z] DEST=bundles/test-integration [2021-09-16T19:10:37.175Z] PWD=/go/src/github.com/docker/docker [2021-09-16T19:10:37.175Z] DOCKER_GITCOMMIT=e187eb2bb5f0c3f899fe643e95d1af8c57e89a73 [2021-09-16T19:10:37.175Z] container=docker [2021-09-16T19:10:37.175Z] HOME=/root [2021-09-16T19:10:37.175Z] GOLANG_VERSION=1.17 [2021-09-16T19:10:37.175Z] VALIDATE_REPO=https://github.com/moby/moby.git [2021-09-16T19:10:37.175Z] VALIDATE_BRANCH=master [2021-09-16T19:10:37.175Z] TERM=xterm [2021-09-16T19:10:37.175Z] DOCKER_PKG=github.com/docker/docker [2021-09-16T19:10:37.175Z] SHLVL=1 [2021-09-16T19:10:37.175Z] TIMEOUT=120m [2021-09-16T19:10:37.175Z] DOCKER_BUILDTAGS=apparmor seccomp journald [2021-09-16T19:10:37.175Z] DOCKER_GRAPHDRIVER=overlay2 [2021-09-16T19:10:37.175Z] GO111MODULE=off [2021-09-16T19:10:37.175Z] DOCKER_EXPERIMENTAL=1 [2021-09-16T19:10:37.175Z] TEST_SKIP_INTEGRATION_CLI=1 [2021-09-16T19:10:37.175Z] PATH=/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin [2021-09-16T19:10:37.175Z] MAKEDIR=/go/src/github.com/docker/docker/hack/make [2021-09-16T19:10:37.175Z] GOPATH=/go [2021-09-16T19:10:37.175Z] PKG_CONFIG=pkg-config [2021-09-16T19:10:37.175Z] _=/usr/bin/env [2021-09-16T19:10:37.175Z] Building test suite binary /go/src/github.com/docker/docker/integration/build/test.main [2021-09-16T19:10:37.299Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (9.25s) [2021-09-16T19:10:37.299Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-09-16T19:10:37.786Z] --- PASS: TestNewClientWithTimeout (17.62s) [2021-09-16T19:10:37.787Z] === RUN TestClientStream [2021-09-16T19:10:37.787Z] --- PASS: TestClientStream (0.00s) [2021-09-16T19:10:37.787Z] === RUN TestClientSendFile [2021-09-16T19:10:37.787Z] --- PASS: TestClientSendFile (0.00s) [2021-09-16T19:10:37.787Z] === RUN TestClientWithRequestTimeout [2021-09-16T19:10:37.787Z] --- PASS: TestClientWithRequestTimeout (0.01s) [2021-09-16T19:10:37.787Z] === RUN TestFileSpecPlugin [2021-09-16T19:10:37.787Z] --- PASS: TestFileSpecPlugin (0.00s) [2021-09-16T19:10:37.787Z] === RUN TestFileJSONSpecPlugin [2021-09-16T19:10:37.787Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2021-09-16T19:10:37.787Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2021-09-16T19:10:37.787Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.00s) [2021-09-16T19:10:37.787Z] === RUN TestPluginAddHandler [2021-09-16T19:10:37.787Z] --- PASS: TestPluginAddHandler (0.00s) [2021-09-16T19:10:37.787Z] === RUN TestPluginWaitBadPlugin [2021-09-16T19:10:37.787Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2021-09-16T19:10:37.787Z] === RUN TestGet [2021-09-16T19:10:37.787Z] time="2021-09-16T19:10:37Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2021-09-16T19:10:38.255Z] time="2021-09-16T19:10:38Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2021-09-16T19:10:40.477Z] time="2021-09-16T19:10:40Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2021-09-16T19:10:40.540Z] time="2021-09-16T19:10:39Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2021-09-16T19:10:43.886Z] --- PASS: TestImportExtremelyLargeImageWorks (89.74s) [2021-09-16T19:10:43.886Z] PASS [2021-09-16T19:10:43.886Z] [2021-09-16T19:10:43.886Z] === Skipped [2021-09-16T19:10:43.886Z] === SKIP: amd64.integration.image TestRemoveImageGarbageCollector (0.00s) [2021-09-16T19:10:43.886Z] remove_unix_test.go:37: (*Execution).IsRootless-fm: rootless mode doesn't support overlay2 on most distros [2021-09-16T19:10:43.886Z] [2021-09-16T19:10:43.886Z] DONE 12 tests, 1 skipped in 93.189s [2021-09-16T19:10:43.886Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2021-09-16T19:10:43.886Z] INFO: Testing against a local daemon [2021-09-16T19:10:43.886Z] === RUN TestNetworkCreateDelete [2021-09-16T19:10:43.886Z] --- PASS: TestNetworkCreateDelete (0.14s) [2021-09-16T19:10:43.886Z] === RUN TestDockerNetworkDeletePreferID [2021-09-16T19:10:43.886Z] --- PASS: TestDockerNetworkDeletePreferID (0.34s) [2021-09-16T19:10:43.886Z] === RUN TestDaemonDNSFallback [2021-09-16T19:10:44.142Z] --- PASS: TestDaemonDNSFallback (6.36s) [2021-09-16T19:10:44.142Z] === RUN TestInspectNetwork [2021-09-16T19:10:44.142Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-16T19:10:44.142Z] --- SKIP: TestInspectNetwork (0.00s) [2021-09-16T19:10:44.142Z] === RUN TestRunContainerWithBridgeNone [2021-09-16T19:10:44.142Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-09-16T19:10:44.142Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2021-09-16T19:10:44.142Z] === RUN TestNetworkInvalidJSON [2021-09-16T19:10:44.142Z] === RUN TestNetworkInvalidJSON//networks/create [2021-09-16T19:10:44.142Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-09-16T19:10:44.142Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-09-16T19:10:44.142Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-09-16T19:10:44.142Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-09-16T19:10:44.142Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-09-16T19:10:44.142Z] === CONT TestNetworkInvalidJSON//networks/create [2021-09-16T19:10:44.142Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-09-16T19:10:44.142Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-09-16T19:10:44.142Z] --- PASS: TestNetworkInvalidJSON (0.01s) [2021-09-16T19:10:44.142Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-09-16T19:10:44.142Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-09-16T19:10:44.142Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-09-16T19:10:44.142Z] === RUN TestNetworkList [2021-09-16T19:10:44.142Z] === RUN TestNetworkList//networks [2021-09-16T19:10:44.142Z] === PAUSE TestNetworkList//networks [2021-09-16T19:10:44.142Z] === RUN TestNetworkList//networks/ [2021-09-16T19:10:44.142Z] === PAUSE TestNetworkList//networks/ [2021-09-16T19:10:44.142Z] === CONT TestNetworkList//networks [2021-09-16T19:10:44.142Z] === CONT TestNetworkList//networks/ [2021-09-16T19:10:44.142Z] --- PASS: TestNetworkList (0.02s) [2021-09-16T19:10:44.142Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-09-16T19:10:44.142Z] --- PASS: TestNetworkList//networks (0.00s) [2021-09-16T19:10:44.142Z] === RUN TestHostIPv4BridgeLabel [2021-09-16T19:10:44.142Z] network_test.go:130: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-09-16T19:10:44.142Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2021-09-16T19:10:44.142Z] === RUN TestDaemonRestartWithLiveRestore [2021-09-16T19:10:44.142Z] service_test.go:33: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-09-16T19:10:44.142Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.01s) [2021-09-16T19:10:44.142Z] === RUN TestDaemonDefaultNetworkPools [2021-09-16T19:10:44.142Z] service_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-09-16T19:10:44.142Z] --- SKIP: TestDaemonDefaultNetworkPools (0.01s) [2021-09-16T19:10:44.142Z] === RUN TestDaemonRestartWithExistingNetwork [2021-09-16T19:10:44.142Z] service_test.go:106: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-09-16T19:10:44.142Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.01s) [2021-09-16T19:10:44.142Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-09-16T19:10:44.142Z] service_test.go:140: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-09-16T19:10:44.142Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-09-16T19:10:44.142Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-09-16T19:10:44.142Z] service_test.go:191: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-09-16T19:10:44.142Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.01s) [2021-09-16T19:10:44.142Z] === RUN TestServiceWithPredefinedNetwork [2021-09-16T19:10:44.142Z] service_test.go:214: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-16T19:10:44.142Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2021-09-16T19:10:44.142Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-09-16T19:10:44.142Z] service_test.go:243: FLAKY_TEST [2021-09-16T19:10:44.142Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-09-16T19:10:44.142Z] === RUN TestServiceWithDataPathPortInit [2021-09-16T19:10:44.142Z] service_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-16T19:10:44.142Z] --- SKIP: TestServiceWithDataPathPortInit (0.01s) [2021-09-16T19:10:44.142Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-09-16T19:10:44.142Z] service_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-16T19:10:44.142Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2021-09-16T19:10:44.142Z] PASS [2021-09-16T19:10:44.142Z] [2021-09-16T19:10:44.142Z] === Skipped [2021-09-16T19:10:44.142Z] === SKIP: amd64.integration.network TestInspectNetwork (0.00s) [2021-09-16T19:10:44.142Z] inspect_test.go:17: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-16T19:10:44.142Z] [2021-09-16T19:10:44.142Z] === SKIP: amd64.integration.network TestRunContainerWithBridgeNone (0.00s) [2021-09-16T19:10:44.142Z] network_test.go:27: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-09-16T19:10:44.142Z] [2021-09-16T19:10:44.142Z] === SKIP: amd64.integration.network TestHostIPv4BridgeLabel (0.00s) [2021-09-16T19:10:44.142Z] network_test.go:130: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-09-16T19:10:44.142Z] [2021-09-16T19:10:44.142Z] === SKIP: amd64.integration.network TestDaemonRestartWithLiveRestore (0.01s) [2021-09-16T19:10:44.142Z] service_test.go:33: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-09-16T19:10:44.142Z] [2021-09-16T19:10:44.142Z] === SKIP: amd64.integration.network TestDaemonDefaultNetworkPools (0.01s) [2021-09-16T19:10:44.142Z] service_test.go:63: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-09-16T19:10:44.142Z] [2021-09-16T19:10:44.142Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetwork (0.01s) [2021-09-16T19:10:44.142Z] service_test.go:106: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-09-16T19:10:44.142Z] [2021-09-16T19:10:44.142Z] === SKIP: amd64.integration.network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-09-16T19:10:44.142Z] service_test.go:140: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-09-16T19:10:44.142Z] [2021-09-16T19:10:44.142Z] === SKIP: amd64.integration.network TestDaemonWithBipAndDefaultNetworkPool (0.01s) [2021-09-16T19:10:44.142Z] service_test.go:191: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-09-16T19:10:44.142Z] [2021-09-16T19:10:44.142Z] === SKIP: amd64.integration.network TestServiceWithPredefinedNetwork (0.00s) [2021-09-16T19:10:44.142Z] service_test.go:214: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-16T19:10:44.142Z] [2021-09-16T19:10:44.142Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-09-16T19:10:44.142Z] service_test.go:243: FLAKY_TEST [2021-09-16T19:10:44.142Z] [2021-09-16T19:10:44.142Z] === SKIP: amd64.integration.network TestServiceWithDataPathPortInit (0.01s) [2021-09-16T19:10:44.142Z] service_test.go:336: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-16T19:10:44.142Z] [2021-09-16T19:10:44.142Z] === SKIP: amd64.integration.network TestServiceWithDefaultAddressPoolInit (0.00s) [2021-09-16T19:10:44.142Z] service_test.go:403: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-16T19:10:44.142Z] [2021-09-16T19:10:44.142Z] DONE 22 tests, 12 skipped in 7.003s [2021-09-16T19:10:44.142Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-09-16T19:10:44.142Z] INFO: Testing against a local daemon [2021-09-16T19:10:44.142Z] === RUN TestDockerNetworkIpvlanPersistance [2021-09-16T19:10:44.142Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-09-16T19:10:44.142Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2021-09-16T19:10:44.142Z] === RUN TestDockerNetworkIpvlan [2021-09-16T19:10:44.142Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-09-16T19:10:44.142Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-09-16T19:10:44.142Z] PASS [2021-09-16T19:10:44.142Z] [2021-09-16T19:10:44.142Z] === Skipped [2021-09-16T19:10:44.142Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2021-09-16T19:10:44.142Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-09-16T19:10:44.142Z] [2021-09-16T19:10:44.142Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-09-16T19:10:44.142Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-09-16T19:10:44.142Z] [2021-09-16T19:10:44.142Z] DONE 2 tests, 2 skipped in 0.093s [2021-09-16T19:10:44.142Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-09-16T19:10:44.276Z] time="2021-09-16T19:10:44Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2021-09-16T19:10:44.399Z] INFO: Testing against a local daemon [2021-09-16T19:10:44.399Z] === RUN TestDockerNetworkMacvlanPersistance [2021-09-16T19:10:44.399Z] macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-09-16T19:10:44.399Z] --- SKIP: TestDockerNetworkMacvlanPersistance (0.00s) [2021-09-16T19:10:44.399Z] === RUN TestDockerNetworkMacvlan [2021-09-16T19:10:44.399Z] macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-09-16T19:10:44.399Z] --- SKIP: TestDockerNetworkMacvlan (0.00s) [2021-09-16T19:10:44.399Z] PASS [2021-09-16T19:10:44.399Z] [2021-09-16T19:10:44.399Z] === Skipped [2021-09-16T19:10:44.399Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlanPersistance (0.00s) [2021-09-16T19:10:44.399Z] macvlan_test.go:23: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-09-16T19:10:44.399Z] [2021-09-16T19:10:44.399Z] === SKIP: amd64.integration.network.macvlan TestDockerNetworkMacvlan (0.00s) [2021-09-16T19:10:44.399Z] macvlan_test.go:46: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-09-16T19:10:44.399Z] [2021-09-16T19:10:44.399Z] DONE 2 tests, 2 skipped in 0.094s [2021-09-16T19:10:44.399Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2021-09-16T19:10:44.399Z] testing: warning: no tests to run [2021-09-16T19:10:44.399Z] PASS [2021-09-16T19:10:44.399Z] [2021-09-16T19:10:44.399Z] DONE 0 tests in 0.024s [2021-09-16T19:10:44.399Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-09-16T19:10:44.399Z] INFO: Testing against a local daemon [2021-09-16T19:10:44.399Z] === RUN TestAuthZPluginAllowRequest [2021-09-16T19:10:44.399Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-16T19:10:44.399Z] --- SKIP: TestAuthZPluginAllowRequest (0.00s) [2021-09-16T19:10:44.399Z] === RUN TestAuthZPluginTLS [2021-09-16T19:10:44.399Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-16T19:10:44.399Z] --- SKIP: TestAuthZPluginTLS (0.00s) [2021-09-16T19:10:44.399Z] === RUN TestAuthZPluginDenyRequest [2021-09-16T19:10:44.399Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-16T19:10:44.399Z] --- SKIP: TestAuthZPluginDenyRequest (0.00s) [2021-09-16T19:10:44.399Z] === RUN TestAuthZPluginAPIDenyResponse [2021-09-16T19:10:44.399Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-16T19:10:44.399Z] --- SKIP: TestAuthZPluginAPIDenyResponse (0.00s) [2021-09-16T19:10:44.399Z] === RUN TestAuthZPluginDenyResponse [2021-09-16T19:10:44.399Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-16T19:10:44.399Z] --- SKIP: TestAuthZPluginDenyResponse (0.00s) [2021-09-16T19:10:44.399Z] === RUN TestAuthZPluginAllowEventStream [2021-09-16T19:10:44.399Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-16T19:10:44.399Z] --- SKIP: TestAuthZPluginAllowEventStream (0.00s) [2021-09-16T19:10:44.399Z] === RUN TestAuthZPluginErrorResponse [2021-09-16T19:10:44.399Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-16T19:10:44.399Z] --- SKIP: TestAuthZPluginErrorResponse (0.00s) [2021-09-16T19:10:44.399Z] === RUN TestAuthZPluginErrorRequest [2021-09-16T19:10:44.399Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-16T19:10:44.399Z] --- SKIP: TestAuthZPluginErrorRequest (0.00s) [2021-09-16T19:10:44.399Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-09-16T19:10:44.399Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-16T19:10:44.399Z] --- SKIP: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2021-09-16T19:10:44.399Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-09-16T19:10:44.399Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-16T19:10:44.399Z] --- SKIP: TestAuthZPluginEnsureLoadImportWorking (0.00s) [2021-09-16T19:10:44.399Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-09-16T19:10:44.399Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-16T19:10:44.399Z] --- SKIP: TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2021-09-16T19:10:44.399Z] === RUN TestAuthZPluginHeader [2021-09-16T19:10:44.399Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-16T19:10:44.399Z] --- SKIP: TestAuthZPluginHeader (0.00s) [2021-09-16T19:10:44.399Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-09-16T19:10:44.655Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-16T19:10:44.655Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.12s) [2021-09-16T19:10:44.655Z] === RUN TestAuthZPluginV2Disable [2021-09-16T19:10:44.655Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-16T19:10:44.655Z] --- SKIP: TestAuthZPluginV2Disable (0.02s) [2021-09-16T19:10:44.655Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-09-16T19:10:44.655Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-16T19:10:44.655Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.02s) [2021-09-16T19:10:44.655Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-09-16T19:10:44.655Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-16T19:10:44.655Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2021-09-16T19:10:44.655Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-09-16T19:10:44.655Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-16T19:10:44.655Z] --- SKIP: TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2021-09-16T19:10:44.655Z] PASS [2021-09-16T19:10:44.655Z] [2021-09-16T19:10:44.655Z] === Skipped [2021-09-16T19:10:44.655Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowRequest (0.00s) [2021-09-16T19:10:44.655Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-16T19:10:44.655Z] [2021-09-16T19:10:44.655Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginTLS (0.00s) [2021-09-16T19:10:44.655Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-16T19:10:44.655Z] [2021-09-16T19:10:44.655Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyRequest (0.00s) [2021-09-16T19:10:44.655Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-16T19:10:44.655Z] [2021-09-16T19:10:44.655Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAPIDenyResponse (0.00s) [2021-09-16T19:10:44.655Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-16T19:10:44.655Z] [2021-09-16T19:10:44.655Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginDenyResponse (0.00s) [2021-09-16T19:10:44.655Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-16T19:10:44.655Z] [2021-09-16T19:10:44.655Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginAllowEventStream (0.00s) [2021-09-16T19:10:44.655Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-16T19:10:44.655Z] [2021-09-16T19:10:44.655Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorResponse (0.00s) [2021-09-16T19:10:44.655Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-16T19:10:44.655Z] [2021-09-16T19:10:44.655Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginErrorRequest (0.00s) [2021-09-16T19:10:44.655Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-16T19:10:44.655Z] [2021-09-16T19:10:44.655Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.00s) [2021-09-16T19:10:44.655Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-16T19:10:44.655Z] [2021-09-16T19:10:44.655Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginEnsureLoadImportWorking (0.00s) [2021-09-16T19:10:44.655Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-16T19:10:44.655Z] [2021-09-16T19:10:44.655Z] === SKIP: amd64.integration.plugin.authz TestAuthzPluginEnsureContainerCopyToFrom (0.00s) [2021-09-16T19:10:44.655Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-16T19:10:44.655Z] [2021-09-16T19:10:44.655Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginHeader (0.00s) [2021-09-16T19:10:44.655Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-16T19:10:44.655Z] [2021-09-16T19:10:44.655Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.12s) [2021-09-16T19:10:44.655Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-16T19:10:44.655Z] [2021-09-16T19:10:44.655Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2Disable (0.02s) [2021-09-16T19:10:44.655Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-16T19:10:44.655Z] [2021-09-16T19:10:44.655Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.02s) [2021-09-16T19:10:44.655Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-16T19:10:44.655Z] [2021-09-16T19:10:44.655Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.02s) [2021-09-16T19:10:44.655Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-16T19:10:44.655Z] [2021-09-16T19:10:44.655Z] === SKIP: amd64.integration.plugin.authz TestAuthZPluginV2NonexistentFailsDaemonStart (0.02s) [2021-09-16T19:10:44.655Z] main_test.go:53: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-16T19:10:44.655Z] [2021-09-16T19:10:44.655Z] DONE 17 tests, 17 skipped in 0.280s [2021-09-16T19:10:44.655Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-09-16T19:10:44.911Z] INFO: Testing against a local daemon [2021-09-16T19:10:44.911Z] === RUN TestPluginInvalidJSON [2021-09-16T19:10:44.911Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-09-16T19:10:44.911Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-09-16T19:10:44.911Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-09-16T19:10:44.911Z] --- PASS: TestPluginInvalidJSON (0.01s) [2021-09-16T19:10:44.911Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-09-16T19:10:44.911Z] === RUN TestPluginInstall [2021-09-16T19:10:44.911Z] plugin_test.go:64: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-16T19:10:44.911Z] --- SKIP: TestPluginInstall (0.00s) [2021-09-16T19:10:44.911Z] === RUN TestPluginsWithRuntimes [2021-09-16T19:10:44.911Z] 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-16T19:10:44.911Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2021-09-16T19:10:44.911Z] === RUN TestPluginBackCompatMediaTypes [2021-09-16T19:10:44.911Z] plugin_test.go:235: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2021-09-16T19:10:44.911Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2021-09-16T19:10:44.911Z] PASS [2021-09-16T19:10:44.911Z] [2021-09-16T19:10:44.911Z] === Skipped [2021-09-16T19:10:44.911Z] === SKIP: amd64.integration.plugin.common TestPluginInstall (0.00s) [2021-09-16T19:10:44.911Z] plugin_test.go:64: (*Execution).IsRootless-fm: rootless mode has different view of localhost [2021-09-16T19:10:44.911Z] [2021-09-16T19:10:44.911Z] === SKIP: amd64.integration.plugin.common TestPluginsWithRuntimes (0.00s) [2021-09-16T19:10:44.911Z] 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-16T19:10:44.911Z] [2021-09-16T19:10:44.911Z] === SKIP: amd64.integration.plugin.common TestPluginBackCompatMediaTypes (0.00s) [2021-09-16T19:10:44.911Z] plugin_test.go:235: (*Execution).IsRootless-fm: Rootless has a different view of localhost (needed for test registry access) [2021-09-16T19:10:44.911Z] [2021-09-16T19:10:44.911Z] DONE 5 tests, 3 skipped in 0.121s [2021-09-16T19:10:44.911Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-09-16T19:10:44.911Z] INFO: Testing against a local daemon [2021-09-16T19:10:44.911Z] === RUN TestExternalGraphDriver [2021-09-16T19:10:44.911Z] external_test.go:50: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2021-09-16T19:10:44.911Z] --- SKIP: TestExternalGraphDriver (0.03s) [2021-09-16T19:10:44.911Z] === RUN TestGraphdriverPluginV2 [2021-09-16T19:10:49.072Z] --- PASS: TestGet (15.01s) [2021-09-16T19:10:49.072Z] === RUN TestPluginWithNoManifest [2021-09-16T19:10:49.072Z] --- PASS: TestPluginWithNoManifest (0.00s) [2021-09-16T19:10:49.072Z] === RUN TestGetAll [2021-09-16T19:10:49.072Z] --- PASS: TestGetAll (0.00s) [2021-09-16T19:10:49.072Z] PASS [2021-09-16T19:10:49.072Z] coverage: 73.2% of statements [2021-09-16T19:10:49.072Z] ok github.com/docker/docker/pkg/plugins 35.807s coverage: 73.2% of statements [2021-09-16T19:10:49.080Z] --- PASS: TestGraphdriverPluginV2 (3.41s) [2021-09-16T19:10:49.080Z] PASS [2021-09-16T19:10:49.080Z] [2021-09-16T19:10:49.080Z] === Skipped [2021-09-16T19:10:49.080Z] === SKIP: amd64.integration.plugin.graphdriver TestExternalGraphDriver (0.03s) [2021-09-16T19:10:49.080Z] external_test.go:50: (*Execution).IsRootless-fm: rootless mode doesn't support external graph driver [2021-09-16T19:10:49.080Z] [2021-09-16T19:10:49.080Z] DONE 2 tests, 1 skipped in 3.546s [2021-09-16T19:10:49.080Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-09-16T19:10:49.080Z] INFO: Testing against a local daemon [2021-09-16T19:10:49.080Z] === RUN TestContinueAfterPluginCrash [2021-09-16T19:10:49.080Z] === PAUSE TestContinueAfterPluginCrash [2021-09-16T19:10:49.080Z] === RUN TestReadPluginNoRead [2021-09-16T19:10:49.080Z] === PAUSE TestReadPluginNoRead [2021-09-16T19:10:49.080Z] === RUN TestDaemonStartWithLogOpt [2021-09-16T19:10:49.080Z] === PAUSE TestDaemonStartWithLogOpt [2021-09-16T19:10:49.080Z] === CONT TestContinueAfterPluginCrash [2021-09-16T19:10:49.080Z] === CONT TestDaemonStartWithLogOpt [2021-09-16T19:10:52.950Z] --- PASS: TestGet (15.00s) [2021-09-16T19:10:52.950Z] === RUN TestPluginWithNoManifest [2021-09-16T19:10:52.950Z] --- PASS: TestPluginWithNoManifest (0.00s) [2021-09-16T19:10:52.950Z] === RUN TestGetAll [2021-09-16T19:10:52.950Z] --- PASS: TestGetAll (0.00s) [2021-09-16T19:10:52.950Z] PASS [2021-09-16T19:10:52.950Z] coverage: 73.2% of statements [2021-09-16T19:10:52.950Z] ok github.com/docker/docker/pkg/plugins 35.789s coverage: 73.2% of statements [2021-09-16T19:10:53.248Z] --- PASS: TestDaemonStartWithLogOpt (4.28s) [2021-09-16T19:10:53.248Z] === CONT TestReadPluginNoRead [2021-09-16T19:10:55.137Z] === RUN TestReadPluginNoRead/default [2021-09-16T19:10:55.371Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.58s) [2021-09-16T19:10:55.371Z] PASS [2021-09-16T19:10:55.371Z] [2021-09-16T19:10:55.371Z] DONE 17 tests in 44.528s [2021-09-16T19:10:55.371Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-09-16T19:10:55.371Z] INFO: Testing against a local daemon [2021-09-16T19:10:55.371Z] === RUN TestPluginInvalidJSON [2021-09-16T19:10:55.371Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-09-16T19:10:55.371Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-09-16T19:10:55.371Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-09-16T19:10:55.371Z] --- PASS: TestPluginInvalidJSON (0.04s) [2021-09-16T19:10:55.371Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-09-16T19:10:55.371Z] === RUN TestPluginInstall [2021-09-16T19:10:55.371Z] === RUN TestPluginInstall/no_auth [2021-09-16T19:10:55.371Z] time="2021-09-16T19:10:54Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-09-16T19:10:55.371Z] time="2021-09-16T19:10:54Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:274b4e2f253b05187af9519e6a43e2a4a5f323678253cafcf8c862a7c9c056c4" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-09-16T19:10:55.371Z] time="2021-09-16T19:10:54Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-09-16T19:10:55.371Z] time="2021-09-16T19:10:54Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:274b4e2f253b05187af9519e6a43e2a4a5f323678253cafcf8c862a7c9c056c4" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-09-16T19:10:55.371Z] === RUN TestPluginInstall/with_htpasswd [2021-09-16T19:10:55.371Z] time="2021-09-16T19:10:55Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-09-16T19:10:55.371Z] time="2021-09-16T19:10:55Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:274b4e2f253b05187af9519e6a43e2a4a5f323678253cafcf8c862a7c9c056c4" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-09-16T19:10:55.371Z] time="2021-09-16T19:10:55Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-09-16T19:10:55.371Z] time="2021-09-16T19:10:55Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:274b4e2f253b05187af9519e6a43e2a4a5f323678253cafcf8c862a7c9c056c4" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-09-16T19:10:55.371Z] === RUN TestPluginInstall/with_insecure [2021-09-16T19:10:56.230Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-09-16T19:10:56.230Z] Using test binary docker [2021-09-16T19:10:56.230Z] +++ /etc/init.d/apparmor start [2021-09-16T19:10:56.230Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-09-16T19:10:56.230Z] INFO: Waiting for daemon to start... [2021-09-16T19:10:56.230Z] Starting dockerd [2021-09-16T19:10:56.230Z] +++ 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-16T19:10:56.306Z] time="2021-09-16T19:10:56Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-09-16T19:10:56.306Z] time="2021-09-16T19:10:56Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ed5feac0cd670874f8a5aae6a8a7ae9ea831c444d5db03bbfd84b8507d8a6b07" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-09-16T19:10:56.306Z] time="2021-09-16T19:10:56Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-09-16T19:10:56.306Z] time="2021-09-16T19:10:56Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ed5feac0cd670874f8a5aae6a8a7ae9ea831c444d5db03bbfd84b8507d8a6b07" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-09-16T19:10:56.490Z] .---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-09-16T19:10:56.490Z] Using test binary docker [2021-09-16T19:10:56.490Z] +++ /etc/init.d/apparmor start [2021-09-16T19:10:56.490Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-09-16T19:10:56.490Z] INFO: Waiting for daemon to start... [2021-09-16T19:10:56.490Z] Starting dockerd [2021-09-16T19:10:56.490Z] +++ 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-16T19:10:56.501Z] === RUN TestReadPluginNoRead/disabled_caching [2021-09-16T19:10:56.565Z] plugin_test.go:165: [da12d12bf1098] daemon is not started [2021-09-16T19:10:56.565Z] --- PASS: TestPluginInstall (3.36s) [2021-09-16T19:10:56.565Z] --- PASS: TestPluginInstall/no_auth (1.69s) [2021-09-16T19:10:56.565Z] --- PASS: TestPluginInstall/with_htpasswd (0.60s) [2021-09-16T19:10:56.565Z] --- PASS: TestPluginInstall/with_insecure (1.06s) [2021-09-16T19:10:56.565Z] === RUN TestPluginsWithRuntimes [2021-09-16T19:10:57.428Z] --- PASS: TestContinueAfterPluginCrash (8.94s) [2021-09-16T19:10:57.684Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-09-16T19:10:57.940Z] === RUN TestPluginsWithRuntimes/No_Args [2021-09-16T19:10:58.403Z] . [2021-09-16T19:10:58.403Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-09-16T19:10:58.403Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-09-16T19:10:58.403Z] Error: No such image: emptyfs [2021-09-16T19:10:58.403Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-09-16T19:10:58.403Z] ++++ docker load [2021-09-16T19:10:58.664Z] Running integration-test (iteration 1) [2021-09-16T19:10:58.664Z] 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-16T19:10:58.664Z] ++ 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-16T19:10:58.664Z] ++ set -e [2021-09-16T19:10:58.664Z] ++ '[' -n 0 ']' [2021-09-16T19:10:58.664Z] ++ set -x [2021-09-16T19:10:58.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=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-16T19:10:58.664Z] [2021-09-16T19:10:58.664Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-09-16T19:10:58.664Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-09-16T19:10:58.664Z] Error: No such image: emptyfs [2021-09-16T19:10:58.664Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-09-16T19:10:58.664Z] ++++ docker load [2021-09-16T19:10:58.874Z] === RUN TestPluginsWithRuntimes/With_Args [2021-09-16T19:10:59.049Z] === CONT TestReadPluginNoRead [2021-09-16T19:10:59.049Z] read_test.go:92: [ddcd7c73bdba3] daemon is not started [2021-09-16T19:10:59.049Z] --- PASS: TestReadPluginNoRead (6.17s) [2021-09-16T19:10:59.049Z] --- PASS: TestReadPluginNoRead/default (1.29s) [2021-09-16T19:10:59.049Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.39s) [2021-09-16T19:10:59.049Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.33s) [2021-09-16T19:10:59.049Z] PASS [2021-09-16T19:10:59.049Z] [2021-09-16T19:10:59.049Z] DONE 6 tests in 10.550s [2021-09-16T19:10:59.049Z] 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-16T19:10:59.049Z] testing: warning: no tests to run [2021-09-16T19:10:59.049Z] PASS [2021-09-16T19:10:59.049Z] [2021-09-16T19:10:59.049Z] DONE 0 tests in 0.037s [2021-09-16T19:10:59.049Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-09-16T19:10:59.049Z] INFO: Testing against a local daemon [2021-09-16T19:10:59.049Z] === RUN TestPluginWithDevMounts [2021-09-16T19:10:59.049Z] mounts_test.go:20: (*Execution).IsRootless-fm [2021-09-16T19:10:59.049Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2021-09-16T19:10:59.049Z] PASS [2021-09-16T19:10:59.049Z] [2021-09-16T19:10:59.049Z] === Skipped [2021-09-16T19:10:59.049Z] === SKIP: amd64.integration.plugin.volumes TestPluginWithDevMounts (0.00s) [2021-09-16T19:10:59.049Z] mounts_test.go:20: (*Execution).IsRootless-fm [2021-09-16T19:10:59.049Z] [2021-09-16T19:10:59.049Z] DONE 1 tests, 1 skipped in 0.106s [2021-09-16T19:10:59.049Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2021-09-16T19:10:59.235Z] Running integration-test (iteration 1) [2021-09-16T19:10:59.235Z] 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-16T19:10:59.235Z] ++ 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-16T19:10:59.235Z] ++ set -e [2021-09-16T19:10:59.235Z] ++ '[' -n 0 ']' [2021-09-16T19:10:59.235Z] ++ set -x [2021-09-16T19:10:59.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-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-16T19:10:59.305Z] INFO: Testing against a local daemon [2021-09-16T19:10:59.305Z] === RUN TestSecretInspect [2021-09-16T19:10:59.305Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-16T19:10:59.305Z] --- SKIP: TestSecretInspect (0.01s) [2021-09-16T19:10:59.305Z] === RUN TestSecretList [2021-09-16T19:10:59.305Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-16T19:10:59.305Z] --- SKIP: TestSecretList (0.01s) [2021-09-16T19:10:59.305Z] === RUN TestSecretsCreateAndDelete [2021-09-16T19:10:59.305Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-16T19:10:59.305Z] --- SKIP: TestSecretsCreateAndDelete (0.01s) [2021-09-16T19:10:59.305Z] === RUN TestSecretsUpdate [2021-09-16T19:10:59.305Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-16T19:10:59.305Z] --- SKIP: TestSecretsUpdate (0.02s) [2021-09-16T19:10:59.305Z] === RUN TestTemplatedSecret [2021-09-16T19:10:59.305Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-16T19:10:59.305Z] --- SKIP: TestTemplatedSecret (0.00s) [2021-09-16T19:10:59.305Z] === RUN TestSecretCreateResolve [2021-09-16T19:10:59.305Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-16T19:10:59.305Z] --- SKIP: TestSecretCreateResolve (0.01s) [2021-09-16T19:10:59.305Z] PASS [2021-09-16T19:10:59.305Z] [2021-09-16T19:10:59.305Z] === Skipped [2021-09-16T19:10:59.305Z] === SKIP: amd64.integration.secret TestSecretInspect (0.01s) [2021-09-16T19:10:59.305Z] secret_test.go:28: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-16T19:10:59.305Z] [2021-09-16T19:10:59.305Z] === SKIP: amd64.integration.secret TestSecretList (0.01s) [2021-09-16T19:10:59.305Z] secret_test.go:52: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-16T19:10:59.305Z] [2021-09-16T19:10:59.305Z] === SKIP: amd64.integration.secret TestSecretsCreateAndDelete (0.01s) [2021-09-16T19:10:59.305Z] secret_test.go:133: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-16T19:10:59.305Z] [2021-09-16T19:10:59.305Z] === SKIP: amd64.integration.secret TestSecretsUpdate (0.02s) [2021-09-16T19:10:59.305Z] secret_test.go:181: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-16T19:10:59.305Z] [2021-09-16T19:10:59.305Z] === SKIP: amd64.integration.secret TestTemplatedSecret (0.00s) [2021-09-16T19:10:59.305Z] secret_test.go:231: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-16T19:10:59.305Z] [2021-09-16T19:10:59.305Z] === SKIP: amd64.integration.secret TestSecretCreateResolve (0.01s) [2021-09-16T19:10:59.305Z] secret_test.go:343: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-16T19:10:59.305Z] [2021-09-16T19:10:59.305Z] DONE 6 tests, 6 skipped in 0.164s [2021-09-16T19:10:59.305Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2021-09-16T19:10:59.305Z] INFO: Testing against a local daemon [2021-09-16T19:10:59.305Z] === RUN TestServiceCreateInit [2021-09-16T19:10:59.305Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-09-16T19:10:59.305Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-16T19:10:59.305Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-09-16T19:10:59.305Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-16T19:10:59.305Z] --- PASS: TestServiceCreateInit (0.01s) [2021-09-16T19:10:59.305Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-09-16T19:10:59.305Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-09-16T19:10:59.305Z] === RUN TestCreateServiceMultipleTimes [2021-09-16T19:10:59.495Z] Loaded image: busybox:latest [2021-09-16T19:10:59.562Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-16T19:10:59.562Z] --- SKIP: TestCreateServiceMultipleTimes (0.01s) [2021-09-16T19:10:59.562Z] === RUN TestCreateServiceConflict [2021-09-16T19:10:59.562Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-16T19:10:59.562Z] --- SKIP: TestCreateServiceConflict (0.01s) [2021-09-16T19:10:59.562Z] === RUN TestCreateServiceMaxReplicas [2021-09-16T19:10:59.562Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-16T19:10:59.562Z] --- SKIP: TestCreateServiceMaxReplicas (0.01s) [2021-09-16T19:10:59.562Z] === RUN TestCreateWithDuplicateNetworkNames [2021-09-16T19:10:59.562Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-16T19:10:59.562Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.01s) [2021-09-16T19:10:59.562Z] === RUN TestCreateServiceSecretFileMode [2021-09-16T19:10:59.562Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-16T19:10:59.562Z] --- SKIP: TestCreateServiceSecretFileMode (0.01s) [2021-09-16T19:10:59.562Z] === RUN TestCreateServiceConfigFileMode [2021-09-16T19:10:59.562Z] create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-16T19:10:59.562Z] --- SKIP: TestCreateServiceConfigFileMode (0.02s) [2021-09-16T19:10:59.562Z] === RUN TestCreateServiceSysctls [2021-09-16T19:10:59.562Z] create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-16T19:10:59.562Z] --- SKIP: TestCreateServiceSysctls (0.02s) [2021-09-16T19:10:59.562Z] === RUN TestCreateServiceCapabilities [2021-09-16T19:10:59.562Z] create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-16T19:10:59.562Z] --- SKIP: TestCreateServiceCapabilities (0.02s) [2021-09-16T19:10:59.562Z] === RUN TestInspect [2021-09-16T19:10:59.562Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-16T19:10:59.562Z] --- SKIP: TestInspect (0.01s) [2021-09-16T19:10:59.562Z] === RUN TestCreateJob [2021-09-16T19:10:59.562Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-16T19:10:59.562Z] --- SKIP: TestCreateJob (0.01s) [2021-09-16T19:10:59.562Z] === RUN TestReplicatedJob [2021-09-16T19:10:59.562Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-16T19:10:59.562Z] --- SKIP: TestReplicatedJob (0.01s) [2021-09-16T19:10:59.562Z] === RUN TestUpdateReplicatedJob [2021-09-16T19:10:59.562Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-16T19:10:59.562Z] --- SKIP: TestUpdateReplicatedJob (0.01s) [2021-09-16T19:10:59.562Z] === RUN TestServiceListWithStatuses [2021-09-16T19:10:59.562Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-09-16T19:10:59.562Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-09-16T19:10:59.562Z] === RUN TestDockerNetworkConnectAlias [2021-09-16T19:10:59.562Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-16T19:10:59.562Z] --- SKIP: TestDockerNetworkConnectAlias (0.01s) [2021-09-16T19:10:59.562Z] === RUN TestDockerNetworkReConnect [2021-09-16T19:10:59.562Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-16T19:10:59.562Z] --- SKIP: TestDockerNetworkReConnect (0.01s) [2021-09-16T19:10:59.562Z] === RUN TestServicePlugin [2021-09-16T19:10:59.756Z] Loaded image: busybox:glibc [2021-09-16T19:10:59.808Z] --- PASS: TestPluginsWithRuntimes (3.42s) [2021-09-16T19:10:59.808Z] --- PASS: TestPluginsWithRuntimes/No_Args (0.95s) [2021-09-16T19:10:59.808Z] --- PASS: TestPluginsWithRuntimes/With_Args (0.88s) [2021-09-16T19:10:59.808Z] === RUN TestPluginBackCompatMediaTypes [2021-09-16T19:11:00.017Z] Loaded image: busybox:latest [2021-09-16T19:11:00.385Z] --- PASS: TestPluginBackCompatMediaTypes (0.57s) [2021-09-16T19:11:00.385Z] PASS [2021-09-16T19:11:00.385Z] [2021-09-16T19:11:00.385Z] DONE 10 tests in 7.441s [2021-09-16T19:11:00.385Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-09-16T19:11:00.385Z] INFO: Testing against a local daemon [2021-09-16T19:11:00.385Z] === RUN TestExternalGraphDriver [2021-09-16T19:11:00.588Z] Loaded image: busybox:glibc [2021-09-16T19:11:00.643Z] === RUN TestExternalGraphDriver/json [2021-09-16T19:11:01.485Z] plugin_test.go:58: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-16T19:11:01.485Z] --- SKIP: TestServicePlugin (1.98s) [2021-09-16T19:11:01.485Z] === RUN TestServiceUpdateLabel [2021-09-16T19:11:01.485Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-16T19:11:01.485Z] --- SKIP: TestServiceUpdateLabel (0.01s) [2021-09-16T19:11:01.485Z] === RUN TestServiceUpdateSecrets [2021-09-16T19:11:01.485Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-16T19:11:01.485Z] --- SKIP: TestServiceUpdateSecrets (0.01s) [2021-09-16T19:11:01.485Z] === RUN TestServiceUpdateConfigs [2021-09-16T19:11:01.485Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-16T19:11:01.755Z] --- SKIP: TestServiceUpdateConfigs (0.02s) [2021-09-16T19:11:01.755Z] === RUN TestServiceUpdateNetwork [2021-09-16T19:11:01.755Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-16T19:11:01.755Z] --- SKIP: TestServiceUpdateNetwork (0.03s) [2021-09-16T19:11:01.755Z] === RUN TestServiceUpdatePidsLimit [2021-09-16T19:11:01.755Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-16T19:11:01.755Z] --- SKIP: TestServiceUpdatePidsLimit (0.02s) [2021-09-16T19:11:01.755Z] PASS [2021-09-16T19:11:01.755Z] [2021-09-16T19:11:01.755Z] === Skipped [2021-09-16T19:11:01.755Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-09-16T19:11:01.755Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-16T19:11:01.755Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-09-16T19:11:01.755Z] [2021-09-16T19:11:01.755Z] === SKIP: amd64.integration.service TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-09-16T19:11:01.755Z] create_test.go:40: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-16T19:11:01.755Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-09-16T19:11:01.755Z] [2021-09-16T19:11:01.755Z] === SKIP: amd64.integration.service TestCreateServiceMultipleTimes (0.01s) [2021-09-16T19:11:01.755Z] create_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-16T19:11:01.755Z] [2021-09-16T19:11:01.755Z] === SKIP: amd64.integration.service TestCreateServiceConflict (0.01s) [2021-09-16T19:11:01.755Z] create_test.go:155: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-16T19:11:01.755Z] [2021-09-16T19:11:01.755Z] === SKIP: amd64.integration.service TestCreateServiceMaxReplicas (0.01s) [2021-09-16T19:11:01.755Z] create_test.go:176: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-16T19:11:01.755Z] [2021-09-16T19:11:01.755Z] === SKIP: amd64.integration.service TestCreateWithDuplicateNetworkNames (0.01s) [2021-09-16T19:11:01.755Z] create_test.go:197: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-16T19:11:01.755Z] [2021-09-16T19:11:01.755Z] === SKIP: amd64.integration.service TestCreateServiceSecretFileMode (0.01s) [2021-09-16T19:11:01.755Z] create_test.go:250: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-16T19:11:01.755Z] [2021-09-16T19:11:01.755Z] === SKIP: amd64.integration.service TestCreateServiceConfigFileMode (0.02s) [2021-09-16T19:11:01.755Z] create_test.go:314: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-16T19:11:01.755Z] [2021-09-16T19:11:01.755Z] === SKIP: amd64.integration.service TestCreateServiceSysctls (0.02s) [2021-09-16T19:11:01.755Z] create_test.go:404: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-16T19:11:01.755Z] [2021-09-16T19:11:01.755Z] === SKIP: amd64.integration.service TestCreateServiceCapabilities (0.02s) [2021-09-16T19:11:01.755Z] create_test.go:488: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-16T19:11:01.755Z] [2021-09-16T19:11:01.755Z] === SKIP: amd64.integration.service TestInspect (0.01s) [2021-09-16T19:11:01.755Z] inspect_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-16T19:11:01.755Z] [2021-09-16T19:11:01.755Z] === SKIP: amd64.integration.service TestCreateJob (0.01s) [2021-09-16T19:11:01.755Z] jobs_test.go:26: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-16T19:11:01.755Z] [2021-09-16T19:11:01.755Z] === SKIP: amd64.integration.service TestReplicatedJob (0.01s) [2021-09-16T19:11:01.755Z] jobs_test.go:61: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-16T19:11:01.755Z] [2021-09-16T19:11:01.755Z] === SKIP: amd64.integration.service TestUpdateReplicatedJob (0.01s) [2021-09-16T19:11:01.755Z] jobs_test.go:94: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-16T19:11:01.755Z] [2021-09-16T19:11:01.755Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2021-09-16T19:11:01.755Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-09-16T19:11:01.755Z] [2021-09-16T19:11:01.755Z] === SKIP: amd64.integration.service TestDockerNetworkConnectAlias (0.01s) [2021-09-16T19:11:01.755Z] network_test.go:20: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-16T19:11:01.755Z] [2021-09-16T19:11:01.755Z] === SKIP: amd64.integration.service TestDockerNetworkReConnect (0.01s) [2021-09-16T19:11:01.755Z] network_test.go:82: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-16T19:11:01.755Z] [2021-09-16T19:11:01.755Z] === SKIP: amd64.integration.service TestServicePlugin (1.98s) [2021-09-16T19:11:01.755Z] plugin_test.go:58: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-16T19:11:01.755Z] [2021-09-16T19:11:01.755Z] === SKIP: amd64.integration.service TestServiceUpdateLabel (0.01s) [2021-09-16T19:11:01.755Z] update_test.go:23: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-16T19:11:01.755Z] [2021-09-16T19:11:01.755Z] === SKIP: amd64.integration.service TestServiceUpdateSecrets (0.01s) [2021-09-16T19:11:01.755Z] update_test.go:79: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-16T19:11:01.755Z] [2021-09-16T19:11:01.755Z] === SKIP: amd64.integration.service TestServiceUpdateConfigs (0.02s) [2021-09-16T19:11:01.755Z] update_test.go:141: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-16T19:11:01.755Z] [2021-09-16T19:11:01.755Z] === SKIP: amd64.integration.service TestServiceUpdateNetwork (0.03s) [2021-09-16T19:11:01.755Z] update_test.go:203: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-16T19:11:01.755Z] [2021-09-16T19:11:01.755Z] === SKIP: amd64.integration.service TestServiceUpdatePidsLimit (0.02s) [2021-09-16T19:11:01.755Z] update_test.go:283: (*Execution).IsRootless-fm: rootless mode doesn't support Swarm-mode [2021-09-16T19:11:01.755Z] [2021-09-16T19:11:01.755Z] DONE 24 tests, 23 skipped in 2.375s [2021-09-16T19:11:01.755Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2021-09-16T19:11:01.755Z] INFO: Testing against a local daemon [2021-09-16T19:11:01.755Z] === RUN TestSessionCreate [2021-09-16T19:11:01.755Z] --- PASS: TestSessionCreate (0.02s) [2021-09-16T19:11:01.755Z] === RUN TestSessionCreateWithBadUpgrade [2021-09-16T19:11:01.755Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2021-09-16T19:11:01.755Z] PASS [2021-09-16T19:11:01.755Z] [2021-09-16T19:11:01.755Z] DONE 2 tests in 0.141s [2021-09-16T19:11:01.755Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2021-09-16T19:11:02.018Z] INFO: Testing against a local daemon [2021-09-16T19:11:02.018Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-09-16T19:11:02.018Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-09-16T19:11:02.018Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-09-16T19:11:02.018Z] === RUN TestDiskUsage [2021-09-16T19:11:02.018Z] === PAUSE TestDiskUsage [2021-09-16T19:11:02.018Z] === RUN TestEventsExecDie [2021-09-16T19:11:02.542Z] === RUN TestExternalGraphDriver/spec [2021-09-16T19:11:02.579Z] --- PASS: TestEventsExecDie (0.50s) [2021-09-16T19:11:02.579Z] === RUN TestEventsBackwardsCompatible [2021-09-16T19:11:02.579Z] --- PASS: TestEventsBackwardsCompatible (0.04s) [2021-09-16T19:11:02.579Z] === RUN TestEventsVolumeCreate [2021-09-16T19:11:02.579Z] --- PASS: TestEventsVolumeCreate (0.06s) [2021-09-16T19:11:02.579Z] === RUN TestInfoBinaryCommits [2021-09-16T19:11:02.579Z] --- PASS: TestInfoBinaryCommits (0.02s) [2021-09-16T19:11:02.579Z] === RUN TestInfoAPIVersioned [2021-09-16T19:11:02.579Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-09-16T19:11:02.579Z] === RUN TestInfoDiscoveryBackend [2021-09-16T19:11:03.139Z] --- PASS: TestInfoDiscoveryBackend (0.55s) [2021-09-16T19:11:03.139Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-09-16T19:11:03.915Z] === RUN TestExternalGraphDriver/pull [2021-09-16T19:11:04.796Z] Loaded image: debian:bullseye-slim [2021-09-16T19:11:04.796Z] Loaded image: hello-world:latest [2021-09-16T19:11:04.796Z] Loaded image: arm32v7/hello-world:latest [2021-09-16T19:11:04.796Z] INFO: Testing against a local daemon [2021-09-16T19:11:04.796Z] === RUN TestDockerSuite [2021-09-16T19:11:04.796Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2021-09-16T19:11:04.797Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2021-09-16T19:11:04.797Z] === RUN TestDockerSuite/TestAPIErrorJSON [2021-09-16T19:11:04.797Z] Loaded image: debian:bullseye-slim [2021-09-16T19:11:04.797Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2021-09-16T19:11:04.797Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2021-09-16T19:11:05.057Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2021-09-16T19:11:05.057Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2021-09-16T19:11:05.057Z] === RUN TestDockerSuite/TestAPIImagesDelete [2021-09-16T19:11:05.057Z] Loaded image: hello-world:latest [2021-09-16T19:11:05.294Z] --- PASS: TestExternalGraphDriver (4.80s) [2021-09-16T19:11:05.294Z] --- PASS: TestExternalGraphDriver/json (1.66s) [2021-09-16T19:11:05.294Z] --- PASS: TestExternalGraphDriver/spec (1.68s) [2021-09-16T19:11:05.294Z] --- PASS: TestExternalGraphDriver/pull (1.44s) [2021-09-16T19:11:05.294Z] === RUN TestGraphdriverPluginV2 [2021-09-16T19:11:05.318Z] Loaded image: arm32v7/hello-world:latest [2021-09-16T19:11:05.318Z] INFO: Testing against a local daemon [2021-09-16T19:11:05.318Z] === RUN TestDockerDaemonSuite [2021-09-16T19:11:05.318Z] === RUN TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool [2021-09-16T19:11:06.403Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (3.39s) [2021-09-16T19:11:06.403Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-09-16T19:11:06.403Z] info_linux_test.go:96: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-09-16T19:11:06.403Z] --- SKIP: TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2021-09-16T19:11:06.403Z] === RUN TestInfoAPI [2021-09-16T19:11:06.403Z] --- PASS: TestInfoAPI (0.02s) [2021-09-16T19:11:06.403Z] === RUN TestInfoAPIWarnings [2021-09-16T19:11:08.709Z] === RUN TestDockerSuite/TestAPIImagesFilter [2021-09-16T19:11:08.709Z] === RUN TestDockerSuite/TestAPIImagesHistory [2021-09-16T19:11:08.970Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2021-09-16T19:11:08.970Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2021-09-16T19:11:09.479Z] --- PASS: TestGraphdriverPluginV2 (3.60s) [2021-09-16T19:11:09.479Z] PASS [2021-09-16T19:11:09.479Z] [2021-09-16T19:11:09.479Z] DONE 5 tests in 8.432s [2021-09-16T19:11:09.479Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-09-16T19:11:09.479Z] INFO: Testing against a local daemon [2021-09-16T19:11:09.479Z] === RUN TestContinueAfterPluginCrash [2021-09-16T19:11:09.479Z] === PAUSE TestContinueAfterPluginCrash [2021-09-16T19:11:09.479Z] === RUN TestReadPluginNoRead [2021-09-16T19:11:09.479Z] === PAUSE TestReadPluginNoRead [2021-09-16T19:11:09.479Z] === RUN TestDaemonStartWithLogOpt [2021-09-16T19:11:09.479Z] === PAUSE TestDaemonStartWithLogOpt [2021-09-16T19:11:09.479Z] === CONT TestContinueAfterPluginCrash [2021-09-16T19:11:09.479Z] === CONT TestDaemonStartWithLogOpt [2021-09-16T19:11:09.540Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2021-09-16T19:11:09.800Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2021-09-16T19:11:09.800Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2021-09-16T19:11:11.183Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2021-09-16T19:11:11.183Z] === RUN TestDockerSuite/TestAPINetworkFilter [2021-09-16T19:11:11.183Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2021-09-16T19:11:11.183Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2021-09-16T19:11:12.123Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2021-09-16T19:11:12.384Z] === RUN TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon [2021-09-16T19:11:12.760Z] --- PASS: TestDaemonStartWithLogOpt (3.52s) [2021-09-16T19:11:12.760Z] === CONT TestReadPluginNoRead [2021-09-16T19:11:13.330Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2021-09-16T19:11:13.330Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2021-09-16T19:11:13.330Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2021-09-16T19:11:13.330Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2021-09-16T19:11:14.044Z] ..........................xx.................... [ 29%] [2021-09-16T19:11:14.153Z] 2021/09/16 19:11:13 Closing DB instances... [2021-09-16T19:11:14.153Z] time="2021-09-16T19:11:14Z" level=error msg="node: 07676e4156e4 is unknown to memberlist" [2021-09-16T19:11:14.286Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2021-09-16T19:11:14.661Z] === RUN TestReadPluginNoRead/default [2021-09-16T19:11:15.677Z] --- PASS: TestNetworkDBGarbageCollection (54.03s) [2021-09-16T19:11:15.677Z] === RUN TestFindNode [2021-09-16T19:11:15.677Z] 2021/09/16 19:11:15 Closing DB instances... [2021-09-16T19:11:15.677Z] --- PASS: TestFindNode (0.01s) [2021-09-16T19:11:15.677Z] === RUN TestChangeNodeState [2021-09-16T19:11:15.677Z] 2021/09/16 19:11:15 Closing DB instances... [2021-09-16T19:11:15.677Z] --- PASS: TestChangeNodeState (0.01s) [2021-09-16T19:11:15.677Z] === RUN TestNodeReincarnation [2021-09-16T19:11:15.677Z] 2021/09/16 19:11:15 Closing DB instances... [2021-09-16T19:11:15.951Z] Building test suite binary /go/src/github.com/docker/docker/integration/config/test.main [2021-09-16T19:11:15.951Z] Building test suite binary /go/src/github.com/docker/docker/integration/container/test.main [2021-09-16T19:11:16.037Z] === RUN TestReadPluginNoRead/disabled_caching [2021-09-16T19:11:17.410Z] --- PASS: TestContinueAfterPluginCrash (8.46s) [2021-09-16T19:11:17.410Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-09-16T19:11:19.310Z] === CONT TestReadPluginNoRead [2021-09-16T19:11:19.310Z] read_test.go:92: [dece18f805554] daemon is not started [2021-09-16T19:11:19.310Z] --- PASS: TestReadPluginNoRead (6.52s) [2021-09-16T19:11:19.310Z] --- PASS: TestReadPluginNoRead/default (1.43s) [2021-09-16T19:11:19.310Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.35s) [2021-09-16T19:11:19.310Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.55s) [2021-09-16T19:11:19.310Z] PASS [2021-09-16T19:11:19.310Z] [2021-09-16T19:11:19.310Z] DONE 6 tests in 10.062s [2021-09-16T19:11:19.310Z] 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-16T19:11:19.310Z] testing: warning: no tests to run [2021-09-16T19:11:19.310Z] PASS [2021-09-16T19:11:19.310Z] [2021-09-16T19:11:19.310Z] DONE 0 tests in 0.007s [2021-09-16T19:11:19.310Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-09-16T19:11:19.310Z] INFO: Testing against a local daemon [2021-09-16T19:11:19.310Z] === RUN TestPluginWithDevMounts [2021-09-16T19:11:19.310Z] === PAUSE TestPluginWithDevMounts [2021-09-16T19:11:19.310Z] === CONT TestPluginWithDevMounts [2021-09-16T19:11:19.572Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2021-09-16T19:11:20.729Z] --- PASS: TestPluginWithDevMounts (1.61s) [2021-09-16T19:11:20.729Z] PASS [2021-09-16T19:11:20.729Z] [2021-09-16T19:11:20.729Z] DONE 1 tests in 1.636s [2021-09-16T19:11:20.729Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2021-09-16T19:11:20.729Z] INFO: Testing against a local daemon [2021-09-16T19:11:20.729Z] === RUN TestSecretInspect [2021-09-16T19:11:21.440Z] time="2021-09-16T19:11:20Z" level=error msg="failed to send node leave: timed out broadcasting node event" [2021-09-16T19:11:21.440Z] --- PASS: TestNodeReincarnation (5.01s) [2021-09-16T19:11:21.440Z] === RUN TestParallelCreate [2021-09-16T19:11:21.440Z] 2021/09/16 19:11:20 Closing DB instances... [2021-09-16T19:11:21.440Z] --- PASS: TestParallelCreate (0.01s) [2021-09-16T19:11:21.440Z] === RUN TestParallelDelete [2021-09-16T19:11:21.440Z] 2021/09/16 19:11:20 Closing DB instances... [2021-09-16T19:11:21.440Z] --- PASS: TestParallelDelete (0.01s) [2021-09-16T19:11:21.440Z] === RUN TestNetworkDBIslands [2021-09-16T19:11:21.440Z] time="2021-09-16T19:11:20Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:df7d0f21fedf with config:&{NodeID:df7d0f21fedf 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-16T19:11:21.440Z] time="2021-09-16T19:11:20Z" level=info msg="Node df7d0f21fedf/172.18.183.17, joined gossip cluster" [2021-09-16T19:11:21.440Z] time="2021-09-16T19:11:20Z" level=info msg="Node df7d0f21fedf/172.18.183.17, added to nodes list" [2021-09-16T19:11:21.441Z] time="2021-09-16T19:11:20Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:0d7936f60141 with config:&{NodeID:0d7936f60141 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-16T19:11:21.441Z] time="2021-09-16T19:11:20Z" level=info msg="Node 0d7936f60141/172.18.183.17, joined gossip cluster" [2021-09-16T19:11:21.441Z] time="2021-09-16T19:11:20Z" level=info msg="Node 0d7936f60141/172.18.183.17, added to nodes list" [2021-09-16T19:11:21.441Z] time="2021-09-16T19:11:20Z" level=info msg="The new bootstrap node list is:[localhost:10033]" [2021-09-16T19:11:21.441Z] time="2021-09-16T19:11:20Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10033" [2021-09-16T19:11:21.441Z] time="2021-09-16T19:11:20Z" level=debug msg="memberlist: Stream connection from=[::1]:49350" [2021-09-16T19:11:21.441Z] time="2021-09-16T19:11:20Z" level=info msg="Node 0d7936f60141/172.18.183.17, joined gossip cluster" [2021-09-16T19:11:21.441Z] time="2021-09-16T19:11:20Z" level=info msg="Node 0d7936f60141/172.18.183.17, added to nodes list" [2021-09-16T19:11:21.441Z] time="2021-09-16T19:11:20Z" level=info msg="Node df7d0f21fedf/172.18.183.17, joined gossip cluster" [2021-09-16T19:11:21.441Z] time="2021-09-16T19:11:20Z" level=info msg="Node df7d0f21fedf/172.18.183.17, added to nodes list" [2021-09-16T19:11:21.441Z] time="2021-09-16T19:11:20Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49351" [2021-09-16T19:11:21.441Z] time="2021-09-16T19:11:20Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10033" [2021-09-16T19:11:21.441Z] time="2021-09-16T19:11:21Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:5daf26544ba1 with config:&{NodeID:5daf26544ba1 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-16T19:11:21.441Z] time="2021-09-16T19:11:21Z" level=info msg="Node 5daf26544ba1/172.18.183.17, joined gossip cluster" [2021-09-16T19:11:21.441Z] time="2021-09-16T19:11:21Z" level=info msg="Node 5daf26544ba1/172.18.183.17, added to nodes list" [2021-09-16T19:11:21.441Z] time="2021-09-16T19:11:21Z" level=info msg="The new bootstrap node list is:[localhost:10034]" [2021-09-16T19:11:21.441Z] time="2021-09-16T19:11:21Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10034" [2021-09-16T19:11:21.441Z] time="2021-09-16T19:11:21Z" level=debug msg="memberlist: Stream connection from=[::1]:49352" [2021-09-16T19:11:21.441Z] time="2021-09-16T19:11:21Z" level=info msg="Node 5daf26544ba1/172.18.183.17, joined gossip cluster" [2021-09-16T19:11:21.441Z] time="2021-09-16T19:11:21Z" level=info msg="Node 5daf26544ba1/172.18.183.17, added to nodes list" [2021-09-16T19:11:21.441Z] time="2021-09-16T19:11:21Z" level=info msg="Node df7d0f21fedf/172.18.183.17, joined gossip cluster" [2021-09-16T19:11:21.441Z] time="2021-09-16T19:11:21Z" level=info msg="Node df7d0f21fedf/172.18.183.17, added to nodes list" [2021-09-16T19:11:21.441Z] time="2021-09-16T19:11:21Z" level=info msg="Node 0d7936f60141/172.18.183.17, joined gossip cluster" [2021-09-16T19:11:21.441Z] time="2021-09-16T19:11:21Z" level=info msg="Node 0d7936f60141/172.18.183.17, added to nodes list" [2021-09-16T19:11:21.441Z] time="2021-09-16T19:11:21Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10034" [2021-09-16T19:11:21.441Z] time="2021-09-16T19:11:21Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49353" [2021-09-16T19:11:21.895Z] time="2021-09-16T19:11:21Z" level=info msg="Node 5daf26544ba1/172.18.183.17, joined gossip cluster" [2021-09-16T19:11:21.895Z] time="2021-09-16T19:11:21Z" level=info msg="Node 5daf26544ba1/172.18.183.17, added to nodes list" [2021-09-16T19:11:21.895Z] time="2021-09-16T19:11:21Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:fd93240a0dbd with config:&{NodeID:fd93240a0dbd 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-16T19:11:21.895Z] time="2021-09-16T19:11:21Z" level=info msg="Node fd93240a0dbd/172.18.183.17, joined gossip cluster" [2021-09-16T19:11:21.895Z] time="2021-09-16T19:11:21Z" level=info msg="Node fd93240a0dbd/172.18.183.17, added to nodes list" [2021-09-16T19:11:21.895Z] time="2021-09-16T19:11:21Z" level=info msg="The new bootstrap node list is:[localhost:10035]" [2021-09-16T19:11:21.895Z] time="2021-09-16T19:11:21Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10035" [2021-09-16T19:11:21.895Z] time="2021-09-16T19:11:21Z" level=debug msg="memberlist: Stream connection from=[::1]:49354" [2021-09-16T19:11:21.895Z] time="2021-09-16T19:11:21Z" level=info msg="Node fd93240a0dbd/172.18.183.17, joined gossip cluster" [2021-09-16T19:11:21.895Z] time="2021-09-16T19:11:21Z" level=info msg="Node fd93240a0dbd/172.18.183.17, added to nodes list" [2021-09-16T19:11:21.895Z] time="2021-09-16T19:11:21Z" level=info msg="Node 0d7936f60141/172.18.183.17, joined gossip cluster" [2021-09-16T19:11:21.895Z] time="2021-09-16T19:11:21Z" level=info msg="Node 0d7936f60141/172.18.183.17, added to nodes list" [2021-09-16T19:11:21.895Z] time="2021-09-16T19:11:21Z" level=info msg="Node 5daf26544ba1/172.18.183.17, joined gossip cluster" [2021-09-16T19:11:21.895Z] time="2021-09-16T19:11:21Z" level=info msg="Node 5daf26544ba1/172.18.183.17, added to nodes list" [2021-09-16T19:11:21.895Z] time="2021-09-16T19:11:21Z" level=info msg="Node df7d0f21fedf/172.18.183.17, joined gossip cluster" [2021-09-16T19:11:21.895Z] time="2021-09-16T19:11:21Z" level=info msg="Node df7d0f21fedf/172.18.183.17, added to nodes list" [2021-09-16T19:11:21.895Z] time="2021-09-16T19:11:21Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10035" [2021-09-16T19:11:21.895Z] time="2021-09-16T19:11:21Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49355" [2021-09-16T19:11:22.117Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2021-09-16T19:11:22.350Z] time="2021-09-16T19:11:21Z" level=info msg="Node fd93240a0dbd/172.18.183.17, joined gossip cluster" [2021-09-16T19:11:22.350Z] time="2021-09-16T19:11:21Z" level=info msg="Node fd93240a0dbd/172.18.183.17, added to nodes list" [2021-09-16T19:11:22.350Z] time="2021-09-16T19:11:21Z" level=info msg="Node fd93240a0dbd/172.18.183.17, joined gossip cluster" [2021-09-16T19:11:22.350Z] time="2021-09-16T19:11:21Z" level=info msg="Node fd93240a0dbd/172.18.183.17, added to nodes list" [2021-09-16T19:11:22.350Z] time="2021-09-16T19:11:22Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:218b70ed8057 with config:&{NodeID:218b70ed8057 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-16T19:11:22.350Z] time="2021-09-16T19:11:22Z" level=info msg="Node 218b70ed8057/172.18.183.17, joined gossip cluster" [2021-09-16T19:11:22.350Z] time="2021-09-16T19:11:22Z" level=info msg="Node 218b70ed8057/172.18.183.17, added to nodes list" [2021-09-16T19:11:22.350Z] time="2021-09-16T19:11:22Z" level=info msg="The new bootstrap node list is:[localhost:10036]" [2021-09-16T19:11:22.350Z] time="2021-09-16T19:11:22Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10036" [2021-09-16T19:11:22.350Z] time="2021-09-16T19:11:22Z" level=debug msg="memberlist: Stream connection from=[::1]:49356" [2021-09-16T19:11:22.350Z] time="2021-09-16T19:11:22Z" level=info msg="Node 218b70ed8057/172.18.183.17, joined gossip cluster" [2021-09-16T19:11:22.350Z] time="2021-09-16T19:11:22Z" level=info msg="Node 218b70ed8057/172.18.183.17, added to nodes list" [2021-09-16T19:11:22.350Z] time="2021-09-16T19:11:22Z" level=info msg="Node 0d7936f60141/172.18.183.17, joined gossip cluster" [2021-09-16T19:11:22.350Z] time="2021-09-16T19:11:22Z" level=info msg="Node 0d7936f60141/172.18.183.17, added to nodes list" [2021-09-16T19:11:22.350Z] time="2021-09-16T19:11:22Z" level=info msg="Node 5daf26544ba1/172.18.183.17, joined gossip cluster" [2021-09-16T19:11:22.350Z] time="2021-09-16T19:11:22Z" level=info msg="Node 5daf26544ba1/172.18.183.17, added to nodes list" [2021-09-16T19:11:22.350Z] time="2021-09-16T19:11:22Z" level=info msg="Node df7d0f21fedf/172.18.183.17, joined gossip cluster" [2021-09-16T19:11:22.350Z] time="2021-09-16T19:11:22Z" level=info msg="Node df7d0f21fedf/172.18.183.17, added to nodes list" [2021-09-16T19:11:22.350Z] time="2021-09-16T19:11:22Z" level=info msg="Node fd93240a0dbd/172.18.183.17, joined gossip cluster" [2021-09-16T19:11:22.350Z] time="2021-09-16T19:11:22Z" level=info msg="Node fd93240a0dbd/172.18.183.17, added to nodes list" [2021-09-16T19:11:22.350Z] time="2021-09-16T19:11:22Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49357" [2021-09-16T19:11:22.350Z] time="2021-09-16T19:11:22Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10036" [2021-09-16T19:11:22.350Z] time="2021-09-16T19:11:22Z" level=info msg="Node 218b70ed8057/172.18.183.17, joined gossip cluster" [2021-09-16T19:11:22.350Z] time="2021-09-16T19:11:22Z" level=info msg="Node 218b70ed8057/172.18.183.17, added to nodes list" [2021-09-16T19:11:22.350Z] time="2021-09-16T19:11:22Z" level=info msg="Node 218b70ed8057/172.18.183.17, joined gossip cluster" [2021-09-16T19:11:22.350Z] time="2021-09-16T19:11:22Z" level=info msg="Node 218b70ed8057/172.18.183.17, added to nodes list" [2021-09-16T19:11:22.350Z] time="2021-09-16T19:11:22Z" level=info msg="Node 218b70ed8057/172.18.183.17, joined gossip cluster" [2021-09-16T19:11:22.350Z] time="2021-09-16T19:11:22Z" level=info msg="Node 218b70ed8057/172.18.183.17, added to nodes list" [2021-09-16T19:11:22.805Z] networkdb_test.go:835: Re-joining: 3 [2021-09-16T19:11:22.805Z] time="2021-09-16T19:11:22Z" level=info msg="The new bootstrap node list is:[172.18.183.17:10033 172.18.183.17:10034 172.18.183.17:10035]" [2021-09-16T19:11:22.805Z] time="2021-09-16T19:11:22Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.18.183.17:10033" [2021-09-16T19:11:22.805Z] time="2021-09-16T19:11:22Z" level=debug msg="memberlist: Stream connection from=172.18.183.17:49358" [2021-09-16T19:11:22.805Z] time="2021-09-16T19:11:22Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.18.183.17:10034" [2021-09-16T19:11:22.805Z] time="2021-09-16T19:11:22Z" level=debug msg="memberlist: Stream connection from=172.18.183.17:49359" [2021-09-16T19:11:22.805Z] time="2021-09-16T19:11:22Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.18.183.17:10035" [2021-09-16T19:11:22.805Z] time="2021-09-16T19:11:22Z" level=debug msg="memberlist: Stream connection from=172.18.183.17:49360" [2021-09-16T19:11:22.805Z] networkdb_test.go:835: Re-joining: 4 [2021-09-16T19:11:22.805Z] time="2021-09-16T19:11:22Z" level=info msg="The new bootstrap node list is:[172.18.183.17:10033 172.18.183.17:10034 172.18.183.17:10035]" [2021-09-16T19:11:22.805Z] time="2021-09-16T19:11:22Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.18.183.17:10033" [2021-09-16T19:11:22.805Z] time="2021-09-16T19:11:22Z" level=debug msg="memberlist: Stream connection from=172.18.183.17:49361" [2021-09-16T19:11:22.805Z] time="2021-09-16T19:11:22Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.18.183.17:10034" [2021-09-16T19:11:22.805Z] time="2021-09-16T19:11:22Z" level=debug msg="memberlist: Stream connection from=172.18.183.17:49362" [2021-09-16T19:11:22.805Z] time="2021-09-16T19:11:22Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.18.183.17:10035" [2021-09-16T19:11:22.805Z] time="2021-09-16T19:11:22Z" level=debug msg="memberlist: Stream connection from=172.18.183.17:49363" [2021-09-16T19:11:23.076Z] 2021/09/16 19:11:19 Closing DB instances... [2021-09-16T19:11:23.077Z] --- PASS: TestNetworkDBGarbageCollection (54.03s) [2021-09-16T19:11:23.077Z] === RUN TestFindNode [2021-09-16T19:11:23.077Z] 2021/09/16 19:11:20 Closing DB instances... [2021-09-16T19:11:23.077Z] --- PASS: TestFindNode (0.01s) [2021-09-16T19:11:23.077Z] === RUN TestChangeNodeState [2021-09-16T19:11:23.077Z] 2021/09/16 19:11:20 Closing DB instances... [2021-09-16T19:11:23.077Z] --- PASS: TestChangeNodeState (0.01s) [2021-09-16T19:11:23.077Z] === RUN TestNodeReincarnation [2021-09-16T19:11:23.077Z] 2021/09/16 19:11:20 Closing DB instances... [2021-09-16T19:11:23.261Z] time="2021-09-16T19:11:22Z" level=info msg="node 0 leaving" [2021-09-16T19:11:23.261Z] time="2021-09-16T19:11:23Z" level=info msg="Node df7d0f21fedf change state NodeActive --> NodeLeft" [2021-09-16T19:11:23.261Z] time="2021-09-16T19:11:23Z" level=info msg="node3(5daf26544ba1): Node leave event for df7d0f21fedf/172.18.183.17" [2021-09-16T19:11:23.261Z] time="2021-09-16T19:11:23Z" level=info msg="Node df7d0f21fedf change state NodeActive --> NodeLeft" [2021-09-16T19:11:23.261Z] time="2021-09-16T19:11:23Z" level=info msg="node4(fd93240a0dbd): Node leave event for df7d0f21fedf/172.18.183.17" [2021-09-16T19:11:23.261Z] time="2021-09-16T19:11:23Z" level=info msg="Node df7d0f21fedf change state NodeActive --> NodeLeft" [2021-09-16T19:11:23.261Z] time="2021-09-16T19:11:23Z" level=info msg="node2(0d7936f60141): Node leave event for df7d0f21fedf/172.18.183.17" [2021-09-16T19:11:23.261Z] time="2021-09-16T19:11:23Z" level=info msg="Node df7d0f21fedf change state NodeActive --> NodeLeft" [2021-09-16T19:11:23.261Z] time="2021-09-16T19:11:23Z" level=info msg="node5(218b70ed8057): Node leave event for df7d0f21fedf/172.18.183.17" [2021-09-16T19:11:23.261Z] time="2021-09-16T19:11:23Z" level=info msg="Node df7d0f21fedf change state NodeActive --> NodeLeft" [2021-09-16T19:11:23.261Z] time="2021-09-16T19:11:23Z" level=info msg="node1(df7d0f21fedf): Node leave event for df7d0f21fedf/172.18.183.17" [2021-09-16T19:11:23.261Z] time="2021-09-16T19:11:23Z" level=info msg="Node df7d0f21fedf/172.18.183.17, left gossip cluster" [2021-09-16T19:11:23.275Z] --- PASS: TestSecretInspect (2.27s) [2021-09-16T19:11:23.275Z] === RUN TestSecretList [2021-09-16T19:11:23.717Z] time="2021-09-16T19:11:23Z" level=info msg="Node df7d0f21fedf/172.18.183.17, left gossip cluster" [2021-09-16T19:11:23.717Z] time="2021-09-16T19:11:23Z" level=info msg="Node df7d0f21fedf/172.18.183.17, left gossip cluster" [2021-09-16T19:11:23.717Z] time="2021-09-16T19:11:23Z" level=info msg="Node df7d0f21fedf/172.18.183.17, left gossip cluster" [2021-09-16T19:11:23.717Z] time="2021-09-16T19:11:23Z" level=info msg="Node df7d0f21fedf/172.18.183.17, left gossip cluster" [2021-09-16T19:11:23.717Z] time="2021-09-16T19:11:23Z" level=warning msg="memberlist: Failed to send ping: write udp [::]:10033->172.18.183.17:10034: use of closed network connection" [2021-09-16T19:11:23.717Z] time="2021-09-16T19:11:23Z" level=info msg="node 1 leaving" [2021-09-16T19:11:23.717Z] time="2021-09-16T19:11:23Z" level=info msg="Node 0d7936f60141 change state NodeActive --> NodeLeft" [2021-09-16T19:11:23.717Z] time="2021-09-16T19:11:23Z" level=info msg="node5(218b70ed8057): Node leave event for 0d7936f60141/172.18.183.17" [2021-09-16T19:11:23.717Z] time="2021-09-16T19:11:23Z" level=info msg="Node 0d7936f60141/172.18.183.17, left gossip cluster" [2021-09-16T19:11:23.717Z] time="2021-09-16T19:11:23Z" level=info msg="Node 0d7936f60141 change state NodeActive --> NodeFailed" [2021-09-16T19:11:23.717Z] time="2021-09-16T19:11:23Z" level=info msg="Node 0d7936f60141/172.18.183.17, added to failed nodes list" [2021-09-16T19:11:23.717Z] time="2021-09-16T19:11:23Z" level=info msg="Node 0d7936f60141 change state NodeActive --> NodeLeft" [2021-09-16T19:11:23.717Z] time="2021-09-16T19:11:23Z" level=info msg="node4(fd93240a0dbd): Node leave event for 0d7936f60141/172.18.183.17" [2021-09-16T19:11:23.717Z] time="2021-09-16T19:11:23Z" level=info msg="Node 0d7936f60141 change state NodeActive --> NodeLeft" [2021-09-16T19:11:23.717Z] time="2021-09-16T19:11:23Z" level=info msg="node3(5daf26544ba1): Node leave event for 0d7936f60141/172.18.183.17" [2021-09-16T19:11:23.717Z] time="2021-09-16T19:11:23Z" level=error msg="node: 0d7936f60141 is unknown to memberlist" [2021-09-16T19:11:23.717Z] time="2021-09-16T19:11:23Z" level=info msg="Node 0d7936f60141/172.18.183.17, left gossip cluster" [2021-09-16T19:11:23.717Z] time="2021-09-16T19:11:23Z" level=info msg="Node 0d7936f60141/172.18.183.17, left gossip cluster" [2021-09-16T19:11:23.717Z] time="2021-09-16T19:11:23Z" level=info msg="Node 0d7936f60141/172.18.183.17, left gossip cluster" [2021-09-16T19:11:24.172Z] time="2021-09-16T19:11:23Z" level=info msg="node 2 leaving" [2021-09-16T19:11:24.172Z] time="2021-09-16T19:11:23Z" level=info msg="Node 5daf26544ba1 change state NodeActive --> NodeLeft" [2021-09-16T19:11:24.172Z] time="2021-09-16T19:11:23Z" level=info msg="node4(fd93240a0dbd): Node leave event for 5daf26544ba1/172.18.183.17" [2021-09-16T19:11:24.172Z] time="2021-09-16T19:11:23Z" level=info msg="Node 5daf26544ba1 change state NodeActive --> NodeLeft" [2021-09-16T19:11:24.172Z] time="2021-09-16T19:11:23Z" level=info msg="node5(218b70ed8057): Node leave event for 5daf26544ba1/172.18.183.17" [2021-09-16T19:11:24.172Z] time="2021-09-16T19:11:23Z" level=info msg="Node 5daf26544ba1 change state NodeActive --> NodeLeft" [2021-09-16T19:11:24.172Z] time="2021-09-16T19:11:23Z" level=info msg="node3(5daf26544ba1): Node leave event for 5daf26544ba1/172.18.183.17" [2021-09-16T19:11:24.439Z] --- PASS: TestInfoAPIWarnings (16.46s) [2021-09-16T19:11:24.439Z] === RUN TestInfoDebug [2021-09-16T19:11:24.439Z] --- PASS: TestInfoDebug (0.54s) [2021-09-16T19:11:24.439Z] === RUN TestInfoInsecureRegistries [2021-09-16T19:11:24.439Z] --- PASS: TestInfoInsecureRegistries (0.54s) [2021-09-16T19:11:24.439Z] === RUN TestInfoRegistryMirrors [2021-09-16T19:11:24.627Z] time="2021-09-16T19:11:24Z" level=info msg="Node 5daf26544ba1/172.18.183.17, left gossip cluster" [2021-09-16T19:11:24.627Z] time="2021-09-16T19:11:24Z" level=info msg="Node 5daf26544ba1/172.18.183.17, left gossip cluster" [2021-09-16T19:11:24.627Z] time="2021-09-16T19:11:24Z" level=info msg="Node 5daf26544ba1/172.18.183.17, left gossip cluster" [2021-09-16T19:11:24.659Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2021-09-16T19:11:24.695Z] --- PASS: TestInfoRegistryMirrors (0.54s) [2021-09-16T19:11:24.695Z] === RUN TestLoginFailsWithBadCredentials [2021-09-16T19:11:24.695Z] --- PASS: TestLoginFailsWithBadCredentials (0.08s) [2021-09-16T19:11:24.695Z] === RUN TestPingCacheHeaders [2021-09-16T19:11:24.695Z] --- PASS: TestPingCacheHeaders (0.02s) [2021-09-16T19:11:24.695Z] === RUN TestPingGet [2021-09-16T19:11:24.695Z] --- PASS: TestPingGet (0.01s) [2021-09-16T19:11:24.695Z] === RUN TestPingHead [2021-09-16T19:11:24.695Z] --- PASS: TestPingHead (0.02s) [2021-09-16T19:11:24.695Z] === RUN TestVersion [2021-09-16T19:11:24.695Z] --- PASS: TestVersion (0.02s) [2021-09-16T19:11:24.695Z] === CONT TestDiskUsage [2021-09-16T19:11:25.081Z] networkdb_test.go:867: node4: OK [2021-09-16T19:11:25.081Z] networkdb_test.go:867: node5: OK [2021-09-16T19:11:25.081Z] time="2021-09-16T19:11:24Z" level=info msg="node 0 coming back" [2021-09-16T19:11:25.081Z] time="2021-09-16T19:11:24Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:5c5bebff26e3 with config:&{NodeID:5c5bebff26e3 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-16T19:11:25.081Z] time="2021-09-16T19:11:24Z" level=info msg="Node 5c5bebff26e3/172.18.183.17, joined gossip cluster" [2021-09-16T19:11:25.081Z] time="2021-09-16T19:11:24Z" level=info msg="Node 5c5bebff26e3/172.18.183.17, added to nodes list" [2021-09-16T19:11:25.081Z] time="2021-09-16T19:11:24Z" level=info msg="node 1 coming back" [2021-09-16T19:11:25.081Z] time="2021-09-16T19:11:24Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:afa3433ba25c with config:&{NodeID:afa3433ba25c 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-16T19:11:25.081Z] time="2021-09-16T19:11:24Z" level=info msg="Node afa3433ba25c/172.18.183.17, joined gossip cluster" [2021-09-16T19:11:25.081Z] time="2021-09-16T19:11:24Z" level=info msg="Node afa3433ba25c/172.18.183.17, added to nodes list" [2021-09-16T19:11:25.081Z] time="2021-09-16T19:11:24Z" level=info msg="node 2 coming back" [2021-09-16T19:11:25.081Z] time="2021-09-16T19:11:24Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:1752366f1327 with config:&{NodeID:1752366f1327 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-16T19:11:25.081Z] time="2021-09-16T19:11:24Z" level=info msg="Node 1752366f1327/172.18.183.17, joined gossip cluster" [2021-09-16T19:11:25.081Z] time="2021-09-16T19:11:24Z" level=info msg="Node 1752366f1327/172.18.183.17, added to nodes list" [2021-09-16T19:11:25.174Z] --- PASS: TestSecretList (2.18s) [2021-09-16T19:11:25.174Z] === RUN TestSecretsCreateAndDelete [2021-09-16T19:11:25.231Z] --- PASS: TestBuildWithHugeFile (110.94s) [2021-09-16T19:11:25.231Z] === RUN TestBuildWCOWSandboxSize [2021-09-16T19:11:25.231Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-09-16T19:11:25.231Z] --- SKIP: TestBuildWCOWSandboxSize (0.01s) [2021-09-16T19:11:25.231Z] === RUN TestBuildWithEmptyDockerfile [2021-09-16T19:11:25.231Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-09-16T19:11:25.231Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-09-16T19:11:25.231Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-09-16T19:11:25.231Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-09-16T19:11:25.231Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-09-16T19:11:25.231Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-09-16T19:11:25.231Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-09-16T19:11:25.231Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-09-16T19:11:25.257Z] === RUN TestDiskUsage/empty [2021-09-16T19:11:25.257Z] === RUN TestDiskUsage/empty/container_types [2021-09-16T19:11:25.257Z] === RUN TestDiskUsage/empty/image_types [2021-09-16T19:11:25.257Z] === RUN TestDiskUsage/empty/volume_types [2021-09-16T19:11:25.257Z] === RUN TestDiskUsage/empty/build-cache_types [2021-09-16T19:11:25.257Z] === RUN TestDiskUsage/empty/container,_volume_types [2021-09-16T19:11:25.257Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2021-09-16T19:11:25.257Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2021-09-16T19:11:25.257Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2021-09-16T19:11:25.257Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2021-09-16T19:11:25.257Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2021-09-16T19:11:25.257Z] === RUN TestDiskUsage/after_LoadBusybox [2021-09-16T19:11:25.491Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-09-16T19:11:25.491Z] --- PASS: TestBuildWithEmptyDockerfile (0.02s) [2021-09-16T19:11:25.491Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.13s) [2021-09-16T19:11:25.491Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.14s) [2021-09-16T19:11:25.491Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.07s) [2021-09-16T19:11:25.491Z] === RUN TestBuildPreserveOwnership [2021-09-16T19:11:25.491Z] === RUN TestBuildPreserveOwnership/copy_from [2021-09-16T19:11:25.514Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2021-09-16T19:11:25.514Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2021-09-16T19:11:25.514Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2021-09-16T19:11:25.514Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2021-09-16T19:11:25.514Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2021-09-16T19:11:25.514Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2021-09-16T19:11:25.514Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2021-09-16T19:11:25.514Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2021-09-16T19:11:25.514Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2021-09-16T19:11:25.514Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2021-09-16T19:11:25.514Z] === RUN TestDiskUsage/after_container.Run [2021-09-16T19:11:25.769Z] === RUN TestDiskUsage/after_container.Run/container_types [2021-09-16T19:11:25.769Z] === RUN TestDiskUsage/after_container.Run/image_types [2021-09-16T19:11:25.769Z] === RUN TestDiskUsage/after_container.Run/volume_types [2021-09-16T19:11:25.769Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2021-09-16T19:11:25.769Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2021-09-16T19:11:25.769Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2021-09-16T19:11:25.769Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2021-09-16T19:11:25.769Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2021-09-16T19:11:25.769Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2021-09-16T19:11:25.769Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2021-09-16T19:11:26.026Z] --- PASS: TestDiskUsage (1.25s) [2021-09-16T19:11:26.026Z] --- PASS: TestDiskUsage/empty (0.01s) [2021-09-16T19:11:26.026Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2021-09-16T19:11:26.026Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2021-09-16T19:11:26.027Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2021-09-16T19:11:26.027Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2021-09-16T19:11:26.027Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2021-09-16T19:11:26.027Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2021-09-16T19:11:26.027Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2021-09-16T19:11:26.027Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2021-09-16T19:11:26.027Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2021-09-16T19:11:26.027Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2021-09-16T19:11:26.027Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.18s) [2021-09-16T19:11:26.027Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2021-09-16T19:11:26.027Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2021-09-16T19:11:26.027Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2021-09-16T19:11:26.027Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2021-09-16T19:11:26.027Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2021-09-16T19:11:26.027Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2021-09-16T19:11:26.027Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2021-09-16T19:11:26.027Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2021-09-16T19:11:26.027Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2021-09-16T19:11:26.027Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2021-09-16T19:11:26.027Z] --- PASS: TestDiskUsage/after_container.Run (0.37s) [2021-09-16T19:11:26.027Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.02s) [2021-09-16T19:11:26.027Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2021-09-16T19:11:26.027Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2021-09-16T19:11:26.027Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2021-09-16T19:11:26.027Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.01s) [2021-09-16T19:11:26.027Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2021-09-16T19:11:26.027Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.01s) [2021-09-16T19:11:26.027Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2021-09-16T19:11:26.027Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.01s) [2021-09-16T19:11:26.027Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.02s) [2021-09-16T19:11:26.027Z] PASS [2021-09-16T19:11:26.027Z] [2021-09-16T19:11:26.027Z] === Skipped [2021-09-16T19:11:26.027Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-09-16T19:11:26.027Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-09-16T19:11:26.027Z] [2021-09-16T19:11:26.027Z] === SKIP: amd64.integration.system TestInfoDiscoveryAdvertiseInterfaceName (0.00s) [2021-09-16T19:11:26.027Z] info_linux_test.go:96: (*Execution).IsRootless-fm: rootless mode has different view of network [2021-09-16T19:11:26.027Z] [2021-09-16T19:11:26.027Z] DONE 53 tests, 2 skipped in 24.180s [2021-09-16T19:11:26.027Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2021-09-16T19:11:26.027Z] INFO: Testing against a local daemon [2021-09-16T19:11:26.027Z] === RUN TestVolumesCreateAndList [2021-09-16T19:11:26.027Z] --- PASS: TestVolumesCreateAndList (0.02s) [2021-09-16T19:11:26.027Z] === RUN TestVolumesRemove [2021-09-16T19:11:26.038Z] time="2021-09-16T19:11:25Z" level=error msg="failed to send node leave: timed out broadcasting node event" [2021-09-16T19:11:26.038Z] --- PASS: TestNodeReincarnation (5.01s) [2021-09-16T19:11:26.038Z] === RUN TestParallelCreate [2021-09-16T19:11:26.038Z] 2021/09/16 19:11:25 Closing DB instances... [2021-09-16T19:11:26.038Z] --- PASS: TestParallelCreate (0.01s) [2021-09-16T19:11:26.038Z] === RUN TestParallelDelete [2021-09-16T19:11:26.038Z] 2021/09/16 19:11:25 Closing DB instances... [2021-09-16T19:11:26.038Z] --- PASS: TestParallelDelete (0.01s) [2021-09-16T19:11:26.038Z] === RUN TestNetworkDBIslands [2021-09-16T19:11:26.038Z] time="2021-09-16T19:11:25Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:396b3bc725fe with config:&{NodeID:396b3bc725fe 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-16T19:11:26.038Z] time="2021-09-16T19:11:25Z" level=info msg="Node 396b3bc725fe/172.28.222.252, joined gossip cluster" [2021-09-16T19:11:26.038Z] time="2021-09-16T19:11:25Z" level=info msg="Node 396b3bc725fe/172.28.222.252, added to nodes list" [2021-09-16T19:11:26.038Z] time="2021-09-16T19:11:25Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:bd341a17be10 with config:&{NodeID:bd341a17be10 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-16T19:11:26.038Z] time="2021-09-16T19:11:25Z" level=info msg="Node bd341a17be10/172.28.222.252, joined gossip cluster" [2021-09-16T19:11:26.038Z] time="2021-09-16T19:11:25Z" level=info msg="Node bd341a17be10/172.28.222.252, added to nodes list" [2021-09-16T19:11:26.038Z] time="2021-09-16T19:11:25Z" level=info msg="The new bootstrap node list is:[localhost:10033]" [2021-09-16T19:11:26.038Z] time="2021-09-16T19:11:25Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10033" [2021-09-16T19:11:26.038Z] time="2021-09-16T19:11:25Z" level=debug msg="memberlist: Stream connection from=[::1]:49375" [2021-09-16T19:11:26.038Z] time="2021-09-16T19:11:25Z" level=info msg="Node bd341a17be10/172.28.222.252, joined gossip cluster" [2021-09-16T19:11:26.038Z] time="2021-09-16T19:11:25Z" level=info msg="Node bd341a17be10/172.28.222.252, added to nodes list" [2021-09-16T19:11:26.038Z] time="2021-09-16T19:11:25Z" level=info msg="Node 396b3bc725fe/172.28.222.252, joined gossip cluster" [2021-09-16T19:11:26.038Z] time="2021-09-16T19:11:25Z" level=info msg="Node 396b3bc725fe/172.28.222.252, added to nodes list" [2021-09-16T19:11:26.038Z] time="2021-09-16T19:11:25Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10033" [2021-09-16T19:11:26.038Z] time="2021-09-16T19:11:25Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49376" [2021-09-16T19:11:26.282Z] --- PASS: TestVolumesRemove (0.06s) [2021-09-16T19:11:26.282Z] === RUN TestVolumesInspect [2021-09-16T19:11:26.282Z] --- PASS: TestVolumesInspect (0.02s) [2021-09-16T19:11:26.282Z] === RUN TestVolumesInvalidJSON [2021-09-16T19:11:26.282Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-09-16T19:11:26.282Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-09-16T19:11:26.282Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-09-16T19:11:26.282Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2021-09-16T19:11:26.282Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-09-16T19:11:26.282Z] PASS [2021-09-16T19:11:26.282Z] [2021-09-16T19:11:26.282Z] DONE 5 tests in 0.210s [2021-09-16T19:11:26.282Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-09-16T19:11:26.282Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 13444 is not a child of this shell [2021-09-16T19:11:26.282Z] warning: PID 13444 from bundles/test-integration/docker.pid had a nonzero exit code [2021-09-16T19:11:26.282Z] Leaving: AppArmorNo profiles have been unloaded. [2021-09-16T19:11:26.282Z] [2021-09-16T19:11:26.282Z] Unloading profiles will leave already running processes permanently [2021-09-16T19:11:26.282Z] unconfined, which can lead to unexpected situations. [2021-09-16T19:11:26.282Z] [2021-09-16T19:11:26.282Z] To set a process to complain mode, use the command line tool [2021-09-16T19:11:26.282Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-09-16T19:11:26.282Z] Removing test suite binaries [2021-09-16T19:11:26.282Z] exiting test-integration [2021-09-16T19:11:26.282Z] ++ exit 0 [2021-09-16T19:11:26.282Z] [2021-09-16T19:11:26.432Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2021-09-16T19:11:26.692Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2021-09-16T19:11:27.026Z] time="2021-09-16T19:11:26Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:b750cb1bbb53 with config:&{NodeID:b750cb1bbb53 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-16T19:11:27.026Z] time="2021-09-16T19:11:26Z" level=info msg="Node b750cb1bbb53/172.28.222.252, joined gossip cluster" [2021-09-16T19:11:27.026Z] time="2021-09-16T19:11:26Z" level=info msg="Node b750cb1bbb53/172.28.222.252, added to nodes list" [2021-09-16T19:11:27.026Z] time="2021-09-16T19:11:26Z" level=info msg="The new bootstrap node list is:[localhost:10034]" [2021-09-16T19:11:27.026Z] time="2021-09-16T19:11:26Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10034" [2021-09-16T19:11:27.026Z] time="2021-09-16T19:11:26Z" level=debug msg="memberlist: Stream connection from=[::1]:49377" [2021-09-16T19:11:27.026Z] time="2021-09-16T19:11:26Z" level=info msg="Node b750cb1bbb53/172.28.222.252, joined gossip cluster" [2021-09-16T19:11:27.026Z] time="2021-09-16T19:11:26Z" level=info msg="Node b750cb1bbb53/172.28.222.252, added to nodes list" [2021-09-16T19:11:27.026Z] time="2021-09-16T19:11:26Z" level=info msg="Node 396b3bc725fe/172.28.222.252, joined gossip cluster" [2021-09-16T19:11:27.026Z] time="2021-09-16T19:11:26Z" level=info msg="Node 396b3bc725fe/172.28.222.252, added to nodes list" [2021-09-16T19:11:27.026Z] time="2021-09-16T19:11:26Z" level=info msg="Node bd341a17be10/172.28.222.252, joined gossip cluster" [2021-09-16T19:11:27.026Z] time="2021-09-16T19:11:26Z" level=info msg="Node bd341a17be10/172.28.222.252, added to nodes list" [2021-09-16T19:11:27.026Z] time="2021-09-16T19:11:26Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10034" [2021-09-16T19:11:27.026Z] time="2021-09-16T19:11:26Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49378" [2021-09-16T19:11:27.026Z] time="2021-09-16T19:11:26Z" level=info msg="Node b750cb1bbb53/172.28.222.252, joined gossip cluster" [2021-09-16T19:11:27.026Z] time="2021-09-16T19:11:26Z" level=info msg="Node b750cb1bbb53/172.28.222.252, added to nodes list" Post stage [Pipeline] junit [2021-09-16T19:11:27.223Z] Recording test results [2021-09-16T19:11:27.496Z] time="2021-09-16T19:11:27Z" level=debug msg="memberlist: Failed to join 172.28.222.252: dial tcp 172.28.222.252:10022: connectex: No connection could be made because the target machine actively refused it." [2021-09-16T19:11:27.496Z] time="2021-09-16T19:11:27Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:075881c57874 with config:&{NodeID:075881c57874 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-16T19:11:27.496Z] time="2021-09-16T19:11:27Z" level=info msg="Node 075881c57874/172.28.222.252, joined gossip cluster" [2021-09-16T19:11:27.496Z] time="2021-09-16T19:11:27Z" level=info msg="Node 075881c57874/172.28.222.252, added to nodes list" [2021-09-16T19:11:27.496Z] time="2021-09-16T19:11:27Z" level=info msg="The new bootstrap node list is:[localhost:10035]" [2021-09-16T19:11:27.496Z] time="2021-09-16T19:11:27Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10035" [2021-09-16T19:11:27.496Z] time="2021-09-16T19:11:27Z" level=debug msg="memberlist: Stream connection from=[::1]:49380" [2021-09-16T19:11:27.496Z] time="2021-09-16T19:11:27Z" level=info msg="Node 075881c57874/172.28.222.252, joined gossip cluster" [2021-09-16T19:11:27.496Z] time="2021-09-16T19:11:27Z" level=info msg="Node 075881c57874/172.28.222.252, added to nodes list" [2021-09-16T19:11:27.496Z] time="2021-09-16T19:11:27Z" level=info msg="Node 396b3bc725fe/172.28.222.252, joined gossip cluster" [2021-09-16T19:11:27.496Z] time="2021-09-16T19:11:27Z" level=info msg="Node 396b3bc725fe/172.28.222.252, added to nodes list" [2021-09-16T19:11:27.496Z] time="2021-09-16T19:11:27Z" level=info msg="Node bd341a17be10/172.28.222.252, joined gossip cluster" [2021-09-16T19:11:27.496Z] time="2021-09-16T19:11:27Z" level=info msg="Node bd341a17be10/172.28.222.252, added to nodes list" [2021-09-16T19:11:27.496Z] time="2021-09-16T19:11:27Z" level=info msg="Node b750cb1bbb53/172.28.222.252, joined gossip cluster" [2021-09-16T19:11:27.496Z] time="2021-09-16T19:11:27Z" level=info msg="Node b750cb1bbb53/172.28.222.252, added to nodes list" [2021-09-16T19:11:27.496Z] time="2021-09-16T19:11:27Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49381" [2021-09-16T19:11:27.496Z] time="2021-09-16T19:11:27Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10035" [2021-09-16T19:11:27.496Z] time="2021-09-16T19:11:27Z" level=info msg="Node 075881c57874/172.28.222.252, joined gossip cluster" [2021-09-16T19:11:27.496Z] time="2021-09-16T19:11:27Z" level=info msg="Node 075881c57874/172.28.222.252, added to nodes list" [2021-09-16T19:11:27.496Z] time="2021-09-16T19:11:27Z" level=info msg="Node 075881c57874/172.28.222.252, joined gossip cluster" [2021-09-16T19:11:27.496Z] time="2021-09-16T19:11:27Z" level=info msg="Node 075881c57874/172.28.222.252, added to nodes list" [2021-09-16T19:11:27.640Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2021-09-16T19:11:27.690Z] === RUN TestBoolValue [2021-09-16T19:11:27.690Z] --- PASS: TestBoolValue (0.00s) [2021-09-16T19:11:27.690Z] === RUN TestBoolValueOrDefault [2021-09-16T19:11:27.690Z] --- PASS: TestBoolValueOrDefault (0.00s) [2021-09-16T19:11:27.690Z] === RUN TestInt64ValueOrZero [2021-09-16T19:11:27.690Z] --- PASS: TestInt64ValueOrZero (0.00s) [2021-09-16T19:11:27.690Z] === RUN TestInt64ValueOrDefault [2021-09-16T19:11:27.690Z] --- PASS: TestInt64ValueOrDefault (0.00s) [2021-09-16T19:11:27.690Z] === RUN TestInt64ValueOrDefaultWithError [2021-09-16T19:11:27.690Z] --- PASS: TestInt64ValueOrDefaultWithError (0.00s) [2021-09-16T19:11:27.690Z] === RUN TestJsonContentType [2021-09-16T19:11:27.690Z] --- PASS: TestJsonContentType (0.00s) [2021-09-16T19:11:27.690Z] PASS [2021-09-16T19:11:27.690Z] coverage: 14.7% of statements [2021-09-16T19:11:27.690Z] ok github.com/docker/docker/api/server/httputils 0.090s coverage: 14.7% of statements [2021-09-16T19:11:27.690Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-09-16T19:11:27.690Z] === RUN TestMaskSecretKeys [2021-09-16T19:11:27.690Z] === RUN TestMaskSecretKeys/secret/config_create_and_update_requests [2021-09-16T19:11:27.690Z] === RUN TestMaskSecretKeys/masking_other_fields_(recursively) [2021-09-16T19:11:27.690Z] === RUN TestMaskSecretKeys/case_insensitive_field_matching [2021-09-16T19:11:27.690Z] --- PASS: TestMaskSecretKeys (0.00s) [2021-09-16T19:11:27.690Z] --- PASS: TestMaskSecretKeys/secret/config_create_and_update_requests (0.00s) [2021-09-16T19:11:27.690Z] --- PASS: TestMaskSecretKeys/masking_other_fields_(recursively) (0.00s) [2021-09-16T19:11:27.690Z] --- PASS: TestMaskSecretKeys/case_insensitive_field_matching (0.00s) [2021-09-16T19:11:27.690Z] === RUN TestVersionMiddlewareVersion [2021-09-16T19:11:27.690Z] --- PASS: TestVersionMiddlewareVersion (0.00s) [2021-09-16T19:11:27.690Z] === RUN TestVersionMiddlewareWithErrorsReturnsHeaders [2021-09-16T19:11:27.690Z] --- PASS: TestVersionMiddlewareWithErrorsReturnsHeaders (0.00s) [2021-09-16T19:11:27.690Z] PASS [2021-09-16T19:11:27.690Z] coverage: 37.7% of statements [2021-09-16T19:11:27.690Z] ok github.com/docker/docker/api/server/middleware 0.057s coverage: 37.7% of statements [2021-09-16T19:11:27.690Z] ? github.com/docker/docker/api/server/router [no test files] [2021-09-16T19:11:27.690Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-09-16T19:11:27.690Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-09-16T19:11:27.690Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-09-16T19:11:27.690Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-09-16T19:11:27.690Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-09-16T19:11:27.690Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-09-16T19:11:27.690Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-09-16T19:11:27.690Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-09-16T19:11:27.690Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-09-16T19:11:27.690Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-09-16T19:11:27.690Z] === RUN TestToJSON [2021-09-16T19:11:27.690Z] --- PASS: TestToJSON (0.00s) [2021-09-16T19:11:27.690Z] === RUN TestToParamWithVersion [2021-09-16T19:11:27.691Z] --- PASS: TestToParamWithVersion (0.00s) [2021-09-16T19:11:27.691Z] === RUN TestFromJSON [2021-09-16T19:11:27.691Z] --- PASS: TestFromJSON (0.00s) [2021-09-16T19:11:27.691Z] === RUN TestEmpty [2021-09-16T19:11:27.691Z] --- PASS: TestEmpty (0.00s) [2021-09-16T19:11:27.691Z] === RUN TestArgsMatchKVListEmptySources [2021-09-16T19:11:27.691Z] --- PASS: TestArgsMatchKVListEmptySources (0.00s) [2021-09-16T19:11:27.691Z] === RUN TestArgsMatchKVList [2021-09-16T19:11:27.691Z] --- PASS: TestArgsMatchKVList (0.00s) [2021-09-16T19:11:27.691Z] === RUN TestArgsMatch [2021-09-16T19:11:27.691Z] --- PASS: TestArgsMatch (0.00s) [2021-09-16T19:11:27.691Z] === RUN TestAdd [2021-09-16T19:11:27.691Z] --- PASS: TestAdd (0.00s) [2021-09-16T19:11:27.691Z] === RUN TestDel [2021-09-16T19:11:27.691Z] --- PASS: TestDel (0.00s) [2021-09-16T19:11:27.691Z] === RUN TestLen [2021-09-16T19:11:27.691Z] --- PASS: TestLen (0.00s) [2021-09-16T19:11:27.691Z] === RUN TestExactMatch [2021-09-16T19:11:27.691Z] --- PASS: TestExactMatch (0.00s) [2021-09-16T19:11:27.691Z] === RUN TestOnlyOneExactMatch [2021-09-16T19:11:27.691Z] --- PASS: TestOnlyOneExactMatch (0.00s) [2021-09-16T19:11:27.691Z] === RUN TestContains [2021-09-16T19:11:27.691Z] --- PASS: TestContains (0.00s) [2021-09-16T19:11:27.691Z] === RUN TestValidate [2021-09-16T19:11:27.691Z] --- PASS: TestValidate (0.00s) [2021-09-16T19:11:27.691Z] === RUN TestWalkValues [2021-09-16T19:11:27.691Z] --- PASS: TestWalkValues (0.00s) [2021-09-16T19:11:27.691Z] === RUN TestFuzzyMatch [2021-09-16T19:11:27.691Z] --- PASS: TestFuzzyMatch (0.00s) [2021-09-16T19:11:27.691Z] === RUN TestClone [2021-09-16T19:11:27.691Z] --- PASS: TestClone (0.00s) [2021-09-16T19:11:27.691Z] PASS [2021-09-16T19:11:27.691Z] coverage: 92.2% of statements [2021-09-16T19:11:27.691Z] ok github.com/docker/docker/api/types/filters 0.064s coverage: 92.2% of statements [2021-09-16T19:11:27.691Z] === RUN TestAdjustForAPIVersion [2021-09-16T19:11:27.691Z] --- PASS: TestAdjustForAPIVersion (0.00s) [2021-09-16T19:11:27.691Z] PASS [2021-09-16T19:11:27.691Z] coverage: 5.7% of statements [2021-09-16T19:11:27.691Z] ok github.com/docker/docker/api/server/router/swarm 0.037s coverage: 5.7% of statements [2021-09-16T19:11:27.691Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-09-16T19:11:27.691Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-09-16T19:11:27.691Z] ? github.com/docker/docker/api/types [no test files] [2021-09-16T19:11:27.691Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-09-16T19:11:27.691Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-09-16T19:11:27.691Z] ? github.com/docker/docker/api/types/container [no test files] [2021-09-16T19:11:27.691Z] ? github.com/docker/docker/api/types/events [no test files] [2021-09-16T19:11:27.691Z] ? github.com/docker/docker/api/types/image [no test files] [2021-09-16T19:11:27.691Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-09-16T19:11:27.691Z] ? github.com/docker/docker/api/types/network [no test files] [2021-09-16T19:11:27.691Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-09-16T19:11:27.691Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-09-16T19:11:27.691Z] === RUN TestStrSliceMarshalJSON [2021-09-16T19:11:27.691Z] --- PASS: TestStrSliceMarshalJSON (0.00s) [2021-09-16T19:11:27.691Z] === RUN TestStrSliceUnmarshalJSON [2021-09-16T19:11:27.691Z] --- PASS: TestStrSliceUnmarshalJSON (0.00s) [2021-09-16T19:11:27.691Z] === RUN TestStrSliceUnmarshalString [2021-09-16T19:11:27.691Z] --- PASS: TestStrSliceUnmarshalString (0.00s) [2021-09-16T19:11:27.691Z] === RUN TestStrSliceUnmarshalSlice [2021-09-16T19:11:27.691Z] --- PASS: TestStrSliceUnmarshalSlice (0.00s) [2021-09-16T19:11:27.691Z] PASS [2021-09-16T19:11:27.691Z] coverage: 90.0% of statements [2021-09-16T19:11:27.691Z] ok github.com/docker/docker/api/types/strslice 0.036s coverage: 90.0% of statements [2021-09-16T19:11:27.691Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-09-16T19:11:27.691Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-09-16T19:11:27.691Z] === RUN TestDurationToSecondsString [2021-09-16T19:11:27.691Z] --- PASS: TestDurationToSecondsString (0.00s) [2021-09-16T19:11:27.691Z] === RUN TestGetTimestamp [2021-09-16T19:11:27.691Z] --- PASS: TestGetTimestamp (0.12s) [2021-09-16T19:11:27.691Z] === RUN TestParseTimestamps [2021-09-16T19:11:27.691Z] --- PASS: TestParseTimestamps (0.00s) [2021-09-16T19:11:27.691Z] PASS [2021-09-16T19:11:27.691Z] coverage: 100.0% of statements [2021-09-16T19:11:27.691Z] ok github.com/docker/docker/api/types/time 0.179s coverage: 100.0% of statements [2021-09-16T19:11:27.691Z] === RUN TestCompareVersion [2021-09-16T19:11:27.691Z] --- PASS: TestCompareVersion (0.00s) [2021-09-16T19:11:27.691Z] PASS [2021-09-16T19:11:27.691Z] coverage: 77.3% of statements [2021-09-16T19:11:27.691Z] ok github.com/docker/docker/api/types/versions 0.032s coverage: 77.3% of statements [2021-09-16T19:11:27.691Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-09-16T19:11:27.691Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-09-16T19:11:27.691Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-09-16T19:11:27.691Z] ? github.com/docker/docker/autogen/winresources/dockerd [no test files] [2021-09-16T19:11:27.691Z] ? github.com/docker/docker/builder [no test files] [2021-09-16T19:11:27.691Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-09-16T19:11:27.691Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-09-16T19:11:27.691Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-09-16T19:11:27.691Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-09-16T19:11:27.691Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-09-16T19:11:27.691Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-09-16T19:11:27.691Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-09-16T19:11:27.704Z] --- PASS: TestSecretsCreateAndDelete (2.15s) [2021-09-16T19:11:27.704Z] === RUN TestSecretsUpdate [2021-09-16T19:11:27.901Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2021-09-16T19:11:27.966Z] time="2021-09-16T19:11:27Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:79c4d87212ec with config:&{NodeID:79c4d87212ec 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-16T19:11:27.966Z] time="2021-09-16T19:11:27Z" level=info msg="Node 79c4d87212ec/172.28.222.252, joined gossip cluster" [2021-09-16T19:11:27.966Z] time="2021-09-16T19:11:27Z" level=info msg="Node 79c4d87212ec/172.28.222.252, added to nodes list" [2021-09-16T19:11:27.966Z] time="2021-09-16T19:11:27Z" level=info msg="The new bootstrap node list is:[localhost:10036]" [2021-09-16T19:11:27.966Z] time="2021-09-16T19:11:27Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10036" [2021-09-16T19:11:27.966Z] time="2021-09-16T19:11:27Z" level=debug msg="memberlist: Stream connection from=[::1]:49382" [2021-09-16T19:11:27.966Z] time="2021-09-16T19:11:27Z" level=info msg="Node 79c4d87212ec/172.28.222.252, joined gossip cluster" [2021-09-16T19:11:27.966Z] time="2021-09-16T19:11:27Z" level=info msg="Node 79c4d87212ec/172.28.222.252, added to nodes list" [2021-09-16T19:11:27.966Z] time="2021-09-16T19:11:27Z" level=info msg="Node 396b3bc725fe/172.28.222.252, joined gossip cluster" [2021-09-16T19:11:27.966Z] time="2021-09-16T19:11:27Z" level=info msg="Node 396b3bc725fe/172.28.222.252, added to nodes list" [2021-09-16T19:11:27.966Z] time="2021-09-16T19:11:27Z" level=info msg="Node b750cb1bbb53/172.28.222.252, joined gossip cluster" [2021-09-16T19:11:27.966Z] time="2021-09-16T19:11:27Z" level=info msg="Node b750cb1bbb53/172.28.222.252, added to nodes list" [2021-09-16T19:11:27.966Z] time="2021-09-16T19:11:27Z" level=info msg="Node 075881c57874/172.28.222.252, joined gossip cluster" [2021-09-16T19:11:27.966Z] time="2021-09-16T19:11:27Z" level=info msg="Node 075881c57874/172.28.222.252, added to nodes list" [2021-09-16T19:11:27.966Z] time="2021-09-16T19:11:27Z" level=info msg="Node bd341a17be10/172.28.222.252, joined gossip cluster" [2021-09-16T19:11:27.966Z] time="2021-09-16T19:11:27Z" level=info msg="Node bd341a17be10/172.28.222.252, added to nodes list" [2021-09-16T19:11:27.966Z] time="2021-09-16T19:11:27Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10036" [2021-09-16T19:11:27.966Z] time="2021-09-16T19:11:27Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49383" [2021-09-16T19:11:27.966Z] time="2021-09-16T19:11:27Z" level=info msg="Node 79c4d87212ec/172.28.222.252, joined gossip cluster" [2021-09-16T19:11:27.966Z] time="2021-09-16T19:11:27Z" level=info msg="Node 79c4d87212ec/172.28.222.252, added to nodes list" [2021-09-16T19:11:27.966Z] time="2021-09-16T19:11:27Z" level=info msg="Node 79c4d87212ec/172.28.222.252, joined gossip cluster" [2021-09-16T19:11:27.966Z] time="2021-09-16T19:11:27Z" level=info msg="Node 79c4d87212ec/172.28.222.252, added to nodes list" [2021-09-16T19:11:27.966Z] time="2021-09-16T19:11:27Z" level=info msg="Node 79c4d87212ec/172.28.222.252, joined gossip cluster" [2021-09-16T19:11:27.966Z] time="2021-09-16T19:11:27Z" level=info msg="Node 79c4d87212ec/172.28.222.252, added to nodes list" [2021-09-16T19:11:27.967Z] time="2021-09-16T19:11:27Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.18.183.17:10033 172.18.183.17:10034 172.18.183.17:10035]" [2021-09-16T19:11:28.162Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-09-16T19:11:28.423Z] time="2021-09-16T19:11:28Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.18.183.17:10033 172.18.183.17:10034 172.18.183.17:10035]" [2021-09-16T19:11:28.436Z] networkdb_test.go:835: Re-joining: 3 [2021-09-16T19:11:28.436Z] time="2021-09-16T19:11:27Z" level=info msg="The new bootstrap node list is:[172.28.222.252:10033 172.28.222.252:10034 172.28.222.252:10035]" [2021-09-16T19:11:28.436Z] time="2021-09-16T19:11:27Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.28.222.252:10033" [2021-09-16T19:11:28.436Z] time="2021-09-16T19:11:27Z" level=debug msg="memberlist: Stream connection from=172.28.222.252:49384" [2021-09-16T19:11:28.436Z] time="2021-09-16T19:11:27Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.28.222.252:10034" [2021-09-16T19:11:28.436Z] time="2021-09-16T19:11:27Z" level=debug msg="memberlist: Stream connection from=172.28.222.252:49385" [2021-09-16T19:11:28.436Z] time="2021-09-16T19:11:27Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.28.222.252:10035" [2021-09-16T19:11:28.436Z] time="2021-09-16T19:11:27Z" level=debug msg="memberlist: Stream connection from=172.28.222.252:49386" [2021-09-16T19:11:28.436Z] networkdb_test.go:835: Re-joining: 4 [2021-09-16T19:11:28.436Z] time="2021-09-16T19:11:28Z" level=info msg="The new bootstrap node list is:[172.28.222.252:10033 172.28.222.252:10034 172.28.222.252:10035]" [2021-09-16T19:11:28.436Z] time="2021-09-16T19:11:28Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.28.222.252:10033" [2021-09-16T19:11:28.436Z] time="2021-09-16T19:11:28Z" level=debug msg="memberlist: Stream connection from=172.28.222.252:49387" [2021-09-16T19:11:28.436Z] time="2021-09-16T19:11:28Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.28.222.252:10034" [2021-09-16T19:11:28.436Z] time="2021-09-16T19:11:28Z" level=debug msg="memberlist: Stream connection from=172.28.222.252:49388" [2021-09-16T19:11:28.436Z] time="2021-09-16T19:11:28Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.28.222.252:10035" [2021-09-16T19:11:28.436Z] time="2021-09-16T19:11:28Z" level=debug msg="memberlist: Stream connection from=172.28.222.252:49389" [2021-09-16T19:11:28.436Z] time="2021-09-16T19:11:28Z" level=info msg="node 0 leaving" [2021-09-16T19:11:28.681Z] === RUN TestParseRemoteURL [2021-09-16T19:11:28.681Z] === RUN TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment [2021-09-16T19:11:28.681Z] === RUN TestParseRemoteURL/git_scheme,_no_url-fragment [2021-09-16T19:11:28.681Z] === RUN TestParseRemoteURL/git_scheme,_with_url-fragment [2021-09-16T19:11:28.681Z] === RUN TestParseRemoteURL/https_scheme,_no_url-fragment [2021-09-16T19:11:28.681Z] === RUN TestParseRemoteURL/https_scheme,_with_url-fragment [2021-09-16T19:11:28.681Z] === RUN TestParseRemoteURL/git@,_no_url-fragment [2021-09-16T19:11:28.681Z] === RUN TestParseRemoteURL/git@,_with_url-fragment [2021-09-16T19:11:28.681Z] === RUN TestParseRemoteURL/ssh,_no_url-fragment [2021-09-16T19:11:28.681Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment [2021-09-16T19:11:28.681Z] === RUN TestParseRemoteURL/ssh,_with_url-fragment_and_user [2021-09-16T19:11:28.681Z] --- PASS: TestParseRemoteURL (0.00s) [2021-09-16T19:11:28.681Z] --- PASS: TestParseRemoteURL/git_scheme_uppercase,_no_url-fragment (0.00s) [2021-09-16T19:11:28.681Z] --- PASS: TestParseRemoteURL/git_scheme,_no_url-fragment (0.00s) [2021-09-16T19:11:28.681Z] --- PASS: TestParseRemoteURL/git_scheme,_with_url-fragment (0.00s) [2021-09-16T19:11:28.681Z] --- PASS: TestParseRemoteURL/https_scheme,_no_url-fragment (0.00s) [2021-09-16T19:11:28.681Z] --- PASS: TestParseRemoteURL/https_scheme,_with_url-fragment (0.00s) [2021-09-16T19:11:28.681Z] --- PASS: TestParseRemoteURL/git@,_no_url-fragment (0.00s) [2021-09-16T19:11:28.681Z] --- PASS: TestParseRemoteURL/git@,_with_url-fragment (0.00s) [2021-09-16T19:11:28.681Z] --- PASS: TestParseRemoteURL/ssh,_no_url-fragment (0.00s) [2021-09-16T19:11:28.681Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment (0.00s) [2021-09-16T19:11:28.681Z] --- PASS: TestParseRemoteURL/ssh,_with_url-fragment_and_user (0.00s) [2021-09-16T19:11:28.681Z] === RUN TestCloneArgsSmartHttp [2021-09-16T19:11:28.681Z] --- PASS: TestCloneArgsSmartHttp (0.04s) [2021-09-16T19:11:28.681Z] === RUN TestCloneArgsDumbHttp [2021-09-16T19:11:28.681Z] --- PASS: TestCloneArgsDumbHttp (0.00s) [2021-09-16T19:11:28.681Z] === RUN TestCloneArgsGit [2021-09-16T19:11:28.681Z] --- PASS: TestCloneArgsGit (0.00s) [2021-09-16T19:11:28.681Z] === RUN TestCheckoutGit [2021-09-16T19:11:28.732Z] === RUN TestDockerSuite/TestAttachAfterDetach [2021-09-16T19:11:28.770Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-09-16T19:11:28.878Z] time="2021-09-16T19:11:28Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.18.183.17:10033" [2021-09-16T19:11:28.878Z] time="2021-09-16T19:11:28Z" level=debug msg="memberlist: Stream connection from=172.18.183.17:49364" [2021-09-16T19:11:28.878Z] time="2021-09-16T19:11:28Z" level=info msg="Node fd93240a0dbd/172.18.183.17, joined gossip cluster" [2021-09-16T19:11:28.878Z] time="2021-09-16T19:11:28Z" level=info msg="Node fd93240a0dbd/172.18.183.17, added to nodes list" [2021-09-16T19:11:28.878Z] time="2021-09-16T19:11:28Z" level=info msg="Node 218b70ed8057/172.18.183.17, joined gossip cluster" [2021-09-16T19:11:28.878Z] time="2021-09-16T19:11:28Z" level=info msg="Node 218b70ed8057/172.18.183.17, added to nodes list" [2021-09-16T19:11:28.878Z] time="2021-09-16T19:11:28Z" level=info msg="Node 5c5bebff26e3/172.18.183.17, joined gossip cluster" [2021-09-16T19:11:28.878Z] time="2021-09-16T19:11:28Z" level=info msg="Node 5c5bebff26e3/172.18.183.17, is the new incarnation of the shutdown node df7d0f21fedf/172.18.183.17" [2021-09-16T19:11:28.878Z] time="2021-09-16T19:11:28Z" level=info msg="Node 5c5bebff26e3/172.18.183.17, added to nodes list" [2021-09-16T19:11:28.878Z] time="2021-09-16T19:11:28Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.18.183.17:10034" [2021-09-16T19:11:28.878Z] time="2021-09-16T19:11:28Z" level=debug msg="memberlist: Stream connection from=172.18.183.17:49365" [2021-09-16T19:11:28.878Z] time="2021-09-16T19:11:28Z" level=info msg="Node 5c5bebff26e3/172.18.183.17, joined gossip cluster" [2021-09-16T19:11:28.878Z] time="2021-09-16T19:11:28Z" level=info msg="Node 5c5bebff26e3/172.18.183.17, added to nodes list" [2021-09-16T19:11:28.878Z] time="2021-09-16T19:11:28Z" level=info msg="Node fd93240a0dbd/172.18.183.17, joined gossip cluster" [2021-09-16T19:11:28.878Z] time="2021-09-16T19:11:28Z" level=info msg="Node afa3433ba25c/172.18.183.17, joined gossip cluster" [2021-09-16T19:11:28.878Z] time="2021-09-16T19:11:28Z" level=info msg="Node afa3433ba25c/172.18.183.17, is the new incarnation of the shutdown node 0d7936f60141/172.18.183.17" [2021-09-16T19:11:28.878Z] time="2021-09-16T19:11:28Z" level=info msg="Node afa3433ba25c/172.18.183.17, added to nodes list" [2021-09-16T19:11:28.878Z] time="2021-09-16T19:11:28Z" level=info msg="Node fd93240a0dbd/172.18.183.17, added to nodes list" [2021-09-16T19:11:28.878Z] time="2021-09-16T19:11:28Z" level=info msg="Node 218b70ed8057/172.18.183.17, joined gossip cluster" [2021-09-16T19:11:28.878Z] time="2021-09-16T19:11:28Z" level=info msg="Node 218b70ed8057/172.18.183.17, added to nodes list" [2021-09-16T19:11:28.878Z] time="2021-09-16T19:11:28Z" level=debug msg="memberlist: Stream connection from=172.18.183.17:49366" [2021-09-16T19:11:28.878Z] time="2021-09-16T19:11:28Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.18.183.17:10035" [2021-09-16T19:11:28.878Z] time="2021-09-16T19:11:28Z" level=info msg="Node afa3433ba25c/172.18.183.17, joined gossip cluster" [2021-09-16T19:11:28.878Z] time="2021-09-16T19:11:28Z" level=info msg="Node afa3433ba25c/172.18.183.17, added to nodes list" [2021-09-16T19:11:28.878Z] time="2021-09-16T19:11:28Z" level=info msg="Node fd93240a0dbd/172.18.183.17, joined gossip cluster" [2021-09-16T19:11:28.878Z] time="2021-09-16T19:11:28Z" level=info msg="Node fd93240a0dbd/172.18.183.17, added to nodes list" [2021-09-16T19:11:28.878Z] time="2021-09-16T19:11:28Z" level=info msg="Node 218b70ed8057/172.18.183.17, joined gossip cluster" [2021-09-16T19:11:28.878Z] time="2021-09-16T19:11:28Z" level=info msg="Node 218b70ed8057/172.18.183.17, added to nodes list" [2021-09-16T19:11:28.878Z] time="2021-09-16T19:11:28Z" level=info msg="Node 5c5bebff26e3/172.18.183.17, joined gossip cluster" [2021-09-16T19:11:28.878Z] time="2021-09-16T19:11:28Z" level=info msg="Node 5c5bebff26e3/172.18.183.17, added to nodes list" [2021-09-16T19:11:28.878Z] time="2021-09-16T19:11:28Z" level=info msg="Node 1752366f1327/172.18.183.17, joined gossip cluster" [2021-09-16T19:11:28.878Z] time="2021-09-16T19:11:28Z" level=info msg="Node 1752366f1327/172.18.183.17, is the new incarnation of the shutdown node 5daf26544ba1/172.18.183.17" [2021-09-16T19:11:28.878Z] time="2021-09-16T19:11:28Z" level=info msg="Node 1752366f1327/172.18.183.17, added to nodes list" [2021-09-16T19:11:28.878Z] time="2021-09-16T19:11:28Z" level=info msg="Node afa3433ba25c/172.18.183.17, joined gossip cluster" [2021-09-16T19:11:28.878Z] time="2021-09-16T19:11:28Z" level=info msg="Node afa3433ba25c/172.18.183.17, is the new incarnation of the shutdown node 0d7936f60141/172.18.183.17" [2021-09-16T19:11:28.878Z] time="2021-09-16T19:11:28Z" level=info msg="Node afa3433ba25c/172.18.183.17, joined gossip cluster" [2021-09-16T19:11:28.878Z] time="2021-09-16T19:11:28Z" level=info msg="Node afa3433ba25c/172.18.183.17, added to nodes list" [2021-09-16T19:11:28.878Z] time="2021-09-16T19:11:28Z" level=info msg="Node afa3433ba25c/172.18.183.17, added to nodes list" [2021-09-16T19:11:28.878Z] time="2021-09-16T19:11:28Z" level=info msg="Node 5c5bebff26e3/172.18.183.17, joined gossip cluster" [2021-09-16T19:11:28.878Z] time="2021-09-16T19:11:28Z" level=info msg="Node 5c5bebff26e3/172.18.183.17, is the new incarnation of the shutdown node df7d0f21fedf/172.18.183.17" [2021-09-16T19:11:28.878Z] time="2021-09-16T19:11:28Z" level=info msg="Node 5c5bebff26e3/172.18.183.17, added to nodes list" [2021-09-16T19:11:28.878Z] time="2021-09-16T19:11:28Z" level=info msg="Node 1752366f1327/172.18.183.17, joined gossip cluster" [2021-09-16T19:11:28.878Z] time="2021-09-16T19:11:28Z" level=info msg="Node 1752366f1327/172.18.183.17, joined gossip cluster" [2021-09-16T19:11:28.878Z] time="2021-09-16T19:11:28Z" level=info msg="Node 1752366f1327/172.18.183.17, is the new incarnation of the shutdown node 5daf26544ba1/172.18.183.17" [2021-09-16T19:11:28.878Z] time="2021-09-16T19:11:28Z" level=info msg="Node 1752366f1327/172.18.183.17, added to nodes list" [2021-09-16T19:11:28.878Z] time="2021-09-16T19:11:28Z" level=info msg="Node 1752366f1327/172.18.183.17, added to nodes list" [2021-09-16T19:11:28.878Z] time="2021-09-16T19:11:28Z" level=info msg="Node 1752366f1327/172.18.183.17, joined gossip cluster" [2021-09-16T19:11:28.878Z] time="2021-09-16T19:11:28Z" level=info msg="Node 1752366f1327/172.18.183.17, added to nodes list" [2021-09-16T19:11:28.878Z] 2021/09/16 19:11:28 Closing DB instances... [2021-09-16T19:11:28.906Z] time="2021-09-16T19:11:28Z" level=info msg="Node 396b3bc725fe change state NodeActive --> NodeLeft" [2021-09-16T19:11:28.906Z] time="2021-09-16T19:11:28Z" level=info msg="node3(b750cb1bbb53): Node leave event for 396b3bc725fe/172.28.222.252" [2021-09-16T19:11:28.906Z] time="2021-09-16T19:11:28Z" level=info msg="Node 396b3bc725fe change state NodeActive --> NodeLeft" [2021-09-16T19:11:28.906Z] time="2021-09-16T19:11:28Z" level=info msg="node5(79c4d87212ec): Node leave event for 396b3bc725fe/172.28.222.252" [2021-09-16T19:11:28.906Z] time="2021-09-16T19:11:28Z" level=info msg="Node 396b3bc725fe change state NodeActive --> NodeLeft" [2021-09-16T19:11:28.906Z] time="2021-09-16T19:11:28Z" level=info msg="node4(075881c57874): Node leave event for 396b3bc725fe/172.28.222.252" [2021-09-16T19:11:28.906Z] time="2021-09-16T19:11:28Z" level=info msg="Node 396b3bc725fe change state NodeActive --> NodeLeft" [2021-09-16T19:11:28.906Z] time="2021-09-16T19:11:28Z" level=info msg="node1(396b3bc725fe): Node leave event for 396b3bc725fe/172.28.222.252" [2021-09-16T19:11:28.906Z] time="2021-09-16T19:11:28Z" level=info msg="Node 396b3bc725fe change state NodeActive --> NodeLeft" [2021-09-16T19:11:28.906Z] time="2021-09-16T19:11:28Z" level=info msg="node2(bd341a17be10): Node leave event for 396b3bc725fe/172.28.222.252" [2021-09-16T19:11:28.906Z] time="2021-09-16T19:11:28Z" level=info msg="Node 396b3bc725fe/172.28.222.252, left gossip cluster" [2021-09-16T19:11:28.906Z] time="2021-09-16T19:11:28Z" level=info msg="Node 396b3bc725fe/172.28.222.252, left gossip cluster" [2021-09-16T19:11:28.906Z] time="2021-09-16T19:11:28Z" level=info msg="Node 396b3bc725fe/172.28.222.252, left gossip cluster" [2021-09-16T19:11:28.906Z] time="2021-09-16T19:11:28Z" level=info msg="Node 396b3bc725fe/172.28.222.252, left gossip cluster" [2021-09-16T19:11:28.906Z] time="2021-09-16T19:11:28Z" level=info msg="Node 396b3bc725fe/172.28.222.252, left gossip cluster" [2021-09-16T19:11:28.906Z] time="2021-09-16T19:11:28Z" level=info msg="node 1 leaving" [2021-09-16T19:11:28.906Z] time="2021-09-16T19:11:28Z" level=info msg="Node bd341a17be10 change state NodeActive --> NodeLeft" [2021-09-16T19:11:28.906Z] time="2021-09-16T19:11:28Z" level=info msg="node3(b750cb1bbb53): Node leave event for bd341a17be10/172.28.222.252" [2021-09-16T19:11:28.906Z] time="2021-09-16T19:11:28Z" level=info msg="Node bd341a17be10 change state NodeActive --> NodeLeft" [2021-09-16T19:11:28.906Z] time="2021-09-16T19:11:28Z" level=info msg="node5(79c4d87212ec): Node leave event for bd341a17be10/172.28.222.252" [2021-09-16T19:11:28.906Z] time="2021-09-16T19:11:28Z" level=info msg="Node bd341a17be10/172.28.222.252, left gossip cluster" [2021-09-16T19:11:28.906Z] time="2021-09-16T19:11:28Z" level=info msg="Node bd341a17be10 change state NodeActive --> NodeFailed" [2021-09-16T19:11:28.906Z] time="2021-09-16T19:11:28Z" level=info msg="Node bd341a17be10/172.28.222.252, added to failed nodes list" [2021-09-16T19:11:28.906Z] time="2021-09-16T19:11:28Z" level=info msg="Node bd341a17be10 change state NodeActive --> NodeLeft" [2021-09-16T19:11:28.906Z] time="2021-09-16T19:11:28Z" level=info msg="node4(075881c57874): Node leave event for bd341a17be10/172.28.222.252" [2021-09-16T19:11:28.906Z] time="2021-09-16T19:11:28Z" level=error msg="node: bd341a17be10 is unknown to memberlist" [2021-09-16T19:11:29.110Z] + echo Ensuring container killed. [2021-09-16T19:11:29.110Z] Ensuring container killed. [2021-09-16T19:11:29.110Z] + docker rm -vf docker-pr9 [2021-09-16T19:11:29.110Z] Error: No such container: docker-pr9 [Pipeline] sh [2021-09-16T19:11:29.302Z] --- PASS: TestBuildPreserveOwnership (3.78s) [2021-09-16T19:11:29.302Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.56s) [2021-09-16T19:11:29.303Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.21s) [2021-09-16T19:11:29.303Z] === RUN TestBuildPlatformInvalid [2021-09-16T19:11:29.303Z] --- PASS: TestBuildPlatformInvalid (0.07s) [2021-09-16T19:11:29.303Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-09-16T19:11:29.333Z] time="2021-09-16T19:11:28Z" level=info msg="Node 5c5bebff26e3 change state NodeActive --> NodeLeft" [2021-09-16T19:11:29.333Z] time="2021-09-16T19:11:28Z" level=info msg="node2(afa3433ba25c): Node leave event for 5c5bebff26e3/172.18.183.17" [2021-09-16T19:11:29.333Z] time="2021-09-16T19:11:28Z" level=info msg="Node 5c5bebff26e3 change state NodeActive --> NodeLeft" [2021-09-16T19:11:29.333Z] time="2021-09-16T19:11:28Z" level=info msg="node4(fd93240a0dbd): Node leave event for 5c5bebff26e3/172.18.183.17" [2021-09-16T19:11:29.333Z] time="2021-09-16T19:11:28Z" level=info msg="Node 5c5bebff26e3 change state NodeActive --> NodeLeft" [2021-09-16T19:11:29.333Z] time="2021-09-16T19:11:28Z" level=info msg="node5(218b70ed8057): Node leave event for 5c5bebff26e3/172.18.183.17" [2021-09-16T19:11:29.333Z] time="2021-09-16T19:11:28Z" level=info msg="Node 5c5bebff26e3 change state NodeActive --> NodeLeft" [2021-09-16T19:11:29.333Z] time="2021-09-16T19:11:28Z" level=info msg="node1(5c5bebff26e3): Node leave event for 5c5bebff26e3/172.18.183.17" [2021-09-16T19:11:29.333Z] time="2021-09-16T19:11:28Z" level=info msg="Node 5c5bebff26e3 change state NodeActive --> NodeLeft" [2021-09-16T19:11:29.333Z] time="2021-09-16T19:11:28Z" level=info msg="node3(1752366f1327): Node leave event for 5c5bebff26e3/172.18.183.17" [2021-09-16T19:11:29.333Z] time="2021-09-16T19:11:29Z" level=info msg="Node 5c5bebff26e3/172.18.183.17, left gossip cluster" [2021-09-16T19:11:29.333Z] time="2021-09-16T19:11:29Z" level=info msg="Node 5c5bebff26e3/172.18.183.17, left gossip cluster" [2021-09-16T19:11:29.333Z] time="2021-09-16T19:11:29Z" level=info msg="Node 5c5bebff26e3/172.18.183.17, left gossip cluster" [2021-09-16T19:11:29.333Z] time="2021-09-16T19:11:29Z" level=info msg="Node 5c5bebff26e3/172.18.183.17, left gossip cluster" [2021-09-16T19:11:29.333Z] time="2021-09-16T19:11:29Z" level=info msg="Node 5c5bebff26e3/172.18.183.17, left gossip cluster" [2021-09-16T19:11:29.333Z] time="2021-09-16T19:11:29Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.18.183.17:10033" [2021-09-16T19:11:29.333Z] time="2021-09-16T19:11:29Z" level=debug msg="memberlist: Stream connection from=172.18.183.17:49367" [2021-09-16T19:11:29.333Z] time="2021-09-16T19:11:29Z" level=error msg="node: 5c5bebff26e3 is unknown to memberlist" [2021-09-16T19:11:29.333Z] time="2021-09-16T19:11:29Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.18.183.17:10034" [2021-09-16T19:11:29.333Z] time="2021-09-16T19:11:29Z" level=debug msg="memberlist: Stream connection from=172.18.183.17:49368" [2021-09-16T19:11:29.333Z] time="2021-09-16T19:11:29Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.18.183.17:10035" [2021-09-16T19:11:29.333Z] time="2021-09-16T19:11:29Z" level=debug msg="memberlist: Stream connection from=172.18.183.17:49369" [2021-09-16T19:11:29.333Z] time="2021-09-16T19:11:29Z" level=info msg="Node afa3433ba25c change state NodeActive --> NodeLeft" [2021-09-16T19:11:29.333Z] time="2021-09-16T19:11:29Z" level=info msg="node5(218b70ed8057): Node leave event for afa3433ba25c/172.18.183.17" [2021-09-16T19:11:29.333Z] time="2021-09-16T19:11:29Z" level=info msg="Node afa3433ba25c change state NodeActive --> NodeLeft" [2021-09-16T19:11:29.333Z] time="2021-09-16T19:11:29Z" level=info msg="node3(1752366f1327): Node leave event for afa3433ba25c/172.18.183.17" [2021-09-16T19:11:29.333Z] time="2021-09-16T19:11:29Z" level=info msg="Node afa3433ba25c change state NodeActive --> NodeLeft" [2021-09-16T19:11:29.333Z] time="2021-09-16T19:11:29Z" level=info msg="node4(fd93240a0dbd): Node leave event for afa3433ba25c/172.18.183.17" [2021-09-16T19:11:29.333Z] time="2021-09-16T19:11:29Z" level=info msg="Node afa3433ba25c change state NodeActive --> NodeLeft" [2021-09-16T19:11:29.333Z] time="2021-09-16T19:11:29Z" level=info msg="node2(afa3433ba25c): Node leave event for afa3433ba25c/172.18.183.17" [2021-09-16T19:11:29.377Z] time="2021-09-16T19:11:28Z" level=info msg="Node bd341a17be10/172.28.222.252, left gossip cluster" [2021-09-16T19:11:29.377Z] time="2021-09-16T19:11:28Z" level=info msg="Node bd341a17be10/172.28.222.252, left gossip cluster" [2021-09-16T19:11:29.377Z] time="2021-09-16T19:11:28Z" level=info msg="Node bd341a17be10/172.28.222.252, left gossip cluster" [2021-09-16T19:11:29.377Z] time="2021-09-16T19:11:29Z" level=debug msg="memberlist: Failed to join 172.28.222.252: dial tcp 172.28.222.252:10022: connectex: No connection could be made because the target machine actively refused it." [2021-09-16T19:11:29.377Z] time="2021-09-16T19:11:29Z" level=info msg="node 2 leaving" [2021-09-16T19:11:29.377Z] time="2021-09-16T19:11:29Z" level=info msg="Node b750cb1bbb53 change state NodeActive --> NodeLeft" [2021-09-16T19:11:29.377Z] time="2021-09-16T19:11:29Z" level=info msg="node4(075881c57874): Node leave event for b750cb1bbb53/172.28.222.252" [2021-09-16T19:11:29.377Z] time="2021-09-16T19:11:29Z" level=info msg="Node b750cb1bbb53 change state NodeActive --> NodeLeft" [2021-09-16T19:11:29.377Z] time="2021-09-16T19:11:29Z" level=info msg="node5(79c4d87212ec): Node leave event for b750cb1bbb53/172.28.222.252" [2021-09-16T19:11:29.377Z] time="2021-09-16T19:11:29Z" level=info msg="Node b750cb1bbb53 change state NodeActive --> NodeLeft" [2021-09-16T19:11:29.377Z] time="2021-09-16T19:11:29Z" level=info msg="node3(b750cb1bbb53): Node leave event for b750cb1bbb53/172.28.222.252" [2021-09-16T19:11:29.383Z] + echo Chowning /workspace to jenkins user [2021-09-16T19:11:29.383Z] Chowning /workspace to jenkins user [2021-09-16T19:11:29.383Z] + id -u [2021-09-16T19:11:29.383Z] + id -g [2021-09-16T19:11:29.383Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41759:/workspace busybox chown -R 1000:1000 /workspace [2021-09-16T19:11:29.383Z] Unable to find image 'busybox:latest' locally [2021-09-16T19:11:29.383Z] latest: Pulling from library/busybox [2021-09-16T19:11:29.603Z] --- PASS: TestSecretsUpdate (2.18s) [2021-09-16T19:11:29.603Z] === RUN TestTemplatedSecret [2021-09-16T19:11:29.639Z] 24fb2886d6f6: Pulling fs layer [2021-09-16T19:11:29.639Z] 24fb2886d6f6: Download complete [2021-09-16T19:11:29.639Z] 24fb2886d6f6: Pull complete [2021-09-16T19:11:29.639Z] Digest: sha256:52f73a0a43a16cf37cd0720c90887ce972fe60ee06a687ee71fb93a7ca601df7 [2021-09-16T19:11:29.639Z] Status: Downloaded newer image for busybox:latest [2021-09-16T19:11:29.789Z] time="2021-09-16T19:11:29Z" level=info msg="Node afa3433ba25c/172.18.183.17, left gossip cluster" [2021-09-16T19:11:29.789Z] time="2021-09-16T19:11:29Z" level=info msg="Node afa3433ba25c/172.18.183.17, left gossip cluster" [2021-09-16T19:11:29.789Z] time="2021-09-16T19:11:29Z" level=info msg="Node afa3433ba25c/172.18.183.17, left gossip cluster" [2021-09-16T19:11:29.789Z] time="2021-09-16T19:11:29Z" level=info msg="Node afa3433ba25c/172.18.183.17, left gossip cluster" [2021-09-16T19:11:29.789Z] time="2021-09-16T19:11:29Z" level=info msg="Node 1752366f1327 change state NodeActive --> NodeLeft" [2021-09-16T19:11:29.789Z] time="2021-09-16T19:11:29Z" level=info msg="node4(fd93240a0dbd): Node leave event for 1752366f1327/172.18.183.17" [2021-09-16T19:11:29.789Z] time="2021-09-16T19:11:29Z" level=info msg="Node 1752366f1327 change state NodeActive --> NodeLeft" [2021-09-16T19:11:29.789Z] time="2021-09-16T19:11:29Z" level=info msg="node5(218b70ed8057): Node leave event for 1752366f1327/172.18.183.17" [2021-09-16T19:11:29.846Z] time="2021-09-16T19:11:29Z" level=info msg="Node b750cb1bbb53/172.28.222.252, left gossip cluster" [2021-09-16T19:11:29.846Z] time="2021-09-16T19:11:29Z" level=info msg="Node b750cb1bbb53/172.28.222.252, left gossip cluster" [2021-09-16T19:11:29.846Z] time="2021-09-16T19:11:29Z" level=info msg="Node b750cb1bbb53/172.28.222.252, left gossip cluster" [2021-09-16T19:11:29.846Z] time="2021-09-16T19:11:29Z" level=warning msg="memberlist: Failed to send gossip to 172.28.222.252:10036: write udp [::]:10035->172.28.222.252:10036: use of closed network connection" [2021-09-16T19:11:29.846Z] networkdb_test.go:867: node4: OK [2021-09-16T19:11:29.846Z] networkdb_test.go:867: node5: OK [2021-09-16T19:11:29.846Z] time="2021-09-16T19:11:29Z" level=info msg="node 0 coming back" [2021-09-16T19:11:29.846Z] time="2021-09-16T19:11:29Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:0496d17cdeb1 with config:&{NodeID:0496d17cdeb1 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-16T19:11:29.846Z] time="2021-09-16T19:11:29Z" level=info msg="Node 0496d17cdeb1/172.28.222.252, joined gossip cluster" [2021-09-16T19:11:29.846Z] time="2021-09-16T19:11:29Z" level=info msg="Node 0496d17cdeb1/172.28.222.252, added to nodes list" [2021-09-16T19:11:29.846Z] time="2021-09-16T19:11:29Z" level=info msg="node 1 coming back" [2021-09-16T19:11:29.847Z] time="2021-09-16T19:11:29Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:1668ce5280b0 with config:&{NodeID:1668ce5280b0 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-16T19:11:29.847Z] time="2021-09-16T19:11:29Z" level=info msg="Node 1668ce5280b0/172.28.222.252, joined gossip cluster" [2021-09-16T19:11:29.847Z] time="2021-09-16T19:11:29Z" level=info msg="Node 1668ce5280b0/172.28.222.252, added to nodes list" [2021-09-16T19:11:29.847Z] time="2021-09-16T19:11:29Z" level=info msg="node 2 coming back" [2021-09-16T19:11:29.847Z] time="2021-09-16T19:11:29Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:c9f34cbf2b4a with config:&{NodeID:c9f34cbf2b4a 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-16T19:11:29.847Z] time="2021-09-16T19:11:29Z" level=info msg="Node c9f34cbf2b4a/172.28.222.252, joined gossip cluster" [2021-09-16T19:11:29.847Z] time="2021-09-16T19:11:29Z" level=info msg="Node c9f34cbf2b4a/172.28.222.252, added to nodes list" [2021-09-16T19:11:30.211Z] tests/integration/api_exec_test.py ..................... [ 34%] [2021-09-16T19:11:30.245Z] time="2021-09-16T19:11:29Z" level=info msg="Node 1752366f1327 change state NodeActive --> NodeLeft" [2021-09-16T19:11:30.245Z] time="2021-09-16T19:11:29Z" level=info msg="node3(1752366f1327): Node leave event for 1752366f1327/172.18.183.17" [2021-09-16T19:11:30.245Z] time="2021-09-16T19:11:29Z" level=info msg="Node 1752366f1327/172.18.183.17, left gossip cluster" [2021-09-16T19:11:30.245Z] time="2021-09-16T19:11:29Z" level=info msg="Node 1752366f1327/172.18.183.17, left gossip cluster" [2021-09-16T19:11:30.245Z] time="2021-09-16T19:11:30Z" level=info msg="Node 1752366f1327/172.18.183.17, left gossip cluster" [2021-09-16T19:11:30.245Z] time="2021-09-16T19:11:30Z" level=debug msg="memberlist: Failed ping: 1752366f1327 (timeout reached)" [2021-09-16T19:11:30.245Z] time="2021-09-16T19:11:30Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.18.183.17:10037: use of closed network connection" [2021-09-16T19:11:30.245Z] time="2021-09-16T19:11:30Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.18.183.17:10036: use of closed network connection" [2021-09-16T19:11:30.245Z] time="2021-09-16T19:11:30Z" level=debug msg="memberlist: Stream connection from=172.18.183.17:49370" [2021-09-16T19:11:30.255Z] === RUN TestProcessShouldRemoveDockerfileDockerignore [2021-09-16T19:11:30.255Z] --- PASS: TestProcessShouldRemoveDockerfileDockerignore (0.00s) [2021-09-16T19:11:30.255Z] === RUN TestProcessNoDockerignore [2021-09-16T19:11:30.255Z] --- PASS: TestProcessNoDockerignore (0.00s) [2021-09-16T19:11:30.255Z] === RUN TestProcessShouldLeaveAllFiles [2021-09-16T19:11:30.255Z] --- PASS: TestProcessShouldLeaveAllFiles (0.00s) [2021-09-16T19:11:30.255Z] === RUN TestDetectContentType [2021-09-16T19:11:30.255Z] --- PASS: TestDetectContentType (0.00s) [2021-09-16T19:11:30.255Z] === RUN TestSelectAcceptableMIME [2021-09-16T19:11:30.255Z] --- PASS: TestSelectAcceptableMIME (0.00s) [2021-09-16T19:11:30.255Z] === RUN TestInspectEmptyResponse [2021-09-16T19:11:30.255Z] --- PASS: TestInspectEmptyResponse (0.00s) [2021-09-16T19:11:30.255Z] === RUN TestInspectResponseBinary [2021-09-16T19:11:30.255Z] --- PASS: TestInspectResponseBinary (0.00s) [2021-09-16T19:11:30.255Z] === RUN TestResponseUnsupportedContentType [2021-09-16T19:11:30.255Z] --- PASS: TestResponseUnsupportedContentType (0.00s) [2021-09-16T19:11:30.255Z] === RUN TestInspectResponseTextSimple [2021-09-16T19:11:30.255Z] --- PASS: TestInspectResponseTextSimple (0.00s) [2021-09-16T19:11:30.255Z] === RUN TestInspectResponseEmptyContentType [2021-09-16T19:11:30.255Z] --- PASS: TestInspectResponseEmptyContentType (0.00s) [2021-09-16T19:11:30.255Z] === RUN TestUnknownContentLength [2021-09-16T19:11:30.255Z] --- PASS: TestUnknownContentLength (0.00s) [2021-09-16T19:11:30.255Z] === RUN TestDownloadRemote [2021-09-16T19:11:30.255Z] === RUN TestEnable [2021-09-16T19:11:30.255Z] --- PASS: TestEnable (0.00s) [2021-09-16T19:11:30.255Z] === RUN TestDisable [2021-09-16T19:11:30.255Z] --- PASS: TestDisable (0.00s) [2021-09-16T19:11:30.255Z] === RUN TestEnabled [2021-09-16T19:11:30.255Z] --- PASS: TestEnabled (0.00s) [2021-09-16T19:11:30.255Z] PASS [2021-09-16T19:11:30.255Z] coverage: 100.0% of statements [2021-09-16T19:11:30.255Z] ok github.com/docker/docker/cli/debug 0.051s coverage: 100.0% of statements [2021-09-16T19:11:30.255Z] --- PASS: TestDownloadRemote (0.09s) [2021-09-16T19:11:30.255Z] === RUN TestGetWithStatusError [2021-09-16T19:11:30.255Z] --- PASS: TestGetWithStatusError (0.00s) [2021-09-16T19:11:30.255Z] === RUN TestCloseRootDirectory [2021-09-16T19:11:30.255Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-09-16T19:11:30.255Z] --- SKIP: TestCloseRootDirectory (0.00s) [2021-09-16T19:11:30.255Z] === RUN TestHashFile [2021-09-16T19:11:30.255Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-09-16T19:11:30.255Z] --- SKIP: TestHashFile (0.00s) [2021-09-16T19:11:30.255Z] === RUN TestHashSubdir [2021-09-16T19:11:30.255Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-09-16T19:11:30.255Z] --- SKIP: TestHashSubdir (0.00s) [2021-09-16T19:11:30.255Z] === RUN TestRemoveDirectory [2021-09-16T19:11:30.255Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-09-16T19:11:30.255Z] --- SKIP: TestRemoveDirectory (0.00s) [2021-09-16T19:11:30.255Z] PASS [2021-09-16T19:11:30.255Z] coverage: 9.3% of statements [2021-09-16T19:11:30.255Z] ok github.com/docker/docker/builder/remotecontext 0.236s coverage: 9.3% of statements [2021-09-16T19:11:30.286Z] Loaded image: busybox:latest [2021-09-16T19:11:30.717Z] time="2021-09-16T19:11:30Z" level=info msg="Node fd93240a0dbd change state NodeActive --> NodeLeft" [2021-09-16T19:11:30.717Z] time="2021-09-16T19:11:30Z" level=info msg="node5(218b70ed8057): Node leave event for fd93240a0dbd/172.18.183.17" [2021-09-16T19:11:30.717Z] time="2021-09-16T19:11:30Z" level=info msg="Node fd93240a0dbd change state NodeActive --> NodeLeft" [2021-09-16T19:11:30.717Z] time="2021-09-16T19:11:30Z" level=info msg="node4(fd93240a0dbd): Node leave event for fd93240a0dbd/172.18.183.17" [2021-09-16T19:11:30.744Z] === RUN TestGetAllAllowed [2021-09-16T19:11:30.744Z] --- PASS: TestGetAllAllowed (0.00s) [2021-09-16T19:11:30.744Z] === RUN TestGetAllMeta [2021-09-16T19:11:30.744Z] --- PASS: TestGetAllMeta (0.00s) [2021-09-16T19:11:30.744Z] === RUN TestWarnOnUnusedBuildArgs [2021-09-16T19:11:30.744Z] --- PASS: TestWarnOnUnusedBuildArgs (0.00s) [2021-09-16T19:11:30.744Z] === RUN TestIsUnreferencedBuiltin [2021-09-16T19:11:30.744Z] --- PASS: TestIsUnreferencedBuiltin (0.00s) [2021-09-16T19:11:30.744Z] === RUN TestIsExistingDirectory [2021-09-16T19:11:30.744Z] --- PASS: TestIsExistingDirectory (0.00s) [2021-09-16T19:11:30.744Z] === RUN TestGetFilenameForDownload [2021-09-16T19:11:30.744Z] --- PASS: TestGetFilenameForDownload (0.01s) [2021-09-16T19:11:30.744Z] === RUN TestEnv2Variables [2021-09-16T19:11:30.744Z] --- PASS: TestEnv2Variables (0.00s) [2021-09-16T19:11:30.744Z] === RUN TestEnvValueWithExistingRunConfigEnv [2021-09-16T19:11:30.744Z] --- PASS: TestEnvValueWithExistingRunConfigEnv (0.00s) [2021-09-16T19:11:30.744Z] === RUN TestMaintainer [2021-09-16T19:11:30.744Z] --- PASS: TestMaintainer (0.00s) [2021-09-16T19:11:30.744Z] === RUN TestLabel [2021-09-16T19:11:30.744Z] --- PASS: TestLabel (0.00s) [2021-09-16T19:11:30.744Z] === RUN TestFromScratch [2021-09-16T19:11:30.744Z] --- PASS: TestFromScratch (0.00s) [2021-09-16T19:11:30.744Z] === RUN TestFromWithArg [2021-09-16T19:11:30.744Z] --- PASS: TestFromWithArg (0.00s) [2021-09-16T19:11:30.744Z] === RUN TestFromWithArgButBuildArgsNotGiven [2021-09-16T19:11:30.744Z] --- PASS: TestFromWithArgButBuildArgsNotGiven (0.00s) [2021-09-16T19:11:30.744Z] === RUN TestFromWithUndefinedArg [2021-09-16T19:11:30.744Z] --- PASS: TestFromWithUndefinedArg (0.00s) [2021-09-16T19:11:30.744Z] === RUN TestFromMultiStageWithNamedStage [2021-09-16T19:11:30.744Z] --- PASS: TestFromMultiStageWithNamedStage (0.00s) [2021-09-16T19:11:30.744Z] === RUN TestOnbuild [2021-09-16T19:11:30.745Z] --- PASS: TestOnbuild (0.00s) [2021-09-16T19:11:30.745Z] === RUN TestWorkdir [2021-09-16T19:11:30.745Z] --- PASS: TestWorkdir (0.00s) [2021-09-16T19:11:30.745Z] === RUN TestCmd [2021-09-16T19:11:30.745Z] --- PASS: TestCmd (0.00s) [2021-09-16T19:11:30.745Z] === RUN TestHealthcheckNone [2021-09-16T19:11:30.745Z] --- PASS: TestHealthcheckNone (0.00s) [2021-09-16T19:11:30.745Z] === RUN TestHealthcheckCmd [2021-09-16T19:11:30.745Z] --- PASS: TestHealthcheckCmd (0.00s) [2021-09-16T19:11:30.745Z] === RUN TestEntrypoint [2021-09-16T19:11:30.745Z] --- PASS: TestEntrypoint (0.00s) [2021-09-16T19:11:30.745Z] === RUN TestExpose [2021-09-16T19:11:30.745Z] --- PASS: TestExpose (0.00s) [2021-09-16T19:11:30.745Z] === RUN TestUser [2021-09-16T19:11:30.745Z] --- PASS: TestUser (0.00s) [2021-09-16T19:11:30.745Z] === RUN TestVolume [2021-09-16T19:11:30.745Z] --- PASS: TestVolume (0.00s) [2021-09-16T19:11:30.745Z] === RUN TestStopSignal [2021-09-16T19:11:30.745Z] dispatchers_test.go:377: Windows does not support stopsignal [2021-09-16T19:11:30.745Z] --- SKIP: TestStopSignal (0.00s) [2021-09-16T19:11:30.745Z] === RUN TestArg [2021-09-16T19:11:30.745Z] --- PASS: TestArg (0.00s) [2021-09-16T19:11:30.745Z] === RUN TestShell [2021-09-16T19:11:30.745Z] --- PASS: TestShell (0.00s) [2021-09-16T19:11:30.745Z] === RUN TestPrependEnvOnCmd [2021-09-16T19:11:30.745Z] --- PASS: TestPrependEnvOnCmd (0.00s) [2021-09-16T19:11:30.745Z] === RUN TestRunWithBuildArgs [2021-09-16T19:11:30.745Z] --- PASS: TestRunWithBuildArgs (0.00s) [2021-09-16T19:11:30.745Z] === RUN TestRunIgnoresHealthcheck [2021-09-16T19:11:30.745Z] --- PASS: TestRunIgnoresHealthcheck (0.00s) [2021-09-16T19:11:30.745Z] === RUN TestDispatchUnsupportedOptions [2021-09-16T19:11:30.745Z] === RUN TestDispatchUnsupportedOptions/ADD_with_chmod [2021-09-16T19:11:30.745Z] === RUN TestDispatchUnsupportedOptions/COPY_with_chmod [2021-09-16T19:11:30.745Z] === RUN TestDispatchUnsupportedOptions/RUN_with_unsupported_options [2021-09-16T19:11:30.745Z] --- PASS: TestDispatchUnsupportedOptions (0.00s) [2021-09-16T19:11:30.745Z] --- PASS: TestDispatchUnsupportedOptions/ADD_with_chmod (0.00s) [2021-09-16T19:11:30.745Z] --- PASS: TestDispatchUnsupportedOptions/COPY_with_chmod (0.00s) [2021-09-16T19:11:30.745Z] --- PASS: TestDispatchUnsupportedOptions/RUN_with_unsupported_options (0.00s) [2021-09-16T19:11:30.745Z] === RUN TestNormalizeWorkdir [2021-09-16T19:11:30.745Z] --- PASS: TestNormalizeWorkdir (0.00s) [2021-09-16T19:11:30.745Z] === RUN TestDispatch [2021-09-16T19:11:30.745Z] === RUN TestDispatch/ADD_multiple_files_to_file [2021-09-16T19:11:30.745Z] === RUN TestDispatch/Wildcard_ADD_multiple_files_to_file [2021-09-16T19:11:30.745Z] === RUN TestDispatch/COPY_multiple_files_to_file [2021-09-16T19:11:30.745Z] === RUN TestDispatch/ADD_multiple_files_to_file_with_whitespace [2021-09-16T19:11:30.745Z] === RUN TestDispatch/COPY_multiple_files_to_file_with_whitespace [2021-09-16T19:11:30.745Z] === RUN TestDispatch/COPY_wildcard_no_files [2021-09-16T19:11:30.745Z] === RUN TestDispatch/COPY_url [2021-09-16T19:11:30.745Z] --- PASS: TestDispatch (0.05s) [2021-09-16T19:11:30.745Z] --- PASS: TestDispatch/ADD_multiple_files_to_file (0.01s) [2021-09-16T19:11:30.745Z] --- PASS: TestDispatch/Wildcard_ADD_multiple_files_to_file (0.01s) [2021-09-16T19:11:30.745Z] --- PASS: TestDispatch/COPY_multiple_files_to_file (0.01s) [2021-09-16T19:11:30.745Z] --- PASS: TestDispatch/ADD_multiple_files_to_file_with_whitespace (0.01s) [2021-09-16T19:11:30.745Z] --- PASS: TestDispatch/COPY_multiple_files_to_file_with_whitespace (0.01s) [2021-09-16T19:11:30.745Z] --- PASS: TestDispatch/COPY_wildcard_no_files (0.00s) [2021-09-16T19:11:30.745Z] --- PASS: TestDispatch/COPY_url (0.00s) [2021-09-16T19:11:30.745Z] === RUN TestAddScratchImageAddsToMounts [2021-09-16T19:11:30.745Z] --- PASS: TestAddScratchImageAddsToMounts (0.00s) [2021-09-16T19:11:30.745Z] === RUN TestAddFromScratchPopulatesPlatform [2021-09-16T19:11:30.745Z] --- PASS: TestAddFromScratchPopulatesPlatform (0.00s) [2021-09-16T19:11:30.745Z] === RUN TestAddFromScratchDoesNotModifyArgPlatform [2021-09-16T19:11:30.745Z] --- PASS: TestAddFromScratchDoesNotModifyArgPlatform (0.00s) [2021-09-16T19:11:30.745Z] === RUN TestAddFromScratchPopulatesPlatformIfNil [2021-09-16T19:11:30.745Z] --- PASS: TestAddFromScratchPopulatesPlatformIfNil (0.00s) [2021-09-16T19:11:30.745Z] === RUN TestImageSourceGetAddsToMounts [2021-09-16T19:11:30.745Z] --- PASS: TestImageSourceGetAddsToMounts (0.00s) [2021-09-16T19:11:30.745Z] === RUN TestEmptyDockerfile [2021-09-16T19:11:30.745Z] --- PASS: TestEmptyDockerfile (0.01s) [2021-09-16T19:11:30.745Z] === RUN TestSymlinkDockerfile [2021-09-16T19:11:30.745Z] --- PASS: TestSymlinkDockerfile (0.01s) [2021-09-16T19:11:30.745Z] === RUN TestDockerfileOutsideTheBuildContext [2021-09-16T19:11:30.745Z] --- PASS: TestDockerfileOutsideTheBuildContext (0.00s) [2021-09-16T19:11:30.745Z] === RUN TestNonExistingDockerfile [2021-09-16T19:11:30.745Z] --- PASS: TestNonExistingDockerfile (0.00s) [2021-09-16T19:11:30.745Z] === RUN TestCopyRunConfig [2021-09-16T19:11:30.745Z] --- PASS: TestCopyRunConfig (0.00s) [2021-09-16T19:11:30.745Z] === RUN TestDeepCopyRunConfig [2021-09-16T19:11:30.745Z] --- PASS: TestDeepCopyRunConfig (0.00s) [2021-09-16T19:11:30.745Z] === RUN TestExportImage [2021-09-16T19:11:30.745Z] --- PASS: TestExportImage (0.00s) [2021-09-16T19:11:30.745Z] === RUN TestNormalizeDest [2021-09-16T19:11:30.745Z] --- PASS: TestNormalizeDest (0.00s) [2021-09-16T19:11:30.745Z] PASS [2021-09-16T19:11:30.745Z] coverage: 46.8% of statements [2021-09-16T19:11:30.745Z] ok github.com/docker/docker/builder/dockerfile 0.161s coverage: 46.8% of statements [2021-09-16T19:11:30.745Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-09-16T19:11:30.855Z] Loaded image: busybox:glibc [2021-09-16T19:11:30.855Z] === RUN TestDockerSuite/TestAttachClosedOnContainerStop [2021-09-16T19:11:31.172Z] time="2021-09-16T19:11:30Z" level=warning msg="memberlist: Was able to connect to 1752366f1327 but other probes failed, network may be misconfigured" [2021-09-16T19:11:31.172Z] time="2021-09-16T19:11:31Z" level=info msg="Node fd93240a0dbd/172.18.183.17, left gossip cluster" [2021-09-16T19:11:31.172Z] time="2021-09-16T19:11:31Z" level=info msg="Node fd93240a0dbd/172.18.183.17, left gossip cluster" [2021-09-16T19:11:31.218Z] === RUN TestTCP4Proxy [2021-09-16T19:11:31.218Z] --- PASS: TestTCP4Proxy (0.02s) [2021-09-16T19:11:31.218Z] === RUN TestTCP4ProxyHalfClose [2021-09-16T19:11:31.218Z] --- PASS: TestTCP4ProxyHalfClose (0.00s) [2021-09-16T19:11:31.218Z] === RUN TestTCP6Proxy [2021-09-16T19:11:31.218Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2021-09-16T19:11:31.218Z] --- SKIP: TestTCP6Proxy (0.00s) [2021-09-16T19:11:31.218Z] === RUN TestTCPDualStackProxy [2021-09-16T19:11:31.218Z] network_proxy_test.go:208: No support for dual stack yet [2021-09-16T19:11:31.218Z] --- SKIP: TestTCPDualStackProxy (0.00s) [2021-09-16T19:11:31.218Z] === RUN TestUDP4Proxy [2021-09-16T19:11:31.218Z] --- PASS: TestUDP4Proxy (0.00s) [2021-09-16T19:11:31.218Z] === RUN TestUDP6Proxy [2021-09-16T19:11:31.218Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2021-09-16T19:11:31.218Z] --- SKIP: TestUDP6Proxy (0.00s) [2021-09-16T19:11:31.218Z] === RUN TestUDPWriteError [2021-09-16T19:11:31.218Z] --- PASS: TestUDPWriteError (0.00s) [2021-09-16T19:11:31.218Z] === RUN TestSCTP4Proxy [2021-09-16T19:11:31.218Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2021-09-16T19:11:31.218Z] --- SKIP: TestSCTP4Proxy (0.00s) [2021-09-16T19:11:31.218Z] === RUN TestSCTP6Proxy [2021-09-16T19:11:31.218Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2021-09-16T19:11:31.218Z] --- SKIP: TestSCTP6Proxy (0.00s) [2021-09-16T19:11:31.218Z] PASS [2021-09-16T19:11:31.218Z] coverage: 49.4% of statements [2021-09-16T19:11:31.218Z] ok github.com/docker/docker/cmd/docker-proxy 0.077s coverage: 49.4% of statements [2021-09-16T19:11:31.415Z] time="2021-09-16T19:11:31Z" level=debug msg="memberlist: Failed to join 172.28.222.252: dial tcp 172.28.222.252:10022: connectex: No connection could be made because the target machine actively refused it." [2021-09-16T19:11:31.426Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-09-16T19:11:31.865Z] + bundleName=amd64-rootless [2021-09-16T19:11:31.865Z] + echo Creating amd64-rootless-bundles.tar.gz [2021-09-16T19:11:31.865Z] Creating amd64-rootless-bundles.tar.gz [2021-09-16T19:11:31.865Z] + 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-16T19:11:31.865Z] + xargs tar -czf amd64-rootless-bundles.tar.gz [Pipeline] archiveArtifacts [2021-09-16T19:11:31.874Z] Archiving artifacts [2021-09-16T19:11:32.132Z] time="2021-09-16T19:11:31Z" level=warning msg="memberlist: Failed to send ping: write udp [::]:10036->172.18.183.17:10037: use of closed network connection" [2021-09-16T19:11:32.132Z] time="2021-09-16T19:11:31Z" level=warning msg="memberlist: Failed to send gossip to 172.18.183.17:10037: write udp [::]:10036->172.18.183.17:10037: use of closed network connection" [2021-09-16T19:11:32.132Z] time="2021-09-16T19:11:31Z" level=info msg="Node 218b70ed8057/172.18.183.17, left gossip cluster" [2021-09-16T19:11:32.132Z] time="2021-09-16T19:11:31Z" level=info msg="Node 218b70ed8057 change state NodeActive --> NodeFailed" [2021-09-16T19:11:32.132Z] time="2021-09-16T19:11:31Z" level=info msg="Node 218b70ed8057/172.18.183.17, added to failed nodes list" [2021-09-16T19:11:32.132Z] --- PASS: TestNetworkDBIslands (11.25s) [2021-09-16T19:11:32.132Z] PASS [2021-09-16T19:11:32.132Z] coverage: 60.0% of statements [2021-09-16T19:11:32.132Z] ok github.com/docker/docker/libnetwork/networkdb 102.741s coverage: 60.0% of statements [2021-09-16T19:11:32.132Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2021-09-16T19:11:32.132Z] ? github.com/docker/docker/libnetwork/osl/kernel [no test files] [2021-09-16T19:11:32.132Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2021-09-16T19:11:32.132Z] ? github.com/docker/docker/oci/caps [no test files] [2021-09-16T19:11:32.132Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-09-16T19:11:32.132Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-09-16T19:11:32.132Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-09-16T19:11:32.132Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-09-16T19:11:32.132Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-09-16T19:11:32.132Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2021-09-16T19:11:32.132Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2021-09-16T19:11:32.132Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-09-16T19:11:32.132Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-09-16T19:11:32.132Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-09-16T19:11:32.132Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-09-16T19:11:32.132Z] ? github.com/docker/docker/pkg/signal [no test files] [2021-09-16T19:11:32.132Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-09-16T19:11:32.132Z] ? github.com/docker/docker/pkg/term [no test files] [2021-09-16T19:11:32.132Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-09-16T19:11:32.132Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2021-09-16T19:11:32.132Z] ? github.com/docker/docker/quota [no test files] [2021-09-16T19:11:32.132Z] ? github.com/docker/docker/rootless [no test files] [2021-09-16T19:11:32.132Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-09-16T19:11:32.132Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-09-16T19:11:32.132Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-09-16T19:11:32.132Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-09-16T19:11:32.132Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-09-16T19:11:32.132Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-09-16T19:11:32.132Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-09-16T19:11:32.132Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-09-16T19:11:32.132Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-09-16T19:11:32.132Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-09-16T19:11:32.132Z] ? github.com/docker/docker/testutil/request [no test files] [2021-09-16T19:11:32.132Z] ? github.com/docker/docker/volume [no test files] [2021-09-16T19:11:32.132Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-09-16T19:11:32.132Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-09-16T19:11:32.137Z] --- PASS: TestTemplatedSecret (2.64s) [2021-09-16T19:11:32.138Z] === RUN TestSecretCreateResolve [2021-09-16T19:11:32.810Z] === RUN TestDockerSuite/TestAttachDetach [2021-09-16T19:11:33.070Z] docker_cli_daemon_test.go:1455: [df5b018057bf0] daemon is not started [2021-09-16T19:11:33.633Z] time="2021-09-16T19:11:33Z" level=debug msg="memberlist: Failed to join 172.28.222.252: dial tcp 172.28.222.252:10022: connectex: No connection could be made because the target machine actively refused it." [2021-09-16T19:11:33.633Z] time="2021-09-16T19:11:33Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.28.222.252:10033 172.28.222.252:10034 172.28.222.252:10035]" [2021-09-16T19:11:33.633Z] time="2021-09-16T19:11:33Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.28.222.252:10033 172.28.222.252:10034 172.28.222.252:10035]" [2021-09-16T19:11:33.641Z] Loaded image: debian:bullseye-slim [2021-09-16T19:11:33.641Z] Loaded image: hello-world:latest [2021-09-16T19:11:33.641Z] Loaded image: arm32v7/hello-world:latest [2021-09-16T19:11:33.641Z] === RUN TestDockerSuite/TestAttachDisconnect [2021-09-16T19:11:33.657Z] [2021-09-16T19:11:33.657Z] === Skipped [2021-09-16T19:11:33.657Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2021-09-16T19:11:33.657Z] dispatchers_test.go:377: Windows does not support stopsignal [2021-09-16T19:11:33.657Z] [2021-09-16T19:11:33.657Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2021-09-16T19:11:33.657Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-09-16T19:11:33.657Z] [2021-09-16T19:11:33.657Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2021-09-16T19:11:33.657Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-09-16T19:11:33.657Z] [2021-09-16T19:11:33.657Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.00s) [2021-09-16T19:11:33.657Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-09-16T19:11:33.657Z] [2021-09-16T19:11:33.657Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2021-09-16T19:11:33.657Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-09-16T19:11:33.657Z] [2021-09-16T19:11:33.657Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2021-09-16T19:11:33.657Z] client_test.go:23: runtime.GOOS == "windows" [2021-09-16T19:11:33.657Z] [2021-09-16T19:11:33.657Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCP6Proxy (0.00s) [2021-09-16T19:11:33.657Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2021-09-16T19:11:33.657Z] [2021-09-16T19:11:33.657Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2021-09-16T19:11:33.657Z] network_proxy_test.go:208: No support for dual stack yet [2021-09-16T19:11:33.657Z] [2021-09-16T19:11:33.657Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestUDP6Proxy (0.00s) [2021-09-16T19:11:33.657Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2021-09-16T19:11:33.657Z] [2021-09-16T19:11:33.657Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP4Proxy (0.00s) [2021-09-16T19:11:33.657Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2021-09-16T19:11:33.657Z] [2021-09-16T19:11:33.657Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP6Proxy (0.00s) [2021-09-16T19:11:33.657Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2021-09-16T19:11:33.657Z] [2021-09-16T19:11:33.657Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2021-09-16T19:11:33.657Z] daemon_test.go:146: root required [2021-09-16T19:11:33.657Z] [2021-09-16T19:11:33.657Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2021-09-16T19:11:33.657Z] reload_test.go:520: root required [2021-09-16T19:11:33.657Z] [2021-09-16T19:11:33.657Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.06s) [2021-09-16T19:11:33.657Z] config_test.go:526: os.Getuid() != 0: skipping test that requires root [2021-09-16T19:11:33.657Z] [2021-09-16T19:11:33.657Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2021-09-16T19:11:33.657Z] pull_v2_test.go:73: Needs fixing on Windows [2021-09-16T19:11:33.657Z] [2021-09-16T19:11:33.657Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2021-09-16T19:11:33.657Z] pull_v2_test.go:118: Needs fixing on Windows [2021-09-16T19:11:33.657Z] [2021-09-16T19:11:33.657Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2021-09-16T19:11:33.657Z] download_test.go:267: Needs fixing on Windows [2021-09-16T19:11:33.657Z] [2021-09-16T19:11:33.657Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2021-09-16T19:11:33.657Z] layer_test.go:303: Failing on Windows [2021-09-16T19:11:33.657Z] [2021-09-16T19:11:33.657Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2021-09-16T19:11:33.657Z] layer_test.go:352: Failing on Windows [2021-09-16T19:11:33.657Z] [2021-09-16T19:11:33.657Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2021-09-16T19:11:33.657Z] layer_test.go:467: Failing on Windows [2021-09-16T19:11:33.657Z] [2021-09-16T19:11:33.657Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2021-09-16T19:11:33.657Z] layer_test.go:696: Failing on Windows [2021-09-16T19:11:33.657Z] [2021-09-16T19:11:33.657Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2021-09-16T19:11:33.657Z] migration_test.go:45: Failing on Windows [2021-09-16T19:11:33.657Z] [2021-09-16T19:11:33.657Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2021-09-16T19:11:33.657Z] migration_test.go:181: Failing on Windows [2021-09-16T19:11:33.657Z] [2021-09-16T19:11:33.657Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2021-09-16T19:11:33.657Z] mount_test.go:17: Failing on Windows [2021-09-16T19:11:33.657Z] [2021-09-16T19:11:33.657Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2021-09-16T19:11:33.657Z] mount_test.go:76: Failing on Windows [2021-09-16T19:11:33.657Z] [2021-09-16T19:11:33.657Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2021-09-16T19:11:33.657Z] mount_test.go:125: Failing on Windows [2021-09-16T19:11:33.657Z] [2021-09-16T19:11:33.657Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2021-09-16T19:11:33.657Z] mount_test.go:212: Failing on Windows [2021-09-16T19:11:33.657Z] [2021-09-16T19:11:33.657Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.00s) [2021-09-16T19:11:33.657Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2021-09-16T19:11:33.657Z] [2021-09-16T19:11:33.657Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.00s) [2021-09-16T19:11:33.657Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2021-09-16T19:11:33.657Z] [2021-09-16T19:11:33.657Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.00s) [2021-09-16T19:11:33.657Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2021-09-16T19:11:33.657Z] [2021-09-16T19:11:33.657Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s) [2021-09-16T19:11:33.657Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2021-09-16T19:11:33.657Z] [2021-09-16T19:11:33.657Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s) [2021-09-16T19:11:33.657Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2021-09-16T19:11:33.657Z] [2021-09-16T19:11:33.657Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.00s) [2021-09-16T19:11:33.657Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-09-16T19:11:33.657Z] [2021-09-16T19:11:33.657Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.00s) [2021-09-16T19:11:33.657Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-09-16T19:11:33.657Z] [2021-09-16T19:11:33.657Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s) [2021-09-16T19:11:33.657Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-09-16T19:11:33.657Z] [2021-09-16T19:11:33.657Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s) [2021-09-16T19:11:33.657Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2021-09-16T19:11:33.657Z] [2021-09-16T19:11:33.657Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s) [2021-09-16T19:11:33.657Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2021-09-16T19:11:33.657Z] [2021-09-16T19:11:33.657Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s) [2021-09-16T19:11:33.657Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2021-09-16T19:11:33.657Z] [2021-09-16T19:11:33.657Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s) [2021-09-16T19:11:33.657Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2021-09-16T19:11:33.657Z] [2021-09-16T19:11:33.657Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2021-09-16T19:11:33.657Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-16T19:11:33.657Z] [2021-09-16T19:11:33.657Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2021-09-16T19:11:33.657Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-16T19:11:33.657Z] [2021-09-16T19:11:33.657Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2021-09-16T19:11:33.657Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-16T19:11:33.657Z] [2021-09-16T19:11:33.657Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2021-09-16T19:11:33.657Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-16T19:11:33.657Z] [2021-09-16T19:11:33.657Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2021-09-16T19:11:33.657Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-16T19:11:33.657Z] [2021-09-16T19:11:33.657Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2021-09-16T19:11:33.657Z] archive_test.go:133: Xz not present in msys2 [2021-09-16T19:11:33.657Z] [2021-09-16T19:11:33.657Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamZstd (0.02s) [2021-09-16T19:11:33.657Z] archive_test.go:140: zstd not installed [2021-09-16T19:11:33.657Z] [2021-09-16T19:11:33.657Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2021-09-16T19:11:33.657Z] archive_test.go:252: Failing on Windows CI machines [2021-09-16T19:11:33.657Z] [2021-09-16T19:11:33.657Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2021-09-16T19:11:33.657Z] archive_windows_test.go:16: Currently fails [2021-09-16T19:11:33.657Z] [2021-09-16T19:11:33.657Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2021-09-16T19:11:33.657Z] changes_test.go:195: needs more investigation [2021-09-16T19:11:33.657Z] [2021-09-16T19:11:33.657Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsEmpty (0.00s) [2021-09-16T19:11:33.657Z] changes_test.go:260: FIXME: broken on Windows 1903 and up; see #39846 [2021-09-16T19:11:33.657Z] [2021-09-16T19:11:33.657Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsMutated (0.00s) [2021-09-16T19:11:33.657Z] changes_test.go:354: FIXME: broken on Windows 1903 and up; see #39846 [2021-09-16T19:11:33.657Z] [2021-09-16T19:11:33.657Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2021-09-16T19:11:33.657Z] changes_test.go:432: needs further investigation [2021-09-16T19:11:33.657Z] [2021-09-16T19:11:33.657Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2021-09-16T19:11:33.657Z] changes_test.go:468: needs further investigation [2021-09-16T19:11:33.657Z] [2021-09-16T19:11:33.657Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2021-09-16T19:11:33.657Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2021-09-16T19:11:33.657Z] [2021-09-16T19:11:33.657Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2021-09-16T19:11:33.657Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2021-09-16T19:11:33.657Z] [2021-09-16T19:11:33.657Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2021-09-16T19:11:33.658Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-09-16T19:11:33.658Z] [2021-09-16T19:11:33.658Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2021-09-16T19:11:33.658Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-09-16T19:11:33.658Z] [2021-09-16T19:11:33.658Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2021-09-16T19:11:33.658Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2021-09-16T19:11:33.658Z] [2021-09-16T19:11:33.658Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2021-09-16T19:11:33.658Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-09-16T19:11:33.658Z] [2021-09-16T19:11:33.658Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2021-09-16T19:11:33.658Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2021-09-16T19:11:33.658Z] [2021-09-16T19:11:33.658Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2021-09-16T19:11:33.658Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2021-09-16T19:11:33.658Z] [2021-09-16T19:11:33.658Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2021-09-16T19:11:33.658Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2021-09-16T19:11:33.658Z] [2021-09-16T19:11:33.658Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2021-09-16T19:11:33.658Z] poller_test.go:40: No chmod on Windows [2021-09-16T19:11:33.658Z] [2021-09-16T19:11:33.658Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2021-09-16T19:11:33.658Z] fileutils_test.go:133: Needs porting to Windows [2021-09-16T19:11:33.658Z] [2021-09-16T19:11:33.658Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2021-09-16T19:11:33.658Z] fileutils_test.go:179: Needs porting to Windows [2021-09-16T19:11:33.658Z] [2021-09-16T19:11:33.658Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s) [2021-09-16T19:11:33.658Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2021-09-16T19:11:33.658Z] [2021-09-16T19:11:33.658Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2021-09-16T19:11:33.658Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2021-09-16T19:11:33.658Z] [2021-09-16T19:11:33.658Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2021-09-16T19:11:33.658Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2021-09-16T19:11:33.658Z] [2021-09-16T19:11:33.658Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2021-09-16T19:11:33.658Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2021-09-16T19:11:33.658Z] [2021-09-16T19:11:33.658Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2021-09-16T19:11:33.658Z] local_test.go:180: runtime.GOOS == "windows" [2021-09-16T19:11:33.658Z] [2021-09-16T19:11:33.658Z] DONE 2070 tests, 70 skipped in 234.660s [2021-09-16T19:11:33.658Z] INFO: make.ps1 ended at 09/16/2021 19:11:33 [2021-09-16T19:11:33.724Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41759/9/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-09-16T19:11:33.901Z] check_test.go:308: [d806ed512cd1a] daemon is not started [2021-09-16T19:11:33.901Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash [2021-09-16T19:11:34.082Z] + make clean [2021-09-16T19:11:34.124Z] Building test suite binary /go/src/github.com/docker/docker/integration/daemon/test.main [2021-09-16T19:11:34.338Z] docker volume rm -f docker-dev-cache [2021-09-16T19:11:34.338Z] docker-dev-cache [Pipeline] deleteDir [2021-09-16T19:11:34.471Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2021-09-16T19:11:34.621Z] time="2021-09-16T19:11:34Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.28.222.252:10033" [2021-09-16T19:11:34.621Z] time="2021-09-16T19:11:34Z" level=debug msg="memberlist: Stream connection from=172.28.222.252:49393" [2021-09-16T19:11:34.621Z] time="2021-09-16T19:11:34Z" level=info msg="Node 075881c57874/172.28.222.252, joined gossip cluster" [2021-09-16T19:11:34.621Z] time="2021-09-16T19:11:34Z" level=info msg="Node 075881c57874/172.28.222.252, added to nodes list" [2021-09-16T19:11:34.621Z] time="2021-09-16T19:11:34Z" level=info msg="Node 79c4d87212ec/172.28.222.252, joined gossip cluster" [2021-09-16T19:11:34.621Z] time="2021-09-16T19:11:34Z" level=info msg="Node 79c4d87212ec/172.28.222.252, added to nodes list" [2021-09-16T19:11:34.621Z] time="2021-09-16T19:11:34Z" level=info msg="Node 0496d17cdeb1/172.28.222.252, joined gossip cluster" [2021-09-16T19:11:34.621Z] time="2021-09-16T19:11:34Z" level=info msg="Node 0496d17cdeb1/172.28.222.252, is the new incarnation of the shutdown node 396b3bc725fe/172.28.222.252" [2021-09-16T19:11:34.621Z] time="2021-09-16T19:11:34Z" level=info msg="Node 0496d17cdeb1/172.28.222.252, added to nodes list" [2021-09-16T19:11:34.621Z] time="2021-09-16T19:11:34Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.28.222.252:10034" [2021-09-16T19:11:34.621Z] time="2021-09-16T19:11:34Z" level=debug msg="memberlist: Stream connection from=172.28.222.252:49394" [2021-09-16T19:11:34.621Z] time="2021-09-16T19:11:34Z" level=info msg="Node 075881c57874/172.28.222.252, joined gossip cluster" [2021-09-16T19:11:34.621Z] time="2021-09-16T19:11:34Z" level=info msg="Node 075881c57874/172.28.222.252, added to nodes list" [2021-09-16T19:11:34.621Z] time="2021-09-16T19:11:34Z" level=info msg="Node 0496d17cdeb1/172.28.222.252, joined gossip cluster" [2021-09-16T19:11:34.621Z] time="2021-09-16T19:11:34Z" level=info msg="Node 0496d17cdeb1/172.28.222.252, added to nodes list" [2021-09-16T19:11:34.621Z] time="2021-09-16T19:11:34Z" level=info msg="Node 79c4d87212ec/172.28.222.252, joined gossip cluster" [2021-09-16T19:11:34.621Z] time="2021-09-16T19:11:34Z" level=info msg="Node 79c4d87212ec/172.28.222.252, added to nodes list" [2021-09-16T19:11:34.621Z] time="2021-09-16T19:11:34Z" level=info msg="Node 1668ce5280b0/172.28.222.252, joined gossip cluster" [2021-09-16T19:11:34.621Z] time="2021-09-16T19:11:34Z" level=info msg="Node 1668ce5280b0/172.28.222.252, is the new incarnation of the shutdown node bd341a17be10/172.28.222.252" [2021-09-16T19:11:34.621Z] time="2021-09-16T19:11:34Z" level=info msg="Node 1668ce5280b0/172.28.222.252, added to nodes list" [2021-09-16T19:11:34.621Z] time="2021-09-16T19:11:34Z" level=debug msg="memberlist: Stream connection from=172.28.222.252:49395" [2021-09-16T19:11:34.621Z] time="2021-09-16T19:11:34Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.28.222.252:10035" [2021-09-16T19:11:34.621Z] time="2021-09-16T19:11:34Z" level=info msg="Node 075881c57874/172.28.222.252, joined gossip cluster" [2021-09-16T19:11:34.621Z] time="2021-09-16T19:11:34Z" level=info msg="Node 075881c57874/172.28.222.252, added to nodes list" [2021-09-16T19:11:34.621Z] time="2021-09-16T19:11:34Z" level=info msg="Node 0496d17cdeb1/172.28.222.252, joined gossip cluster" [2021-09-16T19:11:34.621Z] time="2021-09-16T19:11:34Z" level=info msg="Node 0496d17cdeb1/172.28.222.252, added to nodes list" [2021-09-16T19:11:34.621Z] time="2021-09-16T19:11:34Z" level=info msg="Node 1668ce5280b0/172.28.222.252, joined gossip cluster" [2021-09-16T19:11:34.621Z] time="2021-09-16T19:11:34Z" level=info msg="Node 1668ce5280b0/172.28.222.252, added to nodes list" [2021-09-16T19:11:34.621Z] time="2021-09-16T19:11:34Z" level=info msg="Node 79c4d87212ec/172.28.222.252, joined gossip cluster" [2021-09-16T19:11:34.621Z] time="2021-09-16T19:11:34Z" level=info msg="Node 79c4d87212ec/172.28.222.252, added to nodes list" [2021-09-16T19:11:34.621Z] time="2021-09-16T19:11:34Z" level=info msg="Node c9f34cbf2b4a/172.28.222.252, joined gossip cluster" [2021-09-16T19:11:34.621Z] time="2021-09-16T19:11:34Z" level=info msg="Node c9f34cbf2b4a/172.28.222.252, is the new incarnation of the shutdown node b750cb1bbb53/172.28.222.252" [2021-09-16T19:11:34.621Z] time="2021-09-16T19:11:34Z" level=info msg="Node c9f34cbf2b4a/172.28.222.252, added to nodes list" [2021-09-16T19:11:34.621Z] time="2021-09-16T19:11:34Z" level=info msg="Node 1668ce5280b0/172.28.222.252, joined gossip cluster" [2021-09-16T19:11:34.621Z] time="2021-09-16T19:11:34Z" level=info msg="Node 1668ce5280b0/172.28.222.252, added to nodes list" [2021-09-16T19:11:34.621Z] time="2021-09-16T19:11:34Z" level=info msg="Node 1668ce5280b0/172.28.222.252, joined gossip cluster" [2021-09-16T19:11:34.621Z] time="2021-09-16T19:11:34Z" level=info msg="Node 1668ce5280b0/172.28.222.252, is the new incarnation of the shutdown node bd341a17be10/172.28.222.252" [2021-09-16T19:11:34.621Z] time="2021-09-16T19:11:34Z" level=info msg="Node 1668ce5280b0/172.28.222.252, added to nodes list" [2021-09-16T19:11:34.621Z] time="2021-09-16T19:11:34Z" level=info msg="Node 0496d17cdeb1/172.28.222.252, joined gossip cluster" [2021-09-16T19:11:34.621Z] time="2021-09-16T19:11:34Z" level=info msg="Node 0496d17cdeb1/172.28.222.252, is the new incarnation of the shutdown node 396b3bc725fe/172.28.222.252" [2021-09-16T19:11:34.621Z] time="2021-09-16T19:11:34Z" level=info msg="Node 0496d17cdeb1/172.28.222.252, added to nodes list" [2021-09-16T19:11:34.621Z] time="2021-09-16T19:11:34Z" level=info msg="Node c9f34cbf2b4a/172.28.222.252, joined gossip cluster" [2021-09-16T19:11:34.621Z] time="2021-09-16T19:11:34Z" level=info msg="Node c9f34cbf2b4a/172.28.222.252, added to nodes list" [2021-09-16T19:11:34.621Z] time="2021-09-16T19:11:34Z" level=info msg="Node c9f34cbf2b4a/172.28.222.252, joined gossip cluster" [2021-09-16T19:11:34.621Z] time="2021-09-16T19:11:34Z" level=info msg="Node c9f34cbf2b4a/172.28.222.252, is the new incarnation of the shutdown node b750cb1bbb53/172.28.222.252" [2021-09-16T19:11:34.621Z] time="2021-09-16T19:11:34Z" level=info msg="Node c9f34cbf2b4a/172.28.222.252, added to nodes list" [2021-09-16T19:11:34.621Z] time="2021-09-16T19:11:34Z" level=info msg="Node c9f34cbf2b4a/172.28.222.252, joined gossip cluster" [2021-09-16T19:11:34.621Z] time="2021-09-16T19:11:34Z" level=info msg="Node c9f34cbf2b4a/172.28.222.252, added to nodes list" [2021-09-16T19:11:34.621Z] time="2021-09-16T19:11:34Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.28.222.252:10033" [2021-09-16T19:11:34.621Z] time="2021-09-16T19:11:34Z" level=debug msg="memberlist: Stream connection from=172.28.222.252:49396" [2021-09-16T19:11:34.621Z] time="2021-09-16T19:11:34Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.28.222.252:10034" [2021-09-16T19:11:34.621Z] time="2021-09-16T19:11:34Z" level=debug msg="memberlist: Stream connection from=172.28.222.252:49397" [2021-09-16T19:11:34.621Z] time="2021-09-16T19:11:34Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.28.222.252:10035" [2021-09-16T19:11:34.621Z] time="2021-09-16T19:11:34Z" level=debug msg="memberlist: Stream connection from=172.28.222.252:49398" [2021-09-16T19:11:34.665Z] --- PASS: TestSecretCreateResolve (2.16s) [2021-09-16T19:11:34.665Z] PASS [2021-09-16T19:11:34.665Z] [2021-09-16T19:11:34.665Z] DONE 6 tests in 13.598s [2021-09-16T19:11:34.665Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2021-09-16T19:11:34.665Z] INFO: Testing against a local daemon [2021-09-16T19:11:34.665Z] === RUN TestServiceCreateInit [2021-09-16T19:11:34.665Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-09-16T19:11:35.090Z] 2021/09/16 19:11:34 Closing DB instances... [2021-09-16T19:11:35.090Z] time="2021-09-16T19:11:34Z" level=info msg="Node 0496d17cdeb1 change state NodeActive --> NodeLeft" [2021-09-16T19:11:35.090Z] time="2021-09-16T19:11:34Z" level=info msg="node3(c9f34cbf2b4a): Node leave event for 0496d17cdeb1/172.28.222.252" [2021-09-16T19:11:35.090Z] time="2021-09-16T19:11:34Z" level=info msg="Node 0496d17cdeb1 change state NodeActive --> NodeLeft" [2021-09-16T19:11:35.090Z] time="2021-09-16T19:11:34Z" level=info msg="node4(075881c57874): Node leave event for 0496d17cdeb1/172.28.222.252" [2021-09-16T19:11:35.090Z] time="2021-09-16T19:11:34Z" level=info msg="Node 0496d17cdeb1 change state NodeActive --> NodeLeft" [2021-09-16T19:11:35.090Z] time="2021-09-16T19:11:34Z" level=info msg="node2(1668ce5280b0): Node leave event for 0496d17cdeb1/172.28.222.252" [2021-09-16T19:11:35.090Z] time="2021-09-16T19:11:34Z" level=info msg="Node 0496d17cdeb1 change state NodeActive --> NodeLeft" [2021-09-16T19:11:35.090Z] time="2021-09-16T19:11:34Z" level=info msg="node5(79c4d87212ec): Node leave event for 0496d17cdeb1/172.28.222.252" [2021-09-16T19:11:35.091Z] time="2021-09-16T19:11:34Z" level=info msg="Node 0496d17cdeb1 change state NodeActive --> NodeLeft" [2021-09-16T19:11:35.091Z] time="2021-09-16T19:11:34Z" level=info msg="node1(0496d17cdeb1): Node leave event for 0496d17cdeb1/172.28.222.252" [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [2021-09-16T19:11:35.188Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2021-09-16T19:11:35.188Z] INFO: Unit tests ended at 09/16/2021 19:11:34. Duration:00:04:04.8903908 [2021-09-16T19:11:35.188Z] INFO: Building busybox [2021-09-16T19:11:35.188Z] Sending build context to Docker daemon 5.12kB [2021-09-16T19:11:35.188Z] [2021-09-16T19:11:35.188Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2021-09-16T19:11:35.188Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2021-09-16T19:11:35.188Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2021-09-16T19:11:35.188Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2021-09-16T19:11:35.188Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2021-09-16T19:11:35.188Z] ---> a3aeeffc33bf [2021-09-16T19:11:35.188Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2021-09-16T19:11:35.188Z] ---> Running in d03e9876bc72 [Pipeline] // stage [Pipeline] } [2021-09-16T19:11:35.560Z] time="2021-09-16T19:11:35Z" level=debug msg="memberlist: Failed to join 172.28.222.252: dial tcp 172.28.222.252:10022: connectex: No connection could be made because the target machine actively refused it." [2021-09-16T19:11:35.560Z] time="2021-09-16T19:11:35Z" level=info msg="Node 0496d17cdeb1/172.28.222.252, left gossip cluster" [2021-09-16T19:11:35.560Z] time="2021-09-16T19:11:35Z" level=info msg="Node 0496d17cdeb1/172.28.222.252, left gossip cluster" [2021-09-16T19:11:35.560Z] time="2021-09-16T19:11:35Z" level=info msg="Node 0496d17cdeb1/172.28.222.252, left gossip cluster" [2021-09-16T19:11:35.560Z] time="2021-09-16T19:11:35Z" level=info msg="Node 0496d17cdeb1/172.28.222.252, left gossip cluster" [2021-09-16T19:11:35.560Z] time="2021-09-16T19:11:35Z" level=info msg="Node 0496d17cdeb1/172.28.222.252, left gossip cluster" [2021-09-16T19:11:35.560Z] time="2021-09-16T19:11:35Z" level=info msg="Node 1668ce5280b0 change state NodeActive --> NodeLeft" [2021-09-16T19:11:35.560Z] time="2021-09-16T19:11:35Z" level=info msg="Node 1668ce5280b0 change state NodeActive --> NodeLeft" [2021-09-16T19:11:35.560Z] time="2021-09-16T19:11:35Z" level=info msg="node4(075881c57874): Node leave event for 1668ce5280b0/172.28.222.252" [2021-09-16T19:11:35.560Z] time="2021-09-16T19:11:35Z" level=info msg="node5(79c4d87212ec): Node leave event for 1668ce5280b0/172.28.222.252" [2021-09-16T19:11:36.032Z] time="2021-09-16T19:11:35Z" level=info msg="Node 1668ce5280b0 change state NodeActive --> NodeLeft" [2021-09-16T19:11:36.032Z] time="2021-09-16T19:11:35Z" level=info msg="node3(c9f34cbf2b4a): Node leave event for 1668ce5280b0/172.28.222.252" [2021-09-16T19:11:36.032Z] time="2021-09-16T19:11:35Z" level=info msg="Node 1668ce5280b0 change state NodeActive --> NodeLeft" [2021-09-16T19:11:36.032Z] time="2021-09-16T19:11:35Z" level=info msg="node2(1668ce5280b0): Node leave event for 1668ce5280b0/172.28.222.252" [2021-09-16T19:11:36.032Z] time="2021-09-16T19:11:35Z" level=info msg="Node 1668ce5280b0/172.28.222.252, left gossip cluster" [2021-09-16T19:11:36.032Z] time="2021-09-16T19:11:35Z" level=info msg="Node 1668ce5280b0/172.28.222.252, left gossip cluster" [2021-09-16T19:11:36.032Z] time="2021-09-16T19:11:35Z" level=info msg="Node 1668ce5280b0/172.28.222.252, left gossip cluster" [2021-09-16T19:11:36.032Z] time="2021-09-16T19:11:35Z" level=info msg="Node 1668ce5280b0/172.28.222.252, left gossip cluster" [2021-09-16T19:11:36.032Z] time="2021-09-16T19:11:35Z" level=info msg="Node c9f34cbf2b4a change state NodeActive --> NodeLeft" [2021-09-16T19:11:36.032Z] time="2021-09-16T19:11:35Z" level=info msg="node4(075881c57874): Node leave event for c9f34cbf2b4a/172.28.222.252" [2021-09-16T19:11:36.032Z] time="2021-09-16T19:11:35Z" level=info msg="Node c9f34cbf2b4a change state NodeActive --> NodeLeft" [2021-09-16T19:11:36.032Z] time="2021-09-16T19:11:35Z" level=info msg="node5(79c4d87212ec): Node leave event for c9f34cbf2b4a/172.28.222.252" [2021-09-16T19:11:36.032Z] time="2021-09-16T19:11:35Z" level=info msg="Node c9f34cbf2b4a change state NodeActive --> NodeLeft" [2021-09-16T19:11:36.032Z] time="2021-09-16T19:11:35Z" level=info msg="node3(c9f34cbf2b4a): Node leave event for c9f34cbf2b4a/172.28.222.252" [2021-09-16T19:11:36.032Z] time="2021-09-16T19:11:35Z" level=info msg="Node c9f34cbf2b4a/172.28.222.252, left gossip cluster" [2021-09-16T19:11:36.032Z] time="2021-09-16T19:11:35Z" level=info msg="Node c9f34cbf2b4a/172.28.222.252, left gossip cluster" [2021-09-16T19:11:36.389Z] === RUN TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown [2021-09-16T19:11:36.389Z] === RUN TestDockerSuite/TestAttachPausedContainer [2021-09-16T19:11:36.501Z] time="2021-09-16T19:11:36Z" level=info msg="Node c9f34cbf2b4a/172.28.222.252, left gossip cluster" [2021-09-16T19:11:36.501Z] time="2021-09-16T19:11:36Z" level=debug msg="memberlist: Failed ping: 79c4d87212ec (timeout reached)" [2021-09-16T19:11:36.501Z] time="2021-09-16T19:11:36Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.28.222.252:10035: use of closed network connection" [2021-09-16T19:11:36.501Z] time="2021-09-16T19:11:36Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.28.222.252:10036: use of closed network connection" [2021-09-16T19:11:36.501Z] time="2021-09-16T19:11:36Z" level=debug msg="memberlist: Stream connection from=172.28.222.252:49400" [2021-09-16T19:11:36.501Z] time="2021-09-16T19:11:36Z" level=info msg="Node 075881c57874 change state NodeActive --> NodeLeft" [2021-09-16T19:11:36.501Z] time="2021-09-16T19:11:36Z" level=info msg="node5(79c4d87212ec): Node leave event for 075881c57874/172.28.222.252" [2021-09-16T19:11:36.501Z] time="2021-09-16T19:11:36Z" level=info msg="Node 075881c57874 change state NodeActive --> NodeLeft" [2021-09-16T19:11:36.501Z] time="2021-09-16T19:11:36Z" level=info msg="node4(075881c57874): Node leave event for 075881c57874/172.28.222.252" [2021-09-16T19:11:36.971Z] time="2021-09-16T19:11:36Z" level=info msg="Node 075881c57874/172.28.222.252, left gossip cluster" [2021-09-16T19:11:36.971Z] time="2021-09-16T19:11:36Z" level=warning msg="memberlist: Was able to connect to 79c4d87212ec but other probes failed, network may be misconfigured" [2021-09-16T19:11:37.329Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2021-09-16T19:11:37.439Z] time="2021-09-16T19:11:36Z" level=info msg="Node 075881c57874/172.28.222.252, left gossip cluster" [2021-09-16T19:11:37.440Z] time="2021-09-16T19:11:37Z" level=debug msg="memberlist: Failed to join 172.28.222.252: dial tcp 172.28.222.252:10022: connectex: No connection could be made because the target machine actively refused it." [2021-09-16T19:11:37.440Z] time="2021-09-16T19:11:37Z" level=info msg="Node 79c4d87212ec/172.28.222.252, left gossip cluster" [2021-09-16T19:11:37.440Z] time="2021-09-16T19:11:37Z" level=info msg="Node 79c4d87212ec change state NodeActive --> NodeFailed" [2021-09-16T19:11:37.440Z] time="2021-09-16T19:11:37Z" level=info msg="Node 79c4d87212ec/172.28.222.252, added to failed nodes list" [2021-09-16T19:11:37.440Z] --- PASS: TestNetworkDBIslands (11.65s) [2021-09-16T19:11:37.440Z] PASS [2021-09-16T19:11:37.440Z] coverage: 60.6% of statements [2021-09-16T19:11:37.440Z] ok github.com/docker/docker/libnetwork/networkdb 103.540s coverage: 60.6% of statements [2021-09-16T19:11:37.440Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2021-09-16T19:11:37.440Z] ? github.com/docker/docker/libnetwork/osl/kernel [no test files] [2021-09-16T19:11:37.440Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2021-09-16T19:11:37.440Z] ? github.com/docker/docker/oci/caps [no test files] [2021-09-16T19:11:37.440Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-09-16T19:11:37.440Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-09-16T19:11:37.440Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-09-16T19:11:37.440Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-09-16T19:11:37.440Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-09-16T19:11:37.440Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2021-09-16T19:11:37.440Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2021-09-16T19:11:37.440Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-09-16T19:11:37.440Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-09-16T19:11:37.440Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-09-16T19:11:37.440Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-09-16T19:11:37.440Z] ? github.com/docker/docker/pkg/signal [no test files] [2021-09-16T19:11:37.440Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-09-16T19:11:37.440Z] ? github.com/docker/docker/pkg/term [no test files] [2021-09-16T19:11:37.440Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-09-16T19:11:37.440Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2021-09-16T19:11:37.440Z] ? github.com/docker/docker/quota [no test files] [2021-09-16T19:11:37.440Z] ? github.com/docker/docker/rootless [no test files] [2021-09-16T19:11:37.440Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-09-16T19:11:37.440Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-09-16T19:11:37.440Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-09-16T19:11:37.440Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-09-16T19:11:37.440Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-09-16T19:11:37.440Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-09-16T19:11:37.440Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-09-16T19:11:37.440Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-09-16T19:11:37.440Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-09-16T19:11:37.440Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-09-16T19:11:37.440Z] ? github.com/docker/docker/testutil/request [no test files] [2021-09-16T19:11:37.440Z] ? github.com/docker/docker/volume [no test files] [2021-09-16T19:11:37.440Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-09-16T19:11:37.440Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-09-16T19:11:37.668Z] tests/integration/api_healthcheck_test.py .... [ 35%] [2021-09-16T19:11:38.270Z] check_test.go:308: [d0109f4862169] daemon is not started [2021-09-16T19:11:38.270Z] === RUN TestDockerDaemonSuite/TestDaemonAllocatesListeningPort [2021-09-16T19:11:38.270Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2021-09-16T19:11:38.849Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-09-16T19:11:38.900Z] Removing intermediate container d03e9876bc72 [2021-09-16T19:11:38.900Z] ---> bbd42e833b18 [2021-09-16T19:11:38.900Z] Step 7/13 : ARG BUSYBOX_VERSION [2021-09-16T19:11:38.900Z] ---> Running in a269d1d1b76d [2021-09-16T19:11:38.900Z] Removing intermediate container a269d1d1b76d [2021-09-16T19:11:38.900Z] ---> 37255621d6a4 [2021-09-16T19:11:38.900Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2021-09-16T19:11:38.900Z] ---> Running in f56d2a8a446c [2021-09-16T19:11:38.900Z] Removing intermediate container f56d2a8a446c [2021-09-16T19:11:38.900Z] ---> 6ba7fd6ee44e [2021-09-16T19:11:38.900Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2021-09-16T19:11:39.007Z] [2021-09-16T19:11:39.007Z] === Skipped [2021-09-16T19:11:39.007Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2021-09-16T19:11:39.007Z] dispatchers_test.go:377: Windows does not support stopsignal [2021-09-16T19:11:39.007Z] [2021-09-16T19:11:39.007Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2021-09-16T19:11:39.007Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-09-16T19:11:39.007Z] [2021-09-16T19:11:39.007Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2021-09-16T19:11:39.007Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-09-16T19:11:39.007Z] [2021-09-16T19:11:39.007Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.01s) [2021-09-16T19:11:39.007Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-09-16T19:11:39.007Z] [2021-09-16T19:11:39.007Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2021-09-16T19:11:39.007Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-09-16T19:11:39.007Z] [2021-09-16T19:11:39.007Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2021-09-16T19:11:39.007Z] client_test.go:23: runtime.GOOS == "windows" [2021-09-16T19:11:39.007Z] [2021-09-16T19:11:39.007Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCP6Proxy (0.00s) [2021-09-16T19:11:39.007Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2021-09-16T19:11:39.007Z] [2021-09-16T19:11:39.007Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2021-09-16T19:11:39.007Z] network_proxy_test.go:208: No support for dual stack yet [2021-09-16T19:11:39.007Z] [2021-09-16T19:11:39.007Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestUDP6Proxy (0.00s) [2021-09-16T19:11:39.007Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2021-09-16T19:11:39.007Z] [2021-09-16T19:11:39.007Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP4Proxy (0.00s) [2021-09-16T19:11:39.007Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2021-09-16T19:11:39.007Z] [2021-09-16T19:11:39.007Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP6Proxy (0.00s) [2021-09-16T19:11:39.007Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2021-09-16T19:11:39.007Z] [2021-09-16T19:11:39.007Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2021-09-16T19:11:39.007Z] daemon_test.go:146: root required [2021-09-16T19:11:39.007Z] [2021-09-16T19:11:39.007Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2021-09-16T19:11:39.007Z] reload_test.go:520: root required [2021-09-16T19:11:39.007Z] [2021-09-16T19:11:39.007Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2021-09-16T19:11:39.007Z] config_test.go:526: os.Getuid() != 0: skipping test that requires root [2021-09-16T19:11:39.007Z] [2021-09-16T19:11:39.007Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2021-09-16T19:11:39.007Z] pull_v2_test.go:73: Needs fixing on Windows [2021-09-16T19:11:39.007Z] [2021-09-16T19:11:39.007Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2021-09-16T19:11:39.007Z] pull_v2_test.go:118: Needs fixing on Windows [2021-09-16T19:11:39.007Z] [2021-09-16T19:11:39.007Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2021-09-16T19:11:39.007Z] download_test.go:267: Needs fixing on Windows [2021-09-16T19:11:39.007Z] [2021-09-16T19:11:39.007Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2021-09-16T19:11:39.007Z] layer_test.go:303: Failing on Windows [2021-09-16T19:11:39.007Z] [2021-09-16T19:11:39.007Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2021-09-16T19:11:39.007Z] layer_test.go:352: Failing on Windows [2021-09-16T19:11:39.007Z] [2021-09-16T19:11:39.007Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2021-09-16T19:11:39.007Z] layer_test.go:467: Failing on Windows [2021-09-16T19:11:39.007Z] [2021-09-16T19:11:39.007Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2021-09-16T19:11:39.007Z] layer_test.go:696: Failing on Windows [2021-09-16T19:11:39.007Z] [2021-09-16T19:11:39.007Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2021-09-16T19:11:39.007Z] migration_test.go:45: Failing on Windows [2021-09-16T19:11:39.007Z] [2021-09-16T19:11:39.007Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2021-09-16T19:11:39.007Z] migration_test.go:181: Failing on Windows [2021-09-16T19:11:39.007Z] [2021-09-16T19:11:39.007Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2021-09-16T19:11:39.007Z] mount_test.go:17: Failing on Windows [2021-09-16T19:11:39.007Z] [2021-09-16T19:11:39.007Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2021-09-16T19:11:39.007Z] mount_test.go:76: Failing on Windows [2021-09-16T19:11:39.007Z] [2021-09-16T19:11:39.007Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2021-09-16T19:11:39.007Z] mount_test.go:125: Failing on Windows [2021-09-16T19:11:39.007Z] [2021-09-16T19:11:39.007Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2021-09-16T19:11:39.007Z] mount_test.go:212: Failing on Windows [2021-09-16T19:11:39.007Z] [2021-09-16T19:11:39.007Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.00s) [2021-09-16T19:11:39.007Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2021-09-16T19:11:39.007Z] [2021-09-16T19:11:39.007Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.00s) [2021-09-16T19:11:39.007Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2021-09-16T19:11:39.007Z] [2021-09-16T19:11:39.007Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.00s) [2021-09-16T19:11:39.007Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2021-09-16T19:11:39.008Z] [2021-09-16T19:11:39.008Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s) [2021-09-16T19:11:39.008Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2021-09-16T19:11:39.008Z] [2021-09-16T19:11:39.008Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s) [2021-09-16T19:11:39.008Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2021-09-16T19:11:39.008Z] [2021-09-16T19:11:39.008Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.00s) [2021-09-16T19:11:39.008Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-09-16T19:11:39.008Z] [2021-09-16T19:11:39.008Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.00s) [2021-09-16T19:11:39.008Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-09-16T19:11:39.008Z] [2021-09-16T19:11:39.008Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s) [2021-09-16T19:11:39.008Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-09-16T19:11:39.008Z] [2021-09-16T19:11:39.008Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s) [2021-09-16T19:11:39.008Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2021-09-16T19:11:39.008Z] [2021-09-16T19:11:39.008Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s) [2021-09-16T19:11:39.008Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2021-09-16T19:11:39.008Z] [2021-09-16T19:11:39.008Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s) [2021-09-16T19:11:39.008Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2021-09-16T19:11:39.008Z] [2021-09-16T19:11:39.008Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s) [2021-09-16T19:11:39.008Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2021-09-16T19:11:39.008Z] [2021-09-16T19:11:39.008Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2021-09-16T19:11:39.008Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-16T19:11:39.008Z] [2021-09-16T19:11:39.008Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2021-09-16T19:11:39.008Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-16T19:11:39.008Z] [2021-09-16T19:11:39.008Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2021-09-16T19:11:39.008Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-16T19:11:39.008Z] [2021-09-16T19:11:39.008Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2021-09-16T19:11:39.008Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-16T19:11:39.008Z] [2021-09-16T19:11:39.008Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2021-09-16T19:11:39.008Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-16T19:11:39.008Z] [2021-09-16T19:11:39.008Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2021-09-16T19:11:39.008Z] archive_test.go:133: Xz not present in msys2 [2021-09-16T19:11:39.008Z] [2021-09-16T19:11:39.008Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamZstd (0.02s) [2021-09-16T19:11:39.008Z] archive_test.go:140: zstd not installed [2021-09-16T19:11:39.008Z] [2021-09-16T19:11:39.008Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2021-09-16T19:11:39.008Z] archive_test.go:252: Failing on Windows CI machines [2021-09-16T19:11:39.008Z] [2021-09-16T19:11:39.008Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2021-09-16T19:11:39.008Z] archive_windows_test.go:16: Currently fails [2021-09-16T19:11:39.008Z] [2021-09-16T19:11:39.008Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2021-09-16T19:11:39.008Z] changes_test.go:195: needs more investigation [2021-09-16T19:11:39.008Z] [2021-09-16T19:11:39.008Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsEmpty (0.00s) [2021-09-16T19:11:39.008Z] changes_test.go:260: FIXME: broken on Windows 1903 and up; see #39846 [2021-09-16T19:11:39.008Z] [2021-09-16T19:11:39.008Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesDirsMutated (0.00s) [2021-09-16T19:11:39.008Z] changes_test.go:354: FIXME: broken on Windows 1903 and up; see #39846 [2021-09-16T19:11:39.008Z] [2021-09-16T19:11:39.008Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2021-09-16T19:11:39.008Z] changes_test.go:432: needs further investigation [2021-09-16T19:11:39.008Z] [2021-09-16T19:11:39.008Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2021-09-16T19:11:39.008Z] changes_test.go:468: needs further investigation [2021-09-16T19:11:39.008Z] [2021-09-16T19:11:39.008Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2021-09-16T19:11:39.008Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2021-09-16T19:11:39.008Z] [2021-09-16T19:11:39.008Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2021-09-16T19:11:39.008Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2021-09-16T19:11:39.008Z] [2021-09-16T19:11:39.008Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2021-09-16T19:11:39.008Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-09-16T19:11:39.008Z] [2021-09-16T19:11:39.008Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2021-09-16T19:11:39.008Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-09-16T19:11:39.008Z] [2021-09-16T19:11:39.008Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2021-09-16T19:11:39.008Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2021-09-16T19:11:39.008Z] [2021-09-16T19:11:39.008Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.00s) [2021-09-16T19:11:39.008Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-09-16T19:11:39.008Z] [2021-09-16T19:11:39.008Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2021-09-16T19:11:39.008Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2021-09-16T19:11:39.008Z] [2021-09-16T19:11:39.008Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2021-09-16T19:11:39.008Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2021-09-16T19:11:39.008Z] [2021-09-16T19:11:39.008Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2021-09-16T19:11:39.008Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2021-09-16T19:11:39.008Z] [2021-09-16T19:11:39.008Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2021-09-16T19:11:39.008Z] poller_test.go:40: No chmod on Windows [2021-09-16T19:11:39.008Z] [2021-09-16T19:11:39.008Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2021-09-16T19:11:39.008Z] fileutils_test.go:133: Needs porting to Windows [2021-09-16T19:11:39.008Z] [2021-09-16T19:11:39.008Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2021-09-16T19:11:39.008Z] fileutils_test.go:179: Needs porting to Windows [2021-09-16T19:11:39.008Z] [2021-09-16T19:11:39.008Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s) [2021-09-16T19:11:39.008Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2021-09-16T19:11:39.008Z] [2021-09-16T19:11:39.209Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2021-09-16T19:11:39.477Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2021-09-16T19:11:39.478Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2021-09-16T19:11:39.478Z] [2021-09-16T19:11:39.478Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2021-09-16T19:11:39.478Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2021-09-16T19:11:39.478Z] [2021-09-16T19:11:39.478Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2021-09-16T19:11:39.478Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2021-09-16T19:11:39.478Z] [2021-09-16T19:11:39.478Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2021-09-16T19:11:39.478Z] local_test.go:180: runtime.GOOS == "windows" [2021-09-16T19:11:39.478Z] [2021-09-16T19:11:39.478Z] DONE 2070 tests, 70 skipped in 240.219s [2021-09-16T19:11:39.478Z] INFO: make.ps1 ended at 09/16/2021 19:11:39 [2021-09-16T19:11:39.891Z] === RUN TestCheckpointCreateError [2021-09-16T19:11:39.891Z] --- PASS: TestCheckpointCreateError (0.00s) [2021-09-16T19:11:39.891Z] === RUN TestCheckpointCreate [2021-09-16T19:11:39.891Z] --- PASS: TestCheckpointCreate (0.00s) [2021-09-16T19:11:39.891Z] === RUN TestCheckpointDeleteError [2021-09-16T19:11:39.891Z] --- PASS: TestCheckpointDeleteError (0.00s) [2021-09-16T19:11:39.891Z] === RUN TestCheckpointDelete [2021-09-16T19:11:39.891Z] --- PASS: TestCheckpointDelete (0.00s) [2021-09-16T19:11:39.891Z] === RUN TestCheckpointListError [2021-09-16T19:11:39.891Z] --- PASS: TestCheckpointListError (0.00s) [2021-09-16T19:11:39.891Z] === RUN TestCheckpointList [2021-09-16T19:11:39.891Z] --- PASS: TestCheckpointList (0.00s) [2021-09-16T19:11:39.891Z] === RUN TestCheckpointListContainerNotFound [2021-09-16T19:11:39.891Z] --- PASS: TestCheckpointListContainerNotFound (0.00s) [2021-09-16T19:11:39.891Z] === RUN TestNewClientWithOpsFromEnv [2021-09-16T19:11:39.891Z] client_test.go:23: runtime.GOOS == "windows" [2021-09-16T19:11:39.891Z] --- SKIP: TestNewClientWithOpsFromEnv (0.00s) [2021-09-16T19:11:39.891Z] === RUN TestGetAPIPath [2021-09-16T19:11:39.891Z] --- PASS: TestGetAPIPath (0.00s) [2021-09-16T19:11:39.891Z] === RUN TestParseHostURL [2021-09-16T19:11:39.891Z] --- PASS: TestParseHostURL (0.00s) [2021-09-16T19:11:39.891Z] === RUN TestNewClientWithOpsFromEnvSetsDefaultVersion [2021-09-16T19:11:39.891Z] --- PASS: TestNewClientWithOpsFromEnvSetsDefaultVersion (0.00s) [2021-09-16T19:11:39.891Z] === RUN TestNegotiateAPIVersionEmpty [2021-09-16T19:11:39.891Z] --- PASS: TestNegotiateAPIVersionEmpty (0.00s) [2021-09-16T19:11:39.891Z] === RUN TestNegotiateAPIVersion [2021-09-16T19:11:39.891Z] --- PASS: TestNegotiateAPIVersion (0.00s) [2021-09-16T19:11:39.891Z] === RUN TestNegotiateAPVersionOverride [2021-09-16T19:11:39.891Z] --- PASS: TestNegotiateAPVersionOverride (0.00s) [2021-09-16T19:11:39.891Z] === RUN TestNegotiateAPIVersionAutomatic [2021-09-16T19:11:39.891Z] --- PASS: TestNegotiateAPIVersionAutomatic (0.00s) [2021-09-16T19:11:39.891Z] === RUN TestNegotiateAPIVersionWithEmptyVersion [2021-09-16T19:11:39.891Z] --- PASS: TestNegotiateAPIVersionWithEmptyVersion (0.00s) [2021-09-16T19:11:39.891Z] === RUN TestNegotiateAPIVersionWithFixedVersion [2021-09-16T19:11:39.891Z] --- PASS: TestNegotiateAPIVersionWithFixedVersion (0.00s) [2021-09-16T19:11:39.891Z] === RUN TestClientRedirect [2021-09-16T19:11:39.891Z] --- PASS: TestClientRedirect (0.00s) [2021-09-16T19:11:39.891Z] === RUN TestConfigCreateUnsupported [2021-09-16T19:11:39.891Z] --- PASS: TestConfigCreateUnsupported (0.00s) [2021-09-16T19:11:39.891Z] === RUN TestConfigCreateError [2021-09-16T19:11:39.891Z] --- PASS: TestConfigCreateError (0.00s) [2021-09-16T19:11:39.891Z] === RUN TestConfigCreate [2021-09-16T19:11:39.891Z] --- PASS: TestConfigCreate (0.00s) [2021-09-16T19:11:39.891Z] === RUN TestConfigInspectNotFound [2021-09-16T19:11:39.891Z] --- PASS: TestConfigInspectNotFound (0.00s) [2021-09-16T19:11:39.891Z] === RUN TestConfigInspectWithEmptyID [2021-09-16T19:11:39.891Z] --- PASS: TestConfigInspectWithEmptyID (0.00s) [2021-09-16T19:11:39.891Z] === RUN TestConfigInspectUnsupported [2021-09-16T19:11:39.891Z] --- PASS: TestConfigInspectUnsupported (0.00s) [2021-09-16T19:11:39.891Z] === RUN TestConfigInspectError [2021-09-16T19:11:39.891Z] --- PASS: TestConfigInspectError (0.00s) [2021-09-16T19:11:39.891Z] === RUN TestConfigInspectConfigNotFound [2021-09-16T19:11:39.891Z] --- PASS: TestConfigInspectConfigNotFound (0.00s) [2021-09-16T19:11:39.891Z] === RUN TestConfigInspect [2021-09-16T19:11:39.891Z] --- PASS: TestConfigInspect (0.00s) [2021-09-16T19:11:39.891Z] === RUN TestConfigListUnsupported [2021-09-16T19:11:39.891Z] --- PASS: TestConfigListUnsupported (0.00s) [2021-09-16T19:11:39.891Z] === RUN TestConfigListError [2021-09-16T19:11:39.891Z] --- PASS: TestConfigListError (0.00s) [2021-09-16T19:11:39.891Z] === RUN TestConfigList [2021-09-16T19:11:39.891Z] --- PASS: TestConfigList (0.00s) [2021-09-16T19:11:39.891Z] === RUN TestConfigRemoveUnsupported [2021-09-16T19:11:39.891Z] --- PASS: TestConfigRemoveUnsupported (0.00s) [2021-09-16T19:11:39.891Z] === RUN TestConfigRemoveError [2021-09-16T19:11:39.891Z] --- PASS: TestConfigRemoveError (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestConfigRemove [2021-09-16T19:11:39.892Z] --- PASS: TestConfigRemove (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestConfigUpdateUnsupported [2021-09-16T19:11:39.892Z] --- PASS: TestConfigUpdateUnsupported (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestConfigUpdateError [2021-09-16T19:11:39.892Z] --- PASS: TestConfigUpdateError (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestConfigUpdate [2021-09-16T19:11:39.892Z] --- PASS: TestConfigUpdate (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestContainerCommitError [2021-09-16T19:11:39.892Z] --- PASS: TestContainerCommitError (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestContainerCommit [2021-09-16T19:11:39.892Z] --- PASS: TestContainerCommit (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestContainerStatPathError [2021-09-16T19:11:39.892Z] --- PASS: TestContainerStatPathError (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestContainerStatPathNotFoundError [2021-09-16T19:11:39.892Z] --- PASS: TestContainerStatPathNotFoundError (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestContainerStatPathNoHeaderError [2021-09-16T19:11:39.892Z] --- PASS: TestContainerStatPathNoHeaderError (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestContainerStatPath [2021-09-16T19:11:39.892Z] --- PASS: TestContainerStatPath (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestCopyToContainerError [2021-09-16T19:11:39.892Z] --- PASS: TestCopyToContainerError (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestCopyToContainerNotFoundError [2021-09-16T19:11:39.892Z] --- PASS: TestCopyToContainerNotFoundError (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestCopyToContainerNotStatusOKError [2021-09-16T19:11:39.892Z] --- PASS: TestCopyToContainerNotStatusOKError (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestCopyToContainer [2021-09-16T19:11:39.892Z] --- PASS: TestCopyToContainer (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestCopyFromContainerError [2021-09-16T19:11:39.892Z] --- PASS: TestCopyFromContainerError (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestCopyFromContainerNotFoundError [2021-09-16T19:11:39.892Z] --- PASS: TestCopyFromContainerNotFoundError (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestCopyFromContainerNotStatusOKError [2021-09-16T19:11:39.892Z] --- PASS: TestCopyFromContainerNotStatusOKError (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestCopyFromContainerNoHeaderError [2021-09-16T19:11:39.892Z] --- PASS: TestCopyFromContainerNoHeaderError (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestCopyFromContainer [2021-09-16T19:11:39.892Z] --- PASS: TestCopyFromContainer (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestContainerCreateError [2021-09-16T19:11:39.892Z] --- PASS: TestContainerCreateError (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestContainerCreateImageNotFound [2021-09-16T19:11:39.892Z] --- PASS: TestContainerCreateImageNotFound (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestContainerCreateWithName [2021-09-16T19:11:39.892Z] --- PASS: TestContainerCreateWithName (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestContainerCreateAutoRemove [2021-09-16T19:11:39.892Z] --- PASS: TestContainerCreateAutoRemove (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestContainerDiffError [2021-09-16T19:11:39.892Z] --- PASS: TestContainerDiffError (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestContainerDiff [2021-09-16T19:11:39.892Z] --- PASS: TestContainerDiff (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestContainerExecCreateError [2021-09-16T19:11:39.892Z] --- PASS: TestContainerExecCreateError (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestContainerExecCreate [2021-09-16T19:11:39.892Z] --- PASS: TestContainerExecCreate (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestContainerExecStartError [2021-09-16T19:11:39.892Z] --- PASS: TestContainerExecStartError (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestContainerExecStart [2021-09-16T19:11:39.892Z] --- PASS: TestContainerExecStart (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestContainerExecInspectError [2021-09-16T19:11:39.892Z] --- PASS: TestContainerExecInspectError (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestContainerExecInspect [2021-09-16T19:11:39.892Z] --- PASS: TestContainerExecInspect (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestContainerExportError [2021-09-16T19:11:39.892Z] --- PASS: TestContainerExportError (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestContainerExport [2021-09-16T19:11:39.892Z] --- PASS: TestContainerExport (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestContainerInspectError [2021-09-16T19:11:39.892Z] --- PASS: TestContainerInspectError (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestContainerInspectContainerNotFound [2021-09-16T19:11:39.892Z] --- PASS: TestContainerInspectContainerNotFound (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestContainerInspectWithEmptyID [2021-09-16T19:11:39.892Z] --- PASS: TestContainerInspectWithEmptyID (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestContainerInspect [2021-09-16T19:11:39.892Z] --- PASS: TestContainerInspect (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestContainerInspectNode [2021-09-16T19:11:39.892Z] --- PASS: TestContainerInspectNode (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestContainerKillError [2021-09-16T19:11:39.892Z] --- PASS: TestContainerKillError (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestContainerKill [2021-09-16T19:11:39.892Z] --- PASS: TestContainerKill (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestContainerListError [2021-09-16T19:11:39.892Z] --- PASS: TestContainerListError (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestContainerList [2021-09-16T19:11:39.892Z] --- PASS: TestContainerList (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestContainerLogsNotFoundError [2021-09-16T19:11:39.892Z] --- PASS: TestContainerLogsNotFoundError (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestContainerLogsError [2021-09-16T19:11:39.892Z] --- PASS: TestContainerLogsError (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestContainerLogs [2021-09-16T19:11:39.892Z] --- PASS: TestContainerLogs (0.14s) [2021-09-16T19:11:39.892Z] === RUN TestContainerPauseError [2021-09-16T19:11:39.892Z] --- PASS: TestContainerPauseError (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestContainerPause [2021-09-16T19:11:39.892Z] --- PASS: TestContainerPause (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestContainersPruneError [2021-09-16T19:11:39.892Z] --- PASS: TestContainersPruneError (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestContainersPrune [2021-09-16T19:11:39.892Z] --- PASS: TestContainersPrune (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestContainerRemoveError [2021-09-16T19:11:39.892Z] --- PASS: TestContainerRemoveError (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestContainerRemoveNotFoundError [2021-09-16T19:11:39.892Z] --- PASS: TestContainerRemoveNotFoundError (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestContainerRemove [2021-09-16T19:11:39.892Z] --- PASS: TestContainerRemove (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestContainerRenameError [2021-09-16T19:11:39.892Z] --- PASS: TestContainerRenameError (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestContainerRename [2021-09-16T19:11:39.892Z] --- PASS: TestContainerRename (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestContainerResizeError [2021-09-16T19:11:39.892Z] --- PASS: TestContainerResizeError (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestContainerExecResizeError [2021-09-16T19:11:39.892Z] --- PASS: TestContainerExecResizeError (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestContainerResize [2021-09-16T19:11:39.892Z] --- PASS: TestContainerResize (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestContainerExecResize [2021-09-16T19:11:39.892Z] --- PASS: TestContainerExecResize (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestContainerRestartError [2021-09-16T19:11:39.892Z] --- PASS: TestContainerRestartError (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestContainerRestart [2021-09-16T19:11:39.892Z] --- PASS: TestContainerRestart (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestContainerStartError [2021-09-16T19:11:39.892Z] --- PASS: TestContainerStartError (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestContainerStart [2021-09-16T19:11:39.892Z] --- PASS: TestContainerStart (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestContainerStatsError [2021-09-16T19:11:39.892Z] --- PASS: TestContainerStatsError (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestContainerStats [2021-09-16T19:11:39.892Z] --- PASS: TestContainerStats (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestContainerStopError [2021-09-16T19:11:39.892Z] --- PASS: TestContainerStopError (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestContainerStop [2021-09-16T19:11:39.892Z] --- PASS: TestContainerStop (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestContainerTopError [2021-09-16T19:11:39.892Z] --- PASS: TestContainerTopError (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestContainerTop [2021-09-16T19:11:39.892Z] --- PASS: TestContainerTop (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestContainerUnpauseError [2021-09-16T19:11:39.892Z] --- PASS: TestContainerUnpauseError (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestContainerUnpause [2021-09-16T19:11:39.892Z] --- PASS: TestContainerUnpause (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestContainerUpdateError [2021-09-16T19:11:39.892Z] --- PASS: TestContainerUpdateError (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestContainerUpdate [2021-09-16T19:11:39.892Z] --- PASS: TestContainerUpdate (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestContainerWaitError [2021-09-16T19:11:39.892Z] --- PASS: TestContainerWaitError (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestContainerWait [2021-09-16T19:11:39.892Z] --- PASS: TestContainerWait (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestDiskUsageError [2021-09-16T19:11:39.892Z] --- PASS: TestDiskUsageError (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestDiskUsage [2021-09-16T19:11:39.892Z] --- PASS: TestDiskUsage (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestDistributionInspectUnsupported [2021-09-16T19:11:39.892Z] --- PASS: TestDistributionInspectUnsupported (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestDistributionInspectWithEmptyID [2021-09-16T19:11:39.892Z] --- PASS: TestDistributionInspectWithEmptyID (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestEventsErrorInOptions [2021-09-16T19:11:39.892Z] --- PASS: TestEventsErrorInOptions (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestEventsErrorFromServer [2021-09-16T19:11:39.892Z] --- PASS: TestEventsErrorFromServer (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestEvents [2021-09-16T19:11:39.892Z] --- PASS: TestEvents (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestTLSCloseWriter [2021-09-16T19:11:39.892Z] === PAUSE TestTLSCloseWriter [2021-09-16T19:11:39.892Z] === RUN TestImageBuildError [2021-09-16T19:11:39.892Z] --- PASS: TestImageBuildError (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestImageBuild [2021-09-16T19:11:39.892Z] --- PASS: TestImageBuild (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestGetDockerOS [2021-09-16T19:11:39.892Z] --- PASS: TestGetDockerOS (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestImageCreateError [2021-09-16T19:11:39.892Z] --- PASS: TestImageCreateError (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestImageCreate [2021-09-16T19:11:39.892Z] --- PASS: TestImageCreate (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestImageHistoryError [2021-09-16T19:11:39.892Z] --- PASS: TestImageHistoryError (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestImageHistory [2021-09-16T19:11:39.892Z] --- PASS: TestImageHistory (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestImageImportError [2021-09-16T19:11:39.892Z] --- PASS: TestImageImportError (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestImageImport [2021-09-16T19:11:39.892Z] --- PASS: TestImageImport (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestImageInspectError [2021-09-16T19:11:39.892Z] --- PASS: TestImageInspectError (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestImageInspectImageNotFound [2021-09-16T19:11:39.892Z] --- PASS: TestImageInspectImageNotFound (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestImageInspectWithEmptyID [2021-09-16T19:11:39.892Z] --- PASS: TestImageInspectWithEmptyID (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestImageInspect [2021-09-16T19:11:39.892Z] --- PASS: TestImageInspect (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestImageListError [2021-09-16T19:11:39.892Z] --- PASS: TestImageListError (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestImageList [2021-09-16T19:11:39.892Z] --- PASS: TestImageList (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestImageListApiBefore125 [2021-09-16T19:11:39.892Z] --- PASS: TestImageListApiBefore125 (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestImageLoadError [2021-09-16T19:11:39.892Z] --- PASS: TestImageLoadError (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestImageLoad [2021-09-16T19:11:39.892Z] --- PASS: TestImageLoad (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestImagesPruneError [2021-09-16T19:11:39.892Z] --- PASS: TestImagesPruneError (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestImagesPrune [2021-09-16T19:11:39.892Z] --- PASS: TestImagesPrune (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestImagePullReferenceParseError [2021-09-16T19:11:39.892Z] --- PASS: TestImagePullReferenceParseError (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestImagePullAnyError [2021-09-16T19:11:39.892Z] --- PASS: TestImagePullAnyError (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestImagePullStatusUnauthorizedError [2021-09-16T19:11:39.892Z] --- PASS: TestImagePullStatusUnauthorizedError (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError [2021-09-16T19:11:39.892Z] --- PASS: TestImagePullWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-09-16T19:11:39.892Z] --- PASS: TestImagePullWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestImagePullWithPrivilegedFuncNoError [2021-09-16T19:11:39.892Z] --- PASS: TestImagePullWithPrivilegedFuncNoError (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestImagePullWithoutErrors [2021-09-16T19:11:39.892Z] --- PASS: TestImagePullWithoutErrors (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestImagePushReferenceError [2021-09-16T19:11:39.892Z] --- PASS: TestImagePushReferenceError (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestImagePushAnyError [2021-09-16T19:11:39.892Z] --- PASS: TestImagePushAnyError (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestImagePushStatusUnauthorizedError [2021-09-16T19:11:39.892Z] --- PASS: TestImagePushStatusUnauthorizedError (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError [2021-09-16T19:11:39.892Z] --- PASS: TestImagePushWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-09-16T19:11:39.892Z] --- PASS: TestImagePushWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestImagePushWithPrivilegedFuncNoError [2021-09-16T19:11:39.892Z] --- PASS: TestImagePushWithPrivilegedFuncNoError (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestImagePushWithoutErrors [2021-09-16T19:11:39.892Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=false [2021-09-16T19:11:39.892Z] === RUN TestImagePushWithoutErrors/myimage:tag,all-tags=false [2021-09-16T19:11:39.892Z] === RUN TestImagePushWithoutErrors/myimage,all-tags=true [2021-09-16T19:11:39.892Z] === RUN TestImagePushWithoutErrors/myimage:anything,all-tags=true [2021-09-16T19:11:39.892Z] --- PASS: TestImagePushWithoutErrors (0.00s) [2021-09-16T19:11:39.892Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=false (0.00s) [2021-09-16T19:11:39.892Z] --- PASS: TestImagePushWithoutErrors/myimage:tag,all-tags=false (0.00s) [2021-09-16T19:11:39.892Z] --- PASS: TestImagePushWithoutErrors/myimage,all-tags=true (0.00s) [2021-09-16T19:11:39.892Z] --- PASS: TestImagePushWithoutErrors/myimage:anything,all-tags=true (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestImageRemoveError [2021-09-16T19:11:39.892Z] --- PASS: TestImageRemoveError (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestImageRemoveImageNotFound [2021-09-16T19:11:39.892Z] --- PASS: TestImageRemoveImageNotFound (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestImageRemove [2021-09-16T19:11:39.892Z] --- PASS: TestImageRemove (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestImageSaveError [2021-09-16T19:11:39.892Z] --- PASS: TestImageSaveError (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestImageSave [2021-09-16T19:11:39.892Z] --- PASS: TestImageSave (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestImageSearchAnyError [2021-09-16T19:11:39.892Z] --- PASS: TestImageSearchAnyError (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestImageSearchStatusUnauthorizedError [2021-09-16T19:11:39.892Z] --- PASS: TestImageSearchStatusUnauthorizedError (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError [2021-09-16T19:11:39.892Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndPrivilegeFuncError (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError [2021-09-16T19:11:39.892Z] --- PASS: TestImageSearchWithUnauthorizedErrorAndAnotherUnauthorizedError (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestImageSearchWithPrivilegedFuncNoError [2021-09-16T19:11:39.892Z] --- PASS: TestImageSearchWithPrivilegedFuncNoError (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestImageSearchWithoutErrors [2021-09-16T19:11:39.892Z] --- PASS: TestImageSearchWithoutErrors (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestImageTagError [2021-09-16T19:11:39.892Z] --- PASS: TestImageTagError (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestImageTagInvalidReference [2021-09-16T19:11:39.892Z] --- PASS: TestImageTagInvalidReference (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestImageTagInvalidSourceImageName [2021-09-16T19:11:39.892Z] --- PASS: TestImageTagInvalidSourceImageName (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestImageTagHexSource [2021-09-16T19:11:39.892Z] --- PASS: TestImageTagHexSource (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestImageTag [2021-09-16T19:11:39.892Z] --- PASS: TestImageTag (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestInfoServerError [2021-09-16T19:11:39.892Z] --- PASS: TestInfoServerError (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestInfoInvalidResponseJSONError [2021-09-16T19:11:39.892Z] --- PASS: TestInfoInvalidResponseJSONError (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestInfo [2021-09-16T19:11:39.892Z] --- PASS: TestInfo (0.01s) [2021-09-16T19:11:39.892Z] === RUN TestNetworkConnectError [2021-09-16T19:11:39.892Z] --- PASS: TestNetworkConnectError (0.00s) [2021-09-16T19:11:39.892Z] === RUN TestNetworkConnectEmptyNilEndpointSettings [2021-09-16T19:11:39.892Z] --- PASS: TestNetworkConnectEmptyNilEndpointSettings (0.00s) [2021-09-16T19:11:40.362Z] === RUN TestNetworkConnect [2021-09-16T19:11:40.362Z] --- PASS: TestNetworkConnect (0.00s) [2021-09-16T19:11:40.362Z] === RUN TestNetworkCreateError [2021-09-16T19:11:40.362Z] --- PASS: TestNetworkCreateError (0.00s) [2021-09-16T19:11:40.362Z] === RUN TestNetworkCreate [2021-09-16T19:11:40.362Z] --- PASS: TestNetworkCreate (0.00s) [2021-09-16T19:11:40.362Z] === RUN TestNetworkDisconnectError [2021-09-16T19:11:40.362Z] --- PASS: TestNetworkDisconnectError (0.00s) [2021-09-16T19:11:40.362Z] === RUN TestNetworkDisconnect [2021-09-16T19:11:40.362Z] --- PASS: TestNetworkDisconnect (0.00s) [2021-09-16T19:11:40.362Z] === RUN TestNetworkInspectError [2021-09-16T19:11:40.362Z] --- PASS: TestNetworkInspectError (0.00s) [2021-09-16T19:11:40.362Z] === RUN TestNetworkInspectNotFoundError [2021-09-16T19:11:40.362Z] --- PASS: TestNetworkInspectNotFoundError (0.00s) [2021-09-16T19:11:40.362Z] === RUN TestNetworkInspectWithEmptyID [2021-09-16T19:11:40.362Z] --- PASS: TestNetworkInspectWithEmptyID (0.00s) [2021-09-16T19:11:40.362Z] === RUN TestNetworkInspect [2021-09-16T19:11:40.362Z] --- PASS: TestNetworkInspect (0.00s) [2021-09-16T19:11:40.362Z] === RUN TestNetworkListError [2021-09-16T19:11:40.362Z] --- PASS: TestNetworkListError (0.00s) [2021-09-16T19:11:40.362Z] === RUN TestNetworkList [2021-09-16T19:11:40.362Z] --- PASS: TestNetworkList (0.00s) [2021-09-16T19:11:40.362Z] === RUN TestNetworksPruneError [2021-09-16T19:11:40.362Z] --- PASS: TestNetworksPruneError (0.00s) [2021-09-16T19:11:40.362Z] === RUN TestNetworksPrune [2021-09-16T19:11:40.362Z] --- PASS: TestNetworksPrune (0.00s) [2021-09-16T19:11:40.362Z] === RUN TestNetworkRemoveError [2021-09-16T19:11:40.362Z] --- PASS: TestNetworkRemoveError (0.00s) [2021-09-16T19:11:40.362Z] === RUN TestNetworkRemove [2021-09-16T19:11:40.362Z] --- PASS: TestNetworkRemove (0.00s) [2021-09-16T19:11:40.362Z] === RUN TestNodeInspectError [2021-09-16T19:11:40.362Z] --- PASS: TestNodeInspectError (0.00s) [2021-09-16T19:11:40.362Z] === RUN TestNodeInspectNodeNotFound [2021-09-16T19:11:40.362Z] --- PASS: TestNodeInspectNodeNotFound (0.00s) [2021-09-16T19:11:40.362Z] === RUN TestNodeInspectWithEmptyID [2021-09-16T19:11:40.362Z] --- PASS: TestNodeInspectWithEmptyID (0.00s) [2021-09-16T19:11:40.362Z] === RUN TestNodeInspect [2021-09-16T19:11:40.362Z] --- PASS: TestNodeInspect (0.00s) [2021-09-16T19:11:40.362Z] === RUN TestNodeListError [2021-09-16T19:11:40.362Z] --- PASS: TestNodeListError (0.00s) [2021-09-16T19:11:40.362Z] === RUN TestNodeList [2021-09-16T19:11:40.362Z] --- PASS: TestNodeList (0.00s) [2021-09-16T19:11:40.362Z] === RUN TestNodeRemoveError [2021-09-16T19:11:40.362Z] --- PASS: TestNodeRemoveError (0.00s) [2021-09-16T19:11:40.362Z] === RUN TestNodeRemove [2021-09-16T19:11:40.362Z] --- PASS: TestNodeRemove (0.00s) [2021-09-16T19:11:40.362Z] === RUN TestNodeUpdateError [2021-09-16T19:11:40.362Z] --- PASS: TestNodeUpdateError (0.00s) [2021-09-16T19:11:40.362Z] === RUN TestNodeUpdate [2021-09-16T19:11:40.362Z] --- PASS: TestNodeUpdate (0.00s) [2021-09-16T19:11:40.362Z] === RUN TestOptionWithTimeout [2021-09-16T19:11:40.362Z] --- PASS: TestOptionWithTimeout (0.00s) [2021-09-16T19:11:40.362Z] === RUN TestPingFail [2021-09-16T19:11:40.362Z] --- PASS: TestPingFail (0.00s) [2021-09-16T19:11:40.362Z] === RUN TestPingWithError [2021-09-16T19:11:40.362Z] 2021/09/16 19:11:39 RoundTripper returned a response & error; ignoring response [2021-09-16T19:11:40.362Z] 2021/09/16 19:11:39 RoundTripper returned a response & error; ignoring response [2021-09-16T19:11:40.362Z] --- PASS: TestPingWithError (0.00s) [2021-09-16T19:11:40.362Z] === RUN TestPingSuccess [2021-09-16T19:11:40.362Z] --- PASS: TestPingSuccess (0.00s) [2021-09-16T19:11:40.362Z] === RUN TestPingHeadFallback [2021-09-16T19:11:40.362Z] === RUN TestPingHeadFallback/OK [2021-09-16T19:11:40.362Z] === RUN TestPingHeadFallback/Internal_Server_Error [2021-09-16T19:11:40.362Z] === RUN TestPingHeadFallback/Not_Found [2021-09-16T19:11:40.362Z] === RUN TestPingHeadFallback/Method_Not_Allowed [2021-09-16T19:11:40.362Z] --- PASS: TestPingHeadFallback (0.00s) [2021-09-16T19:11:40.362Z] --- PASS: TestPingHeadFallback/OK (0.00s) [2021-09-16T19:11:40.362Z] --- PASS: TestPingHeadFallback/Internal_Server_Error (0.00s) [2021-09-16T19:11:40.362Z] --- PASS: TestPingHeadFallback/Not_Found (0.00s) [2021-09-16T19:11:40.362Z] --- PASS: TestPingHeadFallback/Method_Not_Allowed (0.00s) [2021-09-16T19:11:40.362Z] === RUN TestPluginDisableError [2021-09-16T19:11:40.362Z] --- PASS: TestPluginDisableError (0.00s) [2021-09-16T19:11:40.362Z] === RUN TestPluginDisable [2021-09-16T19:11:40.362Z] --- PASS: TestPluginDisable (0.00s) [2021-09-16T19:11:40.362Z] === RUN TestPluginEnableError [2021-09-16T19:11:40.362Z] --- PASS: TestPluginEnableError (0.00s) [2021-09-16T19:11:40.362Z] === RUN TestPluginEnable [2021-09-16T19:11:40.362Z] --- PASS: TestPluginEnable (0.00s) [2021-09-16T19:11:40.362Z] === RUN TestPluginInspectError [2021-09-16T19:11:40.362Z] --- PASS: TestPluginInspectError (0.00s) [2021-09-16T19:11:40.362Z] === RUN TestPluginInspectWithEmptyID [2021-09-16T19:11:40.362Z] --- PASS: TestPluginInspectWithEmptyID (0.00s) [2021-09-16T19:11:40.362Z] === RUN TestPluginInspect [2021-09-16T19:11:40.362Z] --- PASS: TestPluginInspect (0.00s) [2021-09-16T19:11:40.362Z] === RUN TestPluginListError [2021-09-16T19:11:40.362Z] --- PASS: TestPluginListError (0.00s) [2021-09-16T19:11:40.362Z] === RUN TestPluginList [2021-09-16T19:11:40.362Z] --- PASS: TestPluginList (0.00s) [2021-09-16T19:11:40.362Z] === RUN TestPluginPushError [2021-09-16T19:11:40.362Z] --- PASS: TestPluginPushError (0.00s) [2021-09-16T19:11:40.362Z] === RUN TestPluginPush [2021-09-16T19:11:40.362Z] --- PASS: TestPluginPush (0.00s) [2021-09-16T19:11:40.362Z] === RUN TestPluginRemoveError [2021-09-16T19:11:40.362Z] --- PASS: TestPluginRemoveError (0.00s) [2021-09-16T19:11:40.362Z] === RUN TestPluginRemove [2021-09-16T19:11:40.362Z] --- PASS: TestPluginRemove (0.00s) [2021-09-16T19:11:40.362Z] === RUN TestPluginSetError [2021-09-16T19:11:40.362Z] --- PASS: TestPluginSetError (0.00s) [2021-09-16T19:11:40.362Z] === RUN TestPluginSet [2021-09-16T19:11:40.362Z] --- PASS: TestPluginSet (0.00s) [2021-09-16T19:11:40.362Z] === RUN TestSetHostHeader [2021-09-16T19:11:40.362Z] --- PASS: TestSetHostHeader (0.00s) [2021-09-16T19:11:40.362Z] === RUN TestPlainTextError [2021-09-16T19:11:40.362Z] --- PASS: TestPlainTextError (0.00s) [2021-09-16T19:11:40.362Z] === RUN TestInfiniteError [2021-09-16T19:11:40.362Z] --- PASS: TestInfiniteError (0.04s) [2021-09-16T19:11:40.362Z] === RUN TestCanceledContext [2021-09-16T19:11:40.362Z] 2021/09/16 19:11:39 RoundTripper returned a response & error; ignoring response [2021-09-16T19:11:40.362Z] --- PASS: TestCanceledContext (0.02s) [2021-09-16T19:11:40.362Z] === RUN TestDeadlineExceededContext [2021-09-16T19:11:40.362Z] 2021/09/16 19:11:39 RoundTripper returned a response & error; ignoring response [2021-09-16T19:11:40.362Z] --- PASS: TestDeadlineExceededContext (0.00s) [2021-09-16T19:11:40.362Z] === RUN TestSecretCreateUnsupported [2021-09-16T19:11:40.362Z] --- PASS: TestSecretCreateUnsupported (0.00s) [2021-09-16T19:11:40.362Z] === RUN TestSecretCreateError [2021-09-16T19:11:40.362Z] --- PASS: TestSecretCreateError (0.00s) [2021-09-16T19:11:40.362Z] === RUN TestSecretCreate [2021-09-16T19:11:40.362Z] --- PASS: TestSecretCreate (0.00s) [2021-09-16T19:11:40.362Z] === RUN TestSecretInspectUnsupported [2021-09-16T19:11:40.362Z] --- PASS: TestSecretInspectUnsupported (0.00s) [2021-09-16T19:11:40.362Z] === RUN TestSecretInspectError [2021-09-16T19:11:40.362Z] --- PASS: TestSecretInspectError (0.00s) [2021-09-16T19:11:40.362Z] === RUN TestSecretInspectSecretNotFound [2021-09-16T19:11:40.362Z] --- PASS: TestSecretInspectSecretNotFound (0.00s) [2021-09-16T19:11:40.362Z] === RUN TestSecretInspectWithEmptyID [2021-09-16T19:11:40.362Z] --- PASS: TestSecretInspectWithEmptyID (0.00s) [2021-09-16T19:11:40.362Z] === RUN TestSecretInspect [2021-09-16T19:11:40.362Z] --- PASS: TestSecretInspect (0.00s) [2021-09-16T19:11:40.362Z] === RUN TestSecretListUnsupported [2021-09-16T19:11:40.362Z] --- PASS: TestSecretListUnsupported (0.00s) [2021-09-16T19:11:40.362Z] === RUN TestSecretListError [2021-09-16T19:11:40.362Z] --- PASS: TestSecretListError (0.00s) [2021-09-16T19:11:40.362Z] === RUN TestSecretList [2021-09-16T19:11:40.362Z] --- PASS: TestSecretList (0.00s) [2021-09-16T19:11:40.362Z] === RUN TestSecretRemoveUnsupported [2021-09-16T19:11:40.362Z] --- PASS: TestSecretRemoveUnsupported (0.00s) [2021-09-16T19:11:40.362Z] === RUN TestSecretRemoveError [2021-09-16T19:11:40.362Z] --- PASS: TestSecretRemoveError (0.00s) [2021-09-16T19:11:40.362Z] === RUN TestSecretRemove [2021-09-16T19:11:40.362Z] --- PASS: TestSecretRemove (0.00s) [2021-09-16T19:11:40.362Z] === RUN TestSecretUpdateUnsupported [2021-09-16T19:11:40.362Z] --- PASS: TestSecretUpdateUnsupported (0.00s) [2021-09-16T19:11:40.362Z] === RUN TestSecretUpdateError [2021-09-16T19:11:40.362Z] --- PASS: TestSecretUpdateError (0.00s) [2021-09-16T19:11:40.362Z] === RUN TestSecretUpdate [2021-09-16T19:11:40.362Z] --- PASS: TestSecretUpdate (0.00s) [2021-09-16T19:11:40.362Z] === RUN TestServiceCreateError [2021-09-16T19:11:40.362Z] --- PASS: TestServiceCreateError (0.00s) [2021-09-16T19:11:40.362Z] === RUN TestServiceCreate [2021-09-16T19:11:40.362Z] --- PASS: TestServiceCreate (0.00s) [2021-09-16T19:11:40.362Z] === RUN TestServiceCreateCompatiblePlatforms [2021-09-16T19:11:40.362Z] --- PASS: TestServiceCreateCompatiblePlatforms (0.00s) [2021-09-16T19:11:40.362Z] === RUN TestServiceCreateDigestPinning [2021-09-16T19:11:40.362Z] --- PASS: TestServiceCreateDigestPinning (0.00s) [2021-09-16T19:11:40.362Z] === RUN TestServiceInspectError [2021-09-16T19:11:40.362Z] --- PASS: TestServiceInspectError (0.00s) [2021-09-16T19:11:40.362Z] === RUN TestServiceInspectServiceNotFound [2021-09-16T19:11:40.362Z] --- PASS: TestServiceInspectServiceNotFound (0.00s) [2021-09-16T19:11:40.362Z] === RUN TestServiceInspectWithEmptyID [2021-09-16T19:11:40.362Z] --- PASS: TestServiceInspectWithEmptyID (0.00s) [2021-09-16T19:11:40.362Z] === RUN TestServiceInspect [2021-09-16T19:11:40.362Z] --- PASS: TestServiceInspect (0.00s) [2021-09-16T19:11:40.362Z] === RUN TestServiceListError [2021-09-16T19:11:40.362Z] --- PASS: TestServiceListError (0.00s) [2021-09-16T19:11:40.362Z] === RUN TestServiceList [2021-09-16T19:11:40.362Z] --- PASS: TestServiceList (0.00s) [2021-09-16T19:11:40.362Z] === RUN TestServiceLogsError [2021-09-16T19:11:40.362Z] --- PASS: TestServiceLogsError (0.00s) [2021-09-16T19:11:40.362Z] === RUN TestServiceLogs [2021-09-16T19:11:40.362Z] --- PASS: TestServiceLogs (0.00s) [2021-09-16T19:11:40.362Z] === RUN TestServiceRemoveError [2021-09-16T19:11:40.362Z] --- PASS: TestServiceRemoveError (0.00s) [2021-09-16T19:11:40.362Z] === RUN TestServiceRemoveNotFoundError [2021-09-16T19:11:40.362Z] --- PASS: TestServiceRemoveNotFoundError (0.00s) [2021-09-16T19:11:40.362Z] === RUN TestServiceRemove [2021-09-16T19:11:40.362Z] --- PASS: TestServiceRemove (0.00s) [2021-09-16T19:11:40.362Z] === RUN TestServiceUpdateError [2021-09-16T19:11:40.362Z] --- PASS: TestServiceUpdateError (0.00s) [2021-09-16T19:11:40.362Z] === RUN TestServiceUpdate [2021-09-16T19:11:40.362Z] --- PASS: TestServiceUpdate (0.00s) [2021-09-16T19:11:40.362Z] === RUN TestSwarmGetUnlockKeyError [2021-09-16T19:11:40.362Z] --- PASS: TestSwarmGetUnlockKeyError (0.00s) [2021-09-16T19:11:40.362Z] === RUN TestSwarmGetUnlockKey [2021-09-16T19:11:40.362Z] --- PASS: TestSwarmGetUnlockKey (0.00s) [2021-09-16T19:11:40.362Z] === RUN TestSwarmInitError [2021-09-16T19:11:40.362Z] --- PASS: TestSwarmInitError (0.00s) [2021-09-16T19:11:40.362Z] === RUN TestSwarmInit [2021-09-16T19:11:40.362Z] --- PASS: TestSwarmInit (0.00s) [2021-09-16T19:11:40.362Z] === RUN TestSwarmInspectError [2021-09-16T19:11:40.362Z] --- PASS: TestSwarmInspectError (0.00s) [2021-09-16T19:11:40.362Z] === RUN TestSwarmInspect [2021-09-16T19:11:40.362Z] --- PASS: TestSwarmInspect (0.00s) [2021-09-16T19:11:40.362Z] === RUN TestSwarmJoinError [2021-09-16T19:11:40.362Z] --- PASS: TestSwarmJoinError (0.00s) [2021-09-16T19:11:40.362Z] === RUN TestSwarmJoin [2021-09-16T19:11:40.362Z] --- PASS: TestSwarmJoin (0.00s) [2021-09-16T19:11:40.362Z] === RUN TestSwarmLeaveError [2021-09-16T19:11:40.362Z] --- PASS: TestSwarmLeaveError (0.00s) [2021-09-16T19:11:40.362Z] === RUN TestSwarmLeave [2021-09-16T19:11:40.362Z] --- PASS: TestSwarmLeave (0.00s) [2021-09-16T19:11:40.362Z] === RUN TestSwarmUnlockError [2021-09-16T19:11:40.362Z] --- PASS: TestSwarmUnlockError (0.00s) [2021-09-16T19:11:40.362Z] === RUN TestSwarmUnlock [2021-09-16T19:11:40.362Z] --- PASS: TestSwarmUnlock (0.00s) [2021-09-16T19:11:40.362Z] === RUN TestSwarmUpdateError [2021-09-16T19:11:40.362Z] --- PASS: TestSwarmUpdateError (0.00s) [2021-09-16T19:11:40.362Z] === RUN TestSwarmUpdate [2021-09-16T19:11:40.362Z] --- PASS: TestSwarmUpdate (0.00s) [2021-09-16T19:11:40.362Z] === RUN TestTaskInspectError [2021-09-16T19:11:40.362Z] --- PASS: TestTaskInspectError (0.00s) [2021-09-16T19:11:40.362Z] === RUN TestTaskInspectWithEmptyID [2021-09-16T19:11:40.362Z] --- PASS: TestTaskInspectWithEmptyID (0.00s) [2021-09-16T19:11:40.362Z] === RUN TestTaskInspect [2021-09-16T19:11:40.362Z] --- PASS: TestTaskInspect (0.00s) [2021-09-16T19:11:40.362Z] === RUN TestTaskListError [2021-09-16T19:11:40.362Z] --- PASS: TestTaskListError (0.00s) [2021-09-16T19:11:40.362Z] === RUN TestTaskList [2021-09-16T19:11:40.362Z] --- PASS: TestTaskList (0.00s) [2021-09-16T19:11:40.362Z] === RUN TestVolumeCreateError [2021-09-16T19:11:40.363Z] --- PASS: TestVolumeCreateError (0.00s) [2021-09-16T19:11:40.363Z] === RUN TestVolumeCreate [2021-09-16T19:11:40.363Z] --- PASS: TestVolumeCreate (0.00s) [2021-09-16T19:11:40.363Z] === RUN TestVolumeInspectError [2021-09-16T19:11:40.363Z] --- PASS: TestVolumeInspectError (0.00s) [2021-09-16T19:11:40.363Z] === RUN TestVolumeInspectNotFound [2021-09-16T19:11:40.363Z] --- PASS: TestVolumeInspectNotFound (0.00s) [2021-09-16T19:11:40.363Z] === RUN TestVolumeInspectWithEmptyID [2021-09-16T19:11:40.363Z] --- PASS: TestVolumeInspectWithEmptyID (0.00s) [2021-09-16T19:11:40.363Z] === RUN TestVolumeInspect [2021-09-16T19:11:40.363Z] --- PASS: TestVolumeInspect (0.00s) [2021-09-16T19:11:40.363Z] === RUN TestVolumeListError [2021-09-16T19:11:40.363Z] --- PASS: TestVolumeListError (0.00s) [2021-09-16T19:11:40.363Z] === RUN TestVolumeList [2021-09-16T19:11:40.363Z] --- PASS: TestVolumeList (0.00s) [2021-09-16T19:11:40.363Z] === RUN TestVolumeRemoveError [2021-09-16T19:11:40.363Z] --- PASS: TestVolumeRemoveError (0.00s) [2021-09-16T19:11:40.363Z] === RUN TestVolumeRemove [2021-09-16T19:11:40.363Z] --- PASS: TestVolumeRemove (0.00s) [2021-09-16T19:11:40.363Z] === CONT TestTLSCloseWriter [2021-09-16T19:11:40.363Z] --- PASS: TestTLSCloseWriter (0.01s) [2021-09-16T19:11:40.363Z] PASS [2021-09-16T19:11:40.363Z] coverage: 75.1% of statements [2021-09-16T19:11:40.363Z] ok github.com/docker/docker/client 0.374s coverage: 75.1% of statements [2021-09-16T19:11:40.425Z] [2021-09-16T19:11:40.425Z] ---> a2d385bec99f [2021-09-16T19:11:40.425Z] 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-16T19:11:40.880Z] ---> Running in 81e817695231 [2021-09-16T19:11:41.045Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2021-09-16T19:11:41.045Z] INFO: Unit tests ended at 09/16/2021 19:11:40. Duration:00:04:10.4739532 [2021-09-16T19:11:41.045Z] INFO: Building busybox [2021-09-16T19:11:41.045Z] Sending build context to Docker daemon 5.12kB [2021-09-16T19:11:41.045Z] [2021-09-16T19:11:41.045Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2021-09-16T19:11:41.045Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2021-09-16T19:11:41.045Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2021-09-16T19:11:41.045Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2021-09-16T19:11:41.045Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2021-09-16T19:11:41.045Z] ---> a3aeeffc33bf [2021-09-16T19:11:41.045Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2021-09-16T19:11:41.045Z] ---> Running in 9b882513f3f3 [2021-09-16T19:11:41.121Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2021-09-16T19:11:41.223Z] tests/integration/api_image_test.py ............s..... [ 40%] [2021-09-16T19:11:42.063Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2021-09-16T19:11:42.133Z] --- PASS: TestServiceCreateInit (7.55s) [2021-09-16T19:11:42.133Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (3.85s) [2021-09-16T19:11:42.133Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (3.69s) [2021-09-16T19:11:42.133Z] === RUN TestCreateServiceMultipleTimes [2021-09-16T19:11:42.279Z] Building test suite binary /go/src/github.com/docker/docker/integration/image/test.main [2021-09-16T19:11:42.324Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeExternal [2021-09-16T19:11:43.269Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2021-09-16T19:11:43.269Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2021-09-16T19:11:44.210Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2021-09-16T19:11:44.842Z] Removing intermediate container 9b882513f3f3 [2021-09-16T19:11:44.842Z] ---> 4daaccbc9f7b [2021-09-16T19:11:44.842Z] Step 7/13 : ARG BUSYBOX_VERSION [2021-09-16T19:11:44.842Z] ---> Running in 9bb27a342dca [2021-09-16T19:11:45.151Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2021-09-16T19:11:45.460Z] Removing intermediate container 9bb27a342dca [2021-09-16T19:11:45.460Z] ---> fcc37a48139c [2021-09-16T19:11:45.460Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2021-09-16T19:11:45.460Z] ---> Running in 1ea6cf731d90 [2021-09-16T19:11:45.460Z] Removing intermediate container 1ea6cf731d90 [2021-09-16T19:11:45.460Z] ---> cfe3bca0f4c8 [2021-09-16T19:11:45.460Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2021-09-16T19:11:45.573Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork [2021-09-16T19:11:45.836Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (16.41s) [2021-09-16T19:11:45.836Z] PASS [2021-09-16T19:11:45.836Z] [2021-09-16T19:11:45.836Z] === Skipped [2021-09-16T19:11:45.836Z] === SKIP: amd64.integration.build TestBuildWithSession (0.00s) [2021-09-16T19:11:45.836Z] build_session_test.go:25: TODO: BuildKit [2021-09-16T19:11:45.836Z] [2021-09-16T19:11:45.836Z] === SKIP: amd64.integration.build TestBuildWCOWSandboxSize (0.01s) [2021-09-16T19:11:45.836Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-09-16T19:11:45.836Z] [2021-09-16T19:11:45.836Z] DONE 34 tests, 2 skipped in 175.907s [2021-09-16T19:11:45.836Z] Running /go/src/github.com/docker/docker/integration/config (amd64.integration.config) flags=-test.v -test.timeout=120m [2021-09-16T19:11:45.836Z] ++ 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-16T19:11:45.836Z] ++ set -e [2021-09-16T19:11:45.836Z] ++ '[' -n 0 ']' [2021-09-16T19:11:45.836Z] ++ set -x [2021-09-16T19:11:45.836Z] ++ 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-16T19:11:45.836Z] INFO: Testing against a local daemon [2021-09-16T19:11:45.836Z] === RUN TestConfigInspect [2021-09-16T19:11:46.700Z] Removing intermediate container 81e817695231 [2021-09-16T19:11:46.700Z] ---> f2a5b0a22460 [2021-09-16T19:11:46.700Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2021-09-16T19:11:47.030Z] [2021-09-16T19:11:47.030Z] ---> 8c7a358a4a9a [2021-09-16T19:11:47.030Z] 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-16T19:11:47.030Z] ---> Running in 314d9db1afb7 [2021-09-16T19:11:47.155Z] ---> Running in 90444d5423ba [2021-09-16T19:11:47.748Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr [2021-09-16T19:11:48.116Z] [2021-09-16T19:11:48.116Z] SUCCESS: Specified value was saved. [2021-09-16T19:11:49.135Z] --- PASS: TestConfigInspect (2.97s) [2021-09-16T19:11:49.135Z] === RUN TestConfigList [2021-09-16T19:11:49.641Z] Removing intermediate container 90444d5423ba [2021-09-16T19:11:49.641Z] ---> 2cfc2e31bc6e [2021-09-16T19:11:49.641Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2021-09-16T19:11:49.641Z] ---> Running in dabad96bb7fb [2021-09-16T19:11:50.434Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/test.main [2021-09-16T19:11:51.047Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 [2021-09-16T19:11:51.378Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/ipvlan/test.main [2021-09-16T19:11:51.989Z] --- PASS: TestConfigList (2.82s) [2021-09-16T19:11:51.989Z] === RUN TestConfigsCreateAndDelete [2021-09-16T19:11:52.323Z] Building test suite binary /go/src/github.com/docker/docker/integration/network/macvlan/test.main [2021-09-16T19:11:52.577Z] Cannot create a file when that file already exists. [2021-09-16T19:11:53.266Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/test.main [2021-09-16T19:11:53.528Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/authz/test.main [2021-09-16T19:11:53.905Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeIP [2021-09-16T19:11:54.201Z] Removing intermediate container 314d9db1afb7 [2021-09-16T19:11:54.201Z] ---> 823fc0f21a7d [2021-09-16T19:11:54.201Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2021-09-16T19:11:54.201Z] ---> Running in 6ecdacd180ef [2021-09-16T19:11:54.671Z] [2021-09-16T19:11:54.671Z] SUCCESS: Specified value was saved. [2021-09-16T19:11:54.847Z] --- PASS: TestConfigsCreateAndDelete (3.01s) [2021-09-16T19:11:54.847Z] === RUN TestConfigsUpdate [2021-09-16T19:11:54.916Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/common/test.main [2021-09-16T19:11:55.421Z] --- PASS: TestCheckoutGit (26.62s) [2021-09-16T19:11:55.421Z] === RUN TestValidGitTransport [2021-09-16T19:11:55.421Z] --- PASS: TestValidGitTransport (0.00s) [2021-09-16T19:11:55.421Z] === RUN TestGitInvalidRef [2021-09-16T19:11:55.421Z] --- PASS: TestGitInvalidRef (0.18s) [2021-09-16T19:11:55.421Z] PASS [2021-09-16T19:11:55.421Z] coverage: 86.3% of statements [2021-09-16T19:11:55.421Z] ok github.com/docker/docker/builder/remotecontext/git 26.948s coverage: 86.3% of statements [2021-09-16T19:11:55.892Z] ? github.com/docker/docker/cli [no test files] [2021-09-16T19:11:55.892Z] ? github.com/docker/docker/cli/config [no test files] [2021-09-16T19:11:56.229Z] === RUN TestDockerDaemonSuite/TestDaemonBridgeNone [2021-09-16T19:11:56.295Z] Removing intermediate container dabad96bb7fb [2021-09-16T19:11:56.295Z] ---> 99d987ff5272 [2021-09-16T19:11:56.295Z] Step 13/13 : CMD ["sh"] [2021-09-16T19:11:56.295Z] ---> Running in 85a54a576263 [2021-09-16T19:11:56.295Z] Removing intermediate container 85a54a576263 [2021-09-16T19:11:56.295Z] ---> b9059d9c3163 [2021-09-16T19:11:56.295Z] Successfully built b9059d9c3163 [2021-09-16T19:11:56.295Z] Successfully tagged busybox:latest [2021-09-16T19:11:56.295Z] INFO: Docker images of the daemon under test [2021-09-16T19:11:56.295Z] [2021-09-16T19:11:56.295Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-09-16T19:11:56.295Z] busybox latest b9059d9c3163 1 second ago 4.84GB [2021-09-16T19:11:56.295Z] microsoft/windowsservercore latest a3aeeffc33bf 3 days ago 4.8GB [2021-09-16T19:11:56.295Z] mcr.microsoft.com/windows/servercore ltsc2022 a3aeeffc33bf 3 days ago 4.8GB [2021-09-16T19:11:56.295Z] [2021-09-16T19:11:56.295Z] INFO: Running integration tests at 09/16/2021 19:11:56... [2021-09-16T19:11:56.295Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2021-09-16T19:11:56.295Z] INFO: Integration API tests being run from the host: [2021-09-16T19:11:56.295Z] INFO: make.ps1 starting at 09/16/2021 19:11:56 [2021-09-16T19:11:56.889Z] Removing intermediate container 6ecdacd180ef [2021-09-16T19:11:56.889Z] ---> d858efbefc1b [2021-09-16T19:11:56.889Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2021-09-16T19:11:56.889Z] ---> Running in b999a879bfa5 [2021-09-16T19:11:57.256Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2021-09-16T19:11:57.415Z] tests/integration/api_network_test.py ............................ [ 47%] [2021-09-16T19:11:57.612Z] === RUN TestDockerDaemonSuite/TestDaemonCgroupParent [2021-09-16T19:11:57.612Z] --- PASS: TestConfigsUpdate (2.76s) [2021-09-16T19:11:57.612Z] === RUN TestTemplatedConfig [2021-09-16T19:11:59.126Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/graphdriver/test.main [2021-09-16T19:11:59.528Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress [2021-09-16T19:11:59.895Z] Cannot create a file when that file already exists. [2021-09-16T19:12:00.068Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/test.main [2021-09-16T19:12:00.098Z] check_test.go:308: [d8c850a7a829d] daemon is not started [2021-09-16T19:12:00.098Z] === RUN TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress [2021-09-16T19:12:00.214Z] --- PASS: TestCreateServiceMultipleTimes (15.65s) [2021-09-16T19:12:00.214Z] === RUN TestCreateServiceConflict [2021-09-16T19:12:00.214Z] --- PASS: TestCreateServiceConflict (2.14s) [2021-09-16T19:12:00.214Z] === RUN TestCreateServiceMaxReplicas [2021-09-16T19:12:00.358Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2021-09-16T19:12:00.618Z] check_test.go:308: [dfcd89a5bc683] daemon is not started [2021-09-16T19:12:00.618Z] === RUN TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode [2021-09-16T19:12:00.879Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2021-09-16T19:12:00.879Z] --- PASS: TestTemplatedConfig (3.41s) [2021-09-16T19:12:00.879Z] === RUN TestConfigCreateResolve [2021-09-16T19:12:01.454Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/logging/cmd/discard/test.main [2021-09-16T19:12:01.768Z] === RUN TestLoadDaemonCliConfigWithoutOverriding [2021-09-16T19:12:01.769Z] --- PASS: TestLoadDaemonCliConfigWithoutOverriding (0.00s) [2021-09-16T19:12:01.769Z] === RUN TestLoadDaemonCliConfigWithTLS [2021-09-16T19:12:01.769Z] --- PASS: TestLoadDaemonCliConfigWithTLS (0.00s) [2021-09-16T19:12:01.769Z] === RUN TestLoadDaemonCliConfigWithConflicts [2021-09-16T19:12:01.769Z] --- PASS: TestLoadDaemonCliConfigWithConflicts (0.00s) [2021-09-16T19:12:01.769Z] === RUN TestLoadDaemonCliWithConflictingNodeGenericResources [2021-09-16T19:12:01.769Z] --- PASS: TestLoadDaemonCliWithConflictingNodeGenericResources (0.00s) [2021-09-16T19:12:01.769Z] === RUN TestLoadDaemonCliWithConflictingLabels [2021-09-16T19:12:01.769Z] --- PASS: TestLoadDaemonCliWithConflictingLabels (0.00s) [2021-09-16T19:12:01.769Z] === RUN TestLoadDaemonCliWithDuplicateLabels [2021-09-16T19:12:01.769Z] --- PASS: TestLoadDaemonCliWithDuplicateLabels (0.00s) [2021-09-16T19:12:01.769Z] === RUN TestLoadDaemonCliConfigWithTLSVerify [2021-09-16T19:12:01.769Z] --- PASS: TestLoadDaemonCliConfigWithTLSVerify (0.00s) [2021-09-16T19:12:01.769Z] === RUN TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse [2021-09-16T19:12:01.769Z] --- PASS: TestLoadDaemonCliConfigWithExplicitTLSVerifyFalse (0.00s) [2021-09-16T19:12:01.769Z] === RUN TestLoadDaemonCliConfigWithoutTLSVerify [2021-09-16T19:12:01.769Z] --- PASS: TestLoadDaemonCliConfigWithoutTLSVerify (0.00s) [2021-09-16T19:12:01.769Z] === RUN TestLoadDaemonCliConfigWithLogLevel [2021-09-16T19:12:01.769Z] --- PASS: TestLoadDaemonCliConfigWithLogLevel (0.00s) [2021-09-16T19:12:01.769Z] === RUN TestLoadDaemonConfigWithEmbeddedOptions [2021-09-16T19:12:01.769Z] --- PASS: TestLoadDaemonConfigWithEmbeddedOptions (0.00s) [2021-09-16T19:12:01.769Z] === RUN TestLoadDaemonConfigWithRegistryOptions [2021-09-16T19:12:01.769Z] --- PASS: TestLoadDaemonConfigWithRegistryOptions (0.00s) [2021-09-16T19:12:01.769Z] === RUN TestConfigureDaemonLogs [2021-09-16T19:12:01.769Z] --- PASS: TestConfigureDaemonLogs (0.00s) [2021-09-16T19:12:01.769Z] === RUN TestCommonOptionsInstallFlags [2021-09-16T19:12:01.769Z] --- PASS: TestCommonOptionsInstallFlags (0.00s) [2021-09-16T19:12:01.769Z] === RUN TestCommonOptionsInstallFlagsWithDefaults [2021-09-16T19:12:01.769Z] --- PASS: TestCommonOptionsInstallFlagsWithDefaults (0.00s) [2021-09-16T19:12:01.769Z] PASS [2021-09-16T19:12:01.769Z] coverage: 18.5% of statements [2021-09-16T19:12:01.769Z] ok github.com/docker/docker/cmd/dockerd 0.174s coverage: 18.5% of statements [2021-09-16T19:12:01.769Z] ? github.com/docker/docker/cmd/dockerd/trap [no test files] [2021-09-16T19:12:01.769Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2021-09-16T19:12:01.839Z] === RUN TestDockerDaemonSuite/TestDaemonDebugLog [2021-09-16T19:12:02.025Z] Building test suite binary /go/src/github.com/docker/docker/integration/plugin/volumes/test.main [2021-09-16T19:12:02.102Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2021-09-16T19:12:02.365Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2021-09-16T19:12:02.628Z] check_test.go:308: [d4a4bc26ab982] daemon is not started [2021-09-16T19:12:02.628Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit [2021-09-16T19:12:02.742Z] --- PASS: TestCreateServiceMaxReplicas (2.83s) [2021-09-16T19:12:02.743Z] === RUN TestCreateWithDuplicateNetworkNames [2021-09-16T19:12:02.757Z] === RUN TestContainerStopSignal [2021-09-16T19:12:02.757Z] --- PASS: TestContainerStopSignal (0.00s) [2021-09-16T19:12:02.757Z] === RUN TestContainerStopTimeout [2021-09-16T19:12:02.757Z] --- PASS: TestContainerStopTimeout (0.00s) [2021-09-16T19:12:02.757Z] === RUN TestContainerSecretReferenceDestTarget [2021-09-16T19:12:02.757Z] --- PASS: TestContainerSecretReferenceDestTarget (0.00s) [2021-09-16T19:12:02.757Z] === RUN TestContainerLogPathSetForJSONFileLogger [2021-09-16T19:12:02.757Z] --- PASS: TestContainerLogPathSetForJSONFileLogger (0.00s) [2021-09-16T19:12:02.757Z] === RUN TestContainerLogPathSetForRingLogger [2021-09-16T19:12:02.757Z] --- PASS: TestContainerLogPathSetForRingLogger (0.00s) [2021-09-16T19:12:02.757Z] === RUN TestReplaceAndAppendEnvVars [2021-09-16T19:12:02.757Z] env_test.go:19: default=[HOME=/root FOO=foo_default], override=[HOME=/root TERM=xterm FOO BAR], result=[HOME=/root TERM=xterm] [2021-09-16T19:12:02.757Z] --- PASS: TestReplaceAndAppendEnvVars (0.00s) [2021-09-16T19:12:02.757Z] === RUN TestNewMemoryStore [2021-09-16T19:12:02.757Z] --- PASS: TestNewMemoryStore (0.00s) [2021-09-16T19:12:02.757Z] === RUN TestAddContainers [2021-09-16T19:12:02.757Z] --- PASS: TestAddContainers (0.00s) [2021-09-16T19:12:02.757Z] === RUN TestGetContainer [2021-09-16T19:12:02.757Z] --- PASS: TestGetContainer (0.00s) [2021-09-16T19:12:02.757Z] === RUN TestDeleteContainer [2021-09-16T19:12:02.757Z] --- PASS: TestDeleteContainer (0.00s) [2021-09-16T19:12:02.757Z] === RUN TestListContainers [2021-09-16T19:12:02.757Z] --- PASS: TestListContainers (0.00s) [2021-09-16T19:12:02.757Z] === RUN TestFirstContainer [2021-09-16T19:12:02.757Z] --- PASS: TestFirstContainer (0.00s) [2021-09-16T19:12:02.757Z] === RUN TestApplyAllContainer [2021-09-16T19:12:02.757Z] --- PASS: TestApplyAllContainer (0.00s) [2021-09-16T19:12:02.757Z] === RUN TestIsValidHealthString [2021-09-16T19:12:02.757Z] --- PASS: TestIsValidHealthString (0.00s) [2021-09-16T19:12:02.757Z] === RUN TestStateRunStop [2021-09-16T19:12:02.757Z] --- PASS: TestStateRunStop (0.00s) [2021-09-16T19:12:02.757Z] === RUN TestStateTimeoutWait [2021-09-16T19:12:02.757Z] state_test.go:141: Stop callback fired [2021-09-16T19:12:02.757Z] state_test.go:165: Stop callback fired [2021-09-16T19:12:02.757Z] --- PASS: TestStateTimeoutWait (0.10s) [2021-09-16T19:12:02.757Z] === RUN TestIsValidStateString [2021-09-16T19:12:02.757Z] --- PASS: TestIsValidStateString (0.00s) [2021-09-16T19:12:02.757Z] === RUN TestViewSaveDelete [2021-09-16T19:12:02.757Z] --- PASS: TestViewSaveDelete (0.01s) [2021-09-16T19:12:02.757Z] === RUN TestViewAll [2021-09-16T19:12:02.757Z] --- PASS: TestViewAll (0.01s) [2021-09-16T19:12:02.757Z] === RUN TestViewGet [2021-09-16T19:12:02.757Z] --- PASS: TestViewGet (0.01s) [2021-09-16T19:12:02.757Z] === RUN TestNames [2021-09-16T19:12:02.757Z] --- PASS: TestNames (0.00s) [2021-09-16T19:12:02.757Z] === RUN TestViewWithHealthCheck [2021-09-16T19:12:02.757Z] --- PASS: TestViewWithHealthCheck (0.01s) [2021-09-16T19:12:02.757Z] PASS [2021-09-16T19:12:02.757Z] coverage: 41.7% of statements [2021-09-16T19:12:02.757Z] ok github.com/docker/docker/container 0.224s coverage: 41.7% of statements [2021-09-16T19:12:02.757Z] ? github.com/docker/docker/container/stream [no test files] [2021-09-16T19:12:02.757Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-09-16T19:12:02.757Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-09-16T19:12:02.757Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-09-16T19:12:02.851Z] Removing intermediate container b999a879bfa5 [2021-09-16T19:12:02.851Z] ---> dac61494b2a2 [2021-09-16T19:12:02.851Z] Step 13/13 : CMD ["sh"] [2021-09-16T19:12:03.202Z] === RUN TestDockerSuite/TestBuildAddChangeOwnership [2021-09-16T19:12:03.321Z] ---> Running in da1faf3405e2 [2021-09-16T19:12:03.321Z] Removing intermediate container da1faf3405e2 [2021-09-16T19:12:03.321Z] ---> 908a1cea8e73 [2021-09-16T19:12:03.321Z] Successfully built 908a1cea8e73 [2021-09-16T19:12:03.321Z] Successfully tagged busybox:latest [2021-09-16T19:12:03.321Z] INFO: Docker images of the daemon under test [2021-09-16T19:12:03.321Z] [2021-09-16T19:12:03.321Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-09-16T19:12:03.321Z] busybox latest 908a1cea8e73 Less than a second ago 4.84GB [2021-09-16T19:12:03.321Z] mcr.microsoft.com/windows/servercore ltsc2022 a3aeeffc33bf 3 days ago 4.8GB [2021-09-16T19:12:03.321Z] microsoft/windowsservercore latest a3aeeffc33bf 3 days ago 4.8GB [2021-09-16T19:12:03.321Z] [2021-09-16T19:12:03.321Z] INFO: Running integration tests at 09/16/2021 19:12:03... [2021-09-16T19:12:03.321Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2021-09-16T19:12:03.321Z] INFO: Integration API tests being run from the host: [2021-09-16T19:12:03.321Z] INFO: make.ps1 starting at 09/16/2021 19:12:03 [2021-09-16T19:12:03.412Z] Building test suite binary /go/src/github.com/docker/docker/integration/secret/test.main [2021-09-16T19:12:03.747Z] === RUN TestPrepare [2021-09-16T19:12:03.747Z] --- PASS: TestPrepare (0.00s) [2021-09-16T19:12:03.747Z] === RUN TestStart [2021-09-16T19:12:03.747Z] --- PASS: TestStart (0.00s) [2021-09-16T19:12:03.747Z] === RUN TestWaitCancel [2021-09-16T19:12:03.747Z] --- PASS: TestWaitCancel (0.00s) [2021-09-16T19:12:03.747Z] === RUN TestWaitDisabled [2021-09-16T19:12:03.747Z] --- PASS: TestWaitDisabled (0.00s) [2021-09-16T19:12:03.747Z] === RUN TestWaitEnabled [2021-09-16T19:12:03.747Z] --- PASS: TestWaitEnabled (0.00s) [2021-09-16T19:12:03.747Z] === RUN TestRemove [2021-09-16T19:12:03.747Z] --- PASS: TestRemove (0.00s) [2021-09-16T19:12:03.747Z] PASS [2021-09-16T19:12:03.747Z] coverage: 65.3% of statements [2021-09-16T19:12:03.747Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.054s coverage: 65.3% of statements [2021-09-16T19:12:03.774Z] --- PASS: TestConfigCreateResolve (2.90s) [2021-09-16T19:12:03.774Z] PASS [2021-09-16T19:12:03.774Z] [2021-09-16T19:12:03.774Z] DONE 6 tests in 17.987s [2021-09-16T19:12:03.774Z] Running /go/src/github.com/docker/docker/integration/container (amd64.integration.container) flags=-test.v -test.timeout=120m [2021-09-16T19:12:03.774Z] ++ 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-16T19:12:03.774Z] ++ set -e [2021-09-16T19:12:03.774Z] ++ '[' -n 0 ']' [2021-09-16T19:12:03.774Z] ++ set -x [2021-09-16T19:12:03.774Z] ++ 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-16T19:12:04.035Z] INFO: Testing against a local daemon [2021-09-16T19:12:04.035Z] === RUN TestCheckpoint [2021-09-16T19:12:04.035Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-09-16T19:12:04.035Z] --- SKIP: TestCheckpoint (0.00s) [2021-09-16T19:12:04.035Z] === RUN TestContainerInvalidJSON [2021-09-16T19:12:04.035Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-09-16T19:12:04.035Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-09-16T19:12:04.035Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-09-16T19:12:04.035Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-09-16T19:12:04.035Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-09-16T19:12:04.035Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-09-16T19:12:04.035Z] --- PASS: TestContainerInvalidJSON (0.02s) [2021-09-16T19:12:04.035Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-09-16T19:12:04.035Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-09-16T19:12:04.035Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-09-16T19:12:04.035Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.07s) [2021-09-16T19:12:04.035Z] === RUN TestCopyFromContainerPathIsNotDir [2021-09-16T19:12:04.295Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.06s) [2021-09-16T19:12:04.295Z] === RUN TestCopyToContainerPathDoesNotExist [2021-09-16T19:12:04.295Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.10s) [2021-09-16T19:12:04.295Z] === RUN TestCopyToContainerPathIsNotDir [2021-09-16T19:12:04.295Z] --- PASS: TestCopyToContainerPathIsNotDir (0.08s) [2021-09-16T19:12:04.295Z] === RUN TestCopyFromContainer [2021-09-16T19:12:04.311Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2021-09-16T19:12:04.355Z] Building test suite binary /go/src/github.com/docker/docker/integration/service/test.main [2021-09-16T19:12:04.867Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet [2021-09-16T19:12:05.128Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2021-09-16T19:12:05.316Z] === RUN TestNetworkConvertBasicNetworkFromGRPCCreatedAt [2021-09-16T19:12:05.316Z] --- PASS: TestNetworkConvertBasicNetworkFromGRPCCreatedAt (0.15s) [2021-09-16T19:12:05.316Z] === RUN TestServiceConvertFromGRPCRuntimeContainer [2021-09-16T19:12:05.316Z] --- PASS: TestServiceConvertFromGRPCRuntimeContainer (0.00s) [2021-09-16T19:12:05.316Z] === RUN TestServiceConvertFromGRPCGenericRuntimePlugin [2021-09-16T19:12:05.316Z] --- PASS: TestServiceConvertFromGRPCGenericRuntimePlugin (0.00s) [2021-09-16T19:12:05.316Z] === RUN TestServiceConvertToGRPCGenericRuntimePlugin [2021-09-16T19:12:05.316Z] --- PASS: TestServiceConvertToGRPCGenericRuntimePlugin (0.00s) [2021-09-16T19:12:05.316Z] === RUN TestServiceConvertToGRPCContainerRuntime [2021-09-16T19:12:05.316Z] --- PASS: TestServiceConvertToGRPCContainerRuntime (0.00s) [2021-09-16T19:12:05.316Z] === RUN TestServiceConvertToGRPCGenericRuntimeCustom [2021-09-16T19:12:05.316Z] --- PASS: TestServiceConvertToGRPCGenericRuntimeCustom (0.00s) [2021-09-16T19:12:05.316Z] === RUN TestServiceConvertToGRPCIsolation [2021-09-16T19:12:05.316Z] === RUN TestServiceConvertToGRPCIsolation/empty [2021-09-16T19:12:05.316Z] === RUN TestServiceConvertToGRPCIsolation/default [2021-09-16T19:12:05.575Z] tests/integration/api_plugin_test.py ........... [ 50%] [2021-09-16T19:12:05.741Z] Building test suite binary /go/src/github.com/docker/docker/integration/session/test.main [2021-09-16T19:12:05.785Z] === RUN TestServiceConvertToGRPCIsolation/process [2021-09-16T19:12:05.785Z] === RUN TestServiceConvertToGRPCIsolation/hyperv [2021-09-16T19:12:05.785Z] === RUN TestServiceConvertToGRPCIsolation/proCess [2021-09-16T19:12:05.785Z] === RUN TestServiceConvertToGRPCIsolation/hypErv [2021-09-16T19:12:05.785Z] --- PASS: TestServiceConvertToGRPCIsolation (0.00s) [2021-09-16T19:12:05.785Z] --- PASS: TestServiceConvertToGRPCIsolation/empty (0.00s) [2021-09-16T19:12:05.785Z] --- PASS: TestServiceConvertToGRPCIsolation/default (0.00s) [2021-09-16T19:12:05.785Z] --- PASS: TestServiceConvertToGRPCIsolation/process (0.00s) [2021-09-16T19:12:05.785Z] --- PASS: TestServiceConvertToGRPCIsolation/hyperv (0.00s) [2021-09-16T19:12:05.785Z] --- PASS: TestServiceConvertToGRPCIsolation/proCess (0.00s) [2021-09-16T19:12:05.785Z] --- PASS: TestServiceConvertToGRPCIsolation/hypErv (0.00s) [2021-09-16T19:12:05.785Z] === RUN TestServiceConvertFromGRPCIsolation [2021-09-16T19:12:05.785Z] === RUN TestServiceConvertFromGRPCIsolation/default [2021-09-16T19:12:05.785Z] === RUN TestServiceConvertFromGRPCIsolation/process [2021-09-16T19:12:05.785Z] === RUN TestServiceConvertFromGRPCIsolation/hyperv [2021-09-16T19:12:05.785Z] --- PASS: TestServiceConvertFromGRPCIsolation (0.00s) [2021-09-16T19:12:05.785Z] --- PASS: TestServiceConvertFromGRPCIsolation/default (0.00s) [2021-09-16T19:12:05.785Z] --- PASS: TestServiceConvertFromGRPCIsolation/process (0.00s) [2021-09-16T19:12:05.785Z] --- PASS: TestServiceConvertFromGRPCIsolation/hyperv (0.00s) [2021-09-16T19:12:05.785Z] === RUN TestServiceConvertToGRPCCredentialSpec [2021-09-16T19:12:05.785Z] === RUN TestServiceConvertToGRPCCredentialSpec/empty_credential_spec [2021-09-16T19:12:05.785Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec [2021-09-16T19:12:05.785Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec [2021-09-16T19:12:05.785Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec [2021-09-16T19:12:05.785Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec [2021-09-16T19:12:05.785Z] === RUN TestServiceConvertToGRPCCredentialSpec/config_credential_spec [2021-09-16T19:12:05.785Z] === RUN TestServiceConvertToGRPCCredentialSpec/file_credential_spec [2021-09-16T19:12:05.785Z] === RUN TestServiceConvertToGRPCCredentialSpec/registry_credential_spec [2021-09-16T19:12:05.785Z] --- PASS: TestServiceConvertToGRPCCredentialSpec (0.00s) [2021-09-16T19:12:05.785Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/empty_credential_spec (0.00s) [2021-09-16T19:12:05.785Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_credential_spec (0.00s) [2021-09-16T19:12:05.785Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_registry_credential_spec (0.00s) [2021-09-16T19:12:05.785Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_and_registry_credential_spec (0.00s) [2021-09-16T19:12:05.785Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_and_file_and_registry_credential_spec (0.00s) [2021-09-16T19:12:05.785Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/config_credential_spec (0.00s) [2021-09-16T19:12:05.785Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/file_credential_spec (0.00s) [2021-09-16T19:12:05.785Z] --- PASS: TestServiceConvertToGRPCCredentialSpec/registry_credential_spec (0.00s) [2021-09-16T19:12:05.785Z] === RUN TestServiceConvertFromGRPCCredentialSpec [2021-09-16T19:12:05.785Z] === RUN TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec [2021-09-16T19:12:05.785Z] === RUN TestServiceConvertFromGRPCCredentialSpec/config_credential_spec [2021-09-16T19:12:05.785Z] === RUN TestServiceConvertFromGRPCCredentialSpec/file_credential_spec [2021-09-16T19:12:05.785Z] === RUN TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec [2021-09-16T19:12:05.785Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec (0.00s) [2021-09-16T19:12:05.785Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/empty_credential_spec (0.00s) [2021-09-16T19:12:05.785Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/config_credential_spec (0.00s) [2021-09-16T19:12:05.785Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/file_credential_spec (0.00s) [2021-09-16T19:12:05.785Z] --- PASS: TestServiceConvertFromGRPCCredentialSpec/registry_credential_spec (0.00s) [2021-09-16T19:12:05.785Z] === RUN TestServiceConvertToGRPCNetworkAtachmentRuntime [2021-09-16T19:12:05.785Z] --- PASS: TestServiceConvertToGRPCNetworkAtachmentRuntime (0.00s) [2021-09-16T19:12:05.785Z] === RUN TestServiceConvertToGRPCMismatchedRuntime [2021-09-16T19:12:05.785Z] --- PASS: TestServiceConvertToGRPCMismatchedRuntime (0.00s) [2021-09-16T19:12:05.785Z] === RUN TestTaskConvertFromGRPCNetworkAttachment [2021-09-16T19:12:05.785Z] --- PASS: TestTaskConvertFromGRPCNetworkAttachment (0.00s) [2021-09-16T19:12:05.785Z] === RUN TestServiceConvertFromGRPCConfigs [2021-09-16T19:12:05.785Z] === RUN TestServiceConvertFromGRPCConfigs/file [2021-09-16T19:12:05.785Z] === RUN TestServiceConvertFromGRPCConfigs/runtime [2021-09-16T19:12:05.785Z] --- PASS: TestServiceConvertFromGRPCConfigs (0.00s) [2021-09-16T19:12:05.785Z] --- PASS: TestServiceConvertFromGRPCConfigs/file (0.00s) [2021-09-16T19:12:05.785Z] --- PASS: TestServiceConvertFromGRPCConfigs/runtime (0.00s) [2021-09-16T19:12:05.785Z] === RUN TestServiceConvertToGRPCConfigs [2021-09-16T19:12:05.785Z] === RUN TestServiceConvertToGRPCConfigs/file [2021-09-16T19:12:05.785Z] === RUN TestServiceConvertToGRPCConfigs/runtime [2021-09-16T19:12:05.785Z] === RUN TestServiceConvertToGRPCConfigs/file_and_runtime [2021-09-16T19:12:05.785Z] === RUN TestServiceConvertToGRPCConfigs/none [2021-09-16T19:12:05.785Z] --- PASS: TestServiceConvertToGRPCConfigs (0.00s) [2021-09-16T19:12:05.785Z] --- PASS: TestServiceConvertToGRPCConfigs/file (0.00s) [2021-09-16T19:12:05.785Z] --- PASS: TestServiceConvertToGRPCConfigs/runtime (0.00s) [2021-09-16T19:12:05.785Z] --- PASS: TestServiceConvertToGRPCConfigs/file_and_runtime (0.00s) [2021-09-16T19:12:05.785Z] --- PASS: TestServiceConvertToGRPCConfigs/none (0.00s) [2021-09-16T19:12:05.785Z] PASS [2021-09-16T19:12:05.785Z] coverage: 35.9% of statements [2021-09-16T19:12:05.785Z] ok github.com/docker/docker/daemon/cluster/convert 0.593s coverage: 35.9% of statements [2021-09-16T19:12:05.785Z] === RUN TestNewListSecretsFilters [2021-09-16T19:12:05.785Z] --- PASS: TestNewListSecretsFilters (0.00s) [2021-09-16T19:12:05.785Z] === RUN TestNewListConfigsFilters [2021-09-16T19:12:05.785Z] --- PASS: TestNewListConfigsFilters (0.00s) [2021-09-16T19:12:05.785Z] PASS [2021-09-16T19:12:05.785Z] coverage: 0.5% of statements [2021-09-16T19:12:05.785Z] ok github.com/docker/docker/daemon/cluster 0.880s coverage: 0.5% of statements [2021-09-16T19:12:06.069Z] === RUN TestCopyFromContainer// [2021-09-16T19:12:06.069Z] === RUN TestCopyFromContainer//bar/root [2021-09-16T19:12:06.069Z] === RUN TestCopyFromContainer//bar/root/ [2021-09-16T19:12:06.330Z] === RUN TestCopyFromContainer/bar/quux [2021-09-16T19:12:06.330Z] === RUN TestCopyFromContainer/bar/quux/ [2021-09-16T19:12:06.330Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit [2021-09-16T19:12:06.591Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-09-16T19:12:06.591Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-09-16T19:12:06.591Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-09-16T19:12:06.591Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-09-16T19:12:06.701Z] Building test suite binary /go/src/github.com/docker/docker/integration/system/test.main [2021-09-16T19:12:06.852Z] === RUN TestCopyFromContainer/bar/notarget [2021-09-16T19:12:06.852Z] --- PASS: TestCopyFromContainer (2.44s) [2021-09-16T19:12:06.852Z] --- PASS: TestCopyFromContainer// (0.10s) [2021-09-16T19:12:06.852Z] --- PASS: TestCopyFromContainer//bar/root (0.13s) [2021-09-16T19:12:06.852Z] --- PASS: TestCopyFromContainer//bar/root/ (0.14s) [2021-09-16T19:12:06.852Z] --- PASS: TestCopyFromContainer/bar/quux (0.11s) [2021-09-16T19:12:06.852Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.12s) [2021-09-16T19:12:06.852Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.08s) [2021-09-16T19:12:06.852Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.07s) [2021-09-16T19:12:06.852Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.08s) [2021-09-16T19:12:06.852Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.06s) [2021-09-16T19:12:06.852Z] --- PASS: TestCopyFromContainer/bar/notarget (0.05s) [2021-09-16T19:12:06.852Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-09-16T19:12:06.852Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-09-16T19:12:06.852Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-09-16T19:12:06.852Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-09-16T19:12:06.852Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-09-16T19:12:06.852Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-09-16T19:12:06.852Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-09-16T19:12:06.852Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-09-16T19:12:06.852Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-09-16T19:12:06.852Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-09-16T19:12:06.852Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.01s) [2021-09-16T19:12:06.852Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-09-16T19:12:06.852Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-09-16T19:12:06.852Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-09-16T19:12:06.852Z] === RUN TestCreateLinkToNonExistingContainer [2021-09-16T19:12:06.852Z] --- PASS: TestCreateLinkToNonExistingContainer (0.02s) [2021-09-16T19:12:06.852Z] === RUN TestCreateWithInvalidEnv [2021-09-16T19:12:06.852Z] === RUN TestCreateWithInvalidEnv/0 [2021-09-16T19:12:06.852Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-09-16T19:12:06.852Z] === RUN TestCreateWithInvalidEnv/1 [2021-09-16T19:12:06.852Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-09-16T19:12:06.852Z] === RUN TestCreateWithInvalidEnv/2 [2021-09-16T19:12:06.852Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-09-16T19:12:06.852Z] === CONT TestCreateWithInvalidEnv/0 [2021-09-16T19:12:06.852Z] === CONT TestCreateWithInvalidEnv/2 [2021-09-16T19:12:06.852Z] === CONT TestCreateWithInvalidEnv/1 [2021-09-16T19:12:06.852Z] --- PASS: TestCreateWithInvalidEnv (0.01s) [2021-09-16T19:12:06.852Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-09-16T19:12:06.852Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-09-16T19:12:06.852Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-09-16T19:12:06.852Z] === RUN TestCreateTmpfsMountsTarget [2021-09-16T19:12:06.852Z] --- PASS: TestCreateTmpfsMountsTarget (0.02s) [2021-09-16T19:12:06.852Z] === RUN TestCreateWithCustomMaskedPaths [2021-09-16T19:12:07.024Z] tests/integration/api_secret_test.py ..... [ 51%] [2021-09-16T19:12:07.645Z] Building test suite binary /go/src/github.com/docker/docker/integration/volume/test.main [2021-09-16T19:12:07.792Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2021-09-16T19:12:08.588Z] ---> Making bundle: .integration-daemon-start (in bundles/test-integration) [2021-09-16T19:12:08.588Z] Using test binary docker [2021-09-16T19:12:08.733Z] === RUN TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig [2021-09-16T19:12:08.733Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2021-09-16T19:12:08.733Z] --- PASS: TestCreateWithCustomMaskedPaths (1.93s) [2021-09-16T19:12:08.733Z] === RUN TestCreateWithCustomReadonlyPaths [2021-09-16T19:12:08.743Z] === RUN TestBuilderGC [2021-09-16T19:12:08.743Z] --- PASS: TestBuilderGC (0.00s) [2021-09-16T19:12:08.743Z] === RUN TestDaemonConfigurationNotFound [2021-09-16T19:12:08.743Z] --- PASS: TestDaemonConfigurationNotFound (0.00s) [2021-09-16T19:12:08.743Z] === RUN TestDaemonBrokenConfiguration [2021-09-16T19:12:08.743Z] --- PASS: TestDaemonBrokenConfiguration (0.00s) [2021-09-16T19:12:08.743Z] === RUN TestParseClusterAdvertiseSettings [2021-09-16T19:12:08.743Z] --- PASS: TestParseClusterAdvertiseSettings (0.00s) [2021-09-16T19:12:08.743Z] === RUN TestFindConfigurationConflicts [2021-09-16T19:12:08.743Z] --- PASS: TestFindConfigurationConflicts (0.00s) [2021-09-16T19:12:08.743Z] === RUN TestFindConfigurationConflictsWithNamedOptions [2021-09-16T19:12:08.743Z] --- PASS: TestFindConfigurationConflictsWithNamedOptions (0.00s) [2021-09-16T19:12:08.743Z] === RUN TestDaemonConfigurationMergeConflicts [2021-09-16T19:12:08.743Z] --- PASS: TestDaemonConfigurationMergeConflicts (0.00s) [2021-09-16T19:12:08.743Z] === RUN TestDaemonConfigurationMergeConcurrent [2021-09-16T19:12:08.743Z] --- PASS: TestDaemonConfigurationMergeConcurrent (0.00s) [2021-09-16T19:12:08.743Z] === RUN TestDaemonConfigurationMergeConcurrentError [2021-09-16T19:12:08.743Z] --- PASS: TestDaemonConfigurationMergeConcurrentError (0.00s) [2021-09-16T19:12:08.743Z] === RUN TestDaemonConfigurationMergeConflictsWithInnerStructs [2021-09-16T19:12:08.743Z] --- PASS: TestDaemonConfigurationMergeConflictsWithInnerStructs (0.00s) [2021-09-16T19:12:08.743Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools [2021-09-16T19:12:08.743Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file [2021-09-16T19:12:08.743Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/config_file [2021-09-16T19:12:08.743Z] === RUN TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options [2021-09-16T19:12:08.743Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools (0.00s) [2021-09-16T19:12:08.743Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/empty_config_file (0.00s) [2021-09-16T19:12:08.743Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/config_file (0.00s) [2021-09-16T19:12:08.743Z] --- PASS: TestDaemonConfigurationMergeDefaultAddressPools/with_conflicting_options (0.00s) [2021-09-16T19:12:08.743Z] === RUN TestFindConfigurationConflictsWithUnknownKeys [2021-09-16T19:12:08.743Z] --- PASS: TestFindConfigurationConflictsWithUnknownKeys (0.00s) [2021-09-16T19:12:08.743Z] === RUN TestFindConfigurationConflictsWithMergedValues [2021-09-16T19:12:08.743Z] --- PASS: TestFindConfigurationConflictsWithMergedValues (0.00s) [2021-09-16T19:12:08.743Z] === RUN TestValidateConfigurationErrors [2021-09-16T19:12:08.743Z] === RUN TestValidateConfigurationErrors/single_label_without_value [2021-09-16T19:12:08.743Z] === RUN TestValidateConfigurationErrors/multiple_label_without_value [2021-09-16T19:12:08.743Z] === RUN TestValidateConfigurationErrors/single_DNS,_invalid_IP-address [2021-09-16T19:12:08.743Z] === RUN TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address [2021-09-16T19:12:08.743Z] === RUN TestValidateConfigurationErrors/single_DNSSearch [2021-09-16T19:12:08.743Z] === RUN TestValidateConfigurationErrors/multiple_DNSSearch [2021-09-16T19:12:08.743Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-downloads [2021-09-16T19:12:08.743Z] === RUN TestValidateConfigurationErrors/negative_max-concurrent-uploads [2021-09-16T19:12:08.743Z] === RUN TestValidateConfigurationErrors/negative_max-download-attempts [2021-09-16T19:12:08.743Z] === RUN TestValidateConfigurationErrors/zero_max-download-attempts [2021-09-16T19:12:08.743Z] === RUN TestValidateConfigurationErrors/generic_resource_without_= [2021-09-16T19:12:08.743Z] === RUN TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete [2021-09-16T19:12:08.743Z] --- PASS: TestValidateConfigurationErrors (0.00s) [2021-09-16T19:12:08.743Z] --- PASS: TestValidateConfigurationErrors/single_label_without_value (0.00s) [2021-09-16T19:12:08.743Z] --- PASS: TestValidateConfigurationErrors/multiple_label_without_value (0.00s) [2021-09-16T19:12:08.743Z] --- PASS: TestValidateConfigurationErrors/single_DNS,_invalid_IP-address (0.00s) [2021-09-16T19:12:08.743Z] --- PASS: TestValidateConfigurationErrors/multiple_DNS,_invalid_IP-address (0.00s) [2021-09-16T19:12:08.743Z] --- PASS: TestValidateConfigurationErrors/single_DNSSearch (0.00s) [2021-09-16T19:12:08.743Z] --- PASS: TestValidateConfigurationErrors/multiple_DNSSearch (0.00s) [2021-09-16T19:12:08.743Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-downloads (0.00s) [2021-09-16T19:12:08.743Z] --- PASS: TestValidateConfigurationErrors/negative_max-concurrent-uploads (0.00s) [2021-09-16T19:12:08.743Z] --- PASS: TestValidateConfigurationErrors/negative_max-download-attempts (0.00s) [2021-09-16T19:12:08.743Z] --- PASS: TestValidateConfigurationErrors/zero_max-download-attempts (0.00s) [2021-09-16T19:12:08.743Z] --- PASS: TestValidateConfigurationErrors/generic_resource_without_= (0.00s) [2021-09-16T19:12:08.743Z] --- PASS: TestValidateConfigurationErrors/generic_resource_mixed_named_and_discrete (0.00s) [2021-09-16T19:12:08.743Z] === RUN TestValidateConfiguration [2021-09-16T19:12:08.743Z] === RUN TestValidateConfiguration/with_label [2021-09-16T19:12:08.743Z] === RUN TestValidateConfiguration/with_dns [2021-09-16T19:12:08.743Z] === RUN TestValidateConfiguration/with_dns-search [2021-09-16T19:12:08.743Z] === RUN TestValidateConfiguration/with_max-concurrent-downloads [2021-09-16T19:12:08.743Z] === RUN TestValidateConfiguration/with_max-concurrent-uploads [2021-09-16T19:12:08.743Z] === RUN TestValidateConfiguration/with_max-download-attempts [2021-09-16T19:12:08.744Z] === RUN TestValidateConfiguration/with_multiple_node_generic_resources [2021-09-16T19:12:08.744Z] === RUN TestValidateConfiguration/with_node_generic_resources [2021-09-16T19:12:08.744Z] --- PASS: TestValidateConfiguration (0.00s) [2021-09-16T19:12:08.744Z] --- PASS: TestValidateConfiguration/with_label (0.00s) [2021-09-16T19:12:08.744Z] --- PASS: TestValidateConfiguration/with_dns (0.00s) [2021-09-16T19:12:08.744Z] --- PASS: TestValidateConfiguration/with_dns-search (0.00s) [2021-09-16T19:12:08.744Z] --- PASS: TestValidateConfiguration/with_max-concurrent-downloads (0.00s) [2021-09-16T19:12:08.744Z] --- PASS: TestValidateConfiguration/with_max-concurrent-uploads (0.00s) [2021-09-16T19:12:08.744Z] --- PASS: TestValidateConfiguration/with_max-download-attempts (0.00s) [2021-09-16T19:12:08.744Z] --- PASS: TestValidateConfiguration/with_multiple_node_generic_resources (0.00s) [2021-09-16T19:12:08.744Z] --- PASS: TestValidateConfiguration/with_node_generic_resources (0.00s) [2021-09-16T19:12:08.744Z] === RUN TestModifiedDiscoverySettings [2021-09-16T19:12:08.744Z] --- PASS: TestModifiedDiscoverySettings (0.00s) [2021-09-16T19:12:08.744Z] === RUN TestReloadSetConfigFileNotExist [2021-09-16T19:12:08.744Z] time="2021-09-16T19:12:08Z" level=info msg="Got signal to reload configuration, reloading from: /tmp/blabla/not/exists/config.json" [2021-09-16T19:12:08.744Z] --- PASS: TestReloadSetConfigFileNotExist (0.10s) [2021-09-16T19:12:08.744Z] === RUN TestReloadDefaultConfigNotExist [2021-09-16T19:12:08.744Z] config_test.go:526: os.Getuid() != 0: skipping test that requires root [2021-09-16T19:12:08.744Z] --- SKIP: TestReloadDefaultConfigNotExist (0.00s) [2021-09-16T19:12:08.744Z] === RUN TestReloadBadDefaultConfig [2021-09-16T19:12:08.744Z] time="2021-09-16T19:12:08Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-config-1575484060" [2021-09-16T19:12:08.744Z] --- PASS: TestReloadBadDefaultConfig (0.00s) [2021-09-16T19:12:08.744Z] === RUN TestReloadWithConflictingLabels [2021-09-16T19:12:08.744Z] time="2021-09-16T19:12:08Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-496627341" [2021-09-16T19:12:08.744Z] --- PASS: TestReloadWithConflictingLabels (0.00s) [2021-09-16T19:12:08.744Z] === RUN TestReloadWithDuplicateLabels [2021-09-16T19:12:08.744Z] time="2021-09-16T19:12:08Z" level=info msg="Got signal to reload configuration, reloading from: C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\config-3093044160" [2021-09-16T19:12:08.744Z] --- PASS: TestReloadWithDuplicateLabels (0.00s) [2021-09-16T19:12:08.744Z] === RUN TestDaemonConfigurationMerge [2021-09-16T19:12:08.744Z] --- PASS: TestDaemonConfigurationMerge (0.00s) [2021-09-16T19:12:08.744Z] PASS [2021-09-16T19:12:08.744Z] coverage: 80.4% of statements [2021-09-16T19:12:08.744Z] ok github.com/docker/docker/daemon/config 0.395s coverage: 80.4% of statements [2021-09-16T19:12:08.744Z] === RUN TestDiscoveryOptsErrors [2021-09-16T19:12:08.744Z] --- PASS: TestDiscoveryOptsErrors (0.00s) [2021-09-16T19:12:08.744Z] === RUN TestDiscoveryOpts [2021-09-16T19:12:08.744Z] --- PASS: TestDiscoveryOpts (0.00s) [2021-09-16T19:12:08.744Z] PASS [2021-09-16T19:12:08.744Z] coverage: 30.0% of statements [2021-09-16T19:12:08.744Z] ok github.com/docker/docker/daemon/discovery 0.048s coverage: 30.0% of statements [2021-09-16T19:12:08.849Z] # DOCKER_EXPERIMENTAL is set: starting daemon with experimental features enabled! [2021-09-16T19:12:08.849Z] +++ /etc/init.d/apparmor start [2021-09-16T19:12:08.849Z] Starting: AppArmor: already loaded with profiles.: Skipped. ... (warning). [2021-09-16T19:12:08.849Z] INFO: Waiting for daemon to start... [2021-09-16T19:12:08.849Z] Starting dockerd [2021-09-16T19:12:08.849Z] +++ exec dockerd --debug --host unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock --storage-driver overlay2 --pidfile bundles/test-integration/docker.pid --userland-proxy=true --experimental [2021-09-16T19:12:09.675Z] === RUN TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload [2021-09-16T19:12:09.732Z] === RUN TestWaitNodeAttachment [2021-09-16T19:12:09.732Z] --- PASS: TestWaitNodeAttachment (0.40s) [2021-09-16T19:12:09.732Z] === RUN TestIsolationConversion [2021-09-16T19:12:09.732Z] === RUN TestIsolationConversion/default [2021-09-16T19:12:09.732Z] === RUN TestIsolationConversion/process [2021-09-16T19:12:09.732Z] === RUN TestIsolationConversion/hyperv [2021-09-16T19:12:09.732Z] --- PASS: TestIsolationConversion (0.00s) [2021-09-16T19:12:09.732Z] --- PASS: TestIsolationConversion/default (0.00s) [2021-09-16T19:12:09.732Z] --- PASS: TestIsolationConversion/process (0.00s) [2021-09-16T19:12:09.732Z] --- PASS: TestIsolationConversion/hyperv (0.00s) [2021-09-16T19:12:09.732Z] === RUN TestContainerLabels [2021-09-16T19:12:09.732Z] --- PASS: TestContainerLabels (0.00s) [2021-09-16T19:12:09.732Z] === RUN TestCredentialSpecConversion [2021-09-16T19:12:09.732Z] === RUN TestCredentialSpecConversion/none [2021-09-16T19:12:09.732Z] === RUN TestCredentialSpecConversion/config [2021-09-16T19:12:09.732Z] === RUN TestCredentialSpecConversion/file [2021-09-16T19:12:09.732Z] === RUN TestCredentialSpecConversion/registry [2021-09-16T19:12:09.732Z] --- PASS: TestCredentialSpecConversion (0.00s) [2021-09-16T19:12:09.732Z] --- PASS: TestCredentialSpecConversion/none (0.00s) [2021-09-16T19:12:09.732Z] --- PASS: TestCredentialSpecConversion/config (0.00s) [2021-09-16T19:12:09.732Z] --- PASS: TestCredentialSpecConversion/file (0.00s) [2021-09-16T19:12:09.732Z] --- PASS: TestCredentialSpecConversion/registry (0.00s) [2021-09-16T19:12:09.732Z] === RUN TestControllerValidateMountBind [2021-09-16T19:12:09.732Z] --- PASS: TestControllerValidateMountBind (0.00s) [2021-09-16T19:12:09.732Z] === RUN TestControllerValidateMountVolume [2021-09-16T19:12:09.732Z] --- PASS: TestControllerValidateMountVolume (0.00s) [2021-09-16T19:12:09.732Z] === RUN TestControllerValidateMountTarget [2021-09-16T19:12:09.732Z] --- PASS: TestControllerValidateMountTarget (0.00s) [2021-09-16T19:12:09.733Z] === RUN TestControllerValidateMountTmpfs [2021-09-16T19:12:09.733Z] --- PASS: TestControllerValidateMountTmpfs (0.00s) [2021-09-16T19:12:09.733Z] === RUN TestControllerValidateMountInvalidType [2021-09-16T19:12:09.733Z] --- PASS: TestControllerValidateMountInvalidType (0.00s) [2021-09-16T19:12:09.733Z] === RUN TestControllerValidateMountNamedPipe [2021-09-16T19:12:09.733Z] --- PASS: TestControllerValidateMountNamedPipe (0.00s) [2021-09-16T19:12:09.733Z] PASS [2021-09-16T19:12:09.733Z] coverage: 11.0% of statements [2021-09-16T19:12:09.733Z] ok github.com/docker/docker/daemon/cluster/executor/container 0.569s coverage: 11.0% of statements [2021-09-16T19:12:10.202Z] === RUN TestEventsLog [2021-09-16T19:12:10.202Z] --- PASS: TestEventsLog (0.00s) [2021-09-16T19:12:10.202Z] === RUN TestEventsLogTimeout [2021-09-16T19:12:10.202Z] --- PASS: TestEventsLogTimeout (0.00s) [2021-09-16T19:12:10.202Z] === RUN TestLogEvents [2021-09-16T19:12:10.202Z] --- PASS: TestLogEvents (0.05s) [2021-09-16T19:12:10.202Z] === RUN TestLoadBufferedEvents [2021-09-16T19:12:10.202Z] --- PASS: TestLoadBufferedEvents (0.11s) [2021-09-16T19:12:10.202Z] === RUN TestLoadBufferedEventsOnlyFromPast [2021-09-16T19:12:10.202Z] --- PASS: TestLoadBufferedEventsOnlyFromPast (0.00s) [2021-09-16T19:12:10.202Z] === RUN TestIgnoreBufferedWhenNoTimes [2021-09-16T19:12:10.202Z] --- PASS: TestIgnoreBufferedWhenNoTimes (0.00s) [2021-09-16T19:12:10.202Z] PASS [2021-09-16T19:12:10.202Z] coverage: 50.0% of statements [2021-09-16T19:12:10.202Z] ok github.com/docker/docker/daemon/events 0.209s coverage: 50.0% of statements [2021-09-16T19:12:10.246Z] === RUN TestDockerDaemonSuite/TestDaemonEvents [2021-09-16T19:12:10.604Z] tests/integration/api_service_test.py ....................s............. [ 60%] [2021-09-16T19:12:10.672Z] === RUN TestVerifyNetworkingConfig [2021-09-16T19:12:10.672Z] --- PASS: TestVerifyNetworkingConfig (0.00s) [2021-09-16T19:12:10.672Z] === RUN TestGetContainer [2021-09-16T19:12:10.672Z] --- PASS: TestGetContainer (0.00s) [2021-09-16T19:12:10.672Z] === RUN TestValidContainerNames [2021-09-16T19:12:10.672Z] --- PASS: TestValidContainerNames (0.00s) [2021-09-16T19:12:10.672Z] === RUN TestContainerInitDNS [2021-09-16T19:12:10.672Z] daemon_test.go:146: root required [2021-09-16T19:12:10.672Z] --- SKIP: TestContainerInitDNS (0.00s) [2021-09-16T19:12:10.672Z] === RUN TestMerge [2021-09-16T19:12:10.672Z] --- PASS: TestMerge (0.00s) [2021-09-16T19:12:10.672Z] === RUN TestValidateContainerIsolation [2021-09-16T19:12:10.672Z] --- PASS: TestValidateContainerIsolation (0.00s) [2021-09-16T19:12:10.672Z] === RUN TestFindNetworkErrorType [2021-09-16T19:12:10.672Z] --- PASS: TestFindNetworkErrorType (0.00s) [2021-09-16T19:12:10.672Z] === RUN TestEnsureServicesExist [2021-09-16T19:12:10.672Z] --- PASS: TestEnsureServicesExist (0.00s) [2021-09-16T19:12:10.672Z] === RUN TestEnsureServicesExistErrors [2021-09-16T19:12:10.672Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice [2021-09-16T19:12:10.672Z] === RUN TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 [2021-09-16T19:12:10.672Z] === RUN TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice [2021-09-16T19:12:10.672Z] --- PASS: TestEnsureServicesExistErrors (0.00s) [2021-09-16T19:12:10.672Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice (0.00s) [2021-09-16T19:12:10.672Z] --- PASS: TestEnsureServicesExistErrors/daemon_windows_test_fakeservice1;daemon_windows_test_fakeservice2 (0.00s) [2021-09-16T19:12:10.672Z] --- PASS: TestEnsureServicesExistErrors/Power;daemon_windows_test_fakeservice (0.00s) [2021-09-16T19:12:10.672Z] === RUN TestContainerDelete [2021-09-16T19:12:10.672Z] --- PASS: TestContainerDelete (0.00s) [2021-09-16T19:12:10.672Z] === RUN TestContainerDoubleDelete [2021-09-16T19:12:10.672Z] --- PASS: TestContainerDoubleDelete (0.00s) [2021-09-16T19:12:10.672Z] === RUN TestLogContainerEventCopyLabels [2021-09-16T19:12:10.672Z] --- PASS: TestLogContainerEventCopyLabels (0.00s) [2021-09-16T19:12:10.672Z] === RUN TestLogContainerEventWithAttributes [2021-09-16T19:12:10.672Z] --- PASS: TestLogContainerEventWithAttributes (0.00s) [2021-09-16T19:12:10.672Z] === RUN TestNoneHealthcheck [2021-09-16T19:12:10.672Z] --- PASS: TestNoneHealthcheck (0.00s) [2021-09-16T19:12:10.672Z] === RUN TestHealthStates [2021-09-16T19:12:10.672Z] === RUN TestIsEmptyDir [2021-09-16T19:12:10.672Z] --- PASS: TestIsEmptyDir (0.01s) [2021-09-16T19:12:10.672Z] PASS [2021-09-16T19:12:10.672Z] coverage: 2.3% of statements [2021-09-16T19:12:10.672Z] ok github.com/docker/docker/daemon/graphdriver 0.064s coverage: 2.3% of statements [2021-09-16T19:12:10.672Z] time="2021-09-16T19:12: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-16T19:12:10.672Z] time="2021-09-16T19:12: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-16T19:12:10.672Z] time="2021-09-16T19:12: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-16T19:12:10.672Z] time="2021-09-16T19:12: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-16T19:12:10.672Z] time="2021-09-16T19:12: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-16T19:12:10.672Z] time="2021-09-16T19:12: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-16T19:12:10.672Z] time="2021-09-16T19:12: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-16T19:12:10.672Z] time="2021-09-16T19:12: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-16T19:12:10.672Z] time="2021-09-16T19:12: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-16T19:12:10.672Z] time="2021-09-16T19:12: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-16T19:12:10.672Z] --- PASS: TestHealthStates (0.16s) [2021-09-16T19:12:10.672Z] === RUN TestMaskURLCredentials [2021-09-16T19:12:10.672Z] --- PASS: TestMaskURLCredentials (0.00s) [2021-09-16T19:12:10.672Z] === RUN TestGetInspectData [2021-09-16T19:12:10.672Z] --- PASS: TestGetInspectData (0.00s) [2021-09-16T19:12:10.672Z] === RUN TestFillLicense [2021-09-16T19:12:10.672Z] --- PASS: TestFillLicense (0.00s) [2021-09-16T19:12:10.672Z] === RUN TestListInvalidFilter [2021-09-16T19:12:10.672Z] --- PASS: TestListInvalidFilter (0.00s) [2021-09-16T19:12:10.672Z] === RUN TestNameFilter [2021-09-16T19:12:10.672Z] --- PASS: TestNameFilter (0.00s) [2021-09-16T19:12:10.672Z] === RUN TestMergeAndVerifyLogConfigNilConfig [2021-09-16T19:12:10.672Z] --- PASS: TestMergeAndVerifyLogConfigNilConfig (0.00s) [2021-09-16T19:12:10.672Z] === RUN TestSetWindowsCredentialSpecInSpec [2021-09-16T19:12:10.672Z] === RUN TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options [2021-09-16T19:12:10.672Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option [2021-09-16T19:12:10.672Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path [2021-09-16T19:12:10.672Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory [2021-09-16T19:12:10.672Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully [2021-09-16T19:12:10.672Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option [2021-09-16T19:12:10.672Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully [2021-09-16T19:12:10.672Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully [2021-09-16T19:12:10.672Z] === RUN TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully [2021-09-16T19:12:10.672Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option [2021-09-16T19:12:10.672Z] === 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-16T19:12:10.672Z] === RUN TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option [2021-09-16T19:12:10.672Z] === RUN TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names [2021-09-16T19:12:10.672Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options [2021-09-16T19:12:10.672Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options [2021-09-16T19:12:10.672Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file [2021-09-16T19:12:10.672Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry [2021-09-16T19:12:10.672Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config [2021-09-16T19:12:10.672Z] === RUN TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw [2021-09-16T19:12:10.672Z] --- PASS: TestSetWindowsCredentialSpecInSpec (0.00s) [2021-09-16T19:12:10.672Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_does_nothing_if_there_are_no_security_options (0.00s) [2021-09-16T19:12:10.672Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'file://'_option (0.00s) [2021-09-16T19:12:10.672Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_with_an_absolute_path (0.00s) [2021-09-16T19:12:10.672Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_allowed_to_use_a_'file://'_option_breaking_out_of_the_cred_specs'_directory (0.00s) [2021-09-16T19:12:10.672Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'file://'_option_pointing_to_a_file_that_doesn't_exist,_it_fails_gracefully (0.00s) [2021-09-16T19:12:10.672Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'registry://'_option (0.00s) [2021-09-16T19:12:10.672Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_opening_the_registry_key_fails,_it_fails_gracefully (0.00s) [2021-09-16T19:12:10.672Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_pointing_to_a_value_that_doesn't_exist,_it_fails_gracefully (0.00s) [2021-09-16T19:12:10.672Z] --- PASS: TestSetWindowsCredentialSpecInSpec/when_using_a_'registry://'_option_and_reading_the_registry_value_fails,_it_fails_gracefully (0.00s) [2021-09-16T19:12:10.672Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'config://'_option (0.00s) [2021-09-16T19:12:10.672Z] --- 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-16T19:12:10.672Z] --- PASS: TestSetWindowsCredentialSpecInSpec/happy_path_with_a_'raw://'_option (0.00s) [2021-09-16T19:12:10.672Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it's_not_case_sensitive_in_the_option_names (0.00s) [2021-09-16T19:12:10.672Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unknown_options (0.00s) [2021-09-16T19:12:10.672Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_unsupported_credentialspec_options (0.00s) [2021-09-16T19:12:10.672Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_file (0.00s) [2021-09-16T19:12:10.672Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_registry (0.00s) [2021-09-16T19:12:10.672Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_config (0.00s) [2021-09-16T19:12:10.672Z] --- PASS: TestSetWindowsCredentialSpecInSpec/it_rejects_empty_values_for_raw (0.00s) [2021-09-16T19:12:10.672Z] === RUN TestDaemonReloadLabels [2021-09-16T19:12:10.672Z] --- PASS: TestDaemonReloadLabels (0.00s) [2021-09-16T19:12:10.672Z] === RUN TestDaemonReloadAllowNondistributableArtifacts [2021-09-16T19:12:10.672Z] --- PASS: TestDaemonReloadAllowNondistributableArtifacts (0.00s) [2021-09-16T19:12:10.672Z] === RUN TestDaemonReloadMirrors [2021-09-16T19:12:10.672Z] --- PASS: TestDaemonReloadMirrors (0.00s) [2021-09-16T19:12:10.672Z] === RUN TestDaemonReloadInsecureRegistries [2021-09-16T19:12:10.672Z] --- PASS: TestDaemonReloadInsecureRegistries (0.00s) [2021-09-16T19:12:10.672Z] === RUN TestDaemonReloadNotAffectOthers [2021-09-16T19:12:10.672Z] --- PASS: TestDaemonReloadNotAffectOthers (0.00s) [2021-09-16T19:12:10.672Z] === RUN TestDaemonDiscoveryReload [2021-09-16T19:12:10.818Z] --- PASS: TestCreateWithCustomReadonlyPaths (2.01s) [2021-09-16T19:12:10.818Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-09-16T19:12:10.818Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-09-16T19:12:10.818Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-09-16T19:12:10.818Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-09-16T19:12:10.818Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-09-16T19:12:10.818Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-09-16T19:12:10.818Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-09-16T19:12:10.818Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-09-16T19:12:10.818Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-09-16T19:12:10.818Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-09-16T19:12:10.818Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-09-16T19:12:10.818Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-09-16T19:12:10.818Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-09-16T19:12:10.818Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-09-16T19:12:10.818Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-09-16T19:12:10.818Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-09-16T19:12:10.818Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.01s) [2021-09-16T19:12:10.818Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.01s) [2021-09-16T19:12:10.818Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2021-09-16T19:12:10.818Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-09-16T19:12:10.818Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.01s) [2021-09-16T19:12:10.818Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2021-09-16T19:12:10.818Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-09-16T19:12:11.144Z] === RUN TestLinkNaming [2021-09-16T19:12:11.144Z] --- PASS: TestLinkNaming (0.00s) [2021-09-16T19:12:11.144Z] === RUN TestLinkNew [2021-09-16T19:12:11.144Z] --- PASS: TestLinkNew (0.00s) [2021-09-16T19:12:11.144Z] === RUN TestLinkEnv [2021-09-16T19:12:11.144Z] --- PASS: TestLinkEnv (0.00s) [2021-09-16T19:12:11.144Z] === RUN TestLinkMultipleEnv [2021-09-16T19:12:11.144Z] --- PASS: TestLinkMultipleEnv (0.00s) [2021-09-16T19:12:11.144Z] === RUN TestLinkPortRangeEnv [2021-09-16T19:12:11.144Z] --- PASS: TestLinkPortRangeEnv (0.00s) [2021-09-16T19:12:11.144Z] PASS [2021-09-16T19:12:11.144Z] coverage: 93.0% of statements [2021-09-16T19:12:11.144Z] ok github.com/docker/docker/daemon/links 0.035s coverage: 93.0% of statements [2021-09-16T19:12:11.388Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.54s) [2021-09-16T19:12:11.388Z] === RUN TestCreateDifferentPlatform [2021-09-16T19:12:11.388Z] === RUN TestCreateDifferentPlatform/different_os [2021-09-16T19:12:11.388Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-09-16T19:12:11.388Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2021-09-16T19:12:11.388Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-09-16T19:12:11.388Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-09-16T19:12:11.388Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-09-16T19:12:11.388Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.03s) [2021-09-16T19:12:11.388Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-09-16T19:12:11.393Z] . [2021-09-16T19:12:11.393Z] ---> Making bundle: .integration-daemon-setup (in bundles/test-integration) [2021-09-16T19:12:11.393Z] ---> Making bundle: .ensure-emptyfs (in bundles/test-integration) [2021-09-16T19:12:11.393Z] Error: No such image: emptyfs [2021-09-16T19:12:11.393Z] ++++ docker load [2021-09-16T19:12:11.393Z] ++++ tar -cC bundles/test-integration/emptyfs . [2021-09-16T19:12:11.393Z] Running integration-test (iteration 1) [2021-09-16T19:12:11.393Z] Running /go/src/github.com/docker/docker/integration/build (arm64.integration.build) flags=-test.v -test.timeout=120m [2021-09-16T19:12:11.393Z] ++ 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-16T19:12:11.393Z] ++ set -e [2021-09-16T19:12:11.393Z] ++ '[' -n 0 ']' [2021-09-16T19:12:11.393Z] ++ set -x [2021-09-16T19:12:11.393Z] ++ 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-16T19:12:11.613Z] --- PASS: TestDaemonDiscoveryReload (1.00s) [2021-09-16T19:12:11.613Z] === RUN TestDaemonDiscoveryReloadFromEmptyDiscovery [2021-09-16T19:12:11.648Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.05s) [2021-09-16T19:12:11.648Z] === RUN TestContainerStartOnDaemonRestart [2021-09-16T19:12:11.648Z] === PAUSE TestContainerStartOnDaemonRestart [2021-09-16T19:12:11.648Z] === RUN TestDaemonRestartIpcMode [2021-09-16T19:12:11.648Z] === PAUSE TestDaemonRestartIpcMode [2021-09-16T19:12:11.648Z] === RUN TestDaemonHostGatewayIP [2021-09-16T19:12:11.648Z] === PAUSE TestDaemonHostGatewayIP [2021-09-16T19:12:11.648Z] === RUN TestRestartDaemonWithRestartingContainer [2021-09-16T19:12:11.648Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-09-16T19:12:11.648Z] === RUN TestContainerKillOnDaemonStart [2021-09-16T19:12:11.648Z] === PAUSE TestContainerKillOnDaemonStart [2021-09-16T19:12:11.648Z] === RUN TestDiff [2021-09-16T19:12:11.655Z] Loaded image: busybox:latest [2021-09-16T19:12:11.916Z] Loaded image: busybox:glibc [2021-09-16T19:12:12.083Z] --- PASS: TestDaemonDiscoveryReloadFromEmptyDiscovery (0.50s) [2021-09-16T19:12:12.083Z] === RUN TestDaemonDiscoveryReloadOnlyClusterAdvertise [2021-09-16T19:12:12.218Z] --- PASS: TestDiff (0.59s) [2021-09-16T19:12:12.218Z] === RUN TestExecWithCloseStdin [2021-09-16T19:12:12.553Z] === RUN TestAdapterReadLogs [2021-09-16T19:12:12.553Z] --- PASS: TestAdapterReadLogs (0.00s) [2021-09-16T19:12:12.553Z] === RUN TestCopier [2021-09-16T19:12:12.553Z] --- PASS: TestCopier (0.00s) [2021-09-16T19:12:12.553Z] === RUN TestCopierLongLines [2021-09-16T19:12:12.553Z] --- PASS: TestCopierLongLines (0.00s) [2021-09-16T19:12:12.553Z] === RUN TestCopierSlow [2021-09-16T19:12:12.553Z] --- PASS: TestDaemonDiscoveryReloadOnlyClusterAdvertise (0.50s) [2021-09-16T19:12:12.553Z] === RUN TestDaemonReloadNetworkDiagnosticPort [2021-09-16T19:12:12.553Z] reload_test.go:520: root required [2021-09-16T19:12:12.553Z] --- SKIP: TestDaemonReloadNetworkDiagnosticPort (0.00s) [2021-09-16T19:12:12.553Z] === RUN TestLoadOrCreateTrustKeyInvalidKeyFile [2021-09-16T19:12:12.553Z] --- PASS: TestLoadOrCreateTrustKeyInvalidKeyFile (0.00s) [2021-09-16T19:12:12.553Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist [2021-09-16T19:12:12.553Z] --- PASS: TestCopierSlow (0.20s) [2021-09-16T19:12:12.553Z] === RUN TestCopierWithSized [2021-09-16T19:12:12.553Z] === RUN TestCopierWithSized/as_is [2021-09-16T19:12:12.553Z] === RUN TestCopierWithSized/With_RingLogger [2021-09-16T19:12:12.553Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenFileDoesNotExist (0.01s) [2021-09-16T19:12:12.553Z] === RUN TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist [2021-09-16T19:12:12.553Z] --- PASS: TestCopierWithSized (0.01s) [2021-09-16T19:12:12.553Z] --- PASS: TestCopierWithSized/as_is (0.00s) [2021-09-16T19:12:12.553Z] --- PASS: TestCopierWithSized/With_RingLogger (0.01s) [2021-09-16T19:12:12.553Z] === RUN TestCopierWithPartial [2021-09-16T19:12:12.553Z] --- PASS: TestCopierWithPartial (0.00s) [2021-09-16T19:12:12.553Z] === RUN TestRingLogger [2021-09-16T19:12:12.553Z] --- PASS: TestRingLogger (0.00s) [2021-09-16T19:12:12.553Z] === RUN TestRingCap [2021-09-16T19:12:12.553Z] --- PASS: TestRingCap (0.00s) [2021-09-16T19:12:12.553Z] === RUN TestRingClose [2021-09-16T19:12:12.553Z] --- PASS: TestRingClose (0.00s) [2021-09-16T19:12:12.553Z] === RUN TestRingDrain [2021-09-16T19:12:12.553Z] --- PASS: TestRingDrain (0.00s) [2021-09-16T19:12:12.553Z] PASS [2021-09-16T19:12:12.553Z] coverage: 43.8% of statements [2021-09-16T19:12:12.553Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyWhenDirectoryDoesNotExist (0.01s) [2021-09-16T19:12:12.553Z] === RUN TestLoadOrCreateTrustKeyCreateKeyNoPath [2021-09-16T19:12:12.553Z] --- PASS: TestLoadOrCreateTrustKeyCreateKeyNoPath (0.01s) [2021-09-16T19:12:12.553Z] === RUN TestLoadOrCreateTrustKeyLoadValidKey [2021-09-16T19:12:12.553Z] --- PASS: TestLoadOrCreateTrustKeyLoadValidKey (0.00s) [2021-09-16T19:12:12.553Z] === RUN TestParseVolumesFrom [2021-09-16T19:12:12.553Z] --- PASS: TestParseVolumesFrom (0.00s) [2021-09-16T19:12:12.553Z] PASS [2021-09-16T19:12:12.553Z] coverage: 9.1% of statements [2021-09-16T19:12:12.553Z] ok github.com/docker/docker/daemon/logger 0.256s coverage: 43.8% of statements [2021-09-16T19:12:12.553Z] ok github.com/docker/docker/daemon 2.386s coverage: 9.1% of statements [2021-09-16T19:12:12.790Z] --- PASS: TestExecWithCloseStdin (0.68s) [2021-09-16T19:12:12.790Z] === RUN TestExec [2021-09-16T19:12:13.023Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-09-16T19:12:13.024Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-09-16T19:12:13.024Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-09-16T19:12:13.024Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-09-16T19:12:13.024Z] ? github.com/docker/docker/daemon/graphdriver/btrfs [no test files] [2021-09-16T19:12:13.024Z] ? github.com/docker/docker/daemon/graphdriver/devmapper [no test files] [2021-09-16T19:12:13.024Z] ? github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [no test files] [2021-09-16T19:12:13.024Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-09-16T19:12:13.024Z] ? github.com/docker/docker/daemon/graphdriver/overlay [no test files] [2021-09-16T19:12:13.024Z] ? github.com/docker/docker/daemon/graphdriver/overlay2 [no test files] [2021-09-16T19:12:13.024Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-09-16T19:12:13.024Z] ? github.com/docker/docker/daemon/graphdriver/vfs [no test files] [2021-09-16T19:12:13.024Z] ? github.com/docker/docker/daemon/graphdriver/windows [no test files] [2021-09-16T19:12:13.024Z] ? github.com/docker/docker/daemon/graphdriver/zfs [no test files] [2021-09-16T19:12:13.024Z] === RUN TestNewStreamConfig [2021-09-16T19:12:13.024Z] === RUN TestNewStreamConfig/defaults [2021-09-16T19:12:13.024Z] === RUN TestNewStreamConfig/invalid_create_group [2021-09-16T19:12:13.024Z] === RUN TestNewStreamConfig/invalid_flush_interval [2021-09-16T19:12:13.024Z] === RUN TestNewStreamConfig/invalid_max_buffered_events [2021-09-16T19:12:13.024Z] === RUN TestNewStreamConfig/invalid_multiline_pattern [2021-09-16T19:12:13.024Z] === RUN TestNewStreamConfig/flush_interval_at_15 [2021-09-16T19:12:13.024Z] === RUN TestNewStreamConfig/max_buffered_events_at_1024 [2021-09-16T19:12:13.024Z] --- PASS: TestNewStreamConfig (0.00s) [2021-09-16T19:12:13.024Z] --- PASS: TestNewStreamConfig/defaults (0.00s) [2021-09-16T19:12:13.024Z] --- PASS: TestNewStreamConfig/invalid_create_group (0.00s) [2021-09-16T19:12:13.024Z] --- PASS: TestNewStreamConfig/invalid_flush_interval (0.00s) [2021-09-16T19:12:13.024Z] --- PASS: TestNewStreamConfig/invalid_max_buffered_events (0.00s) [2021-09-16T19:12:13.024Z] --- PASS: TestNewStreamConfig/invalid_multiline_pattern (0.00s) [2021-09-16T19:12:13.024Z] --- PASS: TestNewStreamConfig/flush_interval_at_15 (0.00s) [2021-09-16T19:12:13.024Z] --- PASS: TestNewStreamConfig/max_buffered_events_at_1024 (0.00s) [2021-09-16T19:12:13.024Z] === RUN TestNewAWSLogsClientUserAgentHandler [2021-09-16T19:12:13.024Z] --- PASS: TestNewAWSLogsClientUserAgentHandler (0.00s) [2021-09-16T19:12:13.024Z] === RUN TestNewAWSLogsClientAWSLogsEndpoint [2021-09-16T19:12:13.024Z] --- PASS: TestNewAWSLogsClientAWSLogsEndpoint (0.00s) [2021-09-16T19:12:13.024Z] === RUN TestNewAWSLogsClientRegionDetect [2021-09-16T19:12:13.303Z] Loaded image: debian:bullseye-slim [2021-09-16T19:12:13.303Z] Loaded image: hello-world:latest [2021-09-16T19:12:13.361Z] --- PASS: TestExec (0.61s) [2021-09-16T19:12:13.361Z] === RUN TestExecUser [2021-09-16T19:12:13.500Z] time="2021-09-16T19:12:12Z" level=info msg="Trying to get region from EC2 Metadata" [2021-09-16T19:12:13.500Z] --- PASS: TestNewAWSLogsClientRegionDetect (0.12s) [2021-09-16T19:12:13.500Z] === RUN TestCreateSuccess [2021-09-16T19:12:13.500Z] --- PASS: TestCreateSuccess (0.00s) [2021-09-16T19:12:13.500Z] === RUN TestCreateStreamSkipped [2021-09-16T19:12:13.500Z] time="2021-09-16T19:12:13Z" level=info msg="Skipping creating log stream" logCreateStream=false logGroupName=groupName logStreamName=streamName [2021-09-16T19:12:13.500Z] --- PASS: TestCreateStreamSkipped (0.00s) [2021-09-16T19:12:13.500Z] === RUN TestCreateLogGroupSuccess [2021-09-16T19:12:13.500Z] --- PASS: TestCreateLogGroupSuccess (0.00s) [2021-09-16T19:12:13.500Z] === RUN TestCreateError [2021-09-16T19:12:13.500Z] --- PASS: TestCreateError (0.00s) [2021-09-16T19:12:13.500Z] === RUN TestCreateAlreadyExists [2021-09-16T19:12:13.500Z] time="2021-09-16T19:12:13Z" level=info msg="Log stream already exists" errorCode=ResourceAlreadyExistsException logGroupName= logStreamName= message= origError="" [2021-09-16T19:12:13.500Z] --- PASS: TestCreateAlreadyExists (0.00s) [2021-09-16T19:12:13.500Z] === RUN TestLogClosed [2021-09-16T19:12:13.500Z] --- PASS: TestLogClosed (0.00s) [2021-09-16T19:12:13.500Z] === RUN TestLogBlocking [2021-09-16T19:12:13.500Z] --- PASS: TestLogBlocking (0.00s) [2021-09-16T19:12:13.500Z] === RUN TestLogNonBlockingBufferEmpty [2021-09-16T19:12:13.500Z] --- PASS: TestLogNonBlockingBufferEmpty (0.00s) [2021-09-16T19:12:13.500Z] === RUN TestLogNonBlockingBufferFull [2021-09-16T19:12:13.500Z] --- PASS: TestLogNonBlockingBufferFull (0.00s) [2021-09-16T19:12:13.500Z] === RUN TestPublishBatchSuccess [2021-09-16T19:12:13.500Z] --- PASS: TestPublishBatchSuccess (0.00s) [2021-09-16T19:12:13.500Z] === RUN TestPublishBatchError [2021-09-16T19:12:13.500Z] time="2021-09-16T19:12:13Z" level=error msg=Error [2021-09-16T19:12:13.500Z] --- PASS: TestPublishBatchError (0.00s) [2021-09-16T19:12:13.500Z] === RUN TestPublishBatchInvalidSeqSuccess [2021-09-16T19:12:13.500Z] time="2021-09-16T19:12:13Z" level=error msg="Failed to put log events" errorCode=InvalidSequenceTokenException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2021-09-16T19:12:13.500Z] --- PASS: TestPublishBatchInvalidSeqSuccess (0.00s) [2021-09-16T19:12:13.500Z] === RUN TestPublishBatchAlreadyAccepted [2021-09-16T19:12:13.500Z] time="2021-09-16T19:12:13Z" level=error msg="Failed to put log events" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" origError="" [2021-09-16T19:12:13.500Z] time="2021-09-16T19:12:13Z" level=info msg="Data already accepted, ignoring error" errorCode=DataAlreadyAcceptedException logGroupName=groupName logStreamName=streamName message="use token token" [2021-09-16T19:12:13.500Z] --- PASS: TestPublishBatchAlreadyAccepted (0.00s) [2021-09-16T19:12:13.500Z] === RUN TestCollectBatchSimple [2021-09-16T19:12:13.500Z] --- PASS: TestCollectBatchSimple (0.00s) [2021-09-16T19:12:13.500Z] === RUN TestCollectBatchTicker [2021-09-16T19:12:13.500Z] --- PASS: TestCollectBatchTicker (0.00s) [2021-09-16T19:12:13.500Z] === RUN TestCollectBatchMultilinePattern [2021-09-16T19:12:13.500Z] --- PASS: TestCollectBatchMultilinePattern (0.00s) [2021-09-16T19:12:13.500Z] === RUN TestCollectBatchMultilinePatternMaxEventAge [2021-09-16T19:12:13.500Z] --- PASS: TestCollectBatchMultilinePatternMaxEventAge (0.00s) [2021-09-16T19:12:13.500Z] === RUN TestCollectBatchMultilinePatternNegativeEventAge [2021-09-16T19:12:13.500Z] --- PASS: TestCollectBatchMultilinePatternNegativeEventAge (0.00s) [2021-09-16T19:12:13.500Z] === RUN TestCollectBatchMultilinePatternMaxEventSize [2021-09-16T19:12:13.500Z] --- PASS: TestCollectBatchMultilinePatternMaxEventSize (0.01s) [2021-09-16T19:12:13.500Z] === RUN TestCollectBatchClose [2021-09-16T19:12:13.500Z] --- PASS: TestCollectBatchClose (0.00s) [2021-09-16T19:12:13.500Z] === RUN TestEffectiveLen [2021-09-16T19:12:13.500Z] === RUN TestEffectiveLen/0/Hello [2021-09-16T19:12:13.500Z] === RUN TestEffectiveLen/1/\x01\x02\x03\x04 [2021-09-16T19:12:13.500Z] === RUN TestEffectiveLen/2/🙃 [2021-09-16T19:12:13.500Z] === RUN TestEffectiveLen/3/���� [2021-09-16T19:12:13.500Z] === RUN TestEffectiveLen/4/He��o [2021-09-16T19:12:13.500Z] === RUN TestEffectiveLen/5/ [2021-09-16T19:12:13.500Z] --- PASS: TestEffectiveLen (0.00s) [2021-09-16T19:12:13.500Z] --- PASS: TestEffectiveLen/0/Hello (0.00s) [2021-09-16T19:12:13.500Z] --- PASS: TestEffectiveLen/1/\x01\x02\x03\x04 (0.00s) [2021-09-16T19:12:13.500Z] --- PASS: TestEffectiveLen/2/🙃 (0.00s) [2021-09-16T19:12:13.500Z] --- PASS: TestEffectiveLen/3/���� (0.00s) [2021-09-16T19:12:13.500Z] --- PASS: TestEffectiveLen/4/He��o (0.00s) [2021-09-16T19:12:13.500Z] --- PASS: TestEffectiveLen/5/ (0.00s) [2021-09-16T19:12:13.500Z] === RUN TestFindValidSplit [2021-09-16T19:12:13.500Z] === RUN TestFindValidSplit/0/ [2021-09-16T19:12:13.500Z] cloudwatchlogs_test.go:1063: [2021-09-16T19:12:13.500Z] cloudwatchlogs_test.go:1064: [2021-09-16T19:12:13.500Z] === RUN TestFindValidSplit/1/Hello [2021-09-16T19:12:13.500Z] cloudwatchlogs_test.go:1063: Hello [2021-09-16T19:12:13.500Z] cloudwatchlogs_test.go:1064: [2021-09-16T19:12:13.500Z] === RUN TestFindValidSplit/2/Hello [2021-09-16T19:12:13.500Z] cloudwatchlogs_test.go:1063: He [2021-09-16T19:12:13.500Z] cloudwatchlogs_test.go:1064: llo [2021-09-16T19:12:13.500Z] === RUN TestFindValidSplit/3/Hello [2021-09-16T19:12:13.500Z] cloudwatchlogs_test.go:1063: [2021-09-16T19:12:13.500Z] cloudwatchlogs_test.go:1064: Hello [2021-09-16T19:12:13.500Z] === RUN TestFindValidSplit/4/🙃 [2021-09-16T19:12:13.500Z] cloudwatchlogs_test.go:1063: [2021-09-16T19:12:13.500Z] cloudwatchlogs_test.go:1064: 🙃 [2021-09-16T19:12:13.500Z] === RUN TestFindValidSplit/5/🙃 [2021-09-16T19:12:13.500Z] cloudwatchlogs_test.go:1063: 🙃 [2021-09-16T19:12:13.500Z] cloudwatchlogs_test.go:1064: [2021-09-16T19:12:13.500Z] === RUN TestFindValidSplit/6/a� [2021-09-16T19:12:13.500Z] cloudwatchlogs_test.go:1063: a [2021-09-16T19:12:13.500Z] cloudwatchlogs_test.go:1064: � [2021-09-16T19:12:13.500Z] === RUN TestFindValidSplit/7/a� [2021-09-16T19:12:13.500Z] cloudwatchlogs_test.go:1063: a� [2021-09-16T19:12:13.500Z] cloudwatchlogs_test.go:1064: [2021-09-16T19:12:13.500Z] --- PASS: TestFindValidSplit (0.00s) [2021-09-16T19:12:13.500Z] --- PASS: TestFindValidSplit/0/ (0.00s) [2021-09-16T19:12:13.500Z] --- PASS: TestFindValidSplit/1/Hello (0.00s) [2021-09-16T19:12:13.500Z] --- PASS: TestFindValidSplit/2/Hello (0.00s) [2021-09-16T19:12:13.500Z] --- PASS: TestFindValidSplit/3/Hello (0.00s) [2021-09-16T19:12:13.500Z] --- PASS: TestFindValidSplit/4/🙃 (0.00s) [2021-09-16T19:12:13.500Z] --- PASS: TestFindValidSplit/5/🙃 (0.00s) [2021-09-16T19:12:13.500Z] --- PASS: TestFindValidSplit/6/a� (0.00s) [2021-09-16T19:12:13.500Z] --- PASS: TestFindValidSplit/7/a� (0.00s) [2021-09-16T19:12:13.500Z] === RUN TestProcessEventEmoji [2021-09-16T19:12:13.500Z] --- PASS: TestProcessEventEmoji (0.01s) [2021-09-16T19:12:13.500Z] === RUN TestCollectBatchLineSplit [2021-09-16T19:12:13.500Z] --- PASS: TestCollectBatchLineSplit (0.00s) [2021-09-16T19:12:13.500Z] === RUN TestCollectBatchLineSplitWithBinary [2021-09-16T19:12:13.500Z] --- PASS: TestCollectBatchLineSplitWithBinary (0.00s) [2021-09-16T19:12:13.500Z] === RUN TestCollectBatchMaxEvents [2021-09-16T19:12:13.500Z] --- PASS: TestCollectBatchMaxEvents (0.05s) [2021-09-16T19:12:13.500Z] === RUN TestCollectBatchMaxTotalBytes [2021-09-16T19:12:13.500Z] --- PASS: TestCollectBatchMaxTotalBytes (0.02s) [2021-09-16T19:12:13.500Z] === RUN TestCollectBatchMaxTotalBytesWithBinary [2021-09-16T19:12:13.500Z] --- PASS: TestCollectBatchMaxTotalBytesWithBinary (0.02s) [2021-09-16T19:12:13.500Z] === RUN TestCollectBatchWithDuplicateTimestamps [2021-09-16T19:12:13.500Z] --- PASS: TestCollectBatchWithDuplicateTimestamps (0.04s) [2021-09-16T19:12:13.500Z] === RUN TestParseLogOptionsMultilinePattern [2021-09-16T19:12:13.500Z] --- PASS: TestParseLogOptionsMultilinePattern (0.00s) [2021-09-16T19:12:13.500Z] === RUN TestParseLogOptionsDatetimeFormat [2021-09-16T19:12:13.500Z] === RUN TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT [2021-09-16T19:12:13.500Z] === RUN TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 [2021-09-16T19:12:13.500Z] === RUN TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec [2021-09-16T19:12:13.500Z] === RUN TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December [2021-09-16T19:12:13.500Z] === RUN TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday [2021-09-16T19:12:13.500Z] === RUN TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun [2021-09-16T19:12:13.500Z] === RUN TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 [2021-09-16T19:12:13.501Z] --- PASS: TestParseLogOptionsDatetimeFormat (0.00s) [2021-09-16T19:12:13.501Z] --- PASS: TestParseLogOptionsDatetimeFormat/31/12/10_Mon_08:42:44.345_NZDT (0.00s) [2021-09-16T19:12:13.501Z] --- PASS: TestParseLogOptionsDatetimeFormat/2007-12-04_Monday_08:42:44.123456AM+1200 (0.00s) [2021-09-16T19:12:13.501Z] --- PASS: TestParseLogOptionsDatetimeFormat/Jan|Feb|Mar|Apr|May|Jun|Jul|Aug|Sep|Oct|Nov|Dec (0.00s) [2021-09-16T19:12:13.501Z] --- PASS: TestParseLogOptionsDatetimeFormat/January|February|March|April|May|June|July|August|September|October|November|December (0.00s) [2021-09-16T19:12:13.501Z] --- PASS: TestParseLogOptionsDatetimeFormat/Monday|Tuesday|Wednesday|Thursday|Friday|Saturday|Sunday (0.00s) [2021-09-16T19:12:13.501Z] --- PASS: TestParseLogOptionsDatetimeFormat/Mon|Tue|Wed|Thu|Fri|Sat|Sun (0.00s) [2021-09-16T19:12:13.501Z] --- PASS: TestParseLogOptionsDatetimeFormat/Day_of_the_week:_4,_Day_of_the_year:_091 (0.00s) [2021-09-16T19:12:13.501Z] === RUN TestValidateLogOptionsDatetimeFormatAndMultilinePattern [2021-09-16T19:12:13.501Z] --- PASS: TestValidateLogOptionsDatetimeFormatAndMultilinePattern (0.00s) [2021-09-16T19:12:13.501Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds [2021-09-16T19:12:13.501Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/0 [2021-09-16T19:12:13.501Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/-1 [2021-09-16T19:12:13.501Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/a [2021-09-16T19:12:13.501Z] === RUN TestValidateLogOptionsForceFlushIntervalSeconds/10 [2021-09-16T19:12:13.501Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds (0.00s) [2021-09-16T19:12:13.501Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/0 (0.00s) [2021-09-16T19:12:13.501Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/-1 (0.00s) [2021-09-16T19:12:13.501Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/a (0.00s) [2021-09-16T19:12:13.501Z] --- PASS: TestValidateLogOptionsForceFlushIntervalSeconds/10 (0.00s) [2021-09-16T19:12:13.501Z] === RUN TestValidateLogOptionsMaxBufferedEvents [2021-09-16T19:12:13.501Z] === RUN TestValidateLogOptionsMaxBufferedEvents/0 [2021-09-16T19:12:13.501Z] === RUN TestValidateLogOptionsMaxBufferedEvents/-1 [2021-09-16T19:12:13.501Z] === RUN TestValidateLogOptionsMaxBufferedEvents/a [2021-09-16T19:12:13.501Z] === RUN TestValidateLogOptionsMaxBufferedEvents/10 [2021-09-16T19:12:13.501Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents (0.00s) [2021-09-16T19:12:13.501Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/0 (0.00s) [2021-09-16T19:12:13.501Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/-1 (0.00s) [2021-09-16T19:12:13.501Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/a (0.00s) [2021-09-16T19:12:13.501Z] --- PASS: TestValidateLogOptionsMaxBufferedEvents/10 (0.00s) [2021-09-16T19:12:13.501Z] === RUN TestCreateTagSuccess [2021-09-16T19:12:13.501Z] --- PASS: TestCreateTagSuccess (0.00s) [2021-09-16T19:12:13.501Z] === RUN TestNewAWSLogsClientCredentialEndpointDetect [2021-09-16T19:12:13.501Z] --- PASS: TestNewAWSLogsClientCredentialEndpointDetect (0.01s) [2021-09-16T19:12:13.501Z] === RUN TestNewAWSLogsClientCredentialEnvironmentVariable [2021-09-16T19:12:13.501Z] --- PASS: TestNewAWSLogsClientCredentialEnvironmentVariable (0.00s) [2021-09-16T19:12:13.501Z] === RUN TestNewAWSLogsClientCredentialSharedFile [2021-09-16T19:12:13.501Z] --- PASS: TestNewAWSLogsClientCredentialSharedFile (0.01s) [2021-09-16T19:12:13.501Z] PASS [2021-09-16T19:12:13.501Z] coverage: 77.4% of statements [2021-09-16T19:12:13.501Z] ok github.com/docker/docker/daemon/logger/awslogs 0.345s coverage: 77.4% of statements [2021-09-16T19:12:13.501Z] === RUN TestSearchRegistryForImagesErrors [2021-09-16T19:12:13.501Z] --- PASS: TestSearchRegistryForImagesErrors (0.00s) [2021-09-16T19:12:13.501Z] === RUN TestSearchRegistryForImages [2021-09-16T19:12:13.501Z] --- PASS: TestSearchRegistryForImages (0.00s) [2021-09-16T19:12:13.501Z] === RUN TestOnlyPlatformWithFallback [2021-09-16T19:12:13.501Z] --- PASS: TestOnlyPlatformWithFallback (0.00s) [2021-09-16T19:12:13.501Z] === RUN TestImageDelete [2021-09-16T19:12:13.501Z] === RUN TestImageDelete/no_lease [2021-09-16T19:12:13.501Z] === RUN TestImageDelete/lease_exists [2021-09-16T19:12:13.501Z] --- PASS: TestImageDelete (0.03s) [2021-09-16T19:12:13.501Z] --- PASS: TestImageDelete/no_lease (0.01s) [2021-09-16T19:12:13.501Z] --- PASS: TestImageDelete/lease_exists (0.01s) [2021-09-16T19:12:13.501Z] === RUN TestContentStoreForPull [2021-09-16T19:12:13.501Z] --- PASS: TestContentStoreForPull (0.14s) [2021-09-16T19:12:13.501Z] PASS [2021-09-16T19:12:13.501Z] coverage: 6.7% of statements [2021-09-16T19:12:13.501Z] ok github.com/docker/docker/daemon/images 0.317s coverage: 6.7% of statements [2021-09-16T19:12:13.565Z] Loaded image: arm32v7/hello-world:latest [2021-09-16T19:12:13.565Z] INFO: Testing against a local daemon [2021-09-16T19:12:13.565Z] === RUN TestCgroupNamespacesBuild [2021-09-16T19:12:13.931Z] === RUN TestDockerDaemonSuite/TestDaemonEventsWithFilters [2021-09-16T19:12:13.971Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-09-16T19:12:13.971Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-09-16T19:12:13.971Z] ? github.com/docker/docker/daemon/logger/etwlogs [no test files] [2021-09-16T19:12:13.971Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-09-16T19:12:13.971Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-09-16T19:12:13.971Z] ? github.com/docker/docker/daemon/logger/gelf [no test files] [2021-09-16T19:12:13.971Z] ? github.com/docker/docker/daemon/logger/journald [no test files] [2021-09-16T19:12:13.971Z] === RUN TestJSONLogsMarshalJSONBuf [2021-09-16T19:12:13.971Z] --- PASS: TestJSONLogsMarshalJSONBuf (0.00s) [2021-09-16T19:12:13.971Z] === RUN TestFastTimeMarshalJSONWithInvalidYear [2021-09-16T19:12:13.971Z] --- PASS: TestFastTimeMarshalJSONWithInvalidYear (0.12s) [2021-09-16T19:12:13.971Z] === RUN TestFastTimeMarshalJSON [2021-09-16T19:12:13.971Z] --- PASS: TestFastTimeMarshalJSON (0.00s) [2021-09-16T19:12:13.971Z] PASS [2021-09-16T19:12:13.971Z] coverage: 87.2% of statements [2021-09-16T19:12:13.971Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.159s coverage: 87.2% of statements [2021-09-16T19:12:14.192Z] --- PASS: TestExecUser (0.73s) [2021-09-16T19:12:14.192Z] === RUN TestExportContainerAndImportImage [2021-09-16T19:12:14.441Z] === RUN TestJSONFileLogger [2021-09-16T19:12:14.441Z] --- PASS: TestJSONFileLogger (0.00s) [2021-09-16T19:12:14.441Z] === RUN TestJSONFileLoggerWithTags [2021-09-16T19:12:14.441Z] --- PASS: TestJSONFileLoggerWithTags (0.00s) [2021-09-16T19:12:14.441Z] === RUN TestJSONFileLoggerWithOpts [2021-09-16T19:12:14.441Z] --- PASS: TestJSONFileLoggerWithOpts (0.01s) [2021-09-16T19:12:14.441Z] === RUN TestJSONFileLoggerWithLabelsEnv [2021-09-16T19:12:14.441Z] --- PASS: TestJSONFileLoggerWithLabelsEnv (0.00s) [2021-09-16T19:12:14.441Z] === RUN TestEncodeDecode [2021-09-16T19:12:14.441Z] === PAUSE TestEncodeDecode [2021-09-16T19:12:14.441Z] === RUN TestUnexpectedEOF [2021-09-16T19:12:14.441Z] time="2021-09-16T19:12:14Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2021-09-16T19:12:14.441Z] time="2021-09-16T19:12:14Z" level=warning msg="got error while decoding json" error="unexpected EOF" retries=0 [2021-09-16T19:12:14.441Z] --- PASS: TestUnexpectedEOF (0.11s) [2021-09-16T19:12:14.441Z] === CONT TestEncodeDecode [2021-09-16T19:12:14.441Z] --- PASS: TestEncodeDecode (0.00s) [2021-09-16T19:12:14.441Z] PASS [2021-09-16T19:12:14.441Z] coverage: 69.9% of statements [2021-09-16T19:12:14.441Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.194s coverage: 69.9% of statements [2021-09-16T19:12:14.453Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2021-09-16T19:12:14.911Z] === RUN TestWriteLog [2021-09-16T19:12:14.911Z] === PAUSE TestWriteLog [2021-09-16T19:12:14.911Z] === RUN TestReadLog [2021-09-16T19:12:14.911Z] === PAUSE TestReadLog [2021-09-16T19:12:14.911Z] === CONT TestWriteLog [2021-09-16T19:12:14.911Z] === CONT TestReadLog [2021-09-16T19:12:14.911Z] === RUN TestReadLog/tail_exact [2021-09-16T19:12:14.911Z] --- PASS: TestWriteLog (0.01s) [2021-09-16T19:12:14.911Z] === RUN TestReadLog/tail_less_than_available [2021-09-16T19:12:14.911Z] === RUN TestReadLog/tail_more_than_available [2021-09-16T19:12:14.911Z] --- PASS: TestReadLog (0.13s) [2021-09-16T19:12:14.911Z] --- PASS: TestReadLog/tail_exact (0.12s) [2021-09-16T19:12:14.911Z] --- PASS: TestReadLog/tail_less_than_available (0.00s) [2021-09-16T19:12:14.911Z] --- PASS: TestReadLog/tail_more_than_available (0.00s) [2021-09-16T19:12:14.911Z] PASS [2021-09-16T19:12:14.911Z] coverage: 75.2% of statements [2021-09-16T19:12:14.911Z] ok github.com/docker/docker/daemon/logger/local 0.173s coverage: 75.2% of statements [2021-09-16T19:12:14.911Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-09-16T19:12:15.025Z] --- PASS: TestExportContainerAndImportImage (0.86s) [2021-09-16T19:12:15.025Z] === RUN TestExportContainerAfterDaemonRestart [2021-09-16T19:12:15.381Z] === RUN TestOpenFileDelete [2021-09-16T19:12:15.381Z] --- PASS: TestOpenFileDelete (0.00s) [2021-09-16T19:12:15.381Z] === RUN TestOpenFileRename [2021-09-16T19:12:15.381Z] --- PASS: TestOpenFileRename (0.00s) [2021-09-16T19:12:15.381Z] === RUN TestParseLogTagDefaultTag [2021-09-16T19:12:15.381Z] --- PASS: TestParseLogTagDefaultTag (0.00s) [2021-09-16T19:12:15.381Z] === RUN TestParseLogTag [2021-09-16T19:12:15.381Z] --- PASS: TestParseLogTag (0.00s) [2021-09-16T19:12:15.381Z] === RUN TestParseLogTagEmptyTag [2021-09-16T19:12:15.381Z] --- PASS: TestParseLogTagEmptyTag (0.00s) [2021-09-16T19:12:15.381Z] === RUN TestTailFiles [2021-09-16T19:12:15.381Z] --- PASS: TestTailFiles (0.00s) [2021-09-16T19:12:15.381Z] === RUN TestFollowLogsConsumerGone [2021-09-16T19:12:15.381Z] --- PASS: TestFollowLogsConsumerGone (0.00s) [2021-09-16T19:12:15.381Z] === RUN TestFollowLogsProducerGone [2021-09-16T19:12:15.381Z] logfile_test.go:231: messages sent: 4098, received: 4098 [2021-09-16T19:12:15.381Z] logfile_test.go:178: logDecode() closed after sending 4098 messages [2021-09-16T19:12:15.381Z] --- PASS: TestFollowLogsProducerGone (0.00s) [2021-09-16T19:12:15.381Z] === RUN TestCheckCapacityAndRotate [2021-09-16T19:12:15.381Z] === RUN TestCheckCapacityAndRotate/closed_log_file [2021-09-16T19:12:15.381Z] === RUN TestCheckCapacityAndRotate/with_log_reader [2021-09-16T19:12:15.381Z] --- PASS: TestCheckCapacityAndRotate (0.14s) [2021-09-16T19:12:15.381Z] --- PASS: TestCheckCapacityAndRotate/closed_log_file (0.00s) [2021-09-16T19:12:15.381Z] --- PASS: TestCheckCapacityAndRotate/with_log_reader (0.13s) [2021-09-16T19:12:15.381Z] PASS [2021-09-16T19:12:15.381Z] coverage: 55.3% of statements [2021-09-16T19:12:15.381Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.184s coverage: 55.3% of statements [2021-09-16T19:12:15.481Z] --- PASS: TestCgroupNamespacesBuild (1.80s) [2021-09-16T19:12:15.481Z] === RUN TestCgroupNamespacesBuildDaemonHostMode [2021-09-16T19:12:15.851Z] === RUN TestLog [2021-09-16T19:12:15.851Z] --- PASS: TestLog (0.00s) [2021-09-16T19:12:15.851Z] PASS [2021-09-16T19:12:15.851Z] coverage: 31.5% of statements [2021-09-16T19:12:15.851Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.066s coverage: 31.5% of statements [2021-09-16T19:12:15.851Z] === RUN TestValidateLogOpt [2021-09-16T19:12:15.851Z] --- PASS: TestValidateLogOpt (0.00s) [2021-09-16T19:12:15.851Z] === RUN TestNewMissedConfig [2021-09-16T19:12:15.851Z] --- PASS: TestNewMissedConfig (0.00s) [2021-09-16T19:12:15.851Z] === RUN TestNewMissedUrl [2021-09-16T19:12:15.851Z] --- PASS: TestNewMissedUrl (0.00s) [2021-09-16T19:12:15.851Z] === RUN TestNewMissedToken [2021-09-16T19:12:15.851Z] --- PASS: TestNewMissedToken (0.00s) [2021-09-16T19:12:15.851Z] === RUN TestNewWithProxy [2021-09-16T19:12:15.851Z] --- PASS: TestNewWithProxy (0.00s) [2021-09-16T19:12:15.851Z] === RUN TestDefault [2021-09-16T19:12:15.851Z] --- PASS: TestDefault (0.01s) [2021-09-16T19:12:15.851Z] === RUN TestInlineFormatWithNonDefaultOptions [2021-09-16T19:12:15.851Z] --- PASS: TestInlineFormatWithNonDefaultOptions (0.00s) [2021-09-16T19:12:15.851Z] === RUN TestJsonFormat [2021-09-16T19:12:15.851Z] --- PASS: TestJsonFormat (0.01s) [2021-09-16T19:12:15.851Z] === RUN TestRawFormat [2021-09-16T19:12:15.851Z] --- PASS: TestRawFormat (0.00s) [2021-09-16T19:12:15.851Z] === RUN TestRawFormatWithLabels [2021-09-16T19:12:15.851Z] --- PASS: TestRawFormatWithLabels (0.00s) [2021-09-16T19:12:15.851Z] === RUN TestRawFormatWithoutTag [2021-09-16T19:12:15.851Z] --- PASS: TestRawFormatWithoutTag (0.00s) [2021-09-16T19:12:15.851Z] === RUN TestBatching [2021-09-16T19:12:16.321Z] --- PASS: TestBatching (0.25s) [2021-09-16T19:12:16.321Z] === RUN TestFrequency [2021-09-16T19:12:16.321Z] === RUN TestParseLogFormat [2021-09-16T19:12:16.321Z] --- PASS: TestParseLogFormat (0.00s) [2021-09-16T19:12:16.321Z] === RUN TestValidateLogOptEmpty [2021-09-16T19:12:16.321Z] --- PASS: TestValidateLogOptEmpty (0.00s) [2021-09-16T19:12:16.321Z] === RUN TestValidateSyslogAddress [2021-09-16T19:12:16.321Z] --- PASS: TestValidateSyslogAddress (0.00s) [2021-09-16T19:12:16.321Z] === RUN TestParseAddressDefaultPort [2021-09-16T19:12:16.321Z] --- PASS: TestParseAddressDefaultPort (0.00s) [2021-09-16T19:12:16.321Z] === RUN TestValidateSyslogFacility [2021-09-16T19:12:16.321Z] --- PASS: TestValidateSyslogFacility (0.00s) [2021-09-16T19:12:16.321Z] === RUN TestValidateLogOptSyslogFormat [2021-09-16T19:12:16.321Z] --- PASS: TestValidateLogOptSyslogFormat (0.00s) [2021-09-16T19:12:16.321Z] === RUN TestValidateLogOpt [2021-09-16T19:12:16.321Z] --- PASS: TestValidateLogOpt (0.00s) [2021-09-16T19:12:16.321Z] PASS [2021-09-16T19:12:16.321Z] coverage: 46.8% of statements [2021-09-16T19:12:16.321Z] ok github.com/docker/docker/daemon/logger/syslog 0.037s coverage: 46.8% of statements [2021-09-16T19:12:16.321Z] === RUN TestNewParse [2021-09-16T19:12:16.321Z] --- PASS: TestNewParse (0.00s) [2021-09-16T19:12:16.321Z] PASS [2021-09-16T19:12:16.321Z] coverage: 8.3% of statements [2021-09-16T19:12:16.321Z] ok github.com/docker/docker/daemon/logger/templates 0.034s coverage: 8.3% of statements [2021-09-16T19:12:16.321Z] --- PASS: TestFrequency (0.17s) [2021-09-16T19:12:16.321Z] === RUN TestOneMessagePerRequest [2021-09-16T19:12:16.321Z] --- PASS: TestOneMessagePerRequest (0.00s) [2021-09-16T19:12:16.321Z] === RUN TestVerify [2021-09-16T19:12:16.321Z] --- PASS: TestVerify (0.00s) [2021-09-16T19:12:16.321Z] === RUN TestSkipVerify [2021-09-16T19:12:16.408Z] --- PASS: TestExportContainerAfterDaemonRestart (1.36s) [2021-09-16T19:12:16.408Z] === RUN TestHealthCheckWorkdir [2021-09-16T19:12:16.791Z] time="2021-09-16T19:12:16Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-09-16T19:12:16.791Z] time="2021-09-16T19:12:16Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-09-16T19:12:16.791Z] time="2021-09-16T19:12:16Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-09-16T19:12:16.791Z] --- PASS: TestSkipVerify (0.46s) [2021-09-16T19:12:16.791Z] === RUN TestBufferMaximum [2021-09-16T19:12:16.791Z] time="2021-09-16T19:12:16Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-09-16T19:12:16.791Z] time="2021-09-16T19:12:16Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-09-16T19:12:16.791Z] time="2021-09-16T19:12:16Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-09-16T19:12:16.791Z] time="2021-09-16T19:12:16Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-09-16T19:12:16.791Z] time="2021-09-16T19:12:16Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-09-16T19:12:16.791Z] time="2021-09-16T19:12:16Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1631819536.660346\",\"host\":\"c5f840667898\"}'" [2021-09-16T19:12:16.791Z] time="2021-09-16T19:12:16Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1631819536.660346\",\"host\":\"c5f840667898\"}'" [2021-09-16T19:12:16.791Z] --- PASS: TestBufferMaximum (0.00s) [2021-09-16T19:12:16.791Z] === RUN TestServerAlwaysDown [2021-09-16T19:12:16.791Z] time="2021-09-16T19:12:16Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-09-16T19:12:16.791Z] time="2021-09-16T19:12:16Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-09-16T19:12:16.791Z] time="2021-09-16T19:12:16Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"0\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1631819536.663327\",\"host\":\"c5f840667898\"}'" [2021-09-16T19:12:16.791Z] time="2021-09-16T19:12:16Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"1\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1631819536.663327\",\"host\":\"c5f840667898\"}'" [2021-09-16T19:12:16.791Z] time="2021-09-16T19:12:16Z" level=warning msg="Error while sending logs" error="splunk: failed to send event - 500 Internal Server Error - " module=logger/splunk [2021-09-16T19:12:16.791Z] time="2021-09-16T19:12:16Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"2\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1631819536.663327\",\"host\":\"c5f840667898\"}'" [2021-09-16T19:12:16.791Z] time="2021-09-16T19:12:16Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"3\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1631819536.664331\",\"host\":\"c5f840667898\"}'" [2021-09-16T19:12:16.791Z] time="2021-09-16T19:12:16Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"4\",\"source\":\"stdout\",\"tag\":\"containeriid\"},\"time\":\"1631819536.664331\",\"host\":\"c5f840667898\"}'" [2021-09-16T19:12:16.791Z] --- PASS: TestServerAlwaysDown (0.00s) [2021-09-16T19:12:16.791Z] === RUN TestCannotSendAfterClose [2021-09-16T19:12:16.791Z] --- PASS: TestCannotSendAfterClose (0.00s) [2021-09-16T19:12:16.791Z] === RUN TestDeadlockOnBlockedEndpoint [2021-09-16T19:12:16.868Z] --- PASS: TestCgroupNamespacesBuildDaemonHostMode (1.44s) [2021-09-16T19:12:16.868Z] === RUN TestBuildWithSession [2021-09-16T19:12:16.868Z] build_session_test.go:25: TODO: BuildKit [2021-09-16T19:12:16.868Z] --- SKIP: TestBuildWithSession (0.00s) [2021-09-16T19:12:16.868Z] === RUN TestBuildSquashParent [2021-09-16T19:12:16.979Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2021-09-16T19:12:17.240Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2021-09-16T19:12:17.240Z] --- PASS: TestHealthCheckWorkdir (0.85s) [2021-09-16T19:12:17.240Z] === RUN TestHealthKillContainer [2021-09-16T19:12:17.500Z] === RUN TestDockerDaemonSuite/TestDaemonExitOnFailure [2021-09-16T19:12:17.618Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.19s) [2021-09-16T19:12:17.618Z] === RUN TestCreateServiceSecretFileMode [2021-09-16T19:12:17.780Z] === RUN TestV1IDService [2021-09-16T19:12:17.780Z] --- PASS: TestV1IDService (0.02s) [2021-09-16T19:12:17.780Z] === RUN TestV2MetadataService [2021-09-16T19:12:17.780Z] time="2021-09-16T19:12:17Z" 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-16T19:12:17.780Z] time="2021-09-16T19:12:17Z" level=error msg="Failed to send a message '{\"event\":{\"line\":\"\",\"source\":\"\",\"tag\":\"containeriid\"},\"time\":\"-6795364578.871346\",\"host\":\"c5f840667898\"}'" [2021-09-16T19:12:17.780Z] --- PASS: TestDeadlockOnBlockedEndpoint (1.00s) [2021-09-16T19:12:17.780Z] PASS [2021-09-16T19:12:17.780Z] coverage: 82.5% of statements [2021-09-16T19:12:17.780Z] ok github.com/docker/docker/daemon/logger/splunk 1.981s coverage: 82.5% of statements [2021-09-16T19:12:17.780Z] ? github.com/docker/docker/daemon/names [no test files] [2021-09-16T19:12:17.780Z] ? github.com/docker/docker/daemon/network [no test files] [2021-09-16T19:12:17.780Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-09-16T19:12:18.073Z] check_test.go:308: [de94ec04cf3a8] daemon is not started [2021-09-16T19:12:18.074Z] === RUN TestDockerDaemonSuite/TestDaemonFlagD [2021-09-16T19:12:18.184Z] --- PASS: TestCreateServiceSecretFileMode (2.47s) [2021-09-16T19:12:18.184Z] === RUN TestCreateServiceConfigFileMode [2021-09-16T19:12:18.251Z] === RUN TestSuccessfulDownload [2021-09-16T19:12:18.251Z] download_test.go:267: Needs fixing on Windows [2021-09-16T19:12:18.251Z] --- SKIP: TestSuccessfulDownload (0.00s) [2021-09-16T19:12:18.251Z] === RUN TestCancelledDownload [2021-09-16T19:12:18.251Z] --- PASS: TestCancelledDownload (0.00s) [2021-09-16T19:12:18.251Z] === RUN TestMaxDownloadAttempts [2021-09-16T19:12:18.251Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-09-16T19:12:18.251Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-09-16T19:12:18.251Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-09-16T19:12:18.251Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-09-16T19:12:18.251Z] === RUN TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-09-16T19:12:18.251Z] === PAUSE TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-09-16T19:12:18.251Z] === RUN TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-09-16T19:12:18.251Z] === PAUSE TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-09-16T19:12:18.251Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt [2021-09-16T19:12:18.251Z] === CONT TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt [2021-09-16T19:12:18.251Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt [2021-09-16T19:12:18.251Z] === CONT TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt [2021-09-16T19:12:18.251Z] === RUN TestContinueOnError_NonMirrorEndpoint [2021-09-16T19:12:18.251Z] --- PASS: TestContinueOnError_NonMirrorEndpoint (0.00s) [2021-09-16T19:12:18.251Z] === RUN TestContinueOnError_MirrorEndpoint [2021-09-16T19:12:18.251Z] --- PASS: TestContinueOnError_MirrorEndpoint (0.00s) [2021-09-16T19:12:18.251Z] === RUN TestContinueOnError_NeverContinue [2021-09-16T19:12:18.251Z] --- PASS: TestContinueOnError_NeverContinue (0.00s) [2021-09-16T19:12:18.251Z] === RUN TestManifestStore [2021-09-16T19:12:18.251Z] === RUN TestManifestStore/no_remote_or_local [2021-09-16T19:12:18.318Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-09-16T19:12:18.318Z] INFO: Testing against a local daemon [2021-09-16T19:12:18.318Z] === RUN TestBuildWithSession [2021-09-16T19:12:18.318Z] build_session_test.go:25: TODO: BuildKit [2021-09-16T19:12:18.318Z] --- SKIP: TestBuildWithSession (0.00s) [2021-09-16T19:12:18.318Z] === RUN TestBuildSquashParent [2021-09-16T19:12:18.318Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:12:18.318Z] --- SKIP: TestBuildSquashParent (0.00s) [2021-09-16T19:12:18.318Z] === RUN TestBuildWithRemoveAndForceRemove [2021-09-16T19:12:18.318Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-09-16T19:12:18.318Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-09-16T19:12:18.318Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-09-16T19:12:18.318Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-09-16T19:12:18.318Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-09-16T19:12:18.318Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-09-16T19:12:18.318Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-09-16T19:12:18.318Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-09-16T19:12:18.318Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-09-16T19:12:18.318Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-09-16T19:12:18.318Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-09-16T19:12:18.318Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-09-16T19:12:18.318Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-09-16T19:12:18.318Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-09-16T19:12:18.318Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-09-16T19:12:18.318Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-09-16T19:12:18.333Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2021-09-16T19:12:18.594Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebug [2021-09-16T19:12:18.721Z] time="2021-09-16T19:12:18Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-09-16T19:12:18.721Z] time="2021-09-16T19:12:18Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-09-16T19:12:18.721Z] time="2021-09-16T19:12:18Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-09-16T19:12:18.721Z] time="2021-09-16T19:12:18Z" level=error msg="Download failed after 1 attempts: simulating download attempt 1/1" [2021-09-16T19:12:18.721Z] --- PASS: TestMaxDownloadAttempts (0.00s) [2021-09-16T19:12:18.721Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_fail_at_6th_attempt (0.41s) [2021-09-16T19:12:18.721Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_5th_attempt (0.41s) [2021-09-16T19:12:18.721Z] --- PASS: TestMaxDownloadAttempts/max-attempts=0,_fail_after_1_attempt (0.41s) [2021-09-16T19:12:18.721Z] --- PASS: TestMaxDownloadAttempts/max-attempts=5,_succeed_at_2nd_attempt (0.41s) [2021-09-16T19:12:18.721Z] === RUN TestTransfer [2021-09-16T19:12:18.721Z] time="2021-09-16T19:12:18Z" level=warning msg="Error while attempting to abort content ingest" error="remove C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\TestManifestStore_no_remote_or_local2002039974\\ingest\\5b12c59ff23fa3d365724bc93c65a9481954db8222175a75005af97afc148b79\\data: The process cannot access the file because it is being used by another process." [2021-09-16T19:12:18.721Z] === RUN TestManifestStore/no_local_cache [2021-09-16T19:12:18.721Z] === RUN TestManifestStore/with_local_cache [2021-09-16T19:12:18.721Z] === RUN TestManifestStore/unknown_media_type [2021-09-16T19:12:18.721Z] === RUN TestManifestStore/unknown_media_type/no_cache [2021-09-16T19:12:18.721Z] time="2021-09-16T19:12:18Z" level=warning msg="reference for unknown type: " [2021-09-16T19:12:18.721Z] time="2021-09-16T19:12:18Z" level=warning msg="reference for unknown type: " [2021-09-16T19:12:18.721Z] === RUN TestManifestStore/unknown_media_type/with_cache [2021-09-16T19:12:18.721Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type [2021-09-16T19:12:18.721Z] time="2021-09-16T19:12:18Z" level=warning msg="reference for unknown type: " [2021-09-16T19:12:18.721Z] === RUN TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type [2021-09-16T19:12:18.721Z] time="2021-09-16T19:12:18Z" level=warning msg="reference for unknown type: " [2021-09-16T19:12:18.721Z] time="2021-09-16T19:12:18Z" level=warning msg="reference for unknown type: " [2021-09-16T19:12:18.721Z] === RUN TestManifestStore/error_persisting_manifest [2021-09-16T19:12:18.721Z] === RUN TestManifestStore/error_persisting_manifest/error_on_writer [2021-09-16T19:12:18.721Z] === RUN TestManifestStore/error_persisting_manifest/error_on_commit [2021-09-16T19:12:18.721Z] time="2021-09-16T19:12:18Z" level=warning msg="Error persisting manifest" error="error committing manifest to content store: random error" [2021-09-16T19:12:18.721Z] --- PASS: TestManifestStore (0.26s) [2021-09-16T19:12:18.721Z] --- PASS: TestManifestStore/no_remote_or_local (0.17s) [2021-09-16T19:12:18.721Z] --- PASS: TestManifestStore/no_local_cache (0.01s) [2021-09-16T19:12:18.721Z] --- PASS: TestManifestStore/with_local_cache (0.01s) [2021-09-16T19:12:18.721Z] --- PASS: TestManifestStore/unknown_media_type (0.04s) [2021-09-16T19:12:18.721Z] --- PASS: TestManifestStore/unknown_media_type/no_cache (0.01s) [2021-09-16T19:12:18.721Z] --- PASS: TestManifestStore/unknown_media_type/with_cache (0.03s) [2021-09-16T19:12:18.721Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_media_type (0.02s) [2021-09-16T19:12:18.721Z] --- PASS: TestManifestStore/unknown_media_type/with_cache/cached_manifest_has_no_media_type (0.01s) [2021-09-16T19:12:18.721Z] --- PASS: TestManifestStore/error_persisting_manifest (0.01s) [2021-09-16T19:12:18.721Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_writer (0.00s) [2021-09-16T19:12:18.721Z] --- PASS: TestManifestStore/error_persisting_manifest/error_on_commit (0.01s) [2021-09-16T19:12:18.721Z] === RUN TestDetectManifestBlobMediaType [2021-09-16T19:12:18.721Z] === RUN TestDetectManifestBlobMediaType/mediaType_is_set [2021-09-16T19:12:18.721Z] === RUN TestDetectManifestBlobMediaType/oci_manifest [2021-09-16T19:12:18.721Z] === RUN TestDetectManifestBlobMediaType/schema1 [2021-09-16T19:12:18.721Z] === RUN TestDetectManifestBlobMediaType/oci_index_fallback [2021-09-16T19:12:18.721Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_config_set [2021-09-16T19:12:18.721Z] === RUN TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set [2021-09-16T19:12:18.721Z] --- PASS: TestDetectManifestBlobMediaType (0.00s) [2021-09-16T19:12:18.721Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_is_set (0.00s) [2021-09-16T19:12:18.721Z] --- PASS: TestDetectManifestBlobMediaType/oci_manifest (0.00s) [2021-09-16T19:12:18.721Z] --- PASS: TestDetectManifestBlobMediaType/schema1 (0.00s) [2021-09-16T19:12:18.721Z] --- PASS: TestDetectManifestBlobMediaType/oci_index_fallback (0.00s) [2021-09-16T19:12:18.721Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_config_set (0.00s) [2021-09-16T19:12:18.721Z] --- PASS: TestDetectManifestBlobMediaType/mediaType_and_fsLayers_set (0.00s) [2021-09-16T19:12:18.721Z] === RUN TestFixManifestLayers [2021-09-16T19:12:18.721Z] --- PASS: TestFixManifestLayers (0.00s) [2021-09-16T19:12:18.721Z] === RUN TestFixManifestLayersBaseLayerParent [2021-09-16T19:12:18.721Z] pull_v2_test.go:73: Needs fixing on Windows [2021-09-16T19:12:18.721Z] --- SKIP: TestFixManifestLayersBaseLayerParent (0.00s) [2021-09-16T19:12:18.721Z] === RUN TestFixManifestLayersBadParent [2021-09-16T19:12:18.721Z] --- PASS: TestFixManifestLayersBadParent (0.00s) [2021-09-16T19:12:18.721Z] === RUN TestValidateManifest [2021-09-16T19:12:18.721Z] pull_v2_test.go:118: Needs fixing on Windows [2021-09-16T19:12:18.721Z] --- SKIP: TestValidateManifest (0.00s) [2021-09-16T19:12:18.721Z] === RUN TestFormatPlatform [2021-09-16T19:12:18.721Z] --- PASS: TestFormatPlatform (0.00s) [2021-09-16T19:12:18.721Z] === RUN TestGetRepositoryMountCandidates [2021-09-16T19:12:18.721Z] --- PASS: TestGetRepositoryMountCandidates (0.00s) [2021-09-16T19:12:18.721Z] === RUN TestLayerAlreadyExists [2021-09-16T19:12:18.721Z] 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-16T19:12:18.721Z] 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-16T19:12:18.721Z] 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-16T19:12:18.721Z] 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-16T19:12:18.721Z] 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-16T19:12:18.721Z] 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-16T19:12:18.721Z] --- PASS: TestLayerAlreadyExists (0.00s) [2021-09-16T19:12:18.721Z] === RUN TestWhenEmptyAuthConfig [2021-09-16T19:12:18.721Z] --- PASS: TestTransfer (0.12s) [2021-09-16T19:12:18.721Z] === RUN TestConcurrencyLimit [2021-09-16T19:12:18.721Z] --- PASS: TestV2MetadataService (0.77s) [2021-09-16T19:12:18.721Z] PASS [2021-09-16T19:12:18.721Z] coverage: 48.2% of statements [2021-09-16T19:12:18.721Z] ok github.com/docker/docker/distribution/metadata 0.842s coverage: 48.2% of statements [2021-09-16T19:12:19.164Z] === RUN TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal [2021-09-16T19:12:19.191Z] --- PASS: TestConcurrencyLimit (0.36s) [2021-09-16T19:12:19.191Z] === RUN TestInactiveJobs [2021-09-16T19:12:19.191Z] === RUN TestNotFound [2021-09-16T19:12:19.191Z] --- PASS: TestNotFound (0.00s) [2021-09-16T19:12:19.191Z] === RUN TestConflict [2021-09-16T19:12:19.191Z] --- PASS: TestConflict (0.00s) [2021-09-16T19:12:19.191Z] === RUN TestForbidden [2021-09-16T19:12:19.191Z] --- PASS: TestForbidden (0.00s) [2021-09-16T19:12:19.191Z] === RUN TestInvalidParameter [2021-09-16T19:12:19.191Z] --- PASS: TestInvalidParameter (0.00s) [2021-09-16T19:12:19.191Z] === RUN TestNotImplemented [2021-09-16T19:12:19.191Z] --- PASS: TestNotImplemented (0.00s) [2021-09-16T19:12:19.191Z] === RUN TestNotModified [2021-09-16T19:12:19.191Z] --- PASS: TestNotModified (0.00s) [2021-09-16T19:12:19.191Z] === RUN TestUnauthorized [2021-09-16T19:12:19.191Z] --- PASS: TestUnauthorized (0.00s) [2021-09-16T19:12:19.191Z] === RUN TestUnknown [2021-09-16T19:12:19.191Z] --- PASS: TestUnknown (0.00s) [2021-09-16T19:12:19.191Z] === RUN TestCancelled [2021-09-16T19:12:19.191Z] --- PASS: TestCancelled (0.00s) [2021-09-16T19:12:19.191Z] === RUN TestDeadline [2021-09-16T19:12:19.191Z] --- PASS: TestDeadline (0.00s) [2021-09-16T19:12:19.191Z] === RUN TestDataLoss [2021-09-16T19:12:19.191Z] --- PASS: TestDataLoss (0.00s) [2021-09-16T19:12:19.191Z] === RUN TestUnavailable [2021-09-16T19:12:19.191Z] --- PASS: TestUnavailable (0.00s) [2021-09-16T19:12:19.191Z] === RUN TestSystem [2021-09-16T19:12:19.191Z] --- PASS: TestSystem (0.00s) [2021-09-16T19:12:19.191Z] === RUN TestFromStatusCode [2021-09-16T19:12:19.191Z] === RUN TestFromStatusCode/Not_Found [2021-09-16T19:12:19.191Z] === RUN TestFromStatusCode/Bad_Request [2021-09-16T19:12:19.191Z] === RUN TestFromStatusCode/Conflict [2021-09-16T19:12:19.191Z] === RUN TestFromStatusCode/Unauthorized [2021-09-16T19:12:19.191Z] === RUN TestFromStatusCode/Service_Unavailable [2021-09-16T19:12:19.191Z] === RUN TestFromStatusCode/Forbidden [2021-09-16T19:12:19.191Z] === RUN TestFromStatusCode/Not_Modified [2021-09-16T19:12:19.191Z] === RUN TestFromStatusCode/Not_Implemented [2021-09-16T19:12:19.191Z] === RUN TestFromStatusCode/Internal_Server_Error [2021-09-16T19:12:19.191Z] === RUN TestFromStatusCode/Internal_Server_Error#01 [2021-09-16T19:12:19.191Z] === RUN TestFromStatusCode/Internal_Server_Error#02 [2021-09-16T19:12:19.191Z] === RUN TestFromStatusCode/Internal_Server_Error#03 [2021-09-16T19:12:19.191Z] === RUN TestFromStatusCode/Internal_Server_Error#04 [2021-09-16T19:12:19.191Z] --- PASS: TestFromStatusCode (0.00s) [2021-09-16T19:12:19.191Z] --- PASS: TestFromStatusCode/Not_Found (0.00s) [2021-09-16T19:12:19.191Z] --- PASS: TestFromStatusCode/Bad_Request (0.00s) [2021-09-16T19:12:19.191Z] --- PASS: TestFromStatusCode/Conflict (0.00s) [2021-09-16T19:12:19.191Z] --- PASS: TestFromStatusCode/Unauthorized (0.00s) [2021-09-16T19:12:19.191Z] --- PASS: TestFromStatusCode/Service_Unavailable (0.00s) [2021-09-16T19:12:19.191Z] --- PASS: TestFromStatusCode/Forbidden (0.00s) [2021-09-16T19:12:19.191Z] --- PASS: TestFromStatusCode/Not_Modified (0.00s) [2021-09-16T19:12:19.191Z] --- PASS: TestFromStatusCode/Not_Implemented (0.00s) [2021-09-16T19:12:19.191Z] --- PASS: TestFromStatusCode/Internal_Server_Error (0.00s) [2021-09-16T19:12:19.191Z] --- PASS: TestFromStatusCode/Internal_Server_Error#01 (0.00s) [2021-09-16T19:12:19.191Z] --- PASS: TestFromStatusCode/Internal_Server_Error#02 (0.00s) [2021-09-16T19:12:19.191Z] --- PASS: TestFromStatusCode/Internal_Server_Error#03 (0.00s) [2021-09-16T19:12:19.191Z] --- PASS: TestFromStatusCode/Internal_Server_Error#04 (0.00s) [2021-09-16T19:12:19.191Z] PASS [2021-09-16T19:12:19.191Z] coverage: 53.1% of statements [2021-09-16T19:12:19.191Z] ok github.com/docker/docker/errdefs 0.034s coverage: 53.1% of statements [2021-09-16T19:12:19.191Z] --- PASS: TestInactiveJobs (0.37s) [2021-09-16T19:12:19.191Z] === RUN TestWatchRelease [2021-09-16T19:12:19.191Z] --- PASS: TestWatchRelease (0.04s) [2021-09-16T19:12:19.191Z] === RUN TestWatchFinishedTransfer [2021-09-16T19:12:19.191Z] --- PASS: TestWatchFinishedTransfer (0.00s) [2021-09-16T19:12:19.191Z] === RUN TestDuplicateTransfer [2021-09-16T19:12:19.191Z] --- PASS: TestDuplicateTransfer (0.04s) [2021-09-16T19:12:19.191Z] === RUN TestSuccessfulUpload [2021-09-16T19:12:19.661Z] --- PASS: TestWhenEmptyAuthConfig (1.01s) [2021-09-16T19:12:19.661Z] === RUN TestPushRegistryWhenAuthInfoEmpty [2021-09-16T19:12:19.661Z] --- PASS: TestPushRegistryWhenAuthInfoEmpty (0.00s) [2021-09-16T19:12:19.661Z] === RUN TestTokenPassThru [2021-09-16T19:12:19.661Z] --- PASS: TestTokenPassThru (0.01s) [2021-09-16T19:12:19.661Z] === RUN TestTokenPassThruDifferentHost [2021-09-16T19:12:19.661Z] --- PASS: TestTokenPassThruDifferentHost (0.01s) [2021-09-16T19:12:19.661Z] PASS [2021-09-16T19:12:19.661Z] coverage: 24.1% of statements [2021-09-16T19:12:19.661Z] ok github.com/docker/docker/distribution 1.367s coverage: 24.1% of statements [2021-09-16T19:12:19.661Z] time="2021-09-16T19:12:19Z" level=error msg="Upload failed, retrying: simulating retry" [2021-09-16T19:12:19.661Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-09-16T19:12:19.661Z] --- PASS: TestSuccessfulUpload (0.38s) [2021-09-16T19:12:19.661Z] === RUN TestCancelledUpload [2021-09-16T19:12:19.661Z] --- PASS: TestCancelledUpload (0.00s) [2021-09-16T19:12:19.661Z] PASS [2021-09-16T19:12:19.661Z] coverage: 76.8% of statements [2021-09-16T19:12:19.661Z] ok github.com/docker/docker/distribution/xfer 1.798s coverage: 76.8% of statements [2021-09-16T19:12:19.661Z] ? github.com/docker/docker/dockerversion [no test files] [2021-09-16T19:12:19.661Z] === RUN TestCompare [2021-09-16T19:12:19.661Z] --- PASS: TestCompare (0.00s) [2021-09-16T19:12:19.661Z] PASS [2021-09-16T19:12:19.661Z] coverage: 19.2% of statements [2021-09-16T19:12:19.661Z] ok github.com/docker/docker/image/cache 0.075s coverage: 19.2% of statements [2021-09-16T19:12:19.661Z] === RUN TestFSGetInvalidData [2021-09-16T19:12:19.735Z] === RUN TestDockerDaemonSuite/TestDaemonICCLinkExpose [2021-09-16T19:12:19.995Z] --- PASS: TestHealthKillContainer (2.72s) [2021-09-16T19:12:19.995Z] === RUN TestInspectCpusetInConfigPre120 [2021-09-16T19:12:20.130Z] --- PASS: TestFSGetInvalidData (0.01s) [2021-09-16T19:12:20.130Z] === RUN TestFSInvalidSet [2021-09-16T19:12:20.130Z] --- PASS: TestFSInvalidSet (0.01s) [2021-09-16T19:12:20.130Z] === RUN TestFSInvalidRoot [2021-09-16T19:12:20.130Z] --- PASS: TestFSInvalidRoot (0.01s) [2021-09-16T19:12:20.130Z] === RUN TestFSMetadataGetSet [2021-09-16T19:12:20.130Z] --- PASS: TestFSMetadataGetSet (0.04s) [2021-09-16T19:12:20.130Z] === RUN TestFSInvalidWalker [2021-09-16T19:12:20.130Z] --- PASS: TestFSInvalidWalker (0.01s) [2021-09-16T19:12:20.130Z] === RUN TestFSGetSet [2021-09-16T19:12:20.130Z] --- PASS: TestFSGetSet (0.02s) [2021-09-16T19:12:20.130Z] === RUN TestFSGetUnsetKey [2021-09-16T19:12:20.130Z] --- PASS: TestFSGetUnsetKey (0.00s) [2021-09-16T19:12:20.130Z] === RUN TestFSGetEmptyData [2021-09-16T19:12:20.130Z] --- PASS: TestFSGetEmptyData (0.00s) [2021-09-16T19:12:20.130Z] === RUN TestFSDelete [2021-09-16T19:12:20.130Z] --- PASS: TestFSDelete (0.02s) [2021-09-16T19:12:20.130Z] === RUN TestFSWalker [2021-09-16T19:12:20.130Z] --- PASS: TestFSWalker (0.01s) [2021-09-16T19:12:20.130Z] === RUN TestFSWalkerStopOnError [2021-09-16T19:12:20.130Z] --- PASS: TestFSWalkerStopOnError (0.01s) [2021-09-16T19:12:20.130Z] === RUN TestNewFromJSON [2021-09-16T19:12:20.130Z] --- PASS: TestNewFromJSON (0.00s) [2021-09-16T19:12:20.130Z] === RUN TestNewFromJSONWithInvalidJSON [2021-09-16T19:12:20.130Z] --- PASS: TestNewFromJSONWithInvalidJSON (0.00s) [2021-09-16T19:12:20.130Z] === RUN TestMarshalKeyOrder [2021-09-16T19:12:20.130Z] --- PASS: TestMarshalKeyOrder (0.00s) [2021-09-16T19:12:20.130Z] === RUN TestHistoryEqual [2021-09-16T19:12:20.130Z] --- PASS: TestHistoryEqual (0.13s) [2021-09-16T19:12:20.130Z] === RUN TestImage [2021-09-16T19:12:20.130Z] --- PASS: TestImage (0.00s) [2021-09-16T19:12:20.130Z] === RUN TestImageOSNotEmpty [2021-09-16T19:12:20.130Z] --- PASS: TestImageOSNotEmpty (0.00s) [2021-09-16T19:12:20.130Z] === RUN TestNewChildImageFromImageWithRootFS [2021-09-16T19:12:20.130Z] --- PASS: TestNewChildImageFromImageWithRootFS (0.00s) [2021-09-16T19:12:20.130Z] === RUN TestCreate [2021-09-16T19:12:20.130Z] --- PASS: TestCreate (0.01s) [2021-09-16T19:12:20.131Z] === RUN TestRestore [2021-09-16T19:12:20.131Z] time="2021-09-16T19:12:19Z" level=error msg="invalid image sha256:f1234d75178d892a133a410355a5a990cf75d2f33eba25d575943d4df632f3a4, invalid character 'i' looking for beginning of value" [2021-09-16T19:12:20.131Z] --- PASS: TestRestore (0.03s) [2021-09-16T19:12:20.131Z] === RUN TestAddDelete [2021-09-16T19:12:20.131Z] --- PASS: TestAddDelete (0.02s) [2021-09-16T19:12:20.131Z] === RUN TestSearchAfterDelete [2021-09-16T19:12:20.131Z] --- PASS: TestSearchAfterDelete (0.01s) [2021-09-16T19:12:20.131Z] === RUN TestParentReset [2021-09-16T19:12:20.131Z] --- PASS: TestParentReset (0.03s) [2021-09-16T19:12:20.131Z] === RUN TestGetAndSetLastUpdated [2021-09-16T19:12:20.131Z] --- PASS: TestGetAndSetLastUpdated (0.01s) [2021-09-16T19:12:20.131Z] === RUN TestStoreLen [2021-09-16T19:12:20.131Z] --- PASS: TestStoreLen (0.05s) [2021-09-16T19:12:20.131Z] PASS [2021-09-16T19:12:20.131Z] coverage: 86.6% of statements [2021-09-16T19:12:20.131Z] ok github.com/docker/docker/image 0.502s coverage: 86.6% of statements [2021-09-16T19:12:20.567Z] --- PASS: TestInspectCpusetInConfigPre120 (0.73s) [2021-09-16T19:12:20.567Z] === RUN TestIpcModeNone [2021-09-16T19:12:20.600Z] === RUN TestMakeV1ConfigFromConfig [2021-09-16T19:12:20.600Z] --- PASS: TestMakeV1ConfigFromConfig (0.00s) [2021-09-16T19:12:20.600Z] PASS [2021-09-16T19:12:20.600Z] coverage: 25.0% of statements [2021-09-16T19:12:20.600Z] ok github.com/docker/docker/image/v1 0.076s coverage: 25.0% of statements [2021-09-16T19:12:20.714Z] --- PASS: TestCreateServiceConfigFileMode (2.56s) [2021-09-16T19:12:20.714Z] === RUN TestCreateServiceSysctls [2021-09-16T19:12:20.828Z] === RUN TestDockerSuite/TestBuildAddNonTar [2021-09-16T19:12:21.070Z] === RUN TestValidateManifest [2021-09-16T19:12:21.070Z] === RUN TestValidateManifest/nil [2021-09-16T19:12:21.070Z] === RUN TestValidateManifest/non-nil [2021-09-16T19:12:21.070Z] --- PASS: TestValidateManifest (0.00s) [2021-09-16T19:12:21.070Z] --- PASS: TestValidateManifest/nil (0.00s) [2021-09-16T19:12:21.070Z] --- PASS: TestValidateManifest/non-nil (0.00s) [2021-09-16T19:12:21.070Z] PASS [2021-09-16T19:12:21.070Z] coverage: 0.7% of statements [2021-09-16T19:12:21.070Z] ok github.com/docker/docker/image/tarexport 0.106s coverage: 0.7% of statements [2021-09-16T19:12:21.070Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-09-16T19:12:21.398Z] --- PASS: TestIpcModeNone (0.79s) [2021-09-16T19:12:21.398Z] === RUN TestIpcModePrivate [2021-09-16T19:12:21.542Z] === RUN TestSerialization [2021-09-16T19:12:21.542Z] --- PASS: TestSerialization (0.02s) [2021-09-16T19:12:21.542Z] PASS [2021-09-16T19:12:21.542Z] coverage: 100.0% of statements [2021-09-16T19:12:21.542Z] ok github.com/docker/docker/libcontainerd/queue 0.058s coverage: 100.0% of statements [2021-09-16T19:12:22.012Z] === RUN TestEmptyLayer [2021-09-16T19:12:22.012Z] --- PASS: TestEmptyLayer (0.00s) [2021-09-16T19:12:22.012Z] === RUN TestCommitFailure [2021-09-16T19:12:22.012Z] --- PASS: TestCommitFailure (0.01s) [2021-09-16T19:12:22.012Z] === RUN TestStartTransactionFailure [2021-09-16T19:12:22.012Z] --- PASS: TestStartTransactionFailure (0.00s) [2021-09-16T19:12:22.012Z] === RUN TestGetOrphan [2021-09-16T19:12:22.012Z] --- PASS: TestGetOrphan (0.01s) [2021-09-16T19:12:22.012Z] === RUN TestMountAndRegister [2021-09-16T19:12:22.160Z] --- PASS: TestBuildSquashParent (4.75s) [2021-09-16T19:12:22.160Z] === RUN TestBuildWithRemoveAndForceRemove [2021-09-16T19:12:22.160Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-09-16T19:12:22.160Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-09-16T19:12:22.160Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-09-16T19:12:22.161Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-09-16T19:12:22.161Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-09-16T19:12:22.161Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-09-16T19:12:22.161Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-09-16T19:12:22.161Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-09-16T19:12:22.161Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-09-16T19:12:22.161Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-09-16T19:12:22.161Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-09-16T19:12:22.161Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-09-16T19:12:22.161Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-09-16T19:12:22.161Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-09-16T19:12:22.161Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-09-16T19:12:22.161Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-09-16T19:12:22.339Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2021-09-16T19:12:22.339Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:119, shared: false, mustBeShared: false [2021-09-16T19:12:22.339Z] --- PASS: TestIpcModePrivate (0.99s) [2021-09-16T19:12:22.339Z] === RUN TestIpcModeShareable [2021-09-16T19:12:22.482Z] layer_test.go:270: Layer size: 14 [2021-09-16T19:12:22.482Z] --- PASS: TestMountAndRegister (0.04s) [2021-09-16T19:12:22.482Z] === RUN TestLayerRelease [2021-09-16T19:12:22.482Z] layer_test.go:303: Failing on Windows [2021-09-16T19:12:22.482Z] --- SKIP: TestLayerRelease (0.00s) [2021-09-16T19:12:22.482Z] === RUN TestStoreRestore [2021-09-16T19:12:22.482Z] layer_test.go:352: Failing on Windows [2021-09-16T19:12:22.482Z] --- SKIP: TestStoreRestore (0.00s) [2021-09-16T19:12:22.482Z] === RUN TestTarStreamStability [2021-09-16T19:12:22.482Z] layer_test.go:467: Failing on Windows [2021-09-16T19:12:22.482Z] --- SKIP: TestTarStreamStability (0.00s) [2021-09-16T19:12:22.482Z] === RUN TestRegisterExistingLayer [2021-09-16T19:12:22.482Z] --- PASS: TestRegisterExistingLayer (0.14s) [2021-09-16T19:12:22.482Z] === RUN TestTarStreamVerification [2021-09-16T19:12:22.482Z] layer_test.go:696: Failing on Windows [2021-09-16T19:12:22.482Z] --- SKIP: TestTarStreamVerification (0.00s) [2021-09-16T19:12:22.482Z] === RUN TestLayerMigration [2021-09-16T19:12:22.482Z] migration_test.go:45: Failing on Windows [2021-09-16T19:12:22.482Z] --- SKIP: TestLayerMigration (0.00s) [2021-09-16T19:12:22.482Z] === RUN TestLayerMigrationNoTarsplit [2021-09-16T19:12:22.482Z] migration_test.go:181: Failing on Windows [2021-09-16T19:12:22.482Z] --- SKIP: TestLayerMigrationNoTarsplit (0.00s) [2021-09-16T19:12:22.482Z] === RUN TestMountInit [2021-09-16T19:12:22.482Z] mount_test.go:17: Failing on Windows [2021-09-16T19:12:22.482Z] --- SKIP: TestMountInit (0.00s) [2021-09-16T19:12:22.482Z] === RUN TestMountSize [2021-09-16T19:12:22.482Z] mount_test.go:76: Failing on Windows [2021-09-16T19:12:22.482Z] --- SKIP: TestMountSize (0.00s) [2021-09-16T19:12:22.482Z] === RUN TestMountChanges [2021-09-16T19:12:22.482Z] mount_test.go:125: Failing on Windows [2021-09-16T19:12:22.482Z] --- SKIP: TestMountChanges (0.00s) [2021-09-16T19:12:22.482Z] === RUN TestMountApply [2021-09-16T19:12:22.482Z] mount_test.go:212: Failing on Windows [2021-09-16T19:12:22.482Z] --- SKIP: TestMountApply (0.00s) [2021-09-16T19:12:22.482Z] PASS [2021-09-16T19:12:22.482Z] coverage: 30.1% of statements [2021-09-16T19:12:22.482Z] ok github.com/docker/docker/layer 0.345s coverage: 30.1% of statements [2021-09-16T19:12:22.482Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-09-16T19:12:22.482Z] === RUN TestEnvironmentParsing [2021-09-16T19:12:22.482Z] --- PASS: TestEnvironmentParsing (0.00s) [2021-09-16T19:12:22.482Z] PASS [2021-09-16T19:12:22.482Z] coverage: 1.2% of statements [2021-09-16T19:12:22.482Z] ok github.com/docker/docker/libcontainerd/local 0.058s coverage: 1.2% of statements [2021-09-16T19:12:22.482Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-09-16T19:12:22.482Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-09-16T19:12:22.482Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-09-16T19:12:22.599Z] === RUN TestDockerDaemonSuite/TestDaemonICCPing [2021-09-16T19:12:22.859Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2021-09-16T19:12:22.954Z] === RUN TestSequenceGetAvailableBit [2021-09-16T19:12:22.954Z] --- PASS: TestSequenceGetAvailableBit (0.00s) [2021-09-16T19:12:22.954Z] === RUN TestSequenceEqual [2021-09-16T19:12:22.954Z] --- PASS: TestSequenceEqual (0.00s) [2021-09-16T19:12:22.954Z] === RUN TestSequenceCopy [2021-09-16T19:12:22.954Z] --- PASS: TestSequenceCopy (0.00s) [2021-09-16T19:12:22.954Z] === RUN TestGetFirstAvailable [2021-09-16T19:12:22.954Z] --- PASS: TestGetFirstAvailable (0.00s) [2021-09-16T19:12:22.954Z] === RUN TestFindSequence [2021-09-16T19:12:22.954Z] --- PASS: TestFindSequence (0.00s) [2021-09-16T19:12:22.954Z] === RUN TestCheckIfAvailable [2021-09-16T19:12:22.954Z] --- PASS: TestCheckIfAvailable (0.00s) [2021-09-16T19:12:22.954Z] === RUN TestMergeSequences [2021-09-16T19:12:22.954Z] --- PASS: TestMergeSequences (0.00s) [2021-09-16T19:12:22.954Z] === RUN TestPushReservation [2021-09-16T19:12:22.954Z] --- PASS: TestPushReservation (0.00s) [2021-09-16T19:12:22.954Z] === RUN TestSerializeDeserialize [2021-09-16T19:12:22.954Z] --- PASS: TestSerializeDeserialize (0.00s) [2021-09-16T19:12:22.954Z] === RUN TestSet [2021-09-16T19:12:22.954Z] --- PASS: TestSet (0.00s) [2021-09-16T19:12:22.954Z] === RUN TestSetUnset [2021-09-16T19:12:22.954Z] --- PASS: TestSetUnset (0.00s) [2021-09-16T19:12:22.954Z] === RUN TestOffsetSetUnset [2021-09-16T19:12:22.954Z] --- PASS: TestOffsetSetUnset (0.00s) [2021-09-16T19:12:22.954Z] === RUN TestSetInRange [2021-09-16T19:12:22.954Z] --- PASS: TestSetInRange (0.00s) [2021-09-16T19:12:22.954Z] === RUN TestSetAnyInRange [2021-09-16T19:12:22.954Z] --- PASS: TestSetAnyInRange (0.00s) [2021-09-16T19:12:22.954Z] === RUN TestMethods [2021-09-16T19:12:22.954Z] --- PASS: TestMethods (0.00s) [2021-09-16T19:12:22.954Z] === RUN TestRandomAllocateDeallocate [2021-09-16T19:12:23.119Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:81, shared: true, mustBeShared: true [2021-09-16T19:12:23.119Z] --- PASS: TestIpcModeShareable (0.80s) [2021-09-16T19:12:23.119Z] === RUN TestAPIIpcModeShareableAndContainer [2021-09-16T19:12:23.995Z] --- PASS: TestCreateServiceSysctls (3.08s) [2021-09-16T19:12:23.996Z] === RUN TestCreateServiceCapabilities [2021-09-16T19:12:24.077Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-09-16T19:12:24.077Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-09-16T19:12:25.174Z] === RUN TestInvalidConfig [2021-09-16T19:12:25.174Z] --- PASS: TestInvalidConfig (0.00s) [2021-09-16T19:12:25.174Z] === RUN TestConfig [2021-09-16T19:12:25.174Z] --- PASS: TestConfig (0.00s) [2021-09-16T19:12:25.174Z] === RUN TestOptionsLabels [2021-09-16T19:12:25.174Z] --- PASS: TestOptionsLabels (0.00s) [2021-09-16T19:12:25.174Z] === RUN TestValidName [2021-09-16T19:12:25.174Z] --- PASS: TestValidName (0.00s) [2021-09-16T19:12:25.174Z] === RUN TestTLSConfiguration [2021-09-16T19:12:25.174Z] time="2021-09-16T19:12:24Z" level=info msg="Option Initializing KV with TLS" [2021-09-16T19:12:25.174Z] --- PASS: TestTLSConfiguration (0.12s) [2021-09-16T19:12:25.174Z] PASS [2021-09-16T19:12:25.174Z] coverage: 24.0% of statements [2021-09-16T19:12:25.174Z] ok github.com/docker/docker/libnetwork/config 0.180s coverage: 24.0% of statements [2021-09-16T19:12:25.174Z] === RUN TestKey [2021-09-16T19:12:25.174Z] --- PASS: TestKey (0.00s) [2021-09-16T19:12:25.174Z] === RUN TestParseKey [2021-09-16T19:12:25.174Z] --- PASS: TestParseKey (0.00s) [2021-09-16T19:12:25.174Z] === RUN TestInvalidDataStore [2021-09-16T19:12:25.174Z] --- PASS: TestInvalidDataStore (0.00s) [2021-09-16T19:12:25.174Z] === RUN TestKVObjectFlatKey [2021-09-16T19:12:25.174Z] --- PASS: TestKVObjectFlatKey (0.00s) [2021-09-16T19:12:25.174Z] === RUN TestAtomicKVObjectFlatKey [2021-09-16T19:12:25.174Z] --- PASS: TestAtomicKVObjectFlatKey (0.00s) [2021-09-16T19:12:25.174Z] PASS [2021-09-16T19:12:25.174Z] coverage: 21.9% of statements [2021-09-16T19:12:25.174Z] ok github.com/docker/docker/libnetwork/datastore 0.062s coverage: 21.9% of statements [2021-09-16T19:12:25.376Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-09-16T19:12:25.376Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-09-16T19:12:25.615Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-09-16T19:12:25.615Z] INFO: Testing against a local daemon [2021-09-16T19:12:25.615Z] === RUN TestBuildWithSession [2021-09-16T19:12:25.615Z] build_session_test.go:25: TODO: BuildKit [2021-09-16T19:12:25.615Z] --- SKIP: TestBuildWithSession (0.00s) [2021-09-16T19:12:25.615Z] === RUN TestBuildSquashParent [2021-09-16T19:12:25.615Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:12:25.615Z] --- SKIP: TestBuildSquashParent (0.00s) [2021-09-16T19:12:25.615Z] === RUN TestBuildWithRemoveAndForceRemove [2021-09-16T19:12:25.615Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-09-16T19:12:25.615Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-09-16T19:12:25.615Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-09-16T19:12:25.615Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-09-16T19:12:25.615Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-09-16T19:12:25.615Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-09-16T19:12:25.615Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-09-16T19:12:25.615Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-09-16T19:12:25.615Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-09-16T19:12:25.615Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-09-16T19:12:25.615Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-09-16T19:12:25.615Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-09-16T19:12:25.615Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-09-16T19:12:25.615Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-09-16T19:12:25.615Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-09-16T19:12:25.615Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-09-16T19:12:25.663Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.34s) [2021-09-16T19:12:25.663Z] === RUN TestAPIIpcModeHost [2021-09-16T19:12:25.663Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2021-09-16T19:12:25.994Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-09-16T19:12:25.994Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (2.57s) [2021-09-16T19:12:25.994Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (2.57s) [2021-09-16T19:12:25.994Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (2.67s) [2021-09-16T19:12:25.994Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (2.72s) [2021-09-16T19:12:25.994Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (1.74s) [2021-09-16T19:12:25.994Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (1.78s) [2021-09-16T19:12:25.994Z] === RUN TestBuildMultiStageCopy [2021-09-16T19:12:25.994Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-09-16T19:12:26.164Z] === RUN TestErrorInterfaces [2021-09-16T19:12:26.165Z] --- PASS: TestErrorInterfaces (0.00s) [2021-09-16T19:12:26.165Z] === RUN TestNetworkMarshalling [2021-09-16T19:12:26.165Z] === RUN TestIPDataMarshalling [2021-09-16T19:12:26.165Z] --- PASS: TestIPDataMarshalling (0.00s) [2021-09-16T19:12:26.165Z] === RUN TestValidateAndIsV6 [2021-09-16T19:12:26.165Z] --- PASS: TestValidateAndIsV6 (0.00s) [2021-09-16T19:12:26.165Z] PASS [2021-09-16T19:12:26.165Z] coverage: 68.9% of statements [2021-09-16T19:12:26.165Z] ok github.com/docker/docker/libnetwork/driverapi 0.036s coverage: 68.9% of statements [2021-09-16T19:12:26.165Z] --- PASS: TestNetworkMarshalling (0.15s) [2021-09-16T19:12:26.165Z] === RUN TestEndpointMarshalling [2021-09-16T19:12:26.165Z] --- PASS: TestEndpointMarshalling (0.00s) [2021-09-16T19:12:26.165Z] === RUN TestAuxAddresses [2021-09-16T19:12:26.165Z] time="2021-09-16T19:12:25Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2021-09-16T19:12:26.165Z] --- PASS: TestAuxAddresses (0.02s) [2021-09-16T19:12:26.165Z] === RUN TestSRVServiceQuery [2021-09-16T19:12:26.165Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2021-09-16T19:12:26.165Z] --- SKIP: TestSRVServiceQuery (0.00s) [2021-09-16T19:12:26.165Z] === RUN TestServiceVIPReuse [2021-09-16T19:12:26.165Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2021-09-16T19:12:26.165Z] --- SKIP: TestServiceVIPReuse (0.01s) [2021-09-16T19:12:26.165Z] === RUN TestIpamReleaseOnNetDriverFailures [2021-09-16T19:12:26.165Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2021-09-16T19:12:26.165Z] --- SKIP: TestIpamReleaseOnNetDriverFailures (0.00s) [2021-09-16T19:12:26.165Z] === RUN TestDNSIPQuery [2021-09-16T19:12:26.165Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2021-09-16T19:12:26.165Z] --- SKIP: TestDNSIPQuery (0.00s) [2021-09-16T19:12:26.165Z] === RUN TestDNSProxyServFail [2021-09-16T19:12:26.165Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2021-09-16T19:12:26.165Z] --- SKIP: TestDNSProxyServFail (0.00s) [2021-09-16T19:12:26.165Z] === RUN TestSandboxAddEmpty [2021-09-16T19:12:26.165Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-09-16T19:12:26.165Z] --- SKIP: TestSandboxAddEmpty (0.00s) [2021-09-16T19:12:26.165Z] === RUN TestSandboxAddMultiPrio [2021-09-16T19:12:26.165Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-09-16T19:12:26.165Z] --- SKIP: TestSandboxAddMultiPrio (0.00s) [2021-09-16T19:12:26.165Z] === RUN TestSandboxAddSamePrio [2021-09-16T19:12:26.165Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-09-16T19:12:26.165Z] --- SKIP: TestSandboxAddSamePrio (0.00s) [2021-09-16T19:12:26.165Z] === RUN TestCleanupServiceDiscovery [2021-09-16T19:12:26.165Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2021-09-16T19:12:26.165Z] --- SKIP: TestCleanupServiceDiscovery (0.00s) [2021-09-16T19:12:26.165Z] === RUN TestDNSOptions [2021-09-16T19:12:26.165Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2021-09-16T19:12:26.165Z] --- SKIP: TestDNSOptions (0.00s) [2021-09-16T19:12:26.165Z] === RUN TestMultipleControllersWithSameStore [2021-09-16T19:12:26.165Z] time="2021-09-16T19:12:25Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2021-09-16T19:12:26.165Z] time="2021-09-16T19:12:25Z" level=info msg="Restoring existing overlay networks from HNS into docker" [2021-09-16T19:12:26.165Z] --- PASS: TestMultipleControllersWithSameStore (0.02s) [2021-09-16T19:12:26.165Z] PASS [2021-09-16T19:12:26.165Z] coverage: 8.6% of statements [2021-09-16T19:12:26.165Z] ok github.com/docker/docker/libnetwork 0.282s coverage: 8.6% of statements [2021-09-16T19:12:26.235Z] --- PASS: TestAPIIpcModeHost (0.63s) [2021-09-16T19:12:26.235Z] === RUN TestDaemonIpcModeShareable [2021-09-16T19:12:26.289Z] .......................... [ 67%] [2021-09-16T19:12:26.524Z] --- PASS: TestCreateServiceCapabilities (2.44s) [2021-09-16T19:12:26.524Z] === RUN TestInspect [2021-09-16T19:12:26.634Z] === RUN TestDriver [2021-09-16T19:12:26.635Z] --- PASS: TestDriver (0.00s) [2021-09-16T19:12:26.635Z] PASS [2021-09-16T19:12:26.635Z] coverage: 34.8% of statements [2021-09-16T19:12:26.635Z] ok github.com/docker/docker/libnetwork/drivers/host 0.041s coverage: 34.8% of statements [2021-09-16T19:12:26.635Z] === RUN TestDriver [2021-09-16T19:12:26.635Z] --- PASS: TestDriver (0.00s) [2021-09-16T19:12:26.635Z] PASS [2021-09-16T19:12:26.635Z] coverage: 34.8% of statements [2021-09-16T19:12:26.635Z] ok github.com/docker/docker/libnetwork/drivers/null 0.036s coverage: 34.8% of statements [2021-09-16T19:12:27.106Z] === RUN TestNetworkAllocateFree [2021-09-16T19:12:27.106Z] --- PASS: TestNetworkAllocateFree (0.00s) [2021-09-16T19:12:27.106Z] === RUN TestNetworkAllocateUserDefinedVNIs [2021-09-16T19:12:27.106Z] --- PASS: TestNetworkAllocateUserDefinedVNIs (0.00s) [2021-09-16T19:12:27.106Z] PASS [2021-09-16T19:12:27.106Z] coverage: 63.6% of statements [2021-09-16T19:12:27.106Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.036s coverage: 63.6% of statements [2021-09-16T19:12:27.379Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-09-16T19:12:27.579Z] === RUN TestGetEmptyCapabilities [2021-09-16T19:12:27.579Z] --- PASS: TestGetEmptyCapabilities (0.01s) [2021-09-16T19:12:27.579Z] === RUN TestGetExtraCapabilities [2021-09-16T19:12:27.579Z] --- PASS: TestGetExtraCapabilities (0.00s) [2021-09-16T19:12:27.579Z] === RUN TestGetInvalidCapabilities [2021-09-16T19:12:27.579Z] --- PASS: TestGetInvalidCapabilities (0.00s) [2021-09-16T19:12:27.579Z] === RUN TestRemoteDriver [2021-09-16T19:12:27.579Z] --- PASS: TestRemoteDriver (0.01s) [2021-09-16T19:12:27.579Z] === RUN TestDriverError [2021-09-16T19:12:27.579Z] --- PASS: TestDriverError (0.00s) [2021-09-16T19:12:27.579Z] === RUN TestMissingValues [2021-09-16T19:12:27.579Z] --- PASS: TestMissingValues (0.00s) [2021-09-16T19:12:27.579Z] === RUN TestRollback [2021-09-16T19:12:27.579Z] --- PASS: TestRollback (0.01s) [2021-09-16T19:12:27.579Z] PASS [2021-09-16T19:12:27.579Z] coverage: 57.4% of statements [2021-09-16T19:12:27.579Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.077s coverage: 57.4% of statements [2021-09-16T19:12:27.617Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:83, shared: true, mustBeShared: true [2021-09-16T19:12:27.618Z] === RUN TestDockerDaemonSuite/TestDaemonIP [2021-09-16T19:12:27.618Z] --- PASS: TestDaemonIpcModeShareable (1.34s) [2021-09-16T19:12:27.618Z] === RUN TestDaemonIpcModePrivate [2021-09-16T19:12:27.951Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-09-16T19:12:28.049Z] --- PASS: TestRandomAllocateDeallocate (5.07s) [2021-09-16T19:12:28.049Z] === RUN TestAllocateRandomDeallocate [2021-09-16T19:12:28.049Z] === RUN TestNAT [2021-09-16T19:12:28.049Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2021-09-16T19:12:28.049Z] --- SKIP: TestNAT (0.00s) [2021-09-16T19:12:28.049Z] === RUN TestTransparent [2021-09-16T19:12:28.049Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2021-09-16T19:12:28.049Z] --- SKIP: TestTransparent (0.00s) [2021-09-16T19:12:28.049Z] PASS [2021-09-16T19:12:28.049Z] coverage: 0.0% of statements [2021-09-16T19:12:28.049Z] ok github.com/docker/docker/libnetwork/drivers/windows 0.045s coverage: 0.0% of statements [2021-09-16T19:12:28.049Z] === RUN TestNew [2021-09-16T19:12:28.049Z] --- PASS: TestNew (0.00s) [2021-09-16T19:12:28.049Z] === RUN TestAddDriver [2021-09-16T19:12:28.049Z] --- PASS: TestAddDriver (0.00s) [2021-09-16T19:12:28.049Z] === RUN TestAddDuplicateDriver [2021-09-16T19:12:28.049Z] --- PASS: TestAddDuplicateDriver (0.00s) [2021-09-16T19:12:28.049Z] === RUN TestIPAMDefaultAddressSpaces [2021-09-16T19:12:28.049Z] --- PASS: TestIPAMDefaultAddressSpaces (0.00s) [2021-09-16T19:12:28.049Z] === RUN TestDriver [2021-09-16T19:12:28.049Z] --- PASS: TestDriver (0.00s) [2021-09-16T19:12:28.049Z] === RUN TestIPAM [2021-09-16T19:12:28.049Z] --- PASS: TestIPAM (0.00s) [2021-09-16T19:12:28.049Z] === RUN TestWalkIPAMs [2021-09-16T19:12:28.049Z] --- PASS: TestWalkIPAMs (0.00s) [2021-09-16T19:12:28.049Z] === RUN TestWalkDrivers [2021-09-16T19:12:28.049Z] --- PASS: TestWalkDrivers (0.00s) [2021-09-16T19:12:28.049Z] PASS [2021-09-16T19:12:28.049Z] coverage: 82.4% of statements [2021-09-16T19:12:28.049Z] ok github.com/docker/docker/libnetwork/drvregistry 0.061s coverage: 82.4% of statements [2021-09-16T19:12:28.213Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-09-16T19:12:28.474Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-09-16T19:12:28.520Z] === RUN TestBuildDefault [2021-09-16T19:12:28.520Z] --- PASS: TestBuildDefault (0.00s) [2021-09-16T19:12:28.520Z] === RUN TestBuildHostnameDomainname [2021-09-16T19:12:28.520Z] --- PASS: TestBuildHostnameDomainname (0.00s) [2021-09-16T19:12:28.520Z] === RUN TestBuildHostname [2021-09-16T19:12:28.520Z] --- PASS: TestBuildHostname (0.00s) [2021-09-16T19:12:28.520Z] === RUN TestBuildHostnameFQDN [2021-09-16T19:12:28.520Z] --- PASS: TestBuildHostnameFQDN (0.00s) [2021-09-16T19:12:28.520Z] === RUN TestBuildNoIP [2021-09-16T19:12:28.520Z] --- PASS: TestBuildNoIP (0.00s) [2021-09-16T19:12:28.520Z] === RUN TestUpdate [2021-09-16T19:12:28.520Z] --- PASS: TestUpdate (0.00s) [2021-09-16T19:12:28.520Z] === RUN TestUpdateIgnoresPrefixedHostname [2021-09-16T19:12:28.520Z] --- PASS: TestUpdateIgnoresPrefixedHostname (0.00s) [2021-09-16T19:12:28.520Z] === RUN TestDeleteIgnoresPrefixedHostname [2021-09-16T19:12:28.520Z] --- PASS: TestDeleteIgnoresPrefixedHostname (0.00s) [2021-09-16T19:12:28.520Z] === RUN TestAddEmpty [2021-09-16T19:12:28.520Z] --- PASS: TestAddEmpty (0.00s) [2021-09-16T19:12:28.520Z] === RUN TestAdd [2021-09-16T19:12:28.520Z] --- PASS: TestAdd (0.00s) [2021-09-16T19:12:28.520Z] === RUN TestDeleteEmpty [2021-09-16T19:12:28.520Z] --- PASS: TestDeleteEmpty (0.00s) [2021-09-16T19:12:28.520Z] === RUN TestDeleteNewline [2021-09-16T19:12:28.520Z] --- PASS: TestDeleteNewline (0.00s) [2021-09-16T19:12:28.520Z] === RUN TestDelete [2021-09-16T19:12:28.520Z] --- PASS: TestDelete (0.00s) [2021-09-16T19:12:28.520Z] === RUN TestConcurrentWrites [2021-09-16T19:12:28.520Z] --- PASS: TestConcurrentWrites (0.17s) [2021-09-16T19:12:28.520Z] PASS [2021-09-16T19:12:28.520Z] coverage: 81.2% of statements [2021-09-16T19:12:28.520Z] ok github.com/docker/docker/libnetwork/etchosts 0.230s coverage: 81.2% of statements [2021-09-16T19:12:28.735Z] --- PASS: TestBuildMultiStageCopy (2.88s) [2021-09-16T19:12:28.735Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (1.66s) [2021-09-16T19:12:28.735Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.29s) [2021-09-16T19:12:28.735Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.30s) [2021-09-16T19:12:28.735Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.31s) [2021-09-16T19:12:28.735Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.32s) [2021-09-16T19:12:28.735Z] === RUN TestBuildMultiStageParentConfig [2021-09-16T19:12:28.989Z] === RUN TestNew [2021-09-16T19:12:28.989Z] --- PASS: TestNew (0.00s) [2021-09-16T19:12:28.989Z] === RUN TestAllocate [2021-09-16T19:12:28.989Z] --- PASS: TestAllocate (0.00s) [2021-09-16T19:12:28.989Z] === RUN TestUninitialized [2021-09-16T19:12:28.989Z] --- PASS: TestUninitialized (0.00s) [2021-09-16T19:12:28.989Z] === RUN TestAllocateInRange [2021-09-16T19:12:28.989Z] --- PASS: TestAllocateInRange (0.00s) [2021-09-16T19:12:28.989Z] === RUN TestAllocateSerial [2021-09-16T19:12:28.989Z] --- PASS: TestAllocateSerial (0.00s) [2021-09-16T19:12:28.989Z] PASS [2021-09-16T19:12:28.989Z] coverage: 87.5% of statements [2021-09-16T19:12:28.989Z] ok github.com/docker/docker/libnetwork/idm 0.036s coverage: 87.5% of statements [2021-09-16T19:12:28.989Z] --- PASS: TestAllocateRandomDeallocate (1.14s) [2021-09-16T19:12:28.989Z] === RUN TestAllocateRandomDeallocateSerialize [2021-09-16T19:12:28.989Z] === RUN TestDiff [2021-09-16T19:12:28.989Z] --- PASS: TestDiff (0.00s) [2021-09-16T19:12:28.989Z] === RUN TestAddedCallback [2021-09-16T19:12:28.989Z] --- PASS: TestAddedCallback (0.00s) [2021-09-16T19:12:28.989Z] === RUN TestRemovedCallback [2021-09-16T19:12:28.989Z] --- PASS: TestRemovedCallback (0.00s) [2021-09-16T19:12:28.989Z] === RUN TestNoCallback [2021-09-16T19:12:28.989Z] --- PASS: TestNoCallback (0.00s) [2021-09-16T19:12:28.989Z] PASS [2021-09-16T19:12:28.989Z] coverage: 48.1% of statements [2021-09-16T19:12:28.989Z] ok github.com/docker/docker/libnetwork/hostdiscovery 0.046s coverage: 48.1% of statements [2021-09-16T19:12:29.000Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2021-09-16T19:12:29.000Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:96, shared: false, mustBeShared: false [2021-09-16T19:12:29.000Z] --- PASS: TestDaemonIpcModePrivate (1.49s) [2021-09-16T19:12:29.000Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-09-16T19:12:29.054Z] --- PASS: TestInspect (2.80s) [2021-09-16T19:12:29.054Z] === RUN TestCreateJob [2021-09-16T19:12:29.458Z] === RUN TestCaller [2021-09-16T19:12:29.458Z] --- PASS: TestCaller (0.00s) [2021-09-16T19:12:29.458Z] PASS [2021-09-16T19:12:29.458Z] coverage: 100.0% of statements [2021-09-16T19:12:29.458Z] ok github.com/docker/docker/libnetwork/internal/caller 0.034s coverage: 100.0% of statements [2021-09-16T19:12:29.458Z] === RUN TestSetSerialInsertDelete [2021-09-16T19:12:29.458Z] --- PASS: TestSetSerialInsertDelete (0.00s) [2021-09-16T19:12:29.458Z] === RUN TestSetParallelInsertDelete [2021-09-16T19:12:29.678Z] --- PASS: TestBuildMultiStageParentConfig (0.81s) [2021-09-16T19:12:29.678Z] === RUN TestBuildLabelWithTargets [2021-09-16T19:12:29.928Z] --- PASS: TestAllocateRandomDeallocateSerialize (0.94s) [2021-09-16T19:12:29.928Z] === RUN TestRetrieveFromStore [2021-09-16T19:12:29.941Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6Enabled [2021-09-16T19:12:29.941Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2021-09-16T19:12:29.941Z] check_test.go:308: [dd0f5ddbbb8ff] daemon is not started [2021-09-16T19:12:29.941Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR [2021-09-16T19:12:29.941Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2021-09-16T19:12:30.398Z] --- PASS: TestRetrieveFromStore (0.48s) [2021-09-16T19:12:30.398Z] === RUN TestIsCorrupted [2021-09-16T19:12:30.398Z] --- PASS: TestIsCorrupted (0.02s) [2021-09-16T19:12:30.398Z] === RUN TestSetRollover [2021-09-16T19:12:30.512Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:96, shared: false, mustBeShared: false [2021-09-16T19:12:30.772Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.67s) [2021-09-16T19:12:30.772Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-09-16T19:12:30.867Z] === RUN TestInt2IP2IntConversion [2021-09-16T19:12:30.867Z] === RUN TestPoolRequest [2021-09-16T19:12:30.867Z] --- PASS: TestPoolRequest (0.00s) [2021-09-16T19:12:30.867Z] === RUN TestOtherRequests [2021-09-16T19:12:30.867Z] --- PASS: TestOtherRequests (0.00s) [2021-09-16T19:12:30.867Z] PASS [2021-09-16T19:12:30.867Z] coverage: 57.1% of statements [2021-09-16T19:12:30.867Z] ok github.com/docker/docker/libnetwork/ipams/null 0.034s coverage: 57.1% of statements [2021-09-16T19:12:31.032Z] === RUN TestDockerSuite/TestBuildAddScript [2021-09-16T19:12:31.064Z] --- PASS: TestBuildLabelWithTargets (1.32s) [2021-09-16T19:12:31.064Z] === RUN TestBuildWithEmptyLayers [2021-09-16T19:12:31.142Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-09-16T19:12:31.142Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (8.65s) [2021-09-16T19:12:31.142Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (9.63s) [2021-09-16T19:12:31.142Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (9.82s) [2021-09-16T19:12:31.142Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (9.93s) [2021-09-16T19:12:31.142Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (5.65s) [2021-09-16T19:12:31.142Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (5.01s) [2021-09-16T19:12:31.142Z] === RUN TestBuildMultiStageCopy [2021-09-16T19:12:31.142Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-09-16T19:12:31.336Z] --- PASS: TestInt2IP2IntConversion (0.42s) [2021-09-16T19:12:31.337Z] === RUN TestGetAddressVersion [2021-09-16T19:12:31.337Z] --- PASS: TestGetAddressVersion (0.00s) [2021-09-16T19:12:31.337Z] === RUN TestKeyString [2021-09-16T19:12:31.337Z] --- PASS: TestKeyString (0.00s) [2021-09-16T19:12:31.337Z] === RUN TestPoolDataMarshal [2021-09-16T19:12:31.337Z] --- PASS: TestPoolDataMarshal (0.00s) [2021-09-16T19:12:31.337Z] === RUN TestSubnetsMarshal [2021-09-16T19:12:31.337Z] --- PASS: TestSubnetsMarshal (0.04s) [2021-09-16T19:12:31.337Z] === RUN TestAddSubnets [2021-09-16T19:12:31.337Z] --- PASS: TestAddSubnets (0.05s) [2021-09-16T19:12:31.337Z] === RUN TestDoublePoolRelease [2021-09-16T19:12:31.337Z] --- PASS: TestDoublePoolRelease (0.02s) [2021-09-16T19:12:31.337Z] === RUN TestAddReleasePoolID [2021-09-16T19:12:31.337Z] --- PASS: TestAddReleasePoolID (0.06s) [2021-09-16T19:12:31.337Z] === RUN TestPredefinedPool [2021-09-16T19:12:31.337Z] --- PASS: TestPredefinedPool (0.02s) [2021-09-16T19:12:31.337Z] === RUN TestRemoveSubnet [2021-09-16T19:12:31.337Z] --- PASS: TestRemoveSubnet (0.18s) [2021-09-16T19:12:31.337Z] === RUN TestGetSameAddress [2021-09-16T19:12:31.337Z] --- PASS: TestGetSameAddress (0.02s) [2021-09-16T19:12:31.337Z] === RUN TestPoolAllocationReuse [2021-09-16T19:12:31.602Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac [2021-09-16T19:12:31.635Z] --- PASS: TestBuildWithEmptyLayers (0.66s) [2021-09-16T19:12:31.635Z] === RUN TestBuildMultiStageOnBuild [2021-09-16T19:12:31.807Z] === RUN TestGetCapabilities [2021-09-16T19:12:31.807Z] --- PASS: TestGetCapabilities (0.01s) [2021-09-16T19:12:31.807Z] === RUN TestGetCapabilitiesFromLegacyDriver [2021-09-16T19:12:31.807Z] --- PASS: TestGetCapabilitiesFromLegacyDriver (0.00s) [2021-09-16T19:12:31.807Z] === RUN TestGetDefaultAddressSpaces [2021-09-16T19:12:31.807Z] --- PASS: TestGetDefaultAddressSpaces (0.00s) [2021-09-16T19:12:31.807Z] === RUN TestRemoteDriver [2021-09-16T19:12:31.807Z] --- PASS: TestRemoteDriver (0.00s) [2021-09-16T19:12:31.807Z] PASS [2021-09-16T19:12:31.807Z] coverage: 47.4% of statements [2021-09-16T19:12:31.807Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.056s coverage: 47.4% of statements [2021-09-16T19:12:31.807Z] --- PASS: TestSetRollover (1.40s) [2021-09-16T19:12:31.807Z] === RUN TestSetRolloverSerial [2021-09-16T19:12:32.182Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:79, shared: true, mustBeShared: true [2021-09-16T19:12:32.276Z] === RUN TestWindowsIPAM [2021-09-16T19:12:32.276Z] --- PASS: TestWindowsIPAM (0.00s) [2021-09-16T19:12:32.276Z] PASS [2021-09-16T19:12:32.276Z] coverage: 71.4% of statements [2021-09-16T19:12:32.276Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.035s coverage: 71.4% of statements [2021-09-16T19:12:32.339Z] --- PASS: TestCreateJob (3.06s) [2021-09-16T19:12:32.339Z] === RUN TestReplicatedJob [2021-09-16T19:12:32.446Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.71s) [2021-09-16T19:12:32.446Z] === RUN TestIpcModeOlderClient [2021-09-16T19:12:32.446Z] === PAUSE TestIpcModeOlderClient [2021-09-16T19:12:32.446Z] === RUN TestKillContainerInvalidSignal [2021-09-16T19:12:32.746Z] --- PASS: TestPoolAllocationReuse (1.39s) [2021-09-16T19:12:32.746Z] === RUN TestGetAddressSubPoolEqualPool [2021-09-16T19:12:32.746Z] --- PASS: TestGetAddressSubPoolEqualPool (0.02s) [2021-09-16T19:12:32.746Z] === RUN TestRequestReleaseAddressFromSubPool [2021-09-16T19:12:33.216Z] === RUN TestDefaultNetwork [2021-09-16T19:12:33.216Z] --- PASS: TestSetRolloverSerial (1.40s) [2021-09-16T19:12:33.216Z] === RUN TestGetFirstAvailableFromCurrent [2021-09-16T19:12:33.216Z] --- PASS: TestGetFirstAvailableFromCurrent (0.00s) [2021-09-16T19:12:33.216Z] PASS [2021-09-16T19:12:33.216Z] coverage: 84.4% of statements [2021-09-16T19:12:33.216Z] ok github.com/docker/docker/libnetwork/bitseq 10.489s coverage: 84.4% of statements [2021-09-16T19:12:33.216Z] --- PASS: TestDefaultNetwork (0.22s) [2021-09-16T19:12:33.216Z] === RUN TestConfigGlobalScopeDefaultNetworks [2021-09-16T19:12:33.386Z] --- PASS: TestKillContainerInvalidSignal (0.80s) [2021-09-16T19:12:33.386Z] === RUN TestKillContainer [2021-09-16T19:12:33.386Z] === RUN TestKillContainer/no_signal [2021-09-16T19:12:33.550Z] --- PASS: TestBuildMultiStageOnBuild (1.93s) [2021-09-16T19:12:33.550Z] === RUN TestBuildUncleanTarFilenames [2021-09-16T19:12:33.686Z] --- PASS: TestConfigGlobalScopeDefaultNetworks (0.23s) [2021-09-16T19:12:33.686Z] === RUN TestInitAddressPools [2021-09-16T19:12:33.686Z] --- PASS: TestInitAddressPools (0.00s) [2021-09-16T19:12:33.686Z] PASS [2021-09-16T19:12:33.686Z] coverage: 74.0% of statements [2021-09-16T19:12:33.686Z] ok github.com/docker/docker/libnetwork/ipamutils 0.512s coverage: 74.0% of statements [2021-09-16T19:12:33.963Z] === RUN TestDockerDaemonSuite/TestDaemonIPv6HostMode [2021-09-16T19:12:33.963Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2021-09-16T19:12:34.156Z] === RUN TestKeyValue [2021-09-16T19:12:34.156Z] --- PASS: TestKeyValue (0.00s) [2021-09-16T19:12:34.156Z] PASS [2021-09-16T19:12:34.156Z] coverage: 60.0% of statements [2021-09-16T19:12:34.156Z] ok github.com/docker/docker/libnetwork/netlabel 0.031s coverage: 60.0% of statements [2021-09-16T19:12:34.223Z] === RUN TestKillContainer/non_killing_signal [2021-09-16T19:12:34.487Z] === RUN TestKillContainer/killing_signal [2021-09-16T19:12:34.494Z] --- PASS: TestBuildUncleanTarFilenames (0.93s) [2021-09-16T19:12:34.494Z] === RUN TestBuildMultiStageLayerLeak [2021-09-16T19:12:35.144Z] --- PASS: TestRequestReleaseAddressFromSubPool (2.41s) [2021-09-16T19:12:35.144Z] === RUN TestSerializeRequestReleaseAddressFromSubPool [2021-09-16T19:12:35.427Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesClean [2021-09-16T19:12:35.687Z] --- PASS: TestKillContainer (2.44s) [2021-09-16T19:12:35.687Z] --- PASS: TestKillContainer/no_signal (0.86s) [2021-09-16T19:12:35.687Z] --- PASS: TestKillContainer/non_killing_signal (0.45s) [2021-09-16T19:12:35.687Z] --- PASS: TestKillContainer/killing_signal (0.81s) [2021-09-16T19:12:35.687Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-09-16T19:12:35.687Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy [2021-09-16T19:12:35.804Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-09-16T19:12:36.066Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-09-16T19:12:36.066Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-09-16T19:12:36.133Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2021-09-16T19:12:36.133Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2021-09-16T19:12:36.133Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2021-09-16T19:12:36.133Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2021-09-16T19:12:36.133Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2021-09-16T19:12:36.133Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2021-09-16T19:12:36.133Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2021-09-16T19:12:36.133Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2021-09-16T19:12:36.133Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2021-09-16T19:12:36.133Z] ? github.com/docker/docker/libnetwork/drivers/bridge [no test files] [2021-09-16T19:12:36.133Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2021-09-16T19:12:36.133Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2021-09-16T19:12:36.133Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2021-09-16T19:12:36.133Z] ? github.com/docker/docker/libnetwork/drivers/overlay [no test files] [2021-09-16T19:12:36.133Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2021-09-16T19:12:36.133Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2021-09-16T19:12:36.133Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2021-09-16T19:12:36.259Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-09-16T19:12:36.408Z] --- PASS: TestBuildMultiStageLayerLeak (2.01s) [2021-09-16T19:12:36.408Z] === RUN TestBuildWithHugeFile [2021-09-16T19:12:36.602Z] === RUN TestNetworkDBSimple [2021-09-16T19:12:36.602Z] === RUN TestGenerate [2021-09-16T19:12:36.602Z] --- PASS: TestGenerate (0.00s) [2021-09-16T19:12:36.602Z] === RUN TestGeneratePtr [2021-09-16T19:12:36.602Z] --- PASS: TestGeneratePtr (0.00s) [2021-09-16T19:12:36.602Z] === RUN TestGenerateMissingField [2021-09-16T19:12:36.602Z] --- PASS: TestGenerateMissingField (0.00s) [2021-09-16T19:12:36.602Z] === RUN TestFieldCannotBeSet [2021-09-16T19:12:36.602Z] --- PASS: TestFieldCannotBeSet (0.00s) [2021-09-16T19:12:36.602Z] === RUN TestTypeMismatchError [2021-09-16T19:12:36.602Z] --- PASS: TestTypeMismatchError (0.00s) [2021-09-16T19:12:36.602Z] PASS [2021-09-16T19:12:36.602Z] coverage: 100.0% of statements [2021-09-16T19:12:36.603Z] ok github.com/docker/docker/libnetwork/options 0.033s coverage: 100.0% of statements [2021-09-16T19:12:36.629Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-09-16T19:12:37.200Z] check_test.go:308: [dc8b9c8bee95c] daemon is not started [2021-09-16T19:12:37.220Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-09-16T19:12:37.460Z] === RUN TestDockerDaemonSuite/TestDaemonIptablesCreate [2021-09-16T19:12:37.460Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.68s) [2021-09-16T19:12:37.460Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.82s) [2021-09-16T19:12:37.460Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.55s) [2021-09-16T19:12:37.460Z] === RUN TestKillStoppedContainer [2021-09-16T19:12:37.460Z] --- PASS: TestKillStoppedContainer (0.07s) [2021-09-16T19:12:37.460Z] === RUN TestKillStoppedContainerAPIPre120 [2021-09-16T19:12:37.460Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.06s) [2021-09-16T19:12:37.460Z] === RUN TestKillDifferentUserContainer [2021-09-16T19:12:37.593Z] --- PASS: TestSerializeRequestReleaseAddressFromSubPool (1.97s) [2021-09-16T19:12:37.593Z] === RUN TestGetAddress [2021-09-16T19:12:37.593Z] testing: warning: no tests to run [2021-09-16T19:12:37.593Z] PASS [2021-09-16T19:12:37.593Z] coverage: 0.0% of statements [2021-09-16T19:12:37.593Z] ok github.com/docker/docker/libnetwork/osl 0.040s coverage: 0.0% of statements [no tests to run] [2021-09-16T19:12:37.593Z] 2021/09/16 19:12:37 Closing DB instances... [2021-09-16T19:12:37.604Z] --- PASS: TestReplicatedJob (5.04s) [2021-09-16T19:12:37.604Z] === RUN TestUpdateReplicatedJob [2021-09-16T19:12:38.033Z] --- PASS: TestKillDifferentUserContainer (0.68s) [2021-09-16T19:12:38.033Z] === RUN TestInspectOomKilledTrue [2021-09-16T19:12:38.033Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-09-16T19:12:38.033Z] --- SKIP: TestInspectOomKilledTrue (0.01s) [2021-09-16T19:12:38.033Z] === RUN TestInspectOomKilledFalse [2021-09-16T19:12:38.033Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-09-16T19:12:38.033Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-09-16T19:12:38.033Z] === RUN TestLinksEtcHostsContentMatch [2021-09-16T19:12:38.062Z] === RUN TestRequestNewPort [2021-09-16T19:12:38.062Z] --- PASS: TestRequestNewPort (0.00s) [2021-09-16T19:12:38.062Z] === RUN TestRequestSpecificPort [2021-09-16T19:12:38.062Z] --- PASS: TestRequestSpecificPort (0.00s) [2021-09-16T19:12:38.062Z] === RUN TestReleasePort [2021-09-16T19:12:38.062Z] --- PASS: TestReleasePort (0.00s) [2021-09-16T19:12:38.062Z] === RUN TestReuseReleasedPort [2021-09-16T19:12:38.062Z] --- PASS: TestReuseReleasedPort (0.00s) [2021-09-16T19:12:38.062Z] === RUN TestReleaseUnreadledPort [2021-09-16T19:12:38.062Z] --- PASS: TestReleaseUnreadledPort (0.00s) [2021-09-16T19:12:38.062Z] === RUN TestUnknowProtocol [2021-09-16T19:12:38.062Z] --- PASS: TestUnknowProtocol (0.00s) [2021-09-16T19:12:38.062Z] === RUN TestAllocateAllPorts [2021-09-16T19:12:38.062Z] --- PASS: TestAllocateAllPorts (0.00s) [2021-09-16T19:12:38.062Z] === RUN TestPortAllocation [2021-09-16T19:12:38.062Z] --- PASS: TestPortAllocation (0.00s) [2021-09-16T19:12:38.062Z] === RUN TestPortAllocationWithCustomRange [2021-09-16T19:12:38.062Z] --- PASS: TestPortAllocationWithCustomRange (0.00s) [2021-09-16T19:12:38.062Z] === RUN TestNoDuplicateBPR [2021-09-16T19:12:38.062Z] --- PASS: TestNoDuplicateBPR (0.00s) [2021-09-16T19:12:38.062Z] === RUN TestChangePortRange [2021-09-16T19:12:38.062Z] portallocator_test.go:343: test: port allocate range 65001-65010, setErr=begin out of range, reqPort=0 [2021-09-16T19:12:38.062Z] portallocator_test.go:343: test: port allocate range 59990-59999, setErr=end out of range, reqPort=0 [2021-09-16T19:12:38.062Z] portallocator_test.go:343: test: port allocate range 65000-60000, setErr=out of order, reqPort=0 [2021-09-16T19:12:38.062Z] portallocator_test.go:343: test: port allocate range 60100-65010, setErr=, reqPort=60100 [2021-09-16T19:12:38.062Z] portallocator_test.go:343: test: port allocate range 0-0, setErr=, reqPort=60000 [2021-09-16T19:12:38.062Z] portallocator_test.go:343: test: port allocate range 59900-65000, setErr=, reqPort=60001 [2021-09-16T19:12:38.062Z] --- PASS: TestChangePortRange (0.00s) [2021-09-16T19:12:38.062Z] PASS [2021-09-16T19:12:38.062Z] coverage: 88.6% of statements [2021-09-16T19:12:38.062Z] ok github.com/docker/docker/libnetwork/portallocator 0.039s coverage: 88.6% of statements [2021-09-16T19:12:38.184Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-09-16T19:12:38.532Z] --- PASS: TestNetworkDBSimple (2.03s) [2021-09-16T19:12:38.532Z] === RUN TestNetworkDBJoinLeaveNetwork [2021-09-16T19:12:38.975Z] --- PASS: TestLinksEtcHostsContentMatch (0.65s) [2021-09-16T19:12:38.975Z] === RUN TestLinksContainerNames [2021-09-16T19:12:39.001Z] testing: warning: no tests to run [2021-09-16T19:12:39.001Z] PASS [2021-09-16T19:12:39.001Z] coverage: 0.0% of statements [2021-09-16T19:12:39.001Z] ok github.com/docker/docker/libnetwork/portmapper 0.036s coverage: 0.0% of statements [no tests to run] [2021-09-16T19:12:39.144Z] --- PASS: TestBuildMultiStageCopy (8.51s) [2021-09-16T19:12:39.144Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (5.45s) [2021-09-16T19:12:39.144Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.59s) [2021-09-16T19:12:39.144Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.69s) [2021-09-16T19:12:39.144Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.81s) [2021-09-16T19:12:39.144Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.96s) [2021-09-16T19:12:39.144Z] === RUN TestBuildMultiStageParentConfig [2021-09-16T19:12:39.471Z] === RUN TestHashData [2021-09-16T19:12:39.471Z] --- PASS: TestHashData (0.00s) [2021-09-16T19:12:39.471Z] PASS [2021-09-16T19:12:39.471Z] coverage: 2.8% of statements [2021-09-16T19:12:39.471Z] ok github.com/docker/docker/libnetwork/resolvconf 0.034s coverage: 2.8% of statements [2021-09-16T19:12:39.471Z] --- PASS: TestSetParallelInsertDelete (10.00s) [2021-09-16T19:12:39.471Z] PASS [2021-09-16T19:12:39.471Z] coverage: 100.0% of statements [2021-09-16T19:12:39.472Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.034s coverage: 100.0% of statements [2021-09-16T19:12:39.941Z] 2021/09/16 19:12:39 Closing DB instances... [2021-09-16T19:12:39.941Z] === RUN TestErrorConstructors [2021-09-16T19:12:39.941Z] --- PASS: TestErrorConstructors (0.00s) [2021-09-16T19:12:39.941Z] === RUN TestCompareIPMask [2021-09-16T19:12:39.941Z] --- PASS: TestCompareIPMask (0.00s) [2021-09-16T19:12:39.941Z] === RUN TestUtilGetHostPartIP [2021-09-16T19:12:39.941Z] --- PASS: TestUtilGetHostPartIP (0.00s) [2021-09-16T19:12:39.941Z] === RUN TestUtilGetBroadcastIP [2021-09-16T19:12:39.941Z] --- PASS: TestUtilGetBroadcastIP (0.00s) [2021-09-16T19:12:39.941Z] === RUN TestParseCIDR [2021-09-16T19:12:39.941Z] --- PASS: TestParseCIDR (0.00s) [2021-09-16T19:12:39.941Z] PASS [2021-09-16T19:12:39.941Z] coverage: 37.3% of statements [2021-09-16T19:12:39.941Z] ok github.com/docker/docker/libnetwork/types 0.035s coverage: 37.3% of statements [2021-09-16T19:12:40.360Z] === RUN TestDockerDaemonSuite/TestDaemonKeyGeneration [2021-09-16T19:12:40.360Z] --- PASS: TestLinksContainerNames (1.55s) [2021-09-16T19:12:40.360Z] === RUN TestLogsFollowTailEmpty [2021-09-16T19:12:40.410Z] === RUN TestAppendDevicePermissionsFromCgroupRules [2021-09-16T19:12:40.410Z] === RUN TestAppendDevicePermissionsFromCgroupRules/empty_rule [2021-09-16T19:12:40.410Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column [2021-09-16T19:12:40.410Z] === RUN TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column [2021-09-16T19:12:40.410Z] === RUN TestAppendDevicePermissionsFromCgroupRules/leading_spaces [2021-09-16T19:12:40.410Z] === RUN TestAppendDevicePermissionsFromCgroupRules/trailing_spaces [2021-09-16T19:12:40.410Z] === RUN TestAppendDevicePermissionsFromCgroupRules/unknown_device_type [2021-09-16T19:12:40.410Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_type [2021-09-16T19:12:40.410Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_colon [2021-09-16T19:12:40.411Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor [2021-09-16T19:12:40.411Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_major_device [2021-09-16T19:12:40.411Z] === RUN TestAppendDevicePermissionsFromCgroupRules/negative_minor_device [2021-09-16T19:12:40.411Z] === RUN TestAppendDevicePermissionsFromCgroupRules/missing_permissions [2021-09-16T19:12:40.411Z] === RUN TestAppendDevicePermissionsFromCgroupRules/invalid_permissions [2021-09-16T19:12:40.411Z] === RUN TestAppendDevicePermissionsFromCgroupRules/too_many_permissions [2021-09-16T19:12:40.411Z] === RUN TestAppendDevicePermissionsFromCgroupRules/major_out_of_range [2021-09-16T19:12:40.411Z] === RUN TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range [2021-09-16T19:12:40.411Z] === RUN TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices [2021-09-16T19:12:40.411Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices [2021-09-16T19:12:40.411Z] === RUN TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices [2021-09-16T19:12:40.411Z] === RUN TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions [2021-09-16T19:12:40.411Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major [2021-09-16T19:12:40.411Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_minor [2021-09-16T19:12:40.411Z] === RUN TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor [2021-09-16T19:12:40.411Z] === RUN TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission [2021-09-16T19:12:40.411Z] === RUN TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission [2021-09-16T19:12:40.411Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission [2021-09-16T19:12:40.411Z] === RUN TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission [2021-09-16T19:12:40.411Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules (0.00s) [2021-09-16T19:12:40.411Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/empty_rule (0.00s) [2021-09-16T19:12:40.411Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_first_column (0.00s) [2021-09-16T19:12:40.411Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/multiple_spaces_after_second_column (0.00s) [2021-09-16T19:12:40.411Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/leading_spaces (0.00s) [2021-09-16T19:12:40.411Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/trailing_spaces (0.00s) [2021-09-16T19:12:40.411Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/unknown_device_type (0.00s) [2021-09-16T19:12:40.411Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_type (0.00s) [2021-09-16T19:12:40.411Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_colon (0.00s) [2021-09-16T19:12:40.411Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_device_major-minor (0.00s) [2021-09-16T19:12:40.411Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_major_device (0.00s) [2021-09-16T19:12:40.411Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/negative_minor_device (0.00s) [2021-09-16T19:12:40.411Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/missing_permissions (0.00s) [2021-09-16T19:12:40.411Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/invalid_permissions (0.00s) [2021-09-16T19:12:40.411Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/too_many_permissions (0.00s) [2021-09-16T19:12:40.411Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/major_out_of_range (0.00s) [2021-09-16T19:12:40.411Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/minor_out_of_range (0.00s) [2021-09-16T19:12:40.411Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/all_(a)_devices (0.00s) [2021-09-16T19:12:40.411Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_(c)_devices (0.00s) [2021-09-16T19:12:40.411Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/block_(b)_devices (0.00s) [2021-09-16T19:12:40.411Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/char_device_with_rwm_permissions (0.00s) [2021-09-16T19:12:40.411Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major (0.00s) [2021-09-16T19:12:40.411Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_minor (0.00s) [2021-09-16T19:12:40.411Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/wildcard_major_and_minor (0.00s) [2021-09-16T19:12:40.411Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/read_(r)_permission (0.00s) [2021-09-16T19:12:40.411Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/write_(w)_permission (0.00s) [2021-09-16T19:12:40.411Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_permission (0.00s) [2021-09-16T19:12:40.411Z] --- PASS: TestAppendDevicePermissionsFromCgroupRules/mknod_(m)_and_read_(r)_permission (0.00s) [2021-09-16T19:12:40.411Z] PASS [2021-09-16T19:12:40.411Z] coverage: 50.0% of statements [2021-09-16T19:12:40.411Z] ok github.com/docker/docker/oci 0.063s coverage: 50.0% of statements [2021-09-16T19:12:40.669Z] --- PASS: TestBuildMultiStageParentConfig (1.84s) [2021-09-16T19:12:40.669Z] === RUN TestBuildLabelWithTargets [2021-09-16T19:12:40.669Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-09-16T19:12:40.669Z] --- SKIP: TestBuildLabelWithTargets (0.00s) [2021-09-16T19:12:40.669Z] === RUN TestBuildWithEmptyLayers [2021-09-16T19:12:40.886Z] --- PASS: TestUpdateReplicatedJob (3.25s) [2021-09-16T19:12:40.886Z] === RUN TestServiceListWithStatuses [2021-09-16T19:12:40.886Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-09-16T19:12:40.886Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-09-16T19:12:40.886Z] === RUN TestDockerNetworkConnectAlias [2021-09-16T19:12:40.931Z] check_test.go:308: [d4bdc0a687d95] daemon is not started [2021-09-16T19:12:40.931Z] === RUN TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins [2021-09-16T19:12:41.192Z] --- PASS: TestLogsFollowTailEmpty (0.71s) [2021-09-16T19:12:41.192Z] === RUN TestContainerNetworkMountsNoChown [2021-09-16T19:12:41.192Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2021-09-16T19:12:41.400Z] === RUN TestAddressPoolOpt [2021-09-16T19:12:41.400Z] --- PASS: TestAddressPoolOpt (0.00s) [2021-09-16T19:12:41.400Z] === RUN TestValidateEnv [2021-09-16T19:12:41.400Z] === RUN TestValidateEnv/a [2021-09-16T19:12:41.400Z] === RUN TestValidateEnv/something [2021-09-16T19:12:41.400Z] === RUN TestValidateEnv/_=a [2021-09-16T19:12:41.400Z] === RUN TestValidateEnv/env1=value1 [2021-09-16T19:12:41.400Z] === RUN TestValidateEnv/_env1=value1 [2021-09-16T19:12:41.400Z] === RUN TestValidateEnv/env2=value2=value3 [2021-09-16T19:12:41.400Z] === RUN TestValidateEnv/env3=abc!qwe [2021-09-16T19:12:41.400Z] === RUN TestValidateEnv/env_4=value_4 [2021-09-16T19:12:41.400Z] === RUN TestValidateEnv/PATH [2021-09-16T19:12:41.400Z] === RUN TestValidateEnv/=a [2021-09-16T19:12:41.400Z] === RUN TestValidateEnv/PATH= [2021-09-16T19:12:41.400Z] === RUN TestValidateEnv/PATH=something [2021-09-16T19:12:41.400Z] === RUN TestValidateEnv/asd!qwe [2021-09-16T19:12:41.400Z] === RUN TestValidateEnv/1asd [2021-09-16T19:12:41.400Z] === RUN TestValidateEnv/123 [2021-09-16T19:12:41.400Z] === RUN TestValidateEnv/some_space [2021-09-16T19:12:41.400Z] === RUN TestValidateEnv/__some_space_before [2021-09-16T19:12:41.400Z] === RUN TestValidateEnv/some_space_after__ [2021-09-16T19:12:41.400Z] === RUN TestValidateEnv/= [2021-09-16T19:12:41.400Z] === RUN TestValidateEnv/PaTh [2021-09-16T19:12:41.400Z] --- PASS: TestValidateEnv (0.00s) [2021-09-16T19:12:41.400Z] --- PASS: TestValidateEnv/a (0.00s) [2021-09-16T19:12:41.400Z] --- PASS: TestValidateEnv/something (0.00s) [2021-09-16T19:12:41.400Z] --- PASS: TestValidateEnv/_=a (0.00s) [2021-09-16T19:12:41.400Z] --- PASS: TestValidateEnv/env1=value1 (0.00s) [2021-09-16T19:12:41.400Z] --- PASS: TestValidateEnv/_env1=value1 (0.00s) [2021-09-16T19:12:41.400Z] --- PASS: TestValidateEnv/env2=value2=value3 (0.00s) [2021-09-16T19:12:41.400Z] --- PASS: TestValidateEnv/env3=abc!qwe (0.00s) [2021-09-16T19:12:41.400Z] --- PASS: TestValidateEnv/env_4=value_4 (0.00s) [2021-09-16T19:12:41.400Z] --- PASS: TestValidateEnv/PATH (0.00s) [2021-09-16T19:12:41.400Z] --- PASS: TestValidateEnv/=a (0.00s) [2021-09-16T19:12:41.400Z] --- PASS: TestValidateEnv/PATH= (0.00s) [2021-09-16T19:12:41.400Z] --- PASS: TestValidateEnv/PATH=something (0.00s) [2021-09-16T19:12:41.400Z] --- PASS: TestValidateEnv/asd!qwe (0.00s) [2021-09-16T19:12:41.400Z] --- PASS: TestValidateEnv/1asd (0.00s) [2021-09-16T19:12:41.400Z] --- PASS: TestValidateEnv/123 (0.00s) [2021-09-16T19:12:41.400Z] --- PASS: TestValidateEnv/some_space (0.00s) [2021-09-16T19:12:41.400Z] --- PASS: TestValidateEnv/__some_space_before (0.00s) [2021-09-16T19:12:41.400Z] --- PASS: TestValidateEnv/some_space_after__ (0.00s) [2021-09-16T19:12:41.400Z] --- PASS: TestValidateEnv/= (0.00s) [2021-09-16T19:12:41.400Z] --- PASS: TestValidateEnv/PaTh (0.00s) [2021-09-16T19:12:41.400Z] === RUN TestParseHost [2021-09-16T19:12:41.400Z] --- PASS: TestParseHost (0.00s) [2021-09-16T19:12:41.400Z] === RUN TestParseDockerDaemonHost [2021-09-16T19:12:41.400Z] --- PASS: TestParseDockerDaemonHost (0.00s) [2021-09-16T19:12:41.400Z] === RUN TestParseTCP [2021-09-16T19:12:41.400Z] --- PASS: TestParseTCP (0.00s) [2021-09-16T19:12:41.400Z] === RUN TestParseInvalidUnixAddrInvalid [2021-09-16T19:12:41.400Z] --- PASS: TestParseInvalidUnixAddrInvalid (0.00s) [2021-09-16T19:12:41.400Z] === RUN TestValidateExtraHosts [2021-09-16T19:12:41.400Z] --- PASS: TestValidateExtraHosts (0.00s) [2021-09-16T19:12:41.400Z] === RUN TestIpOptString [2021-09-16T19:12:41.400Z] --- PASS: TestIpOptString (0.00s) [2021-09-16T19:12:41.400Z] === RUN TestNewIpOptInvalidDefaultVal [2021-09-16T19:12:41.400Z] --- PASS: TestNewIpOptInvalidDefaultVal (0.00s) [2021-09-16T19:12:41.400Z] === RUN TestNewIpOptValidDefaultVal [2021-09-16T19:12:41.400Z] --- PASS: TestNewIpOptValidDefaultVal (0.00s) [2021-09-16T19:12:41.400Z] === RUN TestIpOptSetInvalidVal [2021-09-16T19:12:41.400Z] --- PASS: TestIpOptSetInvalidVal (0.00s) [2021-09-16T19:12:41.400Z] === RUN TestValidateIPAddress [2021-09-16T19:12:41.400Z] --- PASS: TestValidateIPAddress (0.00s) [2021-09-16T19:12:41.400Z] === RUN TestMapOpts [2021-09-16T19:12:41.400Z] --- PASS: TestMapOpts (0.00s) [2021-09-16T19:12:41.400Z] === RUN TestListOptsWithoutValidator [2021-09-16T19:12:41.400Z] --- PASS: TestListOptsWithoutValidator (0.00s) [2021-09-16T19:12:41.400Z] === RUN TestListOptsWithValidator [2021-09-16T19:12:41.400Z] --- PASS: TestListOptsWithValidator (0.00s) [2021-09-16T19:12:41.400Z] === RUN TestValidateDNSSearch [2021-09-16T19:12:41.400Z] --- PASS: TestValidateDNSSearch (0.00s) [2021-09-16T19:12:41.400Z] === RUN TestValidateLabel [2021-09-16T19:12:41.400Z] === RUN TestValidateLabel/lable_with_bad_attribute_format [2021-09-16T19:12:41.400Z] === RUN TestValidateLabel/label_with_general_format [2021-09-16T19:12:41.400Z] === RUN TestValidateLabel/label_with_more_than_one_= [2021-09-16T19:12:41.400Z] === RUN TestValidateLabel/label_with_one_more [2021-09-16T19:12:41.400Z] === RUN TestValidateLabel/label_with_no_reserved_com.docker.* [2021-09-16T19:12:41.400Z] === RUN TestValidateLabel/label_with_no_reserved_io.docker.* [2021-09-16T19:12:41.400Z] === RUN TestValidateLabel/label_with_no_reserved_org.dockerproject.* [2021-09-16T19:12:41.400Z] === RUN TestValidateLabel/label_with_reserved_com.docker.* [2021-09-16T19:12:41.400Z] === RUN TestValidateLabel/label_with_reserved_upcase_com.docker.*_ [2021-09-16T19:12:41.400Z] === RUN TestValidateLabel/label_with_reserved_io.docker.* [2021-09-16T19:12:41.400Z] === RUN TestValidateLabel/label_with_reserved_upcase_io.docker.* [2021-09-16T19:12:41.400Z] === RUN TestValidateLabel/label_with_reserved_org.dockerproject.* [2021-09-16T19:12:41.400Z] === RUN TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* [2021-09-16T19:12:41.400Z] --- PASS: TestValidateLabel (0.00s) [2021-09-16T19:12:41.400Z] --- PASS: TestValidateLabel/lable_with_bad_attribute_format (0.00s) [2021-09-16T19:12:41.400Z] --- PASS: TestValidateLabel/label_with_general_format (0.00s) [2021-09-16T19:12:41.400Z] --- PASS: TestValidateLabel/label_with_more_than_one_= (0.00s) [2021-09-16T19:12:41.400Z] --- PASS: TestValidateLabel/label_with_one_more (0.00s) [2021-09-16T19:12:41.400Z] --- PASS: TestValidateLabel/label_with_no_reserved_com.docker.* (0.00s) [2021-09-16T19:12:41.400Z] --- PASS: TestValidateLabel/label_with_no_reserved_io.docker.* (0.00s) [2021-09-16T19:12:41.400Z] --- PASS: TestValidateLabel/label_with_no_reserved_org.dockerproject.* (0.00s) [2021-09-16T19:12:41.400Z] --- PASS: TestValidateLabel/label_with_reserved_com.docker.* (0.00s) [2021-09-16T19:12:41.400Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_com.docker.*_ (0.00s) [2021-09-16T19:12:41.400Z] --- PASS: TestValidateLabel/label_with_reserved_io.docker.* (0.00s) [2021-09-16T19:12:41.400Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_io.docker.* (0.00s) [2021-09-16T19:12:41.400Z] --- PASS: TestValidateLabel/label_with_reserved_org.dockerproject.* (0.00s) [2021-09-16T19:12:41.400Z] --- PASS: TestValidateLabel/label_with_reserved_upcase_org.dockerproject.* (0.00s) [2021-09-16T19:12:41.400Z] === RUN TestNamedListOpts [2021-09-16T19:12:41.400Z] --- PASS: TestNamedListOpts (0.00s) [2021-09-16T19:12:41.400Z] === RUN TestNamedMapOpts [2021-09-16T19:12:41.400Z] --- PASS: TestNamedMapOpts (0.00s) [2021-09-16T19:12:41.400Z] === RUN TestParseLink [2021-09-16T19:12:41.400Z] --- PASS: TestParseLink (0.00s) [2021-09-16T19:12:41.400Z] === RUN TestQuotedStringSetWithQuotes [2021-09-16T19:12:41.400Z] --- PASS: TestQuotedStringSetWithQuotes (0.00s) [2021-09-16T19:12:41.400Z] === RUN TestQuotedStringSetWithMismatchedQuotes [2021-09-16T19:12:41.400Z] --- PASS: TestQuotedStringSetWithMismatchedQuotes (0.00s) [2021-09-16T19:12:41.400Z] === RUN TestQuotedStringSetWithNoQuotes [2021-09-16T19:12:41.400Z] --- PASS: TestQuotedStringSetWithNoQuotes (0.00s) [2021-09-16T19:12:41.400Z] === RUN TestUlimitOpt [2021-09-16T19:12:41.400Z] --- PASS: TestUlimitOpt (0.00s) [2021-09-16T19:12:41.400Z] PASS [2021-09-16T19:12:41.400Z] coverage: 67.1% of statements [2021-09-16T19:12:41.400Z] ok github.com/docker/docker/opts 0.067s coverage: 67.1% of statements [2021-09-16T19:12:41.400Z] === RUN TestParseVersion [2021-09-16T19:12:41.400Z] --- PASS: TestParseVersion (0.00s) [2021-09-16T19:12:41.400Z] PASS [2021-09-16T19:12:41.400Z] coverage: 52.9% of statements [2021-09-16T19:12:41.400Z] ok github.com/docker/docker/pkg/aaparser 0.039s coverage: 52.9% of statements [2021-09-16T19:12:41.400Z] --- PASS: TestNetworkDBJoinLeaveNetwork (2.83s) [2021-09-16T19:12:41.400Z] === RUN TestNetworkDBJoinLeaveNetworks [2021-09-16T19:12:41.628Z] --- PASS: TestBuildWithEmptyLayers (0.95s) [2021-09-16T19:12:41.628Z] === RUN TestBuildMultiStageOnBuild [2021-09-16T19:12:41.762Z] --- PASS: TestContainerNetworkMountsNoChown (0.59s) [2021-09-16T19:12:41.762Z] === RUN TestMountDaemonRoot [2021-09-16T19:12:41.762Z] === RUN TestMountDaemonRoot/default [2021-09-16T19:12:41.762Z] === PAUSE TestMountDaemonRoot/default [2021-09-16T19:12:41.762Z] === RUN TestMountDaemonRoot/private [2021-09-16T19:12:41.762Z] === PAUSE TestMountDaemonRoot/private [2021-09-16T19:12:41.762Z] === RUN TestMountDaemonRoot/rprivate [2021-09-16T19:12:41.762Z] === PAUSE TestMountDaemonRoot/rprivate [2021-09-16T19:12:41.762Z] === RUN TestMountDaemonRoot/slave [2021-09-16T19:12:41.762Z] === PAUSE TestMountDaemonRoot/slave [2021-09-16T19:12:41.762Z] === RUN TestMountDaemonRoot/rslave [2021-09-16T19:12:41.762Z] === PAUSE TestMountDaemonRoot/rslave [2021-09-16T19:12:41.762Z] === RUN TestMountDaemonRoot/shared [2021-09-16T19:12:41.762Z] === PAUSE TestMountDaemonRoot/shared [2021-09-16T19:12:41.762Z] === RUN TestMountDaemonRoot/rshared [2021-09-16T19:12:41.762Z] === PAUSE TestMountDaemonRoot/rshared [2021-09-16T19:12:41.762Z] === CONT TestMountDaemonRoot/default [2021-09-16T19:12:41.762Z] === RUN TestMountDaemonRoot/default/bind_root [2021-09-16T19:12:41.762Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-09-16T19:12:41.762Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-09-16T19:12:41.762Z] === CONT TestMountDaemonRoot/rslave [2021-09-16T19:12:41.762Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-09-16T19:12:41.762Z] === RUN TestMountDaemonRoot/default/mount_root [2021-09-16T19:12:41.762Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-09-16T19:12:41.762Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-09-16T19:12:41.762Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-09-16T19:12:41.762Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-09-16T19:12:41.762Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-09-16T19:12:41.762Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-09-16T19:12:41.762Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-09-16T19:12:41.762Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-09-16T19:12:41.762Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-09-16T19:12:41.762Z] === CONT TestMountDaemonRoot/rshared [2021-09-16T19:12:41.762Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-09-16T19:12:41.762Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-09-16T19:12:41.762Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-09-16T19:12:41.762Z] === CONT TestMountDaemonRoot/shared [2021-09-16T19:12:41.762Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-09-16T19:12:41.762Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-09-16T19:12:41.762Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-09-16T19:12:41.762Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-09-16T19:12:41.762Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-09-16T19:12:41.762Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-09-16T19:12:41.762Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-09-16T19:12:41.762Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-09-16T19:12:41.762Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-09-16T19:12:41.762Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-09-16T19:12:41.762Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-09-16T19:12:41.762Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-09-16T19:12:41.762Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-09-16T19:12:41.762Z] === CONT TestMountDaemonRoot/rprivate [2021-09-16T19:12:41.762Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-09-16T19:12:41.762Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-09-16T19:12:41.762Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-09-16T19:12:41.762Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-09-16T19:12:41.762Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-09-16T19:12:41.762Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-09-16T19:12:41.762Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-09-16T19:12:41.762Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-09-16T19:12:41.762Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-09-16T19:12:41.762Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-09-16T19:12:41.762Z] === CONT TestMountDaemonRoot/slave [2021-09-16T19:12:41.762Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-09-16T19:12:41.762Z] === CONT TestMountDaemonRoot/private [2021-09-16T19:12:41.762Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-09-16T19:12:41.762Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-09-16T19:12:41.762Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-09-16T19:12:41.762Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-09-16T19:12:41.762Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-09-16T19:12:41.762Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-09-16T19:12:41.762Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-09-16T19:12:41.762Z] === CONT TestMountDaemonRoot/default/bind_root [2021-09-16T19:12:41.762Z] === RUN TestMountDaemonRoot/private/mount_root [2021-09-16T19:12:41.762Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-09-16T19:12:41.762Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-09-16T19:12:41.762Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-09-16T19:12:41.762Z] === RUN TestMountDaemonRoot/private/bind_root [2021-09-16T19:12:41.762Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-09-16T19:12:41.762Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-09-16T19:12:41.762Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-09-16T19:12:41.762Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-09-16T19:12:41.762Z] === CONT TestMountDaemonRoot/default/mount_root [2021-09-16T19:12:41.762Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-09-16T19:12:41.762Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-09-16T19:12:41.762Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-09-16T19:12:41.762Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-09-16T19:12:41.762Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-09-16T19:12:41.762Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-09-16T19:12:41.762Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-09-16T19:12:42.023Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-09-16T19:12:42.023Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-09-16T19:12:42.023Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-09-16T19:12:42.023Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-09-16T19:12:42.023Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-09-16T19:12:42.023Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-09-16T19:12:42.023Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-09-16T19:12:42.023Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-09-16T19:12:42.023Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-09-16T19:12:42.023Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-09-16T19:12:42.023Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-09-16T19:12:42.023Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-09-16T19:12:42.023Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-09-16T19:12:42.023Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-09-16T19:12:42.284Z] === CONT TestMountDaemonRoot/private/mount_root [2021-09-16T19:12:42.284Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-09-16T19:12:42.284Z] === CONT TestMountDaemonRoot/private/bind_root [2021-09-16T19:12:42.284Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-09-16T19:12:42.284Z] --- PASS: TestMountDaemonRoot (0.02s) [2021-09-16T19:12:42.284Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-09-16T19:12:42.284Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.05s) [2021-09-16T19:12:42.284Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.06s) [2021-09-16T19:12:42.284Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.04s) [2021-09-16T19:12:42.284Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.04s) [2021-09-16T19:12:42.284Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-09-16T19:12:42.284Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.05s) [2021-09-16T19:12:42.284Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.05s) [2021-09-16T19:12:42.284Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.05s) [2021-09-16T19:12:42.284Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.05s) [2021-09-16T19:12:42.284Z] --- PASS: TestMountDaemonRoot/shared (0.00s) [2021-09-16T19:12:42.284Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.02s) [2021-09-16T19:12:42.284Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.04s) [2021-09-16T19:12:42.284Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.02s) [2021-09-16T19:12:42.284Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.04s) [2021-09-16T19:12:42.284Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-09-16T19:12:42.284Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2021-09-16T19:12:42.284Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.07s) [2021-09-16T19:12:42.284Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) [2021-09-16T19:12:42.284Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s) [2021-09-16T19:12:42.284Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-09-16T19:12:42.284Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2021-09-16T19:12:42.284Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.02s) [2021-09-16T19:12:42.284Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.02s) [2021-09-16T19:12:42.284Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.04s) [2021-09-16T19:12:42.284Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-09-16T19:12:42.284Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.04s) [2021-09-16T19:12:42.284Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2021-09-16T19:12:42.284Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.04s) [2021-09-16T19:12:42.284Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.05s) [2021-09-16T19:12:42.284Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-09-16T19:12:42.284Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2021-09-16T19:12:42.284Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.02s) [2021-09-16T19:12:42.284Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2021-09-16T19:12:42.284Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.02s) [2021-09-16T19:12:42.284Z] === RUN TestContainerBindMountNonRecursive [2021-09-16T19:12:42.389Z] === RUN TestPeerCertificateMarshalJSON [2021-09-16T19:12:42.858Z] 2021/09/16 19:12:42 Closing DB instances... [2021-09-16T19:12:42.858Z] === RUN TestPeerCertificateMarshalJSON/Marshalling_: [2021-09-16T19:12:42.858Z] === RUN TestPeerCertificateMarshalJSON/UnMarshalling_: [2021-09-16T19:12:42.858Z] --- PASS: TestPeerCertificateMarshalJSON (0.48s) [2021-09-16T19:12:42.858Z] --- PASS: TestPeerCertificateMarshalJSON/Marshalling_: (0.00s) [2021-09-16T19:12:42.858Z] --- PASS: TestPeerCertificateMarshalJSON/UnMarshalling_: (0.00s) [2021-09-16T19:12:42.858Z] === RUN TestMiddleware [2021-09-16T19:12:42.858Z] --- PASS: TestMiddleware (0.00s) [2021-09-16T19:12:42.858Z] === RUN TestNewResponseModifier [2021-09-16T19:12:42.858Z] --- PASS: TestNewResponseModifier (0.00s) [2021-09-16T19:12:42.858Z] PASS [2021-09-16T19:12:42.858Z] coverage: 26.8% of statements [2021-09-16T19:12:42.858Z] ok github.com/docker/docker/pkg/authorization 0.518s coverage: 26.8% of statements [2021-09-16T19:12:43.224Z] docker_cli_daemon_plugins_test.go:80: [d0e20fa75a865] daemon is not started [2021-09-16T19:12:43.235Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-09-16T19:12:43.235Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (12.22s) [2021-09-16T19:12:43.235Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (12.57s) [2021-09-16T19:12:43.235Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (12.96s) [2021-09-16T19:12:43.235Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (13.03s) [2021-09-16T19:12:43.235Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (6.64s) [2021-09-16T19:12:43.235Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (6.76s) [2021-09-16T19:12:43.235Z] === RUN TestBuildMultiStageCopy [2021-09-16T19:12:43.235Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-09-16T19:12:43.327Z] === RUN TestIsArchivePathDir [2021-09-16T19:12:43.327Z] --- PASS: TestIsArchivePathDir (0.05s) [2021-09-16T19:12:43.327Z] === RUN TestIsArchivePathInvalidFile [2021-09-16T19:12:43.327Z] --- PASS: TestIsArchivePathInvalidFile (0.10s) [2021-09-16T19:12:43.327Z] === RUN TestIsArchivePathTar [2021-09-16T19:12:43.327Z] === RUN TestUnbuffered [2021-09-16T19:12:43.327Z] --- PASS: TestUnbuffered (0.00s) [2021-09-16T19:12:43.327Z] === RUN TestRaceUnbuffered [2021-09-16T19:12:43.327Z] --- PASS: TestRaceUnbuffered (0.00s) [2021-09-16T19:12:43.327Z] PASS [2021-09-16T19:12:43.327Z] coverage: 100.0% of statements [2021-09-16T19:12:43.327Z] ok github.com/docker/docker/pkg/broadcaster 0.031s coverage: 100.0% of statements [2021-09-16T19:12:43.327Z] --- PASS: TestIsArchivePathTar (0.13s) [2021-09-16T19:12:43.327Z] === RUN TestDecompressStreamGzip [2021-09-16T19:12:43.327Z] --- PASS: TestDecompressStreamGzip (0.08s) [2021-09-16T19:12:43.327Z] === RUN TestDecompressStreamBzip2 [2021-09-16T19:12:43.327Z] --- PASS: TestDecompressStreamBzip2 (0.08s) [2021-09-16T19:12:43.327Z] === RUN TestDecompressStreamXz [2021-09-16T19:12:43.327Z] archive_test.go:133: Xz not present in msys2 [2021-09-16T19:12:43.327Z] --- SKIP: TestDecompressStreamXz (0.00s) [2021-09-16T19:12:43.327Z] === RUN TestDecompressStreamZstd [2021-09-16T19:12:43.327Z] archive_test.go:140: zstd not installed [2021-09-16T19:12:43.327Z] --- SKIP: TestDecompressStreamZstd (0.01s) [2021-09-16T19:12:43.327Z] === RUN TestCompressStreamXzUnsupported [2021-09-16T19:12:43.327Z] --- PASS: TestCompressStreamXzUnsupported (0.00s) [2021-09-16T19:12:43.327Z] === RUN TestCompressStreamBzip2Unsupported [2021-09-16T19:12:43.327Z] --- PASS: TestCompressStreamBzip2Unsupported (0.00s) [2021-09-16T19:12:43.327Z] === RUN TestCompressStreamInvalid [2021-09-16T19:12:43.327Z] --- PASS: TestCompressStreamInvalid (0.00s) [2021-09-16T19:12:43.327Z] === RUN TestExtensionInvalid [2021-09-16T19:12:43.327Z] --- PASS: TestExtensionInvalid (0.00s) [2021-09-16T19:12:43.327Z] === RUN TestExtensionUncompressed [2021-09-16T19:12:43.327Z] --- PASS: TestExtensionUncompressed (0.00s) [2021-09-16T19:12:43.327Z] === RUN TestExtensionBzip2 [2021-09-16T19:12:43.327Z] --- PASS: TestExtensionBzip2 (0.00s) [2021-09-16T19:12:43.327Z] === RUN TestExtensionGzip [2021-09-16T19:12:43.327Z] --- PASS: TestExtensionGzip (0.00s) [2021-09-16T19:12:43.327Z] === RUN TestExtensionXz [2021-09-16T19:12:43.327Z] --- PASS: TestExtensionXz (0.00s) [2021-09-16T19:12:43.327Z] === RUN TestExtensionZstd [2021-09-16T19:12:43.327Z] --- PASS: TestExtensionZstd (0.00s) [2021-09-16T19:12:43.327Z] === RUN TestCmdStreamLargeStderr [2021-09-16T19:12:43.796Z] --- PASS: TestCmdStreamLargeStderr (0.06s) [2021-09-16T19:12:43.796Z] === RUN TestCmdStreamBad [2021-09-16T19:12:43.796Z] archive_test.go:252: Failing on Windows CI machines [2021-09-16T19:12:43.796Z] --- SKIP: TestCmdStreamBad (0.00s) [2021-09-16T19:12:43.796Z] === RUN TestCmdStreamGood [2021-09-16T19:12:43.796Z] --- PASS: TestCmdStreamGood (0.03s) [2021-09-16T19:12:43.796Z] === RUN TestUntarPathWithInvalidDest [2021-09-16T19:12:43.796Z] --- PASS: TestUntarPathWithInvalidDest (0.05s) [2021-09-16T19:12:43.796Z] === RUN TestUntarPathWithInvalidSrc [2021-09-16T19:12:43.796Z] --- PASS: TestUntarPathWithInvalidSrc (0.00s) [2021-09-16T19:12:43.796Z] === RUN TestUntarPath [2021-09-16T19:12:43.796Z] --- PASS: TestUntarPath (0.05s) [2021-09-16T19:12:43.796Z] === RUN TestUntarPathWithDestinationFile [2021-09-16T19:12:43.796Z] --- PASS: TestUntarPathWithDestinationFile (0.04s) [2021-09-16T19:12:43.796Z] === RUN TestUntarPathWithDestinationSrcFileAsFolder [2021-09-16T19:12:43.796Z] --- PASS: TestUntarPathWithDestinationSrcFileAsFolder (0.06s) [2021-09-16T19:12:43.796Z] === RUN TestCopyWithTarInvalidSrc [2021-09-16T19:12:43.797Z] --- PASS: TestCopyWithTarInvalidSrc (0.00s) [2021-09-16T19:12:43.797Z] === RUN TestCopyWithTarInexistentDestWillCreateIt [2021-09-16T19:12:43.797Z] --- PASS: TestCopyWithTarInexistentDestWillCreateIt (0.00s) [2021-09-16T19:12:43.797Z] === RUN TestCopyWithTarSrcFile [2021-09-16T19:12:43.797Z] === RUN TestMatch [2021-09-16T19:12:43.797Z] === RUN TestMatch/[[]] [2021-09-16T19:12:43.797Z] === RUN TestMatch/[[foo]] [2021-09-16T19:12:43.797Z] === RUN TestMatch/[[bar]_[foo]] [2021-09-16T19:12:43.797Z] === RUN TestMatch/[[foo_bar]] [2021-09-16T19:12:43.797Z] === RUN TestMatch/[[qux]_[foo]] [2021-09-16T19:12:43.797Z] === RUN TestMatch/[[foo_bar]_[baz]_[bar]] [2021-09-16T19:12:43.797Z] === RUN TestMatch/[] [2021-09-16T19:12:43.797Z] === RUN TestMatch/[]#01 [2021-09-16T19:12:43.797Z] === RUN TestMatch/[[qux]] [2021-09-16T19:12:43.797Z] === RUN TestMatch/[[foo_bar_qux]] [2021-09-16T19:12:43.797Z] === RUN TestMatch/[[qux]_[baz]] [2021-09-16T19:12:43.797Z] === RUN TestMatch/[[foo_baz]] [2021-09-16T19:12:43.797Z] --- PASS: TestMatch (0.00s) [2021-09-16T19:12:43.797Z] --- PASS: TestMatch/[[]] (0.00s) [2021-09-16T19:12:43.797Z] --- PASS: TestMatch/[[foo]] (0.00s) [2021-09-16T19:12:43.797Z] --- PASS: TestMatch/[[bar]_[foo]] (0.00s) [2021-09-16T19:12:43.797Z] --- PASS: TestMatch/[[foo_bar]] (0.00s) [2021-09-16T19:12:43.797Z] --- PASS: TestMatch/[[qux]_[foo]] (0.00s) [2021-09-16T19:12:43.797Z] --- PASS: TestMatch/[[foo_bar]_[baz]_[bar]] (0.00s) [2021-09-16T19:12:43.797Z] --- PASS: TestMatch/[] (0.00s) [2021-09-16T19:12:43.797Z] --- PASS: TestMatch/[]#01 (0.00s) [2021-09-16T19:12:43.797Z] --- PASS: TestMatch/[[qux]] (0.00s) [2021-09-16T19:12:43.797Z] --- PASS: TestMatch/[[foo_bar_qux]] (0.00s) [2021-09-16T19:12:43.797Z] --- PASS: TestMatch/[[qux]_[baz]] (0.00s) [2021-09-16T19:12:43.797Z] --- PASS: TestMatch/[[foo_baz]] (0.00s) [2021-09-16T19:12:43.797Z] PASS [2021-09-16T19:12:43.797Z] coverage: 87.5% of statements [2021-09-16T19:12:43.797Z] --- PASS: TestCopyWithTarSrcFile (0.01s) [2021-09-16T19:12:43.797Z] === RUN TestCopyWithTarSrcFolder [2021-09-16T19:12:43.797Z] ok github.com/docker/docker/pkg/capabilities 0.031s coverage: 87.5% of statements [2021-09-16T19:12:43.797Z] --- PASS: TestCopyWithTarSrcFolder (0.01s) [2021-09-16T19:12:43.797Z] === RUN TestCopyFileWithTarInvalidSrc [2021-09-16T19:12:43.797Z] --- PASS: TestCopyFileWithTarInvalidSrc (0.00s) [2021-09-16T19:12:43.797Z] === RUN TestCopyFileWithTarInexistentDestWillCreateIt [2021-09-16T19:12:43.797Z] --- PASS: TestCopyFileWithTarInexistentDestWillCreateIt (0.00s) [2021-09-16T19:12:43.797Z] === RUN TestCopyFileWithTarSrcFolder [2021-09-16T19:12:43.797Z] --- PASS: TestCopyFileWithTarSrcFolder (0.00s) [2021-09-16T19:12:43.797Z] === RUN TestCopyFileWithTarSrcFile [2021-09-16T19:12:43.797Z] --- PASS: TestCopyFileWithTarSrcFile (0.01s) [2021-09-16T19:12:43.797Z] === RUN TestTarFiles [2021-09-16T19:12:44.166Z] --- PASS: TestContainerBindMountNonRecursive (1.74s) [2021-09-16T19:12:44.166Z] === RUN TestContainerVolumesMountedAsShared [2021-09-16T19:12:44.266Z] --- PASS: TestNetworkDBJoinLeaveNetworks (3.06s) [2021-09-16T19:12:44.266Z] === RUN TestNetworkDBCRUDTableEntry [2021-09-16T19:12:44.426Z] === RUN TestDockerDaemonSuite/TestDaemonKillWithPlugins [2021-09-16T19:12:44.687Z] --- PASS: TestContainerVolumesMountedAsShared (0.76s) [2021-09-16T19:12:44.687Z] === RUN TestContainerVolumesMountedAsSlave [2021-09-16T19:12:44.736Z] === RUN TestChrootTarUntar [2021-09-16T19:12:44.736Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2021-09-16T19:12:44.736Z] --- SKIP: TestChrootTarUntar (0.00s) [2021-09-16T19:12:44.736Z] === RUN TestChrootUntarWithHugeExcludesList [2021-09-16T19:12:44.736Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2021-09-16T19:12:44.736Z] --- SKIP: TestChrootUntarWithHugeExcludesList (0.00s) [2021-09-16T19:12:44.736Z] === RUN TestChrootUntarEmptyArchive [2021-09-16T19:12:44.736Z] --- PASS: TestChrootUntarEmptyArchive (0.00s) [2021-09-16T19:12:44.736Z] === RUN TestChrootTarUntarWithSymlink [2021-09-16T19:12:44.736Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-09-16T19:12:44.736Z] --- SKIP: TestChrootTarUntarWithSymlink (0.00s) [2021-09-16T19:12:44.736Z] === RUN TestChrootCopyWithTar [2021-09-16T19:12:44.736Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-09-16T19:12:44.736Z] --- SKIP: TestChrootCopyWithTar (0.00s) [2021-09-16T19:12:44.736Z] === RUN TestChrootCopyFileWithTar [2021-09-16T19:12:44.736Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2021-09-16T19:12:44.736Z] --- SKIP: TestChrootCopyFileWithTar (0.00s) [2021-09-16T19:12:44.736Z] === RUN TestChrootUntarPath [2021-09-16T19:12:44.736Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-09-16T19:12:44.736Z] --- SKIP: TestChrootUntarPath (0.01s) [2021-09-16T19:12:44.736Z] === RUN TestChrootUntarEmptyArchiveFromSlowReader [2021-09-16T19:12:44.736Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2021-09-16T19:12:44.736Z] --- SKIP: TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2021-09-16T19:12:44.736Z] === RUN TestChrootApplyEmptyArchiveFromSlowReader [2021-09-16T19:12:44.736Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2021-09-16T19:12:44.736Z] --- SKIP: TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2021-09-16T19:12:44.736Z] === RUN TestChrootApplyDotDotFile [2021-09-16T19:12:44.736Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2021-09-16T19:12:44.736Z] --- SKIP: TestChrootApplyDotDotFile (0.00s) [2021-09-16T19:12:44.736Z] PASS [2021-09-16T19:12:44.736Z] coverage: 15.4% of statements [2021-09-16T19:12:44.736Z] ok github.com/docker/docker/pkg/chrootarchive 0.088s coverage: 15.4% of statements [2021-09-16T19:12:45.069Z] --- PASS: TestDockerNetworkConnectAlias (4.23s) [2021-09-16T19:12:45.069Z] === RUN TestDockerNetworkReConnect [2021-09-16T19:12:45.205Z] === RUN TestSizeEmpty [2021-09-16T19:12:45.205Z] --- PASS: TestSizeEmpty (0.00s) [2021-09-16T19:12:45.205Z] === RUN TestSizeEmptyFile [2021-09-16T19:12:45.205Z] --- PASS: TestSizeEmptyFile (0.00s) [2021-09-16T19:12:45.205Z] === RUN TestSizeNonemptyFile [2021-09-16T19:12:45.205Z] --- PASS: TestSizeNonemptyFile (0.00s) [2021-09-16T19:12:45.205Z] === RUN TestSizeNestedDirectoryEmpty [2021-09-16T19:12:45.205Z] --- PASS: TestSizeNestedDirectoryEmpty (0.00s) [2021-09-16T19:12:45.205Z] === RUN TestSizeFileAndNestedDirectoryEmpty [2021-09-16T19:12:45.205Z] --- PASS: TestSizeFileAndNestedDirectoryEmpty (0.00s) [2021-09-16T19:12:45.205Z] === RUN TestSizeFileAndNestedDirectoryNonempty [2021-09-16T19:12:45.205Z] --- PASS: TestSizeFileAndNestedDirectoryNonempty (0.00s) [2021-09-16T19:12:45.205Z] === RUN TestMoveToSubdir [2021-09-16T19:12:45.205Z] --- PASS: TestMoveToSubdir (0.00s) [2021-09-16T19:12:45.205Z] === RUN TestSizeNonExistingDirectory [2021-09-16T19:12:45.205Z] --- PASS: TestSizeNonExistingDirectory (0.00s) [2021-09-16T19:12:45.205Z] PASS [2021-09-16T19:12:45.205Z] coverage: 80.0% of statements [2021-09-16T19:12:45.205Z] ok github.com/docker/docker/pkg/directory 0.046s coverage: 80.0% of statements [2021-09-16T19:12:45.258Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2021-09-16T19:12:45.258Z] --- PASS: TestContainerVolumesMountedAsSlave (0.61s) [2021-09-16T19:12:45.258Z] === RUN TestNetworkNat [2021-09-16T19:12:46.194Z] === RUN Test [2021-09-16T19:12:46.194Z] === RUN Test/TestContainsEntry [2021-09-16T19:12:46.194Z] === RUN Test/TestCreateEntries [2021-09-16T19:12:46.194Z] === RUN Test/TestEntriesDiff [2021-09-16T19:12:46.194Z] === RUN Test/TestEntriesEquality [2021-09-16T19:12:46.194Z] === RUN Test/TestGenerateWithMalformedInputAtRangeEnd [2021-09-16T19:12:46.194Z] === RUN Test/TestGenerateWithMalformedInputAtRangeStart [2021-09-16T19:12:46.194Z] === RUN Test/TestGeneratorMatchFailedNotGenerate [2021-09-16T19:12:46.194Z] === RUN Test/TestGeneratorNotGenerate [2021-09-16T19:12:46.194Z] === RUN Test/TestGeneratorWithPort [2021-09-16T19:12:46.194Z] === RUN Test/TestGeneratorWithPortNotGenerate [2021-09-16T19:12:46.194Z] === RUN Test/TestNewEntry [2021-09-16T19:12:46.194Z] === RUN Test/TestParse [2021-09-16T19:12:46.194Z] --- PASS: Test (0.00s) [2021-09-16T19:12:46.194Z] --- PASS: Test/TestContainsEntry (0.00s) [2021-09-16T19:12:46.194Z] --- PASS: Test/TestCreateEntries (0.00s) [2021-09-16T19:12:46.194Z] --- PASS: Test/TestEntriesDiff (0.00s) [2021-09-16T19:12:46.194Z] --- PASS: Test/TestEntriesEquality (0.00s) [2021-09-16T19:12:46.194Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeEnd (0.00s) [2021-09-16T19:12:46.194Z] --- PASS: Test/TestGenerateWithMalformedInputAtRangeStart (0.00s) [2021-09-16T19:12:46.194Z] --- PASS: Test/TestGeneratorMatchFailedNotGenerate (0.00s) [2021-09-16T19:12:46.194Z] --- PASS: Test/TestGeneratorNotGenerate (0.00s) [2021-09-16T19:12:46.194Z] --- PASS: Test/TestGeneratorWithPort (0.00s) [2021-09-16T19:12:46.194Z] --- PASS: Test/TestGeneratorWithPortNotGenerate (0.00s) [2021-09-16T19:12:46.194Z] --- PASS: Test/TestNewEntry (0.00s) [2021-09-16T19:12:46.194Z] --- PASS: Test/TestParse (0.00s) [2021-09-16T19:12:46.194Z] PASS [2021-09-16T19:12:46.194Z] coverage: 58.3% of statements [2021-09-16T19:12:46.194Z] ok github.com/docker/docker/pkg/discovery 0.034s coverage: 58.3% of statements [2021-09-16T19:12:46.199Z] --- PASS: TestNetworkNat (0.84s) [2021-09-16T19:12:46.199Z] === RUN TestNetworkLocalhostTCPNat [2021-09-16T19:12:46.663Z] 2021/09/16 19:12:46 Closing DB instances... [2021-09-16T19:12:46.771Z] docker_cli_daemon_plugins_test.go:170: [d6f42f8c5e772] daemon is not started [2021-09-16T19:12:46.771Z] --- PASS: TestNetworkLocalhostTCPNat (0.64s) [2021-09-16T19:12:46.771Z] === RUN TestNetworkLoopbackNat [2021-09-16T19:12:47.133Z] === RUN Test [2021-09-16T19:12:47.133Z] === RUN Test/TestContent [2021-09-16T19:12:47.133Z] === RUN Test/TestInitialize [2021-09-16T19:12:47.133Z] === RUN Test/TestNew [2021-09-16T19:12:47.133Z] === RUN Test/TestParsingContentsWithComments [2021-09-16T19:12:47.133Z] === RUN Test/TestRegister [2021-09-16T19:12:47.133Z] === RUN Test/TestWatch [2021-09-16T19:12:47.133Z] --- PASS: Test (0.01s) [2021-09-16T19:12:47.133Z] --- PASS: Test/TestContent (0.00s) [2021-09-16T19:12:47.133Z] --- PASS: Test/TestInitialize (0.00s) [2021-09-16T19:12:47.133Z] --- PASS: Test/TestNew (0.00s) [2021-09-16T19:12:47.133Z] --- PASS: Test/TestParsingContentsWithComments (0.00s) [2021-09-16T19:12:47.133Z] --- PASS: Test/TestRegister (0.00s) [2021-09-16T19:12:47.133Z] --- PASS: Test/TestWatch (0.01s) [2021-09-16T19:12:47.133Z] PASS [2021-09-16T19:12:47.133Z] coverage: 97.6% of statements [2021-09-16T19:12:47.133Z] ok github.com/docker/docker/pkg/discovery/file 0.045s coverage: 97.6% of statements [2021-09-16T19:12:47.609Z] --- PASS: TestTarFiles (3.95s) [2021-09-16T19:12:47.609Z] === RUN TestTarUntar [2021-09-16T19:12:48.080Z] --- PASS: TestTarUntar (0.02s) [2021-09-16T19:12:48.080Z] === RUN TestTarWithOptionsChownOptsAlwaysOverridesIdPair [2021-09-16T19:12:48.080Z] --- PASS: TestTarWithOptionsChownOptsAlwaysOverridesIdPair (0.00s) [2021-09-16T19:12:48.080Z] === RUN TestTarWithOptions [2021-09-16T19:12:48.080Z] --- PASS: TestTarWithOptions (0.02s) [2021-09-16T19:12:48.080Z] === RUN TestTypeXGlobalHeaderDoesNotFail [2021-09-16T19:12:48.080Z] --- PASS: TestTypeXGlobalHeaderDoesNotFail (0.00s) [2021-09-16T19:12:48.080Z] === RUN TestUntarUstarGnuConflict [2021-09-16T19:12:48.080Z] --- PASS: TestUntarUstarGnuConflict (0.00s) [2021-09-16T19:12:48.080Z] === RUN TestUntarInvalidFilenames [2021-09-16T19:12:48.080Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidFilenames1369184760\\dest" [2021-09-16T19:12:48.080Z] --- PASS: TestUntarInvalidFilenames (0.12s) [2021-09-16T19:12:48.080Z] === RUN TestUntarHardlinkToSymlink [2021-09-16T19:12:48.080Z] --- PASS: TestUntarHardlinkToSymlink (0.01s) [2021-09-16T19:12:48.080Z] === RUN TestUntarInvalidHardlink [2021-09-16T19:12:48.080Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3030839082\\victim\\hello" -> "../victim/hello" [2021-09-16T19:12:48.080Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink3808490120\\victim\\hello" -> "/../victim/hello" [2021-09-16T19:12:48.080Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink284069848\\victim" -> "../victim" [2021-09-16T19:12:48.080Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink2460239876\\victim" -> "../victim" [2021-09-16T19:12:48.080Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink843509400\\victim" -> "../victim" [2021-09-16T19:12:48.080Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidHardlink4245618732\\victim" -> "../victim" [2021-09-16T19:12:48.080Z] --- PASS: TestUntarInvalidHardlink (0.03s) [2021-09-16T19:12:48.080Z] === RUN TestUntarInvalidSymlink [2021-09-16T19:12:48.080Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1451464050\\dest\\dotdot" -> "../victim/hello" [2021-09-16T19:12:48.080Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink4290408606\\dest\\slash-dotdot" -> "/../victim/hello" [2021-09-16T19:12:48.080Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink139304994\\dest\\loophole-victim" -> "../victim" [2021-09-16T19:12:48.080Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1349781445\\dest\\loophole-victim" -> "../victim" [2021-09-16T19:12:48.080Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink4015320194\\dest\\loophole-victim" -> "../victim" [2021-09-16T19:12:48.080Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink2466851282\\dest\\loophole-victim" -> "../victim" [2021-09-16T19:12:48.080Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestUntarInvalidSymlink1223612390\\dest\\dir\\loophole" -> "../../victim" [2021-09-16T19:12:48.080Z] --- PASS: TestUntarInvalidSymlink (0.03s) [2021-09-16T19:12:48.080Z] === RUN TestTempArchiveCloseMultipleTimes [2021-09-16T19:12:48.080Z] --- PASS: TestTempArchiveCloseMultipleTimes (0.00s) [2021-09-16T19:12:48.080Z] === RUN TestXGlobalNoParent [2021-09-16T19:12:48.080Z] --- PASS: TestXGlobalNoParent (0.00s) [2021-09-16T19:12:48.080Z] === RUN TestReplaceFileTarWrapper [2021-09-16T19:12:48.080Z] === RUN Test [2021-09-16T19:12:48.080Z] === RUN Test/TestInitialize [2021-09-16T19:12:48.080Z] time="2021-09-16T19:12:47Z" level=info msg="Initializing discovery without TLS" [2021-09-16T19:12:48.080Z] time="2021-09-16T19:12:47Z" level=info msg="Initializing discovery without TLS" [2021-09-16T19:12:48.080Z] time="2021-09-16T19:12:47Z" level=info msg="Initializing discovery without TLS" [2021-09-16T19:12:48.080Z] === RUN Test/TestInitializeWithCerts [2021-09-16T19:12:48.080Z] time="2021-09-16T19:12:47Z" level=info msg="Initializing discovery with TLS" [2021-09-16T19:12:48.080Z] === RUN Test/TestWatch [2021-09-16T19:12:48.080Z] time="2021-09-16T19:12:47Z" level=info msg="Initializing discovery without TLS" [2021-09-16T19:12:48.080Z] --- PASS: TestReplaceFileTarWrapper (0.13s) [2021-09-16T19:12:48.080Z] === RUN TestPrefixHeaderReadable [2021-09-16T19:12:48.080Z] --- PASS: TestPrefixHeaderReadable (0.02s) [2021-09-16T19:12:48.080Z] === RUN TestDisablePigz [2021-09-16T19:12:48.080Z] archive_test.go:1344: Test will not check full path when Pigz not installed [2021-09-16T19:12:48.080Z] --- PASS: TestDisablePigz (0.10s) [2021-09-16T19:12:48.080Z] === RUN TestPigz [2021-09-16T19:12:48.154Z] === RUN TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink [2021-09-16T19:12:48.154Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2021-09-16T19:12:48.154Z] === RUN TestDockerSuite/TestBuildAddTar [2021-09-16T19:12:48.348Z] --- PASS: TestDockerNetworkReConnect (3.41s) [2021-09-16T19:12:48.348Z] === RUN TestServicePlugin [2021-09-16T19:12:48.551Z] archive_test.go:1373: Tested whether Pigz is not used, as it not installed [2021-09-16T19:12:48.551Z] --- PASS: TestPigz (0.10s) [2021-09-16T19:12:48.551Z] === RUN TestCopyFileWithInvalidDest [2021-09-16T19:12:48.551Z] archive_windows_test.go:16: Currently fails [2021-09-16T19:12:48.551Z] --- SKIP: TestCopyFileWithInvalidDest (0.00s) [2021-09-16T19:12:48.551Z] === RUN TestCanonicalTarNameForPath [2021-09-16T19:12:48.551Z] --- PASS: TestCanonicalTarNameForPath (0.00s) [2021-09-16T19:12:48.551Z] === RUN TestCanonicalTarName [2021-09-16T19:12:48.551Z] --- PASS: TestCanonicalTarName (0.00s) [2021-09-16T19:12:48.551Z] === RUN TestChmodTarEntry [2021-09-16T19:12:48.551Z] --- PASS: TestChmodTarEntry (0.00s) [2021-09-16T19:12:48.551Z] === RUN TestHardLinkOrder [2021-09-16T19:12:48.551Z] --- PASS: TestHardLinkOrder (0.06s) [2021-09-16T19:12:48.551Z] === RUN TestChangeString [2021-09-16T19:12:48.551Z] --- PASS: TestChangeString (0.00s) [2021-09-16T19:12:48.551Z] === RUN TestChangesWithNoChanges [2021-09-16T19:12:48.551Z] --- PASS: TestChangesWithNoChanges (0.02s) [2021-09-16T19:12:48.551Z] === RUN TestChangesWithChanges [2021-09-16T19:12:48.551Z] --- PASS: TestChangesWithChanges (0.03s) [2021-09-16T19:12:48.551Z] === RUN TestChangesWithChangesGH13590 [2021-09-16T19:12:48.551Z] changes_test.go:195: needs more investigation [2021-09-16T19:12:48.551Z] --- SKIP: TestChangesWithChangesGH13590 (0.00s) [2021-09-16T19:12:48.551Z] === RUN TestChangesDirsEmpty [2021-09-16T19:12:48.551Z] --- PASS: TestChangesDirsEmpty (0.09s) [2021-09-16T19:12:48.551Z] === RUN TestChangesDirsMutated [2021-09-16T19:12:48.551Z] --- PASS: TestChangesDirsMutated (0.10s) [2021-09-16T19:12:48.551Z] === RUN TestApplyLayer [2021-09-16T19:12:48.551Z] changes_test.go:432: needs further investigation [2021-09-16T19:12:48.551Z] --- SKIP: TestApplyLayer (0.00s) [2021-09-16T19:12:48.551Z] === RUN TestChangesSizeWithHardlinks [2021-09-16T19:12:48.551Z] changes_test.go:468: needs further investigation [2021-09-16T19:12:48.551Z] --- SKIP: TestChangesSizeWithHardlinks (0.00s) [2021-09-16T19:12:48.551Z] === RUN TestChangesSizeWithNoChanges [2021-09-16T19:12:48.551Z] --- PASS: TestChangesSizeWithNoChanges (0.00s) [2021-09-16T19:12:48.551Z] === RUN TestChangesSizeWithOnlyDeleteChanges [2021-09-16T19:12:48.551Z] --- PASS: TestChangesSizeWithOnlyDeleteChanges (0.00s) [2021-09-16T19:12:48.551Z] === RUN TestChangesSize [2021-09-16T19:12:48.551Z] --- PASS: TestChangesSize (0.00s) [2021-09-16T19:12:48.551Z] === RUN TestApplyLayerInvalidFilenames [2021-09-16T19:12:48.551Z] breakoutError: "..\\victim\\dotdot" is outside of "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidFilenames4203047597\\dest" [2021-09-16T19:12:48.551Z] --- PASS: TestApplyLayerInvalidFilenames (0.01s) [2021-09-16T19:12:48.551Z] === RUN TestApplyLayerInvalidHardlink [2021-09-16T19:12:48.551Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink2576286316\\victim\\hello" -> "../victim/hello" [2021-09-16T19:12:48.551Z] --- PASS: TestNetworkDBCRUDTableEntry (4.25s) [2021-09-16T19:12:48.551Z] === RUN TestNetworkDBCRUDTableEntries [2021-09-16T19:12:48.551Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1818573469\\victim\\hello" -> "/../victim/hello" [2021-09-16T19:12:48.551Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1122828656\\victim" -> "../victim" [2021-09-16T19:12:48.551Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1057554329\\victim" -> "../victim" [2021-09-16T19:12:48.551Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink1562937864\\victim" -> "../victim" [2021-09-16T19:12:48.551Z] breakoutError: invalid hardlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidHardlink618495756\\victim" -> "../victim" [2021-09-16T19:12:48.551Z] --- PASS: TestApplyLayerInvalidHardlink (0.03s) [2021-09-16T19:12:48.551Z] === RUN TestApplyLayerInvalidSymlink [2021-09-16T19:12:48.551Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1282022009\\dest\\dotdot" -> "../victim/hello" [2021-09-16T19:12:48.551Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink35582556\\dest\\slash-dotdot" -> "/../victim/hello" [2021-09-16T19:12:48.551Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1618627915\\dest\\loophole-victim" -> "../victim" [2021-09-16T19:12:48.551Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink2837429371\\dest\\loophole-victim" -> "../victim" [2021-09-16T19:12:48.551Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink3805371566\\dest\\loophole-victim" -> "../victim" [2021-09-16T19:12:48.551Z] breakoutError: invalid symlink "C:\\Users\\ContainerAdministrator\\AppData\\Local\\Temp\\docker-TestApplyLayerInvalidSymlink1274159530\\dest\\loophole-victim" -> "../victim" [2021-09-16T19:12:48.551Z] --- PASS: TestApplyLayerInvalidSymlink (0.02s) [2021-09-16T19:12:48.551Z] === RUN TestApplyLayerWhiteouts [2021-09-16T19:12:49.021Z] --- PASS: TestApplyLayerWhiteouts (0.06s) [2021-09-16T19:12:49.021Z] === RUN TestGenerateEmptyFile [2021-09-16T19:12:49.021Z] --- PASS: TestGenerateEmptyFile (0.00s) [2021-09-16T19:12:49.021Z] === RUN TestGenerateWithContent [2021-09-16T19:12:49.021Z] --- PASS: TestGenerateWithContent (0.00s) [2021-09-16T19:12:49.021Z] PASS [2021-09-16T19:12:49.021Z] coverage: 62.7% of statements [2021-09-16T19:12:49.021Z] ok github.com/docker/docker/pkg/archive 5.755s coverage: 62.7% of statements [2021-09-16T19:12:49.110Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-09-16T19:12:49.110Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-09-16T19:12:49.579Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-09-16T19:12:50.106Z] --- PASS: TestNetworkLoopbackNat (3.00s) [2021-09-16T19:12:50.106Z] === RUN TestPause [2021-09-16T19:12:50.157Z] --- PASS: TestBuildMultiStageOnBuild (8.28s) [2021-09-16T19:12:50.157Z] === RUN TestBuildUncleanTarFilenames [2021-09-16T19:12:50.157Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-09-16T19:12:50.157Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2021-09-16T19:12:50.157Z] === RUN TestBuildMultiStageLayerLeak [2021-09-16T19:12:50.569Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-09-16T19:12:50.591Z] 2021/09/16 19:12:50 Closing DB instances... [2021-09-16T19:12:50.692Z] --- PASS: TestPause (0.78s) [2021-09-16T19:12:50.692Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-09-16T19:12:50.692Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-09-16T19:12:50.692Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-09-16T19:12:50.692Z] === RUN TestPauseStopPausedContainer [2021-09-16T19:12:50.954Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelDebug [2021-09-16T19:12:51.060Z] --- PASS: Test (3.11s) [2021-09-16T19:12:51.060Z] --- PASS: Test/TestInitialize (0.10s) [2021-09-16T19:12:51.060Z] --- PASS: Test/TestInitializeWithCerts (0.00s) [2021-09-16T19:12:51.060Z] --- PASS: Test/TestWatch (3.00s) [2021-09-16T19:12:51.060Z] PASS [2021-09-16T19:12:51.060Z] coverage: 84.1% of statements [2021-09-16T19:12:51.060Z] ok github.com/docker/docker/pkg/discovery/kv 3.153s coverage: 84.1% of statements [2021-09-16T19:12:51.525Z] --- PASS: TestPauseStopPausedContainer (0.74s) [2021-09-16T19:12:51.525Z] === RUN TestPidHost [2021-09-16T19:12:51.525Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelFatal [2021-09-16T19:12:51.557Z] --- PASS: TestBuildMultiStageCopy (8.97s) [2021-09-16T19:12:51.557Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (5.94s) [2021-09-16T19:12:51.557Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.56s) [2021-09-16T19:12:51.557Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.71s) [2021-09-16T19:12:51.557Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.85s) [2021-09-16T19:12:51.557Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.92s) [2021-09-16T19:12:51.557Z] === RUN TestBuildMultiStageParentConfig [2021-09-16T19:12:51.641Z] plugin_test.go:61: [dfdd10769e53f] joining swarm manager [d58aabc13a079]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-09-16T19:12:52.049Z] === RUN Test [2021-09-16T19:12:52.049Z] === RUN Test/TestWatch [2021-09-16T19:12:52.049Z] --- PASS: Test (0.00s) [2021-09-16T19:12:52.049Z] --- PASS: Test/TestWatch (0.00s) [2021-09-16T19:12:52.049Z] PASS [2021-09-16T19:12:52.049Z] coverage: 92.3% of statements [2021-09-16T19:12:52.049Z] ok github.com/docker/docker/pkg/discovery/memory 0.035s coverage: 92.3% of statements [2021-09-16T19:12:52.049Z] --- PASS: TestNetworkDBCRUDTableEntries (3.44s) [2021-09-16T19:12:52.049Z] === RUN TestNetworkDBNodeLeave [2021-09-16T19:12:52.097Z] === RUN TestDockerDaemonSuite/TestDaemonLogLevelWrong [2021-09-16T19:12:52.518Z] === RUN Test [2021-09-16T19:12:52.519Z] === RUN Test/TestInitialize [2021-09-16T19:12:52.519Z] === RUN Test/TestInitializeWithPattern [2021-09-16T19:12:52.519Z] === RUN Test/TestRegister [2021-09-16T19:12:52.519Z] === RUN Test/TestWatch [2021-09-16T19:12:52.519Z] --- PASS: Test (0.00s) [2021-09-16T19:12:52.519Z] --- PASS: Test/TestInitialize (0.00s) [2021-09-16T19:12:52.519Z] --- PASS: Test/TestInitializeWithPattern (0.00s) [2021-09-16T19:12:52.519Z] --- PASS: Test/TestRegister (0.00s) [2021-09-16T19:12:52.519Z] --- PASS: Test/TestWatch (0.00s) [2021-09-16T19:12:52.519Z] PASS [2021-09-16T19:12:52.519Z] coverage: 93.8% of statements [2021-09-16T19:12:52.519Z] ok github.com/docker/docker/pkg/discovery/nodes 0.033s coverage: 93.8% of statements [2021-09-16T19:12:52.666Z] check_test.go:308: [da5f95c94dd2b] daemon is not started [2021-09-16T19:12:52.666Z] === RUN TestDockerDaemonSuite/TestDaemonLogOptions [2021-09-16T19:12:52.928Z] --- PASS: TestPidHost (1.49s) [2021-09-16T19:12:52.928Z] === RUN TestPsFilter [2021-09-16T19:12:52.928Z] --- PASS: TestPsFilter (0.15s) [2021-09-16T19:12:52.928Z] === RUN TestRemoveContainerWithRemovedVolume [2021-09-16T19:12:52.987Z] === RUN TestPollerAddRemove [2021-09-16T19:12:52.987Z] --- PASS: TestPollerAddRemove (0.00s) [2021-09-16T19:12:52.987Z] === RUN TestPollerEvent [2021-09-16T19:12:52.987Z] poller_test.go:40: No chmod on Windows [2021-09-16T19:12:52.987Z] --- SKIP: TestPollerEvent (0.00s) [2021-09-16T19:12:52.987Z] === RUN TestPollerClose [2021-09-16T19:12:52.988Z] --- PASS: TestPollerClose (0.00s) [2021-09-16T19:12:52.988Z] PASS [2021-09-16T19:12:52.988Z] coverage: 45.7% of statements [2021-09-16T19:12:52.988Z] ok github.com/docker/docker/pkg/filenotify 0.034s coverage: 45.7% of statements [2021-09-16T19:12:53.046Z] plugin_test.go:64: [dfac68ce93491] joining swarm manager [d58aabc13a079]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-09-16T19:12:53.124Z] --- PASS: TestBuildMultiStageParentConfig (1.76s) [2021-09-16T19:12:53.124Z] === RUN TestBuildLabelWithTargets [2021-09-16T19:12:53.124Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-09-16T19:12:53.124Z] --- SKIP: TestBuildLabelWithTargets (0.00s) [2021-09-16T19:12:53.124Z] === RUN TestBuildWithEmptyLayers [2021-09-16T19:12:53.869Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.69s) [2021-09-16T19:12:53.869Z] === RUN TestRemoveContainerWithVolume [2021-09-16T19:12:53.976Z] === RUN TestCopyFileWithInvalidSrc [2021-09-16T19:12:53.976Z] --- PASS: TestCopyFileWithInvalidSrc (0.00s) [2021-09-16T19:12:53.976Z] === RUN TestCopyFileWithInvalidDest [2021-09-16T19:12:53.976Z] --- PASS: TestCopyFileWithInvalidDest (0.00s) [2021-09-16T19:12:53.976Z] === RUN TestCopyFileWithSameSrcAndDest [2021-09-16T19:12:53.976Z] --- PASS: TestCopyFileWithSameSrcAndDest (0.00s) [2021-09-16T19:12:53.976Z] === RUN TestCopyFileWithSameSrcAndDestWithPathNameDifferent [2021-09-16T19:12:53.976Z] --- PASS: TestCopyFileWithSameSrcAndDestWithPathNameDifferent (0.00s) [2021-09-16T19:12:53.976Z] === RUN TestCopyFile [2021-09-16T19:12:53.976Z] --- PASS: TestCopyFile (0.00s) [2021-09-16T19:12:53.976Z] === RUN TestReadSymlinkedDirectoryExistingDirectory [2021-09-16T19:12:53.976Z] fileutils_test.go:133: Needs porting to Windows [2021-09-16T19:12:53.976Z] --- SKIP: TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2021-09-16T19:12:53.976Z] === RUN TestReadSymlinkedDirectoryNonExistingSymlink [2021-09-16T19:12:53.976Z] --- PASS: TestReadSymlinkedDirectoryNonExistingSymlink (0.00s) [2021-09-16T19:12:53.976Z] === RUN TestReadSymlinkedDirectoryToFile [2021-09-16T19:12:53.976Z] fileutils_test.go:179: Needs porting to Windows [2021-09-16T19:12:53.976Z] --- SKIP: TestReadSymlinkedDirectoryToFile (0.00s) [2021-09-16T19:12:53.976Z] === RUN TestWildcardMatches [2021-09-16T19:12:53.976Z] --- PASS: TestWildcardMatches (0.00s) [2021-09-16T19:12:53.976Z] === RUN TestPatternMatches [2021-09-16T19:12:53.976Z] --- PASS: TestPatternMatches (0.00s) [2021-09-16T19:12:53.976Z] === RUN TestExclusionPatternMatchesPatternBefore [2021-09-16T19:12:53.976Z] --- PASS: TestExclusionPatternMatchesPatternBefore (0.00s) [2021-09-16T19:12:53.976Z] === RUN TestPatternMatchesFolderExclusions [2021-09-16T19:12:53.976Z] --- PASS: TestPatternMatchesFolderExclusions (0.00s) [2021-09-16T19:12:53.976Z] === RUN TestPatternMatchesFolderWithSlashExclusions [2021-09-16T19:12:53.976Z] --- PASS: TestPatternMatchesFolderWithSlashExclusions (0.00s) [2021-09-16T19:12:53.976Z] === RUN TestPatternMatchesFolderWildcardExclusions [2021-09-16T19:12:53.976Z] --- PASS: TestPatternMatchesFolderWildcardExclusions (0.00s) [2021-09-16T19:12:53.976Z] === RUN TestExclusionPatternMatchesPatternAfter [2021-09-16T19:12:53.976Z] --- PASS: TestExclusionPatternMatchesPatternAfter (0.00s) [2021-09-16T19:12:53.976Z] === RUN TestExclusionPatternMatchesWholeDirectory [2021-09-16T19:12:53.976Z] --- PASS: TestExclusionPatternMatchesWholeDirectory (0.00s) [2021-09-16T19:12:53.976Z] === RUN TestSingleExclamationError [2021-09-16T19:12:53.976Z] --- PASS: TestSingleExclamationError (0.00s) [2021-09-16T19:12:53.976Z] === RUN TestMatchesWithNoPatterns [2021-09-16T19:12:53.976Z] --- PASS: TestMatchesWithNoPatterns (0.00s) [2021-09-16T19:12:53.976Z] === RUN TestMatchesWithMalformedPatterns [2021-09-16T19:12:53.976Z] --- PASS: TestMatchesWithMalformedPatterns (0.00s) [2021-09-16T19:12:53.976Z] === RUN TestMatches [2021-09-16T19:12:53.976Z] === RUN TestMatches/MatchesOrParentMatches [2021-09-16T19:12:53.976Z] === RUN TestMatches/MatchesUsingParentResult [2021-09-16T19:12:53.976Z] --- PASS: TestMatches (0.01s) [2021-09-16T19:12:53.976Z] --- PASS: TestMatches/MatchesOrParentMatches (0.00s) [2021-09-16T19:12:53.976Z] --- PASS: TestMatches/MatchesUsingParentResult (0.00s) [2021-09-16T19:12:53.976Z] === RUN TestCleanPatterns [2021-09-16T19:12:53.976Z] --- PASS: TestCleanPatterns (0.00s) [2021-09-16T19:12:53.976Z] === RUN TestCleanPatternsStripEmptyPatterns [2021-09-16T19:12:53.976Z] --- PASS: TestCleanPatternsStripEmptyPatterns (0.00s) [2021-09-16T19:12:53.976Z] === RUN TestCleanPatternsExceptionFlag [2021-09-16T19:12:53.976Z] --- PASS: TestCleanPatternsExceptionFlag (0.00s) [2021-09-16T19:12:53.976Z] === RUN TestCleanPatternsLeadingSpaceTrimmed [2021-09-16T19:12:53.976Z] --- PASS: TestCleanPatternsLeadingSpaceTrimmed (0.00s) [2021-09-16T19:12:53.976Z] === RUN TestCleanPatternsTrailingSpaceTrimmed [2021-09-16T19:12:53.976Z] --- PASS: TestCleanPatternsTrailingSpaceTrimmed (0.00s) [2021-09-16T19:12:53.976Z] === RUN TestCleanPatternsErrorSingleException [2021-09-16T19:12:53.976Z] --- PASS: TestCleanPatternsErrorSingleException (0.00s) [2021-09-16T19:12:53.976Z] === RUN TestCreateIfNotExistsDir [2021-09-16T19:12:53.976Z] --- PASS: TestCreateIfNotExistsDir (0.00s) [2021-09-16T19:12:53.976Z] === RUN TestCreateIfNotExistsFile [2021-09-16T19:12:53.976Z] --- PASS: TestCreateIfNotExistsFile (0.01s) [2021-09-16T19:12:53.976Z] === RUN TestMatch [2021-09-16T19:12:53.976Z] --- PASS: TestMatch (0.00s) [2021-09-16T19:12:53.976Z] PASS [2021-09-16T19:12:53.976Z] coverage: 82.2% of statements [2021-09-16T19:12:53.976Z] ok github.com/docker/docker/pkg/fileutils 0.064s coverage: 82.2% of statements [2021-09-16T19:12:54.113Z] --- PASS: TestBuildWithEmptyLayers (0.98s) [2021-09-16T19:12:54.113Z] === RUN TestBuildMultiStageOnBuild [2021-09-16T19:12:54.439Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefault [2021-09-16T19:12:54.439Z] --- PASS: TestRemoveContainerWithVolume (0.73s) [2021-09-16T19:12:54.439Z] === RUN TestRemoveContainerRunning [2021-09-16T19:12:54.446Z] === RUN TestGet [2021-09-16T19:12:54.446Z] --- PASS: TestGet (0.00s) [2021-09-16T19:12:54.446Z] === RUN TestGetShortcutString [2021-09-16T19:12:54.446Z] --- PASS: TestGetShortcutString (0.00s) [2021-09-16T19:12:54.446Z] PASS [2021-09-16T19:12:54.446Z] coverage: 42.9% of statements [2021-09-16T19:12:54.446Z] ok github.com/docker/docker/pkg/homedir 0.034s coverage: 42.9% of statements [2021-09-16T19:12:54.915Z] --- PASS: TestNetworkDBNodeLeave (2.82s) [2021-09-16T19:12:54.915Z] === RUN TestNetworkDBWatch [2021-09-16T19:12:54.915Z] --- PASS: TestGetAddress (17.67s) [2021-09-16T19:12:54.915Z] === RUN TestRequestSyntaxCheck [2021-09-16T19:12:54.915Z] --- PASS: TestRequestSyntaxCheck (0.04s) [2021-09-16T19:12:54.915Z] === RUN TestRequest [2021-09-16T19:12:55.010Z] --- PASS: TestRemoveContainerRunning (0.66s) [2021-09-16T19:12:55.010Z] === RUN TestRemoveContainerForceRemoveRunning [2021-09-16T19:12:55.271Z] === RUN TestDockerSuite/TestBuildAddTarXz [2021-09-16T19:12:55.385Z] === RUN TestCreateIDMapOrder [2021-09-16T19:12:55.385Z] --- PASS: TestCreateIDMapOrder (0.00s) [2021-09-16T19:12:55.385Z] PASS [2021-09-16T19:12:55.385Z] coverage: 7.2% of statements [2021-09-16T19:12:55.385Z] ok github.com/docker/docker/pkg/idtools 0.032s coverage: 7.2% of statements [2021-09-16T19:12:55.841Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.75s) [2021-09-16T19:12:55.841Z] === RUN TestRemoveInvalidContainer [2021-09-16T19:12:55.841Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2021-09-16T19:12:55.841Z] === RUN TestRenameLinkedContainer [2021-09-16T19:12:55.841Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride [2021-09-16T19:12:56.374Z] === RUN TestFixedBufferCap [2021-09-16T19:12:56.374Z] --- PASS: TestFixedBufferCap (0.00s) [2021-09-16T19:12:56.374Z] === RUN TestFixedBufferLen [2021-09-16T19:12:56.374Z] --- PASS: TestFixedBufferLen (0.00s) [2021-09-16T19:12:56.374Z] === RUN TestFixedBufferString [2021-09-16T19:12:56.374Z] --- PASS: TestFixedBufferString (0.00s) [2021-09-16T19:12:56.374Z] === RUN TestFixedBufferWrite [2021-09-16T19:12:56.374Z] --- PASS: TestFixedBufferWrite (0.00s) [2021-09-16T19:12:56.374Z] === RUN TestFixedBufferRead [2021-09-16T19:12:56.374Z] --- PASS: TestFixedBufferRead (0.00s) [2021-09-16T19:12:56.374Z] === RUN TestBytesPipeRead [2021-09-16T19:12:56.374Z] --- PASS: TestBytesPipeRead (0.00s) [2021-09-16T19:12:56.374Z] === RUN TestBytesPipeWrite [2021-09-16T19:12:56.374Z] --- PASS: TestBytesPipeWrite (0.00s) [2021-09-16T19:12:56.374Z] === RUN TestBytesPipeWriteRandomChunks [2021-09-16T19:12:56.374Z] --- PASS: TestBytesPipeWriteRandomChunks (0.38s) [2021-09-16T19:12:56.374Z] === RUN TestAtomicWriteToFile [2021-09-16T19:12:56.374Z] --- PASS: TestAtomicWriteToFile (0.01s) [2021-09-16T19:12:56.374Z] === RUN TestAtomicWriteSetCommit [2021-09-16T19:12:56.374Z] --- PASS: TestAtomicWriteSetCommit (0.01s) [2021-09-16T19:12:56.374Z] === RUN TestAtomicWriteSetCancel [2021-09-16T19:12:56.374Z] --- PASS: TestAtomicWriteSetCancel (0.01s) [2021-09-16T19:12:56.374Z] === RUN TestReadCloserWrapperClose [2021-09-16T19:12:56.374Z] --- PASS: TestReadCloserWrapperClose (0.00s) [2021-09-16T19:12:56.374Z] === RUN TestReaderErrWrapperReadOnError [2021-09-16T19:12:56.374Z] --- PASS: TestReaderErrWrapperReadOnError (0.00s) [2021-09-16T19:12:56.374Z] === RUN TestReaderErrWrapperRead [2021-09-16T19:12:56.374Z] --- PASS: TestReaderErrWrapperRead (0.00s) [2021-09-16T19:12:56.374Z] === RUN TestCancelReadCloser [2021-09-16T19:12:56.783Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2021-09-16T19:12:56.844Z] 2021/09/16 19:12:56 Closing DB instances... [2021-09-16T19:12:56.844Z] --- PASS: TestCancelReadCloser (0.10s) [2021-09-16T19:12:56.844Z] === RUN TestWriteCloserWrapperClose [2021-09-16T19:12:56.844Z] --- PASS: TestWriteCloserWrapperClose (0.00s) [2021-09-16T19:12:56.844Z] === RUN TestNopWriteCloser [2021-09-16T19:12:56.844Z] --- PASS: TestNopWriteCloser (0.00s) [2021-09-16T19:12:56.844Z] === RUN TestNopWriter [2021-09-16T19:12:56.844Z] --- PASS: TestNopWriter (0.00s) [2021-09-16T19:12:56.844Z] === RUN TestWriteCounter [2021-09-16T19:12:56.844Z] --- PASS: TestWriteCounter (0.00s) [2021-09-16T19:12:56.844Z] PASS [2021-09-16T19:12:56.844Z] coverage: 69.2% of statements [2021-09-16T19:12:56.844Z] ok github.com/docker/docker/pkg/ioutils 0.538s coverage: 69.2% of statements [2021-09-16T19:12:57.313Z] === RUN TestError [2021-09-16T19:12:57.313Z] --- PASS: TestError (0.00s) [2021-09-16T19:12:57.313Z] === RUN TestProgressString [2021-09-16T19:12:57.313Z] === RUN TestProgressString/no_progress [2021-09-16T19:12:57.313Z] === RUN TestProgressString/progress_1 [2021-09-16T19:12:57.313Z] === RUN TestProgressString/some_progress_with_a_start_time [2021-09-16T19:12:57.313Z] === RUN TestProgressString/some_progress_without_a_start_time [2021-09-16T19:12:57.313Z] === RUN TestProgressString/current_more_than_total_is_not_negative_gh#7136 [2021-09-16T19:12:57.313Z] === RUN TestProgressString/with_units [2021-09-16T19:12:57.313Z] === RUN TestProgressString/current_more_than_total_with_units_is_not_negative_ [2021-09-16T19:12:57.313Z] === RUN TestProgressString/hide_counts [2021-09-16T19:12:57.313Z] --- PASS: TestProgressString (0.00s) [2021-09-16T19:12:57.313Z] --- PASS: TestProgressString/no_progress (0.00s) [2021-09-16T19:12:57.313Z] --- PASS: TestProgressString/progress_1 (0.00s) [2021-09-16T19:12:57.313Z] --- PASS: TestProgressString/some_progress_with_a_start_time (0.00s) [2021-09-16T19:12:57.313Z] --- PASS: TestProgressString/some_progress_without_a_start_time (0.00s) [2021-09-16T19:12:57.313Z] --- PASS: TestProgressString/current_more_than_total_is_not_negative_gh#7136 (0.00s) [2021-09-16T19:12:57.313Z] --- PASS: TestProgressString/with_units (0.00s) [2021-09-16T19:12:57.313Z] --- PASS: TestProgressString/current_more_than_total_with_units_is_not_negative_ (0.00s) [2021-09-16T19:12:57.313Z] --- PASS: TestProgressString/hide_counts (0.00s) [2021-09-16T19:12:57.313Z] === RUN TestJSONMessageDisplay [2021-09-16T19:12:57.313Z] --- PASS: TestJSONMessageDisplay (0.11s) [2021-09-16T19:12:57.313Z] === RUN TestJSONMessageDisplayWithJSONError [2021-09-16T19:12:57.313Z] --- PASS: TestJSONMessageDisplayWithJSONError (0.00s) [2021-09-16T19:12:57.313Z] === RUN TestDisplayJSONMessagesStreamInvalidJSON [2021-09-16T19:12:57.313Z] --- PASS: TestDisplayJSONMessagesStreamInvalidJSON (0.00s) [2021-09-16T19:12:57.313Z] === RUN TestDisplayJSONMessagesStream [2021-09-16T19:12:57.313Z] --- PASS: TestDisplayJSONMessagesStream (0.00s) [2021-09-16T19:12:57.313Z] PASS [2021-09-16T19:12:57.313Z] coverage: 91.7% of statements [2021-09-16T19:12:57.313Z] ok github.com/docker/docker/pkg/jsonmessage 0.147s coverage: 91.7% of statements [2021-09-16T19:12:57.725Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNone [2021-09-16T19:12:57.783Z] === RUN TestStandardLongPath [2021-09-16T19:12:57.783Z] --- PASS: TestStandardLongPath (0.00s) [2021-09-16T19:12:57.783Z] === RUN TestUNCLongPath [2021-09-16T19:12:57.783Z] --- PASS: TestUNCLongPath (0.00s) [2021-09-16T19:12:57.783Z] PASS [2021-09-16T19:12:57.783Z] coverage: 100.0% of statements [2021-09-16T19:12:57.783Z] ok github.com/docker/docker/pkg/longpath 0.030s coverage: 100.0% of statements [2021-09-16T19:12:57.783Z] --- PASS: TestNetworkDBWatch (3.04s) [2021-09-16T19:12:57.783Z] === RUN TestNetworkDBBulkSync [2021-09-16T19:12:57.985Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2021-09-16T19:12:58.253Z] === RUN TestNameFormat [2021-09-16T19:12:58.253Z] --- PASS: TestNameFormat (0.00s) [2021-09-16T19:12:58.253Z] === RUN TestNameRetries [2021-09-16T19:12:58.253Z] --- PASS: TestNameRetries (0.00s) [2021-09-16T19:12:58.253Z] PASS [2021-09-16T19:12:58.253Z] coverage: 85.7% of statements [2021-09-16T19:12:58.253Z] ok github.com/docker/docker/pkg/namesgenerator 0.036s coverage: 85.7% of statements [2021-09-16T19:12:58.694Z] --- PASS: TestBuildMultiStageLayerLeak (8.03s) [2021-09-16T19:12:58.694Z] === RUN TestBuildWithHugeFile [2021-09-16T19:12:58.928Z] --- PASS: TestRenameLinkedContainer (3.04s) [2021-09-16T19:12:58.928Z] === RUN TestRenameStoppedContainer [2021-09-16T19:12:59.190Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError [2021-09-16T19:12:59.241Z] === RUN TestParseKeyValueOpt [2021-09-16T19:12:59.241Z] --- PASS: TestParseKeyValueOpt (0.00s) [2021-09-16T19:12:59.241Z] === RUN TestParseUintList [2021-09-16T19:12:59.241Z] --- PASS: TestParseUintList (0.00s) [2021-09-16T19:12:59.241Z] === RUN TestParseUintListMaximumLimits [2021-09-16T19:12:59.241Z] --- PASS: TestParseUintListMaximumLimits (0.00s) [2021-09-16T19:12:59.241Z] PASS [2021-09-16T19:12:59.241Z] coverage: 97.0% of statements [2021-09-16T19:12:59.241Z] ok github.com/docker/docker/pkg/parsers 0.031s coverage: 97.0% of statements [2021-09-16T19:12:59.241Z] 2021/09/16 19:12:58 Closing DB instances... [2021-09-16T19:12:59.712Z] === RUN TestNewAndRemove [2021-09-16T19:12:59.712Z] --- PASS: TestNewAndRemove (0.00s) [2021-09-16T19:12:59.712Z] === RUN TestRemoveInvalidPath [2021-09-16T19:12:59.712Z] --- PASS: TestRemoveInvalidPath (0.00s) [2021-09-16T19:12:59.712Z] PASS [2021-09-16T19:12:59.712Z] coverage: 82.6% of statements [2021-09-16T19:12:59.712Z] ok github.com/docker/docker/pkg/pidfile 0.034s coverage: 82.6% of statements [2021-09-16T19:12:59.760Z] --- PASS: TestRenameStoppedContainer (0.76s) [2021-09-16T19:12:59.760Z] === RUN TestRenameRunningContainerAndReuse [2021-09-16T19:13:00.703Z] --- PASS: TestNetworkDBBulkSync (2.63s) [2021-09-16T19:13:00.703Z] === RUN TestNetworkDBCRUDMediumCluster [2021-09-16T19:13:00.703Z] === RUN TestFailedConnection [2021-09-16T19:13:01.145Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride [2021-09-16T19:13:01.146Z] --- PASS: TestRenameRunningContainerAndReuse (1.44s) [2021-09-16T19:13:01.146Z] === RUN TestRenameInvalidName [2021-09-16T19:13:01.173Z] === RUN TestParseEmptyInterface [2021-09-16T19:13:01.173Z] --- PASS: TestParseEmptyInterface (0.00s) [2021-09-16T19:13:01.173Z] === RUN TestParseNonInterfaceType [2021-09-16T19:13:01.173Z] --- PASS: TestParseNonInterfaceType (0.00s) [2021-09-16T19:13:01.173Z] === RUN TestParseWithOneFunction [2021-09-16T19:13:01.173Z] --- PASS: TestParseWithOneFunction (0.00s) [2021-09-16T19:13:01.173Z] === RUN TestParseWithMultipleFuncs [2021-09-16T19:13:01.173Z] --- PASS: TestParseWithMultipleFuncs (0.00s) [2021-09-16T19:13:01.173Z] === RUN TestParseWithUnnamedReturn [2021-09-16T19:13:01.173Z] --- PASS: TestParseWithUnnamedReturn (0.00s) [2021-09-16T19:13:01.173Z] === RUN TestEmbeddedInterface [2021-09-16T19:13:01.173Z] --- PASS: TestEmbeddedInterface (0.00s) [2021-09-16T19:13:01.173Z] === RUN TestParsedImports [2021-09-16T19:13:01.173Z] --- PASS: TestParsedImports (0.00s) [2021-09-16T19:13:01.173Z] === RUN TestAliasedImports [2021-09-16T19:13:01.173Z] --- PASS: TestAliasedImports (0.00s) [2021-09-16T19:13:01.173Z] PASS [2021-09-16T19:13:01.173Z] coverage: 56.8% of statements [2021-09-16T19:13:01.173Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.045s coverage: 56.8% of statements [2021-09-16T19:13:01.406Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2021-09-16T19:13:01.644Z] --- PASS: TestFailedConnection (1.00s) [2021-09-16T19:13:01.644Z] === RUN TestFailOnce [2021-09-16T19:13:01.644Z] 2021/09/16 19:13:01 http: panic serving 127.0.0.1:49285: Plugin not ready [2021-09-16T19:13:01.644Z] goroutine 34 [running]: [2021-09-16T19:13:01.644Z] net/http.(*conn).serve.func1() [2021-09-16T19:13:01.644Z] c:/go/src/net/http/server.go:1801 +0xb9 [2021-09-16T19:13:01.644Z] panic({0x3d9d40, 0x4e5e60}) [2021-09-16T19:13:01.644Z] c:/go/src/runtime/panic.go:1047 +0x266 [2021-09-16T19:13:01.644Z] github.com/docker/docker/pkg/plugins.TestFailOnce.func1({0xffffffffffffffff, 0xd09cb64ff9c6b51}, 0xc000051a98) [2021-09-16T19:13:01.644Z] C:/gopath/src/github.com/docker/docker/pkg/plugins/client_test.go:54 +0x3d [2021-09-16T19:13:01.644Z] net/http.HandlerFunc.ServeHTTP(0x0, {0x4f2b28, 0xc0000b00e0}, 0x32e8c6) [2021-09-16T19:13:01.644Z] c:/go/src/net/http/server.go:2046 +0x2f [2021-09-16T19:13:01.644Z] net/http.(*ServeMux).ServeHTTP(0x0, {0x4f2b28, 0xc0000b00e0}, 0xc0001a0000) [2021-09-16T19:13:01.644Z] c:/go/src/net/http/server.go:2424 +0x149 [2021-09-16T19:13:01.644Z] net/http.serverHandler.ServeHTTP({0x4f1150}, {0x4f2b28, 0xc0000b00e0}, 0xc0001a0000) [2021-09-16T19:13:01.666Z] --- PASS: TestRenameInvalidName (0.69s) [2021-09-16T19:13:01.666Z] === RUN TestRenameAnonymousContainer [2021-09-16T19:13:02.115Z] c:/go/src/net/http/server.go:2878 +0x43b [2021-09-16T19:13:02.115Z] net/http.(*conn).serve(0xc00018e000, {0x4f49c0, 0xc0001483c0}) [2021-09-16T19:13:02.115Z] c:/go/src/net/http/server.go:1929 +0xb08 [2021-09-16T19:13:02.115Z] created by net/http.(*Server).Serve [2021-09-16T19:13:02.115Z] c:/go/src/net/http/server.go:3033 +0x4e8 [2021-09-16T19:13:02.115Z] time="2021-09-16T19:13:01Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49284/Test.FailOnce: Post \"http://127.0.0.1:49284/Test.FailOnce\": EOF, retrying in 1s" [2021-09-16T19:13:02.115Z] === RUN TestHTTPTransport [2021-09-16T19:13:02.115Z] --- PASS: TestHTTPTransport (0.00s) [2021-09-16T19:13:02.115Z] PASS [2021-09-16T19:13:02.115Z] coverage: 85.7% of statements [2021-09-16T19:13:02.115Z] ok github.com/docker/docker/pkg/plugins/transport 0.032s coverage: 85.7% of statements [2021-09-16T19:13:02.115Z] --- PASS: TestRequest (7.16s) [2021-09-16T19:13:02.115Z] === RUN TestOverlappingRequests [2021-09-16T19:13:02.585Z] --- PASS: TestOverlappingRequests (0.30s) [2021-09-16T19:13:02.585Z] === RUN TestRelease [2021-09-16T19:13:02.585Z] === RUN TestBufioReaderPoolGetWithNoReaderShouldCreateOne [2021-09-16T19:13:02.585Z] --- PASS: TestBufioReaderPoolGetWithNoReaderShouldCreateOne (0.00s) [2021-09-16T19:13:02.585Z] === RUN TestBufioReaderPoolPutAndGet [2021-09-16T19:13:02.585Z] --- PASS: TestBufioReaderPoolPutAndGet (0.00s) [2021-09-16T19:13:02.585Z] === RUN TestNewReadCloserWrapperWithAReadCloser [2021-09-16T19:13:02.585Z] --- PASS: TestNewReadCloserWrapperWithAReadCloser (0.00s) [2021-09-16T19:13:02.585Z] === RUN TestBufioWriterPoolGetWithNoReaderShouldCreateOne [2021-09-16T19:13:02.585Z] --- PASS: TestBufioWriterPoolGetWithNoReaderShouldCreateOne (0.00s) [2021-09-16T19:13:02.585Z] === RUN TestBufioWriterPoolPutAndGet [2021-09-16T19:13:02.585Z] --- PASS: TestBufioWriterPoolPutAndGet (0.00s) [2021-09-16T19:13:02.585Z] === RUN TestNewWriteCloserWrapperWithAWriteCloser [2021-09-16T19:13:02.585Z] --- PASS: TestNewWriteCloserWrapperWithAWriteCloser (0.00s) [2021-09-16T19:13:02.585Z] === RUN TestBufferPoolPutAndGet [2021-09-16T19:13:02.585Z] --- PASS: TestBufferPoolPutAndGet (0.00s) [2021-09-16T19:13:02.585Z] PASS [2021-09-16T19:13:02.585Z] coverage: 88.2% of statements [2021-09-16T19:13:02.585Z] ok github.com/docker/docker/pkg/pools 0.033s coverage: 88.2% of statements [2021-09-16T19:13:02.607Z] === RUN TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild [2021-09-16T19:13:03.055Z] --- PASS: TestFailOnce (1.12s) [2021-09-16T19:13:03.055Z] === RUN TestEchoInputOutput [2021-09-16T19:13:03.055Z] --- PASS: TestEchoInputOutput (0.00s) [2021-09-16T19:13:03.055Z] === RUN TestBackoff [2021-09-16T19:13:03.055Z] --- PASS: TestBackoff (0.00s) [2021-09-16T19:13:03.055Z] === RUN TestAbortRetry [2021-09-16T19:13:03.055Z] --- PASS: TestAbortRetry (0.00s) [2021-09-16T19:13:03.055Z] === RUN TestClientScheme [2021-09-16T19:13:03.055Z] --- PASS: TestClientScheme (0.00s) [2021-09-16T19:13:03.055Z] === RUN TestNewClientWithTimeout [2021-09-16T19:13:03.055Z] === RUN TestOutputOnPrematureClose [2021-09-16T19:13:03.055Z] --- PASS: TestOutputOnPrematureClose (0.00s) [2021-09-16T19:13:03.055Z] === RUN TestCompleteSilently [2021-09-16T19:13:03.055Z] --- PASS: TestCompleteSilently (0.00s) [2021-09-16T19:13:03.055Z] PASS [2021-09-16T19:13:03.055Z] coverage: 75.9% of statements [2021-09-16T19:13:03.055Z] ok github.com/docker/docker/pkg/progress 0.031s coverage: 75.9% of statements [2021-09-16T19:13:03.525Z] time="2021-09-16T19:13:03Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49293/Test.Echo: Post \"http://127.0.0.1:49293/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 1s" [2021-09-16T19:13:03.525Z] === RUN TestSendToOneSub [2021-09-16T19:13:03.525Z] --- PASS: TestSendToOneSub (0.00s) [2021-09-16T19:13:03.525Z] === RUN TestSendToMultipleSubs [2021-09-16T19:13:03.525Z] --- PASS: TestSendToMultipleSubs (0.00s) [2021-09-16T19:13:03.525Z] === RUN TestEvictOneSub [2021-09-16T19:13:03.525Z] --- PASS: TestEvictOneSub (0.00s) [2021-09-16T19:13:03.525Z] === RUN TestClosePublisher [2021-09-16T19:13:03.525Z] --- PASS: TestClosePublisher (0.00s) [2021-09-16T19:13:03.525Z] === RUN TestPubSubRace [2021-09-16T19:13:03.525Z] 2021/09/16 19:13:03 Closing DB instances... [2021-09-16T19:13:03.525Z] --- PASS: TestRelease (1.25s) [2021-09-16T19:13:03.525Z] === RUN TestAllocateRandomDeallocate [2021-09-16T19:13:04.515Z] --- PASS: TestPubSubRace (1.05s) [2021-09-16T19:13:04.515Z] PASS [2021-09-16T19:13:04.515Z] coverage: 75.0% of statements [2021-09-16T19:13:04.515Z] ok github.com/docker/docker/pkg/pubsub 1.079s coverage: 75.0% of statements [2021-09-16T19:13:04.524Z] --- PASS: TestRenameAnonymousContainer (2.56s) [2021-09-16T19:13:04.527Z] === RUN TestRenameContainerWithSameName [2021-09-16T19:13:04.527Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrency [2021-09-16T19:13:04.559Z] --- PASS: TestBuildMultiStageOnBuild (9.74s) [2021-09-16T19:13:04.559Z] === RUN TestBuildUncleanTarFilenames [2021-09-16T19:13:04.559Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-09-16T19:13:04.559Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2021-09-16T19:13:04.559Z] === RUN TestBuildMultiStageLayerLeak [2021-09-16T19:13:04.985Z] time="2021-09-16T19:13:04Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49293/Test.Echo: Post \"http://127.0.0.1:49293/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 2s" [2021-09-16T19:13:04.985Z] === RUN TestRegister [2021-09-16T19:13:04.985Z] --- PASS: TestRegister (0.00s) [2021-09-16T19:13:04.985Z] === RUN TestCommand [2021-09-16T19:13:04.985Z] --- PASS: TestCommand (0.02s) [2021-09-16T19:13:04.985Z] === RUN TestNaiveSelf [2021-09-16T19:13:04.985Z] --- PASS: TestNaiveSelf (0.02s) [2021-09-16T19:13:04.985Z] PASS [2021-09-16T19:13:04.985Z] coverage: 82.4% of statements [2021-09-16T19:13:04.985Z] ok github.com/docker/docker/pkg/reexec 0.076s coverage: 82.4% of statements [2021-09-16T19:13:05.147Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile [2021-09-16T19:13:05.147Z] --- PASS: TestRenameContainerWithSameName (0.76s) [2021-09-16T19:13:05.147Z] === RUN TestRenameContainerWithLinkedContainer [2021-09-16T19:13:05.147Z] tests/integration/api_swarm_test.py ......xs...x....... [ 71%] [2021-09-16T19:13:05.455Z] === RUN TestDump [2021-09-16T19:13:05.455Z] goroutine 6 [running]: [2021-09-16T19:13:05.455Z] github.com/docker/docker/pkg/stack.dump(0x9ab2f7) [2021-09-16T19:13:05.455Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2021-09-16T19:13:05.455Z] github.com/docker/docker/pkg/stack.Dump(...) [2021-09-16T19:13:05.455Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:18 [2021-09-16T19:13:05.455Z] github.com/docker/docker/pkg/stack.TestDump(0x0) [2021-09-16T19:13:05.455Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:12 +0x2a [2021-09-16T19:13:05.455Z] testing.tRunner(0xc000118340, 0xb18e38) [2021-09-16T19:13:05.455Z] c:/go/src/testing/testing.go:1259 +0x102 [2021-09-16T19:13:05.455Z] created by testing.(*T).Run [2021-09-16T19:13:05.455Z] c:/go/src/testing/testing.go:1306 +0x35a [2021-09-16T19:13:05.455Z] [2021-09-16T19:13:05.455Z] goroutine 1 [chan receive]: [2021-09-16T19:13:05.455Z] testing.(*T).Run(0xc0001181a0, {0xb0a4fd, 0x98a173}, 0xb18e38) [2021-09-16T19:13:05.455Z] c:/go/src/testing/testing.go:1307 +0x375 [2021-09-16T19:13:05.455Z] testing.runTests.func1(0xc000068720) [2021-09-16T19:13:05.455Z] c:/go/src/testing/testing.go:1598 +0x6e [2021-09-16T19:13:05.455Z] testing.tRunner(0xc0001181a0, 0xc000071ce0) [2021-09-16T19:13:05.455Z] c:/go/src/testing/testing.go:1259 +0x102 [2021-09-16T19:13:05.455Z] testing.runTests(0xc000076080, {0xc7bba0, 0x3, 0x3}, {0x9aa54d, 0xb0c1f7, 0xc80640}) [2021-09-16T19:13:05.455Z] c:/go/src/testing/testing.go:1596 +0x43f [2021-09-16T19:13:05.455Z] testing.(*M).Run(0xc000076080) [2021-09-16T19:13:05.455Z] c:/go/src/testing/testing.go:1504 +0x51d [2021-09-16T19:13:05.455Z] main.main() [2021-09-16T19:13:05.455Z] _testmain.go:95 +0x1f5 [2021-09-16T19:13:05.455Z] --- PASS: TestDump (0.00s) [2021-09-16T19:13:05.455Z] === RUN TestDumpToFile [2021-09-16T19:13:05.455Z] --- PASS: TestDumpToFile (0.10s) [2021-09-16T19:13:05.455Z] === RUN TestDumpToFileWithEmptyInput [2021-09-16T19:13:05.455Z] goroutine 8 [running]: [2021-09-16T19:13:05.455Z] github.com/docker/docker/pkg/stack.dump(0xa182b4) [2021-09-16T19:13:05.455Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:49 +0x6c [2021-09-16T19:13:05.455Z] github.com/docker/docker/pkg/stack.DumpToFile({0x0, 0xa18660}) [2021-09-16T19:13:05.455Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump.go:38 +0x214 [2021-09-16T19:13:05.455Z] github.com/docker/docker/pkg/stack.TestDumpToFileWithEmptyInput(0xc000118340) [2021-09-16T19:13:05.455Z] C:/gopath/src/github.com/docker/docker/pkg/stack/stackdump_test.go:27 +0x26 [2021-09-16T19:13:05.455Z] testing.tRunner(0xc000118820, 0xb18e28) [2021-09-16T19:13:05.455Z] c:/go/src/testing/testing.go:1259 +0x102 [2021-09-16T19:13:05.455Z] created by testing.(*T).Run [2021-09-16T19:13:05.455Z] c:/go/src/testing/testing.go:1306 +0x35a [2021-09-16T19:13:05.455Z] [2021-09-16T19:13:05.455Z] goroutine 1 [chan receive]: [2021-09-16T19:13:05.455Z] testing.(*T).Run(0xc0001181a0, {0xb11289, 0x98a173}, 0xb18e28) [2021-09-16T19:13:05.455Z] c:/go/src/testing/testing.go:1307 +0x375 [2021-09-16T19:13:05.455Z] testing.runTests.func1(0xc000068720) [2021-09-16T19:13:05.455Z] c:/go/src/testing/testing.go:1598 +0x6e [2021-09-16T19:13:05.455Z] testing.tRunner(0xc0001181a0, 0xc000071ce0) [2021-09-16T19:13:05.455Z] c:/go/src/testing/testing.go:1259 +0x102 [2021-09-16T19:13:05.455Z] testing.runTests(0xc000076080, {0xc7bba0, 0x3, 0x3}, {0x9aa54d, 0xb0c1f7, 0xc80640}) [2021-09-16T19:13:05.455Z] c:/go/src/testing/testing.go:1596 +0x43f [2021-09-16T19:13:05.455Z] testing.(*M).Run(0xc000076080) [2021-09-16T19:13:05.455Z] c:/go/src/testing/testing.go:1504 +0x51d [2021-09-16T19:13:05.455Z] main.main() [2021-09-16T19:13:05.455Z] _testmain.go:95 +0x1f5 [2021-09-16T19:13:05.455Z] --- PASS: TestDumpToFileWithEmptyInput (0.00s) [2021-09-16T19:13:05.455Z] PASS [2021-09-16T19:13:05.455Z] coverage: 90.9% of statements [2021-09-16T19:13:05.455Z] ok github.com/docker/docker/pkg/stack 0.137s coverage: 90.9% of statements [2021-09-16T19:13:05.926Z] === RUN TestNewStdWriter [2021-09-16T19:13:05.926Z] --- PASS: TestNewStdWriter (0.00s) [2021-09-16T19:13:05.926Z] === RUN TestWriteWithUninitializedStdWriter [2021-09-16T19:13:05.926Z] --- PASS: TestWriteWithUninitializedStdWriter (0.00s) [2021-09-16T19:13:05.926Z] === RUN TestWriteWithNilBytes [2021-09-16T19:13:05.926Z] --- PASS: TestWriteWithNilBytes (0.00s) [2021-09-16T19:13:05.926Z] === RUN TestWrite [2021-09-16T19:13:05.926Z] --- PASS: TestWrite (0.00s) [2021-09-16T19:13:05.926Z] === RUN TestWriteWithWriterError [2021-09-16T19:13:05.926Z] --- PASS: TestWriteWithWriterError (0.00s) [2021-09-16T19:13:05.926Z] === RUN TestWriteDoesNotReturnNegativeWrittenBytes [2021-09-16T19:13:05.926Z] --- PASS: TestWriteDoesNotReturnNegativeWrittenBytes (0.00s) [2021-09-16T19:13:05.926Z] === RUN TestStdCopyWriteAndRead [2021-09-16T19:13:05.926Z] --- PASS: TestStdCopyWriteAndRead (0.00s) [2021-09-16T19:13:05.926Z] === RUN TestStdCopyReturnsErrorReadingHeader [2021-09-16T19:13:05.926Z] --- PASS: TestStdCopyReturnsErrorReadingHeader (0.00s) [2021-09-16T19:13:05.926Z] === RUN TestStdCopyReturnsErrorReadingFrame [2021-09-16T19:13:05.926Z] --- PASS: TestStdCopyReturnsErrorReadingFrame (0.00s) [2021-09-16T19:13:05.926Z] === RUN TestStdCopyDetectsCorruptedFrame [2021-09-16T19:13:05.926Z] --- PASS: TestStdCopyDetectsCorruptedFrame (0.00s) [2021-09-16T19:13:05.926Z] === RUN TestStdCopyWithInvalidInputHeader [2021-09-16T19:13:05.926Z] --- PASS: TestStdCopyWithInvalidInputHeader (0.00s) [2021-09-16T19:13:05.926Z] === RUN TestStdCopyWithCorruptedPrefix [2021-09-16T19:13:05.926Z] --- PASS: TestStdCopyWithCorruptedPrefix (0.00s) [2021-09-16T19:13:05.926Z] === RUN TestStdCopyReturnsWriteErrors [2021-09-16T19:13:05.926Z] --- PASS: TestStdCopyReturnsWriteErrors (0.00s) [2021-09-16T19:13:05.926Z] === RUN TestStdCopyDetectsNotFullyWrittenFrames [2021-09-16T19:13:05.926Z] --- PASS: TestStdCopyDetectsNotFullyWrittenFrames (0.00s) [2021-09-16T19:13:05.926Z] === RUN TestStdCopyReturnsErrorFromSystem [2021-09-16T19:13:05.926Z] --- PASS: TestStdCopyReturnsErrorFromSystem (0.00s) [2021-09-16T19:13:05.926Z] PASS [2021-09-16T19:13:05.926Z] coverage: 100.0% of statements [2021-09-16T19:13:05.926Z] ok github.com/docker/docker/pkg/stdcopy 0.032s coverage: 100.0% of statements [2021-09-16T19:13:06.395Z] --- PASS: TestNetworkDBCRUDMediumCluster (5.67s) [2021-09-16T19:13:06.395Z] === RUN TestNetworkDBNodeJoinLeaveIteration [2021-09-16T19:13:06.395Z] === RUN TestRawProgressFormatterFormatStatus [2021-09-16T19:13:06.395Z] --- PASS: TestRawProgressFormatterFormatStatus (0.00s) [2021-09-16T19:13:06.395Z] === RUN TestRawProgressFormatterFormatProgress [2021-09-16T19:13:06.395Z] --- PASS: TestRawProgressFormatterFormatProgress (0.00s) [2021-09-16T19:13:06.395Z] === RUN TestFormatStatus [2021-09-16T19:13:06.395Z] --- PASS: TestFormatStatus (0.00s) [2021-09-16T19:13:06.395Z] === RUN TestFormatError [2021-09-16T19:13:06.395Z] --- PASS: TestFormatError (0.00s) [2021-09-16T19:13:06.395Z] === RUN TestFormatJSONError [2021-09-16T19:13:06.395Z] --- PASS: TestFormatJSONError (0.00s) [2021-09-16T19:13:06.395Z] === RUN TestJsonProgressFormatterFormatProgress [2021-09-16T19:13:06.395Z] --- PASS: TestJsonProgressFormatterFormatProgress (0.00s) [2021-09-16T19:13:06.395Z] === RUN TestJsonProgressFormatterFormatStatus [2021-09-16T19:13:06.395Z] --- PASS: TestJsonProgressFormatterFormatStatus (0.00s) [2021-09-16T19:13:06.395Z] === RUN TestNewJSONProgressOutput [2021-09-16T19:13:06.395Z] --- PASS: TestNewJSONProgressOutput (0.00s) [2021-09-16T19:13:06.395Z] === RUN TestAuxFormatterEmit [2021-09-16T19:13:06.395Z] --- PASS: TestAuxFormatterEmit (0.00s) [2021-09-16T19:13:06.395Z] === RUN TestStreamWriterStdout [2021-09-16T19:13:06.395Z] --- PASS: TestStreamWriterStdout (0.00s) [2021-09-16T19:13:06.395Z] === RUN TestStreamWriterStderr [2021-09-16T19:13:06.395Z] --- PASS: TestStreamWriterStderr (0.00s) [2021-09-16T19:13:06.395Z] PASS [2021-09-16T19:13:06.395Z] coverage: 66.2% of statements [2021-09-16T19:13:06.395Z] ok github.com/docker/docker/pkg/streamformatter 0.034s coverage: 66.2% of statements [2021-09-16T19:13:06.530Z] --- PASS: TestRenameContainerWithLinkedContainer (1.29s) [2021-09-16T19:13:06.530Z] === RUN TestResize [2021-09-16T19:13:06.865Z] === RUN TestGenerateRandomID [2021-09-16T19:13:06.865Z] --- PASS: TestGenerateRandomID (0.00s) [2021-09-16T19:13:06.865Z] === RUN TestShortenId [2021-09-16T19:13:06.865Z] --- PASS: TestShortenId (0.00s) [2021-09-16T19:13:06.865Z] === RUN TestShortenSha256Id [2021-09-16T19:13:06.865Z] --- PASS: TestShortenSha256Id (0.00s) [2021-09-16T19:13:06.865Z] === RUN TestShortenIdEmpty [2021-09-16T19:13:06.865Z] --- PASS: TestShortenIdEmpty (0.00s) [2021-09-16T19:13:06.865Z] === RUN TestShortenIdInvalid [2021-09-16T19:13:06.865Z] --- PASS: TestShortenIdInvalid (0.00s) [2021-09-16T19:13:06.865Z] === RUN TestIsShortIDNonHex [2021-09-16T19:13:06.865Z] --- PASS: TestIsShortIDNonHex (0.00s) [2021-09-16T19:13:06.865Z] === RUN TestIsShortIDNotCorrectSize [2021-09-16T19:13:06.865Z] --- PASS: TestIsShortIDNotCorrectSize (0.00s) [2021-09-16T19:13:06.865Z] PASS [2021-09-16T19:13:06.865Z] coverage: 70.6% of statements [2021-09-16T19:13:06.865Z] ok github.com/docker/docker/pkg/stringid 0.031s coverage: 70.6% of statements [2021-09-16T19:13:07.099Z] --- PASS: TestResize (0.61s) [2021-09-16T19:13:07.099Z] === RUN TestResizeWithInvalidSize [2021-09-16T19:13:07.099Z] === RUN TestDockerSuite/TestBuildBlankName [2021-09-16T19:13:07.335Z] --- PASS: TestAllocateRandomDeallocate (3.49s) [2021-09-16T19:13:07.335Z] === RUN TestRetrieveFromStore [2021-09-16T19:13:07.335Z] 2021/09/16 19:13:07 Closing DB instances... [2021-09-16T19:13:07.335Z] time="2021-09-16T19:13:07Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49293/Test.Echo: Post \"http://127.0.0.1:49293/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 4s" [2021-09-16T19:13:07.335Z] === RUN TestIsCpusetListAvailable [2021-09-16T19:13:07.335Z] --- PASS: TestIsCpusetListAvailable (0.00s) [2021-09-16T19:13:07.335Z] PASS [2021-09-16T19:13:07.335Z] coverage: 39.4% of statements [2021-09-16T19:13:07.335Z] ok github.com/docker/docker/pkg/sysinfo 0.028s coverage: 39.4% of statements [2021-09-16T19:13:07.359Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2021-09-16T19:13:07.619Z] --- PASS: TestResizeWithInvalidSize (0.61s) [2021-09-16T19:13:07.619Z] === RUN TestResizeWhenContainerNotStarted [2021-09-16T19:13:08.191Z] --- PASS: TestResizeWhenContainerNotStarted (0.57s) [2021-09-16T19:13:08.191Z] === RUN TestDaemonRestartKillContainers [2021-09-16T19:13:08.191Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-09-16T19:13:08.191Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-09-16T19:13:08.191Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-09-16T19:13:08.191Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-09-16T19:13:08.191Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-09-16T19:13:08.191Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-09-16T19:13:08.191Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-09-16T19:13:08.191Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-09-16T19:13:08.191Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-09-16T19:13:08.191Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-09-16T19:13:08.191Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-09-16T19:13:08.191Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-09-16T19:13:08.191Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-09-16T19:13:08.191Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-09-16T19:13:08.191Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-09-16T19:13:08.191Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-09-16T19:13:08.191Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-09-16T19:13:08.191Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-09-16T19:13:08.191Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-09-16T19:13:08.191Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-09-16T19:13:08.191Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-09-16T19:13:08.191Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-09-16T19:13:08.191Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-09-16T19:13:08.191Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-09-16T19:13:08.191Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-09-16T19:13:08.191Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-09-16T19:13:08.324Z] --- PASS: TestRetrieveFromStore (1.17s) [2021-09-16T19:13:08.324Z] === RUN TestRequestReleaseAddressDuplicate [2021-09-16T19:13:08.324Z] --- PASS: TestRequestReleaseAddressDuplicate (0.01s) [2021-09-16T19:13:08.324Z] === RUN TestParallelPredefinedRequest1 [2021-09-16T19:13:08.324Z] === PAUSE TestParallelPredefinedRequest1 [2021-09-16T19:13:08.324Z] === RUN TestParallelPredefinedRequest2 [2021-09-16T19:13:08.324Z] === PAUSE TestParallelPredefinedRequest2 [2021-09-16T19:13:08.324Z] === RUN TestParallelPredefinedRequest3 [2021-09-16T19:13:08.324Z] === PAUSE TestParallelPredefinedRequest3 [2021-09-16T19:13:08.324Z] === RUN TestParallelPredefinedRequest4 [2021-09-16T19:13:08.324Z] === PAUSE TestParallelPredefinedRequest4 [2021-09-16T19:13:08.324Z] === RUN TestParallelPredefinedRequest5 [2021-09-16T19:13:08.324Z] === PAUSE TestParallelPredefinedRequest5 [2021-09-16T19:13:08.324Z] === RUN TestDebug [2021-09-16T19:13:08.324Z] --- PASS: TestDebug (0.00s) [2021-09-16T19:13:08.324Z] === RUN TestRequestPoolParallel [2021-09-16T19:13:08.761Z] === RUN TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload [2021-09-16T19:13:08.795Z] === RUN TestChtimes [2021-09-16T19:13:08.795Z] --- PASS: TestChtimes (0.01s) [2021-09-16T19:13:08.795Z] === RUN TestChtimesWindows [2021-09-16T19:13:08.795Z] --- PASS: TestChtimesWindows (0.00s) [2021-09-16T19:13:08.795Z] === RUN TestCheckSystemDriveAndRemoveDriveLetter [2021-09-16T19:13:08.795Z] --- PASS: TestCheckSystemDriveAndRemoveDriveLetter (0.00s) [2021-09-16T19:13:08.795Z] === RUN TestEnsureRemoveAllNotExist [2021-09-16T19:13:08.795Z] --- PASS: TestEnsureRemoveAllNotExist (0.00s) [2021-09-16T19:13:08.795Z] === RUN TestEnsureRemoveAllWithDir [2021-09-16T19:13:08.795Z] --- PASS: TestEnsureRemoveAllWithDir (0.00s) [2021-09-16T19:13:08.795Z] === RUN TestEnsureRemoveAllWithFile [2021-09-16T19:13:08.795Z] --- PASS: TestEnsureRemoveAllWithFile (0.00s) [2021-09-16T19:13:08.795Z] === RUN TestHasWin32KSupport [2021-09-16T19:13:08.795Z] syscall_windows_test.go:8: win32k: true [2021-09-16T19:13:08.795Z] --- PASS: TestHasWin32KSupport (0.00s) [2021-09-16T19:13:08.795Z] PASS [2021-09-16T19:13:08.795Z] coverage: 13.0% of statements [2021-09-16T19:13:08.795Z] --- PASS: TestRequestPoolParallel (0.39s) [2021-09-16T19:13:08.795Z] === RUN TestFullAllocateRelease [2021-09-16T19:13:08.795Z] ok github.com/docker/docker/pkg/system 0.043s coverage: 13.0% of statements [2021-09-16T19:13:08.795Z] --- PASS: TestNetworkDBNodeJoinLeaveIteration (2.62s) [2021-09-16T19:13:08.795Z] === RUN TestNetworkDBGarbageCollection [2021-09-16T19:13:09.264Z] --- PASS: TestFullAllocateRelease (0.38s) [2021-09-16T19:13:09.264Z] === RUN TestOddAllocateRelease [2021-09-16T19:13:09.264Z] --- PASS: TestOddAllocateRelease (0.19s) [2021-09-16T19:13:09.264Z] === RUN TestFullAllocateSerialReleaseParallel [2021-09-16T19:13:09.264Z] === RUN TestTailFile [2021-09-16T19:13:09.264Z] --- PASS: TestTailFile (0.00s) [2021-09-16T19:13:09.264Z] === RUN TestTailFileManyLines [2021-09-16T19:13:09.264Z] --- PASS: TestTailFileManyLines (0.00s) [2021-09-16T19:13:09.264Z] === RUN TestTailEmptyFile [2021-09-16T19:13:09.264Z] --- PASS: TestTailEmptyFile (0.00s) [2021-09-16T19:13:09.264Z] === RUN TestTailNegativeN [2021-09-16T19:13:09.264Z] --- PASS: TestTailNegativeN (0.00s) [2021-09-16T19:13:09.264Z] === RUN TestNewTailReader [2021-09-16T19:13:09.264Z] === PAUSE TestNewTailReader [2021-09-16T19:13:09.264Z] === CONT TestNewTailReader [2021-09-16T19:13:09.264Z] === RUN TestNewTailReader/8_byte_delimiter [2021-09-16T19:13:09.264Z] === PAUSE TestNewTailReader/8_byte_delimiter [2021-09-16T19:13:09.264Z] === RUN TestNewTailReader/12_byte_delimiter [2021-09-16T19:13:09.264Z] === PAUSE TestNewTailReader/12_byte_delimiter [2021-09-16T19:13:09.264Z] === RUN TestNewTailReader/no_delimiter [2021-09-16T19:13:09.264Z] === PAUSE TestNewTailReader/no_delimiter [2021-09-16T19:13:09.264Z] === RUN TestNewTailReader/single_byte_delimiter [2021-09-16T19:13:09.264Z] === PAUSE TestNewTailReader/single_byte_delimiter [2021-09-16T19:13:09.264Z] === RUN TestNewTailReader/2_byte_delimiter [2021-09-16T19:13:09.264Z] === PAUSE TestNewTailReader/2_byte_delimiter [2021-09-16T19:13:09.264Z] === RUN TestNewTailReader/4_byte_delimiter [2021-09-16T19:13:09.264Z] === PAUSE TestNewTailReader/4_byte_delimiter [2021-09-16T19:13:09.264Z] === RUN TestNewTailReader/truncated_last_line [2021-09-16T19:13:09.264Z] === RUN TestNewTailReader/truncated_last_line/more_than_available [2021-09-16T19:13:09.264Z] === RUN TestNewTailReader/truncated_last_line#01 [2021-09-16T19:13:09.264Z] === RUN TestNewTailReader/truncated_last_line#01/exact [2021-09-16T19:13:09.264Z] === RUN TestNewTailReader/truncated_last_line#02 [2021-09-16T19:13:09.264Z] === RUN TestNewTailReader/truncated_last_line#02/one_line [2021-09-16T19:13:09.264Z] === CONT TestNewTailReader/8_byte_delimiter [2021-09-16T19:13:09.264Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry [2021-09-16T19:13:09.264Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry [2021-09-16T19:13:09.264Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries [2021-09-16T19:13:09.264Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries [2021-09-16T19:13:09.264Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes [2021-09-16T19:13:09.264Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes [2021-09-16T19:13:09.264Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-16T19:13:09.264Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-16T19:13:09.264Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-16T19:13:09.264Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-16T19:13:09.264Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-09-16T19:13:09.264Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-09-16T19:13:09.264Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-09-16T19:13:09.264Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-09-16T19:13:09.264Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-09-16T19:13:09.264Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-09-16T19:13:09.264Z] === CONT TestNewTailReader/single_byte_delimiter [2021-09-16T19:13:09.264Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry [2021-09-16T19:13:09.264Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry [2021-09-16T19:13:09.264Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries [2021-09-16T19:13:09.264Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries [2021-09-16T19:13:09.264Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes [2021-09-16T19:13:09.264Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes [2021-09-16T19:13:09.264Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-16T19:13:09.264Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-16T19:13:09.264Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-16T19:13:09.264Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-16T19:13:09.264Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-09-16T19:13:09.264Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-09-16T19:13:09.264Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-09-16T19:13:09.264Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-09-16T19:13:09.264Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-09-16T19:13:09.264Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-09-16T19:13:09.264Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-09-16T19:13:09.264Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-09-16T19:13:09.264Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-09-16T19:13:09.264Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-09-16T19:13:09.264Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines [2021-09-16T19:13:09.264Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines [2021-09-16T19:13:09.264Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-09-16T19:13:09.264Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-09-16T19:13:09.264Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-09-16T19:13:09.264Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-09-16T19:13:09.264Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-09-16T19:13:09.264Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-09-16T19:13:09.264Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines [2021-09-16T19:13:09.264Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines [2021-09-16T19:13:09.264Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-09-16T19:13:09.264Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-09-16T19:13:09.264Z] === CONT TestNewTailReader/no_delimiter [2021-09-16T19:13:09.264Z] === RUN TestNewTailReader/no_delimiter/one_small_entry [2021-09-16T19:13:09.264Z] === CONT TestNewTailReader/4_byte_delimiter [2021-09-16T19:13:09.264Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry [2021-09-16T19:13:09.264Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry [2021-09-16T19:13:09.264Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries [2021-09-16T19:13:09.264Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries [2021-09-16T19:13:09.264Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes [2021-09-16T19:13:09.264Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes [2021-09-16T19:13:09.264Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-16T19:13:09.264Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-16T19:13:09.264Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-16T19:13:09.264Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-16T19:13:09.264Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-09-16T19:13:09.264Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-09-16T19:13:09.264Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-09-16T19:13:09.264Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-09-16T19:13:09.264Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-09-16T19:13:09.264Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-09-16T19:13:09.264Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-09-16T19:13:09.264Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-09-16T19:13:09.264Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-09-16T19:13:09.264Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-09-16T19:13:09.264Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines [2021-09-16T19:13:09.264Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines [2021-09-16T19:13:09.264Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-09-16T19:13:09.264Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-09-16T19:13:09.264Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry [2021-09-16T19:13:09.264Z] === RUN TestNewTailReader/no_delimiter/several_small_entries [2021-09-16T19:13:09.264Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries [2021-09-16T19:13:09.264Z] === RUN TestNewTailReader/no_delimiter/various_sizes [2021-09-16T19:13:09.264Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes [2021-09-16T19:13:09.265Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-09-16T19:13:09.265Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-09-16T19:13:09.265Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-09-16T19:13:09.265Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-09-16T19:13:09.265Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-09-16T19:13:09.265Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-09-16T19:13:09.265Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block [2021-09-16T19:13:09.265Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block [2021-09-16T19:13:09.265Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block [2021-09-16T19:13:09.265Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block [2021-09-16T19:13:09.265Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block [2021-09-16T19:13:09.265Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block [2021-09-16T19:13:09.265Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values [2021-09-16T19:13:09.265Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values [2021-09-16T19:13:09.265Z] === RUN TestNewTailReader/no_delimiter/no_lines [2021-09-16T19:13:09.265Z] === PAUSE TestNewTailReader/no_delimiter/no_lines [2021-09-16T19:13:09.265Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-09-16T19:13:09.265Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-09-16T19:13:09.265Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry [2021-09-16T19:13:09.265Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-09-16T19:13:09.265Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-09-16T19:13:09.265Z] === RUN TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-16T19:13:09.265Z] === PAUSE TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-16T19:13:09.265Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block [2021-09-16T19:13:09.265Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-09-16T19:13:09.265Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-09-16T19:13:09.265Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-16T19:13:09.265Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-16T19:13:09.265Z] === CONT TestNewTailReader/12_byte_delimiter [2021-09-16T19:13:09.265Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry [2021-09-16T19:13:09.265Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry [2021-09-16T19:13:09.265Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries [2021-09-16T19:13:09.265Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries [2021-09-16T19:13:09.265Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes [2021-09-16T19:13:09.265Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes [2021-09-16T19:13:09.265Z] --- PASS: TestFullAllocateSerialReleaseParallel (0.07s) [2021-09-16T19:13:09.265Z] === RUN TestOddAllocateSerialReleaseParallel [2021-09-16T19:13:09.265Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-16T19:13:09.265Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-16T19:13:09.265Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-16T19:13:09.265Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-16T19:13:09.265Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-09-16T19:13:09.265Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-09-16T19:13:09.265Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-09-16T19:13:09.265Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-09-16T19:13:09.265Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-09-16T19:13:09.265Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-09-16T19:13:09.265Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-09-16T19:13:09.265Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-09-16T19:13:09.265Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-09-16T19:13:09.265Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-09-16T19:13:09.265Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines [2021-09-16T19:13:09.265Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines [2021-09-16T19:13:09.265Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-09-16T19:13:09.265Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-09-16T19:13:09.265Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry [2021-09-16T19:13:09.265Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-09-16T19:13:09.265Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-09-16T19:13:09.265Z] === RUN TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-16T19:13:09.265Z] === PAUSE TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-16T19:13:09.265Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes [2021-09-16T19:13:09.265Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-09-16T19:13:09.265Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-09-16T19:13:09.265Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-09-16T19:13:09.265Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-09-16T19:13:09.265Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-09-16T19:13:09.265Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-09-16T19:13:09.265Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-09-16T19:13:09.265Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-09-16T19:13:09.265Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-09-16T19:13:09.265Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-09-16T19:13:09.265Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-09-16T19:13:09.265Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-09-16T19:13:09.265Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-09-16T19:13:09.265Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-09-16T19:13:09.265Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-09-16T19:13:09.265Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-09-16T19:13:09.265Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-09-16T19:13:09.265Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-09-16T19:13:09.265Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-09-16T19:13:09.265Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-09-16T19:13:09.265Z] === RUN TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-16T19:13:09.265Z] === PAUSE TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-16T19:13:09.265Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter [2021-09-16T19:13:09.265Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-16T19:13:09.265Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-16T19:13:09.265Z] === RUN TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-16T19:13:09.265Z] === PAUSE TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-16T19:13:09.265Z] === CONT TestNewTailReader/2_byte_delimiter [2021-09-16T19:13:09.265Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry [2021-09-16T19:13:09.265Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry [2021-09-16T19:13:09.265Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries [2021-09-16T19:13:09.265Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries [2021-09-16T19:13:09.265Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes [2021-09-16T19:13:09.265Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes [2021-09-16T19:13:09.265Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-16T19:13:09.265Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-16T19:13:09.265Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-16T19:13:09.265Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-16T19:13:09.265Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-09-16T19:13:09.265Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-09-16T19:13:09.265Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-09-16T19:13:09.265Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-09-16T19:13:09.265Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-09-16T19:13:09.265Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-09-16T19:13:09.265Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-09-16T19:13:09.333Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2021-09-16T19:13:09.735Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-09-16T19:13:09.735Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-09-16T19:13:09.735Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-09-16T19:13:09.735Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines [2021-09-16T19:13:09.735Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines [2021-09-16T19:13:09.735Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-09-16T19:13:09.735Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-09-16T19:13:09.735Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines [2021-09-16T19:13:09.735Z] === RUN TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-16T19:13:09.735Z] === PAUSE TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-16T19:13:09.735Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values [2021-09-16T19:13:09.735Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries [2021-09-16T19:13:09.735Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block [2021-09-16T19:13:09.735Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block [2021-09-16T19:13:09.735Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-09-16T19:13:09.735Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-09-16T19:13:09.735Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-16T19:13:09.735Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-16T19:13:09.735Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-09-16T19:13:09.735Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-09-16T19:13:09.735Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-09-16T19:13:09.735Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-09-16T19:13:09.735Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-09-16T19:13:09.736Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-09-16T19:13:09.736Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-09-16T19:13:09.736Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-09-16T19:13:09.736Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-09-16T19:13:09.736Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-09-16T19:13:09.736Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-09-16T19:13:09.736Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-09-16T19:13:09.736Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-09-16T19:13:09.736Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-09-16T19:13:09.736Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-09-16T19:13:09.736Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-09-16T19:13:09.736Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-09-16T19:13:09.736Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-09-16T19:13:09.736Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-09-16T19:13:09.736Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-09-16T19:13:09.736Z] === RUN TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-16T19:13:09.736Z] === PAUSE TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-16T19:13:09.736Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-09-16T19:13:09.736Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-09-16T19:13:09.736Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-09-16T19:13:09.736Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-09-16T19:13:09.736Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-09-16T19:13:09.736Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-09-16T19:13:09.736Z] === RUN TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-16T19:13:09.736Z] === PAUSE TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-16T19:13:09.736Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-09-16T19:13:09.736Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-09-16T19:13:09.736Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-16T19:13:09.736Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-16T19:13:09.736Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block [2021-09-16T19:13:09.736Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-09-16T19:13:09.736Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-09-16T19:13:09.736Z] === RUN TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-16T19:13:09.736Z] === PAUSE TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-16T19:13:09.736Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block [2021-09-16T19:13:09.736Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-16T19:13:09.736Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-16T19:13:09.736Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-16T19:13:09.736Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-16T19:13:09.736Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-16T19:13:09.736Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-16T19:13:09.736Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-16T19:13:09.736Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-16T19:13:09.736Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-16T19:13:09.736Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-16T19:13:09.736Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-16T19:13:09.736Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-16T19:13:09.736Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-16T19:13:09.736Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-16T19:13:09.736Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-16T19:13:09.736Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-16T19:13:09.736Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-16T19:13:09.736Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-16T19:13:09.736Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-16T19:13:09.736Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-16T19:13:09.736Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-16T19:13:09.736Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-16T19:13:09.736Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-16T19:13:09.736Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-16T19:13:09.736Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-16T19:13:09.736Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries [2021-09-16T19:13:09.736Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-09-16T19:13:09.736Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-09-16T19:13:09.736Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-09-16T19:13:09.736Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-09-16T19:13:09.736Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-09-16T19:13:09.736Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-09-16T19:13:09.736Z] === RUN TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-16T19:13:09.736Z] === PAUSE TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-16T19:13:09.736Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-16T19:13:09.736Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-16T19:13:09.736Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-16T19:13:09.736Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-16T19:13:09.736Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-16T19:13:09.736Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-16T19:13:09.736Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-16T19:13:09.736Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-16T19:13:09.736Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-16T19:13:09.736Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-16T19:13:09.736Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-16T19:13:09.736Z] === RUN TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-16T19:13:09.736Z] === PAUSE TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-16T19:13:09.736Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines [2021-09-16T19:13:09.736Z] === RUN TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-16T19:13:09.736Z] === PAUSE TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-16T19:13:09.736Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-16T19:13:09.736Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-16T19:13:09.736Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-16T19:13:09.736Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-16T19:13:09.736Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-16T19:13:09.736Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-16T19:13:09.736Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-16T19:13:09.736Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-16T19:13:09.736Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-16T19:13:09.736Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-16T19:13:09.736Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-16T19:13:09.736Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-16T19:13:09.736Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-16T19:13:09.736Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block [2021-09-16T19:13:09.736Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-09-16T19:13:09.736Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-09-16T19:13:09.736Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-16T19:13:09.736Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-16T19:13:09.736Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes [2021-09-16T19:13:09.736Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-09-16T19:13:09.736Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-09-16T19:13:09.736Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-09-16T19:13:09.736Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-09-16T19:13:09.736Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-09-16T19:13:09.736Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-09-16T19:13:09.736Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-09-16T19:13:09.736Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-09-16T19:13:09.736Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-09-16T19:13:09.736Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-09-16T19:13:09.736Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-09-16T19:13:09.736Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-09-16T19:13:09.736Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-09-16T19:13:09.736Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-09-16T19:13:09.736Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-09-16T19:13:09.736Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-09-16T19:13:09.736Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-09-16T19:13:09.736Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-09-16T19:13:09.736Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-09-16T19:13:09.736Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-09-16T19:13:09.736Z] === RUN TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-16T19:13:09.736Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block [2021-09-16T19:13:09.736Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter [2021-09-16T19:13:09.736Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-16T19:13:09.736Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-16T19:13:09.736Z] === RUN TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-16T19:13:09.736Z] === PAUSE TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-16T19:13:09.736Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values [2021-09-16T19:13:09.736Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-09-16T19:13:09.736Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-09-16T19:13:09.736Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-09-16T19:13:09.736Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-09-16T19:13:09.736Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-09-16T19:13:09.736Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-09-16T19:13:09.736Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-09-16T19:13:09.736Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-09-16T19:13:09.736Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-09-16T19:13:09.736Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-09-16T19:13:09.736Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-09-16T19:13:09.736Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-09-16T19:13:09.736Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-09-16T19:13:09.736Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-09-16T19:13:09.736Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-09-16T19:13:09.736Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-09-16T19:13:09.736Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-09-16T19:13:09.736Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-16T19:13:09.736Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-16T19:13:09.736Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-16T19:13:09.736Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-16T19:13:09.736Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-16T19:13:09.736Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-16T19:13:09.736Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-16T19:13:09.736Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-16T19:13:09.736Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-16T19:13:09.736Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-16T19:13:09.736Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-16T19:13:09.736Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-16T19:13:09.736Z] === PAUSE TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-16T19:13:09.736Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block [2021-09-16T19:13:09.736Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-09-16T19:13:09.736Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-09-16T19:13:09.736Z] === RUN TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-16T19:13:09.736Z] === PAUSE TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-16T19:13:09.736Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-16T19:13:09.736Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-16T19:13:09.737Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-16T19:13:09.737Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-16T19:13:09.737Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-16T19:13:09.737Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-16T19:13:09.737Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-16T19:13:09.737Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-16T19:13:09.737Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-16T19:13:09.737Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-16T19:13:09.737Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-16T19:13:09.737Z] === RUN TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-16T19:13:09.737Z] === PAUSE TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-16T19:13:09.737Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry [2021-09-16T19:13:09.737Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-09-16T19:13:09.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-09-16T19:13:09.737Z] === RUN TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-16T19:13:09.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-16T19:13:09.737Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter [2021-09-16T19:13:09.737Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-16T19:13:09.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-16T19:13:09.737Z] === RUN TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-16T19:13:09.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-16T19:13:09.737Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines [2021-09-16T19:13:09.737Z] === RUN TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-16T19:13:09.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-16T19:13:09.737Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block [2021-09-16T19:13:09.737Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-09-16T19:13:09.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-09-16T19:13:09.737Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-16T19:13:09.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-16T19:13:09.737Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values [2021-09-16T19:13:09.737Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-09-16T19:13:09.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-09-16T19:13:09.737Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-09-16T19:13:09.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-09-16T19:13:09.737Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-09-16T19:13:09.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-09-16T19:13:09.737Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-09-16T19:13:09.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-09-16T19:13:09.737Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-09-16T19:13:09.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-09-16T19:13:09.737Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-09-16T19:13:09.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-09-16T19:13:09.737Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-09-16T19:13:09.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-09-16T19:13:09.737Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-09-16T19:13:09.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-09-16T19:13:09.737Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-09-16T19:13:09.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-09-16T19:13:09.737Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-09-16T19:13:09.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-09-16T19:13:09.737Z] === RUN TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-16T19:13:09.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-16T19:13:09.737Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block [2021-09-16T19:13:09.737Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-09-16T19:13:09.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-09-16T19:13:09.737Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-16T19:13:09.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-16T19:13:09.737Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-09-16T19:13:09.737Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-09-16T19:13:09.737Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-09-16T19:13:09.737Z] === RUN TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-16T19:13:09.737Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block [2021-09-16T19:13:09.737Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-09-16T19:13:09.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-09-16T19:13:09.737Z] === RUN TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-16T19:13:09.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-16T19:13:09.737Z] === PAUSE TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-16T19:13:09.737Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-16T19:13:09.737Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-16T19:13:09.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-16T19:13:09.737Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-16T19:13:09.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-16T19:13:09.737Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-16T19:13:09.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-16T19:13:09.737Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-16T19:13:09.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-16T19:13:09.737Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-16T19:13:09.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-16T19:13:09.737Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-16T19:13:09.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-16T19:13:09.737Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block [2021-09-16T19:13:09.737Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-16T19:13:09.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-16T19:13:09.737Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-16T19:13:09.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-16T19:13:09.737Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-16T19:13:09.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-16T19:13:09.737Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-16T19:13:09.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-16T19:13:09.737Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-16T19:13:09.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-16T19:13:09.737Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-16T19:13:09.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-16T19:13:09.737Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries [2021-09-16T19:13:09.737Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-09-16T19:13:09.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-09-16T19:13:09.737Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-09-16T19:13:09.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-09-16T19:13:09.737Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-09-16T19:13:09.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-09-16T19:13:09.737Z] === RUN TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-16T19:13:09.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-16T19:13:09.737Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes [2021-09-16T19:13:09.737Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-16T19:13:09.737Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-16T19:13:09.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-16T19:13:09.737Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-16T19:13:09.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-16T19:13:09.737Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-16T19:13:09.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-16T19:13:09.737Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-16T19:13:09.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-16T19:13:09.737Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-16T19:13:09.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-16T19:13:09.737Z] === RUN TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-16T19:13:09.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-16T19:13:09.737Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-09-16T19:13:09.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-09-16T19:13:09.737Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-09-16T19:13:09.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-09-16T19:13:09.737Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-09-16T19:13:09.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-09-16T19:13:09.737Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-09-16T19:13:09.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-09-16T19:13:09.737Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-09-16T19:13:09.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-09-16T19:13:09.737Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-09-16T19:13:09.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-09-16T19:13:09.737Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-09-16T19:13:09.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-09-16T19:13:09.737Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-09-16T19:13:09.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-09-16T19:13:09.737Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-09-16T19:13:09.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-09-16T19:13:09.737Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-09-16T19:13:09.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-09-16T19:13:09.737Z] === RUN TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-16T19:13:09.737Z] === PAUSE TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-16T19:13:09.737Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines [2021-09-16T19:13:09.737Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines [2021-09-16T19:13:09.737Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter [2021-09-16T19:13:09.737Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-09-16T19:13:09.737Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-09-16T19:13:09.737Z] === RUN TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-16T19:13:09.737Z] === PAUSE TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-16T19:13:09.737Z] === CONT TestNewTailReader/no_delimiter/no_lines [2021-09-16T19:13:09.737Z] === RUN TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-09-16T19:13:09.737Z] === PAUSE TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-09-16T19:13:09.737Z] === CONT TestNewTailReader/no_delimiter/one_small_entry [2021-09-16T19:13:09.737Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-09-16T19:13:09.737Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-09-16T19:13:09.737Z] === RUN TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-09-16T19:13:09.737Z] === PAUSE TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-09-16T19:13:09.737Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values [2021-09-16T19:13:09.737Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-09-16T19:13:09.737Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-09-16T19:13:09.737Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-09-16T19:13:09.737Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-09-16T19:13:09.737Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-09-16T19:13:09.737Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-09-16T19:13:09.737Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-09-16T19:13:09.737Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-09-16T19:13:09.737Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-09-16T19:13:09.737Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-09-16T19:13:09.737Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-09-16T19:13:09.737Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-09-16T19:13:09.737Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-09-16T19:13:09.737Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-09-16T19:13:09.737Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-09-16T19:13:09.738Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-09-16T19:13:09.738Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-09-16T19:13:09.738Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-09-16T19:13:09.738Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-09-16T19:13:09.738Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-09-16T19:13:09.738Z] === RUN TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-16T19:13:09.738Z] === PAUSE TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-16T19:13:09.738Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block [2021-09-16T19:13:09.738Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-09-16T19:13:09.738Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-09-16T19:13:09.738Z] === RUN TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-16T19:13:09.738Z] === PAUSE TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-16T19:13:09.738Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block [2021-09-16T19:13:09.738Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-09-16T19:13:09.738Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-09-16T19:13:09.738Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-09-16T19:13:09.738Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-09-16T19:13:09.738Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-09-16T19:13:09.738Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-09-16T19:13:09.738Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-09-16T19:13:09.738Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-09-16T19:13:09.738Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-09-16T19:13:09.738Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-09-16T19:13:09.738Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-16T19:13:09.738Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-16T19:13:09.738Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block [2021-09-16T19:13:09.738Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-09-16T19:13:09.738Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-09-16T19:13:09.738Z] === RUN TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-16T19:13:09.738Z] === PAUSE TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-16T19:13:09.738Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block [2021-09-16T19:13:09.738Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-16T19:13:09.738Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-16T19:13:09.738Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-16T19:13:09.738Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-16T19:13:09.738Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-16T19:13:09.738Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-16T19:13:09.738Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-16T19:13:09.738Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-16T19:13:09.738Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block [2021-09-16T19:13:09.738Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block [2021-09-16T19:13:09.738Z] === CONT TestNewTailReader/no_delimiter/various_sizes [2021-09-16T19:13:09.738Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-16T19:13:09.738Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-16T19:13:09.738Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-16T19:13:09.738Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-16T19:13:09.738Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-16T19:13:09.738Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-16T19:13:09.738Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-16T19:13:09.738Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-16T19:13:09.738Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-16T19:13:09.738Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-16T19:13:09.738Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-16T19:13:09.738Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-16T19:13:09.738Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-16T19:13:09.738Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-16T19:13:09.738Z] === RUN TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-16T19:13:09.738Z] === PAUSE TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-16T19:13:09.738Z] === CONT TestNewTailReader/no_delimiter/several_small_entries [2021-09-16T19:13:09.738Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-09-16T19:13:09.738Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-09-16T19:13:09.738Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-09-16T19:13:09.738Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-09-16T19:13:09.738Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-09-16T19:13:09.738Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-09-16T19:13:09.738Z] === RUN TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-09-16T19:13:09.738Z] === PAUSE TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-09-16T19:13:09.738Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry [2021-09-16T19:13:09.738Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-09-16T19:13:09.738Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-09-16T19:13:09.738Z] === RUN TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-16T19:13:09.738Z] === PAUSE TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-16T19:13:09.738Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-09-16T19:13:09.738Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-09-16T19:13:09.738Z] === RUN TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-16T19:13:09.738Z] === PAUSE TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-16T19:13:09.738Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values [2021-09-16T19:13:09.738Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-09-16T19:13:09.738Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-09-16T19:13:09.738Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-09-16T19:13:09.738Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-09-16T19:13:09.738Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-09-16T19:13:09.738Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-09-16T19:13:09.738Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-09-16T19:13:09.738Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-09-16T19:13:09.738Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-09-16T19:13:09.738Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-09-16T19:13:09.738Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-09-16T19:13:09.738Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-09-16T19:13:09.738Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-09-16T19:13:09.738Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-09-16T19:13:09.738Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-09-16T19:13:09.738Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-09-16T19:13:09.738Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-09-16T19:13:09.738Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-09-16T19:13:09.738Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-09-16T19:13:09.738Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-09-16T19:13:09.738Z] === RUN TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-16T19:13:09.738Z] === PAUSE TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-16T19:13:09.738Z] === CONT TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-16T19:13:09.738Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter [2021-09-16T19:13:09.738Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-16T19:13:09.738Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-16T19:13:09.738Z] === RUN TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-16T19:13:09.738Z] === PAUSE TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-16T19:13:09.738Z] === RUN TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-09-16T19:13:09.738Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-09-16T19:13:09.738Z] === RUN TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-09-16T19:13:09.738Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-09-16T19:13:09.738Z] === RUN TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-09-16T19:13:09.738Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-09-16T19:13:09.738Z] === RUN TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-09-16T19:13:09.738Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-09-16T19:13:09.738Z] === RUN TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-09-16T19:13:09.738Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-09-16T19:13:09.738Z] === RUN TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-09-16T19:13:09.738Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-09-16T19:13:09.738Z] === RUN TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-09-16T19:13:09.738Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-09-16T19:13:09.738Z] === RUN TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-09-16T19:13:09.738Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-09-16T19:13:09.738Z] === RUN TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-09-16T19:13:09.738Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-09-16T19:13:09.738Z] === RUN TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-09-16T19:13:09.738Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-09-16T19:13:09.738Z] === RUN TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-09-16T19:13:09.738Z] === PAUSE TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-09-16T19:13:09.738Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines [2021-09-16T19:13:09.738Z] === RUN TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-16T19:13:09.738Z] === PAUSE TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-16T19:13:09.738Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block [2021-09-16T19:13:09.738Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-16T19:13:09.738Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-16T19:13:09.738Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-16T19:13:09.738Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-16T19:13:09.738Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-16T19:13:09.738Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-16T19:13:09.738Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-16T19:13:09.738Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-16T19:13:09.738Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-16T19:13:09.738Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-16T19:13:09.738Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-16T19:13:09.738Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-16T19:13:09.738Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-16T19:13:09.738Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block [2021-09-16T19:13:09.738Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-09-16T19:13:09.738Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-09-16T19:13:09.738Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-16T19:13:09.738Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-16T19:13:09.738Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block [2021-09-16T19:13:09.738Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-09-16T19:13:09.738Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-09-16T19:13:09.738Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-16T19:13:09.738Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-16T19:13:09.738Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block [2021-09-16T19:13:09.738Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-09-16T19:13:09.738Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-09-16T19:13:09.738Z] === RUN TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-16T19:13:09.738Z] === PAUSE TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-16T19:13:09.738Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes [2021-09-16T19:13:09.738Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-09-16T19:13:09.738Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-09-16T19:13:09.738Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-09-16T19:13:09.738Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-09-16T19:13:09.738Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-09-16T19:13:09.738Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-09-16T19:13:09.738Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-09-16T19:13:09.738Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-09-16T19:13:09.738Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-09-16T19:13:09.738Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-09-16T19:13:09.738Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-09-16T19:13:09.738Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-09-16T19:13:09.738Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-09-16T19:13:09.738Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-09-16T19:13:09.738Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-09-16T19:13:09.738Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-09-16T19:13:09.739Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-09-16T19:13:09.739Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-09-16T19:13:09.739Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-09-16T19:13:09.739Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-09-16T19:13:09.739Z] === RUN TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-16T19:13:09.739Z] === PAUSE TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-16T19:13:09.739Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-16T19:13:09.739Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-16T19:13:09.739Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-16T19:13:09.739Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-16T19:13:09.739Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-16T19:13:09.739Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-16T19:13:09.739Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-16T19:13:09.739Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-16T19:13:09.739Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-16T19:13:09.739Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-16T19:13:09.739Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-16T19:13:09.739Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-16T19:13:09.739Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-16T19:13:09.739Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries [2021-09-16T19:13:09.739Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-09-16T19:13:09.739Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-09-16T19:13:09.739Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-09-16T19:13:09.739Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-09-16T19:13:09.739Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-09-16T19:13:09.739Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-09-16T19:13:09.739Z] === RUN TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-16T19:13:09.739Z] === PAUSE TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-16T19:13:09.739Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines [2021-09-16T19:13:09.739Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-16T19:13:09.739Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-16T19:13:09.739Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-16T19:13:09.739Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-16T19:13:09.739Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-16T19:13:09.739Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-16T19:13:09.739Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-16T19:13:09.739Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-16T19:13:09.739Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-16T19:13:09.739Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-16T19:13:09.739Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-16T19:13:09.739Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-16T19:13:09.739Z] === RUN TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-16T19:13:09.739Z] === PAUSE TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-16T19:13:09.739Z] === CONT TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-16T19:13:09.739Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry [2021-09-16T19:13:09.739Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-09-16T19:13:09.739Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-09-16T19:13:09.739Z] === RUN TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-16T19:13:09.739Z] === PAUSE TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-16T19:13:09.739Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/1_lines [2021-09-16T19:13:09.739Z] === CONT TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-16T19:13:09.739Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-16T19:13:09.739Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/7_lines [2021-09-16T19:13:09.739Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/6_lines [2021-09-16T19:13:09.739Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/5_lines [2021-09-16T19:13:09.739Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/4_lines [2021-09-16T19:13:09.739Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/3_lines [2021-09-16T19:13:09.739Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/2_lines [2021-09-16T19:13:09.739Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/10_lines [2021-09-16T19:13:09.739Z] === CONT TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-16T19:13:09.739Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/9_lines [2021-09-16T19:13:09.739Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines [2021-09-16T19:13:09.739Z] === RUN TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-16T19:13:09.739Z] === PAUSE TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-16T19:13:09.739Z] === CONT TestNewTailReader/single_byte_delimiter/various_sizes/8_lines [2021-09-16T19:13:09.739Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block [2021-09-16T19:13:09.739Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-09-16T19:13:09.739Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-09-16T19:13:09.739Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-16T19:13:09.739Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-16T19:13:09.739Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter [2021-09-16T19:13:09.739Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-16T19:13:09.739Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-16T19:13:09.739Z] === RUN TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-16T19:13:09.739Z] === PAUSE TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-16T19:13:09.739Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values [2021-09-16T19:13:09.739Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-09-16T19:13:09.739Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-09-16T19:13:09.739Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-09-16T19:13:09.739Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-09-16T19:13:09.739Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-09-16T19:13:09.739Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-09-16T19:13:09.739Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-09-16T19:13:09.739Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-09-16T19:13:09.739Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-09-16T19:13:09.739Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-09-16T19:13:09.739Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-09-16T19:13:09.739Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-09-16T19:13:09.739Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-09-16T19:13:09.739Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-09-16T19:13:09.739Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-09-16T19:13:09.739Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-09-16T19:13:09.739Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-09-16T19:13:09.739Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-09-16T19:13:09.739Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-09-16T19:13:09.739Z] --- PASS: TestOddAllocateSerialReleaseParallel (0.06s) [2021-09-16T19:13:09.739Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-09-16T19:13:09.739Z] === RUN TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-16T19:13:09.739Z] === PAUSE TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-16T19:13:09.739Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block [2021-09-16T19:13:09.739Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-09-16T19:13:09.739Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-09-16T19:13:09.739Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-16T19:13:09.739Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-16T19:13:09.739Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block [2021-09-16T19:13:09.739Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-16T19:13:09.739Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-16T19:13:09.739Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-16T19:13:09.739Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-16T19:13:09.739Z] === RUN TestEvenAllocateSerialReleaseParallel [2021-09-16T19:13:09.739Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-16T19:13:09.739Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-16T19:13:09.739Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-16T19:13:09.739Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-16T19:13:09.739Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-16T19:13:09.739Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-16T19:13:09.739Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-16T19:13:09.739Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-16T19:13:09.739Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block [2021-09-16T19:13:09.739Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-16T19:13:09.739Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-16T19:13:09.739Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries [2021-09-16T19:13:09.739Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-16T19:13:09.739Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-09-16T19:13:09.739Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-16T19:13:09.739Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-09-16T19:13:09.739Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-16T19:13:09.739Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-09-16T19:13:09.739Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-16T19:13:09.739Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-16T19:13:09.739Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-16T19:13:09.739Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-16T19:13:09.739Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-16T19:13:09.739Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-16T19:13:09.739Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-16T19:13:09.739Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block [2021-09-16T19:13:09.739Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-16T19:13:09.739Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-16T19:13:09.739Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-16T19:13:09.739Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-16T19:13:09.739Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-16T19:13:09.739Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-16T19:13:09.739Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-16T19:13:09.739Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-16T19:13:09.739Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-16T19:13:09.739Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-16T19:13:09.739Z] === RUN TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-16T19:13:09.739Z] === PAUSE TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-16T19:13:09.739Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes [2021-09-16T19:13:09.739Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-09-16T19:13:09.739Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-09-16T19:13:09.740Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-09-16T19:13:09.740Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-09-16T19:13:09.740Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-09-16T19:13:09.740Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-09-16T19:13:09.740Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-09-16T19:13:09.740Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-09-16T19:13:09.740Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-09-16T19:13:09.740Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-09-16T19:13:09.740Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-09-16T19:13:09.740Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-09-16T19:13:09.740Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-09-16T19:13:09.740Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-09-16T19:13:09.740Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-09-16T19:13:09.740Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-09-16T19:13:09.740Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-09-16T19:13:09.740Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-09-16T19:13:09.740Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-09-16T19:13:09.740Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-09-16T19:13:09.740Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-09-16T19:13:09.740Z] === RUN TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-16T19:13:09.740Z] === PAUSE TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block [2021-09-16T19:13:09.740Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-09-16T19:13:09.740Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-09-16T19:13:09.740Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines [2021-09-16T19:13:09.740Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-09-16T19:13:09.740Z] === RUN TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-16T19:13:09.740Z] === PAUSE TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-16T19:13:09.740Z] === RUN TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-16T19:13:09.740Z] === PAUSE TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/1_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/7_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/10_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/9_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/8_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/4_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/6_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/5_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/3_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/8_byte_delimiter/various_sizes/2_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/1_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/10_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/8_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/7_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/9_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/5_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/4_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/3_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/2_lines [2021-09-16T19:13:09.740Z] === CONT TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/4_byte_delimiter/various_sizes/6_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/1_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/10_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/9_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/8_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/7_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/6_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/5_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/4_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/3_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/1_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/no_delimiter/json_encoded_values/2_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/1_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/no_delimiter/one_small_entry/1_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/1_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/3_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/no_delimiter/several_small_entries/2_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/no_delimiter/various_sizes/1_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/no_delimiter/various_sizes/9_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/no_delimiter/various_sizes/8_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/no_delimiter/various_sizes/6_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/no_delimiter/various_sizes/5_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/no_delimiter/various_sizes/4_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/no_delimiter/various_sizes/3_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/no_delimiter/various_sizes/2_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/no_delimiter/various_sizes/10_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/no_delimiter/various_sizes/7_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/1_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/4_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/9_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/8_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/7_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/6_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/5_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/3_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/2_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/12_byte_delimiter/various_sizes/10_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/10_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/1_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/8_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/6_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/5_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/4_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/3_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/2_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available [2021-09-16T19:13:09.741Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/9_lines [2021-09-16T19:13:09.742Z] === CONT TestNewTailReader/2_byte_delimiter/various_sizes/7_lines [2021-09-16T19:13:09.742Z] --- PASS: TestNewTailReader (0.00s) [2021-09-16T19:13:09.742Z] --- PASS: TestNewTailReader/truncated_last_line (0.00s) [2021-09-16T19:13:09.742Z] --- PASS: TestNewTailReader/truncated_last_line/more_than_available (0.00s) [2021-09-16T19:13:09.742Z] --- PASS: TestNewTailReader/truncated_last_line#01 (0.00s) [2021-09-16T19:13:09.742Z] --- PASS: TestNewTailReader/truncated_last_line#01/exact (0.00s) [2021-09-16T19:13:09.742Z] --- PASS: TestNewTailReader/truncated_last_line#02 (0.00s) [2021-09-16T19:13:09.742Z] --- PASS: TestNewTailReader/truncated_last_line#02/one_line (0.00s) [2021-09-16T19:13:09.742Z] --- PASS: TestNewTailReader/8_byte_delimiter (0.00s) [2021-09-16T19:13:09.742Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry (0.00s) [2021-09-16T19:13:09.742Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-09-16T19:13:09.742Z] --- PASS: TestNewTailReader/8_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-09-16T19:13:09.742Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines (0.00s) [2021-09-16T19:13:10.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-09-16T19:13:10.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter (0.00s) [2021-09-16T19:13:10.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-09-16T19:13:10.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-09-16T19:13:10.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block (0.00s) [2021-09-16T19:13:10.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-09-16T19:13:10.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-09-16T19:13:10.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block (0.00s) [2021-09-16T19:13:10.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-09-16T19:13:10.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-09-16T19:13:10.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values (0.00s) [2021-09-16T19:13:10.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-09-16T19:13:10.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-09-16T19:13:10.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-09-16T19:13:10.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-09-16T19:13:10.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-09-16T19:13:10.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-09-16T19:13:10.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-09-16T19:13:10.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-09-16T19:13:10.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-09-16T19:13:10.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-09-16T19:13:10.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-09-16T19:13:10.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block (0.00s) [2021-09-16T19:13:10.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-09-16T19:13:10.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-09-16T19:13:10.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries (0.00s) [2021-09-16T19:13:10.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-09-16T19:13:10.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-09-16T19:13:10.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-09-16T19:13:10.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-09-16T19:13:10.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-09-16T19:13:10.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-09-16T19:13:10.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-09-16T19:13:10.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-09-16T19:13:10.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-09-16T19:13:10.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-09-16T19:13:10.211Z] --- PASS: TestEvenAllocateSerialReleaseParallel (0.05s) [2021-09-16T19:13:10.211Z] === CONT TestParallelPredefinedRequest1 [2021-09-16T19:13:10.211Z] === CONT TestParallelPredefinedRequest4 [2021-09-16T19:13:10.211Z] === CONT TestParallelPredefinedRequest5 [2021-09-16T19:13:10.211Z] === CONT TestParallelPredefinedRequest1 [2021-09-16T19:13:10.211Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-16T19:13:10.211Z] --- SKIP: TestParallelPredefinedRequest1 (0.00s) [2021-09-16T19:13:10.211Z] === CONT TestParallelPredefinedRequest3 [2021-09-16T19:13:10.211Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-16T19:13:10.211Z] --- SKIP: TestParallelPredefinedRequest3 (0.00s) [2021-09-16T19:13:10.211Z] === CONT TestParallelPredefinedRequest2 [2021-09-16T19:13:10.211Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-16T19:13:10.211Z] --- SKIP: TestParallelPredefinedRequest2 (0.00s) [2021-09-16T19:13:10.211Z] === CONT TestParallelPredefinedRequest4 [2021-09-16T19:13:10.211Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-16T19:13:10.211Z] --- SKIP: TestParallelPredefinedRequest4 (0.00s) [2021-09-16T19:13:10.211Z] === CONT TestParallelPredefinedRequest5 [2021-09-16T19:13:10.211Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-16T19:13:10.211Z] --- SKIP: TestParallelPredefinedRequest5 (0.00s) [2021-09-16T19:13:10.211Z] PASS [2021-09-16T19:13:10.211Z] coverage: 85.3% of statements [2021-09-16T19:13:10.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-09-16T19:13:10.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-09-16T19:13:10.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-09-16T19:13:10.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-09-16T19:13:10.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-09-16T19:13:10.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-09-16T19:13:10.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-09-16T19:13:10.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-09-16T19:13:10.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block (0.01s) [2021-09-16T19:13:10.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-09-16T19:13:10.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-09-16T19:13:10.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-09-16T19:13:10.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-09-16T19:13:10.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-09-16T19:13:10.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-09-16T19:13:10.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes (0.00s) [2021-09-16T19:13:10.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/1_lines (0.00s) [2021-09-16T19:13:10.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/7_lines (0.00s) [2021-09-16T19:13:10.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-09-16T19:13:10.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/10_lines (0.00s) [2021-09-16T19:13:10.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/9_lines (0.00s) [2021-09-16T19:13:10.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/8_lines (0.00s) [2021-09-16T19:13:10.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/4_lines (0.00s) [2021-09-16T19:13:10.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/5_lines (0.00s) [2021-09-16T19:13:10.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/3_lines (0.00s) [2021-09-16T19:13:10.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/2_lines (0.00s) [2021-09-16T19:13:10.211Z] --- PASS: TestNewTailReader/8_byte_delimiter/various_sizes/6_lines (0.00s) [2021-09-16T19:13:10.211Z] --- PASS: TestNewTailReader/4_byte_delimiter (0.00s) [2021-09-16T19:13:10.211Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines (0.00s) [2021-09-16T19:13:10.211Z] --- PASS: TestNewTailReader/4_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-09-16T19:13:10.211Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter (0.00s) [2021-09-16T19:13:10.211Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-09-16T19:13:10.211Z] --- PASS: TestNewTailReader/4_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-09-16T19:13:10.211Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block (0.00s) [2021-09-16T19:13:10.211Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/4_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/4_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/4_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/4_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/4_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/1_lines (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/10_lines (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/8_lines (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/9_lines (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/7_lines (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/5_lines (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/4_lines (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/3_lines (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/2_lines (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/4_byte_delimiter/various_sizes/6_lines (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/single_byte_delimiter (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/single_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/1_lines (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/7_lines (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/6_lines (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/5_lines (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/4_lines (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/3_lines (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/2_lines (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/10_lines (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/9_lines (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/single_byte_delimiter/various_sizes/8_lines (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/single_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/single_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/single_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/single_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values (0.01s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/single_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/single_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.01s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/no_delimiter (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/no_delimiter/no_lines (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/no_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/no_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/1_lines (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/10_lines (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/9_lines (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/8_lines (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/7_lines (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/6_lines (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/5_lines (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/4_lines (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/3_lines (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/no_delimiter/json_encoded_values/2_lines (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block (0.00s) [2021-09-16T19:13:10.212Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/1_lines (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/no_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/1_lines (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/no_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/no_delimiter/one_small_entry/1_lines (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block (0.01s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/no_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block (0.01s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/no_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/1_lines (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/3_lines (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/no_delimiter/several_small_entries/2_lines (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes (0.01s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/1_lines (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/9_lines (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/8_lines (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/6_lines (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/5_lines (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/4_lines (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/3_lines (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/2_lines (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/10_lines (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/no_delimiter/various_sizes/7_lines (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/12_byte_delimiter (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/12_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/12_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/12_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/12_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-09-16T19:13:10.213Z] ok github.com/docker/docker/libnetwork/ipam 38.876s coverage: 85.3% of statements [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/12_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/12_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/12_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/1_lines (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/4_lines (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/9_lines (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/8_lines (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/7_lines (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/6_lines (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/5_lines (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/3_lines (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/2_lines (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/12_byte_delimiter/various_sizes/10_lines (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/2_byte_delimiter (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/1_lines (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/2_byte_delimiter/one_small_entry/request_more_lines_than_available (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/1_lines (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_half_block/request_more_lines_than_available (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/1_lines (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/2_byte_delimiter/same_length_as_delimiter/request_more_lines_than_available (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/2_byte_delimiter/no_lines/request_more_lines_than_available (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/1_lines (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/request_more_lines_than_available (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/8_lines (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/7_lines (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/6_lines (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/5_lines (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/4_lines (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/3_lines (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/2_lines (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/10_lines (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/2_byte_delimiter/json_encoded_values/9_lines (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/1_lines (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_twice_block/request_more_lines_than_available (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/1_lines (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/request_more_lines_than_available (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/4_lines (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/5_lines (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/2_lines (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_same_as_block/3_lines (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/1_lines (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/request_more_lines_than_available (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/4_lines (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/3_lines (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/5_lines (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_with_one_more_than_block/2_lines (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block (0.00s) [2021-09-16T19:13:10.213Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/1_lines (0.00s) [2021-09-16T19:13:10.214Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/4_lines (0.00s) [2021-09-16T19:13:10.214Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/request_more_lines_than_available (0.00s) [2021-09-16T19:13:10.214Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/5_lines (0.00s) [2021-09-16T19:13:10.214Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/2_lines (0.00s) [2021-09-16T19:13:10.214Z] --- PASS: TestNewTailReader/2_byte_delimiter/multiple_lines_much_bigger_than_block/3_lines (0.00s) [2021-09-16T19:13:10.214Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries (0.00s) [2021-09-16T19:13:10.214Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/request_more_lines_than_available (0.00s) [2021-09-16T19:13:10.214Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/1_lines (0.00s) [2021-09-16T19:13:10.214Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/3_lines (0.00s) [2021-09-16T19:13:10.214Z] --- PASS: TestNewTailReader/2_byte_delimiter/several_small_entries/2_lines (0.00s) [2021-09-16T19:13:10.214Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block (0.00s) [2021-09-16T19:13:10.214Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/1_lines (0.00s) [2021-09-16T19:13:10.214Z] --- PASS: TestNewTailReader/2_byte_delimiter/single_line_same_as_block/request_more_lines_than_available (0.00s) [2021-09-16T19:13:10.214Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes (0.00s) [2021-09-16T19:13:10.214Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/10_lines (0.00s) [2021-09-16T19:13:10.214Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/1_lines (0.00s) [2021-09-16T19:13:10.214Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/8_lines (0.00s) [2021-09-16T19:13:10.214Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/request_more_lines_than_available (0.00s) [2021-09-16T19:13:10.214Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/6_lines (0.00s) [2021-09-16T19:13:10.214Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/5_lines (0.00s) [2021-09-16T19:13:10.214Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/4_lines (0.00s) [2021-09-16T19:13:10.214Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/3_lines (0.00s) [2021-09-16T19:13:10.214Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/2_lines (0.00s) [2021-09-16T19:13:10.214Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/9_lines (0.00s) [2021-09-16T19:13:10.214Z] --- PASS: TestNewTailReader/2_byte_delimiter/various_sizes/7_lines (0.00s) [2021-09-16T19:13:10.214Z] PASS [2021-09-16T19:13:10.214Z] coverage: 88.6% of statements [2021-09-16T19:13:10.214Z] ok github.com/docker/docker/pkg/tailfile 0.178s coverage: 88.6% of statements [2021-09-16T19:13:10.276Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-09-16T19:13:10.536Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-09-16T19:13:10.683Z] === RUN TestTarSumRemoveNonExistent [2021-09-16T19:13:10.683Z] --- PASS: TestTarSumRemoveNonExistent (0.00s) [2021-09-16T19:13:10.683Z] === RUN TestTarSumRemove [2021-09-16T19:13:10.683Z] --- PASS: TestTarSumRemove (0.00s) [2021-09-16T19:13:10.683Z] === RUN TestSortFileInfoSums [2021-09-16T19:13:10.683Z] --- PASS: TestSortFileInfoSums (0.00s) [2021-09-16T19:13:10.683Z] === RUN TestNewTarSumForLabelInvalid [2021-09-16T19:13:10.683Z] --- PASS: TestNewTarSumForLabelInvalid (0.00s) [2021-09-16T19:13:10.683Z] === RUN TestNewTarSumForLabel [2021-09-16T19:13:10.683Z] --- PASS: TestNewTarSumForLabel (0.00s) [2021-09-16T19:13:10.683Z] === RUN TestEmptyTar [2021-09-16T19:13:10.683Z] --- PASS: TestEmptyTar (0.00s) [2021-09-16T19:13:10.683Z] === RUN TestTarSumsReadSize [2021-09-16T19:13:10.683Z] --- PASS: TestTarSumsReadSize (0.00s) [2021-09-16T19:13:10.684Z] === RUN TestTarSums [2021-09-16T19:13:10.684Z] --- PASS: TestTarSums (0.04s) [2021-09-16T19:13:10.684Z] === RUN TestIteration [2021-09-16T19:13:10.684Z] --- PASS: TestIteration (0.00s) [2021-09-16T19:13:10.684Z] === RUN TestVersionLabelForChecksum [2021-09-16T19:13:10.684Z] --- PASS: TestVersionLabelForChecksum (0.00s) [2021-09-16T19:13:10.684Z] === RUN TestVersion [2021-09-16T19:13:10.684Z] --- PASS: TestVersion (0.00s) [2021-09-16T19:13:10.684Z] === RUN TestGetVersion [2021-09-16T19:13:10.684Z] --- PASS: TestGetVersion (0.00s) [2021-09-16T19:13:10.684Z] === RUN TestGetVersions [2021-09-16T19:13:10.684Z] --- PASS: TestGetVersions (0.00s) [2021-09-16T19:13:10.684Z] PASS [2021-09-16T19:13:10.684Z] coverage: 89.3% of statements [2021-09-16T19:13:10.684Z] ok github.com/docker/docker/pkg/tarsum 0.089s coverage: 89.3% of statements [2021-09-16T19:13:10.797Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2021-09-16T19:13:11.153Z] testing: warning: no tests to run [2021-09-16T19:13:11.153Z] PASS [2021-09-16T19:13:11.153Z] coverage: [no statements] [2021-09-16T19:13:11.153Z] ok github.com/docker/docker/pkg/term/windows 0.025s coverage: [no statements] [no tests to run] [2021-09-16T19:13:11.623Z] === RUN TestTruncIndex [2021-09-16T19:13:11.623Z] --- PASS: TestTruncIndex (0.10s) [2021-09-16T19:13:11.623Z] PASS [2021-09-16T19:13:11.623Z] coverage: 91.5% of statements [2021-09-16T19:13:11.623Z] ok github.com/docker/docker/pkg/truncindex 0.128s coverage: 91.5% of statements [2021-09-16T19:13:11.738Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-09-16T19:13:11.738Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2021-09-16T19:13:12.001Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-09-16T19:13:12.093Z] === RUN TestIsGIT [2021-09-16T19:13:12.093Z] --- PASS: TestIsGIT (0.00s) [2021-09-16T19:13:12.093Z] === RUN TestIsTransport [2021-09-16T19:13:12.093Z] --- PASS: TestIsTransport (0.00s) [2021-09-16T19:13:12.093Z] PASS [2021-09-16T19:13:12.093Z] coverage: 100.0% of statements [2021-09-16T19:13:12.093Z] ok github.com/docker/docker/pkg/urlutil 0.028s coverage: 100.0% of statements [2021-09-16T19:13:12.093Z] time="2021-09-16T19:13:11Z" level=warning msg="Unable to connect to plugin: 127.0.0.1:49293/Test.Echo: Post \"http://127.0.0.1:49293/Test.Echo\": net/http: request canceled (Client.Timeout exceeded while awaiting headers), retrying in 8s" [2021-09-16T19:13:12.093Z] === RUN TestVersionInfo [2021-09-16T19:13:12.093Z] --- PASS: TestVersionInfo (0.00s) [2021-09-16T19:13:12.093Z] === RUN TestAppendVersions [2021-09-16T19:13:12.093Z] --- PASS: TestAppendVersions (0.00s) [2021-09-16T19:13:12.093Z] PASS [2021-09-16T19:13:12.093Z] coverage: 88.9% of statements [2021-09-16T19:13:12.093Z] ok github.com/docker/docker/pkg/useragent 0.027s coverage: 88.9% of statements [2021-09-16T19:13:13.236Z] --- PASS: TestBuildMultiStageLayerLeak (8.82s) [2021-09-16T19:13:13.236Z] === RUN TestBuildWithHugeFile [2021-09-16T19:13:13.384Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-09-16T19:13:13.384Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2021-09-16T19:13:13.644Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-09-16T19:13:13.662Z] === RUN TestValidatePrivileges [2021-09-16T19:13:13.662Z] --- PASS: TestValidatePrivileges (0.00s) [2021-09-16T19:13:13.662Z] === RUN TestFilterByCapNeg [2021-09-16T19:13:13.662Z] --- PASS: TestFilterByCapNeg (0.00s) [2021-09-16T19:13:13.662Z] === RUN TestFilterByCapPos [2021-09-16T19:13:13.662Z] --- PASS: TestFilterByCapPos (0.00s) [2021-09-16T19:13:13.662Z] === RUN TestStoreGetPluginNotMatchCapRefs [2021-09-16T19:13:13.662Z] --- PASS: TestStoreGetPluginNotMatchCapRefs (0.00s) [2021-09-16T19:13:13.662Z] PASS [2021-09-16T19:13:13.662Z] coverage: 12.0% of statements [2021-09-16T19:13:13.662Z] ok github.com/docker/docker/plugin 0.047s coverage: 12.0% of statements [2021-09-16T19:13:14.132Z] === RUN TestNewSettable [2021-09-16T19:13:14.132Z] --- PASS: TestNewSettable (0.00s) [2021-09-16T19:13:14.132Z] === RUN TestIsSettable [2021-09-16T19:13:14.132Z] --- PASS: TestIsSettable (0.00s) [2021-09-16T19:13:14.132Z] === RUN TestUpdateSettingsEnv [2021-09-16T19:13:14.132Z] --- PASS: TestUpdateSettingsEnv (0.00s) [2021-09-16T19:13:14.132Z] PASS [2021-09-16T19:13:14.132Z] coverage: 20.0% of statements [2021-09-16T19:13:14.132Z] ok github.com/docker/docker/plugin/v2 0.034s coverage: 20.0% of statements [2021-09-16T19:13:15.027Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2021-09-16T19:13:15.027Z] === RUN TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError [2021-09-16T19:13:15.136Z] === RUN TestLoad [2021-09-16T19:13:15.136Z] --- PASS: TestLoad (0.00s) [2021-09-16T19:13:15.136Z] === RUN TestSave [2021-09-16T19:13:15.136Z] --- PASS: TestSave (0.02s) [2021-09-16T19:13:15.136Z] === RUN TestAddDeleteGet [2021-09-16T19:13:15.136Z] --- PASS: TestAddDeleteGet (0.03s) [2021-09-16T19:13:15.136Z] === RUN TestInvalidTags [2021-09-16T19:13:15.136Z] --- PASS: TestInvalidTags (0.00s) [2021-09-16T19:13:15.136Z] PASS [2021-09-16T19:13:15.136Z] coverage: 84.4% of statements [2021-09-16T19:13:15.136Z] ok github.com/docker/docker/reference 0.086s coverage: 84.4% of statements [2021-09-16T19:13:15.288Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-09-16T19:13:15.549Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-09-16T19:13:16.710Z] === RUN TestResolveAuthConfigIndexServer [2021-09-16T19:13:16.710Z] --- PASS: TestResolveAuthConfigIndexServer (0.00s) [2021-09-16T19:13:16.710Z] === RUN TestResolveAuthConfigFullURL [2021-09-16T19:13:16.710Z] --- PASS: TestResolveAuthConfigFullURL (0.00s) [2021-09-16T19:13:16.710Z] === RUN TestLoadAllowNondistributableArtifacts [2021-09-16T19:13:16.710Z] --- PASS: TestLoadAllowNondistributableArtifacts (0.00s) [2021-09-16T19:13:16.710Z] === RUN TestValidateMirror [2021-09-16T19:13:16.710Z] --- PASS: TestValidateMirror (0.00s) [2021-09-16T19:13:16.710Z] === RUN TestLoadInsecureRegistries [2021-09-16T19:13:16.710Z] time="2021-09-16T19:13:16Z" 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-16T19:13:16.710Z] time="2021-09-16T19:13:16Z" 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-16T19:13:16.710Z] time="2021-09-16T19:13:16Z" 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-16T19:13:16.710Z] --- PASS: TestLoadInsecureRegistries (0.08s) [2021-09-16T19:13:16.710Z] === RUN TestNewServiceConfig [2021-09-16T19:13:16.710Z] --- PASS: TestNewServiceConfig (0.00s) [2021-09-16T19:13:16.710Z] === RUN TestValidateIndexName [2021-09-16T19:13:16.710Z] --- PASS: TestValidateIndexName (0.00s) [2021-09-16T19:13:16.710Z] === RUN TestValidateIndexNameWithError [2021-09-16T19:13:16.710Z] --- PASS: TestValidateIndexNameWithError (0.00s) [2021-09-16T19:13:16.710Z] === RUN TestEndpointParse [2021-09-16T19:13:16.710Z] --- PASS: TestEndpointParse (0.00s) [2021-09-16T19:13:16.710Z] === RUN TestEndpointParseInvalid [2021-09-16T19:13:16.710Z] --- PASS: TestEndpointParseInvalid (0.00s) [2021-09-16T19:13:16.710Z] === RUN TestValidateEndpoint [2021-09-16T19:13:16.710Z] --- PASS: TestValidateEndpoint (0.00s) [2021-09-16T19:13:16.710Z] === RUN TestPing [2021-09-16T19:13:16.710Z] --- PASS: TestPing (0.00s) [2021-09-16T19:13:16.710Z] === RUN TestPingRegistryEndpoint [2021-09-16T19:13:16.710Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2021-09-16T19:13:16.710Z] --- SKIP: TestPingRegistryEndpoint (0.00s) [2021-09-16T19:13:16.710Z] === RUN TestEndpoint [2021-09-16T19:13:16.710Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2021-09-16T19:13:16.710Z] --- SKIP: TestEndpoint (0.00s) [2021-09-16T19:13:16.710Z] === RUN TestParseRepositoryInfo [2021-09-16T19:13:16.710Z] --- PASS: TestParseRepositoryInfo (0.00s) [2021-09-16T19:13:16.710Z] === RUN TestNewIndexInfo [2021-09-16T19:13:16.710Z] --- PASS: TestNewIndexInfo (0.00s) [2021-09-16T19:13:16.710Z] === RUN TestMirrorEndpointLookup [2021-09-16T19:13:16.710Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2021-09-16T19:13:16.710Z] --- SKIP: TestMirrorEndpointLookup (0.00s) [2021-09-16T19:13:16.710Z] === RUN TestSearchRepositories [2021-09-16T19:13:16.710Z] registry_test.go:721: GET /v1/search?q=fakequery&n=25 HTTP/1.1 [2021-09-16T19:13:16.710Z] Host: 127.0.0.1:49311 [2021-09-16T19:13:16.710Z] User-Agent: docker test client [2021-09-16T19:13:16.710Z] Authorization: Token fake-token [2021-09-16T19:13:16.710Z] X-Docker-Token: true [2021-09-16T19:13:16.710Z] Accept-Encoding: gzip [2021-09-16T19:13:16.710Z] [2021-09-16T19:13:16.710Z] [2021-09-16T19:13:16.710Z] registry_test.go:730: HTTP/1.1 200 OK [2021-09-16T19:13:16.710Z] Connection: close [2021-09-16T19:13:16.710Z] Content-Length: 144 [2021-09-16T19:13:16.710Z] Cache-Control: no-cache [2021-09-16T19:13:16.710Z] Content-Type: application/json [2021-09-16T19:13:16.710Z] Date: Thu, 16 Sep 2021 19:13:16 GMT [2021-09-16T19:13:16.710Z] Expires: -1 [2021-09-16T19:13:16.710Z] Pragma: no-cache [2021-09-16T19:13:16.710Z] Server: docker-tests/mock [2021-09-16T19:13:16.710Z] X-Docker-Registry-Config: mock [2021-09-16T19:13:16.710Z] X-Docker-Registry-Version: 0.0.0 [2021-09-16T19:13:16.710Z] [2021-09-16T19:13:16.710Z] [2021-09-16T19:13:16.710Z] --- PASS: TestSearchRepositories (0.00s) [2021-09-16T19:13:16.710Z] === RUN TestTrustedLocation [2021-09-16T19:13:16.710Z] --- PASS: TestTrustedLocation (0.00s) [2021-09-16T19:13:16.710Z] === RUN TestAddRequiredHeadersToRedirectedRequests [2021-09-16T19:13:16.710Z] --- PASS: TestAddRequiredHeadersToRedirectedRequests (0.00s) [2021-09-16T19:13:16.710Z] === RUN TestAllowNondistributableArtifacts [2021-09-16T19:13:16.710Z] --- PASS: TestAllowNondistributableArtifacts (0.00s) [2021-09-16T19:13:16.710Z] === RUN TestIsSecureIndex [2021-09-16T19:13:16.710Z] --- PASS: TestIsSecureIndex (0.00s) [2021-09-16T19:13:16.710Z] PASS [2021-09-16T19:13:16.710Z] coverage: 51.7% of statements [2021-09-16T19:13:16.710Z] ok github.com/docker/docker/registry 0.140s coverage: 51.7% of statements [2021-09-16T19:13:16.710Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2021-09-16T19:13:16.710Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2021-09-16T19:13:16.710Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2021-09-16T19:13:16.710Z] ? github.com/docker/docker/libnetwork/netutils [no test files] [2021-09-16T19:13:17.179Z] === RUN TestRestartManagerTimeout [2021-09-16T19:13:17.179Z] --- PASS: TestRestartManagerTimeout (0.00s) [2021-09-16T19:13:17.179Z] === RUN TestRestartManagerTimeoutReset [2021-09-16T19:13:17.179Z] --- PASS: TestRestartManagerTimeoutReset (0.00s) [2021-09-16T19:13:17.179Z] PASS [2021-09-16T19:13:17.179Z] coverage: 50.9% of statements [2021-09-16T19:13:17.179Z] ok github.com/docker/docker/restartmanager 0.032s coverage: 50.9% of statements [2021-09-16T19:13:17.179Z] === RUN TestResumableRequestHeaderSimpleErrors [2021-09-16T19:13:17.179Z] --- PASS: TestResumableRequestHeaderSimpleErrors (0.00s) [2021-09-16T19:13:17.179Z] === RUN TestResumableRequestHeaderNotTooMuchFailures [2021-09-16T19:13:17.179Z] --- PASS: TestResumableRequestHeaderNotTooMuchFailures (0.01s) [2021-09-16T19:13:17.179Z] === RUN TestResumableRequestHeaderTooMuchFailures [2021-09-16T19:13:17.179Z] --- PASS: TestResumableRequestHeaderTooMuchFailures (0.00s) [2021-09-16T19:13:17.179Z] === RUN TestResumableRequestReaderWithReadError [2021-09-16T19:13:17.179Z] time="2021-09-16T19:13:17Z" level=info msg="encountered error during pull and clearing it before resume: An error occurred" [2021-09-16T19:13:17.179Z] --- PASS: TestResumableRequestReaderWithReadError (0.09s) [2021-09-16T19:13:17.179Z] === RUN TestResumableRequestReaderWithEOFWith416Response [2021-09-16T19:13:17.179Z] --- PASS: TestResumableRequestReaderWithEOFWith416Response (0.00s) [2021-09-16T19:13:17.179Z] === RUN TestResumableRequestReaderWithServerDoesntSupportByteRanges [2021-09-16T19:13:17.179Z] --- PASS: TestResumableRequestReaderWithServerDoesntSupportByteRanges (0.00s) [2021-09-16T19:13:17.179Z] === RUN TestResumableRequestReaderWithZeroTotalSize [2021-09-16T19:13:17.179Z] --- PASS: TestResumableRequestReaderWithZeroTotalSize (0.00s) [2021-09-16T19:13:17.179Z] === RUN TestResumableRequestReader [2021-09-16T19:13:17.179Z] --- PASS: TestResumableRequestReader (0.00s) [2021-09-16T19:13:17.179Z] === RUN TestResumableRequestReaderWithInitialResponse [2021-09-16T19:13:17.179Z] --- PASS: TestResumableRequestReaderWithInitialResponse (0.00s) [2021-09-16T19:13:17.179Z] PASS [2021-09-16T19:13:17.179Z] coverage: 100.0% of statements [2021-09-16T19:13:17.179Z] ok github.com/docker/docker/registry/resumable 0.144s coverage: 100.0% of statements [2021-09-16T19:13:17.465Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2021-09-16T19:13:17.648Z] === RUN TestDecodeContainerConfig [2021-09-16T19:13:17.648Z] --- PASS: TestDecodeContainerConfig (0.00s) [2021-09-16T19:13:17.648Z] === RUN TestDecodeContainerConfigIsolation [2021-09-16T19:13:17.648Z] --- PASS: TestDecodeContainerConfigIsolation (0.00s) [2021-09-16T19:13:17.648Z] === RUN TestValidatePrivileged [2021-09-16T19:13:17.648Z] --- PASS: TestValidatePrivileged (0.00s) [2021-09-16T19:13:17.648Z] PASS [2021-09-16T19:13:17.648Z] coverage: 52.2% of statements [2021-09-16T19:13:17.648Z] ok github.com/docker/docker/runconfig 0.038s coverage: 52.2% of statements [2021-09-16T19:13:18.118Z] === RUN TestGenerateRandomAlphaOnlyStringLength [2021-09-16T19:13:18.118Z] --- PASS: TestGenerateRandomAlphaOnlyStringLength (0.00s) [2021-09-16T19:13:18.118Z] === RUN TestGenerateRandomAlphaOnlyStringUniqueness [2021-09-16T19:13:18.118Z] --- PASS: TestGenerateRandomAlphaOnlyStringUniqueness (0.00s) [2021-09-16T19:13:18.118Z] PASS [2021-09-16T19:13:18.118Z] coverage: 62.5% of statements [2021-09-16T19:13:18.118Z] ok github.com/docker/docker/testutil 0.058s coverage: 62.5% of statements [2021-09-16T19:13:18.852Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-09-16T19:13:18.852Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2021-09-16T19:13:19.575Z] --- PASS: TestServicePlugin (30.42s) [2021-09-16T19:13:19.575Z] === RUN TestServiceUpdateLabel [2021-09-16T19:13:19.792Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-09-16T19:13:20.265Z] tests/integration/api_volume_test.py ......... [ 74%] [2021-09-16T19:13:20.336Z] === RUN TestGetDriver [2021-09-16T19:13:20.336Z] --- PASS: TestGetDriver (0.00s) [2021-09-16T19:13:20.336Z] === RUN TestVolumeRequestError [2021-09-16T19:13:20.336Z] --- PASS: TestVolumeRequestError (0.01s) [2021-09-16T19:13:20.336Z] PASS [2021-09-16T19:13:20.336Z] coverage: 36.1% of statements [2021-09-16T19:13:20.336Z] ok github.com/docker/docker/volume/drivers 0.043s coverage: 36.1% of statements [2021-09-16T19:13:20.336Z] === RUN TestGetAddress [2021-09-16T19:13:20.336Z] --- PASS: TestGetAddress (0.00s) [2021-09-16T19:13:20.336Z] === RUN TestRemove [2021-09-16T19:13:20.336Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2021-09-16T19:13:20.336Z] --- SKIP: TestRemove (0.00s) [2021-09-16T19:13:20.336Z] === RUN TestInitializeWithVolumes [2021-09-16T19:13:20.336Z] --- PASS: TestInitializeWithVolumes (0.01s) [2021-09-16T19:13:20.336Z] === RUN TestCreate [2021-09-16T19:13:20.336Z] --- PASS: TestCreate (0.01s) [2021-09-16T19:13:20.336Z] === RUN TestValidateName [2021-09-16T19:13:20.336Z] --- PASS: TestValidateName (0.00s) [2021-09-16T19:13:20.336Z] === RUN TestCreateWithOpts [2021-09-16T19:13:20.336Z] local_test.go:180: runtime.GOOS == "windows" [2021-09-16T19:13:20.336Z] --- SKIP: TestCreateWithOpts (0.00s) [2021-09-16T19:13:20.336Z] === RUN TestRelaodNoOpts [2021-09-16T19:13:20.336Z] --- PASS: TestRelaodNoOpts (0.01s) [2021-09-16T19:13:20.336Z] PASS [2021-09-16T19:13:20.336Z] coverage: 41.5% of statements [2021-09-16T19:13:20.336Z] ok github.com/docker/docker/volume/local 0.060s coverage: 41.5% of statements [2021-09-16T19:13:20.336Z] --- PASS: TestNewClientWithTimeout (17.61s) [2021-09-16T19:13:20.336Z] === RUN TestClientStream [2021-09-16T19:13:20.336Z] --- PASS: TestClientStream (0.00s) [2021-09-16T19:13:20.336Z] === RUN TestClientSendFile [2021-09-16T19:13:20.336Z] --- PASS: TestClientSendFile (0.00s) [2021-09-16T19:13:20.336Z] === RUN TestClientWithRequestTimeout [2021-09-16T19:13:20.336Z] --- PASS: TestClientWithRequestTimeout (0.01s) [2021-09-16T19:13:20.336Z] === RUN TestFileSpecPlugin [2021-09-16T19:13:20.336Z] --- PASS: TestFileSpecPlugin (0.01s) [2021-09-16T19:13:20.336Z] === RUN TestFileJSONSpecPlugin [2021-09-16T19:13:20.336Z] --- PASS: TestFileJSONSpecPlugin (0.00s) [2021-09-16T19:13:20.336Z] === RUN TestFileJSONSpecPluginWithoutTLSConfig [2021-09-16T19:13:20.336Z] --- PASS: TestFileJSONSpecPluginWithoutTLSConfig (0.01s) [2021-09-16T19:13:20.336Z] === RUN TestPluginAddHandler [2021-09-16T19:13:20.336Z] --- PASS: TestPluginAddHandler (0.00s) [2021-09-16T19:13:20.336Z] === RUN TestPluginWaitBadPlugin [2021-09-16T19:13:20.336Z] --- PASS: TestPluginWaitBadPlugin (0.00s) [2021-09-16T19:13:20.336Z] === RUN TestGet [2021-09-16T19:13:20.336Z] time="2021-09-16T19:13:20Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 1s" [2021-09-16T19:13:20.508Z] --- PASS: TestServiceUpdateLabel (2.16s) [2021-09-16T19:13:20.508Z] === RUN TestServiceUpdateSecrets [2021-09-16T19:13:20.734Z] check_test.go:308: [ded12d625be79] daemon is not started [2021-09-16T19:13:20.735Z] === RUN TestDockerDaemonSuite/TestDaemonRestartCleanupNetns [2021-09-16T19:13:21.324Z] === RUN TestLCOWParseMountRaw [2021-09-16T19:13:21.324Z] --- PASS: TestLCOWParseMountRaw (0.00s) [2021-09-16T19:13:21.324Z] === RUN TestLCOWParseMountRawSplit [2021-09-16T19:13:21.324Z] === RUN TestLCOWParseMountRawSplit/0_c:\:/foo [2021-09-16T19:13:21.324Z] === RUN TestLCOWParseMountRawSplit/1_c:\:/foo:ro [2021-09-16T19:13:21.324Z] === RUN TestLCOWParseMountRawSplit/2_c:\:/foo:rw [2021-09-16T19:13:21.324Z] === RUN TestLCOWParseMountRawSplit/3_c:\:/foo:foo [2021-09-16T19:13:21.324Z] === RUN TestLCOWParseMountRawSplit/4_name:/foo:rw [2021-09-16T19:13:21.324Z] === RUN TestLCOWParseMountRawSplit/5_name:/foo [2021-09-16T19:13:21.324Z] === RUN TestLCOWParseMountRawSplit/6_name:/foo:ro [2021-09-16T19:13:21.324Z] === RUN TestLCOWParseMountRawSplit/7_name:/ [2021-09-16T19:13:21.324Z] === RUN TestLCOWParseMountRawSplit/8_driver/name:/ [2021-09-16T19:13:21.324Z] === RUN TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar [2021-09-16T19:13:21.324Z] === RUN TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data [2021-09-16T19:13:21.324Z] === RUN TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo [2021-09-16T19:13:21.324Z] --- PASS: TestLCOWParseMountRawSplit (0.00s) [2021-09-16T19:13:21.324Z] --- PASS: TestLCOWParseMountRawSplit/0_c:\:/foo (0.00s) [2021-09-16T19:13:21.324Z] --- PASS: TestLCOWParseMountRawSplit/1_c:\:/foo:ro (0.00s) [2021-09-16T19:13:21.324Z] --- PASS: TestLCOWParseMountRawSplit/2_c:\:/foo:rw (0.00s) [2021-09-16T19:13:21.324Z] --- PASS: TestLCOWParseMountRawSplit/3_c:\:/foo:foo (0.00s) [2021-09-16T19:13:21.324Z] --- PASS: TestLCOWParseMountRawSplit/4_name:/foo:rw (0.00s) [2021-09-16T19:13:21.324Z] --- PASS: TestLCOWParseMountRawSplit/5_name:/foo (0.00s) [2021-09-16T19:13:21.324Z] --- PASS: TestLCOWParseMountRawSplit/6_name:/foo:ro (0.00s) [2021-09-16T19:13:21.324Z] --- PASS: TestLCOWParseMountRawSplit/7_name:/ (0.00s) [2021-09-16T19:13:21.324Z] --- PASS: TestLCOWParseMountRawSplit/8_driver/name:/ (0.00s) [2021-09-16T19:13:21.324Z] --- PASS: TestLCOWParseMountRawSplit/9_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2021-09-16T19:13:21.324Z] --- PASS: TestLCOWParseMountRawSplit/10_\\.\pipe\foo:/data (0.00s) [2021-09-16T19:13:21.324Z] --- PASS: TestLCOWParseMountRawSplit/11_c:\foo\bar:\\.\pipe\foo (0.00s) [2021-09-16T19:13:21.324Z] === RUN TestLinuxParseMountRaw [2021-09-16T19:13:21.324Z] --- PASS: TestLinuxParseMountRaw (0.00s) [2021-09-16T19:13:21.324Z] === RUN TestLinuxParseMountRawSplit [2021-09-16T19:13:21.324Z] === RUN TestLinuxParseMountRawSplit/0_/tmp:/tmp1 [2021-09-16T19:13:21.324Z] === RUN TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro [2021-09-16T19:13:21.324Z] === RUN TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw [2021-09-16T19:13:21.324Z] === RUN TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo [2021-09-16T19:13:21.324Z] === RUN TestLinuxParseMountRawSplit/4_name:/named1 [2021-09-16T19:13:21.324Z] === RUN TestLinuxParseMountRawSplit/5_name:/named2 [2021-09-16T19:13:21.324Z] === RUN TestLinuxParseMountRawSplit/6_name:/named3:ro [2021-09-16T19:13:21.324Z] === RUN TestLinuxParseMountRawSplit/7_local/name:/tmp:rw [2021-09-16T19:13:21.324Z] === RUN TestLinuxParseMountRawSplit/8_/tmp:tmp [2021-09-16T19:13:21.324Z] --- PASS: TestLinuxParseMountRawSplit (0.00s) [2021-09-16T19:13:21.324Z] --- PASS: TestLinuxParseMountRawSplit/0_/tmp:/tmp1 (0.00s) [2021-09-16T19:13:21.324Z] --- PASS: TestLinuxParseMountRawSplit/1_/tmp:/tmp2:ro (0.00s) [2021-09-16T19:13:21.324Z] --- PASS: TestLinuxParseMountRawSplit/2_/tmp:/tmp3:rw (0.00s) [2021-09-16T19:13:21.324Z] --- PASS: TestLinuxParseMountRawSplit/3_/tmp:/tmp4:foo (0.00s) [2021-09-16T19:13:21.324Z] --- PASS: TestLinuxParseMountRawSplit/4_name:/named1 (0.00s) [2021-09-16T19:13:21.324Z] --- PASS: TestLinuxParseMountRawSplit/5_name:/named2 (0.00s) [2021-09-16T19:13:21.324Z] --- PASS: TestLinuxParseMountRawSplit/6_name:/named3:ro (0.00s) [2021-09-16T19:13:21.324Z] --- PASS: TestLinuxParseMountRawSplit/7_local/name:/tmp:rw (0.00s) [2021-09-16T19:13:21.324Z] --- PASS: TestLinuxParseMountRawSplit/8_/tmp:tmp (0.00s) [2021-09-16T19:13:21.324Z] === RUN TestLinuxParseMountSpecBindWithFileinfoError [2021-09-16T19:13:21.324Z] --- PASS: TestLinuxParseMountSpecBindWithFileinfoError (0.00s) [2021-09-16T19:13:21.324Z] === RUN TestConvertTmpfsOptions [2021-09-16T19:13:21.324Z] linux_parser_test.go:209: data="mode=700,size=1m" [2021-09-16T19:13:21.324Z] linux_parser_test.go:209: data="ro" [2021-09-16T19:13:21.324Z] --- PASS: TestConvertTmpfsOptions (0.00s) [2021-09-16T19:13:21.324Z] === RUN TestParseMountSpec [2021-09-16T19:13:21.324Z] parser_test.go:62: case 0 [2021-09-16T19:13:21.324Z] parser_test.go:62: case 1 [2021-09-16T19:13:21.324Z] parser_test.go:62: case 2 [2021-09-16T19:13:21.324Z] parser_test.go:62: case 3 [2021-09-16T19:13:21.324Z] parser_test.go:62: case 4 [2021-09-16T19:13:21.324Z] parser_test.go:62: case 5 [2021-09-16T19:13:21.324Z] --- PASS: TestParseMountSpec (0.00s) [2021-09-16T19:13:21.324Z] === RUN TestValidateMount [2021-09-16T19:13:21.324Z] --- PASS: TestValidateMount (0.00s) [2021-09-16T19:13:21.324Z] === RUN TestWindowsParseMountRaw [2021-09-16T19:13:21.324Z] --- PASS: TestWindowsParseMountRaw (0.00s) [2021-09-16T19:13:21.324Z] === RUN TestWindowsParseMountRawSplit [2021-09-16T19:13:21.324Z] === RUN TestWindowsParseMountRawSplit/0_c:\:d: [2021-09-16T19:13:21.324Z] === RUN TestWindowsParseMountRawSplit/1_c:\:d:\ [2021-09-16T19:13:21.324Z] === RUN TestWindowsParseMountRawSplit/2_c:\:d:\:ro [2021-09-16T19:13:21.324Z] === RUN TestWindowsParseMountRawSplit/3_c:\:d:\:rw [2021-09-16T19:13:21.324Z] === RUN TestWindowsParseMountRawSplit/4_c:\:d:\:foo [2021-09-16T19:13:21.324Z] === RUN TestWindowsParseMountRawSplit/5_name:d::rw [2021-09-16T19:13:21.324Z] === RUN TestWindowsParseMountRawSplit/6_name:d: [2021-09-16T19:13:21.324Z] === RUN TestWindowsParseMountRawSplit/7_name:d::ro [2021-09-16T19:13:21.324Z] === RUN TestWindowsParseMountRawSplit/8_name:c: [2021-09-16T19:13:21.324Z] === RUN TestWindowsParseMountRawSplit/9_driver/name:c: [2021-09-16T19:13:21.324Z] === RUN TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar [2021-09-16T19:13:21.324Z] === RUN TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar [2021-09-16T19:13:21.324Z] === RUN TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo [2021-09-16T19:13:21.324Z] --- PASS: TestWindowsParseMountRawSplit (0.00s) [2021-09-16T19:13:21.324Z] --- PASS: TestWindowsParseMountRawSplit/0_c:\:d: (0.00s) [2021-09-16T19:13:21.324Z] --- PASS: TestWindowsParseMountRawSplit/1_c:\:d:\ (0.00s) [2021-09-16T19:13:21.324Z] --- PASS: TestWindowsParseMountRawSplit/2_c:\:d:\:ro (0.00s) [2021-09-16T19:13:21.324Z] --- PASS: TestWindowsParseMountRawSplit/3_c:\:d:\:rw (0.00s) [2021-09-16T19:13:21.324Z] --- PASS: TestWindowsParseMountRawSplit/4_c:\:d:\:foo (0.00s) [2021-09-16T19:13:21.324Z] --- PASS: TestWindowsParseMountRawSplit/5_name:d::rw (0.00s) [2021-09-16T19:13:21.325Z] --- PASS: TestWindowsParseMountRawSplit/6_name:d: (0.00s) [2021-09-16T19:13:21.325Z] --- PASS: TestWindowsParseMountRawSplit/7_name:d::ro (0.00s) [2021-09-16T19:13:21.325Z] --- PASS: TestWindowsParseMountRawSplit/8_name:c: (0.00s) [2021-09-16T19:13:21.325Z] --- PASS: TestWindowsParseMountRawSplit/9_driver/name:c: (0.00s) [2021-09-16T19:13:21.325Z] --- PASS: TestWindowsParseMountRawSplit/10_\\.\pipe\foo:\\.\pipe\bar (0.00s) [2021-09-16T19:13:21.325Z] --- PASS: TestWindowsParseMountRawSplit/11_\\.\pipe\foo:c:\foo\bar (0.00s) [2021-09-16T19:13:21.325Z] --- PASS: TestWindowsParseMountRawSplit/12_c:\foo\bar:\\.\pipe\foo (0.00s) [2021-09-16T19:13:21.325Z] === RUN TestWindowsParseMountSpecBindWithFileinfoError [2021-09-16T19:13:21.325Z] --- PASS: TestWindowsParseMountSpecBindWithFileinfoError (0.00s) [2021-09-16T19:13:21.325Z] PASS [2021-09-16T19:13:21.325Z] coverage: 67.6% of statements [2021-09-16T19:13:21.325Z] ok github.com/docker/docker/volume/mounts 0.038s coverage: 67.6% of statements [2021-09-16T19:13:21.325Z] time="2021-09-16T19:13:21Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 2s" [2021-09-16T19:13:21.794Z] === RUN TestSetGetMeta [2021-09-16T19:13:21.794Z] === PAUSE TestSetGetMeta [2021-09-16T19:13:21.794Z] === RUN TestRestore [2021-09-16T19:13:21.794Z] === PAUSE TestRestore [2021-09-16T19:13:21.794Z] === RUN TestServiceCreate [2021-09-16T19:13:21.794Z] === PAUSE TestServiceCreate [2021-09-16T19:13:21.794Z] === RUN TestServiceList [2021-09-16T19:13:21.794Z] === PAUSE TestServiceList [2021-09-16T19:13:21.794Z] === RUN TestServiceRemove [2021-09-16T19:13:21.794Z] === PAUSE TestServiceRemove [2021-09-16T19:13:21.794Z] === RUN TestServiceGet [2021-09-16T19:13:21.794Z] === PAUSE TestServiceGet [2021-09-16T19:13:21.794Z] === RUN TestServicePrune [2021-09-16T19:13:21.794Z] === PAUSE TestServicePrune [2021-09-16T19:13:21.794Z] === RUN TestCreate [2021-09-16T19:13:21.794Z] === PAUSE TestCreate [2021-09-16T19:13:21.794Z] === RUN TestRemove [2021-09-16T19:13:21.794Z] === PAUSE TestRemove [2021-09-16T19:13:21.794Z] === RUN TestList [2021-09-16T19:13:21.794Z] === PAUSE TestList [2021-09-16T19:13:21.794Z] === RUN TestFindByDriver [2021-09-16T19:13:21.794Z] === PAUSE TestFindByDriver [2021-09-16T19:13:21.794Z] === RUN TestFindByReferenced [2021-09-16T19:13:21.794Z] === PAUSE TestFindByReferenced [2021-09-16T19:13:21.794Z] === RUN TestDerefMultipleOfSameRef [2021-09-16T19:13:21.794Z] === PAUSE TestDerefMultipleOfSameRef [2021-09-16T19:13:21.794Z] === RUN TestCreateKeepOptsLabelsWhenExistsRemotely [2021-09-16T19:13:21.794Z] === PAUSE TestCreateKeepOptsLabelsWhenExistsRemotely [2021-09-16T19:13:21.794Z] === RUN TestDefererencePluginOnCreateError [2021-09-16T19:13:21.794Z] === PAUSE TestDefererencePluginOnCreateError [2021-09-16T19:13:21.794Z] === RUN TestRefDerefRemove [2021-09-16T19:13:21.794Z] === PAUSE TestRefDerefRemove [2021-09-16T19:13:21.794Z] === RUN TestGet [2021-09-16T19:13:21.794Z] === PAUSE TestGet [2021-09-16T19:13:21.794Z] === RUN TestGetWithReference [2021-09-16T19:13:21.794Z] === PAUSE TestGetWithReference [2021-09-16T19:13:21.794Z] === RUN TestFilterFunc [2021-09-16T19:13:21.794Z] === RUN TestFilterFunc/test_nil_list [2021-09-16T19:13:21.794Z] === PAUSE TestFilterFunc/test_nil_list [2021-09-16T19:13:21.794Z] === RUN TestFilterFunc/test_empty_list [2021-09-16T19:13:21.794Z] === PAUSE TestFilterFunc/test_empty_list [2021-09-16T19:13:21.794Z] === RUN TestFilterFunc/test_filter_non-empty_to_empty [2021-09-16T19:13:21.794Z] === PAUSE TestFilterFunc/test_filter_non-empty_to_empty [2021-09-16T19:13:21.794Z] === RUN TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-09-16T19:13:21.794Z] === PAUSE TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-09-16T19:13:21.794Z] === RUN TestFilterFunc/test_filter_some [2021-09-16T19:13:21.794Z] === PAUSE TestFilterFunc/test_filter_some [2021-09-16T19:13:21.794Z] === RUN TestFilterFunc/test_filter_middle [2021-09-16T19:13:21.794Z] === PAUSE TestFilterFunc/test_filter_middle [2021-09-16T19:13:21.794Z] === RUN TestFilterFunc/test_filter_middle_and_last [2021-09-16T19:13:21.794Z] === PAUSE TestFilterFunc/test_filter_middle_and_last [2021-09-16T19:13:21.794Z] === RUN TestFilterFunc/test_filter_first_and_last [2021-09-16T19:13:21.794Z] === PAUSE TestFilterFunc/test_filter_first_and_last [2021-09-16T19:13:21.794Z] === CONT TestFilterFunc/test_nil_list [2021-09-16T19:13:21.794Z] === CONT TestFilterFunc/test_filter_first_and_last [2021-09-16T19:13:21.794Z] === CONT TestFilterFunc/test_filter_some [2021-09-16T19:13:21.794Z] === CONT TestFilterFunc/test_filter_middle_and_last [2021-09-16T19:13:21.794Z] === CONT TestFilterFunc/test_nothing_to_fitler_non-empty_list [2021-09-16T19:13:21.794Z] === CONT TestFilterFunc/test_filter_middle [2021-09-16T19:13:21.794Z] === CONT TestFilterFunc/test_filter_non-empty_to_empty [2021-09-16T19:13:21.794Z] === CONT TestFilterFunc/test_empty_list [2021-09-16T19:13:21.794Z] --- PASS: TestFilterFunc (0.00s) [2021-09-16T19:13:21.794Z] --- PASS: TestFilterFunc/test_nil_list (0.00s) [2021-09-16T19:13:21.794Z] --- PASS: TestFilterFunc/test_filter_some (0.00s) [2021-09-16T19:13:21.794Z] --- PASS: TestFilterFunc/test_nothing_to_fitler_non-empty_list (0.00s) [2021-09-16T19:13:21.794Z] --- PASS: TestFilterFunc/test_filter_middle (0.00s) [2021-09-16T19:13:21.794Z] --- PASS: TestFilterFunc/test_filter_first_and_last (0.00s) [2021-09-16T19:13:21.794Z] --- PASS: TestFilterFunc/test_filter_non-empty_to_empty (0.00s) [2021-09-16T19:13:21.794Z] --- PASS: TestFilterFunc/test_empty_list (0.00s) [2021-09-16T19:13:21.794Z] --- PASS: TestFilterFunc/test_filter_middle_and_last (0.00s) [2021-09-16T19:13:21.794Z] === CONT TestSetGetMeta [2021-09-16T19:13:21.794Z] === CONT TestList [2021-09-16T19:13:21.794Z] === CONT TestDefererencePluginOnCreateError [2021-09-16T19:13:21.794Z] === CONT TestServiceGet [2021-09-16T19:13:21.794Z] --- PASS: TestSetGetMeta (0.02s) [2021-09-16T19:13:21.794Z] === CONT TestServiceRemove [2021-09-16T19:13:21.794Z] --- PASS: TestDefererencePluginOnCreateError (0.03s) [2021-09-16T19:13:21.794Z] === CONT TestServiceList [2021-09-16T19:13:21.794Z] --- PASS: TestList (0.04s) [2021-09-16T19:13:21.794Z] === CONT TestServiceCreate [2021-09-16T19:13:21.794Z] --- PASS: TestServiceGet (0.12s) [2021-09-16T19:13:21.794Z] === CONT TestRestore [2021-09-16T19:13:21.794Z] --- PASS: TestServiceRemove (0.10s) [2021-09-16T19:13:21.794Z] === CONT TestGet [2021-09-16T19:13:21.794Z] --- PASS: TestServiceCreate (0.09s) [2021-09-16T19:13:21.794Z] === CONT TestGetWithReference [2021-09-16T19:13:21.794Z] --- PASS: TestServiceList (0.10s) [2021-09-16T19:13:21.794Z] === CONT TestCreate [2021-09-16T19:13:21.794Z] --- PASS: TestGet (0.02s) [2021-09-16T19:13:21.794Z] === CONT TestRemove [2021-09-16T19:13:21.794Z] --- PASS: TestCreate (0.02s) [2021-09-16T19:13:21.794Z] === CONT TestDerefMultipleOfSameRef [2021-09-16T19:13:21.794Z] --- PASS: TestRestore (0.03s) [2021-09-16T19:13:21.794Z] === CONT TestCreateKeepOptsLabelsWhenExistsRemotely [2021-09-16T19:13:21.794Z] --- PASS: TestGetWithReference (0.02s) [2021-09-16T19:13:21.794Z] === CONT TestFindByReferenced [2021-09-16T19:13:21.794Z] --- PASS: TestCreateKeepOptsLabelsWhenExistsRemotely (0.02s) [2021-09-16T19:13:21.794Z] === CONT TestFindByDriver [2021-09-16T19:13:21.794Z] --- PASS: TestDerefMultipleOfSameRef (0.02s) [2021-09-16T19:13:21.794Z] === CONT TestServicePrune [2021-09-16T19:13:21.794Z] --- PASS: TestRemove (0.02s) [2021-09-16T19:13:21.794Z] === CONT TestRefDerefRemove [2021-09-16T19:13:21.794Z] --- PASS: TestFindByReferenced (0.02s) [2021-09-16T19:13:21.794Z] --- PASS: TestFindByDriver (0.02s) [2021-09-16T19:13:21.794Z] time="2021-09-16T19:13:21Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-09-16T19:13:21.794Z] --- PASS: TestRefDerefRemove (0.02s) [2021-09-16T19:13:21.794Z] time="2021-09-16T19:13:21Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-09-16T19:13:21.794Z] time="2021-09-16T19:13:21Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-09-16T19:13:21.794Z] time="2021-09-16T19:13:21Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test3 [2021-09-16T19:13:21.794Z] time="2021-09-16T19:13:21Z" level=warning msg="could not determine size of volume" error="CreateFile fake: The system cannot find the file specified." volume=test [2021-09-16T19:13:21.794Z] --- PASS: TestServicePrune (0.03s) [2021-09-16T19:13:21.794Z] PASS [2021-09-16T19:13:21.794Z] coverage: 69.0% of statements [2021-09-16T19:13:21.794Z] ok github.com/docker/docker/volume/service 0.233s coverage: 69.0% of statements [2021-09-16T19:13:22.120Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2021-09-16T19:13:22.120Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.22s) [2021-09-16T19:13:22.120Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.49s) [2021-09-16T19:13:22.120Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.37s) [2021-09-16T19:13:22.120Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.44s) [2021-09-16T19:13:22.120Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.37s) [2021-09-16T19:13:22.120Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.47s) [2021-09-16T19:13:22.120Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.14s) [2021-09-16T19:13:22.120Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.11s) [2021-09-16T19:13:22.120Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.41s) [2021-09-16T19:13:22.120Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.89s) [2021-09-16T19:13:22.120Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.83s) [2021-09-16T19:13:22.120Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.52s) [2021-09-16T19:13:22.120Z] === RUN TestCgroupNamespacesRun [2021-09-16T19:13:22.162Z] tests/integration/client_test.py ..... [ 75%] [2021-09-16T19:13:22.162Z] tests/integration/context_api_test.py ... [ 76%] [2021-09-16T19:13:22.381Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2021-09-16T19:13:22.951Z] === RUN TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart [2021-09-16T19:13:23.097Z] tests/integration/errors_test.py . [ 76%] [2021-09-16T19:13:23.365Z] time="2021-09-16T19:13:23Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 4s" [2021-09-16T19:13:23.894Z] --- PASS: TestCgroupNamespacesRun (1.61s) [2021-09-16T19:13:23.894Z] === RUN TestCgroupNamespacesRunPrivileged [2021-09-16T19:13:25.856Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.93s) [2021-09-16T19:13:25.856Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-09-16T19:13:27.769Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.90s) [2021-09-16T19:13:27.769Z] === RUN TestCgroupNamespacesRunHostMode [2021-09-16T19:13:28.123Z] time="2021-09-16T19:13:27Z" level=warning msg="Unable to locate plugin: vegetable, retrying in 8s" [2021-09-16T19:13:29.152Z] --- PASS: TestCgroupNamespacesRunHostMode (1.72s) [2021-09-16T19:13:29.152Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-09-16T19:13:31.064Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.80s) [2021-09-16T19:13:31.064Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-09-16T19:13:32.722Z] --- PASS: TestBuildWithHugeFile (53.86s) [2021-09-16T19:13:32.722Z] === RUN TestBuildWCOWSandboxSize [2021-09-16T19:13:32.722Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-09-16T19:13:32.722Z] --- SKIP: TestBuildWCOWSandboxSize (0.01s) [2021-09-16T19:13:32.722Z] === RUN TestBuildWithEmptyDockerfile [2021-09-16T19:13:32.722Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-09-16T19:13:32.722Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-09-16T19:13:32.722Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-09-16T19:13:32.722Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-09-16T19:13:32.722Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-09-16T19:13:32.722Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-09-16T19:13:32.722Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-09-16T19:13:32.722Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-09-16T19:13:32.722Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-09-16T19:13:32.722Z] --- PASS: TestBuildWithEmptyDockerfile (0.11s) [2021-09-16T19:13:32.722Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.16s) [2021-09-16T19:13:32.722Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.17s) [2021-09-16T19:13:32.722Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.17s) [2021-09-16T19:13:32.722Z] === RUN TestBuildPreserveOwnership [2021-09-16T19:13:32.722Z] === RUN TestBuildPreserveOwnership/copy_from [2021-09-16T19:13:33.293Z] === RUN TestBuildPreserveOwnership/copy_from_chowned [2021-09-16T19:13:33.610Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (2.26s) [2021-09-16T19:13:33.610Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-09-16T19:13:34.553Z] --- PASS: TestCgroupNamespacesRunInvalidMode (1.04s) [2021-09-16T19:13:34.553Z] === RUN TestCgroupNamespacesRunOlderClient [2021-09-16T19:13:34.553Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2021-09-16T19:13:34.679Z] --- PASS: TestBuildPreserveOwnership (4.14s) [2021-09-16T19:13:34.679Z] --- PASS: TestBuildPreserveOwnership/copy_from (2.78s) [2021-09-16T19:13:34.679Z] --- PASS: TestBuildPreserveOwnership/copy_from_chowned (1.35s) [2021-09-16T19:13:34.679Z] === RUN TestBuildPlatformInvalid [2021-09-16T19:13:34.679Z] --- PASS: TestBuildPlatformInvalid (0.13s) [2021-09-16T19:13:34.679Z] === RUN TestBuildUserNamespaceValidateCapabilitiesAreV2 [2021-09-16T19:13:35.459Z] --- PASS: TestServiceUpdateSecrets (14.66s) [2021-09-16T19:13:35.459Z] === RUN TestServiceUpdateConfigs [2021-09-16T19:13:36.066Z] Loaded image: busybox:latest [2021-09-16T19:13:36.066Z] Loaded image: busybox:glibc [2021-09-16T19:13:36.798Z] --- PASS: TestGet (15.01s) [2021-09-16T19:13:36.798Z] === RUN TestPluginWithNoManifest [2021-09-16T19:13:36.798Z] --- PASS: TestPluginWithNoManifest (0.00s) [2021-09-16T19:13:36.798Z] === RUN TestGetAll [2021-09-16T19:13:36.798Z] --- PASS: TestGetAll (0.00s) [2021-09-16T19:13:36.798Z] PASS [2021-09-16T19:13:36.798Z] coverage: 73.2% of statements [2021-09-16T19:13:36.798Z] ok github.com/docker/docker/pkg/plugins 34.816s coverage: 73.2% of statements [2021-09-16T19:13:37.098Z] --- PASS: TestCgroupNamespacesRunOlderClient (2.40s) [2021-09-16T19:13:37.098Z] === RUN TestNISDomainname [2021-09-16T19:13:37.098Z] === RUN TestDockerDaemonSuite/TestDaemonRestartKillWait [2021-09-16T19:13:37.454Z] Loaded image: debian:bullseye-slim [2021-09-16T19:13:37.454Z] Loaded image: hello-world:latest [2021-09-16T19:13:37.454Z] Loaded image: arm32v7/hello-world:latest [2021-09-16T19:13:37.668Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2021-09-16T19:13:37.668Z] --- PASS: TestNISDomainname (0.95s) [2021-09-16T19:13:37.668Z] === RUN TestHostnameDnsResolution [2021-09-16T19:13:39.050Z] --- PASS: TestHostnameDnsResolution (1.27s) [2021-09-16T19:13:39.050Z] === RUN TestStats [2021-09-16T19:13:39.310Z] === RUN TestDockerDaemonSuite/TestDaemonRestartLocalVolumes [2021-09-16T19:13:39.880Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2021-09-16T19:13:40.140Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2021-09-16T19:13:40.401Z] === RUN TestDockerDaemonSuite/TestDaemonRestartOnFailure [2021-09-16T19:13:41.341Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2021-09-16T19:13:41.530Z] tests/integration/models_containers_test.py ............................ [ 83%] [2021-09-16T19:13:41.620Z] --- PASS: TestStats (2.75s) [2021-09-16T19:13:41.620Z] === RUN TestStopContainerWithTimeout [2021-09-16T19:13:41.620Z] === RUN TestStopContainerWithTimeout/0 [2021-09-16T19:13:41.620Z] === PAUSE TestStopContainerWithTimeout/0 [2021-09-16T19:13:41.620Z] === RUN TestStopContainerWithTimeout/1 [2021-09-16T19:13:41.620Z] === PAUSE TestStopContainerWithTimeout/1 [2021-09-16T19:13:41.620Z] === RUN TestStopContainerWithTimeout/3 [2021-09-16T19:13:41.620Z] === PAUSE TestStopContainerWithTimeout/3 [2021-09-16T19:13:41.620Z] === RUN TestStopContainerWithTimeout/-1 [2021-09-16T19:13:41.620Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-09-16T19:13:41.620Z] === CONT TestStopContainerWithTimeout/0 [2021-09-16T19:13:41.620Z] === CONT TestStopContainerWithTimeout/-1 [2021-09-16T19:13:43.023Z] === CONT TestStopContainerWithTimeout/3 [2021-09-16T19:13:43.978Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2021-09-16T19:13:44.918Z] === CONT TestStopContainerWithTimeout/1 [2021-09-16T19:13:44.918Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRenameContainer [2021-09-16T19:13:46.832Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2021-09-16T19:13:46.832Z] --- PASS: TestStopContainerWithTimeout/0 (1.25s) [2021-09-16T19:13:46.832Z] --- PASS: TestStopContainerWithTimeout/-1 (3.22s) [2021-09-16T19:13:46.832Z] --- PASS: TestStopContainerWithTimeout/3 (2.69s) [2021-09-16T19:13:46.832Z] --- PASS: TestStopContainerWithTimeout/1 (1.70s) [2021-09-16T19:13:46.832Z] === RUN TestDeleteDevicemapper [2021-09-16T19:13:46.832Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-09-16T19:13:46.832Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-09-16T19:13:46.832Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-09-16T19:13:48.223Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork [2021-09-16T19:13:48.223Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2021-09-16T19:13:49.165Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.41s) [2021-09-16T19:13:49.165Z] === RUN TestUpdateMemory [2021-09-16T19:13:49.165Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-09-16T19:13:49.165Z] --- SKIP: TestUpdateMemory (0.00s) [2021-09-16T19:13:49.165Z] === RUN TestUpdateCPUQuota [2021-09-16T19:13:49.425Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2021-09-16T19:13:49.686Z] --- PASS: TestBuildUserNamespaceValidateCapabilitiesAreV2 (13.87s) [2021-09-16T19:13:49.686Z] PASS [2021-09-16T19:13:49.686Z] [2021-09-16T19:13:49.686Z] === Skipped [2021-09-16T19:13:49.686Z] === SKIP: arm64.integration.build TestBuildWithSession (0.00s) [2021-09-16T19:13:49.686Z] build_session_test.go:25: TODO: BuildKit [2021-09-16T19:13:49.686Z] [2021-09-16T19:13:49.686Z] === SKIP: arm64.integration.build TestBuildWCOWSandboxSize (0.01s) [2021-09-16T19:13:49.686Z] build_test.go:527: testEnv.DaemonInfo.OSType != "windows": only Windows has sandbox size control [2021-09-16T19:13:49.686Z] [2021-09-16T19:13:49.686Z] DONE 34 tests, 2 skipped in 97.264s [2021-09-16T19:13:49.686Z] Running /go/src/github.com/docker/docker/integration/config (arm64.integration.config) flags=-test.v -test.timeout=120m [2021-09-16T19:13:49.686Z] ++ 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-16T19:13:49.686Z] ++ set -e [2021-09-16T19:13:49.686Z] ++ '[' -n 0 ']' [2021-09-16T19:13:49.686Z] ++ set -x [2021-09-16T19:13:49.686Z] ++ 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-16T19:13:49.686Z] INFO: Testing against a local daemon [2021-09-16T19:13:49.686Z] === RUN TestConfigInspect [2021-09-16T19:13:50.324Z] --- PASS: TestServiceUpdateConfigs (14.52s) [2021-09-16T19:13:50.324Z] === RUN TestServiceUpdateNetwork [2021-09-16T19:13:50.365Z] --- PASS: TestUpdateCPUQuota (1.40s) [2021-09-16T19:13:50.365Z] === RUN TestUpdatePidsLimit [2021-09-16T19:13:50.365Z] === RUN TestUpdatePidsLimit/update_from_none [2021-09-16T19:13:50.626Z] === RUN TestDockerSuite/TestBuildCacheAdd [2021-09-16T19:13:50.887Z] === RUN TestUpdatePidsLimit/no_change [2021-09-16T19:13:51.148Z] === RUN TestUpdatePidsLimit/update_lower [2021-09-16T19:13:51.408Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2021-09-16T19:13:51.597Z] --- PASS: TestConfigInspect (2.69s) [2021-09-16T19:13:51.597Z] === RUN TestConfigList [2021-09-16T19:13:51.668Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2021-09-16T19:13:51.928Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2021-09-16T19:13:52.189Z] === RUN TestDockerSuite/TestBuildCacheFrom [2021-09-16T19:13:52.450Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2021-09-16T19:13:52.710Z] check_test.go:308: [da3f23ad204e4] daemon is not started [2021-09-16T19:13:52.710Z] === RUN TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse [2021-09-16T19:13:52.710Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2021-09-16T19:13:54.102Z] --- PASS: TestUpdatePidsLimit (3.50s) [2021-09-16T19:13:54.102Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.44s) [2021-09-16T19:13:54.102Z] --- PASS: TestUpdatePidsLimit/no_change (0.36s) [2021-09-16T19:13:54.102Z] --- PASS: TestUpdatePidsLimit/update_lower (0.41s) [2021-09-16T19:13:54.102Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.38s) [2021-09-16T19:13:54.102Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.35s) [2021-09-16T19:13:54.102Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.36s) [2021-09-16T19:13:54.102Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.33s) [2021-09-16T19:13:54.102Z] === RUN TestUpdateRestartPolicy [2021-09-16T19:13:54.102Z] === RUN TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode [2021-09-16T19:13:54.142Z] --- PASS: TestConfigList (2.67s) [2021-09-16T19:13:54.142Z] === RUN TestConfigsCreateAndDelete [2021-09-16T19:13:56.649Z] === RUN TestDockerDaemonSuite/TestDaemonRestartUnlessStopped [2021-09-16T19:13:56.687Z] --- PASS: TestConfigsCreateAndDelete (2.59s) [2021-09-16T19:13:56.687Z] === RUN TestConfigsUpdate [2021-09-16T19:13:56.909Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2021-09-16T19:13:57.867Z] ......... [ 86%] [2021-09-16T19:13:58.296Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2021-09-16T19:13:58.867Z] === RUN TestDockerSuite/TestBuildCancellationKillsSleep [2021-09-16T19:13:59.437Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2021-09-16T19:13:59.990Z] --- PASS: TestConfigsUpdate (2.59s) [2021-09-16T19:13:59.990Z] === RUN TestTemplatedConfig [2021-09-16T19:14:02.098Z] 2021/09/16 19:14:00 Closing DB instances... [2021-09-16T19:14:02.346Z] tests/integration/models_images_test.py ............... [ 89%] [2021-09-16T19:14:02.518Z] --- PASS: TestServiceUpdateNetwork (12.42s) [2021-09-16T19:14:02.518Z] === RUN TestServiceUpdatePidsLimit [2021-09-16T19:14:02.556Z] --- PASS: TestTemplatedConfig (2.88s) [2021-09-16T19:14:02.556Z] === RUN TestConfigCreateResolve [2021-09-16T19:14:03.085Z] --- PASS: TestNetworkDBGarbageCollection (54.26s) [2021-09-16T19:14:03.085Z] === RUN TestFindNode [2021-09-16T19:14:03.085Z] 2021/09/16 19:14:02 Closing DB instances... [2021-09-16T19:14:03.085Z] --- PASS: TestFindNode (0.01s) [2021-09-16T19:14:03.085Z] === RUN TestChangeNodeState [2021-09-16T19:14:03.085Z] 2021/09/16 19:14:02 Closing DB instances... [2021-09-16T19:14:03.085Z] --- PASS: TestChangeNodeState (0.01s) [2021-09-16T19:14:03.085Z] === RUN TestNodeReincarnation [2021-09-16T19:14:03.085Z] 2021/09/16 19:14:02 Closing DB instances... [2021-09-16T19:14:03.457Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2021-09-16T19:14:03.535Z] tests/integration/models_networks_test.py .... [ 91%] [2021-09-16T19:14:03.642Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer [2021-09-16T19:14:04.214Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2021-09-16T19:14:04.391Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2021-09-16T19:14:04.470Z] --- PASS: TestConfigCreateResolve (2.26s) [2021-09-16T19:14:04.470Z] PASS [2021-09-16T19:14:04.470Z] [2021-09-16T19:14:04.470Z] DONE 6 tests in 15.788s [2021-09-16T19:14:04.470Z] Running /go/src/github.com/docker/docker/integration/container (arm64.integration.container) flags=-test.v -test.timeout=120m [2021-09-16T19:14:04.470Z] ++ 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-16T19:14:04.470Z] ++ set -e [2021-09-16T19:14:04.470Z] ++ '[' -n 0 ']' [2021-09-16T19:14:04.470Z] ++ set -x [2021-09-16T19:14:04.470Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-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-16T19:14:04.730Z] INFO: Testing against a local daemon [2021-09-16T19:14:04.730Z] === RUN TestCheckpoint [2021-09-16T19:14:04.731Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-09-16T19:14:04.731Z] --- SKIP: TestCheckpoint (0.00s) [2021-09-16T19:14:04.731Z] === RUN TestContainerInvalidJSON [2021-09-16T19:14:04.731Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-09-16T19:14:04.731Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-09-16T19:14:04.731Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-09-16T19:14:04.731Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-09-16T19:14:04.731Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-09-16T19:14:04.731Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-09-16T19:14:04.731Z] --- PASS: TestContainerInvalidJSON (0.02s) [2021-09-16T19:14:04.731Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-09-16T19:14:04.731Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-09-16T19:14:04.731Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-09-16T19:14:04.731Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.09s) [2021-09-16T19:14:04.731Z] === RUN TestCopyFromContainerPathIsNotDir [2021-09-16T19:14:04.991Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.06s) [2021-09-16T19:14:04.991Z] === RUN TestCopyToContainerPathDoesNotExist [2021-09-16T19:14:04.991Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.07s) [2021-09-16T19:14:04.991Z] === RUN TestCopyToContainerPathIsNotDir [2021-09-16T19:14:04.991Z] --- PASS: TestCopyToContainerPathIsNotDir (0.07s) [2021-09-16T19:14:04.991Z] === RUN TestCopyFromContainer [2021-09-16T19:14:06.377Z] === RUN TestCopyFromContainer// [2021-09-16T19:14:06.377Z] === RUN TestCopyFromContainer//bar/root [2021-09-16T19:14:06.638Z] === RUN TestCopyFromContainer//bar/root/ [2021-09-16T19:14:06.638Z] === RUN TestCopyFromContainer/bar/quux [2021-09-16T19:14:06.638Z] === RUN TestCopyFromContainer/bar/quux/ [2021-09-16T19:14:06.757Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2021-09-16T19:14:06.757Z] --- PASS: TestUpdateRestartPolicy (12.45s) [2021-09-16T19:14:06.757Z] === RUN TestUpdateRestartWithAutoRemove [2021-09-16T19:14:06.757Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange [2021-09-16T19:14:06.899Z] === RUN TestCopyFromContainer/bar/quux/baz [2021-09-16T19:14:06.899Z] === RUN TestCopyFromContainer/bar/filesymlink [2021-09-16T19:14:06.899Z] === RUN TestCopyFromContainer/bar/dirsymlink [2021-09-16T19:14:07.017Z] === RUN TestDockerSuite/TestBuildClearCmd [2021-09-16T19:14:07.017Z] --- PASS: TestUpdateRestartWithAutoRemove (0.73s) [2021-09-16T19:14:07.017Z] === RUN TestWaitNonBlocked [2021-09-16T19:14:07.017Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-09-16T19:14:07.017Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-09-16T19:14:07.017Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-09-16T19:14:07.017Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-09-16T19:14:07.161Z] === RUN TestCopyFromContainer/bar/dirsymlink/ [2021-09-16T19:14:07.161Z] === RUN TestCopyFromContainer/bar/notarget [2021-09-16T19:14:07.161Z] --- PASS: TestCopyFromContainer (2.21s) [2021-09-16T19:14:07.161Z] --- PASS: TestCopyFromContainer// (0.10s) [2021-09-16T19:14:07.161Z] --- PASS: TestCopyFromContainer//bar/root (0.09s) [2021-09-16T19:14:07.161Z] --- PASS: TestCopyFromContainer//bar/root/ (0.10s) [2021-09-16T19:14:07.161Z] --- PASS: TestCopyFromContainer/bar/quux (0.09s) [2021-09-16T19:14:07.161Z] --- PASS: TestCopyFromContainer/bar/quux/ (0.09s) [2021-09-16T19:14:07.161Z] --- PASS: TestCopyFromContainer/bar/quux/baz (0.08s) [2021-09-16T19:14:07.161Z] --- PASS: TestCopyFromContainer/bar/filesymlink (0.08s) [2021-09-16T19:14:07.161Z] --- PASS: TestCopyFromContainer/bar/dirsymlink (0.08s) [2021-09-16T19:14:07.161Z] --- PASS: TestCopyFromContainer/bar/dirsymlink/ (0.08s) [2021-09-16T19:14:07.161Z] --- PASS: TestCopyFromContainer/bar/notarget (0.08s) [2021-09-16T19:14:07.161Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-09-16T19:14:07.161Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-09-16T19:14:07.161Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-09-16T19:14:07.161Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-09-16T19:14:07.161Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-09-16T19:14:07.161Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-09-16T19:14:07.161Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-09-16T19:14:07.161Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-09-16T19:14:07.161Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-09-16T19:14:07.161Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-09-16T19:14:07.161Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2021-09-16T19:14:07.161Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-09-16T19:14:07.161Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-09-16T19:14:07.161Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-09-16T19:14:07.161Z] === RUN TestCreateLinkToNonExistingContainer [2021-09-16T19:14:07.281Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-09-16T19:14:07.281Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-09-16T19:14:07.281Z] === RUN TestDockerSuite/TestBuildCmd [2021-09-16T19:14:07.425Z] --- PASS: TestCreateLinkToNonExistingContainer (0.09s) [2021-09-16T19:14:07.425Z] === RUN TestCreateWithInvalidEnv [2021-09-16T19:14:07.425Z] === RUN TestCreateWithInvalidEnv/0 [2021-09-16T19:14:07.425Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-09-16T19:14:07.425Z] === RUN TestCreateWithInvalidEnv/1 [2021-09-16T19:14:07.425Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-09-16T19:14:07.425Z] === RUN TestCreateWithInvalidEnv/2 [2021-09-16T19:14:07.425Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-09-16T19:14:07.425Z] === CONT TestCreateWithInvalidEnv/0 [2021-09-16T19:14:07.425Z] === CONT TestCreateWithInvalidEnv/2 [2021-09-16T19:14:07.425Z] === CONT TestCreateWithInvalidEnv/1 [2021-09-16T19:14:07.425Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2021-09-16T19:14:07.425Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-09-16T19:14:07.425Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-09-16T19:14:07.425Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-09-16T19:14:07.425Z] === RUN TestCreateTmpfsMountsTarget [2021-09-16T19:14:07.425Z] --- PASS: TestCreateTmpfsMountsTarget (0.03s) [2021-09-16T19:14:07.425Z] === RUN TestCreateWithCustomMaskedPaths [2021-09-16T19:14:07.856Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2021-09-16T19:14:08.117Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2021-09-16T19:14:08.117Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning [2021-09-16T19:14:08.117Z] --- PASS: TestWaitNonBlocked (0.03s) [2021-09-16T19:14:08.117Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (1.05s) [2021-09-16T19:14:08.117Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.06s) [2021-09-16T19:14:08.117Z] === RUN TestWaitBlocked [2021-09-16T19:14:08.117Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-09-16T19:14:08.117Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-09-16T19:14:08.117Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-09-16T19:14:08.117Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-09-16T19:14:08.117Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-09-16T19:14:08.117Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-09-16T19:14:08.688Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2021-09-16T19:14:08.688Z] docker_cli_build_test.go:5332: unmatched requirement DaemonIsWindows [2021-09-16T19:14:08.688Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2021-09-16T19:14:08.964Z] time="2021-09-16T19:14:07Z" level=error msg="failed to send node leave: timed out broadcasting node event" [2021-09-16T19:14:08.964Z] --- PASS: TestNodeReincarnation (5.01s) [2021-09-16T19:14:08.964Z] === RUN TestParallelCreate [2021-09-16T19:14:08.964Z] 2021/09/16 19:14:07 Closing DB instances... [2021-09-16T19:14:08.964Z] --- PASS: TestParallelCreate (0.02s) [2021-09-16T19:14:08.964Z] === RUN TestParallelDelete [2021-09-16T19:14:08.964Z] 2021/09/16 19:14:07 Closing DB instances... [2021-09-16T19:14:08.964Z] --- PASS: TestParallelDelete (0.01s) [2021-09-16T19:14:08.964Z] === RUN TestNetworkDBIslands [2021-09-16T19:14:08.964Z] time="2021-09-16T19:14:07Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:914079fee2f5 with config:&{NodeID:914079fee2f5 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-16T19:14:08.964Z] time="2021-09-16T19:14:07Z" level=info msg="Node 914079fee2f5/172.18.15.49, joined gossip cluster" [2021-09-16T19:14:08.964Z] time="2021-09-16T19:14:08Z" level=info msg="Node 914079fee2f5/172.18.15.49, added to nodes list" [2021-09-16T19:14:08.964Z] time="2021-09-16T19:14:08Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:39fce60d74bb with config:&{NodeID:39fce60d74bb 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-16T19:14:08.964Z] time="2021-09-16T19:14:08Z" level=info msg="Node 39fce60d74bb/172.18.15.49, joined gossip cluster" [2021-09-16T19:14:08.964Z] time="2021-09-16T19:14:08Z" level=info msg="Node 39fce60d74bb/172.18.15.49, added to nodes list" [2021-09-16T19:14:08.964Z] time="2021-09-16T19:14:08Z" level=info msg="The new bootstrap node list is:[localhost:10033]" [2021-09-16T19:14:08.964Z] time="2021-09-16T19:14:08Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10033" [2021-09-16T19:14:08.964Z] time="2021-09-16T19:14:08Z" level=debug msg="memberlist: Stream connection from=[::1]:49351" [2021-09-16T19:14:08.964Z] time="2021-09-16T19:14:08Z" level=info msg="Node 39fce60d74bb/172.18.15.49, joined gossip cluster" [2021-09-16T19:14:08.964Z] time="2021-09-16T19:14:08Z" level=info msg="Node 39fce60d74bb/172.18.15.49, added to nodes list" [2021-09-16T19:14:08.964Z] time="2021-09-16T19:14:08Z" level=info msg="Node 914079fee2f5/172.18.15.49, joined gossip cluster" [2021-09-16T19:14:08.964Z] time="2021-09-16T19:14:08Z" level=info msg="Node 914079fee2f5/172.18.15.49, added to nodes list" [2021-09-16T19:14:08.965Z] time="2021-09-16T19:14:08Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10033" [2021-09-16T19:14:08.965Z] time="2021-09-16T19:14:08Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49352" [2021-09-16T19:14:08.965Z] time="2021-09-16T19:14:08Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:e64d67a0708b with config:&{NodeID:e64d67a0708b 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-16T19:14:08.965Z] time="2021-09-16T19:14:08Z" level=info msg="Node e64d67a0708b/172.18.15.49, joined gossip cluster" [2021-09-16T19:14:08.965Z] time="2021-09-16T19:14:08Z" level=info msg="Node e64d67a0708b/172.18.15.49, added to nodes list" [2021-09-16T19:14:08.965Z] time="2021-09-16T19:14:08Z" level=info msg="The new bootstrap node list is:[localhost:10034]" [2021-09-16T19:14:08.965Z] time="2021-09-16T19:14:08Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10034" [2021-09-16T19:14:08.965Z] time="2021-09-16T19:14:08Z" level=debug msg="memberlist: Stream connection from=[::1]:49353" [2021-09-16T19:14:08.965Z] time="2021-09-16T19:14:08Z" level=info msg="Node e64d67a0708b/172.18.15.49, joined gossip cluster" [2021-09-16T19:14:08.965Z] time="2021-09-16T19:14:08Z" level=info msg="Node e64d67a0708b/172.18.15.49, added to nodes list" [2021-09-16T19:14:08.965Z] time="2021-09-16T19:14:08Z" level=info msg="Node 914079fee2f5/172.18.15.49, joined gossip cluster" [2021-09-16T19:14:08.965Z] time="2021-09-16T19:14:08Z" level=info msg="Node 914079fee2f5/172.18.15.49, added to nodes list" [2021-09-16T19:14:08.965Z] time="2021-09-16T19:14:08Z" level=info msg="Node 39fce60d74bb/172.18.15.49, joined gossip cluster" [2021-09-16T19:14:08.965Z] time="2021-09-16T19:14:08Z" level=info msg="Node 39fce60d74bb/172.18.15.49, added to nodes list" [2021-09-16T19:14:08.965Z] time="2021-09-16T19:14:08Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49354" [2021-09-16T19:14:08.965Z] time="2021-09-16T19:14:08Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10034" [2021-09-16T19:14:09.264Z] --- PASS: TestWaitBlocked (0.02s) [2021-09-16T19:14:09.264Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (1.06s) [2021-09-16T19:14:09.264Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (1.13s) [2021-09-16T19:14:09.264Z] === CONT TestContainerStartOnDaemonRestart [2021-09-16T19:14:09.264Z] === CONT TestContainerKillOnDaemonStart [2021-09-16T19:14:09.341Z] --- PASS: TestCreateWithCustomMaskedPaths (1.78s) [2021-09-16T19:14:09.341Z] === RUN TestCreateWithCustomReadonlyPaths [2021-09-16T19:14:09.434Z] time="2021-09-16T19:14:09Z" level=info msg="Node e64d67a0708b/172.18.15.49, joined gossip cluster" [2021-09-16T19:14:09.434Z] time="2021-09-16T19:14:09Z" level=info msg="Node e64d67a0708b/172.18.15.49, added to nodes list" [2021-09-16T19:14:09.434Z] time="2021-09-16T19:14:09Z" level=info msg="New memberlist node - Node:node4 will use memberlist nodeID:04eacfe76e50 with config:&{NodeID:04eacfe76e50 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-16T19:14:09.434Z] time="2021-09-16T19:14:09Z" level=info msg="Node 04eacfe76e50/172.18.15.49, joined gossip cluster" [2021-09-16T19:14:09.434Z] time="2021-09-16T19:14:09Z" level=info msg="Node 04eacfe76e50/172.18.15.49, added to nodes list" [2021-09-16T19:14:09.434Z] time="2021-09-16T19:14:09Z" level=info msg="The new bootstrap node list is:[localhost:10035]" [2021-09-16T19:14:09.434Z] time="2021-09-16T19:14:09Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10035" [2021-09-16T19:14:09.434Z] time="2021-09-16T19:14:09Z" level=debug msg="memberlist: Stream connection from=[::1]:49355" [2021-09-16T19:14:09.434Z] time="2021-09-16T19:14:09Z" level=info msg="Node 04eacfe76e50/172.18.15.49, joined gossip cluster" [2021-09-16T19:14:09.434Z] time="2021-09-16T19:14:09Z" level=info msg="Node 914079fee2f5/172.18.15.49, joined gossip cluster" [2021-09-16T19:14:09.434Z] time="2021-09-16T19:14:09Z" level=info msg="Node 04eacfe76e50/172.18.15.49, added to nodes list" [2021-09-16T19:14:09.434Z] time="2021-09-16T19:14:09Z" level=info msg="Node 914079fee2f5/172.18.15.49, added to nodes list" [2021-09-16T19:14:09.434Z] time="2021-09-16T19:14:09Z" level=info msg="Node 39fce60d74bb/172.18.15.49, joined gossip cluster" [2021-09-16T19:14:09.434Z] time="2021-09-16T19:14:09Z" level=info msg="Node 39fce60d74bb/172.18.15.49, added to nodes list" [2021-09-16T19:14:09.434Z] time="2021-09-16T19:14:09Z" level=info msg="Node e64d67a0708b/172.18.15.49, joined gossip cluster" [2021-09-16T19:14:09.434Z] time="2021-09-16T19:14:09Z" level=info msg="Node e64d67a0708b/172.18.15.49, added to nodes list" [2021-09-16T19:14:09.434Z] time="2021-09-16T19:14:09Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10035" [2021-09-16T19:14:09.434Z] time="2021-09-16T19:14:09Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49356" [2021-09-16T19:14:09.904Z] time="2021-09-16T19:14:09Z" level=info msg="Node 04eacfe76e50/172.18.15.49, joined gossip cluster" [2021-09-16T19:14:09.904Z] time="2021-09-16T19:14:09Z" level=info msg="Node 04eacfe76e50/172.18.15.49, added to nodes list" [2021-09-16T19:14:09.904Z] time="2021-09-16T19:14:09Z" level=info msg="Node 04eacfe76e50/172.18.15.49, joined gossip cluster" [2021-09-16T19:14:09.904Z] time="2021-09-16T19:14:09Z" level=info msg="Node 04eacfe76e50/172.18.15.49, added to nodes list" [2021-09-16T19:14:09.904Z] time="2021-09-16T19:14:09Z" level=info msg="New memberlist node - Node:node5 will use memberlist nodeID:032391036d5b with config:&{NodeID:032391036d5b 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-16T19:14:09.904Z] time="2021-09-16T19:14:09Z" level=info msg="Node 032391036d5b/172.18.15.49, joined gossip cluster" [2021-09-16T19:14:09.904Z] time="2021-09-16T19:14:09Z" level=info msg="Node 032391036d5b/172.18.15.49, added to nodes list" [2021-09-16T19:14:09.904Z] time="2021-09-16T19:14:09Z" level=info msg="The new bootstrap node list is:[localhost:10036]" [2021-09-16T19:14:09.904Z] time="2021-09-16T19:14:09Z" level=debug msg="memberlist: Initiating push/pull sync with: [::1]:10036" [2021-09-16T19:14:09.904Z] time="2021-09-16T19:14:09Z" level=debug msg="memberlist: Stream connection from=[::1]:49357" [2021-09-16T19:14:09.904Z] time="2021-09-16T19:14:09Z" level=info msg="Node 032391036d5b/172.18.15.49, joined gossip cluster" [2021-09-16T19:14:09.904Z] time="2021-09-16T19:14:09Z" level=info msg="Node 032391036d5b/172.18.15.49, added to nodes list" [2021-09-16T19:14:09.904Z] time="2021-09-16T19:14:09Z" level=info msg="Node e64d67a0708b/172.18.15.49, joined gossip cluster" [2021-09-16T19:14:09.904Z] time="2021-09-16T19:14:09Z" level=info msg="Node e64d67a0708b/172.18.15.49, added to nodes list" [2021-09-16T19:14:09.904Z] time="2021-09-16T19:14:09Z" level=info msg="Node 39fce60d74bb/172.18.15.49, joined gossip cluster" [2021-09-16T19:14:09.904Z] time="2021-09-16T19:14:09Z" level=info msg="Node 39fce60d74bb/172.18.15.49, added to nodes list" [2021-09-16T19:14:09.904Z] time="2021-09-16T19:14:09Z" level=info msg="Node 04eacfe76e50/172.18.15.49, joined gossip cluster" [2021-09-16T19:14:09.904Z] time="2021-09-16T19:14:09Z" level=info msg="Node 04eacfe76e50/172.18.15.49, added to nodes list" [2021-09-16T19:14:09.904Z] time="2021-09-16T19:14:09Z" level=info msg="Node 914079fee2f5/172.18.15.49, joined gossip cluster" [2021-09-16T19:14:09.904Z] time="2021-09-16T19:14:09Z" level=info msg="Node 914079fee2f5/172.18.15.49, added to nodes list" [2021-09-16T19:14:09.904Z] time="2021-09-16T19:14:09Z" level=debug msg="memberlist: Initiating push/pull sync with: 127.0.0.1:10036" [2021-09-16T19:14:09.904Z] time="2021-09-16T19:14:09Z" level=debug msg="memberlist: Stream connection from=127.0.0.1:49358" [2021-09-16T19:14:09.904Z] time="2021-09-16T19:14:09Z" level=info msg="Node 032391036d5b/172.18.15.49, joined gossip cluster" [2021-09-16T19:14:09.904Z] time="2021-09-16T19:14:09Z" level=info msg="Node 032391036d5b/172.18.15.49, added to nodes list" [2021-09-16T19:14:09.904Z] time="2021-09-16T19:14:09Z" level=info msg="Node 032391036d5b/172.18.15.49, joined gossip cluster" [2021-09-16T19:14:09.904Z] time="2021-09-16T19:14:09Z" level=info msg="Node 032391036d5b/172.18.15.49, added to nodes list" [2021-09-16T19:14:10.087Z] tests/integration/models_nodes_test.py . [ 91%] [2021-09-16T19:14:10.087Z] tests/integration/models_resources_test.py . [ 91%] [2021-09-16T19:14:10.205Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2021-09-16T19:14:10.372Z] time="2021-09-16T19:14:10Z" level=info msg="Node 032391036d5b/172.18.15.49, joined gossip cluster" [2021-09-16T19:14:10.372Z] time="2021-09-16T19:14:10Z" level=info msg="Node 032391036d5b/172.18.15.49, added to nodes list" [2021-09-16T19:14:10.372Z] networkdb_test.go:835: Re-joining: 3 [2021-09-16T19:14:10.372Z] time="2021-09-16T19:14:10Z" level=info msg="The new bootstrap node list is:[172.18.15.49:10033 172.18.15.49:10034 172.18.15.49:10035]" [2021-09-16T19:14:10.372Z] time="2021-09-16T19:14:10Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.18.15.49:10033" [2021-09-16T19:14:10.372Z] time="2021-09-16T19:14:10Z" level=debug msg="memberlist: Stream connection from=172.18.15.49:49359" [2021-09-16T19:14:10.372Z] time="2021-09-16T19:14:10Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.18.15.49:10034" [2021-09-16T19:14:10.372Z] time="2021-09-16T19:14:10Z" level=debug msg="memberlist: Stream connection from=172.18.15.49:49360" [2021-09-16T19:14:10.372Z] time="2021-09-16T19:14:10Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.18.15.49:10035" [2021-09-16T19:14:10.372Z] time="2021-09-16T19:14:10Z" level=debug msg="memberlist: Stream connection from=172.18.15.49:49361" [2021-09-16T19:14:10.372Z] networkdb_test.go:835: Re-joining: 4 [2021-09-16T19:14:10.372Z] time="2021-09-16T19:14:10Z" level=info msg="The new bootstrap node list is:[172.18.15.49:10033 172.18.15.49:10034 172.18.15.49:10035]" [2021-09-16T19:14:10.372Z] time="2021-09-16T19:14:10Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.18.15.49:10033" [2021-09-16T19:14:10.372Z] time="2021-09-16T19:14:10Z" level=debug msg="memberlist: Stream connection from=172.18.15.49:49362" [2021-09-16T19:14:10.372Z] time="2021-09-16T19:14:10Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.18.15.49:10034" [2021-09-16T19:14:10.372Z] time="2021-09-16T19:14:10Z" level=debug msg="memberlist: Stream connection from=172.18.15.49:49363" [2021-09-16T19:14:10.372Z] time="2021-09-16T19:14:10Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.18.15.49:10035" [2021-09-16T19:14:10.372Z] time="2021-09-16T19:14:10Z" level=debug msg="memberlist: Stream connection from=172.18.15.49:49364" [2021-09-16T19:14:10.464Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways [2021-09-16T19:14:10.842Z] time="2021-09-16T19:14:10Z" level=info msg="node 0 leaving" [2021-09-16T19:14:10.842Z] time="2021-09-16T19:14:10Z" level=info msg="Node 914079fee2f5 change state NodeActive --> NodeLeft" [2021-09-16T19:14:10.842Z] time="2021-09-16T19:14:10Z" level=info msg="node3(e64d67a0708b): Node leave event for 914079fee2f5/172.18.15.49" [2021-09-16T19:14:10.842Z] time="2021-09-16T19:14:10Z" level=info msg="Node 914079fee2f5 change state NodeActive --> NodeLeft" [2021-09-16T19:14:10.842Z] time="2021-09-16T19:14:10Z" level=info msg="node2(39fce60d74bb): Node leave event for 914079fee2f5/172.18.15.49" [2021-09-16T19:14:10.842Z] time="2021-09-16T19:14:10Z" level=info msg="Node 914079fee2f5 change state NodeActive --> NodeLeft" [2021-09-16T19:14:10.842Z] time="2021-09-16T19:14:10Z" level=info msg="node5(032391036d5b): Node leave event for 914079fee2f5/172.18.15.49" [2021-09-16T19:14:10.842Z] time="2021-09-16T19:14:10Z" level=info msg="Node 914079fee2f5 change state NodeActive --> NodeLeft" [2021-09-16T19:14:10.842Z] time="2021-09-16T19:14:10Z" level=info msg="Node 914079fee2f5 change state NodeActive --> NodeLeft" [2021-09-16T19:14:10.842Z] time="2021-09-16T19:14:10Z" level=info msg="node1(914079fee2f5): Node leave event for 914079fee2f5/172.18.15.49" [2021-09-16T19:14:10.842Z] time="2021-09-16T19:14:10Z" level=info msg="node4(04eacfe76e50): Node leave event for 914079fee2f5/172.18.15.49" [2021-09-16T19:14:10.842Z] time="2021-09-16T19:14:10Z" level=info msg="Node 914079fee2f5/172.18.15.49, left gossip cluster" [2021-09-16T19:14:10.842Z] time="2021-09-16T19:14:10Z" level=info msg="Node 914079fee2f5/172.18.15.49, left gossip cluster" [2021-09-16T19:14:10.842Z] time="2021-09-16T19:14:10Z" level=info msg="Node 914079fee2f5/172.18.15.49, left gossip cluster" [2021-09-16T19:14:10.945Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2021-09-16T19:14:11.254Z] --- PASS: TestCreateWithCustomReadonlyPaths (1.78s) [2021-09-16T19:14:11.254Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-09-16T19:14:11.254Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-09-16T19:14:11.254Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-09-16T19:14:11.254Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-09-16T19:14:11.254Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-09-16T19:14:11.254Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-09-16T19:14:11.254Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-09-16T19:14:11.254Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-09-16T19:14:11.254Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-09-16T19:14:11.254Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-09-16T19:14:11.254Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-09-16T19:14:11.254Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-09-16T19:14:11.254Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-09-16T19:14:11.254Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-09-16T19:14:11.254Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-09-16T19:14:11.254Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-09-16T19:14:11.254Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2021-09-16T19:14:11.254Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.02s) [2021-09-16T19:14:11.254Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.02s) [2021-09-16T19:14:11.254Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.02s) [2021-09-16T19:14:11.254Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.02s) [2021-09-16T19:14:11.254Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.01s) [2021-09-16T19:14:11.254Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-09-16T19:14:11.311Z] time="2021-09-16T19:14:10Z" level=info msg="Node 914079fee2f5/172.18.15.49, left gossip cluster" [2021-09-16T19:14:11.311Z] time="2021-09-16T19:14:10Z" level=info msg="Node 914079fee2f5/172.18.15.49, left gossip cluster" [2021-09-16T19:14:11.311Z] time="2021-09-16T19:14:11Z" level=warning msg="memberlist: Failed to send ping: write udp [::]:10033->172.18.15.49:10035: use of closed network connection" [2021-09-16T19:14:11.311Z] time="2021-09-16T19:14:11Z" level=info msg="node 1 leaving" [2021-09-16T19:14:11.311Z] time="2021-09-16T19:14:11Z" level=info msg="Node 39fce60d74bb change state NodeActive --> NodeLeft" [2021-09-16T19:14:11.311Z] time="2021-09-16T19:14:11Z" level=info msg="node5(032391036d5b): Node leave event for 39fce60d74bb/172.18.15.49" [2021-09-16T19:14:11.311Z] time="2021-09-16T19:14:11Z" level=info msg="Node 39fce60d74bb change state NodeActive --> NodeLeft" [2021-09-16T19:14:11.311Z] time="2021-09-16T19:14:11Z" level=info msg="node3(e64d67a0708b): Node leave event for 39fce60d74bb/172.18.15.49" [2021-09-16T19:14:11.311Z] time="2021-09-16T19:14:11Z" level=info msg="Node 39fce60d74bb change state NodeActive --> NodeLeft" [2021-09-16T19:14:11.311Z] time="2021-09-16T19:14:11Z" level=info msg="node4(04eacfe76e50): Node leave event for 39fce60d74bb/172.18.15.49" [2021-09-16T19:14:11.311Z] time="2021-09-16T19:14:11Z" level=info msg="Node 39fce60d74bb change state NodeActive --> NodeLeft" [2021-09-16T19:14:11.311Z] time="2021-09-16T19:14:11Z" level=info msg="node2(39fce60d74bb): Node leave event for 39fce60d74bb/172.18.15.49" [2021-09-16T19:14:11.311Z] time="2021-09-16T19:14:11Z" level=info msg="Node 39fce60d74bb/172.18.15.49, left gossip cluster" [2021-09-16T19:14:11.311Z] time="2021-09-16T19:14:11Z" level=info msg="Node 39fce60d74bb/172.18.15.49, left gossip cluster" [2021-09-16T19:14:11.311Z] time="2021-09-16T19:14:11Z" level=info msg="Node 39fce60d74bb/172.18.15.49, left gossip cluster" [2021-09-16T19:14:11.311Z] time="2021-09-16T19:14:11Z" level=info msg="Node 39fce60d74bb/172.18.15.49, left gossip cluster" [2021-09-16T19:14:11.515Z] --- PASS: TestCreateTmpfsOverrideAnonymousVolume (0.59s) [2021-09-16T19:14:11.515Z] === RUN TestCreateDifferentPlatform [2021-09-16T19:14:11.515Z] === RUN TestCreateDifferentPlatform/different_os [2021-09-16T19:14:11.515Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-09-16T19:14:11.515Z] --- PASS: TestCreateDifferentPlatform (0.03s) [2021-09-16T19:14:11.515Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-09-16T19:14:11.515Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-09-16T19:14:11.515Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-09-16T19:14:11.776Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.04s) [2021-09-16T19:14:11.776Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-09-16T19:14:11.776Z] --- PASS: TestCreatePlatformSpecificImageNoPlatform (0.06s) [2021-09-16T19:14:11.776Z] === RUN TestContainerStartOnDaemonRestart [2021-09-16T19:14:11.776Z] === PAUSE TestContainerStartOnDaemonRestart [2021-09-16T19:14:11.776Z] === RUN TestDaemonRestartIpcMode [2021-09-16T19:14:11.776Z] === PAUSE TestDaemonRestartIpcMode [2021-09-16T19:14:11.776Z] === RUN TestDaemonHostGatewayIP [2021-09-16T19:14:11.776Z] === PAUSE TestDaemonHostGatewayIP [2021-09-16T19:14:11.776Z] === RUN TestRestartDaemonWithRestartingContainer [2021-09-16T19:14:11.776Z] === PAUSE TestRestartDaemonWithRestartingContainer [2021-09-16T19:14:11.776Z] === RUN TestContainerKillOnDaemonStart [2021-09-16T19:14:11.776Z] === PAUSE TestContainerKillOnDaemonStart [2021-09-16T19:14:11.776Z] === RUN TestDiff [2021-09-16T19:14:11.779Z] time="2021-09-16T19:14:11Z" level=info msg="node 2 leaving" [2021-09-16T19:14:11.779Z] time="2021-09-16T19:14:11Z" level=info msg="Node e64d67a0708b change state NodeActive --> NodeLeft" [2021-09-16T19:14:11.779Z] time="2021-09-16T19:14:11Z" level=info msg="node5(032391036d5b): Node leave event for e64d67a0708b/172.18.15.49" [2021-09-16T19:14:11.779Z] time="2021-09-16T19:14:11Z" level=info msg="Node e64d67a0708b change state NodeActive --> NodeLeft" [2021-09-16T19:14:11.779Z] time="2021-09-16T19:14:11Z" level=info msg="node4(04eacfe76e50): Node leave event for e64d67a0708b/172.18.15.49" [2021-09-16T19:14:11.779Z] time="2021-09-16T19:14:11Z" level=info msg="Node e64d67a0708b change state NodeActive --> NodeLeft" [2021-09-16T19:14:11.779Z] time="2021-09-16T19:14:11Z" level=info msg="node3(e64d67a0708b): Node leave event for e64d67a0708b/172.18.15.49" [2021-09-16T19:14:11.779Z] time="2021-09-16T19:14:11Z" level=info msg="Node e64d67a0708b/172.18.15.49, left gossip cluster" [2021-09-16T19:14:12.249Z] time="2021-09-16T19:14:11Z" level=info msg="Node e64d67a0708b/172.18.15.49, left gossip cluster" [2021-09-16T19:14:12.249Z] time="2021-09-16T19:14:11Z" level=info msg="Node e64d67a0708b/172.18.15.49, left gossip cluster" [2021-09-16T19:14:12.349Z] --- PASS: TestDiff (0.61s) [2021-09-16T19:14:12.349Z] === RUN TestExecWithCloseStdin [2021-09-16T19:14:12.718Z] networkdb_test.go:867: node4: OK [2021-09-16T19:14:12.718Z] networkdb_test.go:867: node5: OK [2021-09-16T19:14:12.718Z] time="2021-09-16T19:14:12Z" level=info msg="node 0 coming back" [2021-09-16T19:14:12.718Z] time="2021-09-16T19:14:12Z" level=info msg="New memberlist node - Node:node1 will use memberlist nodeID:c304b85c1b43 with config:&{NodeID:c304b85c1b43 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-16T19:14:12.718Z] time="2021-09-16T19:14:12Z" level=info msg="Node c304b85c1b43/172.18.15.49, joined gossip cluster" [2021-09-16T19:14:12.718Z] time="2021-09-16T19:14:12Z" level=info msg="Node c304b85c1b43/172.18.15.49, added to nodes list" [2021-09-16T19:14:12.718Z] time="2021-09-16T19:14:12Z" level=info msg="node 1 coming back" [2021-09-16T19:14:12.718Z] time="2021-09-16T19:14:12Z" level=info msg="New memberlist node - Node:node2 will use memberlist nodeID:316f39c80a33 with config:&{NodeID:316f39c80a33 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-16T19:14:12.718Z] time="2021-09-16T19:14:12Z" level=info msg="Node 316f39c80a33/172.18.15.49, joined gossip cluster" [2021-09-16T19:14:12.718Z] time="2021-09-16T19:14:12Z" level=info msg="Node 316f39c80a33/172.18.15.49, added to nodes list" [2021-09-16T19:14:12.718Z] time="2021-09-16T19:14:12Z" level=info msg="node 2 coming back" [2021-09-16T19:14:12.718Z] time="2021-09-16T19:14:12Z" level=info msg="New memberlist node - Node:node3 will use memberlist nodeID:2f40be15d2c0 with config:&{NodeID:2f40be15d2c0 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-16T19:14:12.718Z] time="2021-09-16T19:14:12Z" level=info msg="Node 2f40be15d2c0/172.18.15.49, joined gossip cluster" [2021-09-16T19:14:12.718Z] time="2021-09-16T19:14:12Z" level=info msg="Node 2f40be15d2c0/172.18.15.49, added to nodes list" [2021-09-16T19:14:13.006Z] --- PASS: TestContainerStartOnDaemonRestart (3.34s) [2021-09-16T19:14:13.006Z] === CONT TestIpcModeOlderClient [2021-09-16T19:14:13.006Z] --- PASS: TestIpcModeOlderClient (0.09s) [2021-09-16T19:14:13.006Z] === CONT TestDaemonHostGatewayIP [2021-09-16T19:14:13.290Z] --- PASS: TestExecWithCloseStdin (0.72s) [2021-09-16T19:14:13.290Z] === RUN TestExec [2021-09-16T19:14:13.578Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize [2021-09-16T19:14:13.578Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2021-09-16T19:14:13.578Z] check_test.go:308: [d718db40090ab] daemon is not started [2021-09-16T19:14:13.578Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize [2021-09-16T19:14:13.578Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2021-09-16T19:14:13.578Z] check_test.go:308: [dbce8efe64449] daemon is not started [2021-09-16T19:14:13.578Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer [2021-09-16T19:14:13.861Z] --- PASS: TestExec (0.72s) [2021-09-16T19:14:13.861Z] === RUN TestExecUser [2021-09-16T19:14:14.432Z] --- PASS: TestExecUser (0.75s) [2021-09-16T19:14:14.432Z] === RUN TestExportContainerAndImportImage [2021-09-16T19:14:15.375Z] --- PASS: TestExportContainerAndImportImage (0.92s) [2021-09-16T19:14:15.375Z] === RUN TestExportContainerAfterDaemonRestart [2021-09-16T19:14:15.490Z] === RUN TestDockerSuite/TestBuildConditionalCache [2021-09-16T19:14:15.674Z] time="2021-09-16T19:14:15Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.18.15.49:10033 172.18.15.49:10034 172.18.15.49:10035]" [2021-09-16T19:14:15.750Z] --- PASS: TestDaemonHostGatewayIP (2.95s) [2021-09-16T19:14:15.750Z] === CONT TestRestartDaemonWithRestartingContainer [2021-09-16T19:14:15.750Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2021-09-16T19:14:16.118Z] tests/integration/models_services_test.py ..............X. [ 95%] [2021-09-16T19:14:16.143Z] time="2021-09-16T19:14:15Z" level=debug msg="rejoinClusterBootStrap, calling cluster join with bootStrap [172.18.15.49:10033 172.18.15.49:10034 172.18.15.49:10035]" [2021-09-16T19:14:16.612Z] time="2021-09-16T19:14:16Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.18.15.49:10033" [2021-09-16T19:14:16.612Z] time="2021-09-16T19:14:16Z" level=debug msg="memberlist: Stream connection from=172.18.15.49:49365" [2021-09-16T19:14:16.612Z] time="2021-09-16T19:14:16Z" level=info msg="Node 032391036d5b/172.18.15.49, joined gossip cluster" [2021-09-16T19:14:16.612Z] time="2021-09-16T19:14:16Z" level=info msg="Node 032391036d5b/172.18.15.49, added to nodes list" [2021-09-16T19:14:16.612Z] time="2021-09-16T19:14:16Z" level=info msg="Node 04eacfe76e50/172.18.15.49, joined gossip cluster" [2021-09-16T19:14:16.612Z] time="2021-09-16T19:14:16Z" level=info msg="Node 04eacfe76e50/172.18.15.49, added to nodes list" [2021-09-16T19:14:16.612Z] time="2021-09-16T19:14:16Z" level=info msg="Node c304b85c1b43/172.18.15.49, joined gossip cluster" [2021-09-16T19:14:16.612Z] time="2021-09-16T19:14:16Z" level=info msg="Node c304b85c1b43/172.18.15.49, is the new incarnation of the shutdown node 914079fee2f5/172.18.15.49" [2021-09-16T19:14:16.612Z] time="2021-09-16T19:14:16Z" level=info msg="Node c304b85c1b43/172.18.15.49, added to nodes list" [2021-09-16T19:14:16.612Z] time="2021-09-16T19:14:16Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.18.15.49:10034" [2021-09-16T19:14:16.612Z] time="2021-09-16T19:14:16Z" level=debug msg="memberlist: Stream connection from=172.18.15.49:49366" [2021-09-16T19:14:16.612Z] time="2021-09-16T19:14:16Z" level=info msg="Node 032391036d5b/172.18.15.49, joined gossip cluster" [2021-09-16T19:14:16.612Z] time="2021-09-16T19:14:16Z" level=info msg="Node 032391036d5b/172.18.15.49, added to nodes list" [2021-09-16T19:14:16.612Z] time="2021-09-16T19:14:16Z" level=info msg="Node 04eacfe76e50/172.18.15.49, joined gossip cluster" [2021-09-16T19:14:16.612Z] time="2021-09-16T19:14:16Z" level=info msg="Node 04eacfe76e50/172.18.15.49, added to nodes list" [2021-09-16T19:14:16.612Z] time="2021-09-16T19:14:16Z" level=info msg="Node c304b85c1b43/172.18.15.49, joined gossip cluster" [2021-09-16T19:14:16.612Z] time="2021-09-16T19:14:16Z" level=info msg="Node c304b85c1b43/172.18.15.49, added to nodes list" [2021-09-16T19:14:16.612Z] time="2021-09-16T19:14:16Z" level=info msg="Node 316f39c80a33/172.18.15.49, joined gossip cluster" [2021-09-16T19:14:16.612Z] time="2021-09-16T19:14:16Z" level=info msg="Node 316f39c80a33/172.18.15.49, is the new incarnation of the shutdown node 39fce60d74bb/172.18.15.49" [2021-09-16T19:14:16.612Z] time="2021-09-16T19:14:16Z" level=info msg="Node 316f39c80a33/172.18.15.49, added to nodes list" [2021-09-16T19:14:16.612Z] time="2021-09-16T19:14:16Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.18.15.49:10035" [2021-09-16T19:14:16.612Z] time="2021-09-16T19:14:16Z" level=debug msg="memberlist: Stream connection from=172.18.15.49:49367" [2021-09-16T19:14:16.612Z] time="2021-09-16T19:14:16Z" level=info msg="Node 032391036d5b/172.18.15.49, joined gossip cluster" [2021-09-16T19:14:16.612Z] time="2021-09-16T19:14:16Z" level=info msg="Node 032391036d5b/172.18.15.49, added to nodes list" [2021-09-16T19:14:16.612Z] time="2021-09-16T19:14:16Z" level=info msg="Node 316f39c80a33/172.18.15.49, joined gossip cluster" [2021-09-16T19:14:16.612Z] time="2021-09-16T19:14:16Z" level=info msg="Node 316f39c80a33/172.18.15.49, added to nodes list" [2021-09-16T19:14:16.612Z] time="2021-09-16T19:14:16Z" level=info msg="Node c304b85c1b43/172.18.15.49, joined gossip cluster" [2021-09-16T19:14:16.612Z] time="2021-09-16T19:14:16Z" level=info msg="Node c304b85c1b43/172.18.15.49, added to nodes list" [2021-09-16T19:14:16.612Z] time="2021-09-16T19:14:16Z" level=info msg="Node 04eacfe76e50/172.18.15.49, joined gossip cluster" [2021-09-16T19:14:16.612Z] time="2021-09-16T19:14:16Z" level=info msg="Node 04eacfe76e50/172.18.15.49, added to nodes list" [2021-09-16T19:14:16.612Z] time="2021-09-16T19:14:16Z" level=info msg="Node 2f40be15d2c0/172.18.15.49, joined gossip cluster" [2021-09-16T19:14:16.612Z] time="2021-09-16T19:14:16Z" level=info msg="Node 2f40be15d2c0/172.18.15.49, is the new incarnation of the shutdown node e64d67a0708b/172.18.15.49" [2021-09-16T19:14:16.612Z] time="2021-09-16T19:14:16Z" level=info msg="Node 2f40be15d2c0/172.18.15.49, added to nodes list" [2021-09-16T19:14:16.612Z] time="2021-09-16T19:14:16Z" level=info msg="Node 316f39c80a33/172.18.15.49, joined gossip cluster" [2021-09-16T19:14:16.612Z] time="2021-09-16T19:14:16Z" level=info msg="Node 316f39c80a33/172.18.15.49, added to nodes list" [2021-09-16T19:14:16.612Z] time="2021-09-16T19:14:16Z" level=info msg="Node 316f39c80a33/172.18.15.49, joined gossip cluster" [2021-09-16T19:14:16.612Z] time="2021-09-16T19:14:16Z" level=info msg="Node 316f39c80a33/172.18.15.49, is the new incarnation of the shutdown node 39fce60d74bb/172.18.15.49" [2021-09-16T19:14:16.612Z] time="2021-09-16T19:14:16Z" level=info msg="Node 316f39c80a33/172.18.15.49, added to nodes list" [2021-09-16T19:14:16.612Z] time="2021-09-16T19:14:16Z" level=info msg="Node c304b85c1b43/172.18.15.49, joined gossip cluster" [2021-09-16T19:14:16.612Z] time="2021-09-16T19:14:16Z" level=info msg="Node c304b85c1b43/172.18.15.49, is the new incarnation of the shutdown node 914079fee2f5/172.18.15.49" [2021-09-16T19:14:16.612Z] time="2021-09-16T19:14:16Z" level=info msg="Node c304b85c1b43/172.18.15.49, added to nodes list" [2021-09-16T19:14:16.612Z] time="2021-09-16T19:14:16Z" level=info msg="Node 2f40be15d2c0/172.18.15.49, joined gossip cluster" [2021-09-16T19:14:16.612Z] time="2021-09-16T19:14:16Z" level=info msg="Node 2f40be15d2c0/172.18.15.49, added to nodes list" [2021-09-16T19:14:16.612Z] time="2021-09-16T19:14:16Z" level=info msg="Node 2f40be15d2c0/172.18.15.49, joined gossip cluster" [2021-09-16T19:14:16.612Z] time="2021-09-16T19:14:16Z" level=info msg="Node 2f40be15d2c0/172.18.15.49, added to nodes list" [2021-09-16T19:14:16.612Z] time="2021-09-16T19:14:16Z" level=info msg="Node 2f40be15d2c0/172.18.15.49, joined gossip cluster" [2021-09-16T19:14:16.612Z] time="2021-09-16T19:14:16Z" level=info msg="Node 2f40be15d2c0/172.18.15.49, is the new incarnation of the shutdown node e64d67a0708b/172.18.15.49" [2021-09-16T19:14:16.612Z] time="2021-09-16T19:14:16Z" level=info msg="Node 2f40be15d2c0/172.18.15.49, added to nodes list" [2021-09-16T19:14:16.691Z] === RUN TestDockerSuite/TestBuildContextCleanup [2021-09-16T19:14:16.691Z] check_test.go:308: [d02b230c4170c] daemon is not started [2021-09-16T19:14:16.691Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithLinks [2021-09-16T19:14:16.951Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2021-09-16T19:14:17.081Z] time="2021-09-16T19:14:16Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.18.15.49:10033" [2021-09-16T19:14:17.081Z] time="2021-09-16T19:14:16Z" level=debug msg="memberlist: Stream connection from=172.18.15.49:49368" [2021-09-16T19:14:17.081Z] time="2021-09-16T19:14:16Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.18.15.49:10034" [2021-09-16T19:14:17.081Z] time="2021-09-16T19:14:16Z" level=debug msg="memberlist: Stream connection from=172.18.15.49:49369" [2021-09-16T19:14:17.081Z] time="2021-09-16T19:14:16Z" level=debug msg="memberlist: Initiating push/pull sync with: 172.18.15.49:10035" [2021-09-16T19:14:17.081Z] time="2021-09-16T19:14:16Z" level=debug msg="memberlist: Stream connection from=172.18.15.49:49370" [2021-09-16T19:14:17.289Z] --- PASS: TestExportContainerAfterDaemonRestart (1.43s) [2021-09-16T19:14:17.289Z] === RUN TestHealthCheckWorkdir [2021-09-16T19:14:17.550Z] 2021/09/16 19:14:17 Closing DB instances... [2021-09-16T19:14:17.550Z] time="2021-09-16T19:14:17Z" level=info msg="Node c304b85c1b43 change state NodeActive --> NodeLeft" [2021-09-16T19:14:17.550Z] time="2021-09-16T19:14:17Z" level=info msg="Node c304b85c1b43 change state NodeActive --> NodeLeft" [2021-09-16T19:14:17.550Z] time="2021-09-16T19:14:17Z" level=info msg="node4(04eacfe76e50): Node leave event for c304b85c1b43/172.18.15.49" [2021-09-16T19:14:17.550Z] time="2021-09-16T19:14:17Z" level=info msg="node3(2f40be15d2c0): Node leave event for c304b85c1b43/172.18.15.49" [2021-09-16T19:14:17.550Z] time="2021-09-16T19:14:17Z" level=info msg="Node c304b85c1b43 change state NodeActive --> NodeLeft" [2021-09-16T19:14:17.550Z] time="2021-09-16T19:14:17Z" level=info msg="node5(032391036d5b): Node leave event for c304b85c1b43/172.18.15.49" [2021-09-16T19:14:17.550Z] time="2021-09-16T19:14:17Z" level=info msg="Node c304b85c1b43 change state NodeActive --> NodeLeft" [2021-09-16T19:14:17.550Z] time="2021-09-16T19:14:17Z" level=info msg="node2(316f39c80a33): Node leave event for c304b85c1b43/172.18.15.49" [2021-09-16T19:14:17.550Z] time="2021-09-16T19:14:17Z" level=info msg="Node c304b85c1b43 change state NodeActive --> NodeLeft" [2021-09-16T19:14:17.550Z] time="2021-09-16T19:14:17Z" level=info msg="node1(c304b85c1b43): Node leave event for c304b85c1b43/172.18.15.49" [2021-09-16T19:14:17.861Z] --- PASS: TestHealthCheckWorkdir (0.86s) [2021-09-16T19:14:17.861Z] === RUN TestHealthKillContainer [2021-09-16T19:14:17.893Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2021-09-16T19:14:18.019Z] time="2021-09-16T19:14:17Z" level=info msg="Node c304b85c1b43/172.18.15.49, left gossip cluster" [2021-09-16T19:14:18.019Z] time="2021-09-16T19:14:17Z" level=info msg="Node c304b85c1b43/172.18.15.49, left gossip cluster" [2021-09-16T19:14:18.019Z] time="2021-09-16T19:14:17Z" level=info msg="Node c304b85c1b43/172.18.15.49, left gossip cluster" [2021-09-16T19:14:18.019Z] time="2021-09-16T19:14:17Z" level=info msg="Node c304b85c1b43/172.18.15.49, left gossip cluster" [2021-09-16T19:14:18.019Z] time="2021-09-16T19:14:17Z" level=info msg="Node c304b85c1b43/172.18.15.49, left gossip cluster" [2021-09-16T19:14:18.019Z] time="2021-09-16T19:14:17Z" level=info msg="Node 316f39c80a33 change state NodeActive --> NodeLeft" [2021-09-16T19:14:18.019Z] time="2021-09-16T19:14:17Z" level=info msg="node5(032391036d5b): Node leave event for 316f39c80a33/172.18.15.49" [2021-09-16T19:14:18.019Z] time="2021-09-16T19:14:17Z" level=info msg="Node 316f39c80a33 change state NodeActive --> NodeLeft" [2021-09-16T19:14:18.019Z] time="2021-09-16T19:14:17Z" level=info msg="node4(04eacfe76e50): Node leave event for 316f39c80a33/172.18.15.49" [2021-09-16T19:14:18.019Z] time="2021-09-16T19:14:17Z" level=info msg="Node 316f39c80a33 change state NodeActive --> NodeLeft" [2021-09-16T19:14:18.019Z] time="2021-09-16T19:14:17Z" level=info msg="node3(2f40be15d2c0): Node leave event for 316f39c80a33/172.18.15.49" [2021-09-16T19:14:18.019Z] time="2021-09-16T19:14:17Z" level=info msg="Node 316f39c80a33 change state NodeActive --> NodeLeft" [2021-09-16T19:14:18.019Z] time="2021-09-16T19:14:17Z" level=info msg="node2(316f39c80a33): Node leave event for 316f39c80a33/172.18.15.49" [2021-09-16T19:14:18.463Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.68s) [2021-09-16T19:14:18.464Z] === CONT TestDaemonRestartIpcMode [2021-09-16T19:14:18.464Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2021-09-16T19:14:18.488Z] time="2021-09-16T19:14:18Z" level=info msg="Node 316f39c80a33/172.18.15.49, left gossip cluster" [2021-09-16T19:14:18.488Z] time="2021-09-16T19:14:18Z" level=info msg="Node 316f39c80a33/172.18.15.49, left gossip cluster" [2021-09-16T19:14:18.488Z] time="2021-09-16T19:14:18Z" level=info msg="Node 316f39c80a33/172.18.15.49, left gossip cluster" [2021-09-16T19:14:18.488Z] time="2021-09-16T19:14:18Z" level=info msg="Node 316f39c80a33/172.18.15.49, left gossip cluster" [2021-09-16T19:14:18.488Z] time="2021-09-16T19:14:18Z" level=info msg="Node 2f40be15d2c0 change state NodeActive --> NodeLeft" [2021-09-16T19:14:18.488Z] time="2021-09-16T19:14:18Z" level=info msg="node4(04eacfe76e50): Node leave event for 2f40be15d2c0/172.18.15.49" [2021-09-16T19:14:18.488Z] time="2021-09-16T19:14:18Z" level=info msg="Node 2f40be15d2c0 change state NodeActive --> NodeLeft" [2021-09-16T19:14:18.488Z] time="2021-09-16T19:14:18Z" level=info msg="node5(032391036d5b): Node leave event for 2f40be15d2c0/172.18.15.49" [2021-09-16T19:14:18.488Z] time="2021-09-16T19:14:18Z" level=info msg="Node 2f40be15d2c0 change state NodeActive --> NodeLeft" [2021-09-16T19:14:18.488Z] time="2021-09-16T19:14:18Z" level=info msg="node3(2f40be15d2c0): Node leave event for 2f40be15d2c0/172.18.15.49" [2021-09-16T19:14:18.724Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2021-09-16T19:14:18.863Z] tests/integration/models_swarm_test.py .. [ 96%] [2021-09-16T19:14:18.863Z] tests/integration/models_volumes_test.py .. [ 96%] [2021-09-16T19:14:18.958Z] time="2021-09-16T19:14:18Z" level=info msg="Node 2f40be15d2c0/172.18.15.49, left gossip cluster" [2021-09-16T19:14:18.958Z] time="2021-09-16T19:14:18Z" level=info msg="Node 2f40be15d2c0/172.18.15.49, left gossip cluster" [2021-09-16T19:14:18.958Z] time="2021-09-16T19:14:18Z" level=info msg="Node 2f40be15d2c0/172.18.15.49, left gossip cluster" [2021-09-16T19:14:18.958Z] time="2021-09-16T19:14:18Z" level=debug msg="memberlist: Failed ping: 04eacfe76e50 (timeout reached)" [2021-09-16T19:14:18.958Z] time="2021-09-16T19:14:18Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.18.15.49:10037: use of closed network connection" [2021-09-16T19:14:18.958Z] time="2021-09-16T19:14:18Z" level=warning msg="memberlist: Failed to send indirect ping: write udp [::]:10034->172.18.15.49:10035: use of closed network connection" [2021-09-16T19:14:18.958Z] time="2021-09-16T19:14:18Z" level=debug msg="memberlist: Stream connection from=172.18.15.49:49371" [2021-09-16T19:14:19.050Z] --- PASS: TestServiceUpdatePidsLimit (16.36s) [2021-09-16T19:14:19.050Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.72s) [2021-09-16T19:14:19.050Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.90s) [2021-09-16T19:14:19.050Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.90s) [2021-09-16T19:14:19.050Z] PASS [2021-09-16T19:14:19.050Z] [2021-09-16T19:14:19.050Z] === Skipped [2021-09-16T19:14:19.050Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2021-09-16T19:14:19.050Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-09-16T19:14:19.050Z] [2021-09-16T19:14:19.050Z] DONE 27 tests, 1 skipped in 164.256s [2021-09-16T19:14:19.050Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2021-09-16T19:14:19.050Z] INFO: Testing against a local daemon [2021-09-16T19:14:19.050Z] === RUN TestSessionCreate [2021-09-16T19:14:19.050Z] --- PASS: TestSessionCreate (0.02s) [2021-09-16T19:14:19.050Z] === RUN TestSessionCreateWithBadUpgrade [2021-09-16T19:14:19.050Z] --- PASS: TestSessionCreateWithBadUpgrade (0.03s) [2021-09-16T19:14:19.050Z] PASS [2021-09-16T19:14:19.050Z] [2021-09-16T19:14:19.050Z] DONE 2 tests in 0.071s [2021-09-16T19:14:19.050Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2021-09-16T19:14:19.050Z] INFO: Testing against a local daemon [2021-09-16T19:14:19.050Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-09-16T19:14:19.050Z] === PAUSE TestCgroupDriverSystemdMemoryLimit [2021-09-16T19:14:19.050Z] === RUN TestDiskUsage [2021-09-16T19:14:19.050Z] === PAUSE TestDiskUsage [2021-09-16T19:14:19.050Z] === RUN TestEventsExecDie [2021-09-16T19:14:19.308Z] --- PASS: TestEventsExecDie (0.60s) [2021-09-16T19:14:19.308Z] === RUN TestEventsBackwardsCompatible [2021-09-16T19:14:19.308Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2021-09-16T19:14:19.308Z] === RUN TestEventsVolumeCreate [2021-09-16T19:14:19.308Z] --- PASS: TestEventsVolumeCreate (0.06s) [2021-09-16T19:14:19.308Z] === RUN TestInfoBinaryCommits [2021-09-16T19:14:19.308Z] --- PASS: TestInfoBinaryCommits (0.02s) [2021-09-16T19:14:19.308Z] === RUN TestInfoAPIVersioned [2021-09-16T19:14:19.308Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-09-16T19:14:19.308Z] === RUN TestInfoDiscoveryBackend [2021-09-16T19:14:19.427Z] time="2021-09-16T19:14:19Z" level=info msg="Node 04eacfe76e50 change state NodeActive --> NodeLeft" [2021-09-16T19:14:19.427Z] time="2021-09-16T19:14:19Z" level=info msg="node5(032391036d5b): Node leave event for 04eacfe76e50/172.18.15.49" [2021-09-16T19:14:19.427Z] time="2021-09-16T19:14:19Z" level=info msg="Node 04eacfe76e50 change state NodeActive --> NodeLeft" [2021-09-16T19:14:19.427Z] time="2021-09-16T19:14:19Z" level=info msg="node4(04eacfe76e50): Node leave event for 04eacfe76e50/172.18.15.49" [2021-09-16T19:14:19.427Z] time="2021-09-16T19:14:19Z" level=warning msg="memberlist: Was able to connect to 04eacfe76e50 but other probes failed, network may be misconfigured" [2021-09-16T19:14:19.875Z] --- PASS: TestInfoDiscoveryBackend (0.52s) [2021-09-16T19:14:19.875Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-09-16T19:14:19.896Z] time="2021-09-16T19:14:19Z" level=info msg="Node 04eacfe76e50/172.18.15.49, left gossip cluster" [2021-09-16T19:14:19.896Z] time="2021-09-16T19:14:19Z" level=info msg="Node 04eacfe76e50/172.18.15.49, left gossip cluster" [2021-09-16T19:14:20.367Z] time="2021-09-16T19:14:20Z" level=info msg="Node 032391036d5b/172.18.15.49, left gossip cluster" [2021-09-16T19:14:20.367Z] time="2021-09-16T19:14:20Z" level=info msg="Node 032391036d5b change state NodeActive --> NodeFailed" [2021-09-16T19:14:20.367Z] time="2021-09-16T19:14:20Z" level=info msg="Node 032391036d5b/172.18.15.49, added to failed nodes list" [2021-09-16T19:14:20.367Z] --- PASS: TestNetworkDBIslands (12.25s) [2021-09-16T19:14:20.367Z] PASS [2021-09-16T19:14:20.367Z] coverage: 60.0% of statements [2021-09-16T19:14:20.367Z] ok github.com/docker/docker/libnetwork/networkdb 104.028s coverage: 60.0% of statements [2021-09-16T19:14:20.367Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2021-09-16T19:14:20.367Z] ? github.com/docker/docker/libnetwork/osl/kernel [no test files] [2021-09-16T19:14:20.367Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2021-09-16T19:14:20.367Z] ? github.com/docker/docker/oci/caps [no test files] [2021-09-16T19:14:20.367Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-09-16T19:14:20.367Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-09-16T19:14:20.367Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-09-16T19:14:20.367Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-09-16T19:14:20.367Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-09-16T19:14:20.367Z] ? github.com/docker/docker/pkg/parsers/kernel [no test files] [2021-09-16T19:14:20.367Z] ? github.com/docker/docker/pkg/parsers/operatingsystem [no test files] [2021-09-16T19:14:20.367Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-09-16T19:14:20.367Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-09-16T19:14:20.367Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-09-16T19:14:20.367Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-09-16T19:14:20.367Z] ? github.com/docker/docker/pkg/signal [no test files] [2021-09-16T19:14:20.367Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-09-16T19:14:20.367Z] ? github.com/docker/docker/pkg/term [no test files] [2021-09-16T19:14:20.367Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-09-16T19:14:20.367Z] ? github.com/docker/docker/profiles/seccomp [no test files] [2021-09-16T19:14:20.367Z] ? github.com/docker/docker/quota [no test files] [2021-09-16T19:14:20.367Z] ? github.com/docker/docker/rootless [no test files] [2021-09-16T19:14:20.367Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-09-16T19:14:20.367Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-09-16T19:14:20.367Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-09-16T19:14:20.367Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-09-16T19:14:20.367Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-09-16T19:14:20.367Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-09-16T19:14:20.367Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-09-16T19:14:20.367Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-09-16T19:14:20.367Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-09-16T19:14:20.367Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-09-16T19:14:20.367Z] ? github.com/docker/docker/testutil/request [no test files] [2021-09-16T19:14:20.367Z] ? github.com/docker/docker/volume [no test files] [2021-09-16T19:14:20.367Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-09-16T19:14:20.367Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-09-16T19:14:20.411Z] --- PASS: TestHealthKillContainer (2.73s) [2021-09-16T19:14:20.411Z] === RUN TestInspectCpusetInConfigPre120 [2021-09-16T19:14:20.982Z] --- PASS: TestInspectCpusetInConfigPre120 (0.61s) [2021-09-16T19:14:20.982Z] === RUN TestIpcModeNone [2021-09-16T19:14:21.248Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2021-09-16T19:14:21.248Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-09-16T19:14:21.268Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithNames [2021-09-16T19:14:21.506Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.52s) [2021-09-16T19:14:21.506Z] === RUN TestInfoAPI [2021-09-16T19:14:21.506Z] --- PASS: TestInfoAPI (0.02s) [2021-09-16T19:14:21.506Z] === RUN TestInfoAPIWarnings [2021-09-16T19:14:21.839Z] --- PASS: TestDaemonRestartIpcMode (3.30s) [2021-09-16T19:14:21.924Z] --- PASS: TestIpcModeNone (0.67s) [2021-09-16T19:14:21.924Z] === RUN TestIpcModePrivate [2021-09-16T19:14:21.934Z] [2021-09-16T19:14:21.934Z] === Skipped [2021-09-16T19:14:21.934Z] === SKIP: github.com/docker/docker/builder/dockerfile TestStopSignal (0.00s) [2021-09-16T19:14:21.934Z] dispatchers_test.go:377: Windows does not support stopsignal [2021-09-16T19:14:21.934Z] [2021-09-16T19:14:21.934Z] === SKIP: github.com/docker/docker/builder/remotecontext TestCloseRootDirectory (0.00s) [2021-09-16T19:14:21.934Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-09-16T19:14:21.934Z] [2021-09-16T19:14:21.934Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashFile (0.00s) [2021-09-16T19:14:21.934Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-09-16T19:14:21.934Z] [2021-09-16T19:14:21.934Z] === SKIP: github.com/docker/docker/builder/remotecontext TestHashSubdir (0.00s) [2021-09-16T19:14:21.934Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-09-16T19:14:21.934Z] [2021-09-16T19:14:21.934Z] === SKIP: github.com/docker/docker/builder/remotecontext TestRemoveDirectory (0.00s) [2021-09-16T19:14:21.934Z] tarsum_test.go:139: os.Getuid() != 0: skipping test that requires root [2021-09-16T19:14:21.934Z] [2021-09-16T19:14:21.934Z] === SKIP: github.com/docker/docker/client TestNewClientWithOpsFromEnv (0.00s) [2021-09-16T19:14:21.934Z] client_test.go:23: runtime.GOOS == "windows" [2021-09-16T19:14:21.934Z] [2021-09-16T19:14:21.934Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCP6Proxy (0.00s) [2021-09-16T19:14:21.934Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2021-09-16T19:14:21.934Z] [2021-09-16T19:14:21.934Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2021-09-16T19:14:21.934Z] network_proxy_test.go:208: No support for dual stack yet [2021-09-16T19:14:21.934Z] [2021-09-16T19:14:21.934Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestUDP6Proxy (0.00s) [2021-09-16T19:14:21.934Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2021-09-16T19:14:21.934Z] [2021-09-16T19:14:21.934Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP4Proxy (0.00s) [2021-09-16T19:14:21.934Z] network_proxy_test.go:284: runtime.GOOS == "windows": sctp is not supported on windows [2021-09-16T19:14:21.934Z] [2021-09-16T19:14:21.934Z] === SKIP: github.com/docker/docker/cmd/docker-proxy TestSCTP6Proxy (0.00s) [2021-09-16T19:14:21.934Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2021-09-16T19:14:21.934Z] [2021-09-16T19:14:21.934Z] === SKIP: github.com/docker/docker/daemon TestContainerInitDNS (0.00s) [2021-09-16T19:14:21.934Z] daemon_test.go:146: root required [2021-09-16T19:14:21.934Z] [2021-09-16T19:14:21.934Z] === SKIP: github.com/docker/docker/daemon TestDaemonReloadNetworkDiagnosticPort (0.00s) [2021-09-16T19:14:21.934Z] reload_test.go:520: root required [2021-09-16T19:14:21.934Z] [2021-09-16T19:14:21.934Z] === SKIP: github.com/docker/docker/daemon/config TestReloadDefaultConfigNotExist (0.00s) [2021-09-16T19:14:21.934Z] config_test.go:526: os.Getuid() != 0: skipping test that requires root [2021-09-16T19:14:21.934Z] [2021-09-16T19:14:21.934Z] === SKIP: github.com/docker/docker/distribution TestFixManifestLayersBaseLayerParent (0.00s) [2021-09-16T19:14:21.934Z] pull_v2_test.go:73: Needs fixing on Windows [2021-09-16T19:14:21.934Z] [2021-09-16T19:14:21.934Z] === SKIP: github.com/docker/docker/distribution TestValidateManifest (0.00s) [2021-09-16T19:14:21.934Z] pull_v2_test.go:118: Needs fixing on Windows [2021-09-16T19:14:21.934Z] [2021-09-16T19:14:21.934Z] === SKIP: github.com/docker/docker/distribution/xfer TestSuccessfulDownload (0.00s) [2021-09-16T19:14:21.934Z] download_test.go:267: Needs fixing on Windows [2021-09-16T19:14:21.934Z] [2021-09-16T19:14:21.934Z] === SKIP: github.com/docker/docker/layer TestLayerRelease (0.00s) [2021-09-16T19:14:21.934Z] layer_test.go:303: Failing on Windows [2021-09-16T19:14:21.934Z] [2021-09-16T19:14:21.934Z] === SKIP: github.com/docker/docker/layer TestStoreRestore (0.00s) [2021-09-16T19:14:21.934Z] layer_test.go:352: Failing on Windows [2021-09-16T19:14:21.934Z] [2021-09-16T19:14:21.934Z] === SKIP: github.com/docker/docker/layer TestTarStreamStability (0.00s) [2021-09-16T19:14:21.934Z] layer_test.go:467: Failing on Windows [2021-09-16T19:14:21.934Z] [2021-09-16T19:14:21.934Z] === SKIP: github.com/docker/docker/layer TestTarStreamVerification (0.00s) [2021-09-16T19:14:21.934Z] layer_test.go:696: Failing on Windows [2021-09-16T19:14:21.934Z] [2021-09-16T19:14:21.934Z] === SKIP: github.com/docker/docker/layer TestLayerMigration (0.00s) [2021-09-16T19:14:21.934Z] migration_test.go:45: Failing on Windows [2021-09-16T19:14:21.934Z] [2021-09-16T19:14:21.934Z] === SKIP: github.com/docker/docker/layer TestLayerMigrationNoTarsplit (0.00s) [2021-09-16T19:14:21.934Z] migration_test.go:181: Failing on Windows [2021-09-16T19:14:21.934Z] [2021-09-16T19:14:21.934Z] === SKIP: github.com/docker/docker/layer TestMountInit (0.00s) [2021-09-16T19:14:21.934Z] mount_test.go:17: Failing on Windows [2021-09-16T19:14:21.934Z] [2021-09-16T19:14:21.934Z] === SKIP: github.com/docker/docker/layer TestMountSize (0.00s) [2021-09-16T19:14:21.934Z] mount_test.go:76: Failing on Windows [2021-09-16T19:14:21.934Z] [2021-09-16T19:14:21.934Z] === SKIP: github.com/docker/docker/layer TestMountChanges (0.00s) [2021-09-16T19:14:21.934Z] mount_test.go:125: Failing on Windows [2021-09-16T19:14:21.934Z] [2021-09-16T19:14:21.934Z] === SKIP: github.com/docker/docker/layer TestMountApply (0.00s) [2021-09-16T19:14:21.934Z] mount_test.go:212: Failing on Windows [2021-09-16T19:14:21.934Z] [2021-09-16T19:14:21.934Z] === SKIP: github.com/docker/docker/libnetwork TestSRVServiceQuery (0.00s) [2021-09-16T19:14:21.934Z] libnetwork_internal_test.go:351: runtime.GOOS == "windows": test only works on linux [2021-09-16T19:14:21.934Z] [2021-09-16T19:14:21.934Z] === SKIP: github.com/docker/docker/libnetwork TestServiceVIPReuse (0.01s) [2021-09-16T19:14:21.934Z] libnetwork_internal_test.go:449: runtime.GOOS == "windows": test only works on linux [2021-09-16T19:14:21.934Z] [2021-09-16T19:14:21.934Z] === SKIP: github.com/docker/docker/libnetwork TestIpamReleaseOnNetDriverFailures (0.00s) [2021-09-16T19:14:21.934Z] libnetwork_internal_test.go:564: runtime.GOOS == "windows": test only works on linux [2021-09-16T19:14:21.934Z] [2021-09-16T19:14:21.934Z] === SKIP: github.com/docker/docker/libnetwork TestDNSIPQuery (0.00s) [2021-09-16T19:14:21.934Z] resolver_test.go:77: runtime.GOOS == "windows": test only works on linux [2021-09-16T19:14:21.934Z] [2021-09-16T19:14:21.934Z] === SKIP: github.com/docker/docker/libnetwork TestDNSProxyServFail (0.00s) [2021-09-16T19:14:21.934Z] resolver_test.go:216: runtime.GOOS == "windows": test only works on linux [2021-09-16T19:14:21.934Z] [2021-09-16T19:14:21.934Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddEmpty (0.00s) [2021-09-16T19:14:21.934Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-09-16T19:14:21.934Z] [2021-09-16T19:14:21.934Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddMultiPrio (0.00s) [2021-09-16T19:14:21.934Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-09-16T19:14:21.934Z] [2021-09-16T19:14:21.934Z] === SKIP: github.com/docker/docker/libnetwork TestSandboxAddSamePrio (0.00s) [2021-09-16T19:14:21.934Z] sandbox_test.go:18: runtime.GOOS == "windows": test only works on linux [2021-09-16T19:14:21.934Z] [2021-09-16T19:14:21.934Z] === SKIP: github.com/docker/docker/libnetwork TestCleanupServiceDiscovery (0.00s) [2021-09-16T19:14:21.934Z] service_common_test.go:15: runtime.GOOS == "windows": test only works on linux [2021-09-16T19:14:21.934Z] [2021-09-16T19:14:21.934Z] === SKIP: github.com/docker/docker/libnetwork TestDNSOptions (0.00s) [2021-09-16T19:14:21.934Z] service_common_test.go:59: runtime.GOOS == "windows": test only works on linux [2021-09-16T19:14:21.934Z] [2021-09-16T19:14:21.934Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestNAT (0.00s) [2021-09-16T19:14:21.934Z] windows_test.go:58: Test does not work on CI and was never running to begin with [2021-09-16T19:14:21.934Z] [2021-09-16T19:14:21.934Z] === SKIP: github.com/docker/docker/libnetwork/drivers/windows TestTransparent (0.00s) [2021-09-16T19:14:21.934Z] windows_test.go:63: Test does not work on CI and was never running to begin with [2021-09-16T19:14:21.934Z] [2021-09-16T19:14:21.934Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2021-09-16T19:14:21.934Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-16T19:14:21.934Z] [2021-09-16T19:14:21.934Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2021-09-16T19:14:21.934Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-16T19:14:21.934Z] [2021-09-16T19:14:21.934Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2021-09-16T19:14:21.934Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-16T19:14:21.934Z] [2021-09-16T19:14:21.934Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2021-09-16T19:14:21.934Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-16T19:14:21.934Z] [2021-09-16T19:14:21.934Z] === SKIP: github.com/docker/docker/libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2021-09-16T19:14:21.934Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-16T19:14:21.934Z] [2021-09-16T19:14:21.934Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamXz (0.00s) [2021-09-16T19:14:21.934Z] archive_test.go:133: Xz not present in msys2 [2021-09-16T19:14:21.934Z] [2021-09-16T19:14:21.934Z] === SKIP: github.com/docker/docker/pkg/archive TestDecompressStreamZstd (0.01s) [2021-09-16T19:14:21.934Z] archive_test.go:140: zstd not installed [2021-09-16T19:14:21.934Z] [2021-09-16T19:14:21.934Z] === SKIP: github.com/docker/docker/pkg/archive TestCmdStreamBad (0.00s) [2021-09-16T19:14:21.934Z] archive_test.go:252: Failing on Windows CI machines [2021-09-16T19:14:21.934Z] [2021-09-16T19:14:21.934Z] === SKIP: github.com/docker/docker/pkg/archive TestCopyFileWithInvalidDest (0.00s) [2021-09-16T19:14:21.934Z] archive_windows_test.go:16: Currently fails [2021-09-16T19:14:21.934Z] [2021-09-16T19:14:21.934Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesWithChangesGH13590 (0.00s) [2021-09-16T19:14:21.934Z] changes_test.go:195: needs more investigation [2021-09-16T19:14:21.934Z] [2021-09-16T19:14:21.934Z] === SKIP: github.com/docker/docker/pkg/archive TestApplyLayer (0.00s) [2021-09-16T19:14:21.934Z] changes_test.go:432: needs further investigation [2021-09-16T19:14:21.934Z] [2021-09-16T19:14:21.934Z] === SKIP: github.com/docker/docker/pkg/archive TestChangesSizeWithHardlinks (0.00s) [2021-09-16T19:14:21.934Z] changes_test.go:468: needs further investigation [2021-09-16T19:14:21.934Z] [2021-09-16T19:14:21.934Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntar (0.00s) [2021-09-16T19:14:21.934Z] archive_test.go:44: os.Getuid() != 0: skipping test that requires root [2021-09-16T19:14:21.934Z] [2021-09-16T19:14:21.934Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarWithHugeExcludesList (0.00s) [2021-09-16T19:14:21.934Z] archive_test.go:76: os.Getuid() != 0: skipping test that requires root [2021-09-16T19:14:21.934Z] [2021-09-16T19:14:21.934Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootTarUntarWithSymlink (0.00s) [2021-09-16T19:14:21.934Z] archive_test.go:176: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-09-16T19:14:21.934Z] [2021-09-16T19:14:21.934Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyWithTar (0.00s) [2021-09-16T19:14:21.934Z] archive_test.go:200: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-09-16T19:14:21.934Z] [2021-09-16T19:14:21.934Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootCopyFileWithTar (0.00s) [2021-09-16T19:14:21.935Z] archive_test.go:248: os.Getuid() != 0: skipping test that requires root [2021-09-16T19:14:21.935Z] [2021-09-16T19:14:21.935Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarPath (0.01s) [2021-09-16T19:14:21.935Z] archive_test.go:292: runtime.GOOS == "windows": FIXME: figure out why this is failing [2021-09-16T19:14:21.935Z] [2021-09-16T19:14:21.935Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootUntarEmptyArchiveFromSlowReader (0.00s) [2021-09-16T19:14:21.935Z] archive_test.go:355: os.Getuid() != 0: skipping test that requires root [2021-09-16T19:14:21.935Z] [2021-09-16T19:14:21.935Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyEmptyArchiveFromSlowReader (0.00s) [2021-09-16T19:14:21.935Z] archive_test.go:372: os.Getuid() != 0: skipping test that requires root [2021-09-16T19:14:21.935Z] [2021-09-16T19:14:21.935Z] === SKIP: github.com/docker/docker/pkg/chrootarchive TestChrootApplyDotDotFile (0.00s) [2021-09-16T19:14:21.935Z] archive_test.go:389: os.Getuid() != 0: skipping test that requires root [2021-09-16T19:14:21.935Z] [2021-09-16T19:14:21.935Z] === SKIP: github.com/docker/docker/pkg/filenotify TestPollerEvent (0.00s) [2021-09-16T19:14:21.935Z] poller_test.go:40: No chmod on Windows [2021-09-16T19:14:21.935Z] [2021-09-16T19:14:21.935Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryExistingDirectory (0.00s) [2021-09-16T19:14:21.935Z] fileutils_test.go:133: Needs porting to Windows [2021-09-16T19:14:21.935Z] [2021-09-16T19:14:21.935Z] === SKIP: github.com/docker/docker/pkg/fileutils TestReadSymlinkedDirectoryToFile (0.00s) [2021-09-16T19:14:21.935Z] fileutils_test.go:179: Needs porting to Windows [2021-09-16T19:14:21.935Z] [2021-09-16T19:14:21.935Z] === SKIP: github.com/docker/docker/registry TestPingRegistryEndpoint (0.00s) [2021-09-16T19:14:21.935Z] registry_test.go:47: os.Getuid() != 0: skipping test that requires root [2021-09-16T19:14:21.935Z] [2021-09-16T19:14:21.935Z] === SKIP: github.com/docker/docker/registry TestEndpoint (0.00s) [2021-09-16T19:14:21.935Z] registry_test.go:67: os.Getuid() != 0: skipping test that requires root [2021-09-16T19:14:21.935Z] [2021-09-16T19:14:21.935Z] === SKIP: github.com/docker/docker/registry TestMirrorEndpointLookup (0.00s) [2021-09-16T19:14:21.935Z] registry_test.go:510: os.Getuid() != 0: skipping test that requires root [2021-09-16T19:14:21.935Z] [2021-09-16T19:14:21.935Z] === SKIP: github.com/docker/docker/volume/local TestRemove (0.00s) [2021-09-16T19:14:21.935Z] local_test.go:33: runtime.GOOS == "windows": FIXME: investigate why this test fails on CI [2021-09-16T19:14:21.935Z] [2021-09-16T19:14:21.935Z] === SKIP: github.com/docker/docker/volume/local TestCreateWithOpts (0.00s) [2021-09-16T19:14:21.935Z] local_test.go:180: runtime.GOOS == "windows" [2021-09-16T19:14:21.935Z] [2021-09-16T19:14:21.935Z] DONE 2070 tests, 68 skipped in 247.177s [2021-09-16T19:14:22.185Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: private, ipcdev: 0:70, shared: false, mustBeShared: false [2021-09-16T19:14:22.404Z] INFO: make.ps1 ended at 09/16/2021 19:14:21 [2021-09-16T19:14:22.411Z] --- PASS: TestContainerKillOnDaemonStart (12.92s) [2021-09-16T19:14:22.411Z] PASS [2021-09-16T19:14:22.411Z] [2021-09-16T19:14:22.411Z] === Skipped [2021-09-16T19:14:22.411Z] === SKIP: amd64.integration.container TestCheckpoint (0.00s) [2021-09-16T19:14:22.411Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-09-16T19:14:22.411Z] [2021-09-16T19:14:22.411Z] === SKIP: amd64.integration.container TestInspectOomKilledTrue (0.01s) [2021-09-16T19:14:22.411Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-09-16T19:14:22.411Z] [2021-09-16T19:14:22.411Z] === SKIP: amd64.integration.container TestInspectOomKilledFalse (0.00s) [2021-09-16T19:14:22.411Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-09-16T19:14:22.411Z] [2021-09-16T19:14:22.411Z] === SKIP: amd64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-09-16T19:14:22.411Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-09-16T19:14:22.411Z] [2021-09-16T19:14:22.411Z] === SKIP: amd64.integration.container TestDeleteDevicemapper (0.00s) [2021-09-16T19:14:22.411Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-09-16T19:14:22.411Z] [2021-09-16T19:14:22.411Z] === SKIP: amd64.integration.container TestUpdateMemory (0.00s) [2021-09-16T19:14:22.411Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-09-16T19:14:22.411Z] [2021-09-16T19:14:22.411Z] DONE 195 tests, 6 skipped in 138.426s [2021-09-16T19:14:22.411Z] Running /go/src/github.com/docker/docker/integration/daemon (amd64.integration.daemon) flags=-test.v -test.timeout=120m [2021-09-16T19:14:22.411Z] ++ 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-16T19:14:22.411Z] ++ set -e [2021-09-16T19:14:22.411Z] ++ '[' -n 0 ']' [2021-09-16T19:14:22.411Z] ++ set -x [2021-09-16T19:14:22.411Z] ++ 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-16T19:14:22.446Z] --- PASS: TestIpcModePrivate (0.72s) [2021-09-16T19:14:22.446Z] === RUN TestIpcModeShareable [2021-09-16T19:14:22.671Z] === RUN TestConfigDaemonLibtrustID [2021-09-16T19:14:22.777Z] tests/integration/regression_test.py ...... [ 98%] [2021-09-16T19:14:23.019Z] ipcmode_linux_test.go:89: [testIpcPrivateShareable] ipcmode: shareable, ipcdev: 0:64, shared: true, mustBeShared: true [2021-09-16T19:14:23.036Z] tests/integration/credentials/store_test.py ...... [ 99%] [2021-09-16T19:14:23.036Z] tests/integration/credentials/utils_test.py . [100%] [2021-09-16T19:14:23.036Z] [2021-09-16T19:14:23.036Z] ------- generated xml file: /src/bundles/test-docker-py/junit-report.xml ------- [2021-09-16T19:14:23.240Z] --- PASS: TestConfigDaemonLibtrustID (0.59s) [2021-09-16T19:14:23.240Z] === RUN TestDaemonConfigValidation [2021-09-16T19:14:23.240Z] === RUN TestDaemonConfigValidation/config_with_no_content [2021-09-16T19:14:23.240Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2021-09-16T19:14:23.240Z] === RUN TestDaemonConfigValidation/config_with_{} [2021-09-16T19:14:23.240Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2021-09-16T19:14:23.240Z] === RUN TestDaemonConfigValidation/invalid_config [2021-09-16T19:14:23.240Z] === PAUSE TestDaemonConfigValidation/invalid_config [2021-09-16T19:14:23.240Z] === RUN TestDaemonConfigValidation/malformed_config [2021-09-16T19:14:23.240Z] === PAUSE TestDaemonConfigValidation/malformed_config [2021-09-16T19:14:23.240Z] === RUN TestDaemonConfigValidation/valid_config [2021-09-16T19:14:23.240Z] === PAUSE TestDaemonConfigValidation/valid_config [2021-09-16T19:14:23.240Z] === CONT TestDaemonConfigValidation/config_with_no_content [2021-09-16T19:14:23.240Z] === CONT TestDaemonConfigValidation/malformed_config [2021-09-16T19:14:23.240Z] === CONT TestDaemonConfigValidation/valid_config [2021-09-16T19:14:23.280Z] --- PASS: TestIpcModeShareable (0.71s) [2021-09-16T19:14:23.280Z] === RUN TestAPIIpcModeShareableAndContainer [2021-09-16T19:14:23.294Z] =========================== short test summary info ============================ [2021-09-16T19:14:23.294Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_cpu_rt_options [2021-09-16T19:14:23.294Z] CONFIG_RT_GROUP_SCHED isn't enabled [2021-09-16T19:14:23.294Z] XFAIL tests/integration/api_container_test.py::CreateContainerTest::test_create_with_storage_opt [2021-09-16T19:14:23.294Z] Not supported on most drivers [2021-09-16T19:14:23.294Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top [2021-09-16T19:14:23.294Z] Output of docker top depends on host distro, and is not formalized. [2021-09-16T19:14:23.294Z] XFAIL tests/integration/api_container_test.py::ContainerTopTest::test_top_with_psargs [2021-09-16T19:14:23.294Z] Output of docker top depends on host distro, and is not formalized. [2021-09-16T19:14:23.294Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_data_path_addr [2021-09-16T19:14:23.294Z] Can fail if eth0 has multiple IP addresses [2021-09-16T19:14:23.294Z] XFAIL tests/integration/api_swarm_test.py::SwarmTest::test_init_swarm_with_log_driver [2021-09-16T19:14:23.294Z] This doesn't seem to be taken into account by the engine [2021-09-16T19:14:23.294Z] SKIPPED [1] tests/integration/api_image_test.py:291: Doesn't work inside a container - FIXME [2021-09-16T19:14:23.294Z] SKIPPED [1] tests/integration/api_service_test.py:473: API version is too low (< 1.40) [2021-09-16T19:14:23.294Z] SKIPPED [1] /src/tests/integration/api_swarm_test.py:31: Test stalls the engine on 1.12.0 [2021-09-16T19:14:23.294Z] = 378 passed, 3 skipped, 1 deselected, 6 xfailed, 2 xpassed in 292.54 seconds == [2021-09-16T19:14:23.501Z] === CONT TestDaemonConfigValidation/invalid_config [2021-09-16T19:14:23.501Z] === CONT TestDaemonConfigValidation/config_with_{} [2021-09-16T19:14:23.501Z] --- PASS: TestDaemonConfigValidation (0.00s) [2021-09-16T19:14:23.501Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.19s) [2021-09-16T19:14:23.501Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.23s) [2021-09-16T19:14:23.501Z] --- PASS: TestDaemonConfigValidation/valid_config (0.22s) [2021-09-16T19:14:23.501Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.19s) [2021-09-16T19:14:23.501Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.06s) [2021-09-16T19:14:23.501Z] === RUN TestConfigDaemonSeccompProfiles [2021-09-16T19:14:23.501Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2021-09-16T19:14:23.551Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-docker-py) [2021-09-16T19:14:23.971Z] INFO: Unit tests results(bundles\junit-report-unit-tests.xml) exist. pwd=D:\gopath\src\github.com\docker\docker [2021-09-16T19:14:23.971Z] INFO: Unit tests ended at 09/16/2021 19:14:23. Duration:00:04:19.8346680 [2021-09-16T19:14:23.971Z] INFO: Building busybox [2021-09-16T19:14:23.971Z] Sending build context to Docker daemon 5.12kB [2021-09-16T19:14:23.971Z] [2021-09-16T19:14:23.971Z] Step 1/13 : ARG WINDOWS_BASE_IMAGE=mcr.microsoft.com/windows/servercore [2021-09-16T19:14:23.971Z] Step 2/13 : ARG WINDOWS_BASE_IMAGE_TAG=ltsc2019 [2021-09-16T19:14:23.971Z] Step 3/13 : ARG BUSYBOX_VERSION=FRP-3329-gcf0fa4d13 [2021-09-16T19:14:23.971Z] Step 4/13 : ARG BUSYBOX_SHA256SUM=bfaeb88638e580fc522a68e69072e305308f9747563e51fa085eec60ca39a5ae [2021-09-16T19:14:23.971Z] Step 5/13 : FROM ${WINDOWS_BASE_IMAGE}:${WINDOWS_BASE_IMAGE_TAG} [2021-09-16T19:14:23.971Z] ---> 6e98155df178 [2021-09-16T19:14:23.971Z] Step 6/13 : RUN mkdir C:\tmp && mkdir C:\bin [2021-09-16T19:14:23.971Z] ---> Running in ce48bc790b8c [2021-09-16T19:14:24.443Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer [2021-09-16T19:14:24.649Z] --- PASS: TestBuildWithHugeFile (83.12s) [2021-09-16T19:14:24.649Z] === RUN TestBuildWCOWSandboxSize [2021-09-16T19:14:24.704Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2021-09-16T19:14:25.194Z] --- PASS: TestAPIIpcModeShareableAndContainer (2.08s) [2021-09-16T19:14:25.194Z] === RUN TestAPIIpcModeHost [2021-09-16T19:14:25.765Z] --- PASS: TestAPIIpcModeHost (0.54s) [2021-09-16T19:14:25.765Z] === RUN TestDaemonIpcModeShareable [2021-09-16T19:14:26.087Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2021-09-16T19:14:27.032Z] === CONT TestConfigDaemonSeccompProfiles [2021-09-16T19:14:27.032Z] daemon_test.go:148: [d67adfcf82fb8] daemon is not started [2021-09-16T19:14:27.032Z] --- PASS: TestConfigDaemonSeccompProfiles (3.28s) [2021-09-16T19:14:27.032Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.09s) [2021-09-16T19:14:27.032Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.09s) [2021-09-16T19:14:27.032Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.10s) [2021-09-16T19:14:27.032Z] PASS [2021-09-16T19:14:27.032Z] [2021-09-16T19:14:27.032Z] DONE 11 tests in 4.576s [2021-09-16T19:14:27.032Z] Running /go/src/github.com/docker/docker/integration/image (amd64.integration.image) flags=-test.v -test.timeout=120m [2021-09-16T19:14:27.032Z] ++ 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-16T19:14:27.032Z] ++ set -e [2021-09-16T19:14:27.032Z] ++ '[' -n 0 ']' [2021-09-16T19:14:27.032Z] ++ set -x [2021-09-16T19:14:27.032Z] ++ 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-16T19:14:27.032Z] INFO: Testing against a local daemon [2021-09-16T19:14:27.032Z] === RUN TestCommitInheritsEnv [2021-09-16T19:14:27.151Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:73, shared: true, mustBeShared: true [2021-09-16T19:14:27.292Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled [2021-09-16T19:14:27.411Z] --- PASS: TestDaemonIpcModeShareable (1.48s) [2021-09-16T19:14:27.411Z] === RUN TestDaemonIpcModePrivate [2021-09-16T19:14:27.554Z] --- PASS: TestCommitInheritsEnv (0.46s) [2021-09-16T19:14:27.554Z] === RUN TestImportExtremelyLargeImageWorks [2021-09-16T19:14:27.554Z] === PAUSE TestImportExtremelyLargeImageWorks [2021-09-16T19:14:27.554Z] === RUN TestImagesFilterMultiReference [2021-09-16T19:14:27.554Z] --- PASS: TestImagesFilterMultiReference (0.09s) [2021-09-16T19:14:27.554Z] === RUN TestImagePullPlatformInvalid [2021-09-16T19:14:27.554Z] --- PASS: TestImagePullPlatformInvalid (0.03s) [2021-09-16T19:14:27.554Z] === RUN TestRemoveImageOrphaning [2021-09-16T19:14:28.125Z] --- PASS: TestRemoveImageOrphaning (0.32s) [2021-09-16T19:14:28.125Z] === RUN TestRemoveImageGarbageCollector [2021-09-16T19:14:28.694Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2021-09-16T19:14:28.796Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:79, shared: false, mustBeShared: false [2021-09-16T19:14:28.796Z] --- PASS: TestDaemonIpcModePrivate (1.58s) [2021-09-16T19:14:28.796Z] === RUN TestDaemonIpcModePrivateFromConfig [2021-09-16T19:14:29.266Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled [2021-09-16T19:14:29.527Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2021-09-16T19:14:30.098Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2021-09-16T19:14:30.098Z] --- PASS: TestRemoveImageGarbageCollector (2.01s) [2021-09-16T19:14:30.098Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-09-16T19:14:30.098Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.04s) [2021-09-16T19:14:30.098Z] === RUN TestTagInvalidReference [2021-09-16T19:14:30.098Z] --- PASS: TestTagInvalidReference (0.02s) [2021-09-16T19:14:30.098Z] === RUN TestTagValidPrefixedRepo [2021-09-16T19:14:30.098Z] --- PASS: TestTagValidPrefixedRepo (0.06s) [2021-09-16T19:14:30.098Z] === RUN TestTagExistedNameWithoutForce [2021-09-16T19:14:30.098Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2021-09-16T19:14:30.098Z] === RUN TestTagOfficialNames [2021-09-16T19:14:30.098Z] --- PASS: TestTagOfficialNames (0.07s) [2021-09-16T19:14:30.098Z] === RUN TestTagMatchesDigest [2021-09-16T19:14:30.183Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:79, shared: false, mustBeShared: false [2021-09-16T19:14:30.358Z] --- PASS: TestTagMatchesDigest (0.02s) [2021-09-16T19:14:30.358Z] === CONT TestImportExtremelyLargeImageWorks [2021-09-16T19:14:30.443Z] --- PASS: TestDaemonIpcModePrivateFromConfig (1.50s) [2021-09-16T19:14:30.443Z] === RUN TestDaemonIpcModeShareableFromConfig [2021-09-16T19:14:31.828Z] ipcmode_linux_test.go:259: [testDaemonIpcPrivateShareable] ipcdev: 0:73, shared: true, mustBeShared: true [2021-09-16T19:14:31.828Z] --- PASS: TestDaemonIpcModeShareableFromConfig (1.52s) [2021-09-16T19:14:31.828Z] === RUN TestIpcModeOlderClient [2021-09-16T19:14:31.828Z] === PAUSE TestIpcModeOlderClient [2021-09-16T19:14:31.828Z] === RUN TestKillContainerInvalidSignal [2021-09-16T19:14:32.769Z] --- PASS: TestKillContainerInvalidSignal (0.64s) [2021-09-16T19:14:32.769Z] === RUN TestKillContainer [2021-09-16T19:14:32.769Z] === RUN TestKillContainer/no_signal [2021-09-16T19:14:32.904Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2021-09-16T19:14:32.904Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts [2021-09-16T19:14:33.341Z] === RUN TestKillContainer/non_killing_signal [2021-09-16T19:14:33.510Z] Leaving: AppArmorNo profiles have been unloaded. [2021-09-16T19:14:33.510Z] [2021-09-16T19:14:33.510Z] Unloading profiles will leave already running processes permanently [2021-09-16T19:14:33.510Z] unconfined, which can lead to unexpected situations. [2021-09-16T19:14:33.510Z] [2021-09-16T19:14:33.510Z] To set a process to complain mode, use the command line tool [2021-09-16T19:14:33.510Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-09-16T19:14:33.510Z] [2021-09-16T19:14:33.602Z] === RUN TestKillContainer/killing_signal [2021-09-16T19:14:34.546Z] --- PASS: TestKillContainer (1.92s) [2021-09-16T19:14:34.546Z] --- PASS: TestKillContainer/no_signal (0.62s) [2021-09-16T19:14:34.546Z] --- PASS: TestKillContainer/non_killing_signal (0.42s) [2021-09-16T19:14:34.546Z] --- PASS: TestKillContainer/killing_signal (0.61s) [2021-09-16T19:14:34.546Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-09-16T19:14:34.546Z] === RUN TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy Post stage [Pipeline] junit [2021-09-16T19:14:34.895Z] Recording test results [2021-09-16T19:14:35.117Z] === RUN TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy [2021-09-16T19:14:35.689Z] --- PASS: TestKillWithStopSignalAndRestartPolicies (1.24s) [2021-09-16T19:14:35.689Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/same-signal-disables-restart-policy (0.61s) [2021-09-16T19:14:35.689Z] --- PASS: TestKillWithStopSignalAndRestartPolicies/different-signal-keep-restart-policy (0.42s) [2021-09-16T19:14:35.689Z] === RUN TestKillStoppedContainer [2021-09-16T19:14:35.689Z] --- PASS: TestKillStoppedContainer (0.06s) [2021-09-16T19:14:35.689Z] === RUN TestKillStoppedContainerAPIPre120 [2021-09-16T19:14:35.951Z] --- PASS: TestKillStoppedContainerAPIPre120 (0.06s) [2021-09-16T19:14:35.951Z] === RUN TestKillDifferentUserContainer [2021-09-16T19:14:36.309Z] [Checks API] No suitable checks publisher found. [Pipeline] sh [2021-09-16T19:14:36.482Z] Removing intermediate container ce48bc790b8c [2021-09-16T19:14:36.482Z] ---> 228a216ab6ea [2021-09-16T19:14:36.482Z] Step 7/13 : ARG BUSYBOX_VERSION [2021-09-16T19:14:36.482Z] ---> Running in 4ddd856200d0 [2021-09-16T19:14:36.482Z] Removing intermediate container 4ddd856200d0 [2021-09-16T19:14:36.482Z] ---> 7e1919f7a725 [2021-09-16T19:14:36.482Z] Step 8/13 : ARG BUSYBOX_SHA256SUM [2021-09-16T19:14:36.482Z] ---> Running in c5f689fa5bd1 [2021-09-16T19:14:36.482Z] Removing intermediate container c5f689fa5bd1 [2021-09-16T19:14:36.482Z] ---> 317092786066 [2021-09-16T19:14:36.482Z] Step 9/13 : ADD https://frippery.org/files/busybox/busybox-w32-${BUSYBOX_VERSION}.exe /bin/busybox.exe [2021-09-16T19:14:36.522Z] --- PASS: TestKillDifferentUserContainer (0.63s) [2021-09-16T19:14:36.522Z] === RUN TestInspectOomKilledTrue [2021-09-16T19:14:36.522Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-09-16T19:14:36.522Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-09-16T19:14:36.522Z] === RUN TestInspectOomKilledFalse [2021-09-16T19:14:36.522Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-09-16T19:14:36.522Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-09-16T19:14:36.522Z] === RUN TestLinksEtcHostsContentMatch [2021-09-16T19:14:36.608Z] + echo Ensuring container killed. [2021-09-16T19:14:36.608Z] Ensuring container killed. [2021-09-16T19:14:36.608Z] + docker rm -vf docker-pr9 [2021-09-16T19:14:36.608Z] Error: No such container: docker-pr9 [Pipeline] sh [2021-09-16T19:14:36.909Z] + echo Chowning /workspace to jenkins user [2021-09-16T19:14:36.909Z] Chowning /workspace to jenkins user [2021-09-16T19:14:36.909Z] + id -u [2021-09-16T19:14:36.909Z] + id -g [2021-09-16T19:14:36.909Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41759:/workspace busybox chown -R 1000:1000 /workspace [2021-09-16T19:14:36.909Z] Unable to find image 'busybox:latest' locally [2021-09-16T19:14:37.094Z] --- PASS: TestLinksEtcHostsContentMatch (0.47s) [2021-09-16T19:14:37.094Z] === RUN TestLinksContainerNames [2021-09-16T19:14:37.162Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2021-09-16T19:14:37.423Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume [2021-09-16T19:14:38.049Z] [2021-09-16T19:14:38.049Z] ---> 8ca5c4ea678f [2021-09-16T19:14:38.049Z] 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-16T19:14:38.049Z] ---> Running in 8e5d9bf8f535 [2021-09-16T19:14:38.391Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2021-09-16T19:14:38.391Z] docker_cli_build_test.go:607: unmatched requirement DaemonIsWindows [2021-09-16T19:14:38.391Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2021-09-16T19:14:38.391Z] docker_cli_build_test.go:5882: unmatched requirement DaemonIsWindows [2021-09-16T19:14:38.481Z] --- PASS: TestLinksContainerNames (1.24s) [2021-09-16T19:14:38.481Z] === RUN TestLogsFollowTailEmpty [2021-09-16T19:14:38.654Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2021-09-16T19:14:38.654Z] docker_cli_build_test.go:5865: unmatched requirement DaemonIsWindows [2021-09-16T19:14:38.654Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2021-09-16T19:14:38.654Z] docker_cli_build_test.go:5900: unmatched requirement DaemonIsWindows [2021-09-16T19:14:38.654Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2021-09-16T19:14:38.742Z] --- PASS: TestLogsFollowTailEmpty (0.64s) [2021-09-16T19:14:38.742Z] === RUN TestContainerNetworkMountsNoChown [2021-09-16T19:14:39.313Z] --- PASS: TestContainerNetworkMountsNoChown (0.61s) [2021-09-16T19:14:39.313Z] === RUN TestMountDaemonRoot [2021-09-16T19:14:39.575Z] --- PASS: TestInfoAPIWarnings (16.25s) [2021-09-16T19:14:39.575Z] === RUN TestInfoDebug [2021-09-16T19:14:39.575Z] --- PASS: TestInfoDebug (0.53s) [2021-09-16T19:14:39.575Z] === RUN TestInfoInsecureRegistries [2021-09-16T19:14:39.575Z] --- PASS: TestInfoInsecureRegistries (0.53s) [2021-09-16T19:14:39.575Z] === RUN TestInfoRegistryMirrors [2021-09-16T19:14:39.575Z] --- PASS: TestInfoRegistryMirrors (0.52s) [2021-09-16T19:14:39.575Z] === RUN TestLoginFailsWithBadCredentials [2021-09-16T19:14:39.575Z] --- PASS: TestLoginFailsWithBadCredentials (0.07s) [2021-09-16T19:14:39.575Z] === RUN TestPingCacheHeaders [2021-09-16T19:14:39.575Z] --- PASS: TestPingCacheHeaders (0.03s) [2021-09-16T19:14:39.575Z] === RUN TestPingGet [2021-09-16T19:14:39.575Z] --- PASS: TestPingGet (0.01s) [2021-09-16T19:14:39.575Z] === RUN TestPingHead [2021-09-16T19:14:39.575Z] --- PASS: TestPingHead (0.02s) [2021-09-16T19:14:39.575Z] === RUN TestVersion [2021-09-16T19:14:39.575Z] --- PASS: TestVersion (0.02s) [2021-09-16T19:14:39.575Z] === CONT TestCgroupDriverSystemdMemoryLimit [2021-09-16T19:14:39.575Z] === CONT TestDiskUsage [2021-09-16T19:14:39.575Z] === RUN TestMountDaemonRoot/default [2021-09-16T19:14:39.575Z] === PAUSE TestMountDaemonRoot/default [2021-09-16T19:14:39.575Z] === RUN TestMountDaemonRoot/private [2021-09-16T19:14:39.575Z] === PAUSE TestMountDaemonRoot/private [2021-09-16T19:14:39.575Z] === RUN TestMountDaemonRoot/rprivate [2021-09-16T19:14:39.575Z] === PAUSE TestMountDaemonRoot/rprivate [2021-09-16T19:14:39.575Z] === RUN TestMountDaemonRoot/slave [2021-09-16T19:14:39.575Z] === PAUSE TestMountDaemonRoot/slave [2021-09-16T19:14:39.575Z] === RUN TestMountDaemonRoot/rslave [2021-09-16T19:14:39.575Z] === PAUSE TestMountDaemonRoot/rslave [2021-09-16T19:14:39.575Z] === RUN TestMountDaemonRoot/shared [2021-09-16T19:14:39.575Z] === PAUSE TestMountDaemonRoot/shared [2021-09-16T19:14:39.575Z] === RUN TestMountDaemonRoot/rshared [2021-09-16T19:14:39.575Z] === PAUSE TestMountDaemonRoot/rshared [2021-09-16T19:14:39.575Z] === CONT TestMountDaemonRoot/default [2021-09-16T19:14:39.575Z] === CONT TestMountDaemonRoot/shared [2021-09-16T19:14:39.575Z] === CONT TestMountDaemonRoot/rslave [2021-09-16T19:14:39.575Z] === RUN TestMountDaemonRoot/default/mount_root [2021-09-16T19:14:39.575Z] === RUN TestMountDaemonRoot/rslave/bind_root [2021-09-16T19:14:39.575Z] === PAUSE TestMountDaemonRoot/default/mount_root [2021-09-16T19:14:39.575Z] === PAUSE TestMountDaemonRoot/rslave/bind_root [2021-09-16T19:14:39.575Z] === CONT TestMountDaemonRoot/rshared [2021-09-16T19:14:39.575Z] === RUN TestMountDaemonRoot/rslave/bind_subpath [2021-09-16T19:14:39.575Z] === RUN TestMountDaemonRoot/rshared/bind_root [2021-09-16T19:14:39.575Z] === PAUSE TestMountDaemonRoot/rslave/bind_subpath [2021-09-16T19:14:39.575Z] === PAUSE TestMountDaemonRoot/rshared/bind_root [2021-09-16T19:14:39.575Z] === RUN TestMountDaemonRoot/rslave/mount_root [2021-09-16T19:14:39.575Z] === RUN TestMountDaemonRoot/default/mount_subpath [2021-09-16T19:14:39.575Z] === PAUSE TestMountDaemonRoot/rslave/mount_root [2021-09-16T19:14:39.575Z] === PAUSE TestMountDaemonRoot/default/mount_subpath [2021-09-16T19:14:39.575Z] === RUN TestMountDaemonRoot/rslave/mount_subpath [2021-09-16T19:14:39.575Z] === RUN TestMountDaemonRoot/rshared/bind_subpath [2021-09-16T19:14:39.575Z] === PAUSE TestMountDaemonRoot/rslave/mount_subpath [2021-09-16T19:14:39.575Z] === CONT TestMountDaemonRoot/rprivate [2021-09-16T19:14:39.575Z] === RUN TestMountDaemonRoot/default/bind_root [2021-09-16T19:14:39.575Z] === PAUSE TestMountDaemonRoot/rshared/bind_subpath [2021-09-16T19:14:39.575Z] === PAUSE TestMountDaemonRoot/default/bind_root [2021-09-16T19:14:39.575Z] === RUN TestMountDaemonRoot/default/bind_subpath [2021-09-16T19:14:39.575Z] === RUN TestMountDaemonRoot/rshared/mount_root [2021-09-16T19:14:39.575Z] === PAUSE TestMountDaemonRoot/default/bind_subpath [2021-09-16T19:14:39.575Z] === RUN TestMountDaemonRoot/rprivate/bind_subpath [2021-09-16T19:14:39.575Z] === CONT TestMountDaemonRoot/slave [2021-09-16T19:14:39.575Z] === PAUSE TestMountDaemonRoot/rshared/mount_root [2021-09-16T19:14:39.575Z] === RUN TestMountDaemonRoot/rshared/mount_subpath [2021-09-16T19:14:39.575Z] === PAUSE TestMountDaemonRoot/rprivate/bind_subpath [2021-09-16T19:14:39.575Z] === PAUSE TestMountDaemonRoot/rshared/mount_subpath [2021-09-16T19:14:39.575Z] === RUN TestMountDaemonRoot/rprivate/mount_root [2021-09-16T19:14:39.575Z] === PAUSE TestMountDaemonRoot/rprivate/mount_root [2021-09-16T19:14:39.575Z] === RUN TestMountDaemonRoot/slave/mount_subpath [2021-09-16T19:14:39.575Z] === RUN TestMountDaemonRoot/rprivate/mount_subpath [2021-09-16T19:14:39.575Z] === PAUSE TestMountDaemonRoot/rprivate/mount_subpath [2021-09-16T19:14:39.575Z] === PAUSE TestMountDaemonRoot/slave/mount_subpath [2021-09-16T19:14:39.575Z] === RUN TestMountDaemonRoot/rprivate/bind_root [2021-09-16T19:14:39.575Z] === PAUSE TestMountDaemonRoot/rprivate/bind_root [2021-09-16T19:14:39.575Z] === CONT TestMountDaemonRoot/private [2021-09-16T19:14:39.575Z] === RUN TestMountDaemonRoot/private/bind_root [2021-09-16T19:14:39.575Z] === PAUSE TestMountDaemonRoot/private/bind_root [2021-09-16T19:14:39.575Z] === RUN TestMountDaemonRoot/private/bind_subpath [2021-09-16T19:14:39.575Z] === CONT TestMountDaemonRoot/rslave/bind_root [2021-09-16T19:14:39.575Z] === PAUSE TestMountDaemonRoot/private/bind_subpath [2021-09-16T19:14:39.575Z] === RUN TestMountDaemonRoot/private/mount_root [2021-09-16T19:14:39.575Z] === PAUSE TestMountDaemonRoot/private/mount_root [2021-09-16T19:14:39.575Z] === RUN TestMountDaemonRoot/private/mount_subpath [2021-09-16T19:14:39.575Z] === RUN TestMountDaemonRoot/slave/bind_root [2021-09-16T19:14:39.575Z] === PAUSE TestMountDaemonRoot/private/mount_subpath [2021-09-16T19:14:39.575Z] === PAUSE TestMountDaemonRoot/slave/bind_root [2021-09-16T19:14:39.575Z] === CONT TestMountDaemonRoot/rslave/mount_root [2021-09-16T19:14:39.575Z] === RUN TestMountDaemonRoot/slave/bind_subpath [2021-09-16T19:14:39.575Z] === PAUSE TestMountDaemonRoot/slave/bind_subpath [2021-09-16T19:14:39.575Z] === RUN TestMountDaemonRoot/slave/mount_root [2021-09-16T19:14:39.575Z] === PAUSE TestMountDaemonRoot/slave/mount_root [2021-09-16T19:14:39.575Z] === CONT TestMountDaemonRoot/rslave/mount_subpath [2021-09-16T19:14:39.575Z] === RUN TestMountDaemonRoot/shared/bind_root [2021-09-16T19:14:39.575Z] === PAUSE TestMountDaemonRoot/shared/bind_root [2021-09-16T19:14:39.575Z] === RUN TestMountDaemonRoot/shared/bind_subpath [2021-09-16T19:14:39.575Z] === PAUSE TestMountDaemonRoot/shared/bind_subpath [2021-09-16T19:14:39.575Z] === RUN TestMountDaemonRoot/shared/mount_root [2021-09-16T19:14:39.575Z] === PAUSE TestMountDaemonRoot/shared/mount_root [2021-09-16T19:14:39.575Z] === RUN TestMountDaemonRoot/shared/mount_subpath [2021-09-16T19:14:39.575Z] === PAUSE TestMountDaemonRoot/shared/mount_subpath [2021-09-16T19:14:39.575Z] === CONT TestMountDaemonRoot/rslave/bind_subpath [2021-09-16T19:14:39.575Z] === CONT TestMountDaemonRoot/default/mount_root [2021-09-16T19:14:39.575Z] === CONT TestMountDaemonRoot/default/bind_subpath [2021-09-16T19:14:39.575Z] === CONT TestMountDaemonRoot/default/bind_root [2021-09-16T19:14:39.575Z] === CONT TestMountDaemonRoot/default/mount_subpath [2021-09-16T19:14:39.575Z] === CONT TestMountDaemonRoot/rshared/bind_root [2021-09-16T19:14:39.575Z] === CONT TestMountDaemonRoot/rshared/mount_subpath [2021-09-16T19:14:39.575Z] === CONT TestMountDaemonRoot/rshared/mount_root [2021-09-16T19:14:39.575Z] === CONT TestMountDaemonRoot/rshared/bind_subpath [2021-09-16T19:14:39.575Z] === CONT TestMountDaemonRoot/rprivate/bind_subpath [2021-09-16T19:14:39.575Z] === CONT TestMountDaemonRoot/rprivate/bind_root [2021-09-16T19:14:39.575Z] === CONT TestMountDaemonRoot/rprivate/mount_subpath [2021-09-16T19:14:39.575Z] === CONT TestMountDaemonRoot/rprivate/mount_root [2021-09-16T19:14:39.575Z] === CONT TestMountDaemonRoot/private/bind_root [2021-09-16T19:14:39.575Z] === CONT TestMountDaemonRoot/slave/mount_subpath [2021-09-16T19:14:39.575Z] === CONT TestMountDaemonRoot/private/mount_subpath [2021-09-16T19:14:39.575Z] === CONT TestMountDaemonRoot/private/mount_root [2021-09-16T19:14:39.575Z] === CONT TestMountDaemonRoot/private/bind_subpath [2021-09-16T19:14:39.575Z] === CONT TestMountDaemonRoot/slave/bind_subpath [2021-09-16T19:14:39.706Z] --- PASS: TestBuildWithHugeFile (82.05s) [2021-09-16T19:14:39.706Z] === RUN TestBuildWCOWSandboxSize [2021-09-16T19:14:39.833Z] === RUN TestDiskUsage/empty [2021-09-16T19:14:39.833Z] === RUN TestDiskUsage/empty/container_types [2021-09-16T19:14:39.833Z] === RUN TestDiskUsage/empty/image_types [2021-09-16T19:14:39.833Z] === RUN TestDiskUsage/empty/volume_types [2021-09-16T19:14:39.833Z] === RUN TestDiskUsage/empty/build-cache_types [2021-09-16T19:14:39.833Z] === RUN TestDiskUsage/empty/container,_volume_types [2021-09-16T19:14:39.833Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2021-09-16T19:14:39.833Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2021-09-16T19:14:39.837Z] === CONT TestMountDaemonRoot/slave/mount_root [2021-09-16T19:14:39.837Z] === CONT TestMountDaemonRoot/shared/bind_root [2021-09-16T19:14:39.837Z] === CONT TestMountDaemonRoot/slave/bind_root [2021-09-16T19:14:39.837Z] === CONT TestMountDaemonRoot/shared/mount_subpath [2021-09-16T19:14:39.837Z] === CONT TestMountDaemonRoot/shared/mount_root [2021-09-16T19:14:39.837Z] === CONT TestMountDaemonRoot/shared/bind_subpath [2021-09-16T19:14:39.837Z] --- PASS: TestMountDaemonRoot (0.03s) [2021-09-16T19:14:39.837Z] --- PASS: TestMountDaemonRoot/rslave (0.00s) [2021-09-16T19:14:39.837Z] --- PASS: TestMountDaemonRoot/rslave/mount_root (0.06s) [2021-09-16T19:14:39.837Z] --- PASS: TestMountDaemonRoot/rslave/bind_subpath (0.06s) [2021-09-16T19:14:39.837Z] --- PASS: TestMountDaemonRoot/rslave/mount_subpath (0.06s) [2021-09-16T19:14:39.837Z] --- PASS: TestMountDaemonRoot/rslave/bind_root (0.07s) [2021-09-16T19:14:39.837Z] --- PASS: TestMountDaemonRoot/default (0.00s) [2021-09-16T19:14:39.837Z] --- PASS: TestMountDaemonRoot/default/mount_root (0.06s) [2021-09-16T19:14:39.837Z] --- PASS: TestMountDaemonRoot/default/bind_subpath (0.06s) [2021-09-16T19:14:39.837Z] --- PASS: TestMountDaemonRoot/default/bind_root (0.08s) [2021-09-16T19:14:39.837Z] --- PASS: TestMountDaemonRoot/default/mount_subpath (0.07s) [2021-09-16T19:14:39.837Z] --- PASS: TestMountDaemonRoot/rshared (0.00s) [2021-09-16T19:14:39.837Z] --- PASS: TestMountDaemonRoot/rshared/bind_root (0.05s) [2021-09-16T19:14:39.837Z] --- PASS: TestMountDaemonRoot/rshared/mount_subpath (0.05s) [2021-09-16T19:14:39.837Z] --- PASS: TestMountDaemonRoot/rshared/bind_subpath (0.05s) [2021-09-16T19:14:39.837Z] --- PASS: TestMountDaemonRoot/rshared/mount_root (0.05s) [2021-09-16T19:14:39.837Z] --- PASS: TestMountDaemonRoot/rprivate (0.00s) [2021-09-16T19:14:39.837Z] --- PASS: TestMountDaemonRoot/rprivate/bind_root (0.03s) [2021-09-16T19:14:39.837Z] --- PASS: TestMountDaemonRoot/rprivate/bind_subpath (0.03s) [2021-09-16T19:14:39.837Z] --- PASS: TestMountDaemonRoot/rprivate/mount_root (0.03s) [2021-09-16T19:14:39.837Z] --- PASS: TestMountDaemonRoot/rprivate/mount_subpath (0.04s) [2021-09-16T19:14:39.837Z] --- PASS: TestMountDaemonRoot/private (0.00s) [2021-09-16T19:14:39.837Z] --- PASS: TestMountDaemonRoot/private/bind_root (0.03s) [2021-09-16T19:14:39.837Z] --- PASS: TestMountDaemonRoot/private/mount_subpath (0.03s) [2021-09-16T19:14:39.837Z] --- PASS: TestMountDaemonRoot/private/bind_subpath (0.03s) [2021-09-16T19:14:39.837Z] --- PASS: TestMountDaemonRoot/private/mount_root (0.03s) [2021-09-16T19:14:39.837Z] --- PASS: TestMountDaemonRoot/slave (0.00s) [2021-09-16T19:14:39.837Z] --- PASS: TestMountDaemonRoot/slave/mount_subpath (0.03s) [2021-09-16T19:14:39.837Z] --- PASS: TestMountDaemonRoot/slave/bind_subpath (0.03s) [2021-09-16T19:14:39.837Z] --- PASS: TestMountDaemonRoot/slave/mount_root (0.03s) [2021-09-16T19:14:39.837Z] --- PASS: TestMountDaemonRoot/slave/bind_root (0.03s) [2021-09-16T19:14:39.837Z] --- PASS: TestMountDaemonRoot/shared (0.01s) [2021-09-16T19:14:39.837Z] --- PASS: TestMountDaemonRoot/shared/bind_root (0.03s) [2021-09-16T19:14:39.837Z] --- PASS: TestMountDaemonRoot/shared/mount_subpath (0.03s) [2021-09-16T19:14:39.837Z] --- PASS: TestMountDaemonRoot/shared/mount_root (0.03s) [2021-09-16T19:14:39.837Z] --- PASS: TestMountDaemonRoot/shared/bind_subpath (0.03s) [2021-09-16T19:14:39.837Z] === RUN TestContainerBindMountNonRecursive [2021-09-16T19:14:40.092Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2021-09-16T19:14:40.092Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2021-09-16T19:14:40.092Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2021-09-16T19:14:40.092Z] === RUN TestDiskUsage/after_LoadBusybox [2021-09-16T19:14:40.193Z] latest: Pulling from library/busybox [2021-09-16T19:14:40.193Z] 24fb2886d6f6: Pulling fs layer [2021-09-16T19:14:40.350Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2021-09-16T19:14:40.350Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2021-09-16T19:14:40.350Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2021-09-16T19:14:40.350Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2021-09-16T19:14:40.350Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2021-09-16T19:14:40.350Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2021-09-16T19:14:40.350Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2021-09-16T19:14:40.350Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2021-09-16T19:14:40.350Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2021-09-16T19:14:40.350Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2021-09-16T19:14:40.350Z] === RUN TestDiskUsage/after_container.Run [2021-09-16T19:14:40.454Z] 24fb2886d6f6: Verifying Checksum [2021-09-16T19:14:40.454Z] 24fb2886d6f6: Download complete [2021-09-16T19:14:40.454Z] 24fb2886d6f6: Pull complete [2021-09-16T19:14:40.454Z] Digest: sha256:52f73a0a43a16cf37cd0720c90887ce972fe60ee06a687ee71fb93a7ca601df7 [2021-09-16T19:14:40.454Z] Status: Downloaded newer image for busybox:latest [2021-09-16T19:14:40.918Z] === RUN TestDiskUsage/after_container.Run/container_types [2021-09-16T19:14:40.918Z] === RUN TestDiskUsage/after_container.Run/image_types [2021-09-16T19:14:40.918Z] === RUN TestDiskUsage/after_container.Run/volume_types [2021-09-16T19:14:40.918Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2021-09-16T19:14:40.918Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2021-09-16T19:14:40.918Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2021-09-16T19:14:40.918Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2021-09-16T19:14:40.918Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2021-09-16T19:14:40.918Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2021-09-16T19:14:40.918Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2021-09-16T19:14:40.918Z] --- PASS: TestCgroupDriverSystemdMemoryLimit (1.53s) [2021-09-16T19:14:40.918Z] --- PASS: TestDiskUsage (1.54s) [2021-09-16T19:14:40.918Z] --- PASS: TestDiskUsage/empty (0.01s) [2021-09-16T19:14:40.918Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2021-09-16T19:14:40.918Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2021-09-16T19:14:40.918Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2021-09-16T19:14:40.918Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2021-09-16T19:14:40.918Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2021-09-16T19:14:40.918Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2021-09-16T19:14:40.918Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2021-09-16T19:14:40.918Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2021-09-16T19:14:40.918Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2021-09-16T19:14:40.918Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2021-09-16T19:14:40.918Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.30s) [2021-09-16T19:14:40.918Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2021-09-16T19:14:40.918Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2021-09-16T19:14:40.918Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2021-09-16T19:14:40.918Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2021-09-16T19:14:40.918Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2021-09-16T19:14:40.918Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2021-09-16T19:14:40.918Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2021-09-16T19:14:40.918Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2021-09-16T19:14:40.918Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2021-09-16T19:14:40.918Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2021-09-16T19:14:40.918Z] --- PASS: TestDiskUsage/after_container.Run (0.51s) [2021-09-16T19:14:40.918Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2021-09-16T19:14:40.918Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2021-09-16T19:14:40.918Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2021-09-16T19:14:40.918Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2021-09-16T19:14:40.918Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2021-09-16T19:14:40.918Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2021-09-16T19:14:40.918Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2021-09-16T19:14:40.918Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2021-09-16T19:14:40.918Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2021-09-16T19:14:40.918Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2021-09-16T19:14:40.918Z] PASS [2021-09-16T19:14:40.918Z] [2021-09-16T19:14:40.918Z] DONE 53 tests in 22.335s [2021-09-16T19:14:40.918Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2021-09-16T19:14:40.918Z] INFO: Testing against a local daemon [2021-09-16T19:14:40.918Z] === RUN TestVolumesCreateAndList [2021-09-16T19:14:41.177Z] --- PASS: TestVolumesCreateAndList (0.02s) [2021-09-16T19:14:41.177Z] === RUN TestVolumesRemove [2021-09-16T19:14:41.177Z] --- PASS: TestVolumesRemove (0.07s) [2021-09-16T19:14:41.177Z] === RUN TestVolumesInspect [2021-09-16T19:14:41.177Z] --- PASS: TestVolumesInspect (0.03s) [2021-09-16T19:14:41.177Z] === RUN TestVolumesInvalidJSON [2021-09-16T19:14:41.177Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-09-16T19:14:41.177Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-09-16T19:14:41.177Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-09-16T19:14:41.177Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2021-09-16T19:14:41.177Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-09-16T19:14:41.177Z] PASS [2021-09-16T19:14:41.177Z] [2021-09-16T19:14:41.177Z] DONE 5 tests in 0.158s [2021-09-16T19:14:41.177Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-09-16T19:14:41.225Z] --- PASS: TestContainerBindMountNonRecursive (1.53s) [2021-09-16T19:14:41.225Z] === RUN TestContainerVolumesMountedAsShared [2021-09-16T19:14:41.743Z] Stopping apparmor (via systemctl): apparmor.service. [2021-09-16T19:14:41.743Z] Removing test suite binaries [2021-09-16T19:14:41.743Z] exiting test-integration [2021-09-16T19:14:41.743Z] ++ exit 0 [2021-09-16T19:14:41.743Z] [2021-09-16T19:14:41.951Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer [2021-09-16T19:14:42.168Z] --- PASS: TestContainerVolumesMountedAsShared (0.63s) [2021-09-16T19:14:42.168Z] === RUN TestContainerVolumesMountedAsSlave [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-09-16T19:14:42.433Z] --- PASS: TestContainerVolumesMountedAsSlave (0.45s) [2021-09-16T19:14:42.433Z] === RUN TestNetworkNat [2021-09-16T19:14:42.522Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2021-09-16T19:14:42.654Z] + bundleName=docker-py [2021-09-16T19:14:42.654Z] + echo Creating docker-py-bundles.tar.gz [2021-09-16T19:14:42.654Z] Creating docker-py-bundles.tar.gz [2021-09-16T19:14:42.654Z] + 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-16T19:14:42.673Z] Archiving artifacts [2021-09-16T19:14:43.005Z] --- PASS: TestNetworkNat (0.68s) [2021-09-16T19:14:43.005Z] === RUN TestNetworkLocalhostTCPNat [2021-09-16T19:14:43.576Z] --- PASS: TestNetworkLocalhostTCPNat (0.63s) [2021-09-16T19:14:43.576Z] === RUN TestNetworkLoopbackNat Post stage [Pipeline] junit [2021-09-16T19:14:44.289Z] Recording test results [2021-09-16T19:14:44.434Z] check_test.go:308: [d4bea4312a91c] daemon is not started [2021-09-16T19:14:44.434Z] === RUN TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs [2021-09-16T19:14:44.660Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41759/9/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Static) [Pipeline] sh [2021-09-16T19:14:45.025Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41759/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr9 -e DOCKER_GITCOMMIT=e187eb2bb5f0c3f899fe643e95d1af8c57e89a73 -e DOCKER_GRAPHDRIVER docker:e187eb2bb5f0c3f899fe643e95d1af8c57e89a73 hack/make.sh binary [2021-09-16T19:14:45.592Z] [2021-09-16T19:14:45.592Z] Removing bundles/ [2021-09-16T19:14:45.592Z] [2021-09-16T19:14:45.592Z] ---> Making bundle: binary (in bundles/binary) [2021-09-16T19:14:45.592Z] Building: bundles/binary-daemon/dockerd-dev [2021-09-16T19:14:45.592Z] GOOS="" GOARCH="" GOARM="" [2021-09-16T19:14:45.670Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-09-16T19:14:46.009Z] + echo Ensuring container killed. [2021-09-16T19:14:46.009Z] Ensuring container killed. [2021-09-16T19:14:46.009Z] + docker rm -vf docker-pr9 [2021-09-16T19:14:46.009Z] Error: No such container: docker-pr9 [Pipeline] sh [2021-09-16T19:14:46.293Z] + echo Chowning /workspace to jenkins user [2021-09-16T19:14:46.293Z] Chowning /workspace to jenkins user [2021-09-16T19:14:46.293Z] + id -u [2021-09-16T19:14:46.293Z] + id -g [2021-09-16T19:14:46.293Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41759:/workspace busybox chown -R 1000:1000 /workspace [2021-09-16T19:14:46.293Z] Unable to find image 'busybox:latest' locally [2021-09-16T19:14:46.293Z] latest: Pulling from library/busybox [2021-09-16T19:14:46.551Z] 24fb2886d6f6: Pulling fs layer [2021-09-16T19:14:46.551Z] 24fb2886d6f6: Verifying Checksum [2021-09-16T19:14:46.551Z] 24fb2886d6f6: Download complete [2021-09-16T19:14:46.551Z] 24fb2886d6f6: Pull complete [2021-09-16T19:14:46.551Z] Digest: sha256:52f73a0a43a16cf37cd0720c90887ce972fe60ee06a687ee71fb93a7ca601df7 [2021-09-16T19:14:46.551Z] Status: Downloaded newer image for busybox:latest [2021-09-16T19:14:46.875Z] --- PASS: TestNetworkLoopbackNat (2.87s) [2021-09-16T19:14:46.875Z] === RUN TestPause [2021-09-16T19:14:46.981Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins [2021-09-16T19:14:46.981Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2021-09-16T19:14:47.136Z] --- PASS: TestPause (0.66s) [2021-09-16T19:14:47.136Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-09-16T19:14:47.136Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-09-16T19:14:47.136Z] --- SKIP: TestPauseFailsOnWindowsServerContainers (0.00s) [2021-09-16T19:14:47.136Z] === RUN TestPauseStopPausedContainer [2021-09-16T19:14:48.078Z] --- PASS: TestPauseStopPausedContainer (0.66s) [2021-09-16T19:14:48.078Z] === RUN TestPidHost [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-09-16T19:14:48.754Z] + bundleName=amd64-cgroup2 [2021-09-16T19:14:48.754Z] + echo Creating amd64-cgroup2-bundles.tar.gz [2021-09-16T19:14:48.754Z] Creating amd64-cgroup2-bundles.tar.gz [2021-09-16T19:14:48.754Z] + xargs tar -czf amd64-cgroup2-bundles.tar.gz [2021-09-16T19:14:48.754Z] + 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-16T19:14:49.030Z] Archiving artifacts [2021-09-16T19:14:49.464Z] --- PASS: TestPidHost (1.43s) [2021-09-16T19:14:49.464Z] === RUN TestPsFilter [2021-09-16T19:14:49.464Z] --- PASS: TestPsFilter (0.15s) [2021-09-16T19:14:49.464Z] === RUN TestRemoveContainerWithRemovedVolume [2021-09-16T19:14:50.036Z] --- PASS: TestRemoveContainerWithRemovedVolume (0.58s) [2021-09-16T19:14:50.036Z] === RUN TestRemoveContainerWithVolume [2021-09-16T19:14:50.277Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2021-09-16T19:14:50.537Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2021-09-16T19:14:50.537Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeout [2021-09-16T19:14:50.609Z] --- PASS: TestRemoveContainerWithVolume (0.59s) [2021-09-16T19:14:50.609Z] === RUN TestRemoveContainerRunning [2021-09-16T19:14:50.918Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41759/9/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-09-16T19:14:51.182Z] --- PASS: TestRemoveContainerRunning (0.63s) [2021-09-16T19:14:51.182Z] === RUN TestRemoveContainerForceRemoveRunning [2021-09-16T19:14:51.237Z] + make clean [2021-09-16T19:14:51.495Z] docker volume rm -f docker-dev-cache [2021-09-16T19:14:51.495Z] docker-dev-cache [Pipeline] deleteDir [2021-09-16T19:14:52.124Z] --- PASS: TestRemoveContainerForceRemoveRunning (0.65s) [2021-09-16T19:14:52.124Z] === RUN TestRemoveInvalidContainer [2021-09-16T19:14:52.124Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2021-09-16T19:14:52.124Z] === RUN TestRenameLinkedContainer [2021-09-16T19:14:52.447Z] check_test.go:308: [d5a5115a1a80b] daemon is not started [2021-09-16T19:14:52.447Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile [2021-09-16T19:14:53.036Z] Removing intermediate container 8e5d9bf8f535 [2021-09-16T19:14:53.036Z] ---> dd762c82853e [2021-09-16T19:14:53.036Z] Step 11/13 : RUN setx /M PATH "C:\bin;%PATH%" [2021-09-16T19:14:53.036Z] ---> Running in 2e0b7120e37d [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-09-16T19:14:54.604Z] [2021-09-16T19:14:54.604Z] SUCCESS: Specified value was saved. [2021-09-16T19:14:54.671Z] --- PASS: TestRenameLinkedContainer (2.51s) [2021-09-16T19:14:54.671Z] === RUN TestRenameStoppedContainer [2021-09-16T19:14:54.931Z] --- PASS: TestRenameStoppedContainer (0.61s) [2021-09-16T19:14:54.931Z] === RUN TestRenameRunningContainerAndReuse [2021-09-16T19:14:55.746Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2021-09-16T19:14:55.747Z] === RUN TestDockerDaemonSuite/TestDaemonShutdownWithPlugins [2021-09-16T19:14:56.320Z] --- PASS: TestRenameRunningContainerAndReuse (1.24s) [2021-09-16T19:14:56.320Z] === RUN TestRenameInvalidName [2021-09-16T19:14:56.823Z] Removing intermediate container 2e0b7120e37d [2021-09-16T19:14:56.823Z] ---> b16612e7774b [2021-09-16T19:14:56.823Z] Step 12/13 : RUN powershell busybox.exe --list ^|%{$nul = cmd /c mklink C:\bin\$_.exe busybox.exe} [2021-09-16T19:14:56.823Z] ---> Running in 2a94a4486af2 [2021-09-16T19:14:56.891Z] --- PASS: TestRenameInvalidName (0.64s) [2021-09-16T19:14:56.891Z] === RUN TestRenameAnonymousContainer [2021-09-16T19:14:59.434Z] --- PASS: TestRenameAnonymousContainer (2.26s) [2021-09-16T19:14:59.434Z] === RUN TestRenameContainerWithSameName [2021-09-16T19:14:59.695Z] --- PASS: TestRenameContainerWithSameName (0.63s) [2021-09-16T19:14:59.695Z] === RUN TestRenameContainerWithLinkedContainer [2021-09-16T19:15:00.618Z] Cannot create a file when that file already exists. [2021-09-16T19:15:01.028Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2021-09-16T19:15:01.028Z] === RUN TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation [2021-09-16T19:15:01.085Z] --- PASS: TestRenameContainerWithLinkedContainer (1.22s) [2021-09-16T19:15:01.085Z] === RUN TestResize [2021-09-16T19:15:01.289Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2021-09-16T19:15:01.656Z] --- PASS: TestResize (0.67s) [2021-09-16T19:15:01.656Z] === RUN TestResizeWithInvalidSize [2021-09-16T19:15:01.859Z] === RUN TestDockerDaemonSuite/TestDaemonStartIptablesFalse [2021-09-16T19:15:02.227Z] --- PASS: TestResizeWithInvalidSize (0.60s) [2021-09-16T19:15:02.227Z] === RUN TestResizeWhenContainerNotStarted [2021-09-16T19:15:02.430Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost [2021-09-16T19:15:02.692Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2021-09-16T19:15:02.800Z] --- PASS: TestResizeWhenContainerNotStarted (0.58s) [2021-09-16T19:15:02.800Z] === RUN TestDaemonRestartKillContainers [2021-09-16T19:15:02.800Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-09-16T19:15:02.800Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-09-16T19:15:02.800Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-09-16T19:15:02.800Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-09-16T19:15:02.800Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-09-16T19:15:02.800Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-09-16T19:15:02.800Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-09-16T19:15:02.800Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-09-16T19:15:02.800Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-09-16T19:15:02.800Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-09-16T19:15:02.800Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-09-16T19:15:02.800Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-09-16T19:15:02.800Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-09-16T19:15:02.800Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-09-16T19:15:02.800Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-09-16T19:15:02.800Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-09-16T19:15:02.800Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-09-16T19:15:02.800Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-09-16T19:15:02.800Z] === RUN TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-09-16T19:15:02.800Z] === PAUSE TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-09-16T19:15:02.800Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-09-16T19:15:02.800Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-09-16T19:15:02.800Z] === RUN TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-09-16T19:15:02.800Z] === PAUSE TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-09-16T19:15:02.800Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon [2021-09-16T19:15:02.800Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon [2021-09-16T19:15:02.800Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon [2021-09-16T19:15:02.800Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon [2021-09-16T19:15:02.953Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithIpcModes [2021-09-16T19:15:02.953Z] docker_cli_daemon_test.go:2887: Checking IpcMode private set from config [2021-09-16T19:15:03.525Z] docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from config [2021-09-16T19:15:04.095Z] docker_cli_daemon_test.go:2887: Checking IpcMode host set from config [2021-09-16T19:15:04.425Z] Removing intermediate container 2a94a4486af2 [2021-09-16T19:15:04.425Z] ---> 5c4ebd6580aa [2021-09-16T19:15:04.425Z] Step 13/13 : CMD ["sh"] [2021-09-16T19:15:04.425Z] ---> Running in ccf8a36de24d [2021-09-16T19:15:04.668Z] docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from config [2021-09-16T19:15:04.896Z] Removing intermediate container ccf8a36de24d [2021-09-16T19:15:04.896Z] ---> 5e2471639060 [2021-09-16T19:15:04.896Z] Successfully built 5e2471639060 [2021-09-16T19:15:04.896Z] Successfully tagged busybox:latest [2021-09-16T19:15:04.896Z] INFO: Docker images of the daemon under test [2021-09-16T19:15:04.896Z] [2021-09-16T19:15:04.896Z] REPOSITORY TAG IMAGE ID CREATED SIZE [2021-09-16T19:15:04.896Z] busybox latest 5e2471639060 Less than a second ago 5.73GB [2021-09-16T19:15:04.896Z] microsoft/windowsservercore latest 6e98155df178 3 days ago 5.7GB [2021-09-16T19:15:04.896Z] mcr.microsoft.com/windows/servercore ltsc2019 6e98155df178 3 days ago 5.7GB [2021-09-16T19:15:04.896Z] [2021-09-16T19:15:04.896Z] INFO: Running integration tests at 09/16/2021 19:15:04... [2021-09-16T19:15:04.896Z] INFO: DOCKER_HOST at tcp://127.0.0.1:2357 [2021-09-16T19:15:04.896Z] INFO: Integration API tests being run from the host: [2021-09-16T19:15:05.239Z] docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from config [2021-09-16T19:15:05.354Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon [2021-09-16T19:15:05.354Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon [2021-09-16T19:15:05.367Z] INFO: make.ps1 starting at 09/16/2021 19:15:04 [2021-09-16T19:15:05.502Z] docker_cli_daemon_test.go:2887: Checking IpcMode private set from cli [2021-09-16T19:15:05.617Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon [2021-09-16T19:15:05.763Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2021-09-16T19:15:05.836Z] Running D:\gopath\src\github.com\docker\docker\integration\build [2021-09-16T19:15:06.023Z] docker_cli_daemon_test.go:2887: Checking IpcMode shareable set from cli [2021-09-16T19:15:06.201Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon [2021-09-16T19:15:06.594Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2021-09-16T19:15:06.594Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2021-09-16T19:15:06.594Z] docker_cli_daemon_test.go:2887: Checking IpcMode host set from cli [2021-09-16T19:15:07.164Z] docker_cli_daemon_test.go:2887: Checking IpcMode container:123 set from cli [2021-09-16T19:15:07.425Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2021-09-16T19:15:07.626Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon [2021-09-16T19:15:07.626Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon [2021-09-16T19:15:07.685Z] docker_cli_daemon_test.go:2887: Checking IpcMode nosuchmode set from cli [2021-09-16T19:15:07.888Z] === CONT TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon [2021-09-16T19:15:08.255Z] check_test.go:308: [dbfe61ccb6a65] daemon is not started [2021-09-16T19:15:08.255Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutColors [2021-09-16T19:15:08.461Z] === CONT TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon [2021-09-16T19:15:08.515Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2021-09-16T19:15:09.456Z] check_test.go:308: [d4fbd038a8346] daemon is not started [2021-09-16T19:15:09.456Z] === RUN TestDockerDaemonSuite/TestDaemonStartWithoutHost [2021-09-16T19:15:09.716Z] === RUN TestDockerSuite/TestBuildDockerignore [2021-09-16T19:15:09.977Z] === RUN TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 [2021-09-16T19:15:10.376Z] --- PASS: TestDaemonRestartKillContainers (0.00s) [2021-09-16T19:15:10.376Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/kill-daemon (2.48s) [2021-09-16T19:15:10.376Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/stop-daemon (2.57s) [2021-09-16T19:15:10.376Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/stop-daemon (2.77s) [2021-09-16T19:15:10.376Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/stop-daemon (3.22s) [2021-09-16T19:15:10.376Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/stop-daemon (1.65s) [2021-09-16T19:15:10.376Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/stop-daemon (1.53s) [2021-09-16T19:15:10.376Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_without_restart_policy/kill-daemon (2.55s) [2021-09-16T19:15:10.376Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_with_restart=always/kill-daemon (3.05s) [2021-09-16T19:15:10.376Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_created_should_not_be_restarted/kill-daemon (1.52s) [2021-09-16T19:15:10.376Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_created_should_not_be_restarted/kill-daemon (1.46s) [2021-09-16T19:15:10.376Z] --- PASS: TestDaemonRestartKillContainers/live-restore=false/container_without_restart_policy/stop-daemon (2.29s) [2021-09-16T19:15:10.376Z] --- PASS: TestDaemonRestartKillContainers/live-restore=true/container_with_restart=always/kill-daemon (2.05s) [2021-09-16T19:15:10.376Z] === RUN TestCgroupNamespacesRun [2021-09-16T19:15:11.359Z] === RUN TestDockerDaemonSuite/TestDaemonUlimitDefaults [2021-09-16T19:15:12.289Z] --- PASS: TestCgroupNamespacesRun (1.48s) [2021-09-16T19:15:12.289Z] === RUN TestCgroupNamespacesRunPrivileged [2021-09-16T19:15:13.675Z] --- PASS: TestCgroupNamespacesRunPrivileged (1.45s) [2021-09-16T19:15:13.675Z] === RUN TestCgroupNamespacesRunDaemonHostMode [2021-09-16T19:15:14.657Z] === RUN TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp [2021-09-16T19:15:14.917Z] check_test.go:308: [ddc3220bffc9f] daemon is not started [2021-09-16T19:15:14.917Z] === RUN TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting [2021-09-16T19:15:15.062Z] --- PASS: TestCgroupNamespacesRunDaemonHostMode (1.50s) [2021-09-16T19:15:15.062Z] === RUN TestCgroupNamespacesRunHostMode [2021-09-16T19:15:16.449Z] --- PASS: TestCgroupNamespacesRunHostMode (1.51s) [2021-09-16T19:15:16.449Z] === RUN TestCgroupNamespacesRunPrivateMode [2021-09-16T19:15:17.834Z] --- PASS: TestCgroupNamespacesRunPrivateMode (1.45s) [2021-09-16T19:15:17.834Z] === RUN TestCgroupNamespacesRunPrivilegedAndPrivate [2021-09-16T19:15:18.216Z] === RUN TestDockerDaemonSuite/TestDaemonWideLogConfig [2021-09-16T19:15:19.600Z] === RUN TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath [2021-09-16T19:15:19.600Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2021-09-16T19:15:19.748Z] --- PASS: TestCgroupNamespacesRunPrivilegedAndPrivate (1.49s) [2021-09-16T19:15:19.748Z] === RUN TestCgroupNamespacesRunInvalidMode [2021-09-16T19:15:20.319Z] --- PASS: TestCgroupNamespacesRunInvalidMode (0.78s) [2021-09-16T19:15:20.319Z] === RUN TestCgroupNamespacesRunOlderClient [2021-09-16T19:15:20.983Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2021-09-16T19:15:21.705Z] --- PASS: TestCgroupNamespacesRunOlderClient (1.48s) [2021-09-16T19:15:21.705Z] === RUN TestNISDomainname [2021-09-16T19:15:22.647Z] --- PASS: TestNISDomainname (0.80s) [2021-09-16T19:15:22.647Z] === RUN TestHostnameDnsResolution [2021-09-16T19:15:23.528Z] === RUN TestDockerDaemonSuite/TestDaemonWithWrongkey [2021-09-16T19:15:23.589Z] --- PASS: TestHostnameDnsResolution (1.00s) [2021-09-16T19:15:23.589Z] === RUN TestStats [2021-09-16T19:15:24.098Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2021-09-16T19:15:24.358Z] check_test.go:308: [df928e7429c6f] daemon is not started [2021-09-16T19:15:24.358Z] === RUN TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork [2021-09-16T19:15:26.276Z] --- PASS: TestStats (2.66s) [2021-09-16T19:15:26.276Z] === RUN TestStopContainerWithTimeout [2021-09-16T19:15:26.276Z] === RUN TestStopContainerWithTimeout/0 [2021-09-16T19:15:26.276Z] === PAUSE TestStopContainerWithTimeout/0 [2021-09-16T19:15:26.276Z] === RUN TestStopContainerWithTimeout/1 [2021-09-16T19:15:26.276Z] === PAUSE TestStopContainerWithTimeout/1 [2021-09-16T19:15:26.276Z] === RUN TestStopContainerWithTimeout/3 [2021-09-16T19:15:26.276Z] === PAUSE TestStopContainerWithTimeout/3 [2021-09-16T19:15:26.276Z] === RUN TestStopContainerWithTimeout/-1 [2021-09-16T19:15:26.276Z] === PAUSE TestStopContainerWithTimeout/-1 [2021-09-16T19:15:26.276Z] === CONT TestStopContainerWithTimeout/0 [2021-09-16T19:15:26.276Z] === CONT TestStopContainerWithTimeout/-1 [2021-09-16T19:15:26.276Z] === CONT TestStopContainerWithTimeout/3 [2021-09-16T19:15:26.276Z] === CONT TestStopContainerWithTimeout/1 [2021-09-16T19:15:27.107Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-09-16T19:15:27.107Z] INFO: Testing against a local daemon [2021-09-16T19:15:27.107Z] === RUN TestBuildWithSession [2021-09-16T19:15:27.107Z] build_session_test.go:25: TODO: BuildKit [2021-09-16T19:15:27.107Z] --- SKIP: TestBuildWithSession (0.00s) [2021-09-16T19:15:27.107Z] === RUN TestBuildSquashParent [2021-09-16T19:15:27.107Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:15:27.107Z] --- SKIP: TestBuildSquashParent (0.00s) [2021-09-16T19:15:27.107Z] === RUN TestBuildWithRemoveAndForceRemove [2021-09-16T19:15:27.107Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-09-16T19:15:27.107Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-09-16T19:15:27.107Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-09-16T19:15:27.107Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-09-16T19:15:27.107Z] === RUN TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-09-16T19:15:27.107Z] === PAUSE TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-09-16T19:15:27.107Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-09-16T19:15:27.107Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-09-16T19:15:27.107Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-09-16T19:15:27.107Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-09-16T19:15:27.107Z] === RUN TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-09-16T19:15:27.107Z] === PAUSE TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-09-16T19:15:27.107Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal [2021-09-16T19:15:27.107Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal [2021-09-16T19:15:27.107Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove [2021-09-16T19:15:27.107Z] === CONT TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove [2021-09-16T19:15:29.577Z] --- PASS: TestStopContainerWithTimeout (0.02s) [2021-09-16T19:15:29.577Z] --- PASS: TestStopContainerWithTimeout/0 (1.26s) [2021-09-16T19:15:29.577Z] --- PASS: TestStopContainerWithTimeout/1 (2.16s) [2021-09-16T19:15:29.577Z] --- PASS: TestStopContainerWithTimeout/-1 (2.77s) [2021-09-16T19:15:29.577Z] --- PASS: TestStopContainerWithTimeout/3 (3.17s) [2021-09-16T19:15:29.577Z] === RUN TestDeleteDevicemapper [2021-09-16T19:15:29.577Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-09-16T19:15:29.577Z] --- SKIP: TestDeleteDevicemapper (0.00s) [2021-09-16T19:15:29.577Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-09-16T19:15:29.647Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2021-09-16T19:15:32.125Z] --- PASS: TestStopContainerWithRestartPolicyAlways (2.41s) [2021-09-16T19:15:32.125Z] === RUN TestUpdateMemory [2021-09-16T19:15:32.125Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-09-16T19:15:32.125Z] --- SKIP: TestUpdateMemory (0.00s) [2021-09-16T19:15:32.125Z] === RUN TestUpdateCPUQuota [2021-09-16T19:15:32.191Z] === RUN TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore [2021-09-16T19:15:33.067Z] --- PASS: TestUpdateCPUQuota (1.35s) [2021-09-16T19:15:33.067Z] === RUN TestUpdatePidsLimit [2021-09-16T19:15:33.067Z] === RUN TestUpdatePidsLimit/update_from_none [2021-09-16T19:15:33.327Z] === RUN TestUpdatePidsLimit/no_change [2021-09-16T19:15:33.588Z] === RUN TestUpdatePidsLimit/update_lower [2021-09-16T19:15:34.163Z] === RUN TestUpdatePidsLimit/update_on_old_api_ignores_value [2021-09-16T19:15:34.424Z] === RUN TestUpdatePidsLimit/unset_limit_with_zero [2021-09-16T19:15:34.685Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_one [2021-09-16T19:15:34.946Z] === RUN TestUpdatePidsLimit/unset_limit_with_minus_two [2021-09-16T19:15:35.488Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2021-09-16T19:15:35.488Z] === RUN TestDockerDaemonSuite/TestFailedPluginRemove [2021-09-16T19:15:35.748Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2021-09-16T19:15:35.748Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2021-09-16T19:15:35.892Z] --- PASS: TestUpdatePidsLimit (2.96s) [2021-09-16T19:15:35.892Z] --- PASS: TestUpdatePidsLimit/update_from_none (0.30s) [2021-09-16T19:15:35.892Z] --- PASS: TestUpdatePidsLimit/no_change (0.32s) [2021-09-16T19:15:35.892Z] --- PASS: TestUpdatePidsLimit/update_lower (0.31s) [2021-09-16T19:15:35.892Z] --- PASS: TestUpdatePidsLimit/update_on_old_api_ignores_value (0.30s) [2021-09-16T19:15:35.892Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_zero (0.30s) [2021-09-16T19:15:35.892Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_one (0.30s) [2021-09-16T19:15:35.892Z] --- PASS: TestUpdatePidsLimit/unset_limit_with_minus_two (0.31s) [2021-09-16T19:15:35.892Z] === RUN TestUpdateRestartPolicy [2021-09-16T19:15:37.131Z] check_test.go:308: [dff4981399ee1] daemon is not started [2021-09-16T19:15:37.131Z] === RUN TestDockerDaemonSuite/TestHTTPSInfo [2021-09-16T19:15:37.556Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove [2021-09-16T19:15:37.556Z] === CONT TestBuildWithRemoveAndForceRemove/failed_build_with_remove [2021-09-16T19:15:37.704Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueCert [2021-09-16T19:15:38.277Z] === RUN TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert [2021-09-16T19:15:38.847Z] === RUN TestDockerDaemonSuite/TestHTTPSRun [2021-09-16T19:15:40.231Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2021-09-16T19:15:40.492Z] === RUN TestDockerDaemonSuite/TestLegacyDaemonCommand [2021-09-16T19:15:40.492Z] check_test.go:308: [dc61db8b023df] daemon is not started [2021-09-16T19:15:40.492Z] === RUN TestDockerDaemonSuite/TestPluginListFilterCapability [2021-09-16T19:15:42.432Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2021-09-16T19:15:42.432Z] === RUN TestDockerDaemonSuite/TestPluginListFilterEnabled [2021-09-16T19:15:43.436Z] --- PASS: TestBuildWithRemoveAndForceRemove (0.02s) [2021-09-16T19:15:43.436Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove (10.10s) [2021-09-16T19:15:43.436Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_no_removal (10.37s) [2021-09-16T19:15:43.436Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_no_removal (10.45s) [2021-09-16T19:15:43.436Z] --- PASS: TestBuildWithRemoveAndForceRemove/successful_build_with_remove_and_force_remove (10.66s) [2021-09-16T19:15:43.436Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove (5.88s) [2021-09-16T19:15:43.436Z] --- PASS: TestBuildWithRemoveAndForceRemove/failed_build_with_remove_and_force_remove (6.28s) [2021-09-16T19:15:43.436Z] === RUN TestBuildMultiStageCopy [2021-09-16T19:15:43.436Z] === RUN TestBuildMultiStageCopy/copy_to_root [2021-09-16T19:15:44.342Z] === RUN TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart [2021-09-16T19:15:44.342Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2021-09-16T19:15:47.635Z] === RUN TestDockerDaemonSuite/TestPruneImageDangling [2021-09-16T19:15:48.123Z] --- PASS: TestUpdateRestartPolicy (11.76s) [2021-09-16T19:15:48.123Z] === RUN TestUpdateRestartWithAutoRemove [2021-09-16T19:15:48.385Z] --- PASS: TestUpdateRestartWithAutoRemove (0.64s) [2021-09-16T19:15:48.385Z] === RUN TestWaitNonBlocked [2021-09-16T19:15:48.385Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-09-16T19:15:48.385Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-09-16T19:15:48.385Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-09-16T19:15:48.385Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-09-16T19:15:48.385Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-09-16T19:15:48.385Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-09-16T19:15:49.016Z] === RUN TestDockerDaemonSuite/TestPruneImageLabel [2021-09-16T19:15:49.330Z] --- PASS: TestWaitNonBlocked (0.02s) [2021-09-16T19:15:49.330Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (0.88s) [2021-09-16T19:15:49.330Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (0.92s) [2021-09-16T19:15:49.330Z] === RUN TestWaitBlocked [2021-09-16T19:15:49.330Z] === RUN TestWaitBlocked/test-wait-blocked-exit-zero [2021-09-16T19:15:49.330Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-zero [2021-09-16T19:15:49.330Z] === RUN TestWaitBlocked/test-wait-blocked-exit-random [2021-09-16T19:15:49.330Z] === PAUSE TestWaitBlocked/test-wait-blocked-exit-random [2021-09-16T19:15:49.330Z] === CONT TestWaitBlocked/test-wait-blocked-exit-zero [2021-09-16T19:15:49.330Z] === CONT TestWaitBlocked/test-wait-blocked-exit-random [2021-09-16T19:15:50.276Z] --- PASS: TestWaitBlocked (0.03s) [2021-09-16T19:15:50.276Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-zero (0.92s) [2021-09-16T19:15:50.276Z] --- PASS: TestWaitBlocked/test-wait-blocked-exit-random (0.97s) [2021-09-16T19:15:50.276Z] === CONT TestContainerStartOnDaemonRestart [2021-09-16T19:15:50.276Z] === CONT TestContainerKillOnDaemonStart [2021-09-16T19:15:50.276Z] === CONT TestDaemonHostGatewayIP [2021-09-16T19:15:50.276Z] === CONT TestIpcModeOlderClient [2021-09-16T19:15:50.398Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2021-09-16T19:15:50.538Z] --- PASS: TestIpcModeOlderClient (0.11s) [2021-09-16T19:15:50.538Z] === CONT TestDaemonRestartIpcMode [2021-09-16T19:15:50.601Z] === RUN TestBuildMultiStageCopy/copy_to_newdir [2021-09-16T19:15:50.969Z] === RUN TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore [2021-09-16T19:15:51.071Z] === RUN TestBuildMultiStageCopy/copy_to_newdir_nested [2021-09-16T19:15:51.540Z] === RUN TestBuildMultiStageCopy/copy_to_existingdir [2021-09-16T19:15:52.350Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2021-09-16T19:15:52.528Z] === RUN TestBuildMultiStageCopy/copy_to_newsubdir [2021-09-16T19:15:53.091Z] --- PASS: TestContainerStartOnDaemonRestart (2.83s) [2021-09-16T19:15:53.091Z] === CONT TestRestartDaemonWithRestartingContainer [2021-09-16T19:15:53.516Z] --- PASS: TestBuildMultiStageCopy (10.00s) [2021-09-16T19:15:53.516Z] --- PASS: TestBuildMultiStageCopy/copy_to_root (6.81s) [2021-09-16T19:15:53.516Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir (0.59s) [2021-09-16T19:15:53.516Z] --- PASS: TestBuildMultiStageCopy/copy_to_newdir_nested (0.74s) [2021-09-16T19:15:53.516Z] --- PASS: TestBuildMultiStageCopy/copy_to_existingdir (0.86s) [2021-09-16T19:15:53.516Z] --- PASS: TestBuildMultiStageCopy/copy_to_newsubdir (0.99s) [2021-09-16T19:15:53.516Z] === RUN TestBuildMultiStageParentConfig [2021-09-16T19:15:54.263Z] === RUN TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore [2021-09-16T19:15:54.484Z] --- PASS: TestDaemonHostGatewayIP (3.93s) [2021-09-16T19:15:54.484Z] --- PASS: TestDaemonRestartIpcMode (3.86s) [2021-09-16T19:15:54.523Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2021-09-16T19:15:55.733Z] --- PASS: TestBuildMultiStageParentConfig (2.05s) [2021-09-16T19:15:55.733Z] === RUN TestBuildLabelWithTargets [2021-09-16T19:15:55.733Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-09-16T19:15:55.733Z] --- SKIP: TestBuildLabelWithTargets (0.01s) [2021-09-16T19:15:55.733Z] === RUN TestBuildWithEmptyLayers [2021-09-16T19:15:55.868Z] --- PASS: TestRestartDaemonWithRestartingContainer (2.38s) [2021-09-16T19:15:56.722Z] --- PASS: TestBuildWithEmptyLayers (1.05s) [2021-09-16T19:15:56.722Z] === RUN TestBuildMultiStageOnBuild [2021-09-16T19:15:57.820Z] === RUN TestDockerDaemonSuite/TestRunLinksChanged [2021-09-16T19:16:02.025Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNewFormat [2021-09-16T19:16:03.936Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap [2021-09-16T19:16:04.002Z] --- PASS: TestContainerKillOnDaemonStart (12.37s) [2021-09-16T19:16:04.002Z] PASS [2021-09-16T19:16:04.002Z] [2021-09-16T19:16:04.002Z] === Skipped [2021-09-16T19:16:04.002Z] === SKIP: arm64.integration.container TestCheckpoint (0.00s) [2021-09-16T19:16:04.002Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-09-16T19:16:04.002Z] [2021-09-16T19:16:04.002Z] === SKIP: arm64.integration.container TestInspectOomKilledTrue (0.00s) [2021-09-16T19:16:04.002Z] kill_test.go:157: !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-09-16T19:16:04.002Z] [2021-09-16T19:16:04.002Z] === SKIP: arm64.integration.container TestInspectOomKilledFalse (0.00s) [2021-09-16T19:16:04.002Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-09-16T19:16:04.002Z] [2021-09-16T19:16:04.002Z] === SKIP: arm64.integration.container TestPauseFailsOnWindowsServerContainers (0.00s) [2021-09-16T19:16:04.002Z] pause_test.go:56: testEnv.DaemonInfo.OSType != "windows" || testEnv.DaemonInfo.Isolation != "process" [2021-09-16T19:16:04.002Z] [2021-09-16T19:16:04.002Z] === SKIP: arm64.integration.container TestDeleteDevicemapper (0.00s) [2021-09-16T19:16:04.002Z] stop_linux_test.go:74: testEnv.DaemonInfo.Driver != "devicemapper" [2021-09-16T19:16:04.002Z] [2021-09-16T19:16:04.002Z] === SKIP: arm64.integration.container TestUpdateMemory (0.00s) [2021-09-16T19:16:04.002Z] update_linux_test.go:24: !testEnv.DaemonInfo.SwapLimit [2021-09-16T19:16:04.002Z] [2021-09-16T19:16:04.002Z] DONE 195 tests, 6 skipped in 118.193s [2021-09-16T19:16:04.002Z] Running /go/src/github.com/docker/docker/integration/daemon (arm64.integration.daemon) flags=-test.v -test.timeout=120m [2021-09-16T19:16:04.002Z] ++ 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-16T19:16:04.002Z] ++ set -e [2021-09-16T19:16:04.002Z] ++ '[' -n 0 ']' [2021-09-16T19:16:04.002Z] ++ set -x [2021-09-16T19:16:04.002Z] ++ 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-16T19:16:04.002Z] === RUN TestConfigDaemonLibtrustID [2021-09-16T19:16:04.002Z] --- PASS: TestConfigDaemonLibtrustID (0.54s) [2021-09-16T19:16:04.002Z] === RUN TestDaemonConfigValidation [2021-09-16T19:16:04.002Z] === RUN TestDaemonConfigValidation/config_with_no_content [2021-09-16T19:16:04.002Z] === PAUSE TestDaemonConfigValidation/config_with_no_content [2021-09-16T19:16:04.002Z] === RUN TestDaemonConfigValidation/config_with_{} [2021-09-16T19:16:04.002Z] === PAUSE TestDaemonConfigValidation/config_with_{} [2021-09-16T19:16:04.002Z] === RUN TestDaemonConfigValidation/invalid_config [2021-09-16T19:16:04.002Z] === PAUSE TestDaemonConfigValidation/invalid_config [2021-09-16T19:16:04.002Z] === RUN TestDaemonConfigValidation/malformed_config [2021-09-16T19:16:04.002Z] === PAUSE TestDaemonConfigValidation/malformed_config [2021-09-16T19:16:04.002Z] === RUN TestDaemonConfigValidation/valid_config [2021-09-16T19:16:04.002Z] === PAUSE TestDaemonConfigValidation/valid_config [2021-09-16T19:16:04.002Z] === CONT TestDaemonConfigValidation/config_with_no_content [2021-09-16T19:16:04.002Z] === CONT TestDaemonConfigValidation/invalid_config [2021-09-16T19:16:04.002Z] === CONT TestDaemonConfigValidation/config_with_{} [2021-09-16T19:16:04.002Z] === CONT TestDaemonConfigValidation/malformed_config [2021-09-16T19:16:04.002Z] === CONT TestDaemonConfigValidation/valid_config [2021-09-16T19:16:04.002Z] --- PASS: TestDaemonConfigValidation (0.00s) [2021-09-16T19:16:04.002Z] --- PASS: TestDaemonConfigValidation/invalid_config (0.11s) [2021-09-16T19:16:04.002Z] --- PASS: TestDaemonConfigValidation/config_with_no_content (0.12s) [2021-09-16T19:16:04.002Z] --- PASS: TestDaemonConfigValidation/malformed_config (0.15s) [2021-09-16T19:16:04.002Z] --- PASS: TestDaemonConfigValidation/config_with_{} (0.15s) [2021-09-16T19:16:04.002Z] --- PASS: TestDaemonConfigValidation/valid_config (0.08s) [2021-09-16T19:16:04.002Z] === RUN TestConfigDaemonSeccompProfiles [2021-09-16T19:16:04.002Z] === RUN TestConfigDaemonSeccompProfiles/empty_profile_set [2021-09-16T19:16:04.877Z] === RUN TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames [2021-09-16T19:16:04.943Z] === RUN TestConfigDaemonSeccompProfiles/default_profile [2021-09-16T19:16:05.818Z] === RUN TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile [2021-09-16T19:16:05.890Z] === RUN TestConfigDaemonSeccompProfiles/unconfined_profile [2021-09-16T19:16:06.840Z] === CONT TestConfigDaemonSeccompProfiles [2021-09-16T19:16:06.840Z] daemon_test.go:148: [dd68515687a52] daemon is not started [2021-09-16T19:16:06.840Z] --- PASS: TestConfigDaemonSeccompProfiles (3.23s) [2021-09-16T19:16:06.840Z] --- PASS: TestConfigDaemonSeccompProfiles/empty_profile_set (1.07s) [2021-09-16T19:16:06.840Z] --- PASS: TestConfigDaemonSeccompProfiles/default_profile (1.07s) [2021-09-16T19:16:06.840Z] --- PASS: TestConfigDaemonSeccompProfiles/unconfined_profile (1.09s) [2021-09-16T19:16:06.840Z] PASS [2021-09-16T19:16:06.840Z] [2021-09-16T19:16:06.840Z] DONE 11 tests in 4.111s [2021-09-16T19:16:06.840Z] Running /go/src/github.com/docker/docker/integration/image (arm64.integration.image) flags=-test.v -test.timeout=120m [2021-09-16T19:16:06.840Z] ++ 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-16T19:16:06.840Z] ++ set -e [2021-09-16T19:16:06.840Z] ++ '[' -n 0 ']' [2021-09-16T19:16:06.840Z] ++ set -x [2021-09-16T19:16:06.840Z] ++ 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-16T19:16:07.100Z] INFO: Testing against a local daemon [2021-09-16T19:16:07.100Z] === RUN TestCommitInheritsEnv [2021-09-16T19:16:07.361Z] --- PASS: TestCommitInheritsEnv (0.36s) [2021-09-16T19:16:07.361Z] === RUN TestImportExtremelyLargeImageWorks [2021-09-16T19:16:07.361Z] import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out [2021-09-16T19:16:07.361Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2021-09-16T19:16:07.361Z] === RUN TestImagesFilterMultiReference [2021-09-16T19:16:07.621Z] --- PASS: TestImagesFilterMultiReference (0.09s) [2021-09-16T19:16:07.621Z] === RUN TestImagePullPlatformInvalid [2021-09-16T19:16:07.621Z] --- PASS: TestImagePullPlatformInvalid (0.04s) [2021-09-16T19:16:07.621Z] === RUN TestRemoveImageOrphaning [2021-09-16T19:16:07.882Z] --- PASS: TestRemoveImageOrphaning (0.35s) [2021-09-16T19:16:07.882Z] === RUN TestRemoveImageGarbageCollector [2021-09-16T19:16:07.882Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-09-16T19:16:07.882Z] --- SKIP: TestRemoveImageGarbageCollector (0.00s) [2021-09-16T19:16:07.882Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-09-16T19:16:07.882Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.05s) [2021-09-16T19:16:07.882Z] === RUN TestTagInvalidReference [2021-09-16T19:16:07.882Z] --- PASS: TestTagInvalidReference (0.03s) [2021-09-16T19:16:07.882Z] === RUN TestTagValidPrefixedRepo [2021-09-16T19:16:08.142Z] --- PASS: TestTagValidPrefixedRepo (0.07s) [2021-09-16T19:16:08.142Z] === RUN TestTagExistedNameWithoutForce [2021-09-16T19:16:08.142Z] --- PASS: TestTagExistedNameWithoutForce (0.04s) [2021-09-16T19:16:08.142Z] === RUN TestTagOfficialNames [2021-09-16T19:16:08.142Z] --- PASS: TestTagOfficialNames (0.07s) [2021-09-16T19:16:08.142Z] === RUN TestTagMatchesDigest [2021-09-16T19:16:08.142Z] --- PASS: TestTagMatchesDigest (0.03s) [2021-09-16T19:16:08.142Z] PASS [2021-09-16T19:16:08.142Z] [2021-09-16T19:16:08.142Z] === Skipped [2021-09-16T19:16:08.142Z] === SKIP: arm64.integration.image TestImportExtremelyLargeImageWorks (0.00s) [2021-09-16T19:16:08.142Z] import_test.go:22: runtime.GOARCH == "arm64": effective test will be time out [2021-09-16T19:16:08.142Z] [2021-09-16T19:16:08.142Z] === SKIP: arm64.integration.image TestRemoveImageGarbageCollector (0.00s) [2021-09-16T19:16:08.142Z] remove_unix_test.go:36: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-09-16T19:16:08.142Z] [2021-09-16T19:16:08.142Z] DONE 12 tests, 2 skipped in 1.307s [2021-09-16T19:16:08.142Z] Running /go/src/github.com/docker/docker/integration/network (arm64.integration.network) flags=-test.v -test.timeout=120m [2021-09-16T19:16:08.142Z] ++ 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-16T19:16:08.142Z] ++ set -e [2021-09-16T19:16:08.142Z] ++ '[' -n 0 ']' [2021-09-16T19:16:08.142Z] ++ set -x [2021-09-16T19:16:08.142Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=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-16T19:16:08.403Z] INFO: Testing against a local daemon [2021-09-16T19:16:08.403Z] === RUN TestNetworkCreateDelete [2021-09-16T19:16:08.664Z] --- PASS: TestNetworkCreateDelete (0.22s) [2021-09-16T19:16:08.664Z] === RUN TestDockerNetworkDeletePreferID [2021-09-16T19:16:09.124Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine [2021-09-16T19:16:09.235Z] --- PASS: TestDockerNetworkDeletePreferID (0.59s) [2021-09-16T19:16:09.235Z] === RUN TestDaemonDNSFallback [2021-09-16T19:16:09.695Z] === RUN TestDockerSuite/TestBuildDotDotFile [2021-09-16T19:16:09.955Z] === RUN TestDockerSuite/TestBuildEOLInLine [2021-09-16T19:16:11.666Z] --- PASS: TestBuildMultiStageOnBuild (14.16s) [2021-09-16T19:16:11.666Z] === RUN TestBuildUncleanTarFilenames [2021-09-16T19:16:11.666Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-09-16T19:16:11.666Z] --- SKIP: TestBuildUncleanTarFilenames (0.00s) [2021-09-16T19:16:11.666Z] === RUN TestBuildMultiStageLayerLeak [2021-09-16T19:16:15.243Z] docker_cli_daemon_test.go:2550: [dfd0be1821f1c] daemon is not started [2021-09-16T19:16:15.243Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2021-09-16T19:16:15.243Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2021-09-16T19:16:15.504Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2021-09-16T19:16:15.818Z] --- PASS: TestDaemonDNSFallback (6.64s) [2021-09-16T19:16:15.818Z] === RUN TestInspectNetwork [2021-09-16T19:16:16.448Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2021-09-16T19:16:16.448Z] === RUN TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile [2021-09-16T19:16:16.448Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2021-09-16T19:16:16.709Z] === RUN TestDockerSuite/TestBuildEntrypoint [2021-09-16T19:16:17.280Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2021-09-16T19:16:18.838Z] --- PASS: TestBuildMultiStageLayerLeak (8.24s) [2021-09-16T19:16:18.838Z] === RUN TestBuildWithHugeFile [2021-09-16T19:16:19.824Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2021-09-16T19:16:20.026Z] === RUN TestInspectNetwork/full_network_id [2021-09-16T19:16:20.026Z] === RUN TestInspectNetwork/partial_network_id [2021-09-16T19:16:20.026Z] === RUN TestInspectNetwork/network_name [2021-09-16T19:16:20.026Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2021-09-16T19:16:20.764Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2021-09-16T19:16:22.045Z] Created binary: bundles/binary-daemon/dockerd-dev [2021-09-16T19:16:22.045Z] Copying nested executables into bundles/binary-daemon [2021-09-16T19:16:22.045Z] Building: bundles/binary-daemon/docker-proxy-dev [2021-09-16T19:16:22.045Z] GOOS="" GOARCH="" GOARM="" [2021-09-16T19:16:22.045Z] Created binary: bundles/binary-daemon/docker-proxy-dev [2021-09-16T19:16:22.045Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Cross) [Pipeline] sh [2021-09-16T19:16:22.148Z] === RUN TestDockerSuite/TestBuildEnv [2021-09-16T19:16:22.377Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41759/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr9 -e DOCKER_GITCOMMIT=e187eb2bb5f0c3f899fe643e95d1af8c57e89a73 -e DOCKER_GRAPHDRIVER docker:e187eb2bb5f0c3f899fe643e95d1af8c57e89a73 hack/make.sh cross [2021-09-16T19:16:22.943Z] [2021-09-16T19:16:22.943Z] Removing bundles/ [2021-09-16T19:16:22.943Z] [2021-09-16T19:16:22.943Z] ---> Making bundle: cross (in bundles/cross) [2021-09-16T19:16:22.943Z] Cross building: bundles/cross/linux/amd64 [2021-09-16T19:16:22.943Z] Building: bundles/cross/linux/amd64-daemon/dockerd-dev [2021-09-16T19:16:22.943Z] GOOS="linux" GOARCH="amd64" GOARM="" [2021-09-16T19:16:23.088Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2021-09-16T19:16:24.230Z] --- PASS: TestInspectNetwork (8.19s) [2021-09-16T19:16:24.230Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2021-09-16T19:16:24.230Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2021-09-16T19:16:24.230Z] --- PASS: TestInspectNetwork/network_name (0.00s) [2021-09-16T19:16:24.230Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2021-09-16T19:16:24.230Z] === RUN TestRunContainerWithBridgeNone [2021-09-16T19:16:24.472Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2021-09-16T19:16:24.472Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2021-09-16T19:16:25.412Z] === RUN TestDockerSuite/TestBuildEnvUsage [2021-09-16T19:16:26.146Z] --- PASS: TestRunContainerWithBridgeNone (2.02s) [2021-09-16T19:16:26.146Z] === RUN TestNetworkInvalidJSON [2021-09-16T19:16:26.146Z] === RUN TestNetworkInvalidJSON//networks/create [2021-09-16T19:16:26.146Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-09-16T19:16:26.146Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-09-16T19:16:26.146Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-09-16T19:16:26.146Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-09-16T19:16:26.146Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-09-16T19:16:26.146Z] === CONT TestNetworkInvalidJSON//networks/create [2021-09-16T19:16:26.146Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-09-16T19:16:26.146Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-09-16T19:16:26.146Z] --- PASS: TestNetworkInvalidJSON (0.03s) [2021-09-16T19:16:26.146Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-09-16T19:16:26.146Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-09-16T19:16:26.146Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-09-16T19:16:26.146Z] === RUN TestNetworkList [2021-09-16T19:16:26.146Z] === RUN TestNetworkList//networks [2021-09-16T19:16:26.146Z] === PAUSE TestNetworkList//networks [2021-09-16T19:16:26.146Z] === RUN TestNetworkList//networks/ [2021-09-16T19:16:26.146Z] === PAUSE TestNetworkList//networks/ [2021-09-16T19:16:26.146Z] === CONT TestNetworkList//networks [2021-09-16T19:16:26.146Z] === CONT TestNetworkList//networks/ [2021-09-16T19:16:26.146Z] --- PASS: TestNetworkList (0.03s) [2021-09-16T19:16:26.146Z] --- PASS: TestNetworkList//networks (0.00s) [2021-09-16T19:16:26.146Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-09-16T19:16:26.146Z] === RUN TestHostIPv4BridgeLabel [2021-09-16T19:16:26.717Z] --- PASS: TestHostIPv4BridgeLabel (0.60s) [2021-09-16T19:16:26.717Z] === RUN TestDaemonRestartWithLiveRestore [2021-09-16T19:16:27.323Z] === RUN TestDockerDaemonSuite/TestShmSize [2021-09-16T19:16:27.658Z] --- PASS: TestDaemonRestartWithLiveRestore (1.06s) [2021-09-16T19:16:27.658Z] === RUN TestDaemonDefaultNetworkPools [2021-09-16T19:16:28.600Z] --- PASS: TestDaemonDefaultNetworkPools (0.83s) [2021-09-16T19:16:28.600Z] === RUN TestDaemonRestartWithExistingNetwork [2021-09-16T19:16:29.243Z] === RUN TestDockerDaemonSuite/TestShmSizeReload [2021-09-16T19:16:29.985Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.19s) [2021-09-16T19:16:29.985Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-09-16T19:16:31.371Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.36s) [2021-09-16T19:16:31.371Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-09-16T19:16:31.632Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.60s) [2021-09-16T19:16:31.632Z] === RUN TestServiceWithPredefinedNetwork [2021-09-16T19:16:31.785Z] === RUN TestDockerDaemonSuite/TestTLSVerify [2021-09-16T19:16:31.785Z] check_test.go:308: [df5d0cef52205] daemon is not started [2021-09-16T19:16:31.785Z] === RUN TestDockerDaemonSuite/TestVolumePlugin [2021-09-16T19:16:32.356Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2021-09-16T19:16:34.936Z] --- PASS: TestServiceWithPredefinedNetwork (3.37s) [2021-09-16T19:16:34.936Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-09-16T19:16:34.936Z] service_test.go:243: FLAKY_TEST [2021-09-16T19:16:34.936Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-09-16T19:16:34.936Z] === RUN TestServiceWithDataPathPortInit [2021-09-16T19:16:36.570Z] --- PASS: TestDockerDaemonSuite (331.28s) [2021-09-16T19:16:36.570Z] --- PASS: TestDockerDaemonSuite/TestBridgeIPIsExcludedFromAllocatorPool (7.22s) [2021-09-16T19:16:36.570Z] --- PASS: TestDockerDaemonSuite/TestBuildOnDisabledBridgeNetworkDaemon (1.81s) [2021-09-16T19:16:36.570Z] --- PASS: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (17.04s) [2021-09-16T19:16:36.570Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonAndContainerKill (2.61s) [2021-09-16T19:16:36.570Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterDaemonCrash (2.27s) [2021-09-16T19:16:36.570Z] --- PASS: TestDockerDaemonSuite/TestCleanupMountsAfterGracefulShutdown (1.96s) [2021-09-16T19:16:36.570Z] --- PASS: TestDockerDaemonSuite/TestDaemonAllocatesListeningPort (4.29s) [2021-09-16T19:16:36.570Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeExternal (3.05s) [2021-09-16T19:16:36.570Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCIDREqualBridgeNetwork (2.27s) [2021-09-16T19:16:36.570Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr (3.02s) [2021-09-16T19:16:36.570Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeFixedCidr2 (3.03s) [2021-09-16T19:16:36.570Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeIP (2.19s) [2021-09-16T19:16:36.570Z] --- PASS: TestDockerDaemonSuite/TestDaemonBridgeNone (1.43s) [2021-09-16T19:16:36.570Z] --- PASS: TestDockerDaemonSuite/TestDaemonCgroupParent (2.16s) [2021-09-16T19:16:36.570Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedFluentdAddress (0.51s) [2021-09-16T19:16:36.570Z] --- PASS: TestDockerDaemonSuite/TestDaemonCorruptedLogDriverAddress (0.51s) [2021-09-16T19:16:36.570Z] --- PASS: TestDockerDaemonSuite/TestDaemonDNSFlagsInHostMode (1.38s) [2021-09-16T19:16:36.570Z] --- PASS: TestDockerDaemonSuite/TestDaemonDebugLog (0.55s) [2021-09-16T19:16:36.570Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Explicit (2.28s) [2021-09-16T19:16:36.570Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4ExplicitOutsideContainerSubnet (1.57s) [2021-09-16T19:16:36.570Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultGatewayIPv4Implicit (2.13s) [2021-09-16T19:16:36.570Z] --- PASS: TestDockerDaemonSuite/TestDaemonDefaultNetworkInvalidClusterConfig (1.17s) [2021-09-16T19:16:36.570Z] --- PASS: TestDockerDaemonSuite/TestDaemonDiscoveryBackendConfigReload (0.64s) [2021-09-16T19:16:36.570Z] --- PASS: TestDockerDaemonSuite/TestDaemonEvents (3.58s) [2021-09-16T19:16:36.570Z] --- PASS: TestDockerDaemonSuite/TestDaemonEventsWithFilters (3.70s) [2021-09-16T19:16:36.570Z] --- PASS: TestDockerDaemonSuite/TestDaemonExitOnFailure (0.51s) [2021-09-16T19:16:36.570Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagD (0.54s) [2021-09-16T19:16:36.570Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebug (0.53s) [2021-09-16T19:16:36.570Z] --- PASS: TestDockerDaemonSuite/TestDaemonFlagDebugLogLevelFatal (0.52s) [2021-09-16T19:16:36.570Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCLinkExpose (3.01s) [2021-09-16T19:16:36.570Z] --- PASS: TestDockerDaemonSuite/TestDaemonICCPing (4.76s) [2021-09-16T19:16:36.570Z] --- PASS: TestDockerDaemonSuite/TestDaemonIP (2.27s) [2021-09-16T19:16:36.570Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2021-09-16T19:16:36.570Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDR (1.93s) [2021-09-16T19:16:36.570Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6FixedCIDRAndMac (2.19s) [2021-09-16T19:16:36.570Z] --- PASS: TestDockerDaemonSuite/TestDaemonIPv6HostMode (1.62s) [2021-09-16T19:16:36.570Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesClean (1.84s) [2021-09-16T19:16:36.570Z] --- PASS: TestDockerDaemonSuite/TestDaemonIptablesCreate (2.98s) [2021-09-16T19:16:36.570Z] --- PASS: TestDockerDaemonSuite/TestDaemonKeyGeneration (0.52s) [2021-09-16T19:16:36.570Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillLiveRestoreWithPlugins (3.59s) [2021-09-16T19:16:36.570Z] --- PASS: TestDockerDaemonSuite/TestDaemonKillWithPlugins (3.47s) [2021-09-16T19:16:36.570Z] --- PASS: TestDockerDaemonSuite/TestDaemonLinksIpTablesRulesWhenLinkAndUnlink (3.07s) [2021-09-16T19:16:36.570Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelDebug (0.54s) [2021-09-16T19:16:36.570Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelFatal (0.55s) [2021-09-16T19:16:36.570Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogLevelWrong (0.50s) [2021-09-16T19:16:36.570Z] --- PASS: TestDockerDaemonSuite/TestDaemonLogOptions (1.73s) [2021-09-16T19:16:36.570Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefault (1.64s) [2021-09-16T19:16:36.570Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverDefaultOverride (1.72s) [2021-09-16T19:16:36.570Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNone (1.59s) [2021-09-16T19:16:36.570Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneLogsError (1.74s) [2021-09-16T19:16:36.570Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverNoneOverride (1.74s) [2021-09-16T19:16:36.570Z] --- PASS: TestDockerDaemonSuite/TestDaemonLoggingDriverShouldBeIgnoredForBuild (1.81s) [2021-09-16T19:16:36.570Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrency (0.52s) [2021-09-16T19:16:36.570Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFile (3.55s) [2021-09-16T19:16:36.570Z] --- PASS: TestDockerDaemonSuite/TestDaemonMaxConcurrencyWithConfigFileReload (6.54s) [2021-09-16T19:16:36.570Z] --- PASS: TestDockerDaemonSuite/TestDaemonNoSpaceLeftOnDeviceError (5.61s) [2021-09-16T19:16:36.570Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartCleanupNetns (2.23s) [2021-09-16T19:16:36.570Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartContainerLinksRestart (14.16s) [2021-09-16T19:16:36.570Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartKillWait (2.25s) [2021-09-16T19:16:36.570Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartLocalVolumes (1.10s) [2021-09-16T19:16:36.570Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartOnFailure (4.49s) [2021-09-16T19:16:36.570Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRenameContainer (2.92s) [2021-09-16T19:16:36.570Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRestoreBridgeNetwork (4.72s) [2021-09-16T19:16:36.570Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartRmVolumeInUse (1.59s) [2021-09-16T19:16:36.570Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartSaveContainerExitCode (1.95s) [2021-09-16T19:16:36.570Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartUnlessStopped (7.58s) [2021-09-16T19:16:36.570Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithAutoRemoveContainer (2.77s) [2021-09-16T19:16:36.570Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithBridgeIPChange (1.65s) [2021-09-16T19:16:36.570Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerRunning (2.34s) [2021-09-16T19:16:36.570Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithContainerWithRestartPolicyAlways (2.94s) [2021-09-16T19:16:36.570Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2021-09-16T19:16:36.570Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2021-09-16T19:16:36.570Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithKilledRunningContainer (3.33s) [2021-09-16T19:16:36.570Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithLinks (4.51s) [2021-09-16T19:16:36.570Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithNames (3.02s) [2021-09-16T19:16:36.570Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPausedContainer (2.91s) [2021-09-16T19:16:36.570Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginDisabled (2.00s) [2021-09-16T19:16:36.570Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithPluginEnabled (3.64s) [2021-09-16T19:16:36.570Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithRunningContainersPorts (4.50s) [2021-09-16T19:16:36.570Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithSocketAsVolume (4.33s) [2021-09-16T19:16:36.570Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithUnpausedRunningContainer (2.40s) [2021-09-16T19:16:36.570Z] --- PASS: TestDockerDaemonSuite/TestDaemonRestartWithVolumesRefs (2.99s) [2021-09-16T19:16:36.570Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownLiveRestoreWithPlugins (3.46s) [2021-09-16T19:16:36.570Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeout (1.73s) [2021-09-16T19:16:36.571Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownTimeoutWithConfigFile (3.53s) [2021-09-16T19:16:36.571Z] --- PASS: TestDockerDaemonSuite/TestDaemonShutdownWithPlugins (4.93s) [2021-09-16T19:16:36.571Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartBridgeWithoutIPAssociation (1.08s) [2021-09-16T19:16:36.571Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartIptablesFalse (0.53s) [2021-09-16T19:16:36.571Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithDefaultTLSHost (0.66s) [2021-09-16T19:16:36.571Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithIpcModes (5.19s) [2021-09-16T19:16:36.571Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutColors (1.13s) [2021-09-16T19:16:36.571Z] --- PASS: TestDockerDaemonSuite/TestDaemonStartWithoutHost (0.54s) [2021-09-16T19:16:36.571Z] --- PASS: TestDockerDaemonSuite/TestDaemonTLSVerifyIssue13964 (1.47s) [2021-09-16T19:16:36.571Z] --- PASS: TestDockerDaemonSuite/TestDaemonUlimitDefaults (2.98s) [2021-09-16T19:16:36.571Z] --- PASS: TestDockerDaemonSuite/TestDaemonUnixSockCleanedUp (0.53s) [2021-09-16T19:16:36.571Z] --- PASS: TestDockerDaemonSuite/TestDaemonUserNamespaceRootSetting (2.75s) [2021-09-16T19:16:36.571Z] --- PASS: TestDockerDaemonSuite/TestDaemonWideLogConfig (1.80s) [2021-09-16T19:16:36.571Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithUserlandProxyPath (3.96s) [2021-09-16T19:16:36.571Z] --- PASS: TestDockerDaemonSuite/TestDaemonWithWrongkey (1.04s) [2021-09-16T19:16:36.571Z] --- PASS: TestDockerDaemonSuite/TestDockerNetworkNoDiscoveryDefaultBridgeNetwork (4.59s) [2021-09-16T19:16:36.571Z] --- PASS: TestDockerDaemonSuite/TestExecAfterDaemonRestart (3.23s) [2021-09-16T19:16:36.571Z] --- PASS: TestDockerDaemonSuite/TestExecWithUserAfterLiveRestore (2.72s) [2021-09-16T19:16:36.571Z] --- PASS: TestDockerDaemonSuite/TestFailedPluginRemove (2.08s) [2021-09-16T19:16:36.571Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfo (0.59s) [2021-09-16T19:16:36.571Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueCert (0.58s) [2021-09-16T19:16:36.571Z] --- PASS: TestDockerDaemonSuite/TestHTTPSInfoRogueServerCert (0.56s) [2021-09-16T19:16:36.571Z] --- PASS: TestDockerDaemonSuite/TestHTTPSRun (1.85s) [2021-09-16T19:16:36.571Z] --- PASS: TestDockerDaemonSuite/TestLegacyDaemonCommand (0.00s) [2021-09-16T19:16:36.571Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterCapability (1.71s) [2021-09-16T19:16:36.571Z] --- PASS: TestDockerDaemonSuite/TestPluginListFilterEnabled (1.86s) [2021-09-16T19:16:36.571Z] --- PASS: TestDockerDaemonSuite/TestPluginVolumeRemoveOnRestart (3.49s) [2021-09-16T19:16:36.571Z] --- PASS: TestDockerDaemonSuite/TestPruneImageDangling (1.47s) [2021-09-16T19:16:36.571Z] --- PASS: TestDockerDaemonSuite/TestPruneImageLabel (1.90s) [2021-09-16T19:16:36.571Z] --- PASS: TestDockerDaemonSuite/TestRemoveContainerAfterLiveRestore (3.23s) [2021-09-16T19:16:36.571Z] --- PASS: TestDockerDaemonSuite/TestRestartPolicyWithLiveRestore (3.37s) [2021-09-16T19:16:36.571Z] --- PASS: TestDockerDaemonSuite/TestRunLinksChanged (4.12s) [2021-09-16T19:16:36.571Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNewFormat (1.80s) [2021-09-16T19:16:36.571Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoArchAndArchMap (1.17s) [2021-09-16T19:16:36.571Z] --- PASS: TestDockerDaemonSuite/TestRunSeccompJSONNoNameAndNames (1.12s) [2021-09-16T19:16:36.571Z] --- PASS: TestDockerDaemonSuite/TestRunWithDaemonDefaultSeccompProfile (2.97s) [2021-09-16T19:16:36.571Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromCommandLine (7.49s) [2021-09-16T19:16:36.571Z] --- PASS: TestDockerDaemonSuite/TestRunWithRuntimeFromConfigFile (8.17s) [2021-09-16T19:16:36.571Z] --- PASS: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (2.61s) [2021-09-16T19:16:36.571Z] --- PASS: TestDockerDaemonSuite/TestShmSize (1.78s) [2021-09-16T19:16:36.571Z] --- PASS: TestDockerDaemonSuite/TestShmSizeReload (2.63s) [2021-09-16T19:16:36.571Z] --- PASS: TestDockerDaemonSuite/TestTLSVerify (0.16s) [2021-09-16T19:16:36.571Z] --- PASS: TestDockerDaemonSuite/TestVolumePlugin (4.83s) [2021-09-16T19:16:36.571Z] === RUN TestDockerSwarmSuite [2021-09-16T19:16:36.571Z] === RUN TestDockerSwarmSuite/TestAPIDuplicateNetworks [2021-09-16T19:16:39.869Z] === RUN TestDockerSwarmSuite/TestAPINetworkInspectWithScope [2021-09-16T19:16:43.167Z] === RUN TestDockerSwarmSuite/TestAPIServiceUpdatePort [2021-09-16T19:16:48.459Z] === RUN TestDockerSwarmSuite/TestAPISwarmCAHash [2021-09-16T19:16:52.661Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2021-09-16T19:16:53.051Z] --- PASS: TestServiceWithDataPathPortInit (15.47s) [2021-09-16T19:16:53.051Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-09-16T19:16:53.993Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:om9yb8ugty63rair4hfk5ls9c Created:2021-09-16 19:16:52.034561917 +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[156935f1fe22bcb444a6f13846bdcc08d94eb0982464005ff546f562801c82f5:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.xz8g5pnp7p71f1hpdqnrp8pzh EndpointID:682f7ef255fdc1d18d943c8c1081ad7bfa9c533c8a81b09d7f1dbda04e0bf7ca MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:fd27ba02a6218d8d2f30089bd813217aed3187004319556ce8a5dcd8da001f8c 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:be331e990833 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.xz8g5pnp7p71f1hpdqnrp8pzh EndpointID:682f7ef255fdc1d18d943c8c1081ad7bfa9c533c8a81b09d7f1dbda04e0bf7ca EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2021-09-16T19:16:54.098Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2021-09-16T19:16:59.280Z] --- PASS: TestServiceWithDefaultAddressPoolInit (8.02s) [2021-09-16T19:16:59.280Z] PASS [2021-09-16T19:16:59.280Z] [2021-09-16T19:16:59.280Z] === Skipped [2021-09-16T19:16:59.280Z] === SKIP: arm64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-09-16T19:16:59.280Z] service_test.go:243: FLAKY_TEST [2021-09-16T19:16:59.280Z] [2021-09-16T19:16:59.280Z] DONE 26 tests, 1 skipped in 50.339s [2021-09-16T19:16:59.280Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (arm64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-09-16T19:16:59.280Z] ++ 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-16T19:16:59.280Z] ++ set -e [2021-09-16T19:16:59.280Z] ++ '[' -n 0 ']' [2021-09-16T19:16:59.280Z] ++ set -x [2021-09-16T19:16:59.280Z] ++ 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-16T19:16:59.280Z] INFO: Testing against a local daemon [2021-09-16T19:16:59.280Z] === RUN TestDockerNetworkIpvlanPersistance [2021-09-16T19:16:59.280Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-09-16T19:16:59.280Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2021-09-16T19:16:59.280Z] === RUN TestDockerNetworkIpvlan [2021-09-16T19:16:59.280Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-09-16T19:16:59.280Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-09-16T19:16:59.280Z] PASS [2021-09-16T19:16:59.280Z] [2021-09-16T19:16:59.280Z] === Skipped [2021-09-16T19:16:59.280Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2021-09-16T19:16:59.280Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-09-16T19:16:59.280Z] [2021-09-16T19:16:59.280Z] === SKIP: arm64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-09-16T19:16:59.280Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-09-16T19:16:59.280Z] [2021-09-16T19:16:59.280Z] DONE 2 tests, 2 skipped in 0.111s [2021-09-16T19:16:59.280Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (arm64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-09-16T19:16:59.280Z] ++ 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-16T19:16:59.280Z] ++ set -e [2021-09-16T19:16:59.280Z] ++ '[' -n 0 ']' [2021-09-16T19:16:59.280Z] ++ set -x [2021-09-16T19:16:59.280Z] ++ 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-16T19:16:59.280Z] INFO: Testing against a local daemon [2021-09-16T19:16:59.280Z] === RUN TestDockerNetworkMacvlanPersistance [2021-09-16T19:17:00.224Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.42s) [2021-09-16T19:17:00.224Z] === RUN TestDockerNetworkMacvlan [2021-09-16T19:17:00.707Z] === RUN TestDockerSwarmSuite/TestAPISwarmErrorHandling [2021-09-16T19:17:01.165Z] === RUN TestDockerNetworkMacvlan/Subinterface [2021-09-16T19:17:01.277Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2021-09-16T19:17:01.848Z] === RUN TestDockerSwarmSuite/TestAPISwarmForceNewCluster [2021-09-16T19:17:02.108Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2021-09-16T19:17:02.108Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2021-09-16T19:17:02.680Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2021-09-16T19:17:02.680Z] === RUN TestDockerNetworkMacvlan/NilParent [2021-09-16T19:17:03.251Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2021-09-16T19:17:04.637Z] docker_api_swarm_test.go:563: [dd54305a42dee] joining swarm manager [d0cc4c801cc18]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-09-16T19:17:04.897Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2021-09-16T19:17:04.897Z] docker_cli_build_test.go:5309: unmatched requirement DaemonIsWindows [2021-09-16T19:17:05.159Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2021-09-16T19:17:05.226Z] === RUN TestDockerNetworkMacvlan/InternalMode [2021-09-16T19:17:05.420Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2021-09-16T19:17:07.773Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2021-09-16T19:17:11.979Z] === RUN TestDockerNetworkMacvlan/Addressing [2021-09-16T19:17:12.921Z] --- PASS: TestDockerNetworkMacvlan (12.59s) [2021-09-16T19:17:12.921Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.09s) [2021-09-16T19:17:12.921Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.16s) [2021-09-16T19:17:12.921Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.15s) [2021-09-16T19:17:12.921Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (1.24s) [2021-09-16T19:17:12.921Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.94s) [2021-09-16T19:17:12.921Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.86s) [2021-09-16T19:17:12.921Z] PASS [2021-09-16T19:17:12.921Z] [2021-09-16T19:17:12.921Z] DONE 8 tests in 14.116s [2021-09-16T19:17:12.921Z] Running /go/src/github.com/docker/docker/integration/plugin (arm64.integration.plugin) flags=-test.v -test.timeout=120m [2021-09-16T19:17:12.921Z] ++ 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-16T19:17:12.921Z] ++ set -e [2021-09-16T19:17:12.921Z] ++ '[' -n 0 ']' [2021-09-16T19:17:12.921Z] ++ set -x [2021-09-16T19:17:12.921Z] ++ 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-16T19:17:12.921Z] testing: warning: no tests to run [2021-09-16T19:17:12.921Z] PASS [2021-09-16T19:17:12.921Z] [2021-09-16T19:17:12.921Z] DONE 0 tests in 0.030s [2021-09-16T19:17:12.921Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (arm64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-09-16T19:17:12.921Z] ++ 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-16T19:17:12.921Z] ++ set -e [2021-09-16T19:17:12.921Z] ++ '[' -n 0 ']' [2021-09-16T19:17:12.921Z] ++ set -x [2021-09-16T19:17:12.922Z] ++ 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-16T19:17:12.922Z] INFO: Testing against a local daemon [2021-09-16T19:17:12.922Z] === RUN TestAuthZPluginAllowRequest [2021-09-16T19:17:14.835Z] --- PASS: TestAuthZPluginAllowRequest (1.46s) [2021-09-16T19:17:14.835Z] === RUN TestAuthZPluginTLS [2021-09-16T19:17:15.095Z] --- PASS: TestAuthZPluginTLS (0.58s) [2021-09-16T19:17:15.095Z] === RUN TestAuthZPluginDenyRequest [2021-09-16T19:17:15.418Z] === RUN TestDockerSuite/TestBuildExpose [2021-09-16T19:17:15.418Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2021-09-16T19:17:15.672Z] --- PASS: TestAuthZPluginDenyRequest (0.56s) [2021-09-16T19:17:15.672Z] === RUN TestAuthZPluginAPIDenyResponse [2021-09-16T19:17:15.678Z] === RUN TestDockerSuite/TestBuildExposeOrder [2021-09-16T19:17:16.247Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.55s) [2021-09-16T19:17:16.247Z] === RUN TestAuthZPluginDenyResponse [2021-09-16T19:17:16.620Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2021-09-16T19:17:16.821Z] --- PASS: TestAuthZPluginDenyResponse (0.56s) [2021-09-16T19:17:16.821Z] === RUN TestAuthZPluginAllowEventStream [2021-09-16T19:17:16.880Z] === RUN TestDockerSuite/TestBuildFails [2021-09-16T19:17:17.451Z] docker_api_swarm_test.go:585: [dadda778d9cf7] joining swarm manager [d0cc4c801cc18]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-09-16T19:17:17.712Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2021-09-16T19:17:17.712Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2021-09-16T19:17:18.206Z] --- PASS: TestAuthZPluginAllowEventStream (1.43s) [2021-09-16T19:17:18.206Z] === RUN TestAuthZPluginErrorResponse [2021-09-16T19:17:18.778Z] --- PASS: TestAuthZPluginErrorResponse (0.56s) [2021-09-16T19:17:18.778Z] === RUN TestAuthZPluginErrorRequest [2021-09-16T19:17:19.349Z] --- PASS: TestAuthZPluginErrorRequest (0.55s) [2021-09-16T19:17:19.349Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-09-16T19:17:19.921Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.56s) [2021-09-16T19:17:19.921Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-09-16T19:17:20.256Z] check_test.go:379: [dd54305a42dee] daemon is not started [2021-09-16T19:17:20.256Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2021-09-16T19:17:21.834Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.88s) [2021-09-16T19:17:21.834Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-09-16T19:17:22.167Z] === RUN TestDockerSuite/TestBuildForceRm [2021-09-16T19:17:23.550Z] === RUN TestDockerSuite/TestBuildFromGit [2021-09-16T19:17:23.747Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (1.78s) [2021-09-16T19:17:23.747Z] === RUN TestAuthZPluginHeader [2021-09-16T19:17:24.319Z] --- PASS: TestAuthZPluginHeader (0.83s) [2021-09-16T19:17:24.319Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-09-16T19:17:24.319Z] authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-09-16T19:17:24.319Z] --- SKIP: TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2021-09-16T19:17:24.319Z] === RUN TestAuthZPluginV2Disable [2021-09-16T19:17:24.319Z] authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-09-16T19:17:24.319Z] --- SKIP: TestAuthZPluginV2Disable (0.00s) [2021-09-16T19:17:24.319Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-09-16T19:17:24.319Z] authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-09-16T19:17:24.319Z] --- SKIP: TestAuthZPluginV2RejectVolumeRequests (0.00s) [2021-09-16T19:17:24.319Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-09-16T19:17:24.319Z] authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-09-16T19:17:24.319Z] --- SKIP: TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2021-09-16T19:17:24.319Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-09-16T19:17:24.933Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2021-09-16T19:17:25.194Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2021-09-16T19:17:26.136Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2021-09-16T19:17:28.048Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2021-09-16T19:17:28.620Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2021-09-16T19:17:28.881Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2021-09-16T19:17:29.141Z] --- PASS: TestImportExtremelyLargeImageWorks (179.01s) [2021-09-16T19:17:29.141Z] PASS [2021-09-16T19:17:29.141Z] [2021-09-16T19:17:29.141Z] DONE 12 tests in 182.331s [2021-09-16T19:17:29.402Z] Running /go/src/github.com/docker/docker/integration/network (amd64.integration.network) flags=-test.v -test.timeout=120m [2021-09-16T19:17:29.402Z] ++ 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-16T19:17:29.402Z] ++ set -e [2021-09-16T19:17:29.402Z] ++ '[' -n 0 ']' [2021-09-16T19:17:29.402Z] ++ set -x [2021-09-16T19:17:29.402Z] ++ 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-16T19:17:29.402Z] INFO: Testing against a local daemon [2021-09-16T19:17:29.402Z] === RUN TestNetworkCreateDelete [2021-09-16T19:17:29.662Z] --- PASS: TestNetworkCreateDelete (0.18s) [2021-09-16T19:17:29.662Z] === RUN TestDockerNetworkDeletePreferID [2021-09-16T19:17:30.234Z] --- PASS: TestDockerNetworkDeletePreferID (0.49s) [2021-09-16T19:17:30.234Z] === RUN TestDaemonDNSFallback [2021-09-16T19:17:30.234Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2021-09-16T19:17:30.495Z] === RUN TestDockerSwarmSuite/TestAPISwarmHealthcheckNone [2021-09-16T19:17:30.495Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2021-09-16T19:17:30.495Z] === RUN TestDockerSwarmSuite/TestAPISwarmInit [2021-09-16T19:17:31.879Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2021-09-16T19:17:33.264Z] docker_api_swarm_test.go:46: [d79fc182836f1] joining swarm manager [de4018fabcd78]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-09-16T19:17:33.264Z] === RUN TestDockerSuite/TestBuildHistory [2021-09-16T19:17:35.803Z] === RUN TestDockerSuite/TestBuildIidFile [2021-09-16T19:17:36.063Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2021-09-16T19:17:36.632Z] === RUN TestDockerSuite/TestBuildInheritance [2021-09-16T19:17:36.892Z] --- PASS: TestDaemonDNSFallback (6.72s) [2021-09-16T19:17:36.892Z] === RUN TestInspectNetwork [2021-09-16T19:17:37.154Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2021-09-16T19:17:37.725Z] === RUN TestDockerSuite/TestBuildInvalidTag [2021-09-16T19:17:37.725Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2021-09-16T19:17:38.297Z] === RUN TestDockerSuite/TestBuildLabel [2021-09-16T19:17:38.557Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2021-09-16T19:17:39.129Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2021-09-16T19:17:39.700Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2021-09-16T19:17:39.960Z] === RUN TestDockerSuite/TestBuildLabels [2021-09-16T19:17:40.221Z] === RUN TestDockerSuite/TestBuildLabelsCache [2021-09-16T19:17:40.481Z] === RUN TestInspectNetwork/full_network_id [2021-09-16T19:17:40.481Z] === RUN TestInspectNetwork/partial_network_id [2021-09-16T19:17:40.481Z] === RUN TestInspectNetwork/network_name [2021-09-16T19:17:40.481Z] === RUN TestInspectNetwork/network_name_and_swarm_scope [2021-09-16T19:17:41.051Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2021-09-16T19:17:42.431Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.72s) [2021-09-16T19:17:42.431Z] PASS [2021-09-16T19:17:42.431Z] [2021-09-16T19:17:42.431Z] === Skipped [2021-09-16T19:17:42.431Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2AllowNonVolumeRequest (0.00s) [2021-09-16T19:17:42.431Z] authz_plugin_v2_test.go:44: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-09-16T19:17:42.431Z] [2021-09-16T19:17:42.431Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2Disable (0.00s) [2021-09-16T19:17:42.431Z] authz_plugin_v2_test.go:66: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-09-16T19:17:42.431Z] [2021-09-16T19:17:42.431Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2RejectVolumeRequests (0.00s) [2021-09-16T19:17:42.431Z] authz_plugin_v2_test.go:92: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-09-16T19:17:42.431Z] [2021-09-16T19:17:42.431Z] === SKIP: arm64.integration.plugin.authz TestAuthZPluginV2BadManifestFailsDaemonStart (0.00s) [2021-09-16T19:17:42.431Z] authz_plugin_v2_test.go:127: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-09-16T19:17:42.431Z] [2021-09-16T19:17:42.431Z] DONE 17 tests, 4 skipped in 28.164s [2021-09-16T19:17:42.431Z] Running /go/src/github.com/docker/docker/integration/plugin/common (arm64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-09-16T19:17:42.431Z] ++ 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-16T19:17:42.431Z] ++ set -e [2021-09-16T19:17:42.431Z] ++ '[' -n 0 ']' [2021-09-16T19:17:42.431Z] ++ set -x [2021-09-16T19:17:42.431Z] ++ 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-16T19:17:42.431Z] INFO: Testing against a local daemon [2021-09-16T19:17:42.431Z] === RUN TestPluginInvalidJSON [2021-09-16T19:17:42.431Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-09-16T19:17:42.431Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-09-16T19:17:42.431Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-09-16T19:17:42.431Z] --- PASS: TestPluginInvalidJSON (0.03s) [2021-09-16T19:17:42.431Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-09-16T19:17:42.431Z] === RUN TestPluginInstall [2021-09-16T19:17:42.431Z] === RUN TestPluginInstall/no_auth [2021-09-16T19:17:42.962Z] === RUN TestDockerSuite/TestBuildLastModified [2021-09-16T19:17:43.002Z] time="2021-09-16T19:17:42Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-09-16T19:17:43.002Z] time="2021-09-16T19:17:42Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:21d4ba783d5a403a1751e9130abad9a73a30afccebfbe03f81bb0ad35515cade" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-09-16T19:17:43.002Z] time="2021-09-16T19:17:42Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-09-16T19:17:43.002Z] time="2021-09-16T19:17:42Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:21d4ba783d5a403a1751e9130abad9a73a30afccebfbe03f81bb0ad35515cade" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-09-16T19:17:43.263Z] === RUN TestPluginInstall/with_htpasswd [2021-09-16T19:17:43.835Z] time="2021-09-16T19:17:43Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-09-16T19:17:43.835Z] time="2021-09-16T19:17:43Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:8c32f20aa43fcbc969d27b70cd73c62210d9d6c029cf958b5c94d3c01479e9e7" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-09-16T19:17:43.835Z] time="2021-09-16T19:17:43Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-09-16T19:17:43.835Z] time="2021-09-16T19:17:43Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:8c32f20aa43fcbc969d27b70cd73c62210d9d6c029cf958b5c94d3c01479e9e7" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-09-16T19:17:44.407Z] === RUN TestPluginInstall/with_insecure [2021-09-16T19:17:44.876Z] --- PASS: TestInspectNetwork (8.19s) [2021-09-16T19:17:44.876Z] --- PASS: TestInspectNetwork/full_network_id (0.00s) [2021-09-16T19:17:44.876Z] --- PASS: TestInspectNetwork/partial_network_id (0.00s) [2021-09-16T19:17:44.876Z] --- PASS: TestInspectNetwork/network_name (0.02s) [2021-09-16T19:17:44.876Z] --- PASS: TestInspectNetwork/network_name_and_swarm_scope (0.00s) [2021-09-16T19:17:44.876Z] === RUN TestRunContainerWithBridgeNone [2021-09-16T19:17:45.349Z] time="2021-09-16T19:17:45Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-09-16T19:17:45.349Z] time="2021-09-16T19:17:45Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ec653af5beec6221707713fa33bcc2b331bc54ec85145c6a699de2175b0a526b" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-09-16T19:17:45.349Z] time="2021-09-16T19:17:45Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-09-16T19:17:45.349Z] time="2021-09-16T19:17:45Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:ec653af5beec6221707713fa33bcc2b331bc54ec85145c6a699de2175b0a526b" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-09-16T19:17:45.921Z] plugin_test.go:165: [dfa8e18bb3836] daemon is not started [2021-09-16T19:17:45.921Z] --- PASS: TestPluginInstall (4.54s) [2021-09-16T19:17:45.921Z] --- PASS: TestPluginInstall/no_auth (2.15s) [2021-09-16T19:17:45.921Z] --- PASS: TestPluginInstall/with_htpasswd (0.99s) [2021-09-16T19:17:45.921Z] --- PASS: TestPluginInstall/with_insecure (1.40s) [2021-09-16T19:17:45.921Z] === RUN TestPluginsWithRuntimes [2021-09-16T19:17:46.788Z] === RUN TestDockerSuite/TestBuildLineBreak [2021-09-16T19:17:47.048Z] --- PASS: TestRunContainerWithBridgeNone (2.10s) [2021-09-16T19:17:47.048Z] === RUN TestNetworkInvalidJSON [2021-09-16T19:17:47.048Z] === RUN TestNetworkInvalidJSON//networks/create [2021-09-16T19:17:47.048Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-09-16T19:17:47.048Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-09-16T19:17:47.048Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-09-16T19:17:47.048Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-09-16T19:17:47.048Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-09-16T19:17:47.048Z] === CONT TestNetworkInvalidJSON//networks/create [2021-09-16T19:17:47.048Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-09-16T19:17:47.048Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-09-16T19:17:47.048Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2021-09-16T19:17:47.048Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-09-16T19:17:47.048Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-09-16T19:17:47.048Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-09-16T19:17:47.048Z] === RUN TestNetworkList [2021-09-16T19:17:47.048Z] === RUN TestNetworkList//networks [2021-09-16T19:17:47.048Z] === PAUSE TestNetworkList//networks [2021-09-16T19:17:47.048Z] === RUN TestNetworkList//networks/ [2021-09-16T19:17:47.048Z] === PAUSE TestNetworkList//networks/ [2021-09-16T19:17:47.048Z] === CONT TestNetworkList//networks [2021-09-16T19:17:47.048Z] === CONT TestNetworkList//networks/ [2021-09-16T19:17:47.048Z] --- PASS: TestNetworkList (0.01s) [2021-09-16T19:17:47.048Z] --- PASS: TestNetworkList//networks (0.00s) [2021-09-16T19:17:47.048Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-09-16T19:17:47.048Z] === RUN TestHostIPv4BridgeLabel [2021-09-16T19:17:47.619Z] --- PASS: TestHostIPv4BridgeLabel (0.60s) [2021-09-16T19:17:47.619Z] === RUN TestDaemonRestartWithLiveRestore [2021-09-16T19:17:47.835Z] === RUN TestPluginsWithRuntimes/No_Args [2021-09-16T19:17:48.778Z] === RUN TestPluginsWithRuntimes/With_Args [2021-09-16T19:17:49.000Z] --- PASS: TestDaemonRestartWithLiveRestore (1.06s) [2021-09-16T19:17:49.001Z] === RUN TestDaemonDefaultNetworkPools [2021-09-16T19:17:49.262Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2021-09-16T19:17:49.523Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2021-09-16T19:17:49.523Z] --- PASS: TestDaemonDefaultNetworkPools (0.77s) [2021-09-16T19:17:49.523Z] === RUN TestDaemonRestartWithExistingNetwork [2021-09-16T19:17:49.523Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2021-09-16T19:17:49.784Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2021-09-16T19:17:49.784Z] === RUN TestDockerSuite/TestBuildMaintainer [2021-09-16T19:17:50.044Z] === RUN TestDockerSuite/TestBuildMissingArgs [2021-09-16T19:17:50.161Z] --- PASS: TestPluginsWithRuntimes (4.14s) [2021-09-16T19:17:50.161Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.11s) [2021-09-16T19:17:50.161Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.11s) [2021-09-16T19:17:50.161Z] === RUN TestPluginBackCompatMediaTypes [2021-09-16T19:17:50.305Z] === RUN TestDockerSwarmSuite/TestAPISwarmInvalidAddress [2021-09-16T19:17:50.732Z] --- PASS: TestPluginBackCompatMediaTypes (0.93s) [2021-09-16T19:17:50.732Z] PASS [2021-09-16T19:17:50.732Z] [2021-09-16T19:17:50.732Z] DONE 10 tests in 9.769s [2021-09-16T19:17:50.876Z] --- PASS: TestDaemonRestartWithExistingNetwork (1.19s) [2021-09-16T19:17:50.876Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-09-16T19:17:50.993Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (arm64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-09-16T19:17:50.993Z] ++ 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-16T19:17:50.993Z] ++ set -e [2021-09-16T19:17:50.993Z] ++ '[' -n 0 ']' [2021-09-16T19:17:50.993Z] ++ set -x [2021-09-16T19:17:50.993Z] ++ 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-16T19:17:50.993Z] INFO: Testing against a local daemon [2021-09-16T19:17:50.993Z] === RUN TestExternalGraphDriver [2021-09-16T19:17:50.993Z] === RUN TestExternalGraphDriver/json [2021-09-16T19:17:51.139Z] === RUN TestDockerSwarmSuite/TestAPISwarmJoinToken [2021-09-16T19:17:51.711Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2021-09-16T19:17:51.971Z] --- PASS: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (1.35s) [2021-09-16T19:17:51.971Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-09-16T19:17:52.543Z] --- PASS: TestDaemonWithBipAndDefaultNetworkPool (0.60s) [2021-09-16T19:17:52.543Z] === RUN TestServiceWithPredefinedNetwork [2021-09-16T19:17:52.804Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2021-09-16T19:17:52.908Z] === RUN TestExternalGraphDriver/spec [2021-09-16T19:17:54.822Z] === RUN TestExternalGraphDriver/pull [2021-09-16T19:17:56.101Z] --- PASS: TestServiceWithPredefinedNetwork (2.92s) [2021-09-16T19:17:56.101Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-09-16T19:17:56.101Z] service_test.go:243: FLAKY_TEST [2021-09-16T19:17:56.101Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-09-16T19:17:56.101Z] === RUN TestServiceWithDataPathPortInit [2021-09-16T19:17:56.101Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2021-09-16T19:17:56.360Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2021-09-16T19:17:56.734Z] --- PASS: TestExternalGraphDriver (5.79s) [2021-09-16T19:17:56.734Z] --- PASS: TestExternalGraphDriver/json (1.90s) [2021-09-16T19:17:56.734Z] --- PASS: TestExternalGraphDriver/spec (1.87s) [2021-09-16T19:17:56.734Z] --- PASS: TestExternalGraphDriver/pull (1.96s) [2021-09-16T19:17:56.734Z] === RUN TestGraphdriverPluginV2 [2021-09-16T19:17:56.734Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-09-16T19:17:56.734Z] --- SKIP: TestGraphdriverPluginV2 (0.02s) [2021-09-16T19:17:56.734Z] PASS [2021-09-16T19:17:56.734Z] [2021-09-16T19:17:56.734Z] === Skipped [2021-09-16T19:17:56.734Z] === SKIP: arm64.integration.plugin.graphdriver TestGraphdriverPluginV2 (0.02s) [2021-09-16T19:17:56.734Z] external_test.go:410: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-09-16T19:17:56.734Z] [2021-09-16T19:17:56.734Z] DONE 5 tests, 1 skipped in 5.923s [2021-09-16T19:17:56.734Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (arm64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-09-16T19:17:56.734Z] ++ 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-16T19:17:56.734Z] ++ set -e [2021-09-16T19:17:56.734Z] ++ '[' -n 0 ']' [2021-09-16T19:17:56.734Z] ++ set -x [2021-09-16T19:17:56.734Z] ++ 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-16T19:17:56.930Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2021-09-16T19:17:56.995Z] INFO: Testing against a local daemon [2021-09-16T19:17:56.995Z] === RUN TestContinueAfterPluginCrash [2021-09-16T19:17:56.995Z] === PAUSE TestContinueAfterPluginCrash [2021-09-16T19:17:56.995Z] === RUN TestReadPluginNoRead [2021-09-16T19:17:56.995Z] === PAUSE TestReadPluginNoRead [2021-09-16T19:17:56.995Z] === RUN TestDaemonStartWithLogOpt [2021-09-16T19:17:56.995Z] === PAUSE TestDaemonStartWithLogOpt [2021-09-16T19:17:56.995Z] === CONT TestContinueAfterPluginCrash [2021-09-16T19:17:56.995Z] === CONT TestDaemonStartWithLogOpt [2021-09-16T19:17:56.995Z] === CONT TestReadPluginNoRead [2021-09-16T19:17:59.387Z] Created binary: bundles/cross/linux/amd64-daemon/dockerd-dev [2021-09-16T19:17:59.387Z] Copying nested executables into bundles/cross/linux/amd64-daemon [2021-09-16T19:17:59.387Z] Building: bundles/cross/linux/amd64-daemon/docker-proxy-dev [2021-09-16T19:17:59.387Z] GOOS="linux" GOARCH="amd64" GOARM="" [2021-09-16T19:17:59.387Z] Created binary: bundles/cross/linux/amd64-daemon/docker-proxy-dev [2021-09-16T19:17:59.387Z] Cross building: bundles/cross/windows/amd64 [2021-09-16T19:17:59.387Z] Building: bundles/cross/windows/amd64-daemon/dockerd-dev.exe [2021-09-16T19:17:59.387Z] GOOS="windows" GOARCH="amd64" GOARM="" [2021-09-16T19:18:01.201Z] === RUN TestReadPluginNoRead/default [2021-09-16T19:18:01.201Z] --- PASS: TestDaemonStartWithLogOpt (4.07s) [2021-09-16T19:18:02.145Z] === RUN TestReadPluginNoRead/disabled_caching [2021-09-16T19:18:03.534Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-09-16T19:18:03.552Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2021-09-16T19:18:05.447Z] === CONT TestReadPluginNoRead [2021-09-16T19:18:05.447Z] read_test.go:92: [da580cecc3210] daemon is not started [2021-09-16T19:18:05.447Z] --- PASS: TestReadPluginNoRead (8.21s) [2021-09-16T19:18:05.447Z] --- PASS: TestReadPluginNoRead/default (1.53s) [2021-09-16T19:18:05.447Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.52s) [2021-09-16T19:18:05.447Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.52s) [2021-09-16T19:18:06.389Z] --- PASS: TestContinueAfterPluginCrash (9.44s) [2021-09-16T19:18:06.389Z] PASS [2021-09-16T19:18:06.389Z] [2021-09-16T19:18:06.389Z] DONE 6 tests in 9.542s [2021-09-16T19:18:06.389Z] 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-16T19:18:06.389Z] ++ 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-16T19:18:06.389Z] ++ set -e [2021-09-16T19:18:06.389Z] ++ '[' -n 0 ']' [2021-09-16T19:18:06.389Z] ++ set -x [2021-09-16T19:18:06.389Z] ++ 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-16T19:18:06.389Z] testing: warning: no tests to run [2021-09-16T19:18:06.389Z] PASS [2021-09-16T19:18:06.389Z] [2021-09-16T19:18:06.389Z] DONE 0 tests in 0.039s [2021-09-16T19:18:06.389Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (arm64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-09-16T19:18:06.389Z] ++ 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-16T19:18:06.389Z] ++ set -e [2021-09-16T19:18:06.389Z] ++ '[' -n 0 ']' [2021-09-16T19:18:06.389Z] ++ set -x [2021-09-16T19:18:06.389Z] ++ 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-16T19:18:06.649Z] INFO: Testing against a local daemon [2021-09-16T19:18:06.649Z] === RUN TestPluginWithDevMounts [2021-09-16T19:18:06.649Z] === PAUSE TestPluginWithDevMounts [2021-09-16T19:18:06.649Z] === CONT TestPluginWithDevMounts [2021-09-16T19:18:06.875Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2021-09-16T19:18:07.134Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2021-09-16T19:18:08.516Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2021-09-16T19:18:08.516Z] docker_cli_build_test.go:5831: unmatched requirement DaemonIsWindows [2021-09-16T19:18:08.516Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2021-09-16T19:18:08.561Z] --- PASS: TestPluginWithDevMounts (1.91s) [2021-09-16T19:18:08.561Z] PASS [2021-09-16T19:18:08.561Z] [2021-09-16T19:18:08.561Z] DONE 1 tests in 2.022s [2021-09-16T19:18:08.561Z] Running /go/src/github.com/docker/docker/integration/secret (arm64.integration.secret) flags=-test.v -test.timeout=120m [2021-09-16T19:18:08.561Z] ++ 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-16T19:18:08.561Z] ++ set -e [2021-09-16T19:18:08.561Z] ++ '[' -n 0 ']' [2021-09-16T19:18:08.561Z] ++ set -x [2021-09-16T19:18:08.561Z] ++ 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-16T19:18:08.561Z] INFO: Testing against a local daemon [2021-09-16T19:18:08.561Z] === RUN TestSecretInspect [2021-09-16T19:18:11.060Z] --- PASS: TestServiceWithDataPathPortInit (15.47s) [2021-09-16T19:18:11.060Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-09-16T19:18:11.106Z] --- PASS: TestSecretInspect (2.17s) [2021-09-16T19:18:11.106Z] === RUN TestSecretList [2021-09-16T19:18:11.629Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2021-09-16T19:18:11.889Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2021-09-16T19:18:13.018Z] --- PASS: TestSecretList (2.18s) [2021-09-16T19:18:13.018Z] === RUN TestSecretsCreateAndDelete [2021-09-16T19:18:13.799Z] === RUN TestDockerSuite/TestBuildMultipleTags [2021-09-16T19:18:13.799Z] === RUN TestDockerSuite/TestBuildNetContainer [2021-09-16T19:18:14.368Z] service_test.go:435: TestServiceWithDefaultAddressPoolInit: NetworkInspect: {Name:sthiraTestServiceWithDefaultAddressPoolInit ID:e8cp3wa0it208pf38oqk1sa13 Created:2021-09-16 19:18:12.457619338 +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[963d70c81a05badb2e9726bfd8132670e28dfec0cdb2039723c2642eba01f25d:{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.yxyit4ci4142yelfc1dibx0q7 EndpointID:a24f0bb784a8d75583c6c59bbcd023b14c1afe51fc1d67337c072ba9093a6033 MacAddress:02:42:14:14:01:03 IPv4Address:20.20.1.3/24 IPv6Address:} lb-sthiraTestServiceWithDefaultAddressPoolInit:{Name:sthiraTestServiceWithDefaultAddressPoolInit-endpoint EndpointID:ad0a790e727b0887eea393c33545da5eddf59626e986d33d154ac4cc7f843858 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:8fa0d9d45845 IP:127.0.0.1}] Services:map[TestServiceTestServiceWithDefaultAddressPoolInit:{VIP:20.20.1.2 Ports:[] LocalLBIndex:256 Tasks:[{Name:TestServiceTestServiceWithDefaultAddressPoolInit.1.yxyit4ci4142yelfc1dibx0q7 EndpointID:a24f0bb784a8d75583c6c59bbcd023b14c1afe51fc1d67337c072ba9093a6033 EndpointIP:20.20.1.3 Info:map[Host IP:127.0.0.1]}]}]} [2021-09-16T19:18:15.310Z] === RUN TestDockerSuite/TestBuildNetNone [2021-09-16T19:18:15.561Z] --- PASS: TestSecretsCreateAndDelete (2.72s) [2021-09-16T19:18:15.561Z] === RUN TestSecretsUpdate [2021-09-16T19:18:15.566Z] --- PASS: TestBuildWithHugeFile (107.82s) [2021-09-16T19:18:15.566Z] === RUN TestBuildWCOWSandboxSize [2021-09-16T19:18:15.569Z] === RUN TestDockerSuite/TestBuildNoContext [2021-09-16T19:18:16.140Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2021-09-16T19:18:16.709Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2021-09-16T19:18:18.094Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2021-09-16T19:18:18.353Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2021-09-16T19:18:18.353Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2021-09-16T19:18:18.613Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2021-09-16T19:18:18.873Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2021-09-16T19:18:18.873Z] --- PASS: TestServiceWithDefaultAddressPoolInit (7.75s) [2021-09-16T19:18:18.873Z] PASS [2021-09-16T19:18:18.873Z] [2021-09-16T19:18:18.873Z] === Skipped [2021-09-16T19:18:18.873Z] === SKIP: amd64.integration.network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-09-16T19:18:18.873Z] service_test.go:243: FLAKY_TEST [2021-09-16T19:18:18.873Z] [2021-09-16T19:18:18.873Z] DONE 26 tests, 1 skipped in 49.521s [2021-09-16T19:18:18.873Z] Running /go/src/github.com/docker/docker/integration/network/ipvlan (amd64.integration.network.ipvlan) flags=-test.v -test.timeout=120m [2021-09-16T19:18:18.873Z] ++ 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-16T19:18:18.873Z] ++ set -e [2021-09-16T19:18:18.873Z] ++ '[' -n 0 ']' [2021-09-16T19:18:18.873Z] ++ set -x [2021-09-16T19:18:18.873Z] ++ 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-16T19:18:18.873Z] INFO: Testing against a local daemon [2021-09-16T19:18:18.873Z] === RUN TestDockerNetworkIpvlanPersistance [2021-09-16T19:18:18.873Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-09-16T19:18:18.873Z] --- SKIP: TestDockerNetworkIpvlanPersistance (0.00s) [2021-09-16T19:18:18.873Z] === RUN TestDockerNetworkIpvlan [2021-09-16T19:18:18.873Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-09-16T19:18:18.873Z] --- SKIP: TestDockerNetworkIpvlan (0.00s) [2021-09-16T19:18:18.873Z] PASS [2021-09-16T19:18:18.873Z] [2021-09-16T19:18:18.873Z] === Skipped [2021-09-16T19:18:18.873Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlanPersistance (0.00s) [2021-09-16T19:18:18.873Z] ipvlan_test.go:26: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-09-16T19:18:18.873Z] [2021-09-16T19:18:18.873Z] === SKIP: amd64.integration.network.ipvlan TestDockerNetworkIpvlan (0.00s) [2021-09-16T19:18:18.873Z] ipvlan_test.go:53: !ipvlanKernelSupport(t): Kernel doesn't support ipvlan [2021-09-16T19:18:18.873Z] [2021-09-16T19:18:18.873Z] DONE 2 tests, 2 skipped in 0.130s [2021-09-16T19:18:18.873Z] Running /go/src/github.com/docker/docker/integration/network/macvlan (amd64.integration.network.macvlan) flags=-test.v -test.timeout=120m [2021-09-16T19:18:18.873Z] ++ 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-16T19:18:18.873Z] ++ set -e [2021-09-16T19:18:18.873Z] ++ '[' -n 0 ']' [2021-09-16T19:18:18.873Z] ++ set -x [2021-09-16T19:18:18.873Z] ++ 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-16T19:18:18.880Z] --- PASS: TestSecretsUpdate (2.62s) [2021-09-16T19:18:18.880Z] === RUN TestTemplatedSecret [2021-09-16T19:18:19.134Z] INFO: Testing against a local daemon [2021-09-16T19:18:19.134Z] === RUN TestDockerNetworkMacvlanPersistance [2021-09-16T19:18:19.394Z] === RUN TestDockerSuite/TestBuildOnBuild [2021-09-16T19:18:20.775Z] --- PASS: TestDockerNetworkMacvlanPersistance (1.40s) [2021-09-16T19:18:20.775Z] === RUN TestDockerNetworkMacvlan [2021-09-16T19:18:20.775Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2021-09-16T19:18:21.345Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2021-09-16T19:18:21.345Z] === RUN TestDockerNetworkMacvlan/Subinterface [2021-09-16T19:18:21.425Z] --- PASS: TestTemplatedSecret (3.12s) [2021-09-16T19:18:21.425Z] === RUN TestSecretCreateResolve [2021-09-16T19:18:22.284Z] === RUN TestDockerNetworkMacvlan/OverlapParent [2021-09-16T19:18:22.855Z] === RUN TestDockerNetworkMacvlan/NilParent [2021-09-16T19:18:23.115Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2021-09-16T19:18:24.497Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2021-09-16T19:18:24.725Z] --- PASS: TestSecretCreateResolve (2.71s) [2021-09-16T19:18:24.725Z] PASS [2021-09-16T19:18:24.725Z] [2021-09-16T19:18:24.725Z] DONE 6 tests in 15.631s [2021-09-16T19:18:24.725Z] Running /go/src/github.com/docker/docker/integration/service (arm64.integration.service) flags=-test.v -test.timeout=120m [2021-09-16T19:18:24.725Z] ++ 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-16T19:18:24.725Z] ++ set -e [2021-09-16T19:18:24.725Z] ++ '[' -n 0 ']' [2021-09-16T19:18:24.725Z] ++ set -x [2021-09-16T19:18:24.725Z] ++ 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-16T19:18:24.725Z] INFO: Testing against a local daemon [2021-09-16T19:18:24.725Z] === RUN TestServiceCreateInit [2021-09-16T19:18:24.725Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-09-16T19:18:25.161Z] === RUN TestDockerNetworkMacvlan/InternalMode [2021-09-16T19:18:26.102Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2021-09-16T19:18:27.045Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2021-09-16T19:18:27.306Z] === RUN TestDockerNetworkMacvlan/MultiSubnet [2021-09-16T19:18:28.248Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2021-09-16T19:18:28.509Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2021-09-16T19:18:28.931Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-09-16T19:18:31.056Z] === RUN TestDockerSuite/TestBuildPATH [2021-09-16T19:18:31.627Z] === RUN TestDockerNetworkMacvlan/Addressing [2021-09-16T19:18:32.570Z] --- PASS: TestDockerNetworkMacvlan (12.05s) [2021-09-16T19:18:32.570Z] --- PASS: TestDockerNetworkMacvlan/Subinterface (0.08s) [2021-09-16T19:18:32.570Z] --- PASS: TestDockerNetworkMacvlan/OverlapParent (0.10s) [2021-09-16T19:18:32.570Z] --- PASS: TestDockerNetworkMacvlan/NilParent (1.06s) [2021-09-16T19:18:32.570Z] --- PASS: TestDockerNetworkMacvlan/InternalMode (1.22s) [2021-09-16T19:18:32.570Z] --- PASS: TestDockerNetworkMacvlan/MultiSubnet (2.91s) [2021-09-16T19:18:32.570Z] --- PASS: TestDockerNetworkMacvlan/Addressing (0.77s) [2021-09-16T19:18:32.570Z] PASS [2021-09-16T19:18:32.570Z] [2021-09-16T19:18:32.570Z] DONE 8 tests in 13.558s [2021-09-16T19:18:32.570Z] Running /go/src/github.com/docker/docker/integration/plugin (amd64.integration.plugin) flags=-test.v -test.timeout=120m [2021-09-16T19:18:32.570Z] ++ 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-16T19:18:32.570Z] ++ set -e [2021-09-16T19:18:32.570Z] ++ '[' -n 0 ']' [2021-09-16T19:18:32.570Z] ++ set -x [2021-09-16T19:18:32.570Z] ++ 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-16T19:18:32.570Z] testing: warning: no tests to run [2021-09-16T19:18:32.570Z] PASS [2021-09-16T19:18:32.570Z] [2021-09-16T19:18:32.570Z] DONE 0 tests in 0.042s [2021-09-16T19:18:32.570Z] Running /go/src/github.com/docker/docker/integration/plugin/authz (amd64.integration.plugin.authz) flags=-test.v -test.timeout=120m [2021-09-16T19:18:32.570Z] ++ 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-16T19:18:32.570Z] ++ set -e [2021-09-16T19:18:32.570Z] ++ '[' -n 0 ']' [2021-09-16T19:18:32.570Z] ++ set -x [2021-09-16T19:18:32.570Z] ++ 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-16T19:18:32.830Z] INFO: Testing against a local daemon [2021-09-16T19:18:32.830Z] === RUN TestAuthZPluginAllowRequest [2021-09-16T19:18:33.090Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2021-09-16T19:18:33.137Z] --- PASS: TestServiceCreateInit (8.93s) [2021-09-16T19:18:33.137Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.45s) [2021-09-16T19:18:33.137Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.45s) [2021-09-16T19:18:33.137Z] === RUN TestCreateServiceMultipleTimes [2021-09-16T19:18:34.031Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2021-09-16T19:18:34.031Z] --- PASS: TestAuthZPluginAllowRequest (1.38s) [2021-09-16T19:18:34.031Z] === RUN TestAuthZPluginTLS [2021-09-16T19:18:34.608Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2021-09-16T19:18:34.608Z] --- PASS: TestAuthZPluginTLS (0.56s) [2021-09-16T19:18:34.608Z] === RUN TestAuthZPluginDenyRequest [2021-09-16T19:18:35.181Z] --- PASS: TestAuthZPluginDenyRequest (0.55s) [2021-09-16T19:18:35.181Z] === RUN TestAuthZPluginAPIDenyResponse [2021-09-16T19:18:35.751Z] --- PASS: TestAuthZPluginAPIDenyResponse (0.55s) [2021-09-16T19:18:35.751Z] === RUN TestAuthZPluginDenyResponse [2021-09-16T19:18:36.322Z] --- PASS: TestAuthZPluginDenyResponse (0.57s) [2021-09-16T19:18:36.322Z] === RUN TestAuthZPluginAllowEventStream [2021-09-16T19:18:37.706Z] --- PASS: TestAuthZPluginAllowEventStream (1.40s) [2021-09-16T19:18:37.706Z] === RUN TestAuthZPluginErrorResponse [2021-09-16T19:18:38.277Z] --- PASS: TestAuthZPluginErrorResponse (0.59s) [2021-09-16T19:18:38.277Z] === RUN TestAuthZPluginErrorRequest [2021-09-16T19:18:38.849Z] --- PASS: TestAuthZPluginErrorRequest (0.54s) [2021-09-16T19:18:38.849Z] === RUN TestAuthZPluginEnsureNoDuplicatePluginRegistration [2021-09-16T19:18:39.420Z] --- PASS: TestAuthZPluginEnsureNoDuplicatePluginRegistration (0.55s) [2021-09-16T19:18:39.420Z] === RUN TestAuthZPluginEnsureLoadImportWorking [2021-09-16T19:18:39.680Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderElection [2021-09-16T19:18:41.064Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2021-09-16T19:18:41.325Z] --- PASS: TestAuthZPluginEnsureLoadImportWorking (1.94s) [2021-09-16T19:18:41.325Z] === RUN TestAuthzPluginEnsureContainerCopyToFrom [2021-09-16T19:18:42.736Z] docker_api_swarm_test.go:304: [d348a52d563b1] joining swarm manager [d42ccb7a95f07]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-09-16T19:18:43.677Z] --- PASS: TestAuthzPluginEnsureContainerCopyToFrom (2.20s) [2021-09-16T19:18:43.677Z] === RUN TestAuthZPluginHeader [2021-09-16T19:18:43.937Z] docker_api_swarm_test.go:305: [d1fe6bcbe08b2] joining swarm manager [d42ccb7a95f07]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-09-16T19:18:44.507Z] --- PASS: TestAuthZPluginHeader (0.84s) [2021-09-16T19:18:44.507Z] === RUN TestAuthZPluginV2AllowNonVolumeRequest [2021-09-16T19:18:45.078Z] docker_api_swarm_test.go:351: Waiting for election to occur... [2021-09-16T19:18:45.078Z] === RUN TestDockerSuite/TestBuildResourceConstraintsAreUsed [2021-09-16T19:18:46.986Z] === RUN TestDockerSuite/TestBuildRm [2021-09-16T19:18:48.371Z] --- PASS: TestAuthZPluginV2AllowNonVolumeRequest (3.85s) [2021-09-16T19:18:48.371Z] === RUN TestAuthZPluginV2Disable [2021-09-16T19:18:48.943Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2021-09-16T19:18:49.513Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2021-09-16T19:18:50.457Z] === RUN TestDockerSuite/TestBuildScratchCopy [2021-09-16T19:18:50.718Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2021-09-16T19:18:51.261Z] --- PASS: TestCreateServiceMultipleTimes (16.63s) [2021-09-16T19:18:51.261Z] === RUN TestCreateServiceConflict [2021-09-16T19:18:51.288Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2021-09-16T19:18:51.550Z] --- PASS: TestAuthZPluginV2Disable (3.26s) [2021-09-16T19:18:51.550Z] === RUN TestAuthZPluginV2RejectVolumeRequests [2021-09-16T19:18:52.120Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2021-09-16T19:18:52.643Z] --- PASS: TestCreateServiceConflict (2.67s) [2021-09-16T19:18:52.643Z] === RUN TestCreateServiceMaxReplicas [2021-09-16T19:18:53.059Z] === RUN TestDockerSuite/TestBuildShellInherited [2021-09-16T19:18:53.629Z] === RUN TestDockerSuite/TestBuildShellMultiple [2021-09-16T19:18:54.573Z] --- PASS: TestAuthZPluginV2RejectVolumeRequests (2.96s) [2021-09-16T19:18:54.573Z] === RUN TestAuthZPluginV2BadManifestFailsDaemonStart [2021-09-16T19:18:55.942Z] --- PASS: TestCreateServiceMaxReplicas (3.16s) [2021-09-16T19:18:55.942Z] === RUN TestCreateWithDuplicateNetworkNames [2021-09-16T19:18:56.482Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2021-09-16T19:18:56.482Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2021-09-16T19:18:56.482Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2021-09-16T19:18:56.482Z] docker_cli_build_test.go:5297: unmatched requirement DaemonIsWindows [2021-09-16T19:18:56.744Z] === RUN TestDockerSuite/TestBuildSpaces [2021-09-16T19:18:57.004Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2021-09-16T19:18:57.944Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2021-09-16T19:18:57.944Z] === RUN TestDockerSuite/TestBuildStderr [2021-09-16T19:18:58.884Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2021-09-16T19:19:02.192Z] docker_api_swarm_test.go:364: Waiting for possible election... [2021-09-16T19:19:03.132Z] === RUN TestDockerSuite/TestBuildStopSignal [2021-09-16T19:19:04.070Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2021-09-16T19:19:04.640Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2021-09-16T19:19:04.900Z] === RUN TestDockerSuite/TestBuildTagEvent [2021-09-16T19:19:05.840Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2021-09-16T19:19:05.840Z] --- PASS: TestAuthZPluginV2BadManifestFailsDaemonStart (11.18s) [2021-09-16T19:19:05.840Z] === RUN TestAuthZPluginV2NonexistentFailsDaemonStart [2021-09-16T19:19:06.780Z] === RUN TestDockerSuite/TestBuildUser [2021-09-16T19:19:07.719Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2021-09-16T19:19:10.259Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2021-09-16T19:19:10.846Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.74s) [2021-09-16T19:19:10.846Z] === RUN TestCreateServiceSecretFileMode [2021-09-16T19:19:12.232Z] --- PASS: TestCreateServiceSecretFileMode (2.91s) [2021-09-16T19:19:12.233Z] === RUN TestCreateServiceConfigFileMode [2021-09-16T19:19:15.534Z] --- PASS: TestCreateServiceConfigFileMode (2.82s) [2021-09-16T19:19:15.534Z] === RUN TestCreateServiceSysctls [2021-09-16T19:19:18.392Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaderProxy [2021-09-16T19:19:18.836Z] --- PASS: TestCreateServiceSysctls (3.15s) [2021-09-16T19:19:18.836Z] === RUN TestCreateServiceCapabilities [2021-09-16T19:19:19.333Z] === RUN TestDockerSuite/TestBuildVerboseOut [2021-09-16T19:19:19.903Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2021-09-16T19:19:20.163Z] docker_api_swarm_test.go:272: [d87a2f1e86ac2] joining swarm manager [daf0529f40a18]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-09-16T19:19:20.423Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2021-09-16T19:19:20.826Z] Created binary: bundles/cross/windows/amd64-daemon/dockerd-dev.exe [2021-09-16T19:19:20.826Z] Building: bundles/cross/windows/amd64-daemon/docker-proxy-dev.exe [2021-09-16T19:19:20.826Z] GOOS="windows" GOARCH="amd64" GOARM="" [2021-09-16T19:19:20.826Z] Created binary: bundles/cross/windows/amd64-daemon/docker-proxy-dev.exe [2021-09-16T19:19:20.826Z] Cloning into '/go/src/github.com/docker/windows-container-utility'... [2021-09-16T19:19:20.826Z] remote: Enumerating objects: 23, done. [2021-09-16T19:19:20.826Z] remote: Counting objects: 50% (1/2) remote: Counting objects: 100% (2/2) remote: Counting objects: 100% (2/2), done. [2021-09-16T19:19:20.826Z] remote: Compressing objects: 50% (1/2) remote: Compressing objects: 100% (2/2) remote: Compressing objects: 100% (2/2), done. [2021-09-16T19:19:20.826Z] Receiving objects: 4% (1/23) Receiving objects: 8% (2/23) remote: Total 23 (delta 0), reused 0 (delta 0), pack-reused 21 [2021-09-16T19:19:20.826Z] 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-16T19:19:20.826Z] Resolving deltas: 0% (0/2) Resolving deltas: 50% (1/2) Resolving deltas: 100% (2/2) Resolving deltas: 100% (2/2), done. [2021-09-16T19:19:20.826Z] Building: bundles/cross/windows/amd64/containerutility.exe [2021-09-16T19:19:20.995Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2021-09-16T19:19:21.084Z] Cross building: bundles/cross/linux/ppc64le [2021-09-16T19:19:21.084Z] Building: bundles/cross/linux/ppc64le-daemon/dockerd-dev [2021-09-16T19:19:21.085Z] GOOS="linux" GOARCH="ppc64le" GOARM="" [2021-09-16T19:19:21.381Z] --- PASS: TestCreateServiceCapabilities (3.12s) [2021-09-16T19:19:21.381Z] === RUN TestInspect [2021-09-16T19:19:21.567Z] docker_api_swarm_test.go:273: [dae159511eb93] joining swarm manager [daf0529f40a18]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-09-16T19:19:21.567Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2021-09-16T19:19:22.138Z] --- PASS: TestAuthZPluginV2NonexistentFailsDaemonStart (16.60s) [2021-09-16T19:19:22.138Z] PASS [2021-09-16T19:19:22.138Z] [2021-09-16T19:19:22.138Z] DONE 17 tests in 49.607s [2021-09-16T19:19:22.138Z] Running /go/src/github.com/docker/docker/integration/plugin/common (amd64.integration.plugin.common) flags=-test.v -test.timeout=120m [2021-09-16T19:19:22.138Z] ++ 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-16T19:19:22.138Z] ++ set -e [2021-09-16T19:19:22.138Z] ++ '[' -n 0 ']' [2021-09-16T19:19:22.138Z] ++ set -x [2021-09-16T19:19:22.138Z] ++ 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-16T19:19:22.399Z] INFO: Testing against a local daemon [2021-09-16T19:19:22.399Z] === RUN TestPluginInvalidJSON [2021-09-16T19:19:22.399Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-09-16T19:19:22.399Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-09-16T19:19:22.399Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-09-16T19:19:22.399Z] --- PASS: TestPluginInvalidJSON (0.04s) [2021-09-16T19:19:22.399Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-09-16T19:19:22.399Z] === RUN TestPluginInstall [2021-09-16T19:19:22.399Z] === RUN TestPluginInstall/no_auth [2021-09-16T19:19:22.659Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2021-09-16T19:19:22.659Z] docker_cli_build_test.go:1348: unmatched requirement DaemonIsWindows [2021-09-16T19:19:22.919Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2021-09-16T19:19:22.919Z] docker_cli_build_test.go:6022: unmatched requirement DaemonIsWindows [2021-09-16T19:19:22.919Z] === RUN TestDockerSuite/TestBuildWindowsUser [2021-09-16T19:19:22.919Z] docker_cli_build_test.go:5992: unmatched requirement DaemonIsWindows [2021-09-16T19:19:22.919Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2021-09-16T19:19:22.919Z] docker_cli_build_test.go:1337: unmatched requirement DaemonIsWindows [2021-09-16T19:19:22.919Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2021-09-16T19:19:24.324Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2021-09-16T19:19:24.324Z] === RUN TestDockerSuite/TestBuildWithFailure [2021-09-16T19:19:24.585Z] time="2021-09-16T19:19:24Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-09-16T19:19:24.585Z] time="2021-09-16T19:19:24Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d56da3d87f92f0f798d51ab7a1a10a49fd3f7f163ac4a78d10efd78d2222a25b" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-09-16T19:19:24.585Z] time="2021-09-16T19:19:24Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-09-16T19:19:24.585Z] time="2021-09-16T19:19:24Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:d56da3d87f92f0f798d51ab7a1a10a49fd3f7f163ac4a78d10efd78d2222a25b" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-09-16T19:19:24.685Z] --- PASS: TestInspect (3.32s) [2021-09-16T19:19:24.685Z] === RUN TestCreateJob [2021-09-16T19:19:24.845Z] === RUN TestPluginInstall/with_htpasswd [2021-09-16T19:19:25.105Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2021-09-16T19:19:25.365Z] time="2021-09-16T19:19:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-09-16T19:19:25.365Z] time="2021-09-16T19:19:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:faa46aefb53745b2286efa6e25717d9ebcf48dea36403ed6444c99f1ab4227e7" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-09-16T19:19:25.365Z] time="2021-09-16T19:19:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-09-16T19:19:25.365Z] time="2021-09-16T19:19:25Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:faa46aefb53745b2286efa6e25717d9ebcf48dea36403ed6444c99f1ab4227e7" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-09-16T19:19:25.625Z] === RUN TestDockerSuite/TestBuildWithTabs [2021-09-16T19:19:25.625Z] === RUN TestPluginInstall/with_insecure [2021-09-16T19:19:26.571Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2021-09-16T19:19:26.571Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2021-09-16T19:19:26.571Z] time="2021-09-16T19:19:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-09-16T19:19:26.571Z] time="2021-09-16T19:19:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:3d2ac9db66b3f54844bbe25eb324f2d513125eb752d87a6eefb3a04d5a0c4b64" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-09-16T19:19:26.571Z] time="2021-09-16T19:19:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" [2021-09-16T19:19:26.571Z] time="2021-09-16T19:19:26Z" level=warning msg="reference for unknown type: application/vnd.docker.plugin.v1+json" digest="sha256:3d2ac9db66b3f54844bbe25eb324f2d513125eb752d87a6eefb3a04d5a0c4b64" mediatype=application/vnd.docker.plugin.v1+json size=522 [2021-09-16T19:19:27.143Z] plugin_test.go:165: [d829c4d1f5f7e] daemon is not started [2021-09-16T19:19:27.143Z] --- PASS: TestPluginInstall (4.58s) [2021-09-16T19:19:27.143Z] --- PASS: TestPluginInstall/no_auth (2.46s) [2021-09-16T19:19:27.143Z] --- PASS: TestPluginInstall/with_htpasswd (0.84s) [2021-09-16T19:19:27.143Z] --- PASS: TestPluginInstall/with_insecure (1.28s) [2021-09-16T19:19:27.143Z] === RUN TestPluginsWithRuntimes [2021-09-16T19:19:28.529Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2021-09-16T19:19:28.529Z] === RUN TestPluginsWithRuntimes/No_Args [2021-09-16T19:19:28.890Z] --- PASS: TestCreateJob (3.68s) [2021-09-16T19:19:28.890Z] === RUN TestReplicatedJob [2021-09-16T19:19:29.911Z] === RUN TestPluginsWithRuntimes/With_Args [2021-09-16T19:19:29.911Z] === RUN TestDockerSuite/TestBuildWithVolumes [2021-09-16T19:19:30.482Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2021-09-16T19:19:30.744Z] --- PASS: TestPluginsWithRuntimes (3.75s) [2021-09-16T19:19:30.744Z] --- PASS: TestPluginsWithRuntimes/No_Args (1.02s) [2021-09-16T19:19:30.744Z] --- PASS: TestPluginsWithRuntimes/With_Args (1.01s) [2021-09-16T19:19:30.744Z] === RUN TestPluginBackCompatMediaTypes [2021-09-16T19:19:31.004Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2021-09-16T19:19:31.575Z] --- PASS: TestPluginBackCompatMediaTypes (0.74s) [2021-09-16T19:19:31.575Z] PASS [2021-09-16T19:19:31.575Z] [2021-09-16T19:19:31.575Z] DONE 10 tests in 9.260s [2021-09-16T19:19:31.575Z] Running /go/src/github.com/docker/docker/integration/plugin/graphdriver (amd64.integration.plugin.graphdriver) flags=-test.v -test.timeout=120m [2021-09-16T19:19:31.575Z] ++ 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-16T19:19:31.575Z] ++ set -e [2021-09-16T19:19:31.575Z] ++ '[' -n 0 ']' [2021-09-16T19:19:31.575Z] ++ set -x [2021-09-16T19:19:31.575Z] ++ 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-16T19:19:31.575Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2021-09-16T19:19:31.575Z] docker_cli_build_test.go:4905: unmatched requirement DaemonIsWindows [2021-09-16T19:19:31.575Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2021-09-16T19:19:31.575Z] INFO: Testing against a local daemon [2021-09-16T19:19:31.575Z] === RUN TestExternalGraphDriver [2021-09-16T19:19:31.836Z] === RUN TestExternalGraphDriver/json [2021-09-16T19:19:32.096Z] === RUN TestDockerSuite/TestBuildXZHost [2021-09-16T19:19:33.482Z] === RUN TestExternalGraphDriver/spec [2021-09-16T19:19:33.741Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2021-09-16T19:19:33.741Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2021-09-16T19:19:33.741Z] docker_cli_sni_test.go:18: Flakey test [2021-09-16T19:19:33.741Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2021-09-16T19:19:34.312Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2021-09-16T19:19:35.253Z] === RUN TestDockerSuite/TestCommitChange [2021-09-16T19:19:35.253Z] === RUN TestExternalGraphDriver/pull [2021-09-16T19:19:35.477Z] --- PASS: TestReplicatedJob (6.11s) [2021-09-16T19:19:35.477Z] === RUN TestUpdateReplicatedJob [2021-09-16T19:19:36.193Z] === RUN TestDockerSuite/TestCommitChangeLabels [2021-09-16T19:19:36.764Z] === RUN TestDockerSuite/TestCommitHardlink [2021-09-16T19:19:37.024Z] --- PASS: TestExternalGraphDriver (5.24s) [2021-09-16T19:19:37.024Z] --- PASS: TestExternalGraphDriver/json (1.84s) [2021-09-16T19:19:37.024Z] --- PASS: TestExternalGraphDriver/spec (1.83s) [2021-09-16T19:19:37.024Z] --- PASS: TestExternalGraphDriver/pull (1.52s) [2021-09-16T19:19:37.024Z] === RUN TestGraphdriverPluginV2 [2021-09-16T19:19:37.966Z] === RUN TestDockerSuite/TestCommitNewFile [2021-09-16T19:19:38.780Z] --- PASS: TestUpdateReplicatedJob (3.81s) [2021-09-16T19:19:38.780Z] === RUN TestServiceListWithStatuses [2021-09-16T19:19:38.780Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-09-16T19:19:38.780Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-09-16T19:19:38.780Z] === RUN TestDockerNetworkConnectAlias [2021-09-16T19:19:38.909Z] === RUN TestDockerSuite/TestCommitPausedContainer [2021-09-16T19:19:39.480Z] === RUN TestDockerSuite/TestCommitTTY [2021-09-16T19:19:40.865Z] --- PASS: TestGraphdriverPluginV2 (3.72s) [2021-09-16T19:19:40.865Z] PASS [2021-09-16T19:19:40.865Z] [2021-09-16T19:19:40.865Z] DONE 5 tests in 9.095s [2021-09-16T19:19:40.865Z] Running /go/src/github.com/docker/docker/integration/plugin/logging (amd64.integration.plugin.logging) flags=-test.v -test.timeout=120m [2021-09-16T19:19:40.865Z] ++ 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-16T19:19:40.865Z] ++ set -e [2021-09-16T19:19:40.865Z] ++ '[' -n 0 ']' [2021-09-16T19:19:40.865Z] ++ set -x [2021-09-16T19:19:40.866Z] ++ 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-16T19:19:40.866Z] INFO: Testing against a local daemon [2021-09-16T19:19:40.866Z] === RUN TestContinueAfterPluginCrash [2021-09-16T19:19:40.866Z] === PAUSE TestContinueAfterPluginCrash [2021-09-16T19:19:40.866Z] === RUN TestReadPluginNoRead [2021-09-16T19:19:40.866Z] === PAUSE TestReadPluginNoRead [2021-09-16T19:19:40.866Z] === RUN TestDaemonStartWithLogOpt [2021-09-16T19:19:40.866Z] === PAUSE TestDaemonStartWithLogOpt [2021-09-16T19:19:40.866Z] === CONT TestContinueAfterPluginCrash [2021-09-16T19:19:40.866Z] === CONT TestDaemonStartWithLogOpt [2021-09-16T19:19:40.866Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2021-09-16T19:19:41.446Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2021-09-16T19:19:42.830Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin [2021-09-16T19:19:42.989Z] --- PASS: TestDockerNetworkConnectAlias (4.56s) [2021-09-16T19:19:42.989Z] === RUN TestDockerNetworkReConnect [2021-09-16T19:19:43.090Z] === RUN TestDockerSuite/TestCommitWithoutPause [2021-09-16T19:19:44.478Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2021-09-16T19:19:44.478Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2021-09-16T19:19:44.478Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2021-09-16T19:19:44.478Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2021-09-16T19:19:44.478Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2021-09-16T19:19:44.478Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2021-09-16T19:19:44.478Z] === RUN TestDockerSuite/TestContainerAPICommit [2021-09-16T19:19:45.864Z] --- PASS: TestDaemonStartWithLogOpt (4.95s) [2021-09-16T19:19:45.864Z] === CONT TestReadPluginNoRead [2021-09-16T19:19:46.126Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2021-09-16T19:19:47.202Z] --- PASS: TestDockerNetworkReConnect (4.02s) [2021-09-16T19:19:47.202Z] === RUN TestServicePlugin [2021-09-16T19:19:47.202Z] plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-09-16T19:19:47.202Z] --- SKIP: TestServicePlugin (0.00s) [2021-09-16T19:19:47.202Z] === RUN TestServiceUpdateLabel [2021-09-16T19:19:47.511Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2021-09-16T19:19:47.511Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2021-09-16T19:19:48.083Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2021-09-16T19:19:48.346Z] === RUN TestReadPluginNoRead/explicitly_enabled_caching [2021-09-16T19:19:48.606Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2021-09-16T19:19:49.177Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2021-09-16T19:19:49.748Z] --- PASS: TestServiceUpdateLabel (2.69s) [2021-09-16T19:19:49.748Z] === RUN TestServiceUpdateSecrets [2021-09-16T19:19:49.751Z] === RUN TestDockerSuite/TestContainerAPICreate [2021-09-16T19:19:50.011Z] === RUN TestReadPluginNoRead/default [2021-09-16T19:19:50.272Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2021-09-16T19:19:50.272Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2021-09-16T19:19:50.272Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2021-09-16T19:19:50.843Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2021-09-16T19:19:50.843Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2021-09-16T19:19:50.843Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2021-09-16T19:19:50.843Z] --- PASS: TestContinueAfterPluginCrash (10.04s) [2021-09-16T19:19:50.844Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2021-09-16T19:19:51.104Z] === RUN TestDockerSuite/TestContainerAPIDelete [2021-09-16T19:19:51.364Z] === RUN TestReadPluginNoRead/disabled_caching [2021-09-16T19:19:51.625Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2021-09-16T19:19:52.194Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2021-09-16T19:19:52.764Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2021-09-16T19:19:52.764Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2021-09-16T19:19:53.024Z] === CONT TestReadPluginNoRead [2021-09-16T19:19:53.024Z] read_test.go:92: [d721c9a63366d] daemon is not started [2021-09-16T19:19:53.024Z] --- PASS: TestReadPluginNoRead (7.37s) [2021-09-16T19:19:53.024Z] --- PASS: TestReadPluginNoRead/explicitly_enabled_caching (1.47s) [2021-09-16T19:19:53.024Z] --- PASS: TestReadPluginNoRead/default (1.49s) [2021-09-16T19:19:53.024Z] --- PASS: TestReadPluginNoRead/disabled_caching (1.70s) [2021-09-16T19:19:53.024Z] PASS [2021-09-16T19:19:53.024Z] [2021-09-16T19:19:53.024Z] DONE 6 tests in 12.457s [2021-09-16T19:19:53.024Z] 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-16T19:19:53.024Z] ++ 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-16T19:19:53.024Z] ++ set -e [2021-09-16T19:19:53.024Z] ++ '[' -n 0 ']' [2021-09-16T19:19:53.024Z] ++ set -x [2021-09-16T19:19:53.024Z] ++ 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-16T19:19:53.285Z] testing: warning: no tests to run [2021-09-16T19:19:53.285Z] PASS [2021-09-16T19:19:53.285Z] [2021-09-16T19:19:53.285Z] DONE 0 tests in 0.046s [2021-09-16T19:19:53.285Z] Running /go/src/github.com/docker/docker/integration/plugin/volumes (amd64.integration.plugin.volumes) flags=-test.v -test.timeout=120m [2021-09-16T19:19:53.285Z] ++ 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-16T19:19:53.285Z] ++ set -e [2021-09-16T19:19:53.285Z] ++ '[' -n 0 ']' [2021-09-16T19:19:53.285Z] ++ set -x [2021-09-16T19:19:53.285Z] ++ 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-16T19:19:53.285Z] INFO: Testing against a local daemon [2021-09-16T19:19:53.285Z] === RUN TestPluginWithDevMounts [2021-09-16T19:19:53.285Z] === PAUSE TestPluginWithDevMounts [2021-09-16T19:19:53.285Z] === CONT TestPluginWithDevMounts [2021-09-16T19:19:54.228Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2021-09-16T19:19:54.798Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2021-09-16T19:19:54.798Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2021-09-16T19:19:55.058Z] --- PASS: TestPluginWithDevMounts (1.76s) [2021-09-16T19:19:55.058Z] PASS [2021-09-16T19:19:55.058Z] [2021-09-16T19:19:55.058Z] DONE 1 tests in 1.882s [2021-09-16T19:19:55.058Z] Running /go/src/github.com/docker/docker/integration/secret (amd64.integration.secret) flags=-test.v -test.timeout=120m [2021-09-16T19:19:55.058Z] ++ 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-16T19:19:55.058Z] ++ set -e [2021-09-16T19:19:55.058Z] ++ '[' -n 0 ']' [2021-09-16T19:19:55.058Z] ++ set -x [2021-09-16T19:19:55.058Z] ++ 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-16T19:19:55.318Z] INFO: Testing against a local daemon [2021-09-16T19:19:55.318Z] === RUN TestSecretInspect [2021-09-16T19:19:55.318Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2021-09-16T19:19:55.890Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2021-09-16T19:19:56.461Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2021-09-16T19:19:57.031Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2021-09-16T19:19:57.031Z] === RUN TestDockerSuite/TestContainerAPIKill [2021-09-16T19:19:57.601Z] === RUN TestDockerSuite/TestContainerAPIPause [2021-09-16T19:19:57.880Z] --- PASS: TestSecretInspect (2.56s) [2021-09-16T19:19:57.880Z] === RUN TestSecretList [2021-09-16T19:19:58.144Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2021-09-16T19:19:58.714Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2021-09-16T19:19:58.974Z] === RUN TestDockerSuite/TestContainerAPIRename [2021-09-16T19:19:59.234Z] === RUN TestDockerSuite/TestContainerAPIRestart [2021-09-16T19:20:00.617Z] --- PASS: TestSecretList (2.61s) [2021-09-16T19:20:00.617Z] === RUN TestSecretsCreateAndDelete [2021-09-16T19:20:00.617Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2021-09-16T19:20:01.558Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2021-09-16T19:20:01.558Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2021-09-16T19:20:01.558Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2021-09-16T19:20:01.558Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2021-09-16T19:20:01.558Z] === RUN TestDockerSuite/TestContainerAPIStart [2021-09-16T19:20:02.497Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2021-09-16T19:20:03.066Z] --- PASS: TestSecretsCreateAndDelete (2.57s) [2021-09-16T19:20:03.066Z] === RUN TestSecretsUpdate [2021-09-16T19:20:04.654Z] --- PASS: TestServiceUpdateSecrets (14.86s) [2021-09-16T19:20:04.654Z] === RUN TestServiceUpdateConfigs [2021-09-16T19:20:04.976Z] --- PASS: TestSecretsUpdate (2.11s) [2021-09-16T19:20:04.976Z] === RUN TestTemplatedSecret [2021-09-16T19:20:06.887Z] === RUN TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer [2021-09-16T19:20:06.887Z] === RUN TestDockerSuite/TestContainerAPIStop [2021-09-16T19:20:07.459Z] === RUN TestDockerSuite/TestContainerAPITop [2021-09-16T19:20:08.030Z] --- PASS: TestTemplatedSecret (3.05s) [2021-09-16T19:20:08.030Z] === RUN TestSecretCreateResolve [2021-09-16T19:20:08.291Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2021-09-16T19:20:08.291Z] docker_api_containers_test.go:417: unmatched requirement DaemonIsWindows [2021-09-16T19:20:08.291Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2021-09-16T19:20:08.291Z] === RUN TestDockerSuite/TestContainerAPIWait [2021-09-16T19:20:10.833Z] === RUN TestDockerSwarmSuite/TestAPISwarmListNodes [2021-09-16T19:20:10.833Z] --- PASS: TestSecretCreateResolve (2.84s) [2021-09-16T19:20:10.833Z] PASS [2021-09-16T19:20:10.833Z] [2021-09-16T19:20:10.833Z] DONE 6 tests in 15.847s [2021-09-16T19:20:11.093Z] Running /go/src/github.com/docker/docker/integration/service (amd64.integration.service) flags=-test.v -test.timeout=120m [2021-09-16T19:20:11.093Z] ++ 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-16T19:20:11.093Z] ++ set -e [2021-09-16T19:20:11.093Z] ++ '[' -n 0 ']' [2021-09-16T19:20:11.093Z] ++ set -x [2021-09-16T19:20:11.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=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-16T19:20:11.093Z] INFO: Testing against a local daemon [2021-09-16T19:20:11.093Z] === RUN TestServiceCreateInit [2021-09-16T19:20:11.093Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-09-16T19:20:11.093Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2021-09-16T19:20:11.663Z] === RUN TestDockerSuite/TestContainerNetworkMode [2021-09-16T19:20:12.605Z] docker_api_swarm_node_test.go:20: [d7e3cf9e9cfdb] joining swarm manager [df21c5baef679]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-09-16T19:20:12.865Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2021-09-16T19:20:13.805Z] docker_api_swarm_node_test.go:21: [dc3f34b332ab0] joining swarm manager [df21c5baef679]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-09-16T19:20:16.347Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-09-16T19:20:16.917Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2021-09-16T19:20:17.534Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2021-09-16T19:20:18.920Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2021-09-16T19:20:19.558Z] --- PASS: TestServiceUpdateConfigs (14.59s) [2021-09-16T19:20:19.558Z] === RUN TestServiceUpdateNetwork [2021-09-16T19:20:19.862Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2021-09-16T19:20:20.431Z] --- PASS: TestServiceCreateInit (9.40s) [2021-09-16T19:20:20.431Z] --- PASS: TestServiceCreateInit/daemonInitDisabled (4.94s) [2021-09-16T19:20:20.431Z] --- PASS: TestServiceCreateInit/daemonInitEnabled (4.43s) [2021-09-16T19:20:20.431Z] === RUN TestCreateServiceMultipleTimes [2021-09-16T19:20:20.691Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} [2021-09-16T19:20:22.072Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} [2021-09-16T19:20:23.986Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} [2021-09-16T19:20:24.246Z] === RUN TestDockerSwarmSuite/TestAPISwarmManagerRestore [2021-09-16T19:20:25.187Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} [2021-09-16T19:20:27.099Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000a0cf30_} [2021-09-16T19:20:28.483Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-13867438258_/foo_false____} [2021-09-16T19:20:29.057Z] docker_api_swarm_test.go:502: [dccca45ab474e] joining swarm manager [d4efcdc5f0508]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-09-16T19:20:29.057Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-13867438258_/foo_true____} [2021-09-16T19:20:30.436Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-31692315986_/foo_false____} [2021-09-16T19:20:31.818Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-31692315986_/foo_true____} [2021-09-16T19:20:33.200Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-31692315986_/foo_true__0xc000a0d080__} [2021-09-16T19:20:34.466Z] --- PASS: TestServiceUpdateNetwork (13.23s) [2021-09-16T19:20:34.466Z] === RUN TestServiceUpdatePidsLimit [2021-09-16T19:20:34.466Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2021-09-16T19:20:34.466Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2021-09-16T19:20:34.579Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000a0d098_} [2021-09-16T19:20:35.958Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000a0d0b0_} [2021-09-16T19:20:36.556Z] docker_api_swarm_test.go:507: [d24011ccf5943] joining swarm manager [d4efcdc5f0508]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-09-16T19:20:37.134Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000a0d0c8_} [2021-09-16T19:20:37.135Z] --- PASS: TestCreateServiceMultipleTimes (16.57s) [2021-09-16T19:20:37.135Z] === RUN TestCreateServiceConflict [2021-09-16T19:20:38.514Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000a0d110_} [2021-09-16T19:20:39.453Z] --- PASS: TestCreateServiceConflict (2.39s) [2021-09-16T19:20:39.453Z] === RUN TestCreateServiceMaxReplicas [2021-09-16T19:20:40.023Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2021-09-16T19:20:40.964Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2021-09-16T19:20:40.964Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2021-09-16T19:20:40.964Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2021-09-16T19:20:40.964Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2021-09-16T19:20:40.964Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2021-09-16T19:20:40.964Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2021-09-16T19:20:40.964Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2021-09-16T19:20:40.964Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2021-09-16T19:20:40.964Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2021-09-16T19:20:40.964Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2021-09-16T19:20:40.964Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2021-09-16T19:20:41.225Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 [2021-09-16T19:20:41.225Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 [2021-09-16T19:20:41.225Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 [2021-09-16T19:20:41.225Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 [2021-09-16T19:20:41.225Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 [2021-09-16T19:20:41.225Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 [2021-09-16T19:20:41.225Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2021-09-16T19:20:42.598Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2021-09-16T19:20:43.142Z] --- PASS: TestCreateServiceMaxReplicas (3.48s) [2021-09-16T19:20:43.142Z] === RUN TestCreateWithDuplicateNetworkNames [2021-09-16T19:20:44.081Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2021-09-16T19:20:45.463Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2021-09-16T19:20:48.005Z] === RUN TestDockerSuite/TestCopyAndRestart [2021-09-16T19:20:48.948Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2021-09-16T19:20:48.948Z] === RUN TestDockerSuite/TestCpAbsolutePath [2021-09-16T19:20:49.179Z] --- PASS: TestServiceUpdatePidsLimit (16.84s) [2021-09-16T19:20:49.179Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.83s) [2021-09-16T19:20:49.179Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (7.03s) [2021-09-16T19:20:49.179Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (6.93s) [2021-09-16T19:20:49.179Z] PASS [2021-09-16T19:20:49.179Z] [2021-09-16T19:20:49.179Z] === Skipped [2021-09-16T19:20:49.179Z] === SKIP: arm64.integration.service TestServiceListWithStatuses (0.00s) [2021-09-16T19:20:49.179Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-09-16T19:20:49.179Z] [2021-09-16T19:20:49.179Z] === SKIP: arm64.integration.service TestServicePlugin (0.00s) [2021-09-16T19:20:49.179Z] plugin_test.go:27: os.Getenv("DOCKER_ENGINE_GOARCH") != "amd64" [2021-09-16T19:20:49.179Z] [2021-09-16T19:20:49.179Z] DONE 27 tests, 2 skipped in 144.973s [2021-09-16T19:20:49.179Z] Running /go/src/github.com/docker/docker/integration/session (arm64.integration.session) flags=-test.v -test.timeout=120m [2021-09-16T19:20:49.179Z] ++ 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-16T19:20:49.179Z] ++ set -e [2021-09-16T19:20:49.179Z] ++ '[' -n 0 ']' [2021-09-16T19:20:49.179Z] ++ set -x [2021-09-16T19:20:49.179Z] ++ 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-16T19:20:49.179Z] INFO: Testing against a local daemon [2021-09-16T19:20:49.179Z] === RUN TestSessionCreate [2021-09-16T19:20:49.179Z] --- PASS: TestSessionCreate (0.04s) [2021-09-16T19:20:49.179Z] === RUN TestSessionCreateWithBadUpgrade [2021-09-16T19:20:49.441Z] --- PASS: TestSessionCreateWithBadUpgrade (0.04s) [2021-09-16T19:20:49.441Z] PASS [2021-09-16T19:20:49.441Z] [2021-09-16T19:20:49.441Z] DONE 2 tests in 0.194s [2021-09-16T19:20:49.441Z] Running /go/src/github.com/docker/docker/integration/system (arm64.integration.system) flags=-test.v -test.timeout=120m [2021-09-16T19:20:49.441Z] ++ 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-16T19:20:49.441Z] ++ set -e [2021-09-16T19:20:49.441Z] ++ '[' -n 0 ']' [2021-09-16T19:20:49.441Z] ++ set -x [2021-09-16T19:20:49.441Z] ++ 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-16T19:20:49.441Z] INFO: Testing against a local daemon [2021-09-16T19:20:49.441Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-09-16T19:20:49.441Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-09-16T19:20:49.441Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-09-16T19:20:49.441Z] === RUN TestDiskUsage [2021-09-16T19:20:49.441Z] === PAUSE TestDiskUsage [2021-09-16T19:20:49.441Z] === RUN TestEventsExecDie [2021-09-16T19:20:49.518Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2021-09-16T19:20:50.089Z] === RUN TestDockerSuite/TestCpCheckDestOwnership [2021-09-16T19:20:50.382Z] --- PASS: TestEventsExecDie (0.75s) [2021-09-16T19:20:50.382Z] === RUN TestEventsBackwardsCompatible [2021-09-16T19:20:50.382Z] --- PASS: TestEventsBackwardsCompatible (0.07s) [2021-09-16T19:20:50.382Z] === RUN TestEventsVolumeCreate [2021-09-16T19:20:50.382Z] --- PASS: TestEventsVolumeCreate (0.08s) [2021-09-16T19:20:50.382Z] === RUN TestInfoBinaryCommits [2021-09-16T19:20:50.382Z] --- PASS: TestInfoBinaryCommits (0.04s) [2021-09-16T19:20:50.382Z] === RUN TestInfoAPIVersioned [2021-09-16T19:20:50.382Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-09-16T19:20:50.382Z] === RUN TestInfoDiscoveryBackend [2021-09-16T19:20:50.658Z] === RUN TestDockerSuite/TestCpFromCaseA [2021-09-16T19:20:50.952Z] --- PASS: TestInfoDiscoveryBackend (0.54s) [2021-09-16T19:20:50.952Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-09-16T19:20:51.227Z] === RUN TestDockerSuite/TestCpFromCaseB [2021-09-16T19:20:51.797Z] === RUN TestDockerSuite/TestCpFromCaseC [2021-09-16T19:20:51.893Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2021-09-16T19:20:51.893Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-09-16T19:20:52.368Z] === RUN TestDockerSuite/TestCpFromCaseD [2021-09-16T19:20:52.465Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.54s) [2021-09-16T19:20:52.465Z] === RUN TestInfoAPI [2021-09-16T19:20:52.465Z] --- PASS: TestInfoAPI (0.04s) [2021-09-16T19:20:52.465Z] === RUN TestInfoAPIWarnings [2021-09-16T19:20:52.939Z] === RUN TestDockerSuite/TestCpFromCaseE [2021-09-16T19:20:53.510Z] === RUN TestDockerSuite/TestCpFromCaseF [2021-09-16T19:20:53.770Z] === RUN TestDockerSuite/TestCpFromCaseG [2021-09-16T19:20:54.340Z] === RUN TestDockerSuite/TestCpFromCaseH [2021-09-16T19:20:54.939Z] === RUN TestDockerSuite/TestCpFromCaseI [2021-09-16T19:20:55.510Z] === RUN TestDockerSuite/TestCpFromCaseJ [2021-09-16T19:20:56.079Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2021-09-16T19:20:57.019Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2021-09-16T19:20:57.019Z] --- PASS: TestCreateWithDuplicateNetworkNames (13.96s) [2021-09-16T19:20:57.019Z] === RUN TestCreateServiceSecretFileMode [2021-09-16T19:20:57.531Z] Created binary: bundles/cross/linux/ppc64le-daemon/dockerd-dev [2021-09-16T19:20:57.531Z] Building: bundles/cross/linux/ppc64le-daemon/docker-proxy-dev [2021-09-16T19:20:57.531Z] GOOS="linux" GOARCH="ppc64le" GOARM="" [2021-09-16T19:20:57.531Z] Created binary: bundles/cross/linux/ppc64le-daemon/docker-proxy-dev [2021-09-16T19:20:57.531Z] Cross building: bundles/cross/linux/s390x [2021-09-16T19:20:57.531Z] Building: bundles/cross/linux/s390x-daemon/dockerd-dev [2021-09-16T19:20:57.531Z] GOOS="linux" GOARCH="s390x" GOARM="" [2021-09-16T19:20:57.589Z] === RUN TestDockerSuite/TestCpGarbagePath [2021-09-16T19:20:58.158Z] === RUN TestDockerSuite/TestCpLocalOnly [2021-09-16T19:20:58.158Z] === RUN TestDockerSuite/TestCpNameHasColon [2021-09-16T19:20:58.727Z] === RUN TestDockerSuite/TestCpRelativePath [2021-09-16T19:20:59.670Z] === RUN TestDockerSuite/TestCpSpecialFiles [2021-09-16T19:20:59.670Z] --- PASS: TestCreateServiceSecretFileMode (2.83s) [2021-09-16T19:20:59.670Z] === RUN TestCreateServiceConfigFileMode [2021-09-16T19:21:00.239Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2021-09-16T19:21:00.811Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2021-09-16T19:21:01.761Z] === RUN TestDockerSuite/TestCpToCaseA [2021-09-16T19:21:02.702Z] --- PASS: TestCreateServiceConfigFileMode (2.80s) [2021-09-16T19:21:02.702Z] === RUN TestCreateServiceSysctls [2021-09-16T19:21:02.962Z] === RUN TestDockerSuite/TestCpToCaseB [2021-09-16T19:21:03.533Z] === RUN TestDockerSuite/TestCpToCaseC [2021-09-16T19:21:05.445Z] === RUN TestDockerSuite/TestCpToCaseD [2021-09-16T19:21:06.386Z] --- PASS: TestCreateServiceSysctls (3.63s) [2021-09-16T19:21:06.386Z] === RUN TestCreateServiceCapabilities [2021-09-16T19:21:08.297Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeDrainPause [2021-09-16T19:21:09.241Z] === RUN TestDockerSuite/TestCpToCaseE [2021-09-16T19:21:09.241Z] --- PASS: TestCreateServiceCapabilities (3.05s) [2021-09-16T19:21:09.241Z] === RUN TestInspect [2021-09-16T19:21:10.572Z] --- PASS: TestInfoAPIWarnings (16.37s) [2021-09-16T19:21:10.572Z] === RUN TestInfoDebug [2021-09-16T19:21:10.572Z] --- PASS: TestInfoDebug (0.54s) [2021-09-16T19:21:10.572Z] === RUN TestInfoInsecureRegistries [2021-09-16T19:21:10.572Z] --- PASS: TestInfoInsecureRegistries (0.54s) [2021-09-16T19:21:10.572Z] === RUN TestInfoRegistryMirrors [2021-09-16T19:21:10.572Z] --- PASS: TestInfoRegistryMirrors (0.54s) [2021-09-16T19:21:10.572Z] === RUN TestLoginFailsWithBadCredentials [2021-09-16T19:21:10.572Z] --- PASS: TestLoginFailsWithBadCredentials (0.12s) [2021-09-16T19:21:10.572Z] === RUN TestPingCacheHeaders [2021-09-16T19:21:10.572Z] --- PASS: TestPingCacheHeaders (0.04s) [2021-09-16T19:21:10.572Z] === RUN TestPingGet [2021-09-16T19:21:10.624Z] docker_api_swarm_node_test.go:81: [d960421a34114] joining swarm manager [d8348712f2632]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-09-16T19:21:10.833Z] --- PASS: TestPingGet (0.03s) [2021-09-16T19:21:10.833Z] === RUN TestPingHead [2021-09-16T19:21:10.833Z] --- PASS: TestPingHead (0.04s) [2021-09-16T19:21:10.833Z] === RUN TestVersion [2021-09-16T19:21:10.833Z] --- PASS: TestVersion (0.03s) [2021-09-16T19:21:10.833Z] === CONT TestDiskUsage [2021-09-16T19:21:11.405Z] === RUN TestDiskUsage/empty [2021-09-16T19:21:11.405Z] === RUN TestDiskUsage/empty/container_types [2021-09-16T19:21:11.405Z] === RUN TestDiskUsage/empty/image_types [2021-09-16T19:21:11.405Z] === RUN TestDiskUsage/empty/volume_types [2021-09-16T19:21:11.405Z] === RUN TestDiskUsage/empty/build-cache_types [2021-09-16T19:21:11.405Z] === RUN TestDiskUsage/empty/container,_volume_types [2021-09-16T19:21:11.405Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2021-09-16T19:21:11.405Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2021-09-16T19:21:11.405Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2021-09-16T19:21:11.405Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2021-09-16T19:21:11.405Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2021-09-16T19:21:11.405Z] === RUN TestDiskUsage/after_LoadBusybox [2021-09-16T19:21:11.666Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2021-09-16T19:21:11.666Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2021-09-16T19:21:11.666Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2021-09-16T19:21:11.666Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2021-09-16T19:21:11.666Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2021-09-16T19:21:11.666Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2021-09-16T19:21:11.666Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2021-09-16T19:21:11.666Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2021-09-16T19:21:11.666Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2021-09-16T19:21:11.666Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2021-09-16T19:21:11.666Z] === RUN TestDiskUsage/after_container.Run [2021-09-16T19:21:11.927Z] === RUN TestDiskUsage/after_container.Run/container_types [2021-09-16T19:21:11.927Z] === RUN TestDiskUsage/after_container.Run/image_types [2021-09-16T19:21:11.927Z] === RUN TestDiskUsage/after_container.Run/volume_types [2021-09-16T19:21:11.927Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2021-09-16T19:21:11.927Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2021-09-16T19:21:11.927Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2021-09-16T19:21:11.927Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2021-09-16T19:21:11.927Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2021-09-16T19:21:11.927Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2021-09-16T19:21:11.927Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2021-09-16T19:21:12.010Z] === RUN TestDockerSuite/TestCpToCaseF [2021-09-16T19:21:12.188Z] --- PASS: TestDiskUsage (1.43s) [2021-09-16T19:21:12.188Z] --- PASS: TestDiskUsage/empty (0.01s) [2021-09-16T19:21:12.188Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2021-09-16T19:21:12.188Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2021-09-16T19:21:12.188Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2021-09-16T19:21:12.188Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2021-09-16T19:21:12.188Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2021-09-16T19:21:12.188Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2021-09-16T19:21:12.188Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2021-09-16T19:21:12.188Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2021-09-16T19:21:12.188Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2021-09-16T19:21:12.188Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2021-09-16T19:21:12.188Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.27s) [2021-09-16T19:21:12.188Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2021-09-16T19:21:12.188Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2021-09-16T19:21:12.188Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2021-09-16T19:21:12.188Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2021-09-16T19:21:12.188Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2021-09-16T19:21:12.188Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2021-09-16T19:21:12.188Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2021-09-16T19:21:12.188Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2021-09-16T19:21:12.188Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2021-09-16T19:21:12.188Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2021-09-16T19:21:12.188Z] --- PASS: TestDiskUsage/after_container.Run (0.43s) [2021-09-16T19:21:12.188Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.01s) [2021-09-16T19:21:12.188Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2021-09-16T19:21:12.188Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2021-09-16T19:21:12.188Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2021-09-16T19:21:12.188Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2021-09-16T19:21:12.188Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2021-09-16T19:21:12.188Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2021-09-16T19:21:12.188Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2021-09-16T19:21:12.188Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2021-09-16T19:21:12.188Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2021-09-16T19:21:12.188Z] PASS [2021-09-16T19:21:12.188Z] [2021-09-16T19:21:12.188Z] === Skipped [2021-09-16T19:21:12.188Z] === SKIP: arm64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-09-16T19:21:12.188Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-09-16T19:21:12.188Z] [2021-09-16T19:21:12.188Z] DONE 53 tests, 1 skipped in 22.870s [2021-09-16T19:21:12.188Z] Running /go/src/github.com/docker/docker/integration/volume (arm64.integration.volume) flags=-test.v -test.timeout=120m [2021-09-16T19:21:12.188Z] ++ 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-16T19:21:12.188Z] ++ set -e [2021-09-16T19:21:12.188Z] ++ '[' -n 0 ']' [2021-09-16T19:21:12.188Z] ++ set -x [2021-09-16T19:21:12.188Z] ++ env -i DEST=/go/src/github.com/docker/docker/bundles/test-integration DOCKER_API_VERSION= DOCKER_BUILDKIT= DOCKER_INTEGRATION_DAEMON_DEST= DOCKER_TLS_VERIFY= DOCKER_CERT_PATH= DOCKER_ENGINE_GOARCH=arm64 DOCKER_GRAPHDRIVER=overlay2 DOCKER_USERLANDPROXY=true DOCKER_HOST=unix:///go/src/github.com/docker/docker/bundles/test-integration/docker.sock DOCKER_REMAP_ROOT= DOCKER_REMOTE_DAEMON= DOCKER_ROOTLESS= DOCKERFILE=Dockerfile GOCACHE=/root/.cache/go-build GOPATH=/go GOTRACEBACK=all HOME=/go/src/github.com/docker/docker/bundles/test-integration/fake-HOME PATH=/go/src/github.com/docker/docker/bundles/test-integration/../dynbinary-daemon:/go/src/github.com/docker/docker/bundles/test-integration/../binary-daemon:/usr/local/cli:/go/bin:/usr/local/go/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin TEMP= TEST_CLIENT_BINARY=docker gotestsum --format=standard-verbose --jsonfile=/go/src/github.com/docker/docker/bundles/test-integration/arm64-integration-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-16T19:21:12.448Z] INFO: Testing against a local daemon [2021-09-16T19:21:12.448Z] === RUN TestVolumesCreateAndList [2021-09-16T19:21:12.448Z] --- PASS: TestVolumesCreateAndList (0.03s) [2021-09-16T19:21:12.448Z] === RUN TestVolumesRemove [2021-09-16T19:21:12.448Z] --- PASS: TestVolumesRemove (0.08s) [2021-09-16T19:21:12.448Z] === RUN TestVolumesInspect [2021-09-16T19:21:12.448Z] --- PASS: TestVolumesInspect (0.04s) [2021-09-16T19:21:12.448Z] === RUN TestVolumesInvalidJSON [2021-09-16T19:21:12.448Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-09-16T19:21:12.448Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-09-16T19:21:12.448Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-09-16T19:21:12.448Z] --- PASS: TestVolumesInvalidJSON (0.03s) [2021-09-16T19:21:12.448Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-09-16T19:21:12.448Z] PASS [2021-09-16T19:21:12.448Z] [2021-09-16T19:21:12.448Z] DONE 5 tests in 0.286s [2021-09-16T19:21:12.448Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-09-16T19:21:12.967Z] --- PASS: TestInspect (3.75s) [2021-09-16T19:21:12.967Z] === RUN TestCreateJob [2021-09-16T19:21:12.967Z] === RUN TestDockerSuite/TestCpToCaseG [2021-09-16T19:21:13.019Z] ++++ cat bundles/test-integration/docker.pid [2021-09-16T19:21:13.019Z] +++ kill 15104 [2021-09-16T19:21:13.280Z] +++ /etc/init.d/apparmor stop [2021-09-16T19:21:13.280Z] Leaving: AppArmorNo profiles have been unloaded. [2021-09-16T19:21:13.280Z] [2021-09-16T19:21:13.280Z] Unloading profiles will leave already running processes permanently [2021-09-16T19:21:13.280Z] unconfined, which can lead to unexpected situations. [2021-09-16T19:21:13.280Z] [2021-09-16T19:21:13.280Z] To set a process to complain mode, use the command line tool [2021-09-16T19:21:13.280Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-09-16T19:21:13.280Z] +++ true [2021-09-16T19:21:13.280Z] exiting test-integration [2021-09-16T19:21:13.280Z] ++ exit 0 [2021-09-16T19:21:13.280Z] Post stage [Pipeline] junit [2021-09-16T19:21:14.681Z] Recording test results [2021-09-16T19:21:14.963Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-09-16T19:21:15.318Z] + echo Ensuring container killed. [2021-09-16T19:21:15.318Z] Ensuring container killed. [2021-09-16T19:21:15.318Z] + docker rm -vf docker-pr9 [2021-09-16T19:21:15.318Z] Error: No such container: docker-pr9 [Pipeline] sh [2021-09-16T19:21:15.616Z] + echo Chowning /workspace to jenkins user [2021-09-16T19:21:15.616Z] Chowning /workspace to jenkins user [2021-09-16T19:21:15.616Z] + id -u [2021-09-16T19:21:15.616Z] + id -g [2021-09-16T19:21:15.616Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41759:/workspace busybox chown -R 1000:1000 /workspace [2021-09-16T19:21:15.616Z] Unable to find image 'busybox:latest' locally [2021-09-16T19:21:15.878Z] latest: Pulling from library/busybox [2021-09-16T19:21:15.878Z] 7560ee4921c3: Pulling fs layer [2021-09-16T19:21:16.141Z] 7560ee4921c3: Verifying Checksum [2021-09-16T19:21:16.141Z] 7560ee4921c3: Download complete [2021-09-16T19:21:16.141Z] 7560ee4921c3: Pull complete [2021-09-16T19:21:16.141Z] Digest: sha256:52f73a0a43a16cf37cd0720c90887ce972fe60ee06a687ee71fb93a7ca601df7 [2021-09-16T19:21:16.141Z] Status: Downloaded newer image for busybox:latest [2021-09-16T19:21:17.173Z] === RUN TestDockerSuite/TestCpToCaseH [2021-09-16T19:21:17.173Z] --- PASS: TestCreateJob (4.14s) [2021-09-16T19:21:17.173Z] === RUN TestReplicatedJob [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-09-16T19:21:20.472Z] === RUN TestDockerSuite/TestCpToCaseI [2021-09-16T19:21:20.652Z] + bundleName=arm64-integration [2021-09-16T19:21:20.652Z] + echo Creating arm64-integration-bundles.tar.gz [2021-09-16T19:21:20.652Z] Creating arm64-integration-bundles.tar.gz [2021-09-16T19:21:20.652Z] + + find bundles -pathxargs */root/*overlay2 tar -prune -czf arm64-integration-bundles.tar.gz [2021-09-16T19:21:20.652Z] -o -type f ( -name *-report.json -o -name *.log -o -name *.prof -o -name *-report.xml ) -print [2021-09-16T19:21:20.733Z] === RUN TestDockerSuite/TestCpToCaseJ [Pipeline] archiveArtifacts [2021-09-16T19:21:20.927Z] Archiving artifacts [2021-09-16T19:21:23.285Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41759/9/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-09-16T19:21:23.606Z] + make clean [2021-09-16T19:21:24.032Z] --- PASS: TestReplicatedJob (6.90s) [2021-09-16T19:21:24.032Z] === RUN TestUpdateReplicatedJob [2021-09-16T19:21:24.178Z] docker volume rm -f docker-dev-cache [2021-09-16T19:21:24.178Z] docker-dev-cache [Pipeline] deleteDir [2021-09-16T19:21:24.292Z] === RUN TestDockerSuite/TestCpToContainerWithPermissions [2021-09-16T19:21:24.863Z] === RUN TestDockerSuite/TestCpToDot [2021-09-16T19:21:25.124Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeRemove [2021-09-16T19:21:25.384Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2021-09-16T19:21:26.769Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2021-09-16T19:21:27.710Z] docker_api_swarm_node_test.go:53: [daa427c763768] joining swarm manager [df7b255009a2d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-09-16T19:21:28.281Z] --- PASS: TestUpdateReplicatedJob (4.12s) [2021-09-16T19:21:28.281Z] === RUN TestServiceListWithStatuses [2021-09-16T19:21:28.281Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-09-16T19:21:28.281Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-09-16T19:21:28.281Z] === RUN TestDockerNetworkConnectAlias [2021-09-16T19:21:28.281Z] === RUN TestDockerSuite/TestCpToStdout [2021-09-16T19:21:28.541Z] docker_api_swarm_node_test.go:54: [dda1879788285] joining swarm manager [df7b255009a2d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-09-16T19:21:29.111Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-09-16T19:21:30.054Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2021-09-16T19:21:30.315Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2021-09-16T19:21:31.254Z] === RUN TestDockerSuite/TestCpVolumePath [2021-09-16T19:21:32.195Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2021-09-16T19:21:32.195Z] === RUN TestDockerSuite/TestCreateArgs [2021-09-16T19:21:32.195Z] === RUN TestDockerSuite/TestCreateByImageID [2021-09-16T19:21:32.764Z] === RUN TestDockerSuite/TestCreateEchoStdout [2021-09-16T19:21:33.025Z] --- PASS: TestDockerNetworkConnectAlias (4.82s) [2021-09-16T19:21:33.025Z] === RUN TestDockerNetworkReConnect [2021-09-16T19:21:33.025Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2021-09-16T19:21:33.025Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2021-09-16T19:21:33.025Z] === RUN TestDockerSuite/TestCreateHostConfig [2021-09-16T19:21:33.285Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2021-09-16T19:21:33.859Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2021-09-16T19:21:34.119Z] === RUN TestDockerSuite/TestCreateLabels [2021-09-16T19:21:34.119Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2021-09-16T19:21:34.119Z] === RUN TestDockerSuite/TestCreateRM [2021-09-16T19:21:34.380Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2021-09-16T19:21:34.380Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-09-16T19:21:34.380Z] === RUN TestDockerSuite/TestCreateStopSignal [2021-09-16T19:21:34.380Z] === RUN TestDockerSuite/TestCreateStopTimeout [2021-09-16T19:21:34.380Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2021-09-16T19:21:36.922Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2021-09-16T19:21:36.922Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2021-09-16T19:21:36.922Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2021-09-16T19:21:36.922Z] --- PASS: TestDockerNetworkReConnect (4.06s) [2021-09-16T19:21:36.922Z] === RUN TestServicePlugin [2021-09-16T19:21:41.128Z] === RUN TestDockerSuite/TestCreateWithPortRange [2021-09-16T19:21:41.128Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2021-09-16T19:21:41.128Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2021-09-16T19:21:41.128Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2021-09-16T19:21:41.128Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2021-09-16T19:21:41.128Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2021-09-16T19:21:41.128Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2021-09-16T19:21:41.388Z] plugin_test.go:61: [d7c3662c72de1] joining swarm manager [d0214512e3fe6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-09-16T19:21:42.329Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2021-09-16T19:21:42.900Z] plugin_test.go:64: [dfc4f4879d568] joining swarm manager [d0214512e3fe6]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-09-16T19:21:42.900Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2021-09-16T19:21:44.283Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2021-09-16T19:21:45.224Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2021-09-16T19:21:45.796Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2021-09-16T19:21:46.366Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2021-09-16T19:21:46.366Z] === RUN TestDockerSuite/TestDevicePermissions [2021-09-16T19:21:46.936Z] === RUN TestDockerSuite/TestDockerFails [2021-09-16T19:21:46.936Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetwork [2021-09-16T19:21:46.936Z] === RUN TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent [2021-09-16T19:21:46.936Z] === RUN TestDockerSuite/TestDockerInspectNetworkWithContainerName [2021-09-16T19:21:47.875Z] === RUN TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange [2021-09-16T19:21:48.445Z] === RUN TestDockerSuite/TestDockerNetworkDeleteMultiple [2021-09-16T19:21:49.386Z] === RUN TestDockerSuite/TestDockerNetworkDeleteNotExists [2021-09-16T19:21:49.386Z] === RUN TestDockerSuite/TestDockerNetworkInspect [2021-09-16T19:21:49.386Z] === RUN TestDockerSuite/TestDockerNetworkInspectWithID [2021-09-16T19:21:49.646Z] === RUN TestDockerSuite/TestDockerNetworkInternalMode [2021-09-16T19:21:56.221Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2021-09-16T19:21:57.174Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2021-09-16T19:21:59.085Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2021-09-16T19:22:00.027Z] === RUN TestDockerSuite/TestEmbeddedDNSInvalidInput [2021-09-16T19:22:00.600Z] === RUN TestDockerSwarmSuite/TestAPISwarmNodeUpdate [2021-09-16T19:22:00.600Z] === RUN TestDockerSuite/TestEventsAttach [2021-09-16T19:22:01.172Z] === RUN TestDockerSuite/TestEventsCommit [2021-09-16T19:22:01.746Z] === RUN TestDockerSuite/TestEventsContainerEvents [2021-09-16T19:22:02.688Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2021-09-16T19:22:02.948Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2021-09-16T19:22:03.518Z] === RUN TestDockerSuite/TestEventsContainerFilterBeforeCreate [2021-09-16T19:22:04.087Z] --- PASS: TestServicePlugin (27.05s) [2021-09-16T19:22:04.087Z] === RUN TestServiceUpdateLabel [2021-09-16T19:22:05.028Z] === RUN TestDockerSuite/TestEventsContainerFilterByName [2021-09-16T19:22:06.410Z] === RUN TestDockerSuite/TestEventsContainerRestart [2021-09-16T19:22:06.670Z] --- PASS: TestServiceUpdateLabel (2.65s) [2021-09-16T19:22:06.670Z] === RUN TestServiceUpdateSecrets [2021-09-16T19:22:06.930Z] === RUN TestDockerSwarmSuite/TestAPISwarmPromoteDemote [2021-09-16T19:22:09.473Z] === RUN TestDockerSuite/TestEventsContainerWithMultiNetwork [2021-09-16T19:22:09.473Z] docker_api_swarm_test.go:202: [da2ec0d73e09c] joining swarm manager [de52dd4792ba4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-09-16T19:22:11.383Z] === RUN TestDockerSuite/TestEventsCopy [2021-09-16T19:22:11.953Z] === RUN TestDockerSuite/TestEventsFilterContainer [2021-09-16T19:22:12.895Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2021-09-16T19:22:13.465Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2021-09-16T19:22:13.724Z] === RUN TestDockerSuite/TestEventsFilterImageName [2021-09-16T19:22:14.663Z] === RUN TestDockerSuite/TestEventsFilterLabels [2021-09-16T19:22:15.233Z] === RUN TestDockerSuite/TestEventsFilterNetworkID [2021-09-16T19:22:15.233Z] === RUN TestDockerSuite/TestEventsFilterType [2021-09-16T19:22:15.508Z] === RUN TestDockerSuite/TestEventsFilterVolumeAndNetworkType [2021-09-16T19:22:15.789Z] === RUN TestDockerSuite/TestEventsFilterVolumeID [2021-09-16T19:22:15.789Z] === RUN TestDockerSuite/TestEventsFilters [2021-09-16T19:22:16.731Z] === RUN TestDockerSuite/TestEventsFormat [2021-09-16T19:22:17.670Z] === RUN TestDockerSuite/TestEventsFormatBadField [2021-09-16T19:22:17.670Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2021-09-16T19:22:17.670Z] === RUN TestDockerSuite/TestEventsImageImport [2021-09-16T19:22:18.241Z] === RUN TestDockerSuite/TestEventsImageLoad [2021-09-16T19:22:18.500Z] === RUN TestDockerSuite/TestEventsImagePull [2021-09-16T19:22:18.965Z] Created binary: bundles/cross/linux/s390x-daemon/dockerd-dev [2021-09-16T19:22:18.965Z] Building: bundles/cross/linux/s390x-daemon/docker-proxy-dev [2021-09-16T19:22:18.965Z] GOOS="linux" GOARCH="s390x" GOARM="" [2021-09-16T19:22:18.965Z] Created binary: bundles/cross/linux/s390x-daemon/docker-proxy-dev [2021-09-16T19:22:18.965Z] [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Unit tests) [Pipeline] sh [2021-09-16T19:22:19.070Z] === RUN TestDockerSuite/TestEventsImageTag [2021-09-16T19:22:19.338Z] + sudo modprobe ip6table_filter [Pipeline] sh [2021-09-16T19:22:19.636Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41759/bundles:/go/src/github.com/docker/docker/bundles --name docker-pr9 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=e187eb2bb5f0c3f899fe643e95d1af8c57e89a73 -e DOCKER_GRAPHDRIVER -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:e187eb2bb5f0c3f899fe643e95d1af8c57e89a73 hack/test/unit [2021-09-16T19:22:20.009Z] === RUN TestDockerSuite/TestEventsImageUntagDelete [2021-09-16T19:22:20.212Z] + BUILDFLAGS=(-tags 'netgo seccomp libdm_no_deferred_remove') [2021-09-16T19:22:20.212Z] + TESTFLAGS+=' -test.timeout=5m' [2021-09-16T19:22:20.212Z] + TESTDIRS=./... [2021-09-16T19:22:20.212Z] + exclude_paths='/vendor/|/integration' [2021-09-16T19:22:20.212Z] ++ go list ./... [2021-09-16T19:22:20.212Z] ++ grep -vE '(/vendor/|/integration)' [2021-09-16T19:22:20.268Z] === RUN TestDockerSuite/TestEventsOOMDisableFalse [2021-09-16T19:22:20.268Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2021-09-16T19:22:20.268Z] === RUN TestDockerSuite/TestEventsOOMDisableTrue [2021-09-16T19:22:20.268Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2021-09-16T19:22:20.268Z] === RUN TestDockerSuite/TestEventsPluginOps [2021-09-16T19:22:21.149Z] + pkg_list='github.com/docker/docker/api [2021-09-16T19:22:21.149Z] github.com/docker/docker/api/server [2021-09-16T19:22:21.149Z] github.com/docker/docker/api/server/backend/build [2021-09-16T19:22:21.149Z] github.com/docker/docker/api/server/httputils [2021-09-16T19:22:21.149Z] github.com/docker/docker/api/server/middleware [2021-09-16T19:22:21.149Z] github.com/docker/docker/api/server/router [2021-09-16T19:22:21.149Z] github.com/docker/docker/api/server/router/build [2021-09-16T19:22:21.149Z] github.com/docker/docker/api/server/router/checkpoint [2021-09-16T19:22:21.149Z] github.com/docker/docker/api/server/router/container [2021-09-16T19:22:21.149Z] github.com/docker/docker/api/server/router/debug [2021-09-16T19:22:21.149Z] github.com/docker/docker/api/server/router/distribution [2021-09-16T19:22:21.149Z] github.com/docker/docker/api/server/router/grpc [2021-09-16T19:22:21.149Z] github.com/docker/docker/api/server/router/image [2021-09-16T19:22:21.149Z] github.com/docker/docker/api/server/router/network [2021-09-16T19:22:21.149Z] github.com/docker/docker/api/server/router/plugin [2021-09-16T19:22:21.149Z] github.com/docker/docker/api/server/router/session [2021-09-16T19:22:21.149Z] github.com/docker/docker/api/server/router/swarm [2021-09-16T19:22:21.149Z] github.com/docker/docker/api/server/router/system [2021-09-16T19:22:21.149Z] github.com/docker/docker/api/server/router/volume [2021-09-16T19:22:21.149Z] github.com/docker/docker/api/types [2021-09-16T19:22:21.149Z] github.com/docker/docker/api/types/backend [2021-09-16T19:22:21.149Z] github.com/docker/docker/api/types/blkiodev [2021-09-16T19:22:21.149Z] github.com/docker/docker/api/types/container [2021-09-16T19:22:21.149Z] github.com/docker/docker/api/types/events [2021-09-16T19:22:21.149Z] github.com/docker/docker/api/types/filters [2021-09-16T19:22:21.149Z] github.com/docker/docker/api/types/image [2021-09-16T19:22:21.149Z] github.com/docker/docker/api/types/mount [2021-09-16T19:22:21.149Z] github.com/docker/docker/api/types/network [2021-09-16T19:22:21.149Z] github.com/docker/docker/api/types/plugins/logdriver [2021-09-16T19:22:21.149Z] github.com/docker/docker/api/types/registry [2021-09-16T19:22:21.149Z] github.com/docker/docker/api/types/strslice [2021-09-16T19:22:21.149Z] github.com/docker/docker/api/types/swarm [2021-09-16T19:22:21.149Z] github.com/docker/docker/api/types/swarm/runtime [2021-09-16T19:22:21.149Z] github.com/docker/docker/api/types/time [2021-09-16T19:22:21.149Z] github.com/docker/docker/api/types/versions [2021-09-16T19:22:21.149Z] github.com/docker/docker/api/types/versions/v1p19 [2021-09-16T19:22:21.149Z] github.com/docker/docker/api/types/versions/v1p20 [2021-09-16T19:22:21.149Z] github.com/docker/docker/api/types/volume [2021-09-16T19:22:21.149Z] github.com/docker/docker/builder [2021-09-16T19:22:21.149Z] github.com/docker/docker/builder/builder-next [2021-09-16T19:22:21.149Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2021-09-16T19:22:21.149Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2021-09-16T19:22:21.149Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2021-09-16T19:22:21.149Z] github.com/docker/docker/builder/builder-next/exporter [2021-09-16T19:22:21.149Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2021-09-16T19:22:21.149Z] github.com/docker/docker/builder/builder-next/worker [2021-09-16T19:22:21.149Z] github.com/docker/docker/builder/dockerfile [2021-09-16T19:22:21.149Z] github.com/docker/docker/builder/dockerignore [2021-09-16T19:22:21.149Z] github.com/docker/docker/builder/remotecontext [2021-09-16T19:22:21.149Z] github.com/docker/docker/builder/remotecontext/git [2021-09-16T19:22:21.149Z] github.com/docker/docker/cli [2021-09-16T19:22:21.149Z] github.com/docker/docker/cli/config [2021-09-16T19:22:21.149Z] github.com/docker/docker/cli/debug [2021-09-16T19:22:21.149Z] github.com/docker/docker/client [2021-09-16T19:22:21.149Z] github.com/docker/docker/cmd/docker-proxy [2021-09-16T19:22:21.149Z] github.com/docker/docker/cmd/dockerd [2021-09-16T19:22:21.149Z] github.com/docker/docker/cmd/dockerd/trap [2021-09-16T19:22:21.149Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2021-09-16T19:22:21.149Z] github.com/docker/docker/container [2021-09-16T19:22:21.149Z] github.com/docker/docker/container/stream [2021-09-16T19:22:21.149Z] github.com/docker/docker/contrib/apparmor [2021-09-16T19:22:21.149Z] github.com/docker/docker/contrib/docker-device-tool [2021-09-16T19:22:21.149Z] github.com/docker/docker/contrib/httpserver [2021-09-16T19:22:21.149Z] github.com/docker/docker/daemon [2021-09-16T19:22:21.149Z] github.com/docker/docker/daemon/cluster [2021-09-16T19:22:21.149Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2021-09-16T19:22:21.149Z] github.com/docker/docker/daemon/cluster/convert [2021-09-16T19:22:21.149Z] github.com/docker/docker/daemon/cluster/executor [2021-09-16T19:22:21.149Z] github.com/docker/docker/daemon/cluster/executor/container [2021-09-16T19:22:21.149Z] github.com/docker/docker/daemon/cluster/provider [2021-09-16T19:22:21.149Z] github.com/docker/docker/daemon/config [2021-09-16T19:22:21.149Z] github.com/docker/docker/daemon/discovery [2021-09-16T19:22:21.149Z] github.com/docker/docker/daemon/events [2021-09-16T19:22:21.149Z] github.com/docker/docker/daemon/events/testutils [2021-09-16T19:22:21.149Z] github.com/docker/docker/daemon/exec [2021-09-16T19:22:21.149Z] github.com/docker/docker/daemon/graphdriver [2021-09-16T19:22:21.149Z] github.com/docker/docker/daemon/graphdriver/aufs [2021-09-16T19:22:21.149Z] github.com/docker/docker/daemon/graphdriver/btrfs [2021-09-16T19:22:21.149Z] github.com/docker/docker/daemon/graphdriver/copy [2021-09-16T19:22:21.149Z] github.com/docker/docker/daemon/graphdriver/devmapper [2021-09-16T19:22:21.149Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2021-09-16T19:22:21.149Z] github.com/docker/docker/daemon/graphdriver/graphtest [2021-09-16T19:22:21.149Z] github.com/docker/docker/daemon/graphdriver/overlay [2021-09-16T19:22:21.149Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2021-09-16T19:22:21.149Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2021-09-16T19:22:21.149Z] github.com/docker/docker/daemon/graphdriver/register [2021-09-16T19:22:21.149Z] github.com/docker/docker/daemon/graphdriver/vfs [2021-09-16T19:22:21.149Z] github.com/docker/docker/daemon/graphdriver/zfs [2021-09-16T19:22:21.149Z] github.com/docker/docker/daemon/images [2021-09-16T19:22:21.149Z] github.com/docker/docker/daemon/initlayer [2021-09-16T19:22:21.149Z] github.com/docker/docker/daemon/links [2021-09-16T19:22:21.149Z] github.com/docker/docker/daemon/listeners [2021-09-16T19:22:21.149Z] github.com/docker/docker/daemon/logger [2021-09-16T19:22:21.149Z] github.com/docker/docker/daemon/logger/awslogs [2021-09-16T19:22:21.149Z] github.com/docker/docker/daemon/logger/fluentd [2021-09-16T19:22:21.149Z] github.com/docker/docker/daemon/logger/gcplogs [2021-09-16T19:22:21.149Z] github.com/docker/docker/daemon/logger/gelf [2021-09-16T19:22:21.149Z] github.com/docker/docker/daemon/logger/journald [2021-09-16T19:22:21.149Z] github.com/docker/docker/daemon/logger/jsonfilelog [2021-09-16T19:22:21.149Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2021-09-16T19:22:21.149Z] github.com/docker/docker/daemon/logger/local [2021-09-16T19:22:21.149Z] github.com/docker/docker/daemon/logger/logentries [2021-09-16T19:22:21.149Z] github.com/docker/docker/daemon/logger/loggerutils [2021-09-16T19:22:21.149Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2021-09-16T19:22:21.149Z] github.com/docker/docker/daemon/logger/splunk [2021-09-16T19:22:21.149Z] github.com/docker/docker/daemon/logger/syslog [2021-09-16T19:22:21.149Z] github.com/docker/docker/daemon/logger/templates [2021-09-16T19:22:21.149Z] github.com/docker/docker/daemon/names [2021-09-16T19:22:21.149Z] github.com/docker/docker/daemon/network [2021-09-16T19:22:21.149Z] github.com/docker/docker/daemon/stats [2021-09-16T19:22:21.149Z] github.com/docker/docker/distribution [2021-09-16T19:22:21.149Z] github.com/docker/docker/distribution/metadata [2021-09-16T19:22:21.149Z] github.com/docker/docker/distribution/utils [2021-09-16T19:22:21.149Z] github.com/docker/docker/distribution/xfer [2021-09-16T19:22:21.149Z] github.com/docker/docker/dockerversion [2021-09-16T19:22:21.149Z] github.com/docker/docker/errdefs [2021-09-16T19:22:21.149Z] github.com/docker/docker/image [2021-09-16T19:22:21.149Z] github.com/docker/docker/image/cache [2021-09-16T19:22:21.149Z] github.com/docker/docker/image/tarexport [2021-09-16T19:22:21.149Z] github.com/docker/docker/image/v1 [2021-09-16T19:22:21.149Z] github.com/docker/docker/internal/test/suite [2021-09-16T19:22:21.149Z] github.com/docker/docker/layer [2021-09-16T19:22:21.149Z] github.com/docker/docker/libcontainerd [2021-09-16T19:22:21.149Z] github.com/docker/docker/libcontainerd/queue [2021-09-16T19:22:21.149Z] github.com/docker/docker/libcontainerd/remote [2021-09-16T19:22:21.149Z] github.com/docker/docker/libcontainerd/supervisor [2021-09-16T19:22:21.149Z] github.com/docker/docker/libcontainerd/types [2021-09-16T19:22:21.149Z] github.com/docker/docker/libnetwork [2021-09-16T19:22:21.149Z] github.com/docker/docker/libnetwork/bitseq [2021-09-16T19:22:21.149Z] github.com/docker/docker/libnetwork/cluster [2021-09-16T19:22:21.149Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2021-09-16T19:22:21.149Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2021-09-16T19:22:21.149Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2021-09-16T19:22:21.149Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2021-09-16T19:22:21.149Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2021-09-16T19:22:21.149Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2021-09-16T19:22:21.149Z] github.com/docker/docker/libnetwork/cmd/readme_test [2021-09-16T19:22:21.149Z] github.com/docker/docker/libnetwork/config [2021-09-16T19:22:21.149Z] github.com/docker/docker/libnetwork/datastore [2021-09-16T19:22:21.149Z] github.com/docker/docker/libnetwork/diagnostic [2021-09-16T19:22:21.149Z] github.com/docker/docker/libnetwork/discoverapi [2021-09-16T19:22:21.149Z] github.com/docker/docker/libnetwork/driverapi [2021-09-16T19:22:21.149Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-09-16T19:22:21.149Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-09-16T19:22:21.149Z] github.com/docker/docker/libnetwork/drivers/host [2021-09-16T19:22:21.149Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2021-09-16T19:22:21.149Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2021-09-16T19:22:21.149Z] github.com/docker/docker/libnetwork/drivers/macvlan [2021-09-16T19:22:21.149Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2021-09-16T19:22:21.149Z] github.com/docker/docker/libnetwork/drivers/null [2021-09-16T19:22:21.149Z] github.com/docker/docker/libnetwork/drivers/overlay [2021-09-16T19:22:21.149Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2021-09-16T19:22:21.149Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2021-09-16T19:22:21.149Z] github.com/docker/docker/libnetwork/drivers/remote [2021-09-16T19:22:21.149Z] github.com/docker/docker/libnetwork/drivers/remote/api [2021-09-16T19:22:21.149Z] github.com/docker/docker/libnetwork/drivers/windows [2021-09-16T19:22:21.149Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2021-09-16T19:22:21.149Z] github.com/docker/docker/libnetwork/drvregistry [2021-09-16T19:22:21.149Z] github.com/docker/docker/libnetwork/etchosts [2021-09-16T19:22:21.149Z] github.com/docker/docker/libnetwork/hostdiscovery [2021-09-16T19:22:21.149Z] github.com/docker/docker/libnetwork/idm [2021-09-16T19:22:21.149Z] github.com/docker/docker/libnetwork/internal/caller [2021-09-16T19:22:21.149Z] github.com/docker/docker/libnetwork/internal/setmatrix [2021-09-16T19:22:21.149Z] github.com/docker/docker/libnetwork/ipam [2021-09-16T19:22:21.149Z] github.com/docker/docker/libnetwork/ipamapi [2021-09-16T19:22:21.149Z] github.com/docker/docker/libnetwork/ipams/builtin [2021-09-16T19:22:21.149Z] github.com/docker/docker/libnetwork/ipams/null [2021-09-16T19:22:21.149Z] github.com/docker/docker/libnetwork/ipams/remote [2021-09-16T19:22:21.149Z] github.com/docker/docker/libnetwork/ipams/remote/api [2021-09-16T19:22:21.149Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2021-09-16T19:22:21.149Z] github.com/docker/docker/libnetwork/ipamutils [2021-09-16T19:22:21.149Z] github.com/docker/docker/libnetwork/iptables [2021-09-16T19:22:21.149Z] github.com/docker/docker/libnetwork/netlabel [2021-09-16T19:22:21.149Z] github.com/docker/docker/libnetwork/netutils [2021-09-16T19:22:21.149Z] github.com/docker/docker/libnetwork/networkdb [2021-09-16T19:22:21.149Z] github.com/docker/docker/libnetwork/ns [2021-09-16T19:22:21.149Z] github.com/docker/docker/libnetwork/options [2021-09-16T19:22:21.149Z] github.com/docker/docker/libnetwork/osl [2021-09-16T19:22:21.150Z] github.com/docker/docker/libnetwork/osl/kernel [2021-09-16T19:22:21.150Z] github.com/docker/docker/libnetwork/portallocator [2021-09-16T19:22:21.150Z] github.com/docker/docker/libnetwork/portmapper [2021-09-16T19:22:21.150Z] github.com/docker/docker/libnetwork/resolvconf [2021-09-16T19:22:21.150Z] github.com/docker/docker/libnetwork/testutils [2021-09-16T19:22:21.150Z] github.com/docker/docker/libnetwork/types [2021-09-16T19:22:21.150Z] github.com/docker/docker/oci [2021-09-16T19:22:21.150Z] github.com/docker/docker/oci/caps [2021-09-16T19:22:21.150Z] github.com/docker/docker/opts [2021-09-16T19:22:21.150Z] github.com/docker/docker/pkg/aaparser [2021-09-16T19:22:21.150Z] github.com/docker/docker/pkg/archive [2021-09-16T19:22:21.150Z] github.com/docker/docker/pkg/authorization [2021-09-16T19:22:21.150Z] github.com/docker/docker/pkg/broadcaster [2021-09-16T19:22:21.150Z] github.com/docker/docker/pkg/capabilities [2021-09-16T19:22:21.150Z] github.com/docker/docker/pkg/chrootarchive [2021-09-16T19:22:21.150Z] github.com/docker/docker/pkg/containerfs [2021-09-16T19:22:21.150Z] github.com/docker/docker/pkg/devicemapper [2021-09-16T19:22:21.150Z] github.com/docker/docker/pkg/directory [2021-09-16T19:22:21.150Z] github.com/docker/docker/pkg/discovery [2021-09-16T19:22:21.150Z] github.com/docker/docker/pkg/discovery/file [2021-09-16T19:22:21.150Z] github.com/docker/docker/pkg/discovery/kv [2021-09-16T19:22:21.150Z] github.com/docker/docker/pkg/discovery/memory [2021-09-16T19:22:21.150Z] github.com/docker/docker/pkg/discovery/nodes [2021-09-16T19:22:21.150Z] github.com/docker/docker/pkg/dmesg [2021-09-16T19:22:21.150Z] github.com/docker/docker/pkg/filenotify [2021-09-16T19:22:21.150Z] github.com/docker/docker/pkg/fileutils [2021-09-16T19:22:21.150Z] github.com/docker/docker/pkg/fsutils [2021-09-16T19:22:21.150Z] github.com/docker/docker/pkg/homedir [2021-09-16T19:22:21.150Z] github.com/docker/docker/pkg/idtools [2021-09-16T19:22:21.150Z] github.com/docker/docker/pkg/ioutils [2021-09-16T19:22:21.150Z] github.com/docker/docker/pkg/jsonmessage [2021-09-16T19:22:21.150Z] github.com/docker/docker/pkg/locker [2021-09-16T19:22:21.150Z] github.com/docker/docker/pkg/longpath [2021-09-16T19:22:21.150Z] github.com/docker/docker/pkg/loopback [2021-09-16T19:22:21.150Z] github.com/docker/docker/pkg/mount [2021-09-16T19:22:21.150Z] github.com/docker/docker/pkg/namesgenerator [2021-09-16T19:22:21.150Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [2021-09-16T19:22:21.150Z] github.com/docker/docker/pkg/parsers [2021-09-16T19:22:21.150Z] github.com/docker/docker/pkg/parsers/kernel [2021-09-16T19:22:21.150Z] github.com/docker/docker/pkg/parsers/operatingsystem [2021-09-16T19:22:21.150Z] github.com/docker/docker/pkg/pidfile [2021-09-16T19:22:21.150Z] github.com/docker/docker/pkg/platform [2021-09-16T19:22:21.150Z] github.com/docker/docker/pkg/plugingetter [2021-09-16T19:22:21.150Z] github.com/docker/docker/pkg/plugins [2021-09-16T19:22:21.150Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2021-09-16T19:22:21.150Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2021-09-16T19:22:21.150Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2021-09-16T19:22:21.150Z] github.com/docker/docker/pkg/plugins/transport [2021-09-16T19:22:21.150Z] github.com/docker/docker/pkg/pools [2021-09-16T19:22:21.150Z] github.com/docker/docker/pkg/progress [2021-09-16T19:22:21.150Z] github.com/docker/docker/pkg/pubsub [2021-09-16T19:22:21.150Z] github.com/docker/docker/pkg/reexec [2021-09-16T19:22:21.150Z] github.com/docker/docker/pkg/signal [2021-09-16T19:22:21.150Z] github.com/docker/docker/pkg/stack [2021-09-16T19:22:21.150Z] github.com/docker/docker/pkg/stdcopy [2021-09-16T19:22:21.150Z] github.com/docker/docker/pkg/streamformatter [2021-09-16T19:22:21.150Z] github.com/docker/docker/pkg/stringid [2021-09-16T19:22:21.150Z] github.com/docker/docker/pkg/symlink [2021-09-16T19:22:21.150Z] github.com/docker/docker/pkg/sysinfo [2021-09-16T19:22:21.150Z] github.com/docker/docker/pkg/system [2021-09-16T19:22:21.150Z] github.com/docker/docker/pkg/tailfile [2021-09-16T19:22:21.150Z] github.com/docker/docker/pkg/tarsum [2021-09-16T19:22:21.150Z] github.com/docker/docker/pkg/term [2021-09-16T19:22:21.150Z] github.com/docker/docker/pkg/term/windows [2021-09-16T19:22:21.150Z] github.com/docker/docker/pkg/truncindex [2021-09-16T19:22:21.150Z] github.com/docker/docker/pkg/urlutil [2021-09-16T19:22:21.150Z] github.com/docker/docker/pkg/useragent [2021-09-16T19:22:21.150Z] github.com/docker/docker/plugin [2021-09-16T19:22:21.150Z] github.com/docker/docker/plugin/executor/containerd [2021-09-16T19:22:21.150Z] github.com/docker/docker/plugin/v2 [2021-09-16T19:22:21.150Z] github.com/docker/docker/profiles/apparmor [2021-09-16T19:22:21.150Z] github.com/docker/docker/profiles/seccomp [2021-09-16T19:22:21.150Z] github.com/docker/docker/quota [2021-09-16T19:22:21.150Z] github.com/docker/docker/reference [2021-09-16T19:22:21.150Z] github.com/docker/docker/registry [2021-09-16T19:22:21.150Z] github.com/docker/docker/registry/resumable [2021-09-16T19:22:21.150Z] github.com/docker/docker/restartmanager [2021-09-16T19:22:21.150Z] github.com/docker/docker/rootless [2021-09-16T19:22:21.150Z] github.com/docker/docker/rootless/specconv [2021-09-16T19:22:21.150Z] github.com/docker/docker/runconfig [2021-09-16T19:22:21.150Z] github.com/docker/docker/runconfig/opts [2021-09-16T19:22:21.150Z] github.com/docker/docker/testutil [2021-09-16T19:22:21.150Z] github.com/docker/docker/testutil/daemon [2021-09-16T19:22:21.150Z] github.com/docker/docker/testutil/environment [2021-09-16T19:22:21.150Z] github.com/docker/docker/testutil/fakecontext [2021-09-16T19:22:21.150Z] github.com/docker/docker/testutil/fakegit [2021-09-16T19:22:21.150Z] github.com/docker/docker/testutil/fakestorage [2021-09-16T19:22:21.150Z] github.com/docker/docker/testutil/fixtures/load [2021-09-16T19:22:21.150Z] github.com/docker/docker/testutil/fixtures/plugin [2021-09-16T19:22:21.150Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2021-09-16T19:22:21.150Z] github.com/docker/docker/testutil/registry [2021-09-16T19:22:21.150Z] github.com/docker/docker/testutil/request [2021-09-16T19:22:21.150Z] github.com/docker/docker/volume [2021-09-16T19:22:21.150Z] github.com/docker/docker/volume/drivers [2021-09-16T19:22:21.150Z] github.com/docker/docker/volume/local [2021-09-16T19:22:21.150Z] github.com/docker/docker/volume/mounts [2021-09-16T19:22:21.150Z] github.com/docker/docker/volume/service [2021-09-16T19:22:21.150Z] github.com/docker/docker/volume/service/opts [2021-09-16T19:22:21.150Z] github.com/docker/docker/volume/testutils' [2021-09-16T19:22:21.150Z] ++ echo 'github.com/docker/docker/api [2021-09-16T19:22:21.150Z] github.com/docker/docker/api/server [2021-09-16T19:22:21.150Z] github.com/docker/docker/api/server/backend/build [2021-09-16T19:22:21.150Z] github.com/docker/docker/api/server/httputils [2021-09-16T19:22:21.150Z] github.com/docker/docker/api/server/middleware [2021-09-16T19:22:21.150Z] github.com/docker/docker/api/server/router [2021-09-16T19:22:21.150Z] github.com/docker/docker/api/server/router/build [2021-09-16T19:22:21.150Z] github.com/docker/docker/api/server/router/checkpoint [2021-09-16T19:22:21.150Z] github.com/docker/docker/api/server/router/container [2021-09-16T19:22:21.150Z] github.com/docker/docker/api/server/router/debug [2021-09-16T19:22:21.150Z] github.com/docker/docker/api/server/router/distribution [2021-09-16T19:22:21.150Z] github.com/docker/docker/api/server/router/grpc [2021-09-16T19:22:21.150Z] github.com/docker/docker/api/server/router/image [2021-09-16T19:22:21.150Z] github.com/docker/docker/api/server/router/network [2021-09-16T19:22:21.150Z] github.com/docker/docker/api/server/router/plugin [2021-09-16T19:22:21.150Z] github.com/docker/docker/api/server/router/session [2021-09-16T19:22:21.150Z] github.com/docker/docker/api/server/router/swarm [2021-09-16T19:22:21.150Z] github.com/docker/docker/api/server/router/system [2021-09-16T19:22:21.150Z] github.com/docker/docker/api/server/router/volume [2021-09-16T19:22:21.150Z] github.com/docker/docker/api/types [2021-09-16T19:22:21.150Z] github.com/docker/docker/api/types/backend [2021-09-16T19:22:21.150Z] github.com/docker/docker/api/types/blkiodev [2021-09-16T19:22:21.150Z] github.com/docker/docker/api/types/container [2021-09-16T19:22:21.150Z] github.com/docker/docker/api/types/events [2021-09-16T19:22:21.150Z] github.com/docker/docker/api/types/filters [2021-09-16T19:22:21.150Z] github.com/docker/docker/api/types/image [2021-09-16T19:22:21.150Z] github.com/docker/docker/api/types/mount [2021-09-16T19:22:21.150Z] github.com/docker/docker/api/types/network [2021-09-16T19:22:21.150Z] github.com/docker/docker/api/types/plugins/logdriver [2021-09-16T19:22:21.150Z] github.com/docker/docker/api/types/registry [2021-09-16T19:22:21.150Z] github.com/docker/docker/api/types/strslice [2021-09-16T19:22:21.150Z] github.com/docker/docker/api/types/swarm [2021-09-16T19:22:21.150Z] github.com/docker/docker/api/types/swarm/runtime [2021-09-16T19:22:21.150Z] github.com/docker/docker/api/types/time [2021-09-16T19:22:21.150Z] github.com/docker/docker/api/types/versions [2021-09-16T19:22:21.150Z] github.com/docker/docker/api/types/versions/v1p19 [2021-09-16T19:22:21.150Z] github.com/docker/docker/api/types/versions/v1p20 [2021-09-16T19:22:21.150Z] github.com/docker/docker/api/types/volume [2021-09-16T19:22:21.150Z] github.com/docker/docker/builder [2021-09-16T19:22:21.150Z] github.com/docker/docker/builder/builder-next [2021-09-16T19:22:21.150Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2021-09-16T19:22:21.150Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2021-09-16T19:22:21.150Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2021-09-16T19:22:21.150Z] github.com/docker/docker/builder/builder-next/exporter [2021-09-16T19:22:21.150Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2021-09-16T19:22:21.150Z] github.com/docker/docker/builder/builder-next/worker [2021-09-16T19:22:21.150Z] github.com/docker/docker/builder/dockerfile [2021-09-16T19:22:21.150Z] github.com/docker/docker/builder/dockerignore [2021-09-16T19:22:21.150Z] github.com/docker/docker/builder/remotecontext [2021-09-16T19:22:21.150Z] github.com/docker/docker/builder/remotecontext/git [2021-09-16T19:22:21.150Z] github.com/docker/docker/cli [2021-09-16T19:22:21.150Z] github.com/docker/docker/cli/config [2021-09-16T19:22:21.150Z] github.com/docker/docker/cli/debug [2021-09-16T19:22:21.150Z] github.com/docker/docker/client [2021-09-16T19:22:21.150Z] github.com/docker/docker/cmd/docker-proxy [2021-09-16T19:22:21.150Z] github.com/docker/docker/cmd/dockerd [2021-09-16T19:22:21.150Z] github.com/docker/docker/cmd/dockerd/trap [2021-09-16T19:22:21.150Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2021-09-16T19:22:21.150Z] github.com/docker/docker/container [2021-09-16T19:22:21.150Z] github.com/docker/docker/container/stream [2021-09-16T19:22:21.150Z] github.com/docker/docker/contrib/apparmor [2021-09-16T19:22:21.150Z] github.com/docker/docker/contrib/docker-device-tool [2021-09-16T19:22:21.150Z] github.com/docker/docker/contrib/httpserver [2021-09-16T19:22:21.150Z] github.com/docker/docker/daemon [2021-09-16T19:22:21.150Z] github.com/docker/docker/daemon/cluster [2021-09-16T19:22:21.150Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2021-09-16T19:22:21.150Z] github.com/docker/docker/daemon/cluster/convert [2021-09-16T19:22:21.150Z] github.com/docker/docker/daemon/cluster/executor [2021-09-16T19:22:21.150Z] github.com/docker/docker/daemon/cluster/executor/container [2021-09-16T19:22:21.150Z] github.com/docker/docker/daemon/cluster/provider [2021-09-16T19:22:21.150Z] github.com/docker/docker/daemon/config [2021-09-16T19:22:21.150Z] github.com/docker/docker/daemon/discovery [2021-09-16T19:22:21.150Z] github.com/docker/docker/daemon/events [2021-09-16T19:22:21.150Z] github.com/docker/docker/daemon/events/testutils [2021-09-16T19:22:21.150Z] github.com/docker/docker/daemon/exec [2021-09-16T19:22:21.150Z] github.com/docker/docker/daemon/graphdriver [2021-09-16T19:22:21.150Z] github.com/docker/docker/daemon/graphdriver/aufs [2021-09-16T19:22:21.150Z] github.com/docker/docker/daemon/graphdriver/btrfs [2021-09-16T19:22:21.150Z] github.com/docker/docker/daemon/graphdriver/copy [2021-09-16T19:22:21.150Z] github.com/docker/docker/daemon/graphdriver/devmapper [2021-09-16T19:22:21.150Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2021-09-16T19:22:21.150Z] github.com/docker/docker/daemon/graphdriver/graphtest [2021-09-16T19:22:21.150Z] github.com/docker/docker/daemon/graphdriver/overlay [2021-09-16T19:22:21.150Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2021-09-16T19:22:21.150Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2021-09-16T19:22:21.150Z] github.com/docker/docker/daemon/graphdriver/register [2021-09-16T19:22:21.150Z] github.com/docker/docker/daemon/graphdriver/vfs [2021-09-16T19:22:21.150Z] github.com/docker/docker/daemon/graphdriver/zfs [2021-09-16T19:22:21.150Z] github.com/docker/docker/daemon/images [2021-09-16T19:22:21.150Z] github.com/docker/docker/daemon/initlayer [2021-09-16T19:22:21.150Z] github.com/docker/docker/daemon/links [2021-09-16T19:22:21.150Z] github.com/docker/docker/daemon/listeners [2021-09-16T19:22:21.150Z] github.com/docker/docker/daemon/logger [2021-09-16T19:22:21.150Z] github.com/docker/docker/daemon/logger/awslogs [2021-09-16T19:22:21.150Z] github.com/docker/docker/daemon/logger/fluentd [2021-09-16T19:22:21.150Z] github.com/docker/docker/daemon/logger/gcplogs [2021-09-16T19:22:21.150Z] github.com/docker/docker/daemon/logger/gelf [2021-09-16T19:22:21.150Z] github.com/docker/docker/daemon/logger/journald [2021-09-16T19:22:21.150Z] github.com/docker/docker/daemon/logger/jsonfilelog [2021-09-16T19:22:21.150Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2021-09-16T19:22:21.150Z] github.com/docker/docker/daemon/logger/local [2021-09-16T19:22:21.150Z] github.com/docker/docker/daemon/logger/logentries [2021-09-16T19:22:21.150Z] github.com/docker/docker/daemon/logger/loggerutils [2021-09-16T19:22:21.150Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2021-09-16T19:22:21.150Z] github.com/docker/docker/daemon/logger/splunk [2021-09-16T19:22:21.150Z] github.com/docker/docker/daemon/logger/syslog [2021-09-16T19:22:21.150Z] github.com/docker/docker/daemon/logger/templates [2021-09-16T19:22:21.150Z] github.com/docker/docker/daemon/names [2021-09-16T19:22:21.150Z] github.com/docker/docker/daemon/network [2021-09-16T19:22:21.150Z] github.com/docker/docker/daemon/stats [2021-09-16T19:22:21.150Z] github.com/docker/docker/distribution [2021-09-16T19:22:21.150Z] github.com/docker/docker/distribution/metadata [2021-09-16T19:22:21.150Z] github.com/docker/docker/distribution/utils [2021-09-16T19:22:21.150Z] github.com/docker/docker/distribution/xfer [2021-09-16T19:22:21.150Z] github.com/docker/docker/dockerversion [2021-09-16T19:22:21.150Z] github.com/docker/docker/errdefs [2021-09-16T19:22:21.150Z] github.com/docker/docker/image [2021-09-16T19:22:21.150Z] github.com/docker/docker/image/cache [2021-09-16T19:22:21.150Z] github.com/docker/docker/image/tarexport [2021-09-16T19:22:21.150Z] github.com/docker/docker/image/v1 [2021-09-16T19:22:21.150Z] github.com/docker/docker/internal/test/suite [2021-09-16T19:22:21.150Z] github.com/docker/docker/layer [2021-09-16T19:22:21.150Z] github.com/docker/docker/libcontainerd [2021-09-16T19:22:21.150Z] github.com/docker/docker/libcontainerd/queue [2021-09-16T19:22:21.150Z] github.com/docker/docker/libcontainerd/remote [2021-09-16T19:22:21.150Z] github.com/docker/docker/libcontainerd/supervisor [2021-09-16T19:22:21.150Z] github.com/docker/docker/libcontainerd/types [2021-09-16T19:22:21.150Z] github.com/docker/docker/libnetwork [2021-09-16T19:22:21.150Z] github.com/docker/docker/libnetwork/bitseq [2021-09-16T19:22:21.150Z] github.com/docker/docker/libnetwork/cluster [2021-09-16T19:22:21.150Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2021-09-16T19:22:21.150Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2021-09-16T19:22:21.150Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2021-09-16T19:22:21.150Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2021-09-16T19:22:21.150Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2021-09-16T19:22:21.150Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2021-09-16T19:22:21.150Z] github.com/docker/docker/libnetwork/cmd/readme_test [2021-09-16T19:22:21.150Z] github.com/docker/docker/libnetwork/config [2021-09-16T19:22:21.150Z] github.com/docker/docker/libnetwork/datastore [2021-09-16T19:22:21.150Z] github.com/docker/docker/libnetwork/diagnostic [2021-09-16T19:22:21.150Z] github.com/docker/docker/libnetwork/discoverapi [2021-09-16T19:22:21.150Z] github.com/docker/docker/libnetwork/driverapi [2021-09-16T19:22:21.150Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-09-16T19:22:21.150Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-09-16T19:22:21.150Z] github.com/docker/docker/libnetwork/drivers/host [2021-09-16T19:22:21.150Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2021-09-16T19:22:21.150Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2021-09-16T19:22:21.150Z] github.com/docker/docker/libnetwork/drivers/macvlan [2021-09-16T19:22:21.150Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2021-09-16T19:22:21.150Z] github.com/docker/docker/libnetwork/drivers/null [2021-09-16T19:22:21.150Z] github.com/docker/docker/libnetwork/drivers/overlay [2021-09-16T19:22:21.150Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2021-09-16T19:22:21.150Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2021-09-16T19:22:21.150Z] github.com/docker/docker/libnetwork/drivers/remote [2021-09-16T19:22:21.150Z] github.com/docker/docker/libnetwork/drivers/remote/api [2021-09-16T19:22:21.150Z] github.com/docker/docker/libnetwork/drivers/windows [2021-09-16T19:22:21.150Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2021-09-16T19:22:21.150Z] github.com/docker/docker/libnetwork/drvregistry [2021-09-16T19:22:21.150Z] github.com/docker/docker/libnetwork/etchosts [2021-09-16T19:22:21.150Z] github.com/docker/docker/libnetwork/hostdiscovery [2021-09-16T19:22:21.150Z] github.com/docker/docker/libnetwork/idm [2021-09-16T19:22:21.150Z] github.com/docker/docker/libnetwork/internal/caller [2021-09-16T19:22:21.150Z] github.com/docker/docker/libnetwork/internal/setmatrix [2021-09-16T19:22:21.150Z] github.com/docker/docker/libnetwork/ipam [2021-09-16T19:22:21.150Z] github.com/docker/docker/libnetwork/ipamapi [2021-09-16T19:22:21.150Z] github.com/docker/docker/libnetwork/ipams/builtin [2021-09-16T19:22:21.150Z] github.com/docker/docker/libnetwork/ipams/null [2021-09-16T19:22:21.150Z] github.com/docker/docker/libnetwork/ipams/remote [2021-09-16T19:22:21.150Z] github.com/docker/docker/libnetwork/ipams/remote/api [2021-09-16T19:22:21.150Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2021-09-16T19:22:21.150Z] github.com/docker/docker/libnetwork/ipamutils [2021-09-16T19:22:21.150Z] github.com/docker/docker/libnetwork/iptables [2021-09-16T19:22:21.150Z] github.com/docker/docker/libnetwork/netlabel [2021-09-16T19:22:21.150Z] github.com/docker/docker/libnetwork/netutils [2021-09-16T19:22:21.150Z] github.com/docker/docker/libnetwork/networkdb [2021-09-16T19:22:21.150Z] github.com/docker/docker/libnetwork/ns [2021-09-16T19:22:21.150Z] github.com/docker/docker/libnetwork/options [2021-09-16T19:22:21.150Z] github.com/docker/docker/libnetwork/osl [2021-09-16T19:22:21.150Z] github.com/docker/docker/libnetwork/osl/kernel [2021-09-16T19:22:21.150Z] github.com/docker/docker/libnetwork/portallocator [2021-09-16T19:22:21.150Z] github.com/docker/docker/libnetwork/portmapper [2021-09-16T19:22:21.150Z] github.com/docker/docker/libnetwork/resolvconf [2021-09-16T19:22:21.150Z] github.com/docker/docker/libnetwork/testutils [2021-09-16T19:22:21.150Z] github.com/docker/docker/libnetwork/types [2021-09-16T19:22:21.150Z] github.com/docker/docker/oci [2021-09-16T19:22:21.150Z] github.com/docker/docker/oci/caps [2021-09-16T19:22:21.150Z] github.com/docker/docker/opts [2021-09-16T19:22:21.150Z] github.com/docker/docker/pkg/aaparser [2021-09-16T19:22:21.150Z] github.com/docker/docker/pkg/archive [2021-09-16T19:22:21.150Z] github.com/docker/docker/pkg/authorization [2021-09-16T19:22:21.150Z] github.com/docker/docker/pkg/broadcaster [2021-09-16T19:22:21.150Z] github.com/docker/docker/pkg/capabilities [2021-09-16T19:22:21.150Z] github.com/docker/docker/pkg/chrootarchive [2021-09-16T19:22:21.150Z] github.com/docker/docker/pkg/containerfs [2021-09-16T19:22:21.150Z] github.com/docker/docker/pkg/devicemapper [2021-09-16T19:22:21.150Z] github.com/docker/docker/pkg/directory [2021-09-16T19:22:21.150Z] github.com/docker/docker/pkg/discovery [2021-09-16T19:22:21.150Z] github.com/docker/docker/pkg/discovery/file [2021-09-16T19:22:21.150Z] github.com/docker/docker/pkg/discovery/kv [2021-09-16T19:22:21.150Z] github.com/docker/docker/pkg/discovery/memory [2021-09-16T19:22:21.150Z] github.com/docker/docker/pkg/discovery/nodes [2021-09-16T19:22:21.150Z] github.com/docker/docker/pkg/dmesg [2021-09-16T19:22:21.150Z] github.com/docker/docker/pkg/filenotify [2021-09-16T19:22:21.150Z] github.com/docker/docker/pkg/fileutils [2021-09-16T19:22:21.150Z] github.com/docker/docker/pkg/fsutils [2021-09-16T19:22:21.150Z] github.com/docker/docker/pkg/homedir [2021-09-16T19:22:21.150Z] github.com/docker/docker/pkg/idtools [2021-09-16T19:22:21.150Z] github.com/docker/docker/pkg/ioutils [2021-09-16T19:22:21.150Z] github.com/docker/docker/pkg/jsonmessage [2021-09-16T19:22:21.150Z] github.com/docker/docker/pkg/locker [2021-09-16T19:22:21.150Z] github.com/docker/docker/pkg/longpath [2021-09-16T19:22:21.150Z] github.com/docker/docker/pkg/loopback [2021-09-16T19:22:21.150Z] github.com/docker/docker/pkg/mount [2021-09-16T19:22:21.150Z] github.com/docker/docker/pkg/namesgenerator [2021-09-16T19:22:21.150Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [2021-09-16T19:22:21.150Z] github.com/docker/docker/pkg/parsers [2021-09-16T19:22:21.150Z] github.com/docker/docker/pkg/parsers/kernel [2021-09-16T19:22:21.150Z] github.com/docker/docker/pkg/parsers/operatingsystem [2021-09-16T19:22:21.150Z] github.com/docker/docker/pkg/pidfile [2021-09-16T19:22:21.150Z] github.com/docker/docker/pkg/platform [2021-09-16T19:22:21.150Z] github.com/docker/docker/pkg/plugingetter [2021-09-16T19:22:21.150Z] github.com/docker/docker/pkg/plugins [2021-09-16T19:22:21.151Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2021-09-16T19:22:21.151Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2021-09-16T19:22:21.151Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2021-09-16T19:22:21.151Z] github.com/docker/docker/pkg/plugins/transport [2021-09-16T19:22:21.151Z] github.com/docker/docker/pkg/pools [2021-09-16T19:22:21.151Z] github.com/docker/docker/pkg/progress [2021-09-16T19:22:21.151Z] github.com/docker/docker/pkg/pubsub [2021-09-16T19:22:21.151Z] github.com/docker/docker/pkg/reexec [2021-09-16T19:22:21.151Z] github.com/docker/docker/pkg/signal [2021-09-16T19:22:21.151Z] github.com/docker/docker/pkg/stack [2021-09-16T19:22:21.151Z] github.com/docker/docker/pkg/stdcopy [2021-09-16T19:22:21.151Z] github.com/docker/docker/pkg/streamformatter [2021-09-16T19:22:21.151Z] github.com/docker/docker/pkg/stringid [2021-09-16T19:22:21.151Z] github.com/docker/docker/pkg/symlink [2021-09-16T19:22:21.151Z] github.com/docker/docker/pkg/sysinfo [2021-09-16T19:22:21.151Z] github.com/docker/docker/pkg/system [2021-09-16T19:22:21.151Z] github.com/docker/docker/pkg/tailfile [2021-09-16T19:22:21.151Z] github.com/docker/docker/pkg/tarsum [2021-09-16T19:22:21.151Z] github.com/docker/docker/pkg/term [2021-09-16T19:22:21.151Z] github.com/docker/docker/pkg/term/windows [2021-09-16T19:22:21.151Z] github.com/docker/docker/pkg/truncindex [2021-09-16T19:22:21.151Z] github.com/docker/docker/pkg/urlutil [2021-09-16T19:22:21.151Z] github.com/docker/docker/pkg/useragent [2021-09-16T19:22:21.151Z] github.com/docker/docker/plugin [2021-09-16T19:22:21.151Z] github.com/docker/docker/plugin/executor/containerd [2021-09-16T19:22:21.151Z] github.com/docker/docker/plugin/v2 [2021-09-16T19:22:21.151Z] github.com/docker/docker/profiles/apparmor [2021-09-16T19:22:21.151Z] github.com/docker/docker/profiles/seccomp [2021-09-16T19:22:21.151Z] github.com/docker/docker/quota [2021-09-16T19:22:21.151Z] github.com/docker/docker/reference [2021-09-16T19:22:21.151Z] github.com/docker/docker/registry [2021-09-16T19:22:21.151Z] github.com/docker/docker/registry/resumable [2021-09-16T19:22:21.151Z] github.com/docker/docker/restartmanager [2021-09-16T19:22:21.151Z] github.com/docker/docker/rootless [2021-09-16T19:22:21.151Z] github.com/docker/docker/rootless/specconv [2021-09-16T19:22:21.151Z] github.com/docker/docker/runconfig [2021-09-16T19:22:21.151Z] github.com/docker/docker/runconfig/opts [2021-09-16T19:22:21.151Z] github.com/docker/docker/testutil [2021-09-16T19:22:21.151Z] github.com/docker/docker/testutil/daemon [2021-09-16T19:22:21.151Z] github.com/docker/docker/testutil/environment [2021-09-16T19:22:21.151Z] github.com/docker/docker/testutil/fakecontext [2021-09-16T19:22:21.151Z] github.com/docker/docker/testutil/fakegit [2021-09-16T19:22:21.151Z] github.com/docker/docker/testutil/fakestorage [2021-09-16T19:22:21.151Z] github.com/docker/docker/testutil/fixtures/load [2021-09-16T19:22:21.151Z] github.com/docker/docker/testutil/fixtures/plugin [2021-09-16T19:22:21.151Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2021-09-16T19:22:21.151Z] github.com/docker/docker/testutil/registry [2021-09-16T19:22:21.151Z] github.com/docker/docker/testutil/request [2021-09-16T19:22:21.151Z] github.com/docker/docker/volume [2021-09-16T19:22:21.151Z] github.com/docker/docker/volume/drivers [2021-09-16T19:22:21.151Z] github.com/docker/docker/volume/local [2021-09-16T19:22:21.151Z] github.com/docker/docker/volume/mounts [2021-09-16T19:22:21.151Z] github.com/docker/docker/volume/service [2021-09-16T19:22:21.151Z] github.com/docker/docker/volume/service/opts [2021-09-16T19:22:21.151Z] github.com/docker/docker/volume/testutils' [2021-09-16T19:22:21.151Z] ++ grep --fixed-strings -v /libnetwork [2021-09-16T19:22:21.151Z] + base_pkg_list='github.com/docker/docker/api [2021-09-16T19:22:21.151Z] github.com/docker/docker/api/server [2021-09-16T19:22:21.151Z] github.com/docker/docker/api/server/backend/build [2021-09-16T19:22:21.151Z] github.com/docker/docker/api/server/httputils [2021-09-16T19:22:21.151Z] github.com/docker/docker/api/server/middleware [2021-09-16T19:22:21.151Z] github.com/docker/docker/api/server/router [2021-09-16T19:22:21.151Z] github.com/docker/docker/api/server/router/build [2021-09-16T19:22:21.151Z] github.com/docker/docker/api/server/router/checkpoint [2021-09-16T19:22:21.151Z] github.com/docker/docker/api/server/router/container [2021-09-16T19:22:21.151Z] github.com/docker/docker/api/server/router/debug [2021-09-16T19:22:21.151Z] github.com/docker/docker/api/server/router/distribution [2021-09-16T19:22:21.151Z] github.com/docker/docker/api/server/router/grpc [2021-09-16T19:22:21.151Z] github.com/docker/docker/api/server/router/image [2021-09-16T19:22:21.151Z] github.com/docker/docker/api/server/router/network [2021-09-16T19:22:21.151Z] github.com/docker/docker/api/server/router/plugin [2021-09-16T19:22:21.151Z] github.com/docker/docker/api/server/router/session [2021-09-16T19:22:21.151Z] github.com/docker/docker/api/server/router/swarm [2021-09-16T19:22:21.151Z] github.com/docker/docker/api/server/router/system [2021-09-16T19:22:21.151Z] github.com/docker/docker/api/server/router/volume [2021-09-16T19:22:21.151Z] github.com/docker/docker/api/types [2021-09-16T19:22:21.151Z] github.com/docker/docker/api/types/backend [2021-09-16T19:22:21.151Z] github.com/docker/docker/api/types/blkiodev [2021-09-16T19:22:21.151Z] github.com/docker/docker/api/types/container [2021-09-16T19:22:21.151Z] github.com/docker/docker/api/types/events [2021-09-16T19:22:21.151Z] github.com/docker/docker/api/types/filters [2021-09-16T19:22:21.151Z] github.com/docker/docker/api/types/image [2021-09-16T19:22:21.151Z] github.com/docker/docker/api/types/mount [2021-09-16T19:22:21.151Z] github.com/docker/docker/api/types/network [2021-09-16T19:22:21.151Z] github.com/docker/docker/api/types/plugins/logdriver [2021-09-16T19:22:21.151Z] github.com/docker/docker/api/types/registry [2021-09-16T19:22:21.151Z] github.com/docker/docker/api/types/strslice [2021-09-16T19:22:21.151Z] github.com/docker/docker/api/types/swarm [2021-09-16T19:22:21.151Z] github.com/docker/docker/api/types/swarm/runtime [2021-09-16T19:22:21.151Z] github.com/docker/docker/api/types/time [2021-09-16T19:22:21.151Z] github.com/docker/docker/api/types/versions [2021-09-16T19:22:21.151Z] github.com/docker/docker/api/types/versions/v1p19 [2021-09-16T19:22:21.151Z] github.com/docker/docker/api/types/versions/v1p20 [2021-09-16T19:22:21.151Z] github.com/docker/docker/api/types/volume [2021-09-16T19:22:21.151Z] github.com/docker/docker/builder [2021-09-16T19:22:21.151Z] github.com/docker/docker/builder/builder-next [2021-09-16T19:22:21.151Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2021-09-16T19:22:21.151Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2021-09-16T19:22:21.151Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2021-09-16T19:22:21.151Z] github.com/docker/docker/builder/builder-next/exporter [2021-09-16T19:22:21.151Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2021-09-16T19:22:21.151Z] github.com/docker/docker/builder/builder-next/worker [2021-09-16T19:22:21.151Z] github.com/docker/docker/builder/dockerfile [2021-09-16T19:22:21.151Z] github.com/docker/docker/builder/dockerignore [2021-09-16T19:22:21.151Z] github.com/docker/docker/builder/remotecontext [2021-09-16T19:22:21.151Z] github.com/docker/docker/builder/remotecontext/git [2021-09-16T19:22:21.151Z] github.com/docker/docker/cli [2021-09-16T19:22:21.151Z] github.com/docker/docker/cli/config [2021-09-16T19:22:21.151Z] github.com/docker/docker/cli/debug [2021-09-16T19:22:21.151Z] github.com/docker/docker/client [2021-09-16T19:22:21.151Z] github.com/docker/docker/cmd/docker-proxy [2021-09-16T19:22:21.151Z] github.com/docker/docker/cmd/dockerd [2021-09-16T19:22:21.151Z] github.com/docker/docker/cmd/dockerd/trap [2021-09-16T19:22:21.151Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2021-09-16T19:22:21.151Z] github.com/docker/docker/container [2021-09-16T19:22:21.151Z] github.com/docker/docker/container/stream [2021-09-16T19:22:21.151Z] github.com/docker/docker/contrib/apparmor [2021-09-16T19:22:21.151Z] github.com/docker/docker/contrib/docker-device-tool [2021-09-16T19:22:21.151Z] github.com/docker/docker/contrib/httpserver [2021-09-16T19:22:21.151Z] github.com/docker/docker/daemon [2021-09-16T19:22:21.151Z] github.com/docker/docker/daemon/cluster [2021-09-16T19:22:21.151Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2021-09-16T19:22:21.151Z] github.com/docker/docker/daemon/cluster/convert [2021-09-16T19:22:21.151Z] github.com/docker/docker/daemon/cluster/executor [2021-09-16T19:22:21.151Z] github.com/docker/docker/daemon/cluster/executor/container [2021-09-16T19:22:21.151Z] github.com/docker/docker/daemon/cluster/provider [2021-09-16T19:22:21.151Z] github.com/docker/docker/daemon/config [2021-09-16T19:22:21.151Z] github.com/docker/docker/daemon/discovery [2021-09-16T19:22:21.151Z] github.com/docker/docker/daemon/events [2021-09-16T19:22:21.151Z] github.com/docker/docker/daemon/events/testutils [2021-09-16T19:22:21.151Z] github.com/docker/docker/daemon/exec [2021-09-16T19:22:21.151Z] github.com/docker/docker/daemon/graphdriver [2021-09-16T19:22:21.151Z] github.com/docker/docker/daemon/graphdriver/aufs [2021-09-16T19:22:21.151Z] github.com/docker/docker/daemon/graphdriver/btrfs [2021-09-16T19:22:21.151Z] github.com/docker/docker/daemon/graphdriver/copy [2021-09-16T19:22:21.151Z] github.com/docker/docker/daemon/graphdriver/devmapper [2021-09-16T19:22:21.151Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2021-09-16T19:22:21.151Z] github.com/docker/docker/daemon/graphdriver/graphtest [2021-09-16T19:22:21.151Z] github.com/docker/docker/daemon/graphdriver/overlay [2021-09-16T19:22:21.151Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2021-09-16T19:22:21.151Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2021-09-16T19:22:21.151Z] github.com/docker/docker/daemon/graphdriver/register [2021-09-16T19:22:21.151Z] github.com/docker/docker/daemon/graphdriver/vfs [2021-09-16T19:22:21.151Z] github.com/docker/docker/daemon/graphdriver/zfs [2021-09-16T19:22:21.151Z] github.com/docker/docker/daemon/images [2021-09-16T19:22:21.151Z] github.com/docker/docker/daemon/initlayer [2021-09-16T19:22:21.151Z] github.com/docker/docker/daemon/links [2021-09-16T19:22:21.151Z] github.com/docker/docker/daemon/listeners [2021-09-16T19:22:21.151Z] github.com/docker/docker/daemon/logger [2021-09-16T19:22:21.151Z] github.com/docker/docker/daemon/logger/awslogs [2021-09-16T19:22:21.151Z] github.com/docker/docker/daemon/logger/fluentd [2021-09-16T19:22:21.151Z] github.com/docker/docker/daemon/logger/gcplogs [2021-09-16T19:22:21.151Z] github.com/docker/docker/daemon/logger/gelf [2021-09-16T19:22:21.151Z] github.com/docker/docker/daemon/logger/journald [2021-09-16T19:22:21.151Z] github.com/docker/docker/daemon/logger/jsonfilelog [2021-09-16T19:22:21.151Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2021-09-16T19:22:21.151Z] github.com/docker/docker/daemon/logger/local [2021-09-16T19:22:21.151Z] github.com/docker/docker/daemon/logger/logentries [2021-09-16T19:22:21.151Z] github.com/docker/docker/daemon/logger/loggerutils [2021-09-16T19:22:21.151Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2021-09-16T19:22:21.151Z] github.com/docker/docker/daemon/logger/splunk [2021-09-16T19:22:21.151Z] github.com/docker/docker/daemon/logger/syslog [2021-09-16T19:22:21.151Z] github.com/docker/docker/daemon/logger/templates [2021-09-16T19:22:21.151Z] github.com/docker/docker/daemon/names [2021-09-16T19:22:21.151Z] github.com/docker/docker/daemon/network [2021-09-16T19:22:21.151Z] github.com/docker/docker/daemon/stats [2021-09-16T19:22:21.151Z] github.com/docker/docker/distribution [2021-09-16T19:22:21.151Z] github.com/docker/docker/distribution/metadata [2021-09-16T19:22:21.151Z] github.com/docker/docker/distribution/utils [2021-09-16T19:22:21.151Z] github.com/docker/docker/distribution/xfer [2021-09-16T19:22:21.151Z] github.com/docker/docker/dockerversion [2021-09-16T19:22:21.151Z] github.com/docker/docker/errdefs [2021-09-16T19:22:21.151Z] github.com/docker/docker/image [2021-09-16T19:22:21.151Z] github.com/docker/docker/image/cache [2021-09-16T19:22:21.151Z] github.com/docker/docker/image/tarexport [2021-09-16T19:22:21.151Z] github.com/docker/docker/image/v1 [2021-09-16T19:22:21.151Z] github.com/docker/docker/internal/test/suite [2021-09-16T19:22:21.151Z] github.com/docker/docker/layer [2021-09-16T19:22:21.151Z] github.com/docker/docker/libcontainerd [2021-09-16T19:22:21.151Z] github.com/docker/docker/libcontainerd/queue [2021-09-16T19:22:21.151Z] github.com/docker/docker/libcontainerd/remote [2021-09-16T19:22:21.151Z] github.com/docker/docker/libcontainerd/supervisor [2021-09-16T19:22:21.151Z] github.com/docker/docker/libcontainerd/types [2021-09-16T19:22:21.151Z] github.com/docker/docker/oci [2021-09-16T19:22:21.151Z] github.com/docker/docker/oci/caps [2021-09-16T19:22:21.151Z] github.com/docker/docker/opts [2021-09-16T19:22:21.151Z] github.com/docker/docker/pkg/aaparser [2021-09-16T19:22:21.151Z] github.com/docker/docker/pkg/archive [2021-09-16T19:22:21.151Z] github.com/docker/docker/pkg/authorization [2021-09-16T19:22:21.151Z] github.com/docker/docker/pkg/broadcaster [2021-09-16T19:22:21.151Z] github.com/docker/docker/pkg/capabilities [2021-09-16T19:22:21.151Z] github.com/docker/docker/pkg/chrootarchive [2021-09-16T19:22:21.151Z] github.com/docker/docker/pkg/containerfs [2021-09-16T19:22:21.151Z] github.com/docker/docker/pkg/devicemapper [2021-09-16T19:22:21.151Z] github.com/docker/docker/pkg/directory [2021-09-16T19:22:21.151Z] github.com/docker/docker/pkg/discovery [2021-09-16T19:22:21.151Z] github.com/docker/docker/pkg/discovery/file [2021-09-16T19:22:21.151Z] github.com/docker/docker/pkg/discovery/kv [2021-09-16T19:22:21.151Z] github.com/docker/docker/pkg/discovery/memory [2021-09-16T19:22:21.151Z] github.com/docker/docker/pkg/discovery/nodes [2021-09-16T19:22:21.151Z] github.com/docker/docker/pkg/dmesg [2021-09-16T19:22:21.151Z] github.com/docker/docker/pkg/filenotify [2021-09-16T19:22:21.151Z] github.com/docker/docker/pkg/fileutils [2021-09-16T19:22:21.151Z] github.com/docker/docker/pkg/fsutils [2021-09-16T19:22:21.151Z] github.com/docker/docker/pkg/homedir [2021-09-16T19:22:21.151Z] github.com/docker/docker/pkg/idtools [2021-09-16T19:22:21.151Z] github.com/docker/docker/pkg/ioutils [2021-09-16T19:22:21.151Z] github.com/docker/docker/pkg/jsonmessage [2021-09-16T19:22:21.151Z] github.com/docker/docker/pkg/locker [2021-09-16T19:22:21.151Z] github.com/docker/docker/pkg/longpath [2021-09-16T19:22:21.151Z] github.com/docker/docker/pkg/loopback [2021-09-16T19:22:21.151Z] github.com/docker/docker/pkg/mount [2021-09-16T19:22:21.151Z] github.com/docker/docker/pkg/namesgenerator [2021-09-16T19:22:21.151Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [2021-09-16T19:22:21.151Z] github.com/docker/docker/pkg/parsers [2021-09-16T19:22:21.151Z] github.com/docker/docker/pkg/parsers/kernel [2021-09-16T19:22:21.151Z] github.com/docker/docker/pkg/parsers/operatingsystem [2021-09-16T19:22:21.151Z] github.com/docker/docker/pkg/pidfile [2021-09-16T19:22:21.151Z] github.com/docker/docker/pkg/platform [2021-09-16T19:22:21.151Z] github.com/docker/docker/pkg/plugingetter [2021-09-16T19:22:21.151Z] github.com/docker/docker/pkg/plugins [2021-09-16T19:22:21.151Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2021-09-16T19:22:21.151Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2021-09-16T19:22:21.151Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2021-09-16T19:22:21.151Z] github.com/docker/docker/pkg/plugins/transport [2021-09-16T19:22:21.151Z] github.com/docker/docker/pkg/pools [2021-09-16T19:22:21.151Z] github.com/docker/docker/pkg/progress [2021-09-16T19:22:21.151Z] github.com/docker/docker/pkg/pubsub [2021-09-16T19:22:21.151Z] github.com/docker/docker/pkg/reexec [2021-09-16T19:22:21.151Z] github.com/docker/docker/pkg/signal [2021-09-16T19:22:21.151Z] github.com/docker/docker/pkg/stack [2021-09-16T19:22:21.151Z] github.com/docker/docker/pkg/stdcopy [2021-09-16T19:22:21.151Z] github.com/docker/docker/pkg/streamformatter [2021-09-16T19:22:21.151Z] github.com/docker/docker/pkg/stringid [2021-09-16T19:22:21.151Z] github.com/docker/docker/pkg/symlink [2021-09-16T19:22:21.151Z] github.com/docker/docker/pkg/sysinfo [2021-09-16T19:22:21.151Z] github.com/docker/docker/pkg/system [2021-09-16T19:22:21.151Z] github.com/docker/docker/pkg/tailfile [2021-09-16T19:22:21.151Z] github.com/docker/docker/pkg/tarsum [2021-09-16T19:22:21.151Z] github.com/docker/docker/pkg/term [2021-09-16T19:22:21.151Z] github.com/docker/docker/pkg/term/windows [2021-09-16T19:22:21.151Z] github.com/docker/docker/pkg/truncindex [2021-09-16T19:22:21.151Z] github.com/docker/docker/pkg/urlutil [2021-09-16T19:22:21.151Z] github.com/docker/docker/pkg/useragent [2021-09-16T19:22:21.151Z] github.com/docker/docker/plugin [2021-09-16T19:22:21.151Z] github.com/docker/docker/plugin/executor/containerd [2021-09-16T19:22:21.151Z] github.com/docker/docker/plugin/v2 [2021-09-16T19:22:21.151Z] github.com/docker/docker/profiles/apparmor [2021-09-16T19:22:21.151Z] github.com/docker/docker/profiles/seccomp [2021-09-16T19:22:21.151Z] github.com/docker/docker/quota [2021-09-16T19:22:21.151Z] github.com/docker/docker/reference [2021-09-16T19:22:21.151Z] github.com/docker/docker/registry [2021-09-16T19:22:21.151Z] github.com/docker/docker/registry/resumable [2021-09-16T19:22:21.151Z] github.com/docker/docker/restartmanager [2021-09-16T19:22:21.151Z] github.com/docker/docker/rootless [2021-09-16T19:22:21.151Z] github.com/docker/docker/rootless/specconv [2021-09-16T19:22:21.151Z] github.com/docker/docker/runconfig [2021-09-16T19:22:21.151Z] github.com/docker/docker/runconfig/opts [2021-09-16T19:22:21.151Z] github.com/docker/docker/testutil [2021-09-16T19:22:21.151Z] github.com/docker/docker/testutil/daemon [2021-09-16T19:22:21.151Z] github.com/docker/docker/testutil/environment [2021-09-16T19:22:21.151Z] github.com/docker/docker/testutil/fakecontext [2021-09-16T19:22:21.151Z] github.com/docker/docker/testutil/fakegit [2021-09-16T19:22:21.151Z] github.com/docker/docker/testutil/fakestorage [2021-09-16T19:22:21.151Z] github.com/docker/docker/testutil/fixtures/load [2021-09-16T19:22:21.151Z] github.com/docker/docker/testutil/fixtures/plugin [2021-09-16T19:22:21.151Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2021-09-16T19:22:21.151Z] github.com/docker/docker/testutil/registry [2021-09-16T19:22:21.151Z] github.com/docker/docker/testutil/request [2021-09-16T19:22:21.151Z] github.com/docker/docker/volume [2021-09-16T19:22:21.151Z] github.com/docker/docker/volume/drivers [2021-09-16T19:22:21.151Z] github.com/docker/docker/volume/local [2021-09-16T19:22:21.151Z] github.com/docker/docker/volume/mounts [2021-09-16T19:22:21.151Z] github.com/docker/docker/volume/service [2021-09-16T19:22:21.151Z] github.com/docker/docker/volume/service/opts [2021-09-16T19:22:21.151Z] github.com/docker/docker/volume/testutils' [2021-09-16T19:22:21.151Z] ++ echo 'github.com/docker/docker/api [2021-09-16T19:22:21.151Z] github.com/docker/docker/api/server [2021-09-16T19:22:21.151Z] github.com/docker/docker/api/server/backend/build [2021-09-16T19:22:21.151Z] github.com/docker/docker/api/server/httputils [2021-09-16T19:22:21.151Z] github.com/docker/docker/api/server/middleware [2021-09-16T19:22:21.151Z] github.com/docker/docker/api/server/router [2021-09-16T19:22:21.151Z] github.com/docker/docker/api/server/router/build [2021-09-16T19:22:21.151Z] github.com/docker/docker/api/server/router/checkpoint [2021-09-16T19:22:21.151Z] github.com/docker/docker/api/server/router/container [2021-09-16T19:22:21.151Z] github.com/docker/docker/api/server/router/debug [2021-09-16T19:22:21.151Z] github.com/docker/docker/api/server/router/distribution [2021-09-16T19:22:21.151Z] github.com/docker/docker/api/server/router/grpc [2021-09-16T19:22:21.151Z] github.com/docker/docker/api/server/router/image [2021-09-16T19:22:21.151Z] github.com/docker/docker/api/server/router/network [2021-09-16T19:22:21.151Z] github.com/docker/docker/api/server/router/plugin [2021-09-16T19:22:21.151Z] github.com/docker/docker/api/server/router/session [2021-09-16T19:22:21.151Z] github.com/docker/docker/api/server/router/swarm [2021-09-16T19:22:21.151Z] github.com/docker/docker/api/server/router/system [2021-09-16T19:22:21.151Z] github.com/docker/docker/api/server/router/volume [2021-09-16T19:22:21.151Z] github.com/docker/docker/api/types [2021-09-16T19:22:21.151Z] github.com/docker/docker/api/types/backend [2021-09-16T19:22:21.151Z] github.com/docker/docker/api/types/blkiodev [2021-09-16T19:22:21.151Z] github.com/docker/docker/api/types/container [2021-09-16T19:22:21.151Z] github.com/docker/docker/api/types/events [2021-09-16T19:22:21.151Z] github.com/docker/docker/api/types/filters [2021-09-16T19:22:21.151Z] github.com/docker/docker/api/types/image [2021-09-16T19:22:21.151Z] github.com/docker/docker/api/types/mount [2021-09-16T19:22:21.151Z] github.com/docker/docker/api/types/network [2021-09-16T19:22:21.151Z] github.com/docker/docker/api/types/plugins/logdriver [2021-09-16T19:22:21.151Z] github.com/docker/docker/api/types/registry [2021-09-16T19:22:21.151Z] github.com/docker/docker/api/types/strslice [2021-09-16T19:22:21.151Z] github.com/docker/docker/api/types/swarm [2021-09-16T19:22:21.151Z] github.com/docker/docker/api/types/swarm/runtime [2021-09-16T19:22:21.151Z] github.com/docker/docker/api/types/time [2021-09-16T19:22:21.151Z] github.com/docker/docker/api/types/versions [2021-09-16T19:22:21.151Z] github.com/docker/docker/api/types/versions/v1p19 [2021-09-16T19:22:21.151Z] github.com/docker/docker/api/types/versions/v1p20 [2021-09-16T19:22:21.151Z] github.com/docker/docker/api/types/volume [2021-09-16T19:22:21.151Z] github.com/docker/docker/builder [2021-09-16T19:22:21.151Z] github.com/docker/docker/builder/builder-next [2021-09-16T19:22:21.151Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2021-09-16T19:22:21.151Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2021-09-16T19:22:21.151Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2021-09-16T19:22:21.151Z] github.com/docker/docker/builder/builder-next/exporter [2021-09-16T19:22:21.151Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2021-09-16T19:22:21.151Z] github.com/docker/docker/builder/builder-next/worker [2021-09-16T19:22:21.151Z] github.com/docker/docker/builder/dockerfile [2021-09-16T19:22:21.151Z] github.com/docker/docker/builder/dockerignore [2021-09-16T19:22:21.151Z] github.com/docker/docker/builder/remotecontext [2021-09-16T19:22:21.151Z] github.com/docker/docker/builder/remotecontext/git [2021-09-16T19:22:21.151Z] github.com/docker/docker/cli [2021-09-16T19:22:21.151Z] github.com/docker/docker/cli/config [2021-09-16T19:22:21.151Z] github.com/docker/docker/cli/debug [2021-09-16T19:22:21.151Z] github.com/docker/docker/client [2021-09-16T19:22:21.151Z] github.com/docker/docker/cmd/docker-proxy [2021-09-16T19:22:21.151Z] github.com/docker/docker/cmd/dockerd [2021-09-16T19:22:21.151Z] github.com/docker/docker/cmd/dockerd/trap [2021-09-16T19:22:21.151Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2021-09-16T19:22:21.151Z] github.com/docker/docker/container [2021-09-16T19:22:21.151Z] github.com/docker/docker/container/stream [2021-09-16T19:22:21.151Z] github.com/docker/docker/contrib/apparmor [2021-09-16T19:22:21.151Z] github.com/docker/docker/contrib/docker-device-tool [2021-09-16T19:22:21.151Z] github.com/docker/docker/contrib/httpserver [2021-09-16T19:22:21.152Z] github.com/docker/docker/daemon [2021-09-16T19:22:21.152Z] github.com/docker/docker/daemon/cluster [2021-09-16T19:22:21.152Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2021-09-16T19:22:21.152Z] github.com/docker/docker/daemon/cluster/convert [2021-09-16T19:22:21.152Z] github.com/docker/docker/daemon/cluster/executor [2021-09-16T19:22:21.152Z] github.com/docker/docker/daemon/cluster/executor/container [2021-09-16T19:22:21.152Z] github.com/docker/docker/daemon/cluster/provider [2021-09-16T19:22:21.152Z] github.com/docker/docker/daemon/config [2021-09-16T19:22:21.152Z] github.com/docker/docker/daemon/discovery [2021-09-16T19:22:21.152Z] github.com/docker/docker/daemon/events [2021-09-16T19:22:21.152Z] github.com/docker/docker/daemon/events/testutils [2021-09-16T19:22:21.152Z] github.com/docker/docker/daemon/exec [2021-09-16T19:22:21.152Z] github.com/docker/docker/daemon/graphdriver [2021-09-16T19:22:21.152Z] github.com/docker/docker/daemon/graphdriver/aufs [2021-09-16T19:22:21.152Z] github.com/docker/docker/daemon/graphdriver/btrfs [2021-09-16T19:22:21.152Z] github.com/docker/docker/daemon/graphdriver/copy [2021-09-16T19:22:21.152Z] github.com/docker/docker/daemon/graphdriver/devmapper [2021-09-16T19:22:21.152Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2021-09-16T19:22:21.152Z] github.com/docker/docker/daemon/graphdriver/graphtest [2021-09-16T19:22:21.152Z] github.com/docker/docker/daemon/graphdriver/overlay [2021-09-16T19:22:21.152Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2021-09-16T19:22:21.152Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2021-09-16T19:22:21.152Z] github.com/docker/docker/daemon/graphdriver/register [2021-09-16T19:22:21.152Z] github.com/docker/docker/daemon/graphdriver/vfs [2021-09-16T19:22:21.152Z] github.com/docker/docker/daemon/graphdriver/zfs [2021-09-16T19:22:21.152Z] github.com/docker/docker/daemon/images [2021-09-16T19:22:21.152Z] github.com/docker/docker/daemon/initlayer [2021-09-16T19:22:21.152Z] github.com/docker/docker/daemon/links [2021-09-16T19:22:21.152Z] github.com/docker/docker/daemon/listeners [2021-09-16T19:22:21.152Z] github.com/docker/docker/daemon/logger [2021-09-16T19:22:21.152Z] github.com/docker/docker/daemon/logger/awslogs [2021-09-16T19:22:21.152Z] github.com/docker/docker/daemon/logger/fluentd [2021-09-16T19:22:21.152Z] github.com/docker/docker/daemon/logger/gcplogs [2021-09-16T19:22:21.152Z] github.com/docker/docker/daemon/logger/gelf [2021-09-16T19:22:21.152Z] github.com/docker/docker/daemon/logger/journald [2021-09-16T19:22:21.152Z] github.com/docker/docker/daemon/logger/jsonfilelog [2021-09-16T19:22:21.152Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2021-09-16T19:22:21.152Z] github.com/docker/docker/daemon/logger/local [2021-09-16T19:22:21.152Z] github.com/docker/docker/daemon/logger/logentries [2021-09-16T19:22:21.152Z] github.com/docker/docker/daemon/logger/loggerutils [2021-09-16T19:22:21.152Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2021-09-16T19:22:21.152Z] github.com/docker/docker/daemon/logger/splunk [2021-09-16T19:22:21.152Z] github.com/docker/docker/daemon/logger/syslog [2021-09-16T19:22:21.152Z] github.com/docker/docker/daemon/logger/templates [2021-09-16T19:22:21.152Z] github.com/docker/docker/daemon/names [2021-09-16T19:22:21.152Z] github.com/docker/docker/daemon/network [2021-09-16T19:22:21.152Z] github.com/docker/docker/daemon/stats [2021-09-16T19:22:21.152Z] github.com/docker/docker/distribution [2021-09-16T19:22:21.152Z] github.com/docker/docker/distribution/metadata [2021-09-16T19:22:21.152Z] github.com/docker/docker/distribution/utils [2021-09-16T19:22:21.152Z] github.com/docker/docker/distribution/xfer [2021-09-16T19:22:21.152Z] github.com/docker/docker/dockerversion [2021-09-16T19:22:21.152Z] github.com/docker/docker/errdefs [2021-09-16T19:22:21.152Z] github.com/docker/docker/image [2021-09-16T19:22:21.152Z] github.com/docker/docker/image/cache [2021-09-16T19:22:21.152Z] github.com/docker/docker/image/tarexport [2021-09-16T19:22:21.152Z] github.com/docker/docker/image/v1 [2021-09-16T19:22:21.152Z] github.com/docker/docker/internal/test/suite [2021-09-16T19:22:21.152Z] github.com/docker/docker/layer [2021-09-16T19:22:21.152Z] github.com/docker/docker/libcontainerd [2021-09-16T19:22:21.152Z] github.com/docker/docker/libcontainerd/queue [2021-09-16T19:22:21.152Z] github.com/docker/docker/libcontainerd/remote [2021-09-16T19:22:21.152Z] github.com/docker/docker/libcontainerd/supervisor [2021-09-16T19:22:21.152Z] github.com/docker/docker/libcontainerd/types [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/bitseq [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/cluster [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/cmd/readme_test [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/config [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/datastore [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/diagnostic [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/discoverapi [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/driverapi [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/drivers/host [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/drivers/macvlan [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/drivers/null [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/drivers/overlay [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/drivers/remote [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/drivers/remote/api [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/drivers/windows [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/drvregistry [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/etchosts [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/hostdiscovery [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/idm [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/internal/caller [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/internal/setmatrix [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/ipam [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/ipamapi [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/ipams/builtin [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/ipams/null [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/ipams/remote [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/ipams/remote/api [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/ipamutils [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/iptables [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/netlabel [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/netutils [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/networkdb [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/ns [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/options [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/osl [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/osl/kernel [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/portallocator [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/portmapper [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/resolvconf [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/testutils [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/types [2021-09-16T19:22:21.152Z] github.com/docker/docker/oci [2021-09-16T19:22:21.152Z] github.com/docker/docker/oci/caps [2021-09-16T19:22:21.152Z] github.com/docker/docker/opts [2021-09-16T19:22:21.152Z] github.com/docker/docker/pkg/aaparser [2021-09-16T19:22:21.152Z] github.com/docker/docker/pkg/archive [2021-09-16T19:22:21.152Z] github.com/docker/docker/pkg/authorization [2021-09-16T19:22:21.152Z] github.com/docker/docker/pkg/broadcaster [2021-09-16T19:22:21.152Z] github.com/docker/docker/pkg/capabilities [2021-09-16T19:22:21.152Z] github.com/docker/docker/pkg/chrootarchive [2021-09-16T19:22:21.152Z] github.com/docker/docker/pkg/containerfs [2021-09-16T19:22:21.152Z] github.com/docker/docker/pkg/devicemapper [2021-09-16T19:22:21.152Z] github.com/docker/docker/pkg/directory [2021-09-16T19:22:21.152Z] github.com/docker/docker/pkg/discovery [2021-09-16T19:22:21.152Z] github.com/docker/docker/pkg/discovery/file [2021-09-16T19:22:21.152Z] github.com/docker/docker/pkg/discovery/kv [2021-09-16T19:22:21.152Z] github.com/docker/docker/pkg/discovery/memory [2021-09-16T19:22:21.152Z] github.com/docker/docker/pkg/discovery/nodes [2021-09-16T19:22:21.152Z] github.com/docker/docker/pkg/dmesg [2021-09-16T19:22:21.152Z] github.com/docker/docker/pkg/filenotify [2021-09-16T19:22:21.152Z] github.com/docker/docker/pkg/fileutils [2021-09-16T19:22:21.152Z] github.com/docker/docker/pkg/fsutils [2021-09-16T19:22:21.152Z] github.com/docker/docker/pkg/homedir [2021-09-16T19:22:21.152Z] github.com/docker/docker/pkg/idtools [2021-09-16T19:22:21.152Z] github.com/docker/docker/pkg/ioutils [2021-09-16T19:22:21.152Z] github.com/docker/docker/pkg/jsonmessage [2021-09-16T19:22:21.152Z] github.com/docker/docker/pkg/locker [2021-09-16T19:22:21.152Z] github.com/docker/docker/pkg/longpath [2021-09-16T19:22:21.152Z] github.com/docker/docker/pkg/loopback [2021-09-16T19:22:21.152Z] github.com/docker/docker/pkg/mount [2021-09-16T19:22:21.152Z] github.com/docker/docker/pkg/namesgenerator [2021-09-16T19:22:21.152Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [2021-09-16T19:22:21.152Z] github.com/docker/docker/pkg/parsers [2021-09-16T19:22:21.152Z] github.com/docker/docker/pkg/parsers/kernel [2021-09-16T19:22:21.152Z] github.com/docker/docker/pkg/parsers/operatingsystem [2021-09-16T19:22:21.152Z] github.com/docker/docker/pkg/pidfile [2021-09-16T19:22:21.152Z] github.com/docker/docker/pkg/platform [2021-09-16T19:22:21.152Z] github.com/docker/docker/pkg/plugingetter [2021-09-16T19:22:21.152Z] github.com/docker/docker/pkg/plugins [2021-09-16T19:22:21.152Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2021-09-16T19:22:21.152Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2021-09-16T19:22:21.152Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2021-09-16T19:22:21.152Z] github.com/docker/docker/pkg/plugins/transport [2021-09-16T19:22:21.152Z] github.com/docker/docker/pkg/pools [2021-09-16T19:22:21.152Z] github.com/docker/docker/pkg/progress [2021-09-16T19:22:21.152Z] github.com/docker/docker/pkg/pubsub [2021-09-16T19:22:21.152Z] github.com/docker/docker/pkg/reexec [2021-09-16T19:22:21.152Z] github.com/docker/docker/pkg/signal [2021-09-16T19:22:21.152Z] github.com/docker/docker/pkg/stack [2021-09-16T19:22:21.152Z] github.com/docker/docker/pkg/stdcopy [2021-09-16T19:22:21.152Z] github.com/docker/docker/pkg/streamformatter [2021-09-16T19:22:21.152Z] github.com/docker/docker/pkg/stringid [2021-09-16T19:22:21.152Z] github.com/docker/docker/pkg/symlink [2021-09-16T19:22:21.152Z] github.com/docker/docker/pkg/sysinfo [2021-09-16T19:22:21.152Z] github.com/docker/docker/pkg/system [2021-09-16T19:22:21.152Z] github.com/docker/docker/pkg/tailfile [2021-09-16T19:22:21.152Z] github.com/docker/docker/pkg/tarsum [2021-09-16T19:22:21.152Z] github.com/docker/docker/pkg/term [2021-09-16T19:22:21.152Z] github.com/docker/docker/pkg/term/windows [2021-09-16T19:22:21.152Z] github.com/docker/docker/pkg/truncindex [2021-09-16T19:22:21.152Z] github.com/docker/docker/pkg/urlutil [2021-09-16T19:22:21.152Z] github.com/docker/docker/pkg/useragent [2021-09-16T19:22:21.152Z] github.com/docker/docker/plugin [2021-09-16T19:22:21.152Z] github.com/docker/docker/plugin/executor/containerd [2021-09-16T19:22:21.152Z] github.com/docker/docker/plugin/v2 [2021-09-16T19:22:21.152Z] github.com/docker/docker/profiles/apparmor [2021-09-16T19:22:21.152Z] github.com/docker/docker/profiles/seccomp [2021-09-16T19:22:21.152Z] github.com/docker/docker/quota [2021-09-16T19:22:21.152Z] github.com/docker/docker/reference [2021-09-16T19:22:21.152Z] github.com/docker/docker/registry [2021-09-16T19:22:21.152Z] github.com/docker/docker/registry/resumable [2021-09-16T19:22:21.152Z] github.com/docker/docker/restartmanager [2021-09-16T19:22:21.152Z] github.com/docker/docker/rootless [2021-09-16T19:22:21.152Z] github.com/docker/docker/rootless/specconv [2021-09-16T19:22:21.152Z] github.com/docker/docker/runconfig [2021-09-16T19:22:21.152Z] github.com/docker/docker/runconfig/opts [2021-09-16T19:22:21.152Z] github.com/docker/docker/testutil [2021-09-16T19:22:21.152Z] github.com/docker/docker/testutil/daemon [2021-09-16T19:22:21.152Z] github.com/docker/docker/testutil/environment [2021-09-16T19:22:21.152Z] github.com/docker/docker/testutil/fakecontext [2021-09-16T19:22:21.152Z] github.com/docker/docker/testutil/fakegit [2021-09-16T19:22:21.152Z] github.com/docker/docker/testutil/fakestorage [2021-09-16T19:22:21.152Z] github.com/docker/docker/testutil/fixtures/load [2021-09-16T19:22:21.152Z] github.com/docker/docker/testutil/fixtures/plugin [2021-09-16T19:22:21.152Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2021-09-16T19:22:21.152Z] github.com/docker/docker/testutil/registry [2021-09-16T19:22:21.152Z] github.com/docker/docker/testutil/request [2021-09-16T19:22:21.152Z] github.com/docker/docker/volume [2021-09-16T19:22:21.152Z] github.com/docker/docker/volume/drivers [2021-09-16T19:22:21.152Z] github.com/docker/docker/volume/local [2021-09-16T19:22:21.152Z] github.com/docker/docker/volume/mounts [2021-09-16T19:22:21.152Z] github.com/docker/docker/volume/service [2021-09-16T19:22:21.152Z] github.com/docker/docker/volume/service/opts [2021-09-16T19:22:21.152Z] github.com/docker/docker/volume/testutils' [2021-09-16T19:22:21.152Z] ++ grep --fixed-strings /libnetwork [2021-09-16T19:22:21.152Z] + libnetwork_pkg_list='github.com/docker/docker/libnetwork [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/bitseq [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/cluster [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/cmd/readme_test [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/config [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/datastore [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/diagnostic [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/discoverapi [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/driverapi [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/drivers/host [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/drivers/macvlan [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/drivers/null [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/drivers/overlay [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/drivers/remote [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/drivers/remote/api [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/drivers/windows [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/drvregistry [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/etchosts [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/hostdiscovery [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/idm [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/internal/caller [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/internal/setmatrix [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/ipam [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/ipamapi [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/ipams/builtin [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/ipams/null [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/ipams/remote [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/ipams/remote/api [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/ipamutils [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/iptables [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/netlabel [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/netutils [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/networkdb [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/ns [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/options [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/osl [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/osl/kernel [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/portallocator [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/portmapper [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/resolvconf [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/testutils [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/types' [2021-09-16T19:22:21.152Z] + echo 'github.com/docker/docker/libnetwork [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/bitseq [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/cluster [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/cmd/readme_test [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/config [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/datastore [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/diagnostic [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/discoverapi [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/driverapi [2021-09-16T19:22:21.152Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-09-16T19:22:21.153Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-09-16T19:22:21.153Z] github.com/docker/docker/libnetwork/drivers/host [2021-09-16T19:22:21.153Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2021-09-16T19:22:21.153Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2021-09-16T19:22:21.153Z] github.com/docker/docker/libnetwork/drivers/macvlan [2021-09-16T19:22:21.153Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2021-09-16T19:22:21.153Z] github.com/docker/docker/libnetwork/drivers/null [2021-09-16T19:22:21.153Z] github.com/docker/docker/libnetwork/drivers/overlay [2021-09-16T19:22:21.153Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2021-09-16T19:22:21.153Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2021-09-16T19:22:21.153Z] github.com/docker/docker/libnetwork/drivers/remote [2021-09-16T19:22:21.153Z] github.com/docker/docker/libnetwork/drivers/remote/api [2021-09-16T19:22:21.153Z] github.com/docker/docker/libnetwork/drivers/windows [2021-09-16T19:22:21.153Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2021-09-16T19:22:21.153Z] github.com/docker/docker/libnetwork/drvregistry [2021-09-16T19:22:21.153Z] github.com/docker/docker/libnetwork/etchosts [2021-09-16T19:22:21.153Z] github.com/docker/docker/libnetwork/hostdiscovery [2021-09-16T19:22:21.153Z] github.com/docker/docker/libnetwork/idm [2021-09-16T19:22:21.153Z] github.com/docker/docker/libnetwork/internal/caller [2021-09-16T19:22:21.153Z] github.com/docker/docker/libnetwork/internal/setmatrix [2021-09-16T19:22:21.153Z] github.com/docker/docker/libnetwork/ipam [2021-09-16T19:22:21.153Z] github.com/docker/docker/libnetwork/ipamapi [2021-09-16T19:22:21.153Z] github.com/docker/docker/libnetwork/ipams/builtin [2021-09-16T19:22:21.153Z] github.com/docker/docker/libnetwork/ipams/null [2021-09-16T19:22:21.153Z] github.com/docker/docker/libnetwork/ipams/remote [2021-09-16T19:22:21.153Z] github.com/docker/docker/libnetwork/ipams/remote/api [2021-09-16T19:22:21.153Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2021-09-16T19:22:21.153Z] github.com/docker/docker/libnetwork/ipamutils [2021-09-16T19:22:21.153Z] github.com/docker/docker/libnetwork/iptables [2021-09-16T19:22:21.153Z] github.com/docker/docker/libnetwork/netlabel [2021-09-16T19:22:21.153Z] github.com/docker/docker/libnetwork/netutils [2021-09-16T19:22:21.153Z] github.com/docker/docker/libnetwork/networkdb [2021-09-16T19:22:21.153Z] github.com/docker/docker/libnetwork/ns [2021-09-16T19:22:21.153Z] github.com/docker/docker/libnetwork/options [2021-09-16T19:22:21.153Z] github.com/docker/docker/libnetwork/osl [2021-09-16T19:22:21.153Z] github.com/docker/docker/libnetwork/osl/kernel [2021-09-16T19:22:21.153Z] github.com/docker/docker/libnetwork/portallocator [2021-09-16T19:22:21.153Z] github.com/docker/docker/libnetwork/portmapper [2021-09-16T19:22:21.153Z] github.com/docker/docker/libnetwork/resolvconf [2021-09-16T19:22:21.153Z] github.com/docker/docker/libnetwork/testutils [2021-09-16T19:22:21.153Z] github.com/docker/docker/libnetwork/types' [2021-09-16T19:22:21.153Z] + grep --fixed-strings libnetwork/drivers/bridge [2021-09-16T19:22:21.153Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-09-16T19:22:21.153Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-09-16T19:22:21.153Z] + type docker-proxy [2021-09-16T19:22:21.153Z] hack/test/unit: line 25: type: docker-proxy: not found [2021-09-16T19:22:21.153Z] + hack/make.sh binary-proxy install-proxy [2021-09-16T19:22:21.153Z] [2021-09-16T19:22:21.153Z] Removing bundles/ [2021-09-16T19:22:21.153Z] [2021-09-16T19:22:21.153Z] ---> Making bundle: binary-proxy (in bundles/binary-proxy) [2021-09-16T19:22:21.153Z] Building: bundles/binary-proxy/docker-proxy-dev [2021-09-16T19:22:21.153Z] GOOS="" GOARCH="" GOARM="" [2021-09-16T19:22:21.647Z] === RUN TestDockerSuite/TestEventsRedirectStdout [2021-09-16T19:22:21.907Z] --- PASS: TestServiceUpdateSecrets (15.23s) [2021-09-16T19:22:21.907Z] === RUN TestServiceUpdateConfigs [2021-09-16T19:22:22.167Z] === RUN TestDockerSuite/TestEventsRename [2021-09-16T19:22:22.738Z] === RUN TestDockerSuite/TestEventsResize [2021-09-16T19:22:23.308Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2021-09-16T19:22:27.716Z] Created binary: bundles/binary-proxy/docker-proxy-dev [2021-09-16T19:22:27.716Z] [2021-09-16T19:22:27.716Z] ---> Making bundle: install-proxy (in bundles/install-proxy) [2021-09-16T19:22:27.716Z] Installing docker-proxy to /usr/local/bin/ [2021-09-16T19:22:27.716Z] [2021-09-16T19:22:27.716Z] + mkdir -p bundles [2021-09-16T19:22:27.716Z] + '[' -n 'github.com/docker/docker/api [2021-09-16T19:22:27.716Z] github.com/docker/docker/api/server [2021-09-16T19:22:27.716Z] github.com/docker/docker/api/server/backend/build [2021-09-16T19:22:27.716Z] github.com/docker/docker/api/server/httputils [2021-09-16T19:22:27.716Z] github.com/docker/docker/api/server/middleware [2021-09-16T19:22:27.716Z] github.com/docker/docker/api/server/router [2021-09-16T19:22:27.716Z] github.com/docker/docker/api/server/router/build [2021-09-16T19:22:27.716Z] github.com/docker/docker/api/server/router/checkpoint [2021-09-16T19:22:27.716Z] github.com/docker/docker/api/server/router/container [2021-09-16T19:22:27.716Z] github.com/docker/docker/api/server/router/debug [2021-09-16T19:22:27.716Z] github.com/docker/docker/api/server/router/distribution [2021-09-16T19:22:27.716Z] github.com/docker/docker/api/server/router/grpc [2021-09-16T19:22:27.716Z] github.com/docker/docker/api/server/router/image [2021-09-16T19:22:27.716Z] github.com/docker/docker/api/server/router/network [2021-09-16T19:22:27.716Z] github.com/docker/docker/api/server/router/plugin [2021-09-16T19:22:27.716Z] github.com/docker/docker/api/server/router/session [2021-09-16T19:22:27.716Z] github.com/docker/docker/api/server/router/swarm [2021-09-16T19:22:27.716Z] github.com/docker/docker/api/server/router/system [2021-09-16T19:22:27.716Z] github.com/docker/docker/api/server/router/volume [2021-09-16T19:22:27.716Z] github.com/docker/docker/api/types [2021-09-16T19:22:27.716Z] github.com/docker/docker/api/types/backend [2021-09-16T19:22:27.716Z] github.com/docker/docker/api/types/blkiodev [2021-09-16T19:22:27.716Z] github.com/docker/docker/api/types/container [2021-09-16T19:22:27.716Z] github.com/docker/docker/api/types/events [2021-09-16T19:22:27.716Z] github.com/docker/docker/api/types/filters [2021-09-16T19:22:27.716Z] github.com/docker/docker/api/types/image [2021-09-16T19:22:27.716Z] github.com/docker/docker/api/types/mount [2021-09-16T19:22:27.716Z] github.com/docker/docker/api/types/network [2021-09-16T19:22:27.716Z] github.com/docker/docker/api/types/plugins/logdriver [2021-09-16T19:22:27.716Z] github.com/docker/docker/api/types/registry [2021-09-16T19:22:27.716Z] github.com/docker/docker/api/types/strslice [2021-09-16T19:22:27.716Z] github.com/docker/docker/api/types/swarm [2021-09-16T19:22:27.716Z] github.com/docker/docker/api/types/swarm/runtime [2021-09-16T19:22:27.716Z] github.com/docker/docker/api/types/time [2021-09-16T19:22:27.716Z] github.com/docker/docker/api/types/versions [2021-09-16T19:22:27.716Z] github.com/docker/docker/api/types/versions/v1p19 [2021-09-16T19:22:27.716Z] github.com/docker/docker/api/types/versions/v1p20 [2021-09-16T19:22:27.716Z] github.com/docker/docker/api/types/volume [2021-09-16T19:22:27.716Z] github.com/docker/docker/builder [2021-09-16T19:22:27.716Z] github.com/docker/docker/builder/builder-next [2021-09-16T19:22:27.716Z] github.com/docker/docker/builder/builder-next/adapters/containerimage [2021-09-16T19:22:27.716Z] github.com/docker/docker/builder/builder-next/adapters/localinlinecache [2021-09-16T19:22:27.716Z] github.com/docker/docker/builder/builder-next/adapters/snapshot [2021-09-16T19:22:27.716Z] github.com/docker/docker/builder/builder-next/exporter [2021-09-16T19:22:27.716Z] github.com/docker/docker/builder/builder-next/imagerefchecker [2021-09-16T19:22:27.716Z] github.com/docker/docker/builder/builder-next/worker [2021-09-16T19:22:27.716Z] github.com/docker/docker/builder/dockerfile [2021-09-16T19:22:27.716Z] github.com/docker/docker/builder/dockerignore [2021-09-16T19:22:27.716Z] github.com/docker/docker/builder/remotecontext [2021-09-16T19:22:27.716Z] github.com/docker/docker/builder/remotecontext/git [2021-09-16T19:22:27.716Z] github.com/docker/docker/cli [2021-09-16T19:22:27.716Z] github.com/docker/docker/cli/config [2021-09-16T19:22:27.716Z] github.com/docker/docker/cli/debug [2021-09-16T19:22:27.716Z] github.com/docker/docker/client [2021-09-16T19:22:27.716Z] github.com/docker/docker/cmd/docker-proxy [2021-09-16T19:22:27.716Z] github.com/docker/docker/cmd/dockerd [2021-09-16T19:22:27.716Z] github.com/docker/docker/cmd/dockerd/trap [2021-09-16T19:22:27.716Z] github.com/docker/docker/cmd/dockerd/trap/testfiles [2021-09-16T19:22:27.716Z] github.com/docker/docker/container [2021-09-16T19:22:27.716Z] github.com/docker/docker/container/stream [2021-09-16T19:22:27.716Z] github.com/docker/docker/contrib/apparmor [2021-09-16T19:22:27.716Z] github.com/docker/docker/contrib/docker-device-tool [2021-09-16T19:22:27.716Z] github.com/docker/docker/contrib/httpserver [2021-09-16T19:22:27.716Z] github.com/docker/docker/daemon [2021-09-16T19:22:27.716Z] github.com/docker/docker/daemon/cluster [2021-09-16T19:22:27.716Z] github.com/docker/docker/daemon/cluster/controllers/plugin [2021-09-16T19:22:27.716Z] github.com/docker/docker/daemon/cluster/convert [2021-09-16T19:22:27.716Z] github.com/docker/docker/daemon/cluster/executor [2021-09-16T19:22:27.716Z] github.com/docker/docker/daemon/cluster/executor/container [2021-09-16T19:22:27.716Z] github.com/docker/docker/daemon/cluster/provider [2021-09-16T19:22:27.716Z] github.com/docker/docker/daemon/config [2021-09-16T19:22:27.716Z] github.com/docker/docker/daemon/discovery [2021-09-16T19:22:27.716Z] github.com/docker/docker/daemon/events [2021-09-16T19:22:27.716Z] github.com/docker/docker/daemon/events/testutils [2021-09-16T19:22:27.716Z] github.com/docker/docker/daemon/exec [2021-09-16T19:22:27.716Z] github.com/docker/docker/daemon/graphdriver [2021-09-16T19:22:27.716Z] github.com/docker/docker/daemon/graphdriver/aufs [2021-09-16T19:22:27.716Z] github.com/docker/docker/daemon/graphdriver/btrfs [2021-09-16T19:22:27.716Z] github.com/docker/docker/daemon/graphdriver/copy [2021-09-16T19:22:27.716Z] github.com/docker/docker/daemon/graphdriver/devmapper [2021-09-16T19:22:27.716Z] github.com/docker/docker/daemon/graphdriver/fuse-overlayfs [2021-09-16T19:22:27.716Z] github.com/docker/docker/daemon/graphdriver/graphtest [2021-09-16T19:22:27.716Z] github.com/docker/docker/daemon/graphdriver/overlay [2021-09-16T19:22:27.716Z] github.com/docker/docker/daemon/graphdriver/overlay2 [2021-09-16T19:22:27.716Z] github.com/docker/docker/daemon/graphdriver/overlayutils [2021-09-16T19:22:27.716Z] github.com/docker/docker/daemon/graphdriver/register [2021-09-16T19:22:27.716Z] github.com/docker/docker/daemon/graphdriver/vfs [2021-09-16T19:22:27.716Z] github.com/docker/docker/daemon/graphdriver/zfs [2021-09-16T19:22:27.716Z] github.com/docker/docker/daemon/images [2021-09-16T19:22:27.716Z] github.com/docker/docker/daemon/initlayer [2021-09-16T19:22:27.716Z] github.com/docker/docker/daemon/links [2021-09-16T19:22:27.716Z] github.com/docker/docker/daemon/listeners [2021-09-16T19:22:27.716Z] github.com/docker/docker/daemon/logger [2021-09-16T19:22:27.716Z] github.com/docker/docker/daemon/logger/awslogs [2021-09-16T19:22:27.716Z] github.com/docker/docker/daemon/logger/fluentd [2021-09-16T19:22:27.716Z] github.com/docker/docker/daemon/logger/gcplogs [2021-09-16T19:22:27.716Z] github.com/docker/docker/daemon/logger/gelf [2021-09-16T19:22:27.716Z] github.com/docker/docker/daemon/logger/journald [2021-09-16T19:22:27.716Z] github.com/docker/docker/daemon/logger/jsonfilelog [2021-09-16T19:22:27.716Z] github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog [2021-09-16T19:22:27.716Z] github.com/docker/docker/daemon/logger/local [2021-09-16T19:22:27.716Z] github.com/docker/docker/daemon/logger/logentries [2021-09-16T19:22:27.716Z] github.com/docker/docker/daemon/logger/loggerutils [2021-09-16T19:22:27.716Z] github.com/docker/docker/daemon/logger/loggerutils/cache [2021-09-16T19:22:27.716Z] github.com/docker/docker/daemon/logger/splunk [2021-09-16T19:22:27.716Z] github.com/docker/docker/daemon/logger/syslog [2021-09-16T19:22:27.716Z] github.com/docker/docker/daemon/logger/templates [2021-09-16T19:22:27.716Z] github.com/docker/docker/daemon/names [2021-09-16T19:22:27.716Z] github.com/docker/docker/daemon/network [2021-09-16T19:22:27.716Z] github.com/docker/docker/daemon/stats [2021-09-16T19:22:27.716Z] github.com/docker/docker/distribution [2021-09-16T19:22:27.716Z] github.com/docker/docker/distribution/metadata [2021-09-16T19:22:27.716Z] github.com/docker/docker/distribution/utils [2021-09-16T19:22:27.716Z] github.com/docker/docker/distribution/xfer [2021-09-16T19:22:27.716Z] github.com/docker/docker/dockerversion [2021-09-16T19:22:27.716Z] github.com/docker/docker/errdefs [2021-09-16T19:22:27.716Z] github.com/docker/docker/image [2021-09-16T19:22:27.716Z] github.com/docker/docker/image/cache [2021-09-16T19:22:27.716Z] github.com/docker/docker/image/tarexport [2021-09-16T19:22:27.716Z] github.com/docker/docker/image/v1 [2021-09-16T19:22:27.716Z] github.com/docker/docker/internal/test/suite [2021-09-16T19:22:27.716Z] github.com/docker/docker/layer [2021-09-16T19:22:27.716Z] github.com/docker/docker/libcontainerd [2021-09-16T19:22:27.716Z] github.com/docker/docker/libcontainerd/queue [2021-09-16T19:22:27.716Z] github.com/docker/docker/libcontainerd/remote [2021-09-16T19:22:27.716Z] github.com/docker/docker/libcontainerd/supervisor [2021-09-16T19:22:27.716Z] github.com/docker/docker/libcontainerd/types [2021-09-16T19:22:27.716Z] github.com/docker/docker/oci [2021-09-16T19:22:27.716Z] github.com/docker/docker/oci/caps [2021-09-16T19:22:27.716Z] github.com/docker/docker/opts [2021-09-16T19:22:27.716Z] github.com/docker/docker/pkg/aaparser [2021-09-16T19:22:27.716Z] github.com/docker/docker/pkg/archive [2021-09-16T19:22:27.716Z] github.com/docker/docker/pkg/authorization [2021-09-16T19:22:27.716Z] github.com/docker/docker/pkg/broadcaster [2021-09-16T19:22:27.716Z] github.com/docker/docker/pkg/capabilities [2021-09-16T19:22:27.716Z] github.com/docker/docker/pkg/chrootarchive [2021-09-16T19:22:27.716Z] github.com/docker/docker/pkg/containerfs [2021-09-16T19:22:27.716Z] github.com/docker/docker/pkg/devicemapper [2021-09-16T19:22:27.716Z] github.com/docker/docker/pkg/directory [2021-09-16T19:22:27.716Z] github.com/docker/docker/pkg/discovery [2021-09-16T19:22:27.716Z] github.com/docker/docker/pkg/discovery/file [2021-09-16T19:22:27.716Z] github.com/docker/docker/pkg/discovery/kv [2021-09-16T19:22:27.716Z] github.com/docker/docker/pkg/discovery/memory [2021-09-16T19:22:27.716Z] github.com/docker/docker/pkg/discovery/nodes [2021-09-16T19:22:27.716Z] github.com/docker/docker/pkg/dmesg [2021-09-16T19:22:27.716Z] github.com/docker/docker/pkg/filenotify [2021-09-16T19:22:27.716Z] github.com/docker/docker/pkg/fileutils [2021-09-16T19:22:27.716Z] github.com/docker/docker/pkg/fsutils [2021-09-16T19:22:27.716Z] github.com/docker/docker/pkg/homedir [2021-09-16T19:22:27.716Z] github.com/docker/docker/pkg/idtools [2021-09-16T19:22:27.716Z] github.com/docker/docker/pkg/ioutils [2021-09-16T19:22:27.716Z] github.com/docker/docker/pkg/jsonmessage [2021-09-16T19:22:27.716Z] github.com/docker/docker/pkg/locker [2021-09-16T19:22:27.716Z] github.com/docker/docker/pkg/longpath [2021-09-16T19:22:27.716Z] github.com/docker/docker/pkg/loopback [2021-09-16T19:22:27.716Z] github.com/docker/docker/pkg/mount [2021-09-16T19:22:27.716Z] github.com/docker/docker/pkg/namesgenerator [2021-09-16T19:22:27.716Z] github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [2021-09-16T19:22:27.716Z] github.com/docker/docker/pkg/parsers [2021-09-16T19:22:27.716Z] github.com/docker/docker/pkg/parsers/kernel [2021-09-16T19:22:27.716Z] github.com/docker/docker/pkg/parsers/operatingsystem [2021-09-16T19:22:27.716Z] github.com/docker/docker/pkg/pidfile [2021-09-16T19:22:27.716Z] github.com/docker/docker/pkg/platform [2021-09-16T19:22:27.716Z] github.com/docker/docker/pkg/plugingetter [2021-09-16T19:22:27.716Z] github.com/docker/docker/pkg/plugins [2021-09-16T19:22:27.716Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen [2021-09-16T19:22:27.716Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [2021-09-16T19:22:27.716Z] github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [2021-09-16T19:22:27.716Z] github.com/docker/docker/pkg/plugins/transport [2021-09-16T19:22:27.716Z] github.com/docker/docker/pkg/pools [2021-09-16T19:22:27.716Z] github.com/docker/docker/pkg/progress [2021-09-16T19:22:27.716Z] github.com/docker/docker/pkg/pubsub [2021-09-16T19:22:27.716Z] github.com/docker/docker/pkg/reexec [2021-09-16T19:22:27.716Z] github.com/docker/docker/pkg/signal [2021-09-16T19:22:27.716Z] github.com/docker/docker/pkg/stack [2021-09-16T19:22:27.716Z] github.com/docker/docker/pkg/stdcopy [2021-09-16T19:22:27.716Z] github.com/docker/docker/pkg/streamformatter [2021-09-16T19:22:27.716Z] github.com/docker/docker/pkg/stringid [2021-09-16T19:22:27.716Z] github.com/docker/docker/pkg/symlink [2021-09-16T19:22:27.716Z] github.com/docker/docker/pkg/sysinfo [2021-09-16T19:22:27.716Z] github.com/docker/docker/pkg/system [2021-09-16T19:22:27.716Z] github.com/docker/docker/pkg/tailfile [2021-09-16T19:22:27.716Z] github.com/docker/docker/pkg/tarsum [2021-09-16T19:22:27.716Z] github.com/docker/docker/pkg/term [2021-09-16T19:22:27.716Z] github.com/docker/docker/pkg/term/windows [2021-09-16T19:22:27.716Z] github.com/docker/docker/pkg/truncindex [2021-09-16T19:22:27.716Z] github.com/docker/docker/pkg/urlutil [2021-09-16T19:22:27.716Z] github.com/docker/docker/pkg/useragent [2021-09-16T19:22:27.716Z] github.com/docker/docker/plugin [2021-09-16T19:22:27.716Z] github.com/docker/docker/plugin/executor/containerd [2021-09-16T19:22:27.716Z] github.com/docker/docker/plugin/v2 [2021-09-16T19:22:27.716Z] github.com/docker/docker/profiles/apparmor [2021-09-16T19:22:27.716Z] github.com/docker/docker/profiles/seccomp [2021-09-16T19:22:27.716Z] github.com/docker/docker/quota [2021-09-16T19:22:27.716Z] github.com/docker/docker/reference [2021-09-16T19:22:27.716Z] github.com/docker/docker/registry [2021-09-16T19:22:27.716Z] github.com/docker/docker/registry/resumable [2021-09-16T19:22:27.716Z] github.com/docker/docker/restartmanager [2021-09-16T19:22:27.716Z] github.com/docker/docker/rootless [2021-09-16T19:22:27.716Z] github.com/docker/docker/rootless/specconv [2021-09-16T19:22:27.716Z] github.com/docker/docker/runconfig [2021-09-16T19:22:27.716Z] github.com/docker/docker/runconfig/opts [2021-09-16T19:22:27.716Z] github.com/docker/docker/testutil [2021-09-16T19:22:27.716Z] github.com/docker/docker/testutil/daemon [2021-09-16T19:22:27.716Z] github.com/docker/docker/testutil/environment [2021-09-16T19:22:27.716Z] github.com/docker/docker/testutil/fakecontext [2021-09-16T19:22:27.716Z] github.com/docker/docker/testutil/fakegit [2021-09-16T19:22:27.716Z] github.com/docker/docker/testutil/fakestorage [2021-09-16T19:22:27.716Z] github.com/docker/docker/testutil/fixtures/load [2021-09-16T19:22:27.716Z] github.com/docker/docker/testutil/fixtures/plugin [2021-09-16T19:22:27.716Z] github.com/docker/docker/testutil/fixtures/plugin/basic [2021-09-16T19:22:27.716Z] github.com/docker/docker/testutil/registry [2021-09-16T19:22:27.716Z] github.com/docker/docker/testutil/request [2021-09-16T19:22:27.716Z] github.com/docker/docker/volume [2021-09-16T19:22:27.716Z] github.com/docker/docker/volume/drivers [2021-09-16T19:22:27.716Z] github.com/docker/docker/volume/local [2021-09-16T19:22:27.716Z] github.com/docker/docker/volume/mounts [2021-09-16T19:22:27.716Z] github.com/docker/docker/volume/service [2021-09-16T19:22:27.716Z] github.com/docker/docker/volume/service/opts [2021-09-16T19:22:27.716Z] github.com/docker/docker/volume/testutils' ']' [2021-09-16T19:22:27.717Z] + 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-16T19:22:28.651Z] ? github.com/docker/docker/api [no test files] [2021-09-16T19:22:29.884Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2021-09-16T19:22:29.884Z] === RUN TestDockerSuite/TestEventsStreaming [2021-09-16T19:22:29.884Z] === RUN TestDockerSwarmSuite/TestAPISwarmRaftQuorum [2021-09-16T19:22:29.884Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2021-09-16T19:22:31.795Z] docker_api_swarm_test.go:384: [da411bba88794] joining swarm manager [d4b8163ea9522]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-09-16T19:22:32.734Z] === RUN TestDockerSuite/TestEventsTop [2021-09-16T19:22:32.994Z] docker_api_swarm_test.go:385: [dd5bf8f219dc3] joining swarm manager [d4b8163ea9522]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-09-16T19:22:33.564Z] === RUN TestDockerSuite/TestEventsUntag [2021-09-16T19:22:36.103Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2021-09-16T19:22:36.672Z] --- PASS: TestServiceUpdateConfigs (14.76s) [2021-09-16T19:22:36.672Z] === RUN TestServiceUpdateNetwork [2021-09-16T19:22:43.527Z] ok github.com/docker/docker/api/server 0.003s coverage: 9.0% of statements [2021-09-16T19:22:48.912Z] === RUN TestDockerSuite/TestExec [2021-09-16T19:22:48.912Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2021-09-16T19:22:48.912Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2021-09-16T19:22:48.912Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2021-09-16T19:22:49.174Z] === RUN TestDockerSuite/TestExecAPIStart [2021-09-16T19:22:49.174Z] --- PASS: TestServiceUpdateNetwork (12.55s) [2021-09-16T19:22:49.174Z] === RUN TestServiceUpdatePidsLimit [2021-09-16T19:22:50.557Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2021-09-16T19:22:50.817Z] === RUN TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 [2021-09-16T19:22:51.077Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2021-09-16T19:22:51.647Z] === RUN TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 [2021-09-16T19:22:51.907Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2021-09-16T19:22:52.477Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2021-09-16T19:22:53.047Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2021-09-16T19:22:53.617Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2021-09-16T19:22:54.186Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2021-09-16T19:22:55.125Z] === RUN TestDockerSuite/TestExecCgroup [2021-09-16T19:22:55.695Z] === RUN TestDockerSuite/TestExecEnv [2021-09-16T19:22:56.266Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2021-09-16T19:22:57.206Z] === RUN TestDockerSuite/TestExecExitStatus [2021-09-16T19:22:57.777Z] === RUN TestDockerSuite/TestExecInspectID [2021-09-16T19:22:58.715Z] === RUN TestServiceUpdatePidsLimit/update_PidsLimit_to_100 [2021-09-16T19:23:00.625Z] === RUN TestDockerSuite/TestExecInteractive [2021-09-16T19:23:00.884Z] === RUN TestDockerSuite/TestExecInteractiveStdinClose [2021-09-16T19:23:01.454Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2021-09-16T19:23:02.023Z] === RUN TestDockerSuite/TestExecParseError [2021-09-16T19:23:02.603Z] === RUN TestDockerSuite/TestExecPausedContainer [2021-09-16T19:23:03.172Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2021-09-16T19:23:03.741Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2021-09-16T19:23:04.680Z] === RUN TestDockerSuite/TestExecSetEnv [2021-09-16T19:23:05.249Z] === RUN TestDockerSuite/TestExecStartFails [2021-09-16T19:23:05.819Z] === RUN TestDockerSuite/TestExecStateCleanup [2021-09-16T19:23:06.079Z] --- PASS: TestServiceUpdatePidsLimit (16.87s) [2021-09-16T19:23:06.079Z] --- PASS: TestServiceUpdatePidsLimit/create_service_with_PidsLimit_300 (0.83s) [2021-09-16T19:23:06.079Z] --- PASS: TestServiceUpdatePidsLimit/unset_PidsLimit_to_0 (6.91s) [2021-09-16T19:23:06.079Z] --- PASS: TestServiceUpdatePidsLimit/update_PidsLimit_to_100 (7.01s) [2021-09-16T19:23:06.079Z] PASS [2021-09-16T19:23:06.079Z] [2021-09-16T19:23:06.079Z] === Skipped [2021-09-16T19:23:06.079Z] === SKIP: amd64.integration.service TestServiceListWithStatuses (0.00s) [2021-09-16T19:23:06.079Z] list_test.go:34: versions.LessThan(testEnv.DaemonInfo.ServerVersion, "1.41") [2021-09-16T19:23:06.079Z] [2021-09-16T19:23:06.079Z] DONE 27 tests, 1 skipped in 175.175s [2021-09-16T19:23:06.079Z] Running /go/src/github.com/docker/docker/integration/session (amd64.integration.session) flags=-test.v -test.timeout=120m [2021-09-16T19:23:06.079Z] ++ 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-16T19:23:06.079Z] ++ set -e [2021-09-16T19:23:06.079Z] ++ '[' -n 0 ']' [2021-09-16T19:23:06.079Z] ++ set -x [2021-09-16T19:23:06.079Z] ++ 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-16T19:23:06.340Z] INFO: Testing against a local daemon [2021-09-16T19:23:06.340Z] === RUN TestSessionCreate [2021-09-16T19:23:06.340Z] --- PASS: TestSessionCreate (0.02s) [2021-09-16T19:23:06.340Z] === RUN TestSessionCreateWithBadUpgrade [2021-09-16T19:23:06.340Z] --- PASS: TestSessionCreateWithBadUpgrade (0.02s) [2021-09-16T19:23:06.340Z] PASS [2021-09-16T19:23:06.340Z] [2021-09-16T19:23:06.340Z] DONE 2 tests in 0.135s [2021-09-16T19:23:06.340Z] Running /go/src/github.com/docker/docker/integration/system (amd64.integration.system) flags=-test.v -test.timeout=120m [2021-09-16T19:23:06.340Z] ++ 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-16T19:23:06.340Z] ++ set -e [2021-09-16T19:23:06.340Z] ++ '[' -n 0 ']' [2021-09-16T19:23:06.340Z] ++ set -x [2021-09-16T19:23:06.340Z] ++ 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-16T19:23:06.340Z] INFO: Testing against a local daemon [2021-09-16T19:23:06.340Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-09-16T19:23:06.340Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-09-16T19:23:06.340Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-09-16T19:23:06.340Z] === RUN TestDiskUsage [2021-09-16T19:23:06.340Z] === PAUSE TestDiskUsage [2021-09-16T19:23:06.340Z] === RUN TestEventsExecDie [2021-09-16T19:23:06.911Z] --- PASS: TestEventsExecDie (0.54s) [2021-09-16T19:23:06.911Z] === RUN TestEventsBackwardsCompatible [2021-09-16T19:23:07.171Z] --- PASS: TestEventsBackwardsCompatible (0.05s) [2021-09-16T19:23:07.171Z] === RUN TestEventsVolumeCreate [2021-09-16T19:23:07.171Z] --- PASS: TestEventsVolumeCreate (0.05s) [2021-09-16T19:23:07.171Z] === RUN TestInfoBinaryCommits [2021-09-16T19:23:07.171Z] --- PASS: TestInfoBinaryCommits (0.02s) [2021-09-16T19:23:07.171Z] === RUN TestInfoAPIVersioned [2021-09-16T19:23:07.171Z] --- PASS: TestInfoAPIVersioned (0.01s) [2021-09-16T19:23:07.171Z] === RUN TestInfoDiscoveryBackend [2021-09-16T19:23:07.740Z] --- PASS: TestInfoDiscoveryBackend (0.53s) [2021-09-16T19:23:07.740Z] === RUN TestInfoDiscoveryInvalidAdvertise [2021-09-16T19:23:08.679Z] --- PASS: TestInfoDiscoveryInvalidAdvertise (1.00s) [2021-09-16T19:23:08.679Z] === RUN TestInfoDiscoveryAdvertiseInterfaceName [2021-09-16T19:23:09.248Z] --- PASS: TestInfoDiscoveryAdvertiseInterfaceName (0.53s) [2021-09-16T19:23:09.248Z] === RUN TestInfoAPI [2021-09-16T19:23:09.248Z] --- PASS: TestInfoAPI (0.02s) [2021-09-16T19:23:09.248Z] === RUN TestInfoAPIWarnings [2021-09-16T19:23:17.370Z] === RUN TestDockerSuite/TestExecStopNotHanging [2021-09-16T19:23:17.370Z] === RUN TestDockerSuite/TestExecTTY [2021-09-16T19:23:17.630Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2021-09-16T19:23:18.200Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2021-09-16T19:23:18.771Z] === RUN TestDockerSuite/TestExecUlimits [2021-09-16T19:23:19.341Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2021-09-16T19:23:19.341Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2021-09-16T19:23:19.341Z] === RUN TestDockerSuite/TestExecWithImageUser [2021-09-16T19:23:20.724Z] === RUN TestDockerSuite/TestExecWithNoTERM [2021-09-16T19:23:20.985Z] === RUN TestDockerSuite/TestExecWithPrivileged [2021-09-16T19:23:21.925Z] === RUN TestDockerSuite/TestExecWithTERM [2021-09-16T19:23:22.185Z] === RUN TestDockerSuite/TestExecWithUser [2021-09-16T19:23:22.754Z] === RUN TestDockerSuite/TestGetContainerStats [2021-09-16T19:23:25.311Z] --- PASS: TestInfoAPIWarnings (16.22s) [2021-09-16T19:23:25.311Z] === RUN TestInfoDebug [2021-09-16T19:23:25.884Z] --- PASS: TestInfoDebug (0.52s) [2021-09-16T19:23:25.884Z] === RUN TestInfoInsecureRegistries [2021-09-16T19:23:26.454Z] --- PASS: TestInfoInsecureRegistries (0.54s) [2021-09-16T19:23:26.454Z] === RUN TestInfoRegistryMirrors [2021-09-16T19:23:27.024Z] --- PASS: TestInfoRegistryMirrors (0.53s) [2021-09-16T19:23:27.024Z] === RUN TestLoginFailsWithBadCredentials [2021-09-16T19:23:27.024Z] --- PASS: TestLoginFailsWithBadCredentials (0.09s) [2021-09-16T19:23:27.024Z] === RUN TestPingCacheHeaders [2021-09-16T19:23:27.024Z] --- PASS: TestPingCacheHeaders (0.02s) [2021-09-16T19:23:27.024Z] === RUN TestPingGet [2021-09-16T19:23:27.024Z] --- PASS: TestPingGet (0.01s) [2021-09-16T19:23:27.024Z] === RUN TestPingHead [2021-09-16T19:23:27.024Z] --- PASS: TestPingHead (0.01s) [2021-09-16T19:23:27.024Z] === RUN TestVersion [2021-09-16T19:23:27.024Z] --- PASS: TestVersion (0.02s) [2021-09-16T19:23:27.285Z] === CONT TestDiskUsage [2021-09-16T19:23:27.285Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2021-09-16T19:23:27.545Z] === RUN TestDiskUsage/empty [2021-09-16T19:23:27.545Z] === RUN TestDiskUsage/empty/container_types [2021-09-16T19:23:27.545Z] === RUN TestDiskUsage/empty/image_types [2021-09-16T19:23:27.545Z] === RUN TestDiskUsage/empty/volume_types [2021-09-16T19:23:27.545Z] === RUN TestDiskUsage/empty/build-cache_types [2021-09-16T19:23:27.545Z] === RUN TestDiskUsage/empty/container,_volume_types [2021-09-16T19:23:27.545Z] === RUN TestDiskUsage/empty/image,_build-cache_types [2021-09-16T19:23:27.545Z] === RUN TestDiskUsage/empty/container,_volume,_build-cache_types [2021-09-16T19:23:27.545Z] === RUN TestDiskUsage/empty/image,_volume,_build-cache_types [2021-09-16T19:23:27.545Z] === RUN TestDiskUsage/empty/container,_image,_volume_types [2021-09-16T19:23:27.545Z] === RUN TestDiskUsage/empty/container,_image,_volume,_build-cache_types [2021-09-16T19:23:27.545Z] === RUN TestDiskUsage/after_LoadBusybox [2021-09-16T19:23:27.805Z] === RUN TestDiskUsage/after_LoadBusybox/container_types [2021-09-16T19:23:27.805Z] === RUN TestDiskUsage/after_LoadBusybox/image_types [2021-09-16T19:23:27.805Z] === RUN TestDiskUsage/after_LoadBusybox/volume_types [2021-09-16T19:23:27.805Z] === RUN TestDiskUsage/after_LoadBusybox/build-cache_types [2021-09-16T19:23:27.805Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume_types [2021-09-16T19:23:27.805Z] === RUN TestDiskUsage/after_LoadBusybox/image,_build-cache_types [2021-09-16T19:23:27.805Z] === RUN TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types [2021-09-16T19:23:27.805Z] === RUN TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types [2021-09-16T19:23:27.805Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume_types [2021-09-16T19:23:27.805Z] === RUN TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types [2021-09-16T19:23:27.805Z] === RUN TestDiskUsage/after_container.Run [2021-09-16T19:23:28.065Z] === RUN TestDiskUsage/after_container.Run/container_types [2021-09-16T19:23:28.065Z] === RUN TestDiskUsage/after_container.Run/image_types [2021-09-16T19:23:28.065Z] === RUN TestDiskUsage/after_container.Run/volume_types [2021-09-16T19:23:28.065Z] === RUN TestDiskUsage/after_container.Run/build-cache_types [2021-09-16T19:23:28.065Z] === RUN TestDiskUsage/after_container.Run/container,_volume_types [2021-09-16T19:23:28.065Z] === RUN TestDiskUsage/after_container.Run/image,_build-cache_types [2021-09-16T19:23:28.065Z] === RUN TestDiskUsage/after_container.Run/container,_volume,_build-cache_types [2021-09-16T19:23:28.065Z] === RUN TestDiskUsage/after_container.Run/image,_volume,_build-cache_types [2021-09-16T19:23:28.065Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume_types [2021-09-16T19:23:28.065Z] === RUN TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types [2021-09-16T19:23:28.326Z] --- PASS: TestDiskUsage (1.17s) [2021-09-16T19:23:28.326Z] --- PASS: TestDiskUsage/empty (0.01s) [2021-09-16T19:23:28.326Z] --- PASS: TestDiskUsage/empty/container_types (0.00s) [2021-09-16T19:23:28.326Z] --- PASS: TestDiskUsage/empty/image_types (0.00s) [2021-09-16T19:23:28.326Z] --- PASS: TestDiskUsage/empty/volume_types (0.00s) [2021-09-16T19:23:28.326Z] --- PASS: TestDiskUsage/empty/build-cache_types (0.00s) [2021-09-16T19:23:28.326Z] --- PASS: TestDiskUsage/empty/container,_volume_types (0.00s) [2021-09-16T19:23:28.326Z] --- PASS: TestDiskUsage/empty/image,_build-cache_types (0.00s) [2021-09-16T19:23:28.326Z] --- PASS: TestDiskUsage/empty/container,_volume,_build-cache_types (0.00s) [2021-09-16T19:23:28.326Z] --- PASS: TestDiskUsage/empty/image,_volume,_build-cache_types (0.00s) [2021-09-16T19:23:28.326Z] --- PASS: TestDiskUsage/empty/container,_image,_volume_types (0.00s) [2021-09-16T19:23:28.326Z] --- PASS: TestDiskUsage/empty/container,_image,_volume,_build-cache_types (0.00s) [2021-09-16T19:23:28.326Z] --- PASS: TestDiskUsage/after_LoadBusybox (0.17s) [2021-09-16T19:23:28.326Z] --- PASS: TestDiskUsage/after_LoadBusybox/container_types (0.00s) [2021-09-16T19:23:28.326Z] --- PASS: TestDiskUsage/after_LoadBusybox/image_types (0.00s) [2021-09-16T19:23:28.326Z] --- PASS: TestDiskUsage/after_LoadBusybox/volume_types (0.00s) [2021-09-16T19:23:28.326Z] --- PASS: TestDiskUsage/after_LoadBusybox/build-cache_types (0.00s) [2021-09-16T19:23:28.326Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume_types (0.00s) [2021-09-16T19:23:28.326Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_build-cache_types (0.00s) [2021-09-16T19:23:28.326Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_volume,_build-cache_types (0.00s) [2021-09-16T19:23:28.326Z] --- PASS: TestDiskUsage/after_LoadBusybox/image,_volume,_build-cache_types (0.00s) [2021-09-16T19:23:28.326Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume_types (0.00s) [2021-09-16T19:23:28.326Z] --- PASS: TestDiskUsage/after_LoadBusybox/container,_image,_volume,_build-cache_types (0.00s) [2021-09-16T19:23:28.326Z] --- PASS: TestDiskUsage/after_container.Run (0.30s) [2021-09-16T19:23:28.326Z] --- PASS: TestDiskUsage/after_container.Run/container_types (0.00s) [2021-09-16T19:23:28.326Z] --- PASS: TestDiskUsage/after_container.Run/image_types (0.00s) [2021-09-16T19:23:28.326Z] --- PASS: TestDiskUsage/after_container.Run/volume_types (0.00s) [2021-09-16T19:23:28.326Z] --- PASS: TestDiskUsage/after_container.Run/build-cache_types (0.00s) [2021-09-16T19:23:28.326Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume_types (0.00s) [2021-09-16T19:23:28.326Z] --- PASS: TestDiskUsage/after_container.Run/image,_build-cache_types (0.00s) [2021-09-16T19:23:28.326Z] --- PASS: TestDiskUsage/after_container.Run/container,_volume,_build-cache_types (0.00s) [2021-09-16T19:23:28.326Z] --- PASS: TestDiskUsage/after_container.Run/image,_volume,_build-cache_types (0.00s) [2021-09-16T19:23:28.326Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume_types (0.00s) [2021-09-16T19:23:28.326Z] --- PASS: TestDiskUsage/after_container.Run/container,_image,_volume,_build-cache_types (0.00s) [2021-09-16T19:23:28.326Z] PASS [2021-09-16T19:23:28.326Z] [2021-09-16T19:23:28.326Z] === Skipped [2021-09-16T19:23:28.326Z] === SKIP: amd64.integration.system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-09-16T19:23:28.326Z] cgroupdriver_systemd_test.go:32: !hasSystemd() [2021-09-16T19:23:28.326Z] [2021-09-16T19:23:28.326Z] DONE 53 tests, 1 skipped in 21.995s [2021-09-16T19:23:28.326Z] Running /go/src/github.com/docker/docker/integration/volume (amd64.integration.volume) flags=-test.v -test.timeout=120m [2021-09-16T19:23:28.326Z] ++ 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-16T19:23:28.326Z] ++ set -e [2021-09-16T19:23:28.326Z] ++ '[' -n 0 ']' [2021-09-16T19:23:28.326Z] ++ set -x [2021-09-16T19:23:28.326Z] ++ 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-16T19:23:28.326Z] INFO: Testing against a local daemon [2021-09-16T19:23:28.326Z] === RUN TestVolumesCreateAndList [2021-09-16T19:23:28.326Z] --- PASS: TestVolumesCreateAndList (0.02s) [2021-09-16T19:23:28.326Z] === RUN TestVolumesRemove [2021-09-16T19:23:28.587Z] --- PASS: TestVolumesRemove (0.05s) [2021-09-16T19:23:28.587Z] === RUN TestVolumesInspect [2021-09-16T19:23:28.587Z] --- PASS: TestVolumesInspect (0.02s) [2021-09-16T19:23:28.587Z] === RUN TestVolumesInvalidJSON [2021-09-16T19:23:28.587Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-09-16T19:23:28.587Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-09-16T19:23:28.587Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-09-16T19:23:28.587Z] --- PASS: TestVolumesInvalidJSON (0.01s) [2021-09-16T19:23:28.587Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-09-16T19:23:28.587Z] PASS [2021-09-16T19:23:28.587Z] [2021-09-16T19:23:28.587Z] DONE 5 tests in 0.192s [2021-09-16T19:23:28.587Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-09-16T19:23:28.587Z] ++++ cat bundles/test-integration/docker.pid [2021-09-16T19:23:28.587Z] +++ kill 6304 [2021-09-16T19:23:28.847Z] +++ /etc/init.d/apparmor stop [2021-09-16T19:23:28.847Z] Leaving: AppArmorNo profiles have been unloaded. [2021-09-16T19:23:28.847Z] [2021-09-16T19:23:28.847Z] Unloading profiles will leave already running processes permanently [2021-09-16T19:23:28.847Z] unconfined, which can lead to unexpected situations. [2021-09-16T19:23:28.847Z] [2021-09-16T19:23:28.847Z] To set a process to complain mode, use the command line tool [2021-09-16T19:23:28.847Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-09-16T19:23:28.847Z] +++ true [2021-09-16T19:23:28.847Z] exiting test-integration [2021-09-16T19:23:28.847Z] ++ exit 0 [2021-09-16T19:23:28.847Z] [2021-09-16T19:23:29.416Z] + for job in $(jobs -p) [2021-09-16T19:23:29.416Z] + wait 17176 [2021-09-16T19:23:31.954Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2021-09-16T19:23:33.334Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2021-09-16T19:23:37.529Z] check_test.go:379: [dd5bf8f219dc3] daemon is not started [2021-09-16T19:23:37.529Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestartCluster [2021-09-16T19:23:37.788Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2021-09-16T19:23:38.358Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2021-09-16T19:23:38.358Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2021-09-16T19:23:38.358Z] === RUN TestDockerSuite/TestHealth [2021-09-16T19:23:39.298Z] docker_api_swarm_test.go:802: [d1510111d6301] joining swarm manager [d8e4bb04d4119]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-09-16T19:23:40.679Z] docker_api_swarm_test.go:802: [d84a5977b4266] joining swarm manager [d8e4bb04d4119]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-09-16T19:23:41.618Z] docker_api_swarm_test.go:802: [d17ce8cd9673a] joining swarm manager [d8e4bb04d4119]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2021-09-16T19:23:43.001Z] docker_api_swarm_test.go:802: [d266fd2db95b5] joining swarm manager [d8e4bb04d4119]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2021-09-16T19:23:44.386Z] docker_api_swarm_test.go:810: [d78d5172f82bc] joining swarm manager [d8e4bb04d4119]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2482 [2021-09-16T19:23:59.280Z] === RUN TestDockerSuite/TestHistoryExistentImage [2021-09-16T19:23:59.280Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2021-09-16T19:23:59.280Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2021-09-16T19:23:59.280Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2021-09-16T19:23:59.280Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2021-09-16T19:23:59.280Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2021-09-16T19:23:59.280Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2021-09-16T19:23:59.280Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2021-09-16T19:23:59.280Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2021-09-16T19:23:59.280Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2021-09-16T19:23:59.280Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2021-09-16T19:23:59.280Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2021-09-16T19:23:59.280Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2021-09-16T19:23:59.280Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2021-09-16T19:23:59.850Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2021-09-16T19:23:59.850Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2021-09-16T19:24:00.420Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2021-09-16T19:24:01.360Z] === RUN TestDockerSuite/TestImagesFormat [2021-09-16T19:24:01.360Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2021-09-16T19:24:01.620Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2021-09-16T19:24:04.912Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2021-09-16T19:24:04.912Z] === RUN TestDockerSuite/TestImportBadURL [2021-09-16T19:24:04.912Z] === RUN TestDockerSuite/TestImportDisplay [2021-09-16T19:24:04.968Z] ? github.com/docker/docker/api/server/backend/build [no test files] [2021-09-16T19:24:04.969Z] ok github.com/docker/docker/api/server/httputils 0.004s coverage: 14.7% of statements [2021-09-16T19:24:04.969Z] ok github.com/docker/docker/api/server/middleware 0.004s coverage: 37.7% of statements [2021-09-16T19:24:04.969Z] ? github.com/docker/docker/api/server/router [no test files] [2021-09-16T19:24:04.969Z] ? github.com/docker/docker/api/server/router/build [no test files] [2021-09-16T19:24:04.969Z] ? github.com/docker/docker/api/server/router/checkpoint [no test files] [2021-09-16T19:24:04.969Z] ? github.com/docker/docker/api/server/router/container [no test files] [2021-09-16T19:24:04.969Z] ? github.com/docker/docker/api/server/router/debug [no test files] [2021-09-16T19:24:04.969Z] ? github.com/docker/docker/api/server/router/distribution [no test files] [2021-09-16T19:24:04.969Z] ? github.com/docker/docker/api/server/router/grpc [no test files] [2021-09-16T19:24:04.969Z] ? github.com/docker/docker/api/server/router/image [no test files] [2021-09-16T19:24:04.969Z] ? github.com/docker/docker/api/server/router/network [no test files] [2021-09-16T19:24:04.969Z] ok github.com/docker/docker/api/server/router/swarm 0.003s coverage: 5.7% of statements [2021-09-16T19:24:04.969Z] ? github.com/docker/docker/api/server/router/plugin [no test files] [2021-09-16T19:24:04.969Z] ? github.com/docker/docker/api/server/router/session [no test files] [2021-09-16T19:24:04.969Z] ? github.com/docker/docker/api/server/router/system [no test files] [2021-09-16T19:24:04.969Z] ? github.com/docker/docker/api/server/router/volume [no test files] [2021-09-16T19:24:04.969Z] ? github.com/docker/docker/api/types [no test files] [2021-09-16T19:24:04.969Z] ? github.com/docker/docker/api/types/backend [no test files] [2021-09-16T19:24:04.969Z] ? github.com/docker/docker/api/types/blkiodev [no test files] [2021-09-16T19:24:04.969Z] ? github.com/docker/docker/api/types/container [no test files] [2021-09-16T19:24:04.969Z] ? github.com/docker/docker/api/types/events [no test files] [2021-09-16T19:24:04.969Z] ok github.com/docker/docker/api/types/filters 0.007s coverage: 92.2% of statements [2021-09-16T19:24:04.969Z] ? github.com/docker/docker/api/types/image [no test files] [2021-09-16T19:24:04.969Z] ? github.com/docker/docker/api/types/mount [no test files] [2021-09-16T19:24:04.969Z] ? github.com/docker/docker/api/types/network [no test files] [2021-09-16T19:24:04.969Z] ? github.com/docker/docker/api/types/plugins/logdriver [no test files] [2021-09-16T19:24:04.969Z] ? github.com/docker/docker/api/types/registry [no test files] [2021-09-16T19:24:04.969Z] ok github.com/docker/docker/api/types/strslice 0.003s coverage: 90.0% of statements [2021-09-16T19:24:04.969Z] ? github.com/docker/docker/api/types/swarm [no test files] [2021-09-16T19:24:04.969Z] ? github.com/docker/docker/api/types/swarm/runtime [no test files] [2021-09-16T19:24:04.969Z] ok github.com/docker/docker/api/types/versions 0.012s coverage: 77.3% of statements [2021-09-16T19:24:04.969Z] ok github.com/docker/docker/api/types/time 0.008s coverage: 100.0% of statements [2021-09-16T19:24:04.969Z] ? github.com/docker/docker/api/types/versions/v1p19 [no test files] [2021-09-16T19:24:04.969Z] ? github.com/docker/docker/api/types/versions/v1p20 [no test files] [2021-09-16T19:24:04.969Z] ? github.com/docker/docker/api/types/volume [no test files] [2021-09-16T19:24:04.969Z] ? github.com/docker/docker/builder [no test files] [2021-09-16T19:24:04.969Z] ? github.com/docker/docker/builder/builder-next [no test files] [2021-09-16T19:24:04.969Z] ? github.com/docker/docker/builder/builder-next/adapters/containerimage [no test files] [2021-09-16T19:24:04.969Z] ? github.com/docker/docker/builder/builder-next/adapters/localinlinecache [no test files] [2021-09-16T19:24:04.969Z] ? github.com/docker/docker/builder/builder-next/adapters/snapshot [no test files] [2021-09-16T19:24:04.969Z] ? github.com/docker/docker/builder/builder-next/exporter [no test files] [2021-09-16T19:24:04.969Z] ? github.com/docker/docker/builder/builder-next/imagerefchecker [no test files] [2021-09-16T19:24:04.969Z] ? github.com/docker/docker/builder/builder-next/worker [no test files] [2021-09-16T19:24:04.969Z] ok github.com/docker/docker/builder/remotecontext 0.086s coverage: 13.7% of statements [2021-09-16T19:24:04.969Z] ok github.com/docker/docker/builder/dockerfile 0.208s coverage: 49.0% of statements [2021-09-16T19:24:04.969Z] ? github.com/docker/docker/builder/dockerignore [no test files] [2021-09-16T19:24:04.969Z] ok github.com/docker/docker/cli/debug 0.002s coverage: 100.0% of statements [2021-09-16T19:24:04.969Z] ok github.com/docker/docker/builder/remotecontext/git 1.227s coverage: 86.3% of statements [2021-09-16T19:24:04.969Z] ? github.com/docker/docker/cli [no test files] [2021-09-16T19:24:04.969Z] ? github.com/docker/docker/cli/config [no test files] [2021-09-16T19:24:05.228Z] ok github.com/docker/docker/cmd/docker-proxy 0.105s coverage: 67.6% of statements [2021-09-16T19:24:05.485Z] === RUN TestDockerSuite/TestImportFile [2021-09-16T19:24:06.875Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2021-09-16T19:24:07.135Z] === RUN TestDockerSuite/TestImportFileWithMessage [2021-09-16T19:24:07.761Z] ok github.com/docker/docker/client 0.106s coverage: 75.6% of statements [2021-09-16T19:24:08.515Z] === RUN TestDockerSuite/TestImportGzipped [2021-09-16T19:24:09.456Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2021-09-16T19:24:10.837Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2021-09-16T19:24:11.097Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2021-09-16T19:24:11.669Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2021-09-16T19:24:12.240Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2021-09-16T19:24:12.240Z] === RUN TestDockerSuite/TestInfoSecurityOptions [2021-09-16T19:24:12.240Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2021-09-16T19:24:12.509Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2021-09-16T19:24:13.089Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2021-09-16T19:24:13.659Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2021-09-16T19:24:13.920Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2021-09-16T19:24:14.490Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2021-09-16T19:24:14.750Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2021-09-16T19:24:14.750Z] === RUN TestDockerSuite/TestInspectAPIMultipleNetworks [2021-09-16T19:24:16.132Z] === RUN TestDockerSuite/TestInspectAmpersand [2021-09-16T19:24:16.393Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2021-09-16T19:24:16.963Z] === RUN TestDockerSuite/TestInspectByPrefix [2021-09-16T19:24:16.963Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2021-09-16T19:24:17.223Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2021-09-16T19:24:17.223Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2021-09-16T19:24:17.223Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2021-09-16T19:24:18.163Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2021-09-16T19:24:18.424Z] === RUN TestDockerSuite/TestInspectDefault [2021-09-16T19:24:18.994Z] === RUN TestDockerSuite/TestInspectHistory [2021-09-16T19:24:19.564Z] === RUN TestDockerSuite/TestInspectImage [2021-09-16T19:24:19.564Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2021-09-16T19:24:19.564Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2021-09-16T19:24:19.564Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2021-09-16T19:24:19.564Z] === RUN TestDockerSuite/TestInspectInt64 [2021-09-16T19:24:19.824Z] === RUN TestDockerSuite/TestInspectJSONFields [2021-09-16T19:24:20.392Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2021-09-16T19:24:20.392Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2021-09-16T19:24:20.962Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2021-09-16T19:24:21.533Z] === RUN TestDockerSuite/TestInspectPlugin [2021-09-16T19:24:22.913Z] === RUN TestDockerSuite/TestInspectRootFS [2021-09-16T19:24:22.913Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2021-09-16T19:24:23.483Z] === RUN TestDockerSuite/TestInspectStatus [2021-09-16T19:24:24.052Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2021-09-16T19:24:24.992Z] === RUN TestDockerSuite/TestInspectTemplateError [2021-09-16T19:24:25.253Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2021-09-16T19:24:25.823Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2021-09-16T19:24:26.395Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2021-09-16T19:24:26.656Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2021-09-16T19:24:27.228Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2021-09-16T19:24:27.488Z] === RUN TestDockerSuite/TestInspectUnknownObject [2021-09-16T19:24:27.488Z] === RUN TestDockerSuite/TestLegacyRunNoNewPrivSetuid [2021-09-16T19:24:29.419Z] === RUN TestDockerSuite/TestLinkShortDefinition [2021-09-16T19:24:29.991Z] === RUN TestDockerSuite/TestLinksEnvs [2021-09-16T19:24:30.930Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2021-09-16T19:24:31.190Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2021-09-16T19:24:32.572Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2021-09-16T19:24:33.143Z] === RUN TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin [2021-09-16T19:24:33.717Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2021-09-16T19:24:35.100Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2021-09-16T19:24:35.100Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2021-09-16T19:24:36.483Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2021-09-16T19:24:37.053Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2021-09-16T19:24:37.313Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2021-09-16T19:24:45.446Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2021-09-16T19:24:45.446Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2021-09-16T19:24:46.468Z] ok github.com/docker/docker/cmd/dockerd 0.041s coverage: 29.3% of statements [2021-09-16T19:24:46.468Z] ok github.com/docker/docker/container 0.114s coverage: 34.8% of statements [2021-09-16T19:24:46.468Z] ok github.com/docker/docker/cmd/dockerd/trap 2.474s coverage: 0.0% of statements [2021-09-16T19:24:46.468Z] ? github.com/docker/docker/cmd/dockerd/trap/testfiles [no test files] [2021-09-16T19:24:46.468Z] ? github.com/docker/docker/container/stream [no test files] [2021-09-16T19:24:46.468Z] ? github.com/docker/docker/contrib/apparmor [no test files] [2021-09-16T19:24:46.468Z] ? github.com/docker/docker/contrib/docker-device-tool [no test files] [2021-09-16T19:24:46.468Z] ? github.com/docker/docker/contrib/httpserver [no test files] [2021-09-16T19:24:46.830Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2021-09-16T19:24:47.089Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2021-09-16T19:24:48.472Z] === RUN TestDockerSuite/TestLoadNoStdinFail [2021-09-16T19:24:48.472Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2021-09-16T19:24:48.732Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2021-09-16T19:24:48.732Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2021-09-16T19:24:48.993Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2021-09-16T19:24:49.252Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2021-09-16T19:24:49.824Z] === RUN TestDockerSuite/TestLogsAPIUntil [2021-09-16T19:24:53.138Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2021-09-16T19:24:53.707Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2021-09-16T19:24:54.276Z] === RUN TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate [2021-09-16T19:24:54.585Z] ok github.com/docker/docker/daemon/cluster 0.078s coverage: 0.5% of statements [2021-09-16T19:24:54.585Z] ok github.com/docker/docker/daemon/cluster/controllers/plugin 0.016s coverage: 65.3% of statements [2021-09-16T19:24:55.522Z] ok github.com/docker/docker/daemon/cluster/convert 0.009s coverage: 35.9% of statements [2021-09-16T19:24:58.474Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel [2021-09-16T19:24:58.474Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2021-09-16T19:24:58.734Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2021-09-16T19:24:58.734Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2021-09-16T19:24:59.676Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2021-09-16T19:25:00.249Z] docker_api_swarm_service_test.go:395: [d920801d9c16a] joining swarm manager [d7b57fb86843f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-09-16T19:25:00.823Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2021-09-16T19:25:01.084Z] docker_api_swarm_service_test.go:395: [dc6fb92ffbf1d] joining swarm manager [d7b57fb86843f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-09-16T19:25:01.658Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2021-09-16T19:25:02.600Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2021-09-16T19:25:03.633Z] ok github.com/docker/docker/daemon/cluster/executor/container 3.436s coverage: 13.8% of statements [2021-09-16T19:25:03.633Z] ok github.com/docker/docker/daemon/config 0.024s coverage: 81.1% of statements [2021-09-16T19:25:03.633Z] ok github.com/docker/docker/daemon/discovery 0.002s coverage: 30.0% of statements [2021-09-16T19:25:03.891Z] ok github.com/docker/docker/daemon/events 0.056s coverage: 50.0% of statements [2021-09-16T19:25:03.982Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2021-09-16T19:25:04.456Z] ok github.com/docker/docker/daemon/graphdriver 0.004s coverage: 2.2% of statements [2021-09-16T19:25:05.833Z] ok github.com/docker/docker/daemon/graphdriver/aufs 0.452s coverage: 74.6% of statements [2021-09-16T19:25:06.525Z] === RUN TestDockerSuite/TestLogsFollowStopped [2021-09-16T19:25:07.094Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2021-09-16T19:25:07.209Z] ok github.com/docker/docker/daemon 12.182s coverage: 17.5% of statements [2021-09-16T19:25:07.209Z] ? github.com/docker/docker/daemon/cluster/executor [no test files] [2021-09-16T19:25:07.209Z] ? github.com/docker/docker/daemon/cluster/provider [no test files] [2021-09-16T19:25:07.209Z] ? github.com/docker/docker/daemon/events/testutils [no test files] [2021-09-16T19:25:07.209Z] ? github.com/docker/docker/daemon/exec [no test files] [2021-09-16T19:25:07.209Z] ok github.com/docker/docker/daemon/graphdriver/btrfs 0.021s coverage: 3.1% of statements [2021-09-16T19:25:07.354Z] === RUN TestDockerSuite/TestLogsSince [2021-09-16T19:25:07.775Z] ok github.com/docker/docker/daemon/graphdriver/copy 0.449s coverage: 56.2% of statements [2021-09-16T19:25:09.151Z] ok github.com/docker/docker/daemon/graphdriver/fuse-overlayfs 0.007s coverage: 1.9% of statements [2021-09-16T19:25:11.085Z] ok github.com/docker/docker/daemon/graphdriver/overlay 0.259s coverage: 49.4% of statements [2021-09-16T19:25:11.652Z] ok github.com/docker/docker/daemon/graphdriver/devmapper 2.684s coverage: 45.9% of statements [2021-09-16T19:25:11.652Z] ? github.com/docker/docker/daemon/graphdriver/graphtest [no test files] [2021-09-16T19:25:13.028Z] ok github.com/docker/docker/daemon/graphdriver/vfs 0.016s coverage: 57.5% of statements [2021-09-16T19:25:13.028Z] ok github.com/docker/docker/daemon/graphdriver/overlay2 0.711s coverage: 57.7% of statements [2021-09-16T19:25:13.028Z] ? github.com/docker/docker/daemon/graphdriver/overlayutils [no test files] [2021-09-16T19:25:13.028Z] ? github.com/docker/docker/daemon/graphdriver/register [no test files] [2021-09-16T19:25:13.274Z] --- PASS: TestBuildWCOWSandboxSize (646.27s) [2021-09-16T19:25:13.275Z] === RUN TestBuildWithEmptyDockerfile [2021-09-16T19:25:13.275Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-09-16T19:25:13.275Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-09-16T19:25:13.275Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-09-16T19:25:13.275Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-09-16T19:25:13.275Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-09-16T19:25:13.275Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-09-16T19:25:13.275Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-09-16T19:25:13.275Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-09-16T19:25:13.275Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-09-16T19:25:13.275Z] --- PASS: TestBuildWithEmptyDockerfile (0.35s) [2021-09-16T19:25:13.275Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2021-09-16T19:25:13.275Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.00s) [2021-09-16T19:25:13.275Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.00s) [2021-09-16T19:25:13.275Z] === RUN TestBuildPreserveOwnership [2021-09-16T19:25:13.275Z] build_test.go:632: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-09-16T19:25:13.275Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2021-09-16T19:25:13.275Z] === RUN TestBuildPlatformInvalid [2021-09-16T19:25:13.275Z] --- PASS: TestBuildPlatformInvalid (0.38s) [2021-09-16T19:25:13.275Z] PASS [2021-09-16T19:25:13.275Z] ok github.com/docker/docker/integration/build 772.440s [2021-09-16T19:25:13.275Z] [2021-09-16T19:25:13.275Z] === Skipped [2021-09-16T19:25:13.275Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2021-09-16T19:25:13.275Z] build_session_test.go:25: TODO: BuildKit [2021-09-16T19:25:13.275Z] [2021-09-16T19:25:13.275Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2021-09-16T19:25:13.275Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:25:13.275Z] [2021-09-16T19:25:13.275Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.00s) [2021-09-16T19:25:13.275Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-09-16T19:25:13.275Z] [2021-09-16T19:25:13.275Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2021-09-16T19:25:13.275Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-09-16T19:25:13.275Z] [2021-09-16T19:25:13.275Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2021-09-16T19:25:13.275Z] build_test.go:632: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-09-16T19:25:13.275Z] [2021-09-16T19:25:13.275Z] DONE 29 tests, 5 skipped in 791.624s [2021-09-16T19:25:13.275Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2021-09-16T19:25:13.275Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-09-16T19:25:13.275Z] INFO: Testing against a local daemon [2021-09-16T19:25:13.275Z] === RUN TestConfigInspect [2021-09-16T19:25:13.275Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:25:13.275Z] --- SKIP: TestConfigInspect (0.00s) [2021-09-16T19:25:13.275Z] === RUN TestConfigList [2021-09-16T19:25:13.275Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:25:13.275Z] --- SKIP: TestConfigList (0.00s) [2021-09-16T19:25:13.275Z] === RUN TestConfigsCreateAndDelete [2021-09-16T19:25:13.275Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:25:13.275Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2021-09-16T19:25:13.275Z] === RUN TestConfigsUpdate [2021-09-16T19:25:13.275Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:25:13.275Z] --- SKIP: TestConfigsUpdate (0.00s) [2021-09-16T19:25:13.275Z] === RUN TestTemplatedConfig [2021-09-16T19:25:13.275Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:25:13.275Z] --- SKIP: TestTemplatedConfig (0.00s) [2021-09-16T19:25:13.275Z] === RUN TestConfigCreateResolve [2021-09-16T19:25:13.275Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2021-09-16T19:25:13.275Z] --- SKIP: TestConfigCreateResolve (0.00s) [2021-09-16T19:25:13.275Z] PASS [2021-09-16T19:25:13.275Z] ok github.com/docker/docker/integration/config 0.066s [2021-09-16T19:25:13.275Z] [2021-09-16T19:25:13.275Z] === Skipped [2021-09-16T19:25:13.275Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2021-09-16T19:25:13.275Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:25:13.275Z] [2021-09-16T19:25:13.275Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2021-09-16T19:25:13.275Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:25:13.275Z] [2021-09-16T19:25:13.275Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2021-09-16T19:25:13.275Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:25:13.275Z] [2021-09-16T19:25:13.275Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2021-09-16T19:25:13.275Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:25:13.275Z] [2021-09-16T19:25:13.275Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2021-09-16T19:25:13.275Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:25:13.275Z] [2021-09-16T19:25:13.275Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2021-09-16T19:25:13.275Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2021-09-16T19:25:13.275Z] [2021-09-16T19:25:13.275Z] DONE 6 tests, 6 skipped in 2.433s [2021-09-16T19:25:13.275Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2021-09-16T19:25:13.275Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-09-16T19:25:13.275Z] INFO: Testing against a local daemon [2021-09-16T19:25:13.275Z] === RUN TestCheckpoint [2021-09-16T19:25:13.275Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-09-16T19:25:13.275Z] --- SKIP: TestCheckpoint (0.00s) [2021-09-16T19:25:13.275Z] === RUN TestContainerInvalidJSON [2021-09-16T19:25:13.275Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-09-16T19:25:13.275Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-09-16T19:25:13.275Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-09-16T19:25:13.275Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-09-16T19:25:13.275Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-09-16T19:25:13.275Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-09-16T19:25:13.275Z] --- PASS: TestContainerInvalidJSON (0.35s) [2021-09-16T19:25:13.275Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-09-16T19:25:13.275Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-09-16T19:25:13.275Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-09-16T19:25:13.733Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.18s) [2021-09-16T19:25:13.733Z] === RUN TestCopyFromContainerPathIsNotDir [2021-09-16T19:25:13.733Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.15s) [2021-09-16T19:25:13.733Z] === RUN TestCopyToContainerPathDoesNotExist [2021-09-16T19:25:13.733Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.17s) [2021-09-16T19:25:13.733Z] === RUN TestCopyToContainerPathIsNotDir [2021-09-16T19:25:13.926Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2021-09-16T19:25:13.962Z] ok github.com/docker/docker/daemon/graphdriver/zfs 0.007s coverage: 3.0% of statements [2021-09-16T19:25:14.190Z] --- PASS: TestCopyToContainerPathIsNotDir (0.15s) [2021-09-16T19:25:14.190Z] === RUN TestCopyFromContainer [2021-09-16T19:25:14.190Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:25:14.190Z] --- SKIP: TestCopyFromContainer (0.00s) [2021-09-16T19:25:14.190Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-09-16T19:25:14.190Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-09-16T19:25:14.190Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-09-16T19:25:14.190Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-09-16T19:25:14.190Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-09-16T19:25:14.190Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-09-16T19:25:14.190Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-09-16T19:25:14.190Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-09-16T19:25:14.190Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-09-16T19:25:14.190Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-09-16T19:25:14.190Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2021-09-16T19:25:14.190Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-09-16T19:25:14.190Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-09-16T19:25:14.190Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-09-16T19:25:14.190Z] === RUN TestCreateLinkToNonExistingContainer [2021-09-16T19:25:14.190Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2021-09-16T19:25:14.190Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2021-09-16T19:25:14.190Z] === RUN TestCreateWithInvalidEnv [2021-09-16T19:25:14.190Z] === RUN TestCreateWithInvalidEnv/0 [2021-09-16T19:25:14.190Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-09-16T19:25:14.190Z] === RUN TestCreateWithInvalidEnv/1 [2021-09-16T19:25:14.190Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-09-16T19:25:14.190Z] === RUN TestCreateWithInvalidEnv/2 [2021-09-16T19:25:14.190Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-09-16T19:25:14.190Z] === CONT TestCreateWithInvalidEnv/0 [2021-09-16T19:25:14.190Z] === CONT TestCreateWithInvalidEnv/2 [2021-09-16T19:25:14.190Z] === CONT TestCreateWithInvalidEnv/1 [2021-09-16T19:25:14.190Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2021-09-16T19:25:14.190Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-09-16T19:25:14.190Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-09-16T19:25:14.190Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-09-16T19:25:14.190Z] === RUN TestCreateTmpfsMountsTarget [2021-09-16T19:25:14.190Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:25:14.190Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2021-09-16T19:25:14.190Z] === RUN TestCreateWithCustomMaskedPaths [2021-09-16T19:25:14.190Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2021-09-16T19:25:14.190Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2021-09-16T19:25:14.190Z] === RUN TestCreateWithCustomReadonlyPaths [2021-09-16T19:25:14.190Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2021-09-16T19:25:14.190Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2021-09-16T19:25:14.190Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-09-16T19:25:14.190Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-09-16T19:25:14.190Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-09-16T19:25:14.190Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-09-16T19:25:14.190Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-09-16T19:25:14.190Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-09-16T19:25:14.190Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-09-16T19:25:14.191Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-09-16T19:25:14.191Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-09-16T19:25:14.191Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-09-16T19:25:14.191Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-09-16T19:25:14.191Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-09-16T19:25:14.191Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-09-16T19:25:14.191Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-09-16T19:25:14.191Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-09-16T19:25:14.191Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-09-16T19:25:14.191Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2021-09-16T19:25:14.191Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.00s) [2021-09-16T19:25:14.191Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.00s) [2021-09-16T19:25:14.191Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.00s) [2021-09-16T19:25:14.191Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.00s) [2021-09-16T19:25:14.191Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2021-09-16T19:25:14.191Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-09-16T19:25:14.191Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2021-09-16T19:25:14.191Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2021-09-16T19:25:14.191Z] === RUN TestCreateDifferentPlatform [2021-09-16T19:25:14.191Z] === RUN TestCreateDifferentPlatform/different_os [2021-09-16T19:25:14.191Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-09-16T19:25:14.191Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2021-09-16T19:25:14.191Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-09-16T19:25:14.191Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-09-16T19:25:14.191Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-09-16T19:25:14.191Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.08s) [2021-09-16T19:25:14.191Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-09-16T19:25:14.191Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2021-09-16T19:25:14.191Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.03s) [2021-09-16T19:25:14.191Z] === RUN TestContainerKillOnDaemonStart [2021-09-16T19:25:14.191Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:25:14.191Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2021-09-16T19:25:14.191Z] === RUN TestDiff [2021-09-16T19:25:14.191Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2021-09-16T19:25:14.191Z] --- SKIP: TestDiff (0.00s) [2021-09-16T19:25:14.191Z] === RUN TestExecWithCloseStdin [2021-09-16T19:25:14.528Z] ok github.com/docker/docker/daemon/links 0.002s coverage: 93.0% of statements [2021-09-16T19:25:15.462Z] ok github.com/docker/docker/daemon/images 0.022s coverage: 6.7% of statements [2021-09-16T19:25:15.462Z] ? github.com/docker/docker/daemon/initlayer [no test files] [2021-09-16T19:25:15.462Z] ? github.com/docker/docker/daemon/listeners [no test files] [2021-09-16T19:25:15.721Z] ok github.com/docker/docker/daemon/logger 0.239s coverage: 43.5% of statements [2021-09-16T19:25:16.363Z] --- PASS: TestExecWithCloseStdin (2.25s) [2021-09-16T19:25:16.363Z] === RUN TestExec [2021-09-16T19:25:16.656Z] ok github.com/docker/docker/daemon/logger/awslogs 0.164s coverage: 77.0% of statements [2021-09-16T19:25:16.656Z] ? github.com/docker/docker/daemon/logger/fluentd [no test files] [2021-09-16T19:25:16.656Z] ? github.com/docker/docker/daemon/logger/gcplogs [no test files] [2021-09-16T19:25:16.656Z] ok github.com/docker/docker/daemon/logger/gelf 0.006s coverage: 67.0% of statements [2021-09-16T19:25:17.223Z] ok github.com/docker/docker/daemon/logger/journald 0.004s coverage: 23.9% of statements [2021-09-16T19:25:17.232Z] === RUN TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole [2021-09-16T19:25:17.482Z] ok github.com/docker/docker/daemon/logger/jsonfilelog 0.011s coverage: 69.9% of statements [2021-09-16T19:25:17.741Z] ok github.com/docker/docker/daemon/logger/jsonfilelog/jsonlog 0.009s coverage: 87.2% of statements [2021-09-16T19:25:18.308Z] ok github.com/docker/docker/daemon/logger/local 0.014s coverage: 75.2% of statements [2021-09-16T19:25:18.308Z] ? github.com/docker/docker/daemon/logger/logentries [no test files] [2021-09-16T19:25:18.533Z] --- PASS: TestExec (1.65s) [2021-09-16T19:25:18.533Z] === RUN TestExecUser [2021-09-16T19:25:18.533Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2021-09-16T19:25:18.533Z] --- SKIP: TestExecUser (0.00s) [2021-09-16T19:25:18.533Z] === RUN TestExportContainerAndImportImage [2021-09-16T19:25:18.533Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:25:18.533Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2021-09-16T19:25:18.533Z] === RUN TestExportContainerAfterDaemonRestart [2021-09-16T19:25:18.533Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:25:18.533Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2021-09-16T19:25:18.533Z] === RUN TestHealthCheckWorkdir [2021-09-16T19:25:18.533Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2021-09-16T19:25:18.533Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2021-09-16T19:25:18.533Z] === RUN TestHealthKillContainer [2021-09-16T19:25:18.533Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2021-09-16T19:25:18.533Z] --- SKIP: TestHealthKillContainer (0.00s) [2021-09-16T19:25:18.533Z] === RUN TestInspectCpusetInConfigPre120 [2021-09-16T19:25:18.533Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2021-09-16T19:25:18.533Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2021-09-16T19:25:18.533Z] === RUN TestKillContainerInvalidSignal [2021-09-16T19:25:18.567Z] ok github.com/docker/docker/daemon/logger/loggerutils 0.053s coverage: 59.3% of statements [2021-09-16T19:25:18.611Z] docker_api_swarm_service_test.go:343: [d7333643bf538] joining swarm manager [d5a12b440c104]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-09-16T19:25:19.084Z] ok github.com/docker/docker/daemon/logger/loggerutils/cache 0.008s coverage: 31.5% of statements [2021-09-16T19:25:19.550Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2021-09-16T19:25:19.550Z] docker_api_swarm_service_test.go:343: [d5f75979ebcb8] joining swarm manager [d5a12b440c104]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-09-16T19:25:20.019Z] ok github.com/docker/docker/daemon/logger/syslog 0.009s coverage: 46.8% of statements [2021-09-16T19:25:20.019Z] ok github.com/docker/docker/daemon/logger/templates 0.002s coverage: 8.3% of statements [2021-09-16T19:25:20.065Z] --- PASS: TestKillContainerInvalidSignal (1.61s) [2021-09-16T19:25:20.065Z] === RUN TestKillContainer [2021-09-16T19:25:20.065Z] === RUN TestKillContainer/no_signal [2021-09-16T19:25:20.120Z] === RUN TestDockerSuite/TestLogsTail [2021-09-16T19:25:20.585Z] ok github.com/docker/docker/daemon/network 0.004s coverage: 63.8% of statements [2021-09-16T19:25:20.690Z] === RUN TestDockerSuite/TestLogsTimestamps [2021-09-16T19:25:21.259Z] === RUN TestDockerSuite/TestLogsWithDetails [2021-09-16T19:25:21.584Z] ok github.com/docker/docker/daemon/logger/splunk 1.634s coverage: 82.5% of statements [2021-09-16T19:25:21.584Z] ? github.com/docker/docker/daemon/names [no test files] [2021-09-16T19:25:21.584Z] ? github.com/docker/docker/daemon/stats [no test files] [2021-09-16T19:25:21.596Z] === RUN TestKillContainer/non_killing_signal [2021-09-16T19:25:21.596Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2021-09-16T19:25:21.596Z] === RUN TestKillContainer/killing_signal [2021-09-16T19:25:22.161Z] ok github.com/docker/docker/distribution 0.111s coverage: 25.8% of statements [2021-09-16T19:25:22.201Z] === RUN TestDockerSuite/TestMountIntoProc [2021-09-16T19:25:22.424Z] ok github.com/docker/docker/distribution/metadata 0.049s coverage: 48.2% of statements [2021-09-16T19:25:22.424Z] ? github.com/docker/docker/distribution/utils [no test files] [2021-09-16T19:25:22.462Z] === RUN TestDockerSuite/TestMountIntoSys [2021-09-16T19:25:23.085Z] === RUN TestDockerSuite/TestNetHostname [2021-09-16T19:25:23.088Z] ok github.com/docker/docker/errdefs 0.015s coverage: 53.1% of statements [2021-09-16T19:25:23.260Z] --- PASS: TestKillContainer (3.22s) [2021-09-16T19:25:23.260Z] --- PASS: TestKillContainer/no_signal (1.50s) [2021-09-16T19:25:23.260Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2021-09-16T19:25:23.260Z] --- PASS: TestKillContainer/killing_signal (1.70s) [2021-09-16T19:25:23.260Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-09-16T19:25:23.260Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-09-16T19:25:23.260Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2021-09-16T19:25:23.260Z] === RUN TestKillStoppedContainer [2021-09-16T19:25:23.260Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-09-16T19:25:23.260Z] --- SKIP: TestKillStoppedContainer (0.00s) [2021-09-16T19:25:23.260Z] === RUN TestKillStoppedContainerAPIPre120 [2021-09-16T19:25:23.260Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-09-16T19:25:23.260Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2021-09-16T19:25:23.260Z] === RUN TestKillDifferentUserContainer [2021-09-16T19:25:23.260Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2021-09-16T19:25:23.260Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2021-09-16T19:25:23.260Z] === RUN TestInspectOomKilledTrue [2021-09-16T19:25:23.260Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:25:23.260Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-09-16T19:25:23.260Z] === RUN TestInspectOomKilledFalse [2021-09-16T19:25:23.260Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-09-16T19:25:23.260Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-09-16T19:25:23.260Z] === RUN TestLogsFollowTailEmpty [2021-09-16T19:25:23.656Z] ok github.com/docker/docker/image 0.015s coverage: 86.6% of statements [2021-09-16T19:25:24.223Z] ok github.com/docker/docker/image/cache 0.006s coverage: 19.2% of statements [2021-09-16T19:25:24.469Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2021-09-16T19:25:24.480Z] ok github.com/docker/docker/image/tarexport 0.006s coverage: 0.7% of statements [2021-09-16T19:25:24.732Z] === RUN TestDockerSuite/TestNetworkEvents [2021-09-16T19:25:24.798Z] --- PASS: TestLogsFollowTailEmpty (1.62s) [2021-09-16T19:25:24.798Z] === RUN TestNetworkNat [2021-09-16T19:25:24.798Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2021-09-16T19:25:24.798Z] --- SKIP: TestNetworkNat (0.00s) [2021-09-16T19:25:24.798Z] === RUN TestNetworkLocalhostTCPNat [2021-09-16T19:25:25.046Z] ok github.com/docker/docker/distribution/xfer 1.899s coverage: 85.6% of statements [2021-09-16T19:25:25.046Z] ? github.com/docker/docker/dockerversion [no test files] [2021-09-16T19:25:25.046Z] ok github.com/docker/docker/image/v1 0.010s coverage: 25.0% of statements [2021-09-16T19:25:25.046Z] ? github.com/docker/docker/internal/test/suite [no test files] [2021-09-16T19:25:25.305Z] ok github.com/docker/docker/libcontainerd/queue 0.037s coverage: 100.0% of statements [2021-09-16T19:25:26.240Z] ok github.com/docker/docker/oci 0.007s coverage: 43.3% of statements [2021-09-16T19:25:26.338Z] --- PASS: TestNetworkLocalhostTCPNat (1.91s) [2021-09-16T19:25:26.338Z] === RUN TestNetworkLoopbackNat [2021-09-16T19:25:26.338Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2021-09-16T19:25:26.338Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2021-09-16T19:25:26.338Z] === RUN TestPause [2021-09-16T19:25:26.338Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2021-09-16T19:25:26.338Z] --- SKIP: TestPause (0.00s) [2021-09-16T19:25:26.338Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-09-16T19:25:26.806Z] ok github.com/docker/docker/opts 0.017s coverage: 67.1% of statements [2021-09-16T19:25:27.065Z] ok github.com/docker/docker/pkg/aaparser 0.001s coverage: 52.9% of statements [2021-09-16T19:25:27.868Z] --- PASS: TestPauseFailsOnWindowsServerContainers (1.54s) [2021-09-16T19:25:27.868Z] === RUN TestPauseStopPausedContainer [2021-09-16T19:25:27.868Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:25:27.868Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2021-09-16T19:25:27.868Z] === RUN TestPsFilter [2021-09-16T19:25:28.326Z] --- PASS: TestPsFilter (0.25s) [2021-09-16T19:25:28.326Z] === RUN TestRemoveContainerWithRemovedVolume [2021-09-16T19:25:28.441Z] ok github.com/docker/docker/pkg/archive 0.306s coverage: 82.3% of statements [2021-09-16T19:25:28.949Z] --- PASS: TestBuildWCOWSandboxSize (647.35s) [2021-09-16T19:25:28.950Z] === RUN TestBuildWithEmptyDockerfile [2021-09-16T19:25:28.950Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-09-16T19:25:28.950Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-09-16T19:25:28.950Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-09-16T19:25:28.950Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-09-16T19:25:28.950Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-09-16T19:25:28.950Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-09-16T19:25:28.950Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-09-16T19:25:28.950Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-09-16T19:25:28.950Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-09-16T19:25:28.950Z] --- PASS: TestBuildWithEmptyDockerfile (0.38s) [2021-09-16T19:25:28.950Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2021-09-16T19:25:28.950Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.01s) [2021-09-16T19:25:28.950Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2021-09-16T19:25:28.950Z] === RUN TestBuildPreserveOwnership [2021-09-16T19:25:28.950Z] build_test.go:632: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-09-16T19:25:28.950Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2021-09-16T19:25:28.950Z] === RUN TestBuildPlatformInvalid [2021-09-16T19:25:28.950Z] --- PASS: TestBuildPlatformInvalid (0.41s) [2021-09-16T19:25:28.950Z] PASS [2021-09-16T19:25:28.950Z] ok github.com/docker/docker/integration/build 779.871s [2021-09-16T19:25:28.950Z] [2021-09-16T19:25:28.950Z] === Skipped [2021-09-16T19:25:28.950Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2021-09-16T19:25:28.950Z] build_session_test.go:25: TODO: BuildKit [2021-09-16T19:25:28.950Z] [2021-09-16T19:25:28.950Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2021-09-16T19:25:28.950Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:25:28.950Z] [2021-09-16T19:25:28.950Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.00s) [2021-09-16T19:25:28.950Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-09-16T19:25:28.950Z] [2021-09-16T19:25:28.950Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2021-09-16T19:25:28.950Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-09-16T19:25:28.950Z] [2021-09-16T19:25:28.950Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2021-09-16T19:25:28.950Z] build_test.go:632: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-09-16T19:25:28.950Z] [2021-09-16T19:25:28.950Z] DONE 29 tests, 5 skipped in 799.152s [2021-09-16T19:25:28.950Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2021-09-16T19:25:28.950Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-09-16T19:25:28.950Z] INFO: Testing against a local daemon [2021-09-16T19:25:28.950Z] === RUN TestConfigInspect [2021-09-16T19:25:28.950Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:25:28.950Z] --- SKIP: TestConfigInspect (0.00s) [2021-09-16T19:25:28.950Z] === RUN TestConfigList [2021-09-16T19:25:28.950Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:25:28.950Z] --- SKIP: TestConfigList (0.00s) [2021-09-16T19:25:28.950Z] === RUN TestConfigsCreateAndDelete [2021-09-16T19:25:28.950Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:25:28.950Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2021-09-16T19:25:28.950Z] === RUN TestConfigsUpdate [2021-09-16T19:25:28.950Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:25:28.950Z] --- SKIP: TestConfigsUpdate (0.00s) [2021-09-16T19:25:28.950Z] === RUN TestTemplatedConfig [2021-09-16T19:25:28.950Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:25:28.950Z] --- SKIP: TestTemplatedConfig (0.00s) [2021-09-16T19:25:28.950Z] === RUN TestConfigCreateResolve [2021-09-16T19:25:28.950Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2021-09-16T19:25:28.950Z] --- SKIP: TestConfigCreateResolve (0.00s) [2021-09-16T19:25:28.950Z] PASS [2021-09-16T19:25:28.950Z] ok github.com/docker/docker/integration/config 0.089s [2021-09-16T19:25:28.950Z] [2021-09-16T19:25:28.950Z] === Skipped [2021-09-16T19:25:28.950Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2021-09-16T19:25:28.950Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:25:28.950Z] [2021-09-16T19:25:28.950Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2021-09-16T19:25:28.950Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:25:28.950Z] [2021-09-16T19:25:28.950Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2021-09-16T19:25:28.950Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:25:28.950Z] [2021-09-16T19:25:28.950Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2021-09-16T19:25:28.950Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:25:28.950Z] [2021-09-16T19:25:28.950Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2021-09-16T19:25:28.950Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:25:28.950Z] [2021-09-16T19:25:28.950Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2021-09-16T19:25:28.950Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2021-09-16T19:25:28.950Z] [2021-09-16T19:25:28.950Z] DONE 6 tests, 6 skipped in 2.566s [2021-09-16T19:25:28.950Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2021-09-16T19:25:28.950Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-09-16T19:25:28.950Z] INFO: Testing against a local daemon [2021-09-16T19:25:28.950Z] === RUN TestCheckpoint [2021-09-16T19:25:28.950Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-09-16T19:25:28.950Z] --- SKIP: TestCheckpoint (0.00s) [2021-09-16T19:25:28.950Z] === RUN TestContainerInvalidJSON [2021-09-16T19:25:28.950Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-09-16T19:25:28.950Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-09-16T19:25:28.950Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-09-16T19:25:28.950Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-09-16T19:25:28.950Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-09-16T19:25:28.950Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-09-16T19:25:28.950Z] --- PASS: TestContainerInvalidJSON (0.35s) [2021-09-16T19:25:28.950Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-09-16T19:25:28.950Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-09-16T19:25:28.950Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-09-16T19:25:28.950Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.20s) [2021-09-16T19:25:28.950Z] === RUN TestCopyFromContainerPathIsNotDir [2021-09-16T19:25:28.950Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.15s) [2021-09-16T19:25:28.950Z] === RUN TestCopyToContainerPathDoesNotExist [2021-09-16T19:25:28.950Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.14s) [2021-09-16T19:25:28.950Z] === RUN TestCopyToContainerPathIsNotDir [2021-09-16T19:25:28.950Z] --- PASS: TestCopyToContainerPathIsNotDir (0.15s) [2021-09-16T19:25:28.950Z] === RUN TestCopyFromContainer [2021-09-16T19:25:28.950Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:25:28.950Z] --- SKIP: TestCopyFromContainer (0.00s) [2021-09-16T19:25:28.950Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-09-16T19:25:28.950Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-09-16T19:25:28.950Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-09-16T19:25:28.950Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-09-16T19:25:28.950Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-09-16T19:25:28.950Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-09-16T19:25:28.950Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-09-16T19:25:28.950Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-09-16T19:25:28.950Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-09-16T19:25:28.950Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-09-16T19:25:28.950Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2021-09-16T19:25:28.950Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-09-16T19:25:28.950Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-09-16T19:25:28.950Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-09-16T19:25:28.950Z] === RUN TestCreateLinkToNonExistingContainer [2021-09-16T19:25:28.950Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2021-09-16T19:25:28.950Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.00s) [2021-09-16T19:25:28.950Z] === RUN TestCreateWithInvalidEnv [2021-09-16T19:25:28.950Z] === RUN TestCreateWithInvalidEnv/0 [2021-09-16T19:25:28.950Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-09-16T19:25:28.950Z] === RUN TestCreateWithInvalidEnv/1 [2021-09-16T19:25:28.950Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-09-16T19:25:28.950Z] === RUN TestCreateWithInvalidEnv/2 [2021-09-16T19:25:28.950Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-09-16T19:25:28.950Z] === CONT TestCreateWithInvalidEnv/0 [2021-09-16T19:25:28.950Z] === CONT TestCreateWithInvalidEnv/2 [2021-09-16T19:25:28.950Z] === CONT TestCreateWithInvalidEnv/1 [2021-09-16T19:25:28.950Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2021-09-16T19:25:28.950Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-09-16T19:25:28.950Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-09-16T19:25:28.950Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-09-16T19:25:28.950Z] === RUN TestCreateTmpfsMountsTarget [2021-09-16T19:25:28.950Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:25:28.950Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2021-09-16T19:25:28.950Z] === RUN TestCreateWithCustomMaskedPaths [2021-09-16T19:25:28.950Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2021-09-16T19:25:28.950Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2021-09-16T19:25:28.950Z] === RUN TestCreateWithCustomReadonlyPaths [2021-09-16T19:25:28.950Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2021-09-16T19:25:28.950Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2021-09-16T19:25:28.950Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-09-16T19:25:28.950Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-09-16T19:25:28.950Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-09-16T19:25:28.950Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-09-16T19:25:28.950Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-09-16T19:25:28.950Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-09-16T19:25:28.950Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-09-16T19:25:28.950Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-09-16T19:25:28.950Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-09-16T19:25:28.950Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-09-16T19:25:28.950Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-09-16T19:25:28.950Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-09-16T19:25:28.950Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-09-16T19:25:28.950Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-09-16T19:25:28.950Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-09-16T19:25:28.950Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-09-16T19:25:28.950Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2021-09-16T19:25:28.950Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.00s) [2021-09-16T19:25:28.950Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.00s) [2021-09-16T19:25:28.950Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.00s) [2021-09-16T19:25:28.950Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.00s) [2021-09-16T19:25:28.950Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2021-09-16T19:25:28.950Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-09-16T19:25:28.950Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2021-09-16T19:25:28.950Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2021-09-16T19:25:28.950Z] === RUN TestCreateDifferentPlatform [2021-09-16T19:25:28.950Z] === RUN TestCreateDifferentPlatform/different_os [2021-09-16T19:25:28.950Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-09-16T19:25:28.950Z] --- PASS: TestCreateDifferentPlatform (0.02s) [2021-09-16T19:25:28.950Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-09-16T19:25:28.950Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-09-16T19:25:28.950Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-09-16T19:25:29.006Z] ok github.com/docker/docker/pkg/authorization 0.141s coverage: 68.3% of statements [2021-09-16T19:25:29.264Z] ok github.com/docker/docker/pkg/broadcaster 0.001s coverage: 100.0% of statements [2021-09-16T19:25:29.264Z] ok github.com/docker/docker/pkg/capabilities 0.002s coverage: 87.5% of statements [2021-09-16T19:25:29.404Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.07s) [2021-09-16T19:25:29.404Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-09-16T19:25:29.404Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2021-09-16T19:25:29.404Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.02s) [2021-09-16T19:25:29.404Z] === RUN TestContainerKillOnDaemonStart [2021-09-16T19:25:29.404Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:25:29.404Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2021-09-16T19:25:29.404Z] === RUN TestDiff [2021-09-16T19:25:29.404Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2021-09-16T19:25:29.404Z] --- SKIP: TestDiff (0.00s) [2021-09-16T19:25:29.404Z] === RUN TestExecWithCloseStdin [2021-09-16T19:25:29.404Z] exec_test.go:20: testEnv.RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2021-09-16T19:25:29.404Z] --- SKIP: TestExecWithCloseStdin (0.00s) [2021-09-16T19:25:29.404Z] === RUN TestExec [2021-09-16T19:25:30.510Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.10s) [2021-09-16T19:25:30.510Z] === RUN TestRemoveContainerWithVolume [2021-09-16T19:25:31.306Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2021-09-16T19:25:31.566Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2021-09-16T19:25:31.825Z] === RUN TestDockerSuite/TestPluginActive [2021-09-16T19:25:32.041Z] --- PASS: TestRemoveContainerWithVolume (1.51s) [2021-09-16T19:25:32.041Z] === RUN TestRemoveContainerRunning [2021-09-16T19:25:32.326Z] --- PASS: TestExec (3.19s) [2021-09-16T19:25:32.327Z] === RUN TestExecUser [2021-09-16T19:25:32.327Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2021-09-16T19:25:32.327Z] --- SKIP: TestExecUser (0.00s) [2021-09-16T19:25:32.327Z] === RUN TestExportContainerAndImportImage [2021-09-16T19:25:32.327Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:25:32.327Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2021-09-16T19:25:32.327Z] === RUN TestExportContainerAfterDaemonRestart [2021-09-16T19:25:32.327Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:25:32.327Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2021-09-16T19:25:32.327Z] === RUN TestHealthCheckWorkdir [2021-09-16T19:25:32.327Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2021-09-16T19:25:32.327Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2021-09-16T19:25:32.327Z] === RUN TestHealthKillContainer [2021-09-16T19:25:32.327Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2021-09-16T19:25:32.327Z] --- SKIP: TestHealthKillContainer (0.00s) [2021-09-16T19:25:32.327Z] === RUN TestInspectCpusetInConfigPre120 [2021-09-16T19:25:32.327Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2021-09-16T19:25:32.327Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2021-09-16T19:25:32.327Z] === RUN TestKillContainerInvalidSignal [2021-09-16T19:25:32.544Z] ok github.com/docker/docker/pkg/chrootarchive 2.467s coverage: 43.2% of statements [2021-09-16T19:25:32.544Z] ok github.com/docker/docker/pkg/directory 0.003s coverage: 80.0% of statements [2021-09-16T19:25:32.544Z] ok github.com/docker/docker/pkg/discovery 0.003s coverage: 58.3% of statements [2021-09-16T19:25:32.802Z] ok github.com/docker/docker/pkg/discovery/file 0.013s coverage: 97.6% of statements [2021-09-16T19:25:33.205Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2021-09-16T19:25:33.465Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs [2021-09-16T19:25:33.575Z] --- PASS: TestRemoveContainerRunning (1.56s) [2021-09-16T19:25:33.575Z] === RUN TestRemoveContainerForceRemoveRunning [2021-09-16T19:25:34.176Z] ok github.com/docker/docker/layer 7.613s coverage: 68.8% of statements [2021-09-16T19:25:34.176Z] ? github.com/docker/docker/libcontainerd [no test files] [2021-09-16T19:25:34.176Z] ? github.com/docker/docker/libcontainerd/remote [no test files] [2021-09-16T19:25:34.176Z] ? github.com/docker/docker/libcontainerd/supervisor [no test files] [2021-09-16T19:25:34.176Z] ? github.com/docker/docker/libcontainerd/types [no test files] [2021-09-16T19:25:34.176Z] ? github.com/docker/docker/oci/caps [no test files] [2021-09-16T19:25:34.176Z] ? github.com/docker/docker/pkg/containerfs [no test files] [2021-09-16T19:25:34.176Z] ? github.com/docker/docker/pkg/devicemapper [no test files] [2021-09-16T19:25:34.434Z] ok github.com/docker/docker/pkg/discovery/memory 0.008s coverage: 92.3% of statements [2021-09-16T19:25:35.001Z] ok github.com/docker/docker/pkg/discovery/nodes 0.010s coverage: 93.8% of statements [2021-09-16T19:25:35.107Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.47s) [2021-09-16T19:25:35.107Z] === RUN TestRemoveInvalidContainer [2021-09-16T19:25:35.107Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2021-09-16T19:25:35.107Z] === RUN TestRenameLinkedContainer [2021-09-16T19:25:35.107Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2021-09-16T19:25:35.107Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2021-09-16T19:25:35.107Z] === RUN TestRenameStoppedContainer [2021-09-16T19:25:35.205Z] --- PASS: TestKillContainerInvalidSignal (2.43s) [2021-09-16T19:25:35.205Z] === RUN TestKillContainer [2021-09-16T19:25:35.205Z] === RUN TestKillContainer/no_signal [2021-09-16T19:25:35.259Z] ok github.com/docker/docker/pkg/dmesg 0.008s coverage: 83.3% of statements [2021-09-16T19:25:36.007Z] docker_api_swarm_service_test.go:490: [d9557bbf0d537] joining swarm manager [d40ea220832c5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-09-16T19:25:36.193Z] ok github.com/docker/docker/pkg/filenotify 0.611s coverage: 67.0% of statements [2021-09-16T19:25:36.193Z] ok github.com/docker/docker/pkg/discovery/kv 3.025s coverage: 84.1% of statements [2021-09-16T19:25:36.593Z] docker_api_swarm_service_test.go:490: [d24744a1ded13] joining swarm manager [d40ea220832c5]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-09-16T19:25:36.639Z] --- PASS: TestRenameStoppedContainer (1.71s) [2021-09-16T19:25:36.639Z] === RUN TestRenameRunningContainerAndReuse [2021-09-16T19:25:36.759Z] ok github.com/docker/docker/pkg/fileutils 0.009s coverage: 83.1% of statements [2021-09-16T19:25:36.760Z] ok github.com/docker/docker/pkg/homedir 0.002s coverage: 11.4% of statements [2021-09-16T19:25:36.760Z] ok github.com/docker/docker/pkg/fsutils 0.175s coverage: 85.1% of statements [2021-09-16T19:25:37.362Z] === RUN TestKillContainer/non_killing_signal [2021-09-16T19:25:37.362Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2021-09-16T19:25:37.362Z] === RUN TestKillContainer/killing_signal [2021-09-16T19:25:38.135Z] ok github.com/docker/docker/pkg/idtools 0.586s coverage: 69.5% of statements [2021-09-16T19:25:38.135Z] ok github.com/docker/docker/pkg/ioutils 0.423s coverage: 71.5% of statements [2021-09-16T19:25:38.393Z] ok github.com/docker/docker/pkg/longpath 0.008s coverage: 100.0% of statements [2021-09-16T19:25:38.393Z] ok github.com/docker/docker/pkg/jsonmessage 0.003s coverage: 91.7% of statements [2021-09-16T19:25:38.393Z] ? github.com/docker/docker/pkg/locker [no test files] [2021-09-16T19:25:38.393Z] ? github.com/docker/docker/pkg/loopback [no test files] [2021-09-16T19:25:38.393Z] ? github.com/docker/docker/pkg/mount [no test files] [2021-09-16T19:25:38.652Z] ok github.com/docker/docker/pkg/namesgenerator 0.005s coverage: 85.7% of statements [2021-09-16T19:25:38.652Z] ? github.com/docker/docker/pkg/namesgenerator/cmd/names-generator [no test files] [2021-09-16T19:25:38.652Z] ok github.com/docker/docker/pkg/parsers 0.004s coverage: 97.0% of statements [2021-09-16T19:25:38.911Z] ok github.com/docker/docker/pkg/parsers/kernel 0.002s coverage: 60.0% of statements [2021-09-16T19:25:38.911Z] ok github.com/docker/docker/pkg/parsers/operatingsystem 0.011s coverage: 86.7% of statements [2021-09-16T19:25:39.168Z] ok github.com/docker/docker/pkg/pidfile 0.002s coverage: 82.4% of statements [2021-09-16T19:25:39.168Z] ? github.com/docker/docker/pkg/platform [no test files] [2021-09-16T19:25:39.168Z] ? github.com/docker/docker/pkg/plugingetter [no test files] [2021-09-16T19:25:39.518Z] --- PASS: TestKillContainer (4.85s) [2021-09-16T19:25:39.518Z] --- PASS: TestKillContainer/no_signal (2.44s) [2021-09-16T19:25:39.518Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2021-09-16T19:25:39.518Z] --- PASS: TestKillContainer/killing_signal (2.38s) [2021-09-16T19:25:39.518Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-09-16T19:25:39.518Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-09-16T19:25:39.518Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2021-09-16T19:25:39.518Z] === RUN TestKillStoppedContainer [2021-09-16T19:25:39.518Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-09-16T19:25:39.518Z] --- SKIP: TestKillStoppedContainer (0.00s) [2021-09-16T19:25:39.518Z] === RUN TestKillStoppedContainerAPIPre120 [2021-09-16T19:25:39.518Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-09-16T19:25:39.518Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2021-09-16T19:25:39.518Z] === RUN TestKillDifferentUserContainer [2021-09-16T19:25:39.518Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2021-09-16T19:25:39.518Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2021-09-16T19:25:39.518Z] === RUN TestInspectOomKilledTrue [2021-09-16T19:25:39.518Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:25:39.518Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-09-16T19:25:39.518Z] === RUN TestInspectOomKilledFalse [2021-09-16T19:25:39.518Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-09-16T19:25:39.518Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-09-16T19:25:39.518Z] === RUN TestLogsFollowTailEmpty [2021-09-16T19:25:39.533Z] --- PASS: TestRenameRunningContainerAndReuse (2.97s) [2021-09-16T19:25:39.534Z] === RUN TestRenameInvalidName [2021-09-16T19:25:39.839Z] ok github.com/docker/docker/pkg/plugins/pluginrpc-gen 0.009s coverage: 56.8% of statements [2021-09-16T19:25:39.891Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2021-09-16T19:25:39.891Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2021-09-16T19:25:39.891Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2021-09-16T19:25:40.418Z] ok github.com/docker/docker/pkg/plugins/transport 0.002s coverage: 85.7% of statements [2021-09-16T19:25:40.676Z] ok github.com/docker/docker/pkg/pools 0.002s coverage: 88.2% of statements [2021-09-16T19:25:40.676Z] ok github.com/docker/docker/pkg/progress 0.002s coverage: 75.9% of statements [2021-09-16T19:25:40.829Z] === RUN TestDockerSuite/TestPluginLogDriver [2021-09-16T19:25:41.065Z] --- PASS: TestRenameInvalidName (1.49s) [2021-09-16T19:25:41.065Z] === RUN TestRenameAnonymousContainer [2021-09-16T19:25:42.050Z] ok github.com/docker/docker/pkg/pubsub 1.035s coverage: 75.0% of statements [2021-09-16T19:25:42.308Z] ok github.com/docker/docker/pkg/reexec 0.007s coverage: 82.4% of statements [2021-09-16T19:25:42.308Z] ok github.com/docker/docker/pkg/stack 0.002s coverage: 90.9% of statements [2021-09-16T19:25:42.395Z] --- PASS: TestLogsFollowTailEmpty (2.42s) [2021-09-16T19:25:42.395Z] === RUN TestNetworkNat [2021-09-16T19:25:42.395Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2021-09-16T19:25:42.395Z] --- SKIP: TestNetworkNat (0.00s) [2021-09-16T19:25:42.395Z] === RUN TestNetworkLocalhostTCPNat [2021-09-16T19:25:42.566Z] ok github.com/docker/docker/pkg/stdcopy 0.003s coverage: 100.0% of statements [2021-09-16T19:25:42.824Z] ok github.com/docker/docker/pkg/streamformatter 0.003s coverage: 66.2% of statements [2021-09-16T19:25:42.824Z] ok github.com/docker/docker/pkg/stringid 0.003s coverage: 70.6% of statements [2021-09-16T19:25:43.368Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2021-09-16T19:25:43.391Z] ok github.com/docker/docker/pkg/sysinfo 0.005s coverage: 51.2% of statements [2021-09-16T19:25:43.649Z] ok github.com/docker/docker/pkg/system 0.004s coverage: 40.1% of statements [2021-09-16T19:25:43.907Z] ok github.com/docker/docker/pkg/tailfile 0.048s coverage: 88.6% of statements [2021-09-16T19:25:44.307Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2021-09-16T19:25:44.474Z] ok github.com/docker/docker/pkg/tarsum 0.041s coverage: 89.3% of statements [2021-09-16T19:25:44.474Z] coverage: [no statements] [2021-09-16T19:25:44.474Z] ok github.com/docker/docker/pkg/term/windows 0.001s coverage: [no statements] [no tests to run] [2021-09-16T19:25:44.733Z] ok github.com/docker/docker/pkg/truncindex 0.102s coverage: 91.5% of statements [2021-09-16T19:25:44.992Z] ok github.com/docker/docker/pkg/urlutil 0.002s coverage: 100.0% of statements [2021-09-16T19:25:44.992Z] ok github.com/docker/docker/pkg/useragent 0.002s coverage: 88.9% of statements [2021-09-16T19:25:45.301Z] --- PASS: TestNetworkLocalhostTCPNat (2.98s) [2021-09-16T19:25:45.301Z] === RUN TestNetworkLoopbackNat [2021-09-16T19:25:45.301Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2021-09-16T19:25:45.301Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2021-09-16T19:25:45.301Z] === RUN TestPause [2021-09-16T19:25:45.301Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2021-09-16T19:25:45.301Z] --- SKIP: TestPause (0.00s) [2021-09-16T19:25:45.301Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-09-16T19:25:46.214Z] === RUN TestDockerSuite/TestPluginUpgrade [2021-09-16T19:25:46.894Z] ok github.com/docker/docker/plugin 0.517s coverage: 23.2% of statements [2021-09-16T19:25:46.895Z] ok github.com/docker/docker/plugin/v2 0.003s coverage: 14.4% of statements [2021-09-16T19:25:47.154Z] ok github.com/docker/docker/profiles/seccomp 0.008s coverage: 86.0% of statements [2021-09-16T19:25:47.465Z] --- PASS: TestPauseFailsOnWindowsServerContainers (2.48s) [2021-09-16T19:25:47.465Z] === RUN TestPauseStopPausedContainer [2021-09-16T19:25:47.465Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:25:47.465Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2021-09-16T19:25:47.465Z] === RUN TestPsFilter [2021-09-16T19:25:47.918Z] --- PASS: TestPsFilter (0.24s) [2021-09-16T19:25:47.918Z] === RUN TestRemoveContainerWithRemovedVolume [2021-09-16T19:25:48.121Z] --- PASS: TestRenameAnonymousContainer (7.17s) [2021-09-16T19:25:48.121Z] === RUN TestRenameContainerWithSameName [2021-09-16T19:25:48.530Z] ok github.com/docker/docker/quota 0.252s coverage: 71.4% of statements [2021-09-16T19:25:48.530Z] ok github.com/docker/docker/reference 0.005s coverage: 84.4% of statements [2021-09-16T19:25:49.465Z] ok github.com/docker/docker/registry 0.035s coverage: 58.8% of statements [2021-09-16T19:25:49.724Z] ok github.com/docker/docker/registry/resumable 0.015s coverage: 100.0% of statements [2021-09-16T19:25:49.982Z] ok github.com/docker/docker/restartmanager 0.002s coverage: 45.3% of statements [2021-09-16T19:25:50.073Z] --- PASS: TestRemoveContainerWithRemovedVolume (2.41s) [2021-09-16T19:25:50.073Z] === RUN TestRemoveContainerWithVolume [2021-09-16T19:25:50.240Z] ok github.com/docker/docker/runconfig 0.007s coverage: 66.1% of statements [2021-09-16T19:25:50.292Z] --- PASS: TestRenameContainerWithSameName (1.56s) [2021-09-16T19:25:50.292Z] === RUN TestRenameContainerWithLinkedContainer [2021-09-16T19:25:50.292Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2021-09-16T19:25:50.292Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2021-09-16T19:25:50.292Z] === RUN TestResize [2021-09-16T19:25:50.410Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2021-09-16T19:25:50.410Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreate [2021-09-16T19:25:50.499Z] ok github.com/docker/docker/testutil 0.002s coverage: 62.5% of statements [2021-09-16T19:25:51.257Z] --- PASS: TestResize (1.57s) [2021-09-16T19:25:51.257Z] === RUN TestResizeWithInvalidSize [2021-09-16T19:25:51.351Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2021-09-16T19:25:52.734Z] === RUN TestDockerSuite/TestPortHostBinding [2021-09-16T19:25:52.950Z] --- PASS: TestRemoveContainerWithVolume (2.38s) [2021-09-16T19:25:52.950Z] === RUN TestRemoveContainerRunning [2021-09-16T19:25:53.032Z] ok github.com/docker/docker/volume/drivers 0.004s coverage: 36.1% of statements [2021-09-16T19:25:53.290Z] ok github.com/docker/docker/volume/local 0.109s coverage: 76.4% of statements [2021-09-16T19:25:53.428Z] --- PASS: TestResizeWithInvalidSize (1.56s) [2021-09-16T19:25:53.428Z] === RUN TestResizeWhenContainerNotStarted [2021-09-16T19:25:53.856Z] ok github.com/docker/docker/volume/mounts 0.012s coverage: 67.7% of statements [2021-09-16T19:25:54.117Z] === RUN TestDockerSuite/TestPortList [2021-09-16T19:25:54.792Z] ok github.com/docker/docker/volume/service 0.014s coverage: 72.3% of statements [2021-09-16T19:25:54.965Z] --- PASS: TestResizeWhenContainerNotStarted (1.71s) [2021-09-16T19:25:54.965Z] === RUN TestDaemonRestartKillContainers [2021-09-16T19:25:54.965Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:25:54.965Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2021-09-16T19:25:54.965Z] === RUN TestStats [2021-09-16T19:25:54.965Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2021-09-16T19:25:54.965Z] --- SKIP: TestStats (0.00s) [2021-09-16T19:25:54.965Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-09-16T19:25:55.105Z] --- PASS: TestRemoveContainerRunning (2.44s) [2021-09-16T19:25:55.105Z] === RUN TestRemoveContainerForceRemoveRunning [2021-09-16T19:25:56.025Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal [2021-09-16T19:25:57.983Z] --- PASS: TestRemoveContainerForceRemoveRunning (2.45s) [2021-09-16T19:25:57.983Z] === RUN TestRemoveInvalidContainer [2021-09-16T19:25:57.983Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2021-09-16T19:25:57.983Z] === RUN TestRenameLinkedContainer [2021-09-16T19:25:57.983Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2021-09-16T19:25:57.983Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2021-09-16T19:25:57.983Z] === RUN TestRenameStoppedContainer [2021-09-16T19:25:58.570Z] docker_api_swarm_service_test.go:128: [db103988d017e] joining swarm manager [d64fd51380a96]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-09-16T19:25:58.699Z] --- PASS: TestStopContainerWithRestartPolicyAlways (3.36s) [2021-09-16T19:25:58.699Z] === RUN TestStopContainerWithTimeout [2021-09-16T19:25:58.699Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2021-09-16T19:25:58.699Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2021-09-16T19:25:58.699Z] === RUN TestUpdateRestartPolicy [2021-09-16T19:25:59.140Z] docker_api_swarm_service_test.go:129: [d54437a7b51db] joining swarm manager [d64fd51380a96]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-09-16T19:26:00.143Z] --- PASS: TestRenameStoppedContainer (2.43s) [2021-09-16T19:26:00.143Z] === RUN TestRenameRunningContainerAndReuse [2021-09-16T19:26:01.049Z] docker_api_swarm_service_test.go:137: [d16b33531de62] joining swarm manager [d64fd51380a96]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2021-09-16T19:26:01.990Z] docker_api_swarm_service_test.go:138: [ddabbe7a4ba80] joining swarm manager [d64fd51380a96]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2481 [2021-09-16T19:26:02.250Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2021-09-16T19:26:03.189Z] === RUN TestDockerSuite/TestPostContainersAttach [2021-09-16T19:26:04.793Z] --- PASS: TestRenameRunningContainerAndReuse (4.85s) [2021-09-16T19:26:04.794Z] === RUN TestRenameInvalidName [2021-09-16T19:26:07.671Z] --- PASS: TestRenameInvalidName (2.42s) [2021-09-16T19:26:07.671Z] === RUN TestRenameAnonymousContainer [2021-09-16T19:26:09.763Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2021-09-16T19:26:09.763Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2021-09-16T19:26:09.763Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2021-09-16T19:26:09.763Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2021-09-16T19:26:09.763Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2021-09-16T19:26:10.334Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2021-09-16T19:26:10.334Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2021-09-16T19:26:10.904Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2021-09-16T19:26:10.904Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2021-09-16T19:26:11.842Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2021-09-16T19:26:11.842Z] === RUN TestDockerSuite/TestPruneContainerLabel [2021-09-16T19:26:13.751Z] === RUN TestDockerSuite/TestPruneContainerUntil [2021-09-16T19:26:14.692Z] === RUN TestDockerSuite/TestPruneNetworkLabel [2021-09-16T19:26:14.952Z] === RUN TestDockerSuite/TestPruneVolumeLabel [2021-09-16T19:26:14.952Z] === RUN TestDockerSuite/TestPsByOrder [2021-09-16T19:26:16.706Z] ok github.com/docker/docker/pkg/plugins 33.630s coverage: 76.3% of statements [2021-09-16T19:26:16.706Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures [no test files] [2021-09-16T19:26:16.706Z] ? github.com/docker/docker/pkg/plugins/pluginrpc-gen/fixtures/otherfixture [no test files] [2021-09-16T19:26:16.706Z] ? github.com/docker/docker/pkg/signal [no test files] [2021-09-16T19:26:16.706Z] ? github.com/docker/docker/pkg/symlink [no test files] [2021-09-16T19:26:16.706Z] ? github.com/docker/docker/pkg/term [no test files] [2021-09-16T19:26:16.706Z] ? github.com/docker/docker/plugin/executor/containerd [no test files] [2021-09-16T19:26:16.706Z] ? github.com/docker/docker/profiles/apparmor [no test files] [2021-09-16T19:26:16.706Z] ? github.com/docker/docker/rootless [no test files] [2021-09-16T19:26:16.706Z] ? github.com/docker/docker/rootless/specconv [no test files] [2021-09-16T19:26:16.706Z] ? github.com/docker/docker/runconfig/opts [no test files] [2021-09-16T19:26:16.706Z] ? github.com/docker/docker/testutil/daemon [no test files] [2021-09-16T19:26:16.706Z] ? github.com/docker/docker/testutil/environment [no test files] [2021-09-16T19:26:16.706Z] ? github.com/docker/docker/testutil/fakecontext [no test files] [2021-09-16T19:26:16.706Z] ? github.com/docker/docker/testutil/fakegit [no test files] [2021-09-16T19:26:16.706Z] ? github.com/docker/docker/testutil/fakestorage [no test files] [2021-09-16T19:26:16.706Z] ? github.com/docker/docker/testutil/fixtures/load [no test files] [2021-09-16T19:26:16.706Z] ? github.com/docker/docker/testutil/fixtures/plugin [no test files] [2021-09-16T19:26:16.706Z] ? github.com/docker/docker/testutil/fixtures/plugin/basic [no test files] [2021-09-16T19:26:16.706Z] ? github.com/docker/docker/testutil/registry [no test files] [2021-09-16T19:26:16.706Z] ? github.com/docker/docker/testutil/request [no test files] [2021-09-16T19:26:16.706Z] ? github.com/docker/docker/volume [no test files] [2021-09-16T19:26:16.706Z] ? github.com/docker/docker/volume/service/opts [no test files] [2021-09-16T19:26:16.706Z] ? github.com/docker/docker/volume/testutils [no test files] [2021-09-16T19:26:16.706Z] [2021-09-16T19:26:16.706Z] === Skipped [2021-09-16T19:26:16.706Z] === SKIP: cmd/docker-proxy TestTCP6Proxy (0.00s) [2021-09-16T19:26:16.706Z] network_proxy_test.go:193: Need to start CI docker with --ipv6 [2021-09-16T19:26:16.706Z] [2021-09-16T19:26:16.706Z] === SKIP: cmd/docker-proxy TestTCPDualStackProxy (0.00s) [2021-09-16T19:26:16.706Z] network_proxy_test.go:208: No support for dual stack yet [2021-09-16T19:26:16.706Z] [2021-09-16T19:26:16.706Z] === SKIP: cmd/docker-proxy TestUDP6Proxy (0.00s) [2021-09-16T19:26:16.706Z] network_proxy_test.go:237: Need to start CI docker with --ipv6 [2021-09-16T19:26:16.706Z] [2021-09-16T19:26:16.706Z] === SKIP: cmd/docker-proxy TestSCTP6Proxy (0.00s) [2021-09-16T19:26:16.706Z] network_proxy_test.go:298: Need to start CI docker with --ipv6 [2021-09-16T19:26:16.706Z] [2021-09-16T19:26:16.706Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSetup (0.00s) [2021-09-16T19:26:16.706Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-09-16T19:26:16.706Z] graphtest_unix.go:44: Driver btrfs not supported [2021-09-16T19:26:16.706Z] [2021-09-16T19:26:16.706Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateEmpty (0.00s) [2021-09-16T19:26:16.706Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-09-16T19:26:16.706Z] graphtest_unix.go:44: Driver btrfs not supported [2021-09-16T19:26:16.706Z] [2021-09-16T19:26:16.706Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateBase (0.00s) [2021-09-16T19:26:16.706Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-09-16T19:26:16.706Z] graphtest_unix.go:44: Driver btrfs not supported [2021-09-16T19:26:16.706Z] [2021-09-16T19:26:16.706Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsCreateSnap (0.00s) [2021-09-16T19:26:16.706Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-09-16T19:26:16.706Z] graphtest_unix.go:44: Driver btrfs not supported [2021-09-16T19:26:16.706Z] [2021-09-16T19:26:16.706Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsSubvolDelete (0.00s) [2021-09-16T19:26:16.706Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-09-16T19:26:16.706Z] graphtest_unix.go:44: Driver btrfs not supported [2021-09-16T19:26:16.706Z] [2021-09-16T19:26:16.706Z] === SKIP: daemon/graphdriver/btrfs TestBtrfsTeardown (0.00s) [2021-09-16T19:26:16.706Z] graphtest_unix.go:71: No driver to put! [2021-09-16T19:26:16.706Z] [2021-09-16T19:26:16.706Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSSetup (0.00s) [2021-09-16T19:26:16.706Z] time="2021-09-16T19:25:09Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-09-16T19:26:16.706Z] graphtest_unix.go:42: graphdriver: driver not supported [2021-09-16T19:26:16.706Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2021-09-16T19:26:16.706Z] [2021-09-16T19:26:16.706Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateEmpty (0.00s) [2021-09-16T19:26:16.706Z] time="2021-09-16T19:25:09Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-09-16T19:26:16.706Z] graphtest_unix.go:42: graphdriver: driver not supported [2021-09-16T19:26:16.706Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2021-09-16T19:26:16.706Z] [2021-09-16T19:26:16.706Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateBase (0.00s) [2021-09-16T19:26:16.706Z] time="2021-09-16T19:25:09Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-09-16T19:26:16.706Z] graphtest_unix.go:42: graphdriver: driver not supported [2021-09-16T19:26:16.706Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2021-09-16T19:26:16.706Z] [2021-09-16T19:26:16.706Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSCreateSnap (0.00s) [2021-09-16T19:26:16.706Z] time="2021-09-16T19:25:09Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-09-16T19:26:16.706Z] graphtest_unix.go:42: graphdriver: driver not supported [2021-09-16T19:26:16.706Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2021-09-16T19:26:16.706Z] [2021-09-16T19:26:16.706Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFS128LayerRead (0.00s) [2021-09-16T19:26:16.706Z] time="2021-09-16T19:25:09Z" level=error msg="exec: \"fuse-overlayfs\": executable file not found in $PATH" storage-driver=fuse-overlayfs [2021-09-16T19:26:16.706Z] graphtest_unix.go:42: graphdriver: driver not supported [2021-09-16T19:26:16.706Z] graphtest_unix.go:44: Driver fuse-overlayfs not supported [2021-09-16T19:26:16.706Z] [2021-09-16T19:26:16.706Z] === SKIP: daemon/graphdriver/fuse-overlayfs TestFUSEOverlayFSTeardown (0.00s) [2021-09-16T19:26:16.706Z] graphtest_unix.go:71: No driver to put! [2021-09-16T19:26:16.706Z] [2021-09-16T19:26:16.706Z] === SKIP: daemon/graphdriver/overlay TestOverlayDiffApply10Files (0.00s) [2021-09-16T19:26:16.706Z] overlay_test.go:45: Fails to compute changes after apply intermittently [2021-09-16T19:26:16.706Z] [2021-09-16T19:26:16.706Z] === SKIP: daemon/graphdriver/overlay TestOverlayChanges (0.00s) [2021-09-16T19:26:16.706Z] overlay_test.go:50: Fails to compute changes intermittently [2021-09-16T19:26:16.706Z] [2021-09-16T19:26:16.706Z] === SKIP: daemon/graphdriver/overlay2 TestOverlayChanges (0.00s) [2021-09-16T19:26:16.706Z] overlay_test.go:65: Cannot run test with naive change algorithm [2021-09-16T19:26:16.706Z] [2021-09-16T19:26:16.706Z] === SKIP: daemon/graphdriver/vfs TestVfsSetQuota (0.00s) [2021-09-16T19:26:16.706Z] graphtest_unix.go:314: Quota not supported on underlying filesystem: Filesystem does not support, or has not enabled quotas [2021-09-16T19:26:16.706Z] [2021-09-16T19:26:16.706Z] === SKIP: daemon/graphdriver/zfs TestZfsSetup (0.00s) [2021-09-16T19:26:16.706Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-09-16T19:26:16.706Z] graphtest_unix.go:44: Driver zfs not supported [2021-09-16T19:26:16.706Z] [2021-09-16T19:26:16.706Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateEmpty (0.00s) [2021-09-16T19:26:16.706Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-09-16T19:26:16.706Z] graphtest_unix.go:44: Driver zfs not supported [2021-09-16T19:26:16.706Z] [2021-09-16T19:26:16.706Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateBase (0.00s) [2021-09-16T19:26:16.706Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-09-16T19:26:16.706Z] graphtest_unix.go:44: Driver zfs not supported [2021-09-16T19:26:16.706Z] [2021-09-16T19:26:16.706Z] === SKIP: daemon/graphdriver/zfs TestZfsCreateSnap (0.00s) [2021-09-16T19:26:16.706Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-09-16T19:26:16.706Z] graphtest_unix.go:44: Driver zfs not supported [2021-09-16T19:26:16.706Z] [2021-09-16T19:26:16.706Z] === SKIP: daemon/graphdriver/zfs TestZfsSetQuota (0.00s) [2021-09-16T19:26:16.706Z] graphtest_unix.go:42: graphdriver: prerequisites for driver not satisfied (wrong filesystem?) [2021-09-16T19:26:16.706Z] graphtest_unix.go:44: Driver zfs not supported [2021-09-16T19:26:16.706Z] [2021-09-16T19:26:16.706Z] === SKIP: daemon/graphdriver/zfs TestZfsTeardown (0.00s) [2021-09-16T19:26:16.706Z] graphtest_unix.go:71: No driver to put! [2021-09-16T19:26:16.706Z] [2021-09-16T19:26:16.706Z] === SKIP: pkg/sysinfo TestNewAppArmorDisabled (0.00s) [2021-09-16T19:26:16.706Z] sysinfo_linux_test.go:87: AppArmor Must be Disabled [2021-09-16T19:26:16.706Z] [2021-09-16T19:26:16.706Z] === SKIP: pkg/sysinfo TestNewCgroupNamespacesDisabled (0.00s) [2021-09-16T19:26:16.706Z] sysinfo_linux_test.go:107: cgroup namespaces must be disabled [2021-09-16T19:26:16.706Z] [2021-09-16T19:26:16.706Z] DONE 2311 tests, 28 skipped in 226.442s [2021-09-16T19:26:16.706Z] + '[' -n 'github.com/docker/docker/libnetwork [2021-09-16T19:26:16.706Z] github.com/docker/docker/libnetwork/bitseq [2021-09-16T19:26:16.706Z] github.com/docker/docker/libnetwork/cluster [2021-09-16T19:26:16.706Z] github.com/docker/docker/libnetwork/cmd/diagnostic [2021-09-16T19:26:16.706Z] github.com/docker/docker/libnetwork/cmd/networkdb-test [2021-09-16T19:26:16.706Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [2021-09-16T19:26:16.706Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [2021-09-16T19:26:16.706Z] github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [2021-09-16T19:26:16.706Z] github.com/docker/docker/libnetwork/cmd/ovrouter [2021-09-16T19:26:16.706Z] github.com/docker/docker/libnetwork/cmd/readme_test [2021-09-16T19:26:16.706Z] github.com/docker/docker/libnetwork/config [2021-09-16T19:26:16.706Z] github.com/docker/docker/libnetwork/datastore [2021-09-16T19:26:16.706Z] github.com/docker/docker/libnetwork/diagnostic [2021-09-16T19:26:16.706Z] github.com/docker/docker/libnetwork/discoverapi [2021-09-16T19:26:16.706Z] github.com/docker/docker/libnetwork/driverapi [2021-09-16T19:26:16.706Z] github.com/docker/docker/libnetwork/drivers/bridge [2021-09-16T19:26:16.706Z] github.com/docker/docker/libnetwork/drivers/bridge/brmanager [2021-09-16T19:26:16.706Z] github.com/docker/docker/libnetwork/drivers/host [2021-09-16T19:26:16.706Z] github.com/docker/docker/libnetwork/drivers/ipvlan [2021-09-16T19:26:16.706Z] github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [2021-09-16T19:26:16.706Z] github.com/docker/docker/libnetwork/drivers/macvlan [2021-09-16T19:26:16.706Z] github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [2021-09-16T19:26:16.706Z] github.com/docker/docker/libnetwork/drivers/null [2021-09-16T19:26:16.706Z] github.com/docker/docker/libnetwork/drivers/overlay [2021-09-16T19:26:16.706Z] github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [2021-09-16T19:26:16.706Z] github.com/docker/docker/libnetwork/drivers/overlay/ovmanager [2021-09-16T19:26:16.706Z] github.com/docker/docker/libnetwork/drivers/remote [2021-09-16T19:26:16.706Z] github.com/docker/docker/libnetwork/drivers/remote/api [2021-09-16T19:26:16.706Z] github.com/docker/docker/libnetwork/drivers/windows [2021-09-16T19:26:16.706Z] github.com/docker/docker/libnetwork/drivers/windows/overlay [2021-09-16T19:26:16.706Z] github.com/docker/docker/libnetwork/drvregistry [2021-09-16T19:26:16.706Z] github.com/docker/docker/libnetwork/etchosts [2021-09-16T19:26:16.706Z] github.com/docker/docker/libnetwork/hostdiscovery [2021-09-16T19:26:16.706Z] github.com/docker/docker/libnetwork/idm [2021-09-16T19:26:16.706Z] github.com/docker/docker/libnetwork/internal/caller [2021-09-16T19:26:16.706Z] github.com/docker/docker/libnetwork/internal/setmatrix [2021-09-16T19:26:16.706Z] github.com/docker/docker/libnetwork/ipam [2021-09-16T19:26:16.706Z] github.com/docker/docker/libnetwork/ipamapi [2021-09-16T19:26:16.706Z] github.com/docker/docker/libnetwork/ipams/builtin [2021-09-16T19:26:16.706Z] github.com/docker/docker/libnetwork/ipams/null [2021-09-16T19:26:16.706Z] github.com/docker/docker/libnetwork/ipams/remote [2021-09-16T19:26:16.706Z] github.com/docker/docker/libnetwork/ipams/remote/api [2021-09-16T19:26:16.706Z] github.com/docker/docker/libnetwork/ipams/windowsipam [2021-09-16T19:26:16.706Z] github.com/docker/docker/libnetwork/ipamutils [2021-09-16T19:26:16.706Z] github.com/docker/docker/libnetwork/iptables [2021-09-16T19:26:16.706Z] github.com/docker/docker/libnetwork/netlabel [2021-09-16T19:26:16.706Z] github.com/docker/docker/libnetwork/netutils [2021-09-16T19:26:16.706Z] github.com/docker/docker/libnetwork/networkdb [2021-09-16T19:26:16.706Z] github.com/docker/docker/libnetwork/ns [2021-09-16T19:26:16.706Z] github.com/docker/docker/libnetwork/options [2021-09-16T19:26:16.706Z] github.com/docker/docker/libnetwork/osl [2021-09-16T19:26:16.706Z] github.com/docker/docker/libnetwork/osl/kernel [2021-09-16T19:26:16.706Z] github.com/docker/docker/libnetwork/portallocator [2021-09-16T19:26:16.706Z] github.com/docker/docker/libnetwork/portmapper [2021-09-16T19:26:16.706Z] github.com/docker/docker/libnetwork/resolvconf [2021-09-16T19:26:16.706Z] github.com/docker/docker/libnetwork/testutils [2021-09-16T19:26:16.706Z] github.com/docker/docker/libnetwork/types' ']' [2021-09-16T19:26:16.707Z] + 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-16T19:26:16.864Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2021-09-16T19:26:17.433Z] === RUN TestDockerSuite/TestPsListContainersBase [2021-09-16T19:26:17.933Z] --- PASS: TestRenameAnonymousContainer (9.50s) [2021-09-16T19:26:17.933Z] === RUN TestRenameContainerWithSameName [2021-09-16T19:26:19.456Z] --- PASS: TestRenameContainerWithSameName (2.47s) [2021-09-16T19:26:19.456Z] === RUN TestRenameContainerWithLinkedContainer [2021-09-16T19:26:19.456Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2021-09-16T19:26:19.456Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2021-09-16T19:26:19.456Z] === RUN TestResize [2021-09-16T19:26:19.762Z] --- PASS: TestUpdateRestartPolicy (19.48s) [2021-09-16T19:26:19.762Z] === RUN TestUpdateRestartWithAutoRemove [2021-09-16T19:26:19.762Z] --- PASS: TestUpdateRestartWithAutoRemove (1.54s) [2021-09-16T19:26:19.762Z] === RUN TestWaitNonBlocked [2021-09-16T19:26:19.762Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-09-16T19:26:19.762Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-09-16T19:26:19.762Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-09-16T19:26:19.762Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-09-16T19:26:19.762Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-09-16T19:26:19.762Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-09-16T19:26:19.976Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2021-09-16T19:26:21.614Z] --- PASS: TestResize (2.43s) [2021-09-16T19:26:21.614Z] === RUN TestResizeWithInvalidSize [2021-09-16T19:26:21.934Z] --- PASS: TestWaitNonBlocked (0.02s) [2021-09-16T19:26:21.934Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (1.99s) [2021-09-16T19:26:21.934Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (2.41s) [2021-09-16T19:26:21.934Z] === RUN TestWaitBlocked [2021-09-16T19:26:21.934Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2021-09-16T19:26:21.934Z] --- SKIP: TestWaitBlocked (0.00s) [2021-09-16T19:26:21.934Z] PASS [2021-09-16T19:26:21.934Z] ok github.com/docker/docker/integration/container 68.528s [2021-09-16T19:26:21.934Z] [2021-09-16T19:26:21.934Z] === Skipped [2021-09-16T19:26:21.934Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2021-09-16T19:26:21.934Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-09-16T19:26:21.934Z] [2021-09-16T19:26:21.934Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2021-09-16T19:26:21.934Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:26:21.934Z] [2021-09-16T19:26:21.934Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2021-09-16T19:26:21.934Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2021-09-16T19:26:21.934Z] [2021-09-16T19:26:21.934Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2021-09-16T19:26:21.934Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:26:21.934Z] [2021-09-16T19:26:21.934Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2021-09-16T19:26:21.934Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2021-09-16T19:26:21.934Z] [2021-09-16T19:26:21.934Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2021-09-16T19:26:21.934Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2021-09-16T19:26:21.934Z] [2021-09-16T19:26:21.934Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2021-09-16T19:26:21.934Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2021-09-16T19:26:21.934Z] [2021-09-16T19:26:21.934Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.03s) [2021-09-16T19:26:21.934Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2021-09-16T19:26:21.934Z] [2021-09-16T19:26:21.934Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2021-09-16T19:26:21.934Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:26:21.934Z] [2021-09-16T19:26:21.934Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2021-09-16T19:26:21.934Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2021-09-16T19:26:21.934Z] [2021-09-16T19:26:21.934Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2021-09-16T19:26:21.934Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2021-09-16T19:26:21.934Z] [2021-09-16T19:26:21.934Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2021-09-16T19:26:21.934Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:26:21.934Z] [2021-09-16T19:26:21.934Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2021-09-16T19:26:21.934Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:26:21.934Z] [2021-09-16T19:26:21.934Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2021-09-16T19:26:21.934Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2021-09-16T19:26:21.934Z] [2021-09-16T19:26:21.934Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2021-09-16T19:26:21.934Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2021-09-16T19:26:21.934Z] [2021-09-16T19:26:21.934Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2021-09-16T19:26:21.934Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2021-09-16T19:26:21.934Z] [2021-09-16T19:26:21.934Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2021-09-16T19:26:21.934Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2021-09-16T19:26:21.934Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2021-09-16T19:26:21.934Z] [2021-09-16T19:26:21.934Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2021-09-16T19:26:21.934Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-09-16T19:26:21.934Z] [2021-09-16T19:26:21.934Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2021-09-16T19:26:21.934Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-09-16T19:26:21.934Z] [2021-09-16T19:26:21.934Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2021-09-16T19:26:21.934Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-09-16T19:26:21.934Z] [2021-09-16T19:26:21.934Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2021-09-16T19:26:21.934Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2021-09-16T19:26:21.934Z] [2021-09-16T19:26:21.934Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2021-09-16T19:26:21.935Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:26:21.935Z] [2021-09-16T19:26:21.935Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2021-09-16T19:26:21.935Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-09-16T19:26:21.935Z] [2021-09-16T19:26:21.935Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2021-09-16T19:26:21.935Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2021-09-16T19:26:21.935Z] [2021-09-16T19:26:21.935Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2021-09-16T19:26:21.935Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2021-09-16T19:26:21.935Z] [2021-09-16T19:26:21.935Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2021-09-16T19:26:21.935Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2021-09-16T19:26:21.935Z] [2021-09-16T19:26:21.935Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2021-09-16T19:26:21.935Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:26:21.935Z] [2021-09-16T19:26:21.935Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2021-09-16T19:26:21.935Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2021-09-16T19:26:21.935Z] [2021-09-16T19:26:21.935Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2021-09-16T19:26:21.935Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2021-09-16T19:26:21.935Z] [2021-09-16T19:26:21.935Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2021-09-16T19:26:21.935Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:26:21.935Z] [2021-09-16T19:26:21.935Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2021-09-16T19:26:21.935Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2021-09-16T19:26:21.935Z] [2021-09-16T19:26:21.935Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2021-09-16T19:26:21.935Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2021-09-16T19:26:21.935Z] [2021-09-16T19:26:21.935Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2021-09-16T19:26:21.935Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2021-09-16T19:26:21.935Z] [2021-09-16T19:26:21.935Z] DONE 87 tests, 33 skipped in 70.227s [2021-09-16T19:26:21.935Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon [2021-09-16T19:26:22.533Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2021-09-16T19:26:22.792Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2021-09-16T19:26:24.173Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesEmptyList [2021-09-16T19:26:24.490Z] --- PASS: TestResizeWithInvalidSize (2.41s) [2021-09-16T19:26:24.490Z] === RUN TestResizeWhenContainerNotStarted [2021-09-16T19:26:25.112Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2021-09-16T19:26:26.493Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate [2021-09-16T19:26:26.645Z] --- PASS: TestResizeWhenContainerNotStarted (2.43s) [2021-09-16T19:26:26.645Z] === RUN TestDaemonRestartKillContainers [2021-09-16T19:26:26.645Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:26:26.645Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2021-09-16T19:26:26.645Z] === RUN TestStats [2021-09-16T19:26:26.645Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2021-09-16T19:26:26.645Z] --- SKIP: TestStats (0.00s) [2021-09-16T19:26:26.645Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-09-16T19:26:29.033Z] docker_api_swarm_service_test.go:304: [d61c50d4600df] joining swarm manager [dc25e76755f9b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-09-16T19:26:29.294Z] docker_api_swarm_service_test.go:304: [df0432bbe49ff] joining swarm manager [dc25e76755f9b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-09-16T19:26:32.596Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2021-09-16T19:26:33.536Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2021-09-16T19:26:33.671Z] --- PASS: TestStopContainerWithRestartPolicyAlways (6.16s) [2021-09-16T19:26:33.671Z] === RUN TestStopContainerWithTimeout [2021-09-16T19:26:33.671Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2021-09-16T19:26:33.671Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2021-09-16T19:26:33.671Z] === RUN TestUpdateRestartPolicy [2021-09-16T19:26:34.921Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2021-09-16T19:26:35.860Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2021-09-16T19:26:36.801Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2021-09-16T19:26:38.712Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2021-09-16T19:26:39.617Z] === RUN TestConfigDaemonLibtrustID [2021-09-16T19:26:39.617Z] daemon_test.go:18: runtime.GOOS != "linux" [2021-09-16T19:26:39.617Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2021-09-16T19:26:39.617Z] === RUN TestDaemonConfigValidation [2021-09-16T19:26:39.617Z] daemon_test.go:37: runtime.GOOS != "linux" [2021-09-16T19:26:39.617Z] --- SKIP: TestDaemonConfigValidation (0.00s) [2021-09-16T19:26:39.617Z] === RUN TestConfigDaemonSeccompProfiles [2021-09-16T19:26:39.617Z] daemon_test.go:103: runtime.GOOS != "linux" [2021-09-16T19:26:39.617Z] --- SKIP: TestConfigDaemonSeccompProfiles (0.00s) [2021-09-16T19:26:39.617Z] PASS [2021-09-16T19:26:39.617Z] ok github.com/docker/docker/integration/daemon 0.075s [2021-09-16T19:26:39.617Z] [2021-09-16T19:26:39.617Z] === Skipped [2021-09-16T19:26:39.617Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonLibtrustID (0.00s) [2021-09-16T19:26:39.617Z] daemon_test.go:18: runtime.GOOS != "linux" [2021-09-16T19:26:39.617Z] [2021-09-16T19:26:39.617Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonConfigValidation (0.00s) [2021-09-16T19:26:39.617Z] daemon_test.go:37: runtime.GOOS != "linux" [2021-09-16T19:26:39.617Z] [2021-09-16T19:26:39.617Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonSeccompProfiles (0.00s) [2021-09-16T19:26:39.617Z] daemon_test.go:103: runtime.GOOS != "linux" [2021-09-16T19:26:39.617Z] [2021-09-16T19:26:39.617Z] DONE 3 tests, 3 skipped in 16.523s [2021-09-16T19:26:39.617Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2021-09-16T19:26:39.617Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-09-16T19:26:39.617Z] INFO: Testing against a local daemon [2021-09-16T19:26:39.617Z] === RUN TestCommitInheritsEnv [2021-09-16T19:26:39.617Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-09-16T19:26:39.617Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2021-09-16T19:26:39.617Z] === RUN TestImportExtremelyLargeImageWorks [2021-09-16T19:26:39.617Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2021-09-16T19:26:39.617Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2021-09-16T19:26:39.617Z] === RUN TestImagesFilterMultiReference [2021-09-16T19:26:39.617Z] --- PASS: TestImagesFilterMultiReference (0.07s) [2021-09-16T19:26:39.617Z] === RUN TestImagePullPlatformInvalid [2021-09-16T19:26:39.617Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2021-09-16T19:26:39.617Z] === RUN TestRemoveImageOrphaning [2021-09-16T19:26:40.093Z] === RUN TestDockerSuite/TestPsListContainersSize [2021-09-16T19:26:40.581Z] --- PASS: TestRemoveImageOrphaning (0.74s) [2021-09-16T19:26:40.581Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-09-16T19:26:40.581Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2021-09-16T19:26:40.581Z] === RUN TestTagInvalidReference [2021-09-16T19:26:40.581Z] --- PASS: TestTagInvalidReference (0.02s) [2021-09-16T19:26:40.581Z] === RUN TestTagValidPrefixedRepo [2021-09-16T19:26:40.581Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2021-09-16T19:26:40.581Z] === RUN TestTagExistedNameWithoutForce [2021-09-16T19:26:40.581Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2021-09-16T19:26:40.581Z] === RUN TestTagOfficialNames [2021-09-16T19:26:40.581Z] --- PASS: TestTagOfficialNames (0.06s) [2021-09-16T19:26:40.581Z] === RUN TestTagMatchesDigest [2021-09-16T19:26:40.581Z] --- PASS: TestTagMatchesDigest (0.02s) [2021-09-16T19:26:40.581Z] PASS [2021-09-16T19:26:40.581Z] ok github.com/docker/docker/integration/image 1.085s [2021-09-16T19:26:40.581Z] [2021-09-16T19:26:40.581Z] === Skipped [2021-09-16T19:26:40.581Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2021-09-16T19:26:40.581Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-09-16T19:26:40.581Z] [2021-09-16T19:26:40.581Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2021-09-16T19:26:40.581Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2021-09-16T19:26:40.581Z] [2021-09-16T19:26:40.581Z] DONE 11 tests, 2 skipped in 2.415s [2021-09-16T19:26:41.039Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2021-09-16T19:26:41.485Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2021-09-16T19:26:41.485Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2021-09-16T19:26:42.055Z] === RUN TestDockerSuite/TestPsRightTagName [2021-09-16T19:26:42.574Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-09-16T19:26:42.574Z] INFO: Testing against a local daemon [2021-09-16T19:26:42.574Z] === RUN TestNetworkCreateDelete [2021-09-16T19:26:42.574Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2021-09-16T19:26:42.574Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2021-09-16T19:26:42.574Z] === RUN TestDockerNetworkDeletePreferID [2021-09-16T19:26:42.574Z] 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-16T19:26:42.574Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2021-09-16T19:26:42.574Z] === RUN TestDaemonDNSFallback [2021-09-16T19:26:42.574Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2021-09-16T19:26:42.574Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2021-09-16T19:26:42.574Z] === RUN TestInspectNetwork [2021-09-16T19:26:42.574Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2021-09-16T19:26:42.574Z] --- SKIP: TestInspectNetwork (0.00s) [2021-09-16T19:26:42.574Z] === RUN TestRunContainerWithBridgeNone [2021-09-16T19:26:42.574Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2021-09-16T19:26:42.574Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2021-09-16T19:26:42.574Z] === RUN TestNetworkInvalidJSON [2021-09-16T19:26:42.574Z] === RUN TestNetworkInvalidJSON//networks/create [2021-09-16T19:26:42.574Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-09-16T19:26:42.574Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-09-16T19:26:42.574Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-09-16T19:26:42.574Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-09-16T19:26:42.574Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-09-16T19:26:42.574Z] === CONT TestNetworkInvalidJSON//networks/create [2021-09-16T19:26:42.574Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-09-16T19:26:42.574Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-09-16T19:26:42.574Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2021-09-16T19:26:42.574Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-09-16T19:26:42.574Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-09-16T19:26:42.574Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-09-16T19:26:42.574Z] === RUN TestNetworkList [2021-09-16T19:26:42.574Z] === RUN TestNetworkList//networks [2021-09-16T19:26:42.574Z] === PAUSE TestNetworkList//networks [2021-09-16T19:26:42.574Z] === RUN TestNetworkList//networks/ [2021-09-16T19:26:42.574Z] === PAUSE TestNetworkList//networks/ [2021-09-16T19:26:42.574Z] === CONT TestNetworkList//networks [2021-09-16T19:26:42.574Z] === CONT TestNetworkList//networks/ [2021-09-16T19:26:42.574Z] --- PASS: TestNetworkList (0.02s) [2021-09-16T19:26:42.574Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-09-16T19:26:42.574Z] --- PASS: TestNetworkList//networks (0.00s) [2021-09-16T19:26:42.574Z] === RUN TestHostIPv4BridgeLabel [2021-09-16T19:26:42.574Z] network_test.go:128: testEnv.OSType == "windows" [2021-09-16T19:26:42.574Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2021-09-16T19:26:42.574Z] === RUN TestDaemonRestartWithLiveRestore [2021-09-16T19:26:42.574Z] service_test.go:30: testEnv.OSType == "windows" [2021-09-16T19:26:42.574Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2021-09-16T19:26:42.574Z] === RUN TestDaemonDefaultNetworkPools [2021-09-16T19:26:42.574Z] service_test.go:59: testEnv.OSType == "windows" [2021-09-16T19:26:42.574Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2021-09-16T19:26:42.574Z] === RUN TestDaemonRestartWithExistingNetwork [2021-09-16T19:26:42.574Z] service_test.go:103: testEnv.OSType == "windows" [2021-09-16T19:26:42.574Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2021-09-16T19:26:42.574Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-09-16T19:26:42.574Z] service_test.go:137: testEnv.OSType == "windows" [2021-09-16T19:26:42.574Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-09-16T19:26:42.574Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-09-16T19:26:42.574Z] service_test.go:188: testEnv.OSType == "windows" [2021-09-16T19:26:42.574Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-09-16T19:26:42.574Z] === RUN TestServiceWithPredefinedNetwork [2021-09-16T19:26:42.574Z] service_test.go:213: testEnv.OSType == "windows" [2021-09-16T19:26:42.574Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2021-09-16T19:26:42.574Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-09-16T19:26:42.574Z] service_test.go:243: FLAKY_TEST [2021-09-16T19:26:42.574Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-09-16T19:26:42.574Z] === RUN TestServiceWithDataPathPortInit [2021-09-16T19:26:42.574Z] service_test.go:334: testEnv.OSType == "windows" [2021-09-16T19:26:42.574Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2021-09-16T19:26:42.574Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-09-16T19:26:42.574Z] service_test.go:402: testEnv.OSType == "windows" [2021-09-16T19:26:42.574Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2021-09-16T19:26:42.574Z] PASS [2021-09-16T19:26:42.574Z] ok github.com/docker/docker/integration/network 0.114s [2021-09-16T19:26:42.574Z] [2021-09-16T19:26:42.574Z] === Skipped [2021-09-16T19:26:42.574Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2021-09-16T19:26:42.574Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2021-09-16T19:26:42.574Z] [2021-09-16T19:26:42.574Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2021-09-16T19:26:42.574Z] 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-16T19:26:42.574Z] [2021-09-16T19:26:42.574Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2021-09-16T19:26:42.574Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2021-09-16T19:26:42.574Z] [2021-09-16T19:26:42.574Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2021-09-16T19:26:42.574Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2021-09-16T19:26:42.574Z] [2021-09-16T19:26:42.574Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2021-09-16T19:26:42.574Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2021-09-16T19:26:42.574Z] [2021-09-16T19:26:42.574Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2021-09-16T19:26:42.574Z] network_test.go:128: testEnv.OSType == "windows" [2021-09-16T19:26:42.574Z] [2021-09-16T19:26:42.574Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2021-09-16T19:26:42.574Z] service_test.go:30: testEnv.OSType == "windows" [2021-09-16T19:26:42.574Z] [2021-09-16T19:26:42.574Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2021-09-16T19:26:42.574Z] service_test.go:59: testEnv.OSType == "windows" [2021-09-16T19:26:42.574Z] [2021-09-16T19:26:42.574Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2021-09-16T19:26:42.574Z] service_test.go:103: testEnv.OSType == "windows" [2021-09-16T19:26:42.574Z] [2021-09-16T19:26:42.574Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-09-16T19:26:42.574Z] service_test.go:137: testEnv.OSType == "windows" [2021-09-16T19:26:42.574Z] [2021-09-16T19:26:42.574Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-09-16T19:26:42.574Z] service_test.go:188: testEnv.OSType == "windows" [2021-09-16T19:26:42.574Z] [2021-09-16T19:26:42.574Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2021-09-16T19:26:42.574Z] service_test.go:213: testEnv.OSType == "windows" [2021-09-16T19:26:42.574Z] [2021-09-16T19:26:42.574Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-09-16T19:26:42.574Z] service_test.go:243: FLAKY_TEST [2021-09-16T19:26:42.574Z] [2021-09-16T19:26:42.574Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2021-09-16T19:26:42.574Z] service_test.go:334: testEnv.OSType == "windows" [2021-09-16T19:26:42.574Z] [2021-09-16T19:26:42.574Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2021-09-16T19:26:42.574Z] service_test.go:402: testEnv.OSType == "windows" [2021-09-16T19:26:42.574Z] [2021-09-16T19:26:42.574Z] DONE 22 tests, 15 skipped in 1.671s [2021-09-16T19:26:42.574Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2021-09-16T19:26:43.032Z] testing: warning: no tests to run [2021-09-16T19:26:43.032Z] PASS [2021-09-16T19:26:43.032Z] ok github.com/docker/docker/integration/network/ipvlan 0.050s [2021-09-16T19:26:43.032Z] [2021-09-16T19:26:43.032Z] DONE 0 tests in 0.500s [2021-09-16T19:26:43.032Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2021-09-16T19:26:43.438Z] === RUN TestDockerSuite/TestPsShowMounts [2021-09-16T19:26:43.489Z] testing: warning: no tests to run [2021-09-16T19:26:43.489Z] PASS [2021-09-16T19:26:43.489Z] ok github.com/docker/docker/integration/network/macvlan 0.053s [2021-09-16T19:26:43.489Z] [2021-09-16T19:26:43.489Z] DONE 0 tests in 0.500s [2021-09-16T19:26:43.946Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2021-09-16T19:26:44.402Z] testing: warning: no tests to run [2021-09-16T19:26:44.402Z] PASS [2021-09-16T19:26:44.402Z] ok github.com/docker/docker/integration/plugin 0.047s [2021-09-16T19:26:44.402Z] [2021-09-16T19:26:44.402Z] DONE 0 tests in 0.479s [2021-09-16T19:26:44.402Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2021-09-16T19:26:44.860Z] testing: warning: no tests to run [2021-09-16T19:26:44.860Z] PASS [2021-09-16T19:26:44.860Z] ok github.com/docker/docker/integration/plugin/authz 0.055s [2021-09-16T19:26:44.860Z] [2021-09-16T19:26:44.860Z] DONE 0 tests in 0.505s [2021-09-16T19:26:44.860Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2021-09-16T19:26:45.344Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2021-09-16T19:26:45.345Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2021-09-16T19:26:45.345Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2021-09-16T19:26:45.345Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2021-09-16T19:26:45.604Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2021-09-16T19:26:45.604Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2021-09-16T19:26:45.864Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2021-09-16T19:26:46.437Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2021-09-16T19:26:47.376Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2021-09-16T19:26:48.316Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2021-09-16T19:26:48.576Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2021-09-16T19:26:48.586Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-09-16T19:26:48.586Z] INFO: Testing against a local daemon [2021-09-16T19:26:48.586Z] === RUN TestPluginInvalidJSON [2021-09-16T19:26:48.586Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-09-16T19:26:48.586Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-09-16T19:26:48.586Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-09-16T19:26:48.586Z] --- PASS: TestPluginInvalidJSON (0.02s) [2021-09-16T19:26:48.586Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-09-16T19:26:48.586Z] === RUN TestPluginInstall [2021-09-16T19:26:48.586Z] plugin_test.go:63: testEnv.OSType == "windows" [2021-09-16T19:26:48.586Z] --- SKIP: TestPluginInstall (0.00s) [2021-09-16T19:26:48.586Z] === RUN TestPluginsWithRuntimes [2021-09-16T19:26:48.586Z] plugin_test.go:172: testEnv.OSType == "windows" [2021-09-16T19:26:48.586Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2021-09-16T19:26:48.586Z] === RUN TestPluginBackCompatMediaTypes [2021-09-16T19:26:48.586Z] plugin_test.go:234: testEnv.OSType == "windows" [2021-09-16T19:26:48.586Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2021-09-16T19:26:48.586Z] PASS [2021-09-16T19:26:48.586Z] ok github.com/docker/docker/integration/plugin/common 0.073s [2021-09-16T19:26:48.586Z] [2021-09-16T19:26:48.586Z] === Skipped [2021-09-16T19:26:48.586Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2021-09-16T19:26:48.586Z] plugin_test.go:63: testEnv.OSType == "windows" [2021-09-16T19:26:48.586Z] [2021-09-16T19:26:48.586Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2021-09-16T19:26:48.586Z] plugin_test.go:172: testEnv.OSType == "windows" [2021-09-16T19:26:48.586Z] [2021-09-16T19:26:48.586Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2021-09-16T19:26:48.586Z] plugin_test.go:234: testEnv.OSType == "windows" [2021-09-16T19:26:48.586Z] [2021-09-16T19:26:48.586Z] DONE 5 tests, 3 skipped in 3.421s [2021-09-16T19:26:48.586Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2021-09-16T19:26:49.146Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents [2021-09-16T19:26:50.758Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-09-16T19:26:50.758Z] INFO: Testing against a local daemon [2021-09-16T19:26:50.758Z] === RUN TestExternalGraphDriver [2021-09-16T19:26:50.758Z] external_test.go:47: runtime.GOOS == "windows" [2021-09-16T19:26:50.758Z] --- SKIP: TestExternalGraphDriver (0.00s) [2021-09-16T19:26:50.758Z] === RUN TestGraphdriverPluginV2 [2021-09-16T19:26:50.758Z] external_test.go:407: runtime.GOOS == "windows" [2021-09-16T19:26:50.758Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2021-09-16T19:26:50.758Z] PASS [2021-09-16T19:26:50.758Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.072s [2021-09-16T19:26:50.758Z] [2021-09-16T19:26:50.758Z] === Skipped [2021-09-16T19:26:50.758Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2021-09-16T19:26:50.758Z] external_test.go:47: runtime.GOOS == "windows" [2021-09-16T19:26:50.758Z] [2021-09-16T19:26:50.758Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2021-09-16T19:26:50.758Z] external_test.go:407: runtime.GOOS == "windows" [2021-09-16T19:26:50.758Z] [2021-09-16T19:26:50.758Z] DONE 2 tests, 2 skipped in 2.175s [2021-09-16T19:26:50.758Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2021-09-16T19:26:51.688Z] docker_api_swarm_service_test.go:100: [db2b3eda6c153] joining swarm manager [d0c67bbaf1f0d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-09-16T19:26:52.258Z] docker_api_swarm_service_test.go:101: [da9d26cd43475] joining swarm manager [d0c67bbaf1f0d]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-09-16T19:26:52.289Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-09-16T19:26:52.289Z] INFO: Testing against a local daemon [2021-09-16T19:26:52.289Z] === RUN TestReadPluginNoRead [2021-09-16T19:26:52.289Z] read_test.go:21: no unix domain sockets on Windows [2021-09-16T19:26:52.289Z] --- SKIP: TestReadPluginNoRead (0.00s) [2021-09-16T19:26:52.289Z] PASS [2021-09-16T19:26:52.289Z] ok github.com/docker/docker/integration/plugin/logging 0.061s [2021-09-16T19:26:52.289Z] [2021-09-16T19:26:52.289Z] === Skipped [2021-09-16T19:26:52.289Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2021-09-16T19:26:52.289Z] read_test.go:21: no unix domain sockets on Windows [2021-09-16T19:26:52.289Z] [2021-09-16T19:26:52.289Z] DONE 1 tests, 1 skipped in 1.518s [2021-09-16T19:26:52.289Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2021-09-16T19:26:52.746Z] testing: warning: no tests to run [2021-09-16T19:26:52.746Z] PASS [2021-09-16T19:26:52.746Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.048s [2021-09-16T19:26:53.204Z] [2021-09-16T19:26:53.204Z] DONE 0 tests in 0.814s [2021-09-16T19:26:53.204Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2021-09-16T19:26:54.695Z] --- PASS: TestUpdateRestartPolicy (20.90s) [2021-09-16T19:26:54.695Z] === RUN TestUpdateRestartWithAutoRemove [2021-09-16T19:26:54.753Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-09-16T19:26:54.753Z] INFO: Testing against a local daemon [2021-09-16T19:26:54.753Z] === RUN TestPluginWithDevMounts [2021-09-16T19:26:54.753Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:26:54.753Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2021-09-16T19:26:54.753Z] PASS [2021-09-16T19:26:54.753Z] ok github.com/docker/docker/integration/plugin/volumes 0.064s [2021-09-16T19:26:54.753Z] [2021-09-16T19:26:54.753Z] === Skipped [2021-09-16T19:26:54.753Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2021-09-16T19:26:54.753Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:26:54.753Z] [2021-09-16T19:26:54.753Z] DONE 1 tests, 1 skipped in 1.470s [2021-09-16T19:26:54.753Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2021-09-16T19:26:55.409Z] ok github.com/docker/docker/libnetwork 37.186s coverage: 40.8% of statements [2021-09-16T19:26:55.409Z] ok github.com/docker/docker/libnetwork/bitseq 0.116s coverage: 84.4% of statements [2021-09-16T19:26:55.409Z] ? github.com/docker/docker/libnetwork/cluster [no test files] [2021-09-16T19:26:55.716Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-09-16T19:26:55.716Z] INFO: Testing against a local daemon [2021-09-16T19:26:55.716Z] === RUN TestSecretInspect [2021-09-16T19:26:55.716Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:26:55.716Z] --- SKIP: TestSecretInspect (0.00s) [2021-09-16T19:26:55.716Z] === RUN TestSecretList [2021-09-16T19:26:55.716Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:26:55.716Z] --- SKIP: TestSecretList (0.00s) [2021-09-16T19:26:55.716Z] === RUN TestSecretsCreateAndDelete [2021-09-16T19:26:55.716Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:26:55.716Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2021-09-16T19:26:55.716Z] === RUN TestSecretsUpdate [2021-09-16T19:26:55.716Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:26:55.716Z] --- SKIP: TestSecretsUpdate (0.00s) [2021-09-16T19:26:55.716Z] === RUN TestTemplatedSecret [2021-09-16T19:26:55.716Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:26:55.716Z] --- SKIP: TestTemplatedSecret (0.00s) [2021-09-16T19:26:55.716Z] === RUN TestSecretCreateResolve [2021-09-16T19:26:55.716Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2021-09-16T19:26:55.716Z] --- SKIP: TestSecretCreateResolve (0.00s) [2021-09-16T19:26:55.716Z] PASS [2021-09-16T19:26:55.717Z] ok github.com/docker/docker/integration/secret 0.061s [2021-09-16T19:26:56.173Z] [2021-09-16T19:26:56.173Z] === Skipped [2021-09-16T19:26:56.173Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2021-09-16T19:26:56.173Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:26:56.173Z] [2021-09-16T19:26:56.173Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2021-09-16T19:26:56.173Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:26:56.173Z] [2021-09-16T19:26:56.173Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2021-09-16T19:26:56.173Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:26:56.173Z] [2021-09-16T19:26:56.173Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2021-09-16T19:26:56.173Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:26:56.173Z] [2021-09-16T19:26:56.173Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2021-09-16T19:26:56.173Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:26:56.173Z] [2021-09-16T19:26:56.173Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2021-09-16T19:26:56.173Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2021-09-16T19:26:56.173Z] [2021-09-16T19:26:56.173Z] DONE 6 tests, 6 skipped in 1.321s [2021-09-16T19:26:56.173Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2021-09-16T19:26:56.216Z] --- PASS: TestUpdateRestartWithAutoRemove (2.39s) [2021-09-16T19:26:56.216Z] === RUN TestWaitNonBlocked [2021-09-16T19:26:56.216Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-09-16T19:26:56.216Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-09-16T19:26:56.216Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-09-16T19:26:56.216Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-09-16T19:26:56.216Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-09-16T19:26:56.216Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-09-16T19:26:56.459Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2021-09-16T19:26:57.309Z] ? github.com/docker/docker/libnetwork/cmd/diagnostic [no test files] [2021-09-16T19:26:57.310Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test [no test files] [2021-09-16T19:26:57.310Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbclient [no test files] [2021-09-16T19:26:57.310Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dbserver [no test files] [2021-09-16T19:26:57.310Z] ? github.com/docker/docker/libnetwork/cmd/networkdb-test/dummyclient [no test files] [2021-09-16T19:26:57.310Z] ? github.com/docker/docker/libnetwork/cmd/ovrouter [no test files] [2021-09-16T19:26:57.310Z] ? github.com/docker/docker/libnetwork/cmd/readme_test [no test files] [2021-09-16T19:26:57.398Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2021-09-16T19:26:57.568Z] ok github.com/docker/docker/libnetwork/config 0.026s coverage: 24.0% of statements [2021-09-16T19:26:57.704Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-09-16T19:26:57.704Z] INFO: Testing against a local daemon [2021-09-16T19:26:57.704Z] === RUN TestServiceCreateInit [2021-09-16T19:26:57.704Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-09-16T19:26:57.704Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:26:57.704Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-09-16T19:26:57.704Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:26:57.704Z] --- PASS: TestServiceCreateInit (0.03s) [2021-09-16T19:26:57.704Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-09-16T19:26:57.704Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-09-16T19:26:57.704Z] === RUN TestCreateServiceMultipleTimes [2021-09-16T19:26:57.704Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:26:57.704Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2021-09-16T19:26:57.704Z] === RUN TestCreateServiceConflict [2021-09-16T19:26:57.704Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:26:57.704Z] --- SKIP: TestCreateServiceConflict (0.00s) [2021-09-16T19:26:57.704Z] === RUN TestCreateServiceMaxReplicas [2021-09-16T19:26:57.704Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:26:57.704Z] --- SKIP: TestCreateServiceMaxReplicas (0.03s) [2021-09-16T19:26:57.704Z] === RUN TestCreateWithDuplicateNetworkNames [2021-09-16T19:26:57.704Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:26:57.704Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2021-09-16T19:26:57.704Z] === RUN TestCreateServiceSecretFileMode [2021-09-16T19:26:57.704Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:26:57.704Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2021-09-16T19:26:57.704Z] === RUN TestCreateServiceConfigFileMode [2021-09-16T19:26:57.704Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:26:57.704Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2021-09-16T19:26:57.704Z] === RUN TestCreateServiceSysctls [2021-09-16T19:26:57.704Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:26:57.704Z] --- SKIP: TestCreateServiceSysctls (0.02s) [2021-09-16T19:26:57.704Z] === RUN TestCreateServiceCapabilities [2021-09-16T19:26:57.704Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:26:57.704Z] --- SKIP: TestCreateServiceCapabilities (0.02s) [2021-09-16T19:26:57.704Z] === RUN TestInspect [2021-09-16T19:26:57.704Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:26:57.704Z] --- SKIP: TestInspect (0.00s) [2021-09-16T19:26:57.704Z] === RUN TestCreateJob [2021-09-16T19:26:57.704Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:26:57.704Z] --- SKIP: TestCreateJob (0.00s) [2021-09-16T19:26:57.704Z] === RUN TestReplicatedJob [2021-09-16T19:26:57.704Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:26:57.704Z] --- SKIP: TestReplicatedJob (0.00s) [2021-09-16T19:26:57.704Z] === RUN TestUpdateReplicatedJob [2021-09-16T19:26:57.704Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:26:57.704Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2021-09-16T19:26:57.704Z] === RUN TestServiceListWithStatuses [2021-09-16T19:26:57.704Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:26:57.704Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-09-16T19:26:57.704Z] === RUN TestDockerNetworkConnectAlias [2021-09-16T19:26:57.704Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:26:57.704Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2021-09-16T19:26:57.704Z] === RUN TestDockerNetworkReConnect [2021-09-16T19:26:57.704Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:26:57.704Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2021-09-16T19:26:57.704Z] === RUN TestServicePlugin [2021-09-16T19:26:57.704Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:26:57.704Z] --- SKIP: TestServicePlugin (0.00s) [2021-09-16T19:26:57.704Z] === RUN TestServiceUpdateLabel [2021-09-16T19:26:57.704Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2021-09-16T19:26:57.704Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2021-09-16T19:26:57.704Z] === RUN TestServiceUpdateSecrets [2021-09-16T19:26:57.704Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2021-09-16T19:26:57.704Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2021-09-16T19:26:57.704Z] === RUN TestServiceUpdateConfigs [2021-09-16T19:26:57.704Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2021-09-16T19:26:57.704Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2021-09-16T19:26:57.704Z] === RUN TestServiceUpdateNetwork [2021-09-16T19:26:57.704Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2021-09-16T19:26:57.704Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2021-09-16T19:26:57.704Z] === RUN TestServiceUpdatePidsLimit [2021-09-16T19:26:57.704Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2021-09-16T19:26:57.704Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2021-09-16T19:26:57.704Z] PASS [2021-09-16T19:26:57.704Z] ok github.com/docker/docker/integration/service 0.164s [2021-09-16T19:26:58.133Z] ok github.com/docker/docker/libnetwork/datastore 0.003s coverage: 21.9% of statements [2021-09-16T19:26:58.133Z] ? github.com/docker/docker/libnetwork/diagnostic [no test files] [2021-09-16T19:26:58.133Z] ? github.com/docker/docker/libnetwork/discoverapi [no test files] [2021-09-16T19:26:58.133Z] ok github.com/docker/docker/libnetwork/driverapi 0.002s coverage: 68.9% of statements [2021-09-16T19:26:58.161Z] [2021-09-16T19:26:58.161Z] === Skipped [2021-09-16T19:26:58.161Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-09-16T19:26:58.161Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:26:58.161Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-09-16T19:26:58.161Z] [2021-09-16T19:26:58.161Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-09-16T19:26:58.161Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:26:58.161Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-09-16T19:26:58.161Z] [2021-09-16T19:26:58.161Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2021-09-16T19:26:58.161Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:26:58.161Z] [2021-09-16T19:26:58.161Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2021-09-16T19:26:58.161Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:26:58.161Z] [2021-09-16T19:26:58.161Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.03s) [2021-09-16T19:26:58.161Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:26:58.161Z] [2021-09-16T19:26:58.161Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2021-09-16T19:26:58.161Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:26:58.161Z] [2021-09-16T19:26:58.161Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2021-09-16T19:26:58.161Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:26:58.161Z] [2021-09-16T19:26:58.161Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2021-09-16T19:26:58.161Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:26:58.161Z] [2021-09-16T19:26:58.161Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.02s) [2021-09-16T19:26:58.161Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:26:58.161Z] [2021-09-16T19:26:58.161Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.02s) [2021-09-16T19:26:58.161Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:26:58.161Z] [2021-09-16T19:26:58.161Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2021-09-16T19:26:58.161Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:26:58.161Z] [2021-09-16T19:26:58.161Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2021-09-16T19:26:58.161Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:26:58.161Z] [2021-09-16T19:26:58.161Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2021-09-16T19:26:58.161Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:26:58.161Z] [2021-09-16T19:26:58.161Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2021-09-16T19:26:58.161Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:26:58.161Z] [2021-09-16T19:26:58.161Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2021-09-16T19:26:58.161Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:26:58.161Z] [2021-09-16T19:26:58.161Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2021-09-16T19:26:58.161Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:26:58.161Z] [2021-09-16T19:26:58.161Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2021-09-16T19:26:58.161Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:26:58.161Z] [2021-09-16T19:26:58.161Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2021-09-16T19:26:58.161Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:26:58.161Z] [2021-09-16T19:26:58.161Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2021-09-16T19:26:58.161Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2021-09-16T19:26:58.161Z] [2021-09-16T19:26:58.161Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2021-09-16T19:26:58.161Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2021-09-16T19:26:58.161Z] [2021-09-16T19:26:58.161Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2021-09-16T19:26:58.161Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2021-09-16T19:26:58.161Z] [2021-09-16T19:26:58.161Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2021-09-16T19:26:58.161Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2021-09-16T19:26:58.161Z] [2021-09-16T19:26:58.161Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2021-09-16T19:26:58.161Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2021-09-16T19:26:58.161Z] [2021-09-16T19:26:58.161Z] DONE 24 tests, 23 skipped in 1.911s [2021-09-16T19:26:58.161Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2021-09-16T19:26:58.780Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2021-09-16T19:26:58.780Z] === RUN TestDockerSuite/TestRestartPolicyNO [2021-09-16T19:26:59.040Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2021-09-16T19:26:59.040Z] === RUN TestDockerSuite/TestRestartRunningContainer [2021-09-16T19:26:59.094Z] --- PASS: TestWaitNonBlocked (0.02s) [2021-09-16T19:26:59.094Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (3.11s) [2021-09-16T19:26:59.094Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (3.15s) [2021-09-16T19:26:59.094Z] === RUN TestWaitBlocked [2021-09-16T19:26:59.094Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2021-09-16T19:26:59.094Z] --- SKIP: TestWaitBlocked (0.00s) [2021-09-16T19:26:59.094Z] PASS [2021-09-16T19:26:59.094Z] ok github.com/docker/docker/integration/container 91.103s [2021-09-16T19:26:59.094Z] [2021-09-16T19:26:59.094Z] === Skipped [2021-09-16T19:26:59.094Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2021-09-16T19:26:59.094Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-09-16T19:26:59.094Z] [2021-09-16T19:26:59.094Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2021-09-16T19:26:59.094Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:26:59.094Z] [2021-09-16T19:26:59.094Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.00s) [2021-09-16T19:26:59.094Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2021-09-16T19:26:59.094Z] [2021-09-16T19:26:59.094Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2021-09-16T19:26:59.094Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:26:59.094Z] [2021-09-16T19:26:59.094Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2021-09-16T19:26:59.094Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2021-09-16T19:26:59.094Z] [2021-09-16T19:26:59.094Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2021-09-16T19:26:59.094Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2021-09-16T19:26:59.094Z] [2021-09-16T19:26:59.094Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2021-09-16T19:26:59.094Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2021-09-16T19:26:59.094Z] [2021-09-16T19:26:59.094Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.02s) [2021-09-16T19:26:59.094Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2021-09-16T19:26:59.094Z] [2021-09-16T19:26:59.094Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2021-09-16T19:26:59.094Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:26:59.094Z] [2021-09-16T19:26:59.094Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2021-09-16T19:26:59.094Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2021-09-16T19:26:59.094Z] [2021-09-16T19:26:59.094Z] === SKIP: github.com/docker/docker/integration/container TestExecWithCloseStdin (0.00s) [2021-09-16T19:26:59.094Z] exec_test.go:20: testEnv.RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2021-09-16T19:26:59.094Z] [2021-09-16T19:26:59.094Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2021-09-16T19:26:59.094Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2021-09-16T19:26:59.094Z] [2021-09-16T19:26:59.094Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2021-09-16T19:26:59.094Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:26:59.094Z] [2021-09-16T19:26:59.094Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2021-09-16T19:26:59.094Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:26:59.094Z] [2021-09-16T19:26:59.094Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2021-09-16T19:26:59.094Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2021-09-16T19:26:59.094Z] [2021-09-16T19:26:59.094Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2021-09-16T19:26:59.094Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2021-09-16T19:26:59.094Z] [2021-09-16T19:26:59.094Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2021-09-16T19:26:59.094Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2021-09-16T19:26:59.094Z] [2021-09-16T19:26:59.094Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2021-09-16T19:26:59.094Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2021-09-16T19:26:59.094Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2021-09-16T19:26:59.094Z] [2021-09-16T19:26:59.094Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2021-09-16T19:26:59.094Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-09-16T19:26:59.094Z] [2021-09-16T19:26:59.094Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2021-09-16T19:26:59.094Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-09-16T19:26:59.094Z] [2021-09-16T19:26:59.094Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2021-09-16T19:26:59.094Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-09-16T19:26:59.094Z] [2021-09-16T19:26:59.094Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2021-09-16T19:26:59.094Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2021-09-16T19:26:59.094Z] [2021-09-16T19:26:59.094Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2021-09-16T19:26:59.094Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:26:59.094Z] [2021-09-16T19:26:59.094Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2021-09-16T19:26:59.094Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-09-16T19:26:59.094Z] [2021-09-16T19:26:59.094Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2021-09-16T19:26:59.094Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2021-09-16T19:26:59.094Z] [2021-09-16T19:26:59.094Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2021-09-16T19:26:59.094Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2021-09-16T19:26:59.094Z] [2021-09-16T19:26:59.094Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2021-09-16T19:26:59.094Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2021-09-16T19:26:59.094Z] [2021-09-16T19:26:59.094Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2021-09-16T19:26:59.094Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:26:59.094Z] [2021-09-16T19:26:59.094Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2021-09-16T19:26:59.094Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2021-09-16T19:26:59.094Z] [2021-09-16T19:26:59.094Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2021-09-16T19:26:59.094Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2021-09-16T19:26:59.094Z] [2021-09-16T19:26:59.094Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2021-09-16T19:26:59.094Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:26:59.094Z] [2021-09-16T19:26:59.094Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2021-09-16T19:26:59.094Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2021-09-16T19:26:59.094Z] [2021-09-16T19:26:59.094Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2021-09-16T19:26:59.094Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2021-09-16T19:26:59.094Z] [2021-09-16T19:26:59.094Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2021-09-16T19:26:59.094Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2021-09-16T19:26:59.094Z] [2021-09-16T19:26:59.094Z] DONE 87 tests, 34 skipped in 92.937s [2021-09-16T19:26:59.094Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon [2021-09-16T19:26:59.124Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-09-16T19:26:59.124Z] INFO: Testing against a local daemon [2021-09-16T19:26:59.124Z] === RUN TestSessionCreate [2021-09-16T19:26:59.124Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2021-09-16T19:26:59.124Z] --- SKIP: TestSessionCreate (0.00s) [2021-09-16T19:26:59.124Z] === RUN TestSessionCreateWithBadUpgrade [2021-09-16T19:26:59.124Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2021-09-16T19:26:59.124Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2021-09-16T19:26:59.124Z] PASS [2021-09-16T19:26:59.124Z] ok github.com/docker/docker/integration/session 0.060s [2021-09-16T19:26:59.582Z] [2021-09-16T19:26:59.582Z] === Skipped [2021-09-16T19:26:59.582Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2021-09-16T19:26:59.582Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2021-09-16T19:26:59.582Z] [2021-09-16T19:26:59.582Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2021-09-16T19:26:59.582Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2021-09-16T19:26:59.582Z] [2021-09-16T19:26:59.582Z] DONE 2 tests, 2 skipped in 1.286s [2021-09-16T19:26:59.582Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2021-09-16T19:27:00.546Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-09-16T19:27:00.546Z] INFO: Testing against a local daemon [2021-09-16T19:27:00.546Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-09-16T19:27:00.546Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:27:00.546Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-09-16T19:27:00.546Z] === RUN TestDiskUsage [2021-09-16T19:27:00.546Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2021-09-16T19:27:00.546Z] --- SKIP: TestDiskUsage (0.00s) [2021-09-16T19:27:00.546Z] === RUN TestEventsExecDie [2021-09-16T19:27:00.546Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2021-09-16T19:27:00.546Z] --- SKIP: TestEventsExecDie (0.00s) [2021-09-16T19:27:00.546Z] === RUN TestEventsBackwardsCompatible [2021-09-16T19:27:00.546Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2021-09-16T19:27:00.546Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2021-09-16T19:27:00.546Z] === RUN TestEventsVolumeCreate [2021-09-16T19:27:00.546Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2021-09-16T19:27:00.546Z] --- SKIP: TestEventsVolumeCreate (0.00s) [2021-09-16T19:27:00.546Z] === RUN TestInfoAPI [2021-09-16T19:27:00.546Z] --- PASS: TestInfoAPI (0.03s) [2021-09-16T19:27:00.546Z] === RUN TestInfoAPIWarnings [2021-09-16T19:27:00.546Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-09-16T19:27:00.546Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2021-09-16T19:27:00.546Z] === RUN TestInfoDebug [2021-09-16T19:27:00.546Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-09-16T19:27:00.546Z] --- SKIP: TestInfoDebug (0.00s) [2021-09-16T19:27:00.546Z] === RUN TestInfoInsecureRegistries [2021-09-16T19:27:00.546Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-09-16T19:27:00.546Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2021-09-16T19:27:00.546Z] === RUN TestInfoRegistryMirrors [2021-09-16T19:27:00.546Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-09-16T19:27:00.546Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2021-09-16T19:27:00.546Z] === RUN TestLoginFailsWithBadCredentials [2021-09-16T19:27:00.662Z] ok github.com/docker/docker/libnetwork/drivers/bridge 1.389s coverage: 59.9% of statements [2021-09-16T19:27:00.920Z] ? github.com/docker/docker/libnetwork/drivers/bridge/brmanager [no test files] [2021-09-16T19:27:00.920Z] ok github.com/docker/docker/libnetwork/drivers/host 0.002s coverage: 34.8% of statements [2021-09-16T19:27:00.959Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2021-09-16T19:27:01.486Z] ok github.com/docker/docker/libnetwork/drivers/ipvlan 0.109s coverage: 4.0% of statements [2021-09-16T19:27:01.486Z] ? github.com/docker/docker/libnetwork/drivers/ipvlan/ivmanager [no test files] [2021-09-16T19:27:01.510Z] --- PASS: TestLoginFailsWithBadCredentials (0.92s) [2021-09-16T19:27:01.510Z] === RUN TestPingCacheHeaders [2021-09-16T19:27:01.510Z] --- PASS: TestPingCacheHeaders (0.03s) [2021-09-16T19:27:01.510Z] === RUN TestPingGet [2021-09-16T19:27:01.510Z] --- PASS: TestPingGet (0.03s) [2021-09-16T19:27:01.510Z] === RUN TestPingHead [2021-09-16T19:27:01.510Z] --- PASS: TestPingHead (0.02s) [2021-09-16T19:27:01.510Z] === RUN TestVersion [2021-09-16T19:27:01.510Z] --- PASS: TestVersion (0.02s) [2021-09-16T19:27:01.510Z] PASS [2021-09-16T19:27:01.510Z] ok github.com/docker/docker/integration/system 1.081s [2021-09-16T19:27:01.903Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2021-09-16T19:27:01.966Z] [2021-09-16T19:27:01.967Z] === Skipped [2021-09-16T19:27:01.967Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-09-16T19:27:01.967Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:27:01.967Z] [2021-09-16T19:27:01.967Z] === SKIP: github.com/docker/docker/integration/system TestDiskUsage (0.00s) [2021-09-16T19:27:01.967Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2021-09-16T19:27:01.967Z] [2021-09-16T19:27:01.967Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2021-09-16T19:27:01.967Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2021-09-16T19:27:01.967Z] [2021-09-16T19:27:01.967Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2021-09-16T19:27:01.967Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2021-09-16T19:27:01.967Z] [2021-09-16T19:27:01.967Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s) [2021-09-16T19:27:01.967Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2021-09-16T19:27:01.967Z] [2021-09-16T19:27:01.967Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2021-09-16T19:27:01.967Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-09-16T19:27:01.967Z] [2021-09-16T19:27:01.967Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2021-09-16T19:27:01.967Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-09-16T19:27:01.967Z] [2021-09-16T19:27:01.967Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2021-09-16T19:27:01.967Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-09-16T19:27:01.967Z] [2021-09-16T19:27:01.967Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2021-09-16T19:27:01.967Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-09-16T19:27:01.967Z] [2021-09-16T19:27:01.967Z] DONE 15 tests, 9 skipped in 2.451s [2021-09-16T19:27:01.967Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2021-09-16T19:27:02.052Z] ok github.com/docker/docker/libnetwork/drivers/macvlan 0.016s coverage: 4.5% of statements [2021-09-16T19:27:02.052Z] ? github.com/docker/docker/libnetwork/drivers/macvlan/mvmanager [no test files] [2021-09-16T19:27:02.310Z] ok github.com/docker/docker/libnetwork/drivers/null 0.002s coverage: 34.8% of statements [2021-09-16T19:27:03.501Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-09-16T19:27:03.501Z] INFO: Testing against a local daemon [2021-09-16T19:27:03.501Z] === RUN TestVolumesCreateAndList [2021-09-16T19:27:03.501Z] --- PASS: TestVolumesCreateAndList (0.03s) [2021-09-16T19:27:03.501Z] === RUN TestVolumesRemove [2021-09-16T19:27:03.501Z] --- PASS: TestVolumesRemove (0.12s) [2021-09-16T19:27:03.501Z] === RUN TestVolumesInspect [2021-09-16T19:27:03.501Z] --- PASS: TestVolumesInspect (0.03s) [2021-09-16T19:27:03.501Z] === RUN TestVolumesInvalidJSON [2021-09-16T19:27:03.501Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-09-16T19:27:03.501Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-09-16T19:27:03.501Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-09-16T19:27:03.501Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2021-09-16T19:27:03.501Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-09-16T19:27:03.501Z] PASS [2021-09-16T19:27:03.501Z] ok github.com/docker/docker/integration/volume 0.233s [2021-09-16T19:27:03.501Z] [2021-09-16T19:27:03.501Z] DONE 5 tests in 1.615s [2021-09-16T19:27:03.501Z] INFO: make.ps1 ended at 09/16/2021 19:27:03 [2021-09-16T19:27:03.501Z] INFO: Integration CLI tests being run from the host: [2021-09-16T19:27:03.501Z] 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-16T19:27:04.447Z] === RUN TestDockerSuite/TestRestartWithVolumes [2021-09-16T19:27:05.389Z] === RUN TestDockerSuite/TestRmiBlank [2021-09-16T19:27:05.389Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2021-09-16T19:27:05.390Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2021-09-16T19:27:07.932Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2021-09-16T19:27:08.500Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2021-09-16T19:27:08.761Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2021-09-16T19:27:10.145Z] === RUN TestDockerSuite/TestRmiImgIDForce [2021-09-16T19:27:10.405Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2021-09-16T19:27:10.595Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-09-16T19:27:10.595Z] INFO: Testing against a local daemon [2021-09-16T19:27:10.595Z] === RUN TestDockerSuite [2021-09-16T19:27:10.595Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2021-09-16T19:27:10.595Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2021-09-16T19:27:10.595Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2021-09-16T19:27:10.595Z] === RUN TestDockerSuite/TestAPIErrorJSON [2021-09-16T19:27:10.595Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2021-09-16T19:27:10.595Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2021-09-16T19:27:10.595Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2021-09-16T19:27:10.595Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2021-09-16T19:27:10.595Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2021-09-16T19:27:10.595Z] === RUN TestDockerSuite/TestAPIImagesDelete [2021-09-16T19:27:11.052Z] === RUN TestDockerSuite/TestAPIImagesFilter [2021-09-16T19:27:11.052Z] === RUN TestDockerSuite/TestAPIImagesHistory [2021-09-16T19:27:11.508Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2021-09-16T19:27:11.788Z] === RUN TestDockerSuite/TestRmiParentImageFail [2021-09-16T19:27:11.965Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2021-09-16T19:27:12.272Z] ok github.com/docker/docker/libnetwork/drivers/overlay 7.803s coverage: 7.2% of statements [2021-09-16T19:27:12.272Z] ? github.com/docker/docker/libnetwork/drivers/overlay/overlayutils [no test files] [2021-09-16T19:27:12.272Z] ok github.com/docker/docker/libnetwork/drivers/overlay/ovmanager 0.002s coverage: 63.6% of statements [2021-09-16T19:27:12.272Z] ok github.com/docker/docker/libnetwork/drivers/remote 0.008s coverage: 57.4% of statements [2021-09-16T19:27:12.272Z] ? github.com/docker/docker/libnetwork/drivers/remote/api [no test files] [2021-09-16T19:27:12.272Z] ? github.com/docker/docker/libnetwork/drivers/windows [no test files] [2021-09-16T19:27:12.272Z] ? github.com/docker/docker/libnetwork/drivers/windows/overlay [no test files] [2021-09-16T19:27:12.531Z] ok github.com/docker/docker/libnetwork/drvregistry 0.016s coverage: 82.4% of statements [2021-09-16T19:27:12.531Z] ok github.com/docker/docker/libnetwork/etchosts 0.014s coverage: 81.2% of statements [2021-09-16T19:27:12.731Z] === RUN TestDockerSuite/TestRmiTag [2021-09-16T19:27:12.731Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2021-09-16T19:27:12.789Z] ok github.com/docker/docker/libnetwork/hostdiscovery 0.002s coverage: 48.1% of statements [2021-09-16T19:27:13.047Z] ok github.com/docker/docker/libnetwork/idm 0.002s coverage: 87.5% of statements [2021-09-16T19:27:13.300Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2021-09-16T19:27:13.305Z] ok github.com/docker/docker/libnetwork/internal/caller 0.001s coverage: 100.0% of statements [2021-09-16T19:27:15.210Z] check_test.go:379: [db2b3eda6c153] daemon is not started [2021-09-16T19:27:16.591Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2021-09-16T19:27:16.720Z] === RUN TestConfigDaemonLibtrustID [2021-09-16T19:27:16.721Z] daemon_test.go:18: runtime.GOOS != "linux" [2021-09-16T19:27:16.721Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2021-09-16T19:27:16.721Z] === RUN TestDaemonConfigValidation [2021-09-16T19:27:16.721Z] daemon_test.go:37: runtime.GOOS != "linux" [2021-09-16T19:27:16.721Z] --- SKIP: TestDaemonConfigValidation (0.00s) [2021-09-16T19:27:16.721Z] === RUN TestConfigDaemonSeccompProfiles [2021-09-16T19:27:16.721Z] daemon_test.go:103: runtime.GOOS != "linux" [2021-09-16T19:27:16.721Z] --- SKIP: TestConfigDaemonSeccompProfiles (0.00s) [2021-09-16T19:27:16.721Z] PASS [2021-09-16T19:27:16.721Z] ok github.com/docker/docker/integration/daemon 0.075s [2021-09-16T19:27:16.721Z] [2021-09-16T19:27:16.721Z] === Skipped [2021-09-16T19:27:16.721Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonLibtrustID (0.00s) [2021-09-16T19:27:16.721Z] daemon_test.go:18: runtime.GOOS != "linux" [2021-09-16T19:27:16.721Z] [2021-09-16T19:27:16.721Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonConfigValidation (0.00s) [2021-09-16T19:27:16.721Z] daemon_test.go:37: runtime.GOOS != "linux" [2021-09-16T19:27:16.721Z] [2021-09-16T19:27:16.721Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonSeccompProfiles (0.00s) [2021-09-16T19:27:16.721Z] daemon_test.go:103: runtime.GOOS != "linux" [2021-09-16T19:27:16.721Z] [2021-09-16T19:27:16.721Z] DONE 3 tests, 3 skipped in 16.805s [2021-09-16T19:27:16.721Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2021-09-16T19:27:17.161Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2021-09-16T19:27:17.174Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-09-16T19:27:17.174Z] INFO: Testing against a local daemon [2021-09-16T19:27:17.174Z] === RUN TestCommitInheritsEnv [2021-09-16T19:27:17.174Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-09-16T19:27:17.174Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2021-09-16T19:27:17.174Z] === RUN TestImportExtremelyLargeImageWorks [2021-09-16T19:27:17.174Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2021-09-16T19:27:17.174Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2021-09-16T19:27:17.174Z] === RUN TestImagesFilterMultiReference [2021-09-16T19:27:17.174Z] --- PASS: TestImagesFilterMultiReference (0.05s) [2021-09-16T19:27:17.174Z] === RUN TestImagePullPlatformInvalid [2021-09-16T19:27:17.627Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2021-09-16T19:27:17.627Z] === RUN TestRemoveImageOrphaning [2021-09-16T19:27:17.734Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2021-09-16T19:27:17.995Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2021-09-16T19:27:18.080Z] --- PASS: TestRemoveImageOrphaning (0.73s) [2021-09-16T19:27:18.080Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-09-16T19:27:18.080Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2021-09-16T19:27:18.080Z] === RUN TestTagInvalidReference [2021-09-16T19:27:18.080Z] --- PASS: TestTagInvalidReference (0.02s) [2021-09-16T19:27:18.080Z] === RUN TestTagValidPrefixedRepo [2021-09-16T19:27:18.080Z] --- PASS: TestTagValidPrefixedRepo (0.04s) [2021-09-16T19:27:18.080Z] === RUN TestTagExistedNameWithoutForce [2021-09-16T19:27:18.080Z] --- PASS: TestTagExistedNameWithoutForce (0.02s) [2021-09-16T19:27:18.080Z] === RUN TestTagOfficialNames [2021-09-16T19:27:18.534Z] --- PASS: TestTagOfficialNames (0.05s) [2021-09-16T19:27:18.534Z] === RUN TestTagMatchesDigest [2021-09-16T19:27:18.534Z] --- PASS: TestTagMatchesDigest (0.02s) [2021-09-16T19:27:18.534Z] PASS [2021-09-16T19:27:18.534Z] ok github.com/docker/docker/integration/image 1.046s [2021-09-16T19:27:18.534Z] [2021-09-16T19:27:18.534Z] === Skipped [2021-09-16T19:27:18.534Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2021-09-16T19:27:18.534Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-09-16T19:27:18.534Z] [2021-09-16T19:27:18.534Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2021-09-16T19:27:18.534Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2021-09-16T19:27:18.534Z] [2021-09-16T19:27:18.534Z] DONE 11 tests, 2 skipped in 2.373s [2021-09-16T19:27:18.534Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2021-09-16T19:27:18.942Z] === RUN TestDockerSuite/TestRunAddHost [2021-09-16T19:27:19.212Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2021-09-16T19:27:19.783Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2021-09-16T19:27:20.057Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-09-16T19:27:20.057Z] INFO: Testing against a local daemon [2021-09-16T19:27:20.057Z] === RUN TestNetworkCreateDelete [2021-09-16T19:27:20.057Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2021-09-16T19:27:20.057Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2021-09-16T19:27:20.057Z] === RUN TestDockerNetworkDeletePreferID [2021-09-16T19:27:20.057Z] 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-16T19:27:20.057Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2021-09-16T19:27:20.057Z] === RUN TestDaemonDNSFallback [2021-09-16T19:27:20.057Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2021-09-16T19:27:20.057Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2021-09-16T19:27:20.057Z] === RUN TestInspectNetwork [2021-09-16T19:27:20.057Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2021-09-16T19:27:20.057Z] --- SKIP: TestInspectNetwork (0.00s) [2021-09-16T19:27:20.057Z] === RUN TestRunContainerWithBridgeNone [2021-09-16T19:27:20.057Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2021-09-16T19:27:20.057Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2021-09-16T19:27:20.057Z] === RUN TestNetworkInvalidJSON [2021-09-16T19:27:20.057Z] === RUN TestNetworkInvalidJSON//networks/create [2021-09-16T19:27:20.057Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-09-16T19:27:20.057Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-09-16T19:27:20.057Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-09-16T19:27:20.057Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-09-16T19:27:20.057Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-09-16T19:27:20.057Z] === CONT TestNetworkInvalidJSON//networks/create [2021-09-16T19:27:20.057Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-09-16T19:27:20.057Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-09-16T19:27:20.057Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2021-09-16T19:27:20.057Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.00s) [2021-09-16T19:27:20.057Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.00s) [2021-09-16T19:27:20.057Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-09-16T19:27:20.057Z] === RUN TestNetworkList [2021-09-16T19:27:20.057Z] === RUN TestNetworkList//networks [2021-09-16T19:27:20.057Z] === PAUSE TestNetworkList//networks [2021-09-16T19:27:20.057Z] === RUN TestNetworkList//networks/ [2021-09-16T19:27:20.057Z] === PAUSE TestNetworkList//networks/ [2021-09-16T19:27:20.057Z] === CONT TestNetworkList//networks [2021-09-16T19:27:20.057Z] === CONT TestNetworkList//networks/ [2021-09-16T19:27:20.057Z] --- PASS: TestNetworkList (0.02s) [2021-09-16T19:27:20.057Z] --- PASS: TestNetworkList//networks (0.00s) [2021-09-16T19:27:20.057Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-09-16T19:27:20.057Z] === RUN TestHostIPv4BridgeLabel [2021-09-16T19:27:20.057Z] network_test.go:128: testEnv.OSType == "windows" [2021-09-16T19:27:20.057Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2021-09-16T19:27:20.057Z] === RUN TestDaemonRestartWithLiveRestore [2021-09-16T19:27:20.057Z] service_test.go:30: testEnv.OSType == "windows" [2021-09-16T19:27:20.057Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2021-09-16T19:27:20.057Z] === RUN TestDaemonDefaultNetworkPools [2021-09-16T19:27:20.057Z] service_test.go:59: testEnv.OSType == "windows" [2021-09-16T19:27:20.057Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2021-09-16T19:27:20.057Z] === RUN TestDaemonRestartWithExistingNetwork [2021-09-16T19:27:20.057Z] service_test.go:103: testEnv.OSType == "windows" [2021-09-16T19:27:20.057Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2021-09-16T19:27:20.057Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-09-16T19:27:20.057Z] service_test.go:137: testEnv.OSType == "windows" [2021-09-16T19:27:20.057Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-09-16T19:27:20.057Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-09-16T19:27:20.057Z] service_test.go:188: testEnv.OSType == "windows" [2021-09-16T19:27:20.057Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-09-16T19:27:20.057Z] === RUN TestServiceWithPredefinedNetwork [2021-09-16T19:27:20.057Z] service_test.go:213: testEnv.OSType == "windows" [2021-09-16T19:27:20.057Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2021-09-16T19:27:20.057Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-09-16T19:27:20.057Z] service_test.go:243: FLAKY_TEST [2021-09-16T19:27:20.057Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-09-16T19:27:20.057Z] === RUN TestServiceWithDataPathPortInit [2021-09-16T19:27:20.057Z] service_test.go:334: testEnv.OSType == "windows" [2021-09-16T19:27:20.057Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2021-09-16T19:27:20.057Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-09-16T19:27:20.057Z] service_test.go:402: testEnv.OSType == "windows" [2021-09-16T19:27:20.057Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2021-09-16T19:27:20.057Z] PASS [2021-09-16T19:27:20.057Z] ok github.com/docker/docker/integration/network 0.101s [2021-09-16T19:27:20.057Z] [2021-09-16T19:27:20.057Z] === Skipped [2021-09-16T19:27:20.057Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2021-09-16T19:27:20.057Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2021-09-16T19:27:20.057Z] [2021-09-16T19:27:20.057Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2021-09-16T19:27:20.057Z] 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-16T19:27:20.057Z] [2021-09-16T19:27:20.057Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2021-09-16T19:27:20.057Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2021-09-16T19:27:20.057Z] [2021-09-16T19:27:20.057Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2021-09-16T19:27:20.057Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2021-09-16T19:27:20.057Z] [2021-09-16T19:27:20.057Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2021-09-16T19:27:20.057Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2021-09-16T19:27:20.057Z] [2021-09-16T19:27:20.057Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2021-09-16T19:27:20.057Z] network_test.go:128: testEnv.OSType == "windows" [2021-09-16T19:27:20.057Z] [2021-09-16T19:27:20.057Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2021-09-16T19:27:20.057Z] service_test.go:30: testEnv.OSType == "windows" [2021-09-16T19:27:20.057Z] [2021-09-16T19:27:20.057Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2021-09-16T19:27:20.057Z] service_test.go:59: testEnv.OSType == "windows" [2021-09-16T19:27:20.057Z] [2021-09-16T19:27:20.057Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2021-09-16T19:27:20.057Z] service_test.go:103: testEnv.OSType == "windows" [2021-09-16T19:27:20.057Z] [2021-09-16T19:27:20.057Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-09-16T19:27:20.057Z] service_test.go:137: testEnv.OSType == "windows" [2021-09-16T19:27:20.057Z] [2021-09-16T19:27:20.057Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-09-16T19:27:20.057Z] service_test.go:188: testEnv.OSType == "windows" [2021-09-16T19:27:20.057Z] [2021-09-16T19:27:20.057Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2021-09-16T19:27:20.057Z] service_test.go:213: testEnv.OSType == "windows" [2021-09-16T19:27:20.057Z] [2021-09-16T19:27:20.057Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-09-16T19:27:20.057Z] service_test.go:243: FLAKY_TEST [2021-09-16T19:27:20.057Z] [2021-09-16T19:27:20.057Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2021-09-16T19:27:20.057Z] service_test.go:334: testEnv.OSType == "windows" [2021-09-16T19:27:20.057Z] [2021-09-16T19:27:20.057Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2021-09-16T19:27:20.057Z] service_test.go:402: testEnv.OSType == "windows" [2021-09-16T19:27:20.057Z] [2021-09-16T19:27:20.057Z] DONE 22 tests, 15 skipped in 1.613s [2021-09-16T19:27:20.057Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2021-09-16T19:27:20.352Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2021-09-16T19:27:20.352Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2021-09-16T19:27:20.612Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesStateReporting [2021-09-16T19:27:20.612Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2021-09-16T19:27:21.014Z] testing: warning: no tests to run [2021-09-16T19:27:21.014Z] PASS [2021-09-16T19:27:21.014Z] ok github.com/docker/docker/integration/network/ipvlan 0.048s [2021-09-16T19:27:21.014Z] [2021-09-16T19:27:21.014Z] DONE 0 tests in 0.487s [2021-09-16T19:27:21.014Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2021-09-16T19:27:21.467Z] testing: warning: no tests to run [2021-09-16T19:27:21.467Z] PASS [2021-09-16T19:27:21.467Z] ok github.com/docker/docker/integration/network/macvlan 0.047s [2021-09-16T19:27:21.467Z] [2021-09-16T19:27:21.467Z] DONE 0 tests in 0.483s [2021-09-16T19:27:21.467Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2021-09-16T19:27:21.921Z] testing: warning: no tests to run [2021-09-16T19:27:21.921Z] PASS [2021-09-16T19:27:21.921Z] ok github.com/docker/docker/integration/plugin 0.046s [2021-09-16T19:27:21.921Z] [2021-09-16T19:27:21.921Z] DONE 0 tests in 0.476s [2021-09-16T19:27:21.921Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2021-09-16T19:27:21.995Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2021-09-16T19:27:22.256Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2021-09-16T19:27:22.374Z] testing: warning: no tests to run [2021-09-16T19:27:22.374Z] PASS [2021-09-16T19:27:22.374Z] ok github.com/docker/docker/integration/plugin/authz 0.056s [2021-09-16T19:27:22.374Z] [2021-09-16T19:27:22.374Z] DONE 0 tests in 0.494s [2021-09-16T19:27:22.374Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2021-09-16T19:27:22.825Z] docker_api_swarm_service_test.go:533: [d90ffe376bd30] joining swarm manager [d0dd4ad047999]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-09-16T19:27:23.085Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2021-09-16T19:27:23.270Z] ok github.com/docker/docker/libnetwork/internal/setmatrix 10.002s coverage: 100.0% of statements [2021-09-16T19:27:23.657Z] === RUN TestDockerSuite/TestRunApparmorProcDirectory [2021-09-16T19:27:24.226Z] docker_api_swarm_service_test.go:534: [d28c7a8978e57] joining swarm manager [d0dd4ad047999]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-09-16T19:27:24.796Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2021-09-16T19:27:25.742Z] === RUN TestDockerSuite/TestRunAttachDetach [2021-09-16T19:27:26.084Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-09-16T19:27:26.084Z] INFO: Testing against a local daemon [2021-09-16T19:27:26.084Z] === RUN TestPluginInvalidJSON [2021-09-16T19:27:26.084Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-09-16T19:27:26.084Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-09-16T19:27:26.084Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-09-16T19:27:26.084Z] --- PASS: TestPluginInvalidJSON (0.03s) [2021-09-16T19:27:26.084Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-09-16T19:27:26.084Z] === RUN TestPluginInstall [2021-09-16T19:27:26.084Z] plugin_test.go:63: testEnv.OSType == "windows" [2021-09-16T19:27:26.084Z] --- SKIP: TestPluginInstall (0.00s) [2021-09-16T19:27:26.084Z] === RUN TestPluginsWithRuntimes [2021-09-16T19:27:26.084Z] plugin_test.go:172: testEnv.OSType == "windows" [2021-09-16T19:27:26.084Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2021-09-16T19:27:26.084Z] === RUN TestPluginBackCompatMediaTypes [2021-09-16T19:27:26.084Z] plugin_test.go:234: testEnv.OSType == "windows" [2021-09-16T19:27:26.084Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2021-09-16T19:27:26.084Z] PASS [2021-09-16T19:27:26.084Z] ok github.com/docker/docker/integration/plugin/common 0.073s [2021-09-16T19:27:26.084Z] [2021-09-16T19:27:26.084Z] === Skipped [2021-09-16T19:27:26.084Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2021-09-16T19:27:26.084Z] plugin_test.go:63: testEnv.OSType == "windows" [2021-09-16T19:27:26.084Z] [2021-09-16T19:27:26.084Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2021-09-16T19:27:26.084Z] plugin_test.go:172: testEnv.OSType == "windows" [2021-09-16T19:27:26.084Z] [2021-09-16T19:27:26.084Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2021-09-16T19:27:26.084Z] plugin_test.go:234: testEnv.OSType == "windows" [2021-09-16T19:27:26.084Z] [2021-09-16T19:27:26.084Z] DONE 5 tests, 3 skipped in 3.457s [2021-09-16T19:27:26.084Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2021-09-16T19:27:27.125Z] === RUN TestDockerSuite/TestRunAttachDetachFromConfig [2021-09-16T19:27:28.067Z] === RUN TestDockerSuite/TestRunAttachDetachFromFlag [2021-09-16T19:27:28.251Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-09-16T19:27:28.251Z] INFO: Testing against a local daemon [2021-09-16T19:27:28.251Z] === RUN TestExternalGraphDriver [2021-09-16T19:27:28.251Z] external_test.go:47: runtime.GOOS == "windows" [2021-09-16T19:27:28.251Z] --- SKIP: TestExternalGraphDriver (0.00s) [2021-09-16T19:27:28.251Z] === RUN TestGraphdriverPluginV2 [2021-09-16T19:27:28.251Z] external_test.go:407: runtime.GOOS == "windows" [2021-09-16T19:27:28.251Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2021-09-16T19:27:28.251Z] PASS [2021-09-16T19:27:28.251Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.069s [2021-09-16T19:27:28.251Z] [2021-09-16T19:27:28.251Z] === Skipped [2021-09-16T19:27:28.251Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2021-09-16T19:27:28.251Z] external_test.go:47: runtime.GOOS == "windows" [2021-09-16T19:27:28.251Z] [2021-09-16T19:27:28.251Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2021-09-16T19:27:28.251Z] external_test.go:407: runtime.GOOS == "windows" [2021-09-16T19:27:28.251Z] [2021-09-16T19:27:28.251Z] DONE 2 tests, 2 skipped in 2.257s [2021-09-16T19:27:28.251Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2021-09-16T19:27:28.636Z] === RUN TestDockerSuite/TestRunAttachDetachFromInvalidFlag [2021-09-16T19:27:29.207Z] === RUN TestDockerSuite/TestRunAttachDetachKeysOverrideConfig [2021-09-16T19:27:29.770Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-09-16T19:27:29.771Z] INFO: Testing against a local daemon [2021-09-16T19:27:29.771Z] === RUN TestReadPluginNoRead [2021-09-16T19:27:29.771Z] read_test.go:21: no unix domain sockets on Windows [2021-09-16T19:27:29.771Z] --- SKIP: TestReadPluginNoRead (0.00s) [2021-09-16T19:27:29.771Z] PASS [2021-09-16T19:27:29.771Z] ok github.com/docker/docker/integration/plugin/logging 0.062s [2021-09-16T19:27:29.771Z] [2021-09-16T19:27:29.771Z] === Skipped [2021-09-16T19:27:29.771Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2021-09-16T19:27:29.771Z] read_test.go:21: no unix domain sockets on Windows [2021-09-16T19:27:29.771Z] [2021-09-16T19:27:29.771Z] DONE 1 tests, 1 skipped in 1.506s [2021-09-16T19:27:29.771Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2021-09-16T19:27:30.146Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2021-09-16T19:27:30.715Z] === RUN TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved [2021-09-16T19:27:30.737Z] testing: warning: no tests to run [2021-09-16T19:27:30.737Z] PASS [2021-09-16T19:27:30.737Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.048s [2021-09-16T19:27:30.737Z] [2021-09-16T19:27:30.737Z] DONE 0 tests in 0.796s [2021-09-16T19:27:30.737Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2021-09-16T19:27:31.656Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2021-09-16T19:27:32.225Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2021-09-16T19:27:32.256Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-09-16T19:27:32.256Z] INFO: Testing against a local daemon [2021-09-16T19:27:32.256Z] === RUN TestPluginWithDevMounts [2021-09-16T19:27:32.256Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:27:32.256Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2021-09-16T19:27:32.256Z] PASS [2021-09-16T19:27:32.256Z] ok github.com/docker/docker/integration/plugin/volumes 0.061s [2021-09-16T19:27:32.256Z] [2021-09-16T19:27:32.256Z] === Skipped [2021-09-16T19:27:32.256Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2021-09-16T19:27:32.256Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:27:32.256Z] [2021-09-16T19:27:32.256Z] DONE 1 tests, 1 skipped in 1.537s [2021-09-16T19:27:32.256Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2021-09-16T19:27:32.484Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2021-09-16T19:27:33.054Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2021-09-16T19:27:33.054Z] === RUN TestDockerSuite/TestRunBindMounts [2021-09-16T19:27:33.776Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-09-16T19:27:33.776Z] INFO: Testing against a local daemon [2021-09-16T19:27:33.776Z] === RUN TestSecretInspect [2021-09-16T19:27:33.776Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:27:33.776Z] --- SKIP: TestSecretInspect (0.00s) [2021-09-16T19:27:33.776Z] === RUN TestSecretList [2021-09-16T19:27:33.776Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:27:33.776Z] --- SKIP: TestSecretList (0.00s) [2021-09-16T19:27:33.776Z] === RUN TestSecretsCreateAndDelete [2021-09-16T19:27:33.776Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:27:33.776Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2021-09-16T19:27:33.776Z] === RUN TestSecretsUpdate [2021-09-16T19:27:33.776Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:27:33.776Z] --- SKIP: TestSecretsUpdate (0.00s) [2021-09-16T19:27:33.776Z] === RUN TestTemplatedSecret [2021-09-16T19:27:33.776Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:27:33.776Z] --- SKIP: TestTemplatedSecret (0.00s) [2021-09-16T19:27:33.776Z] === RUN TestSecretCreateResolve [2021-09-16T19:27:33.776Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2021-09-16T19:27:33.776Z] --- SKIP: TestSecretCreateResolve (0.00s) [2021-09-16T19:27:33.776Z] PASS [2021-09-16T19:27:33.776Z] ok github.com/docker/docker/integration/secret 0.063s [2021-09-16T19:27:33.776Z] [2021-09-16T19:27:33.776Z] === Skipped [2021-09-16T19:27:33.776Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2021-09-16T19:27:33.776Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:27:33.776Z] [2021-09-16T19:27:33.776Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2021-09-16T19:27:33.776Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:27:33.776Z] [2021-09-16T19:27:33.776Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2021-09-16T19:27:33.776Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:27:33.776Z] [2021-09-16T19:27:33.776Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2021-09-16T19:27:33.776Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:27:33.776Z] [2021-09-16T19:27:33.776Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2021-09-16T19:27:33.776Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:27:33.776Z] [2021-09-16T19:27:33.776Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2021-09-16T19:27:33.776Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2021-09-16T19:27:33.776Z] [2021-09-16T19:27:33.776Z] DONE 6 tests, 6 skipped in 1.321s [2021-09-16T19:27:33.776Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2021-09-16T19:27:34.434Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2021-09-16T19:27:34.694Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2021-09-16T19:27:35.269Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2021-09-16T19:27:35.839Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2021-09-16T19:27:35.930Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-09-16T19:27:35.930Z] INFO: Testing against a local daemon [2021-09-16T19:27:35.930Z] === RUN TestServiceCreateInit [2021-09-16T19:27:35.931Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-09-16T19:27:35.931Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:27:35.931Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-09-16T19:27:35.931Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:27:35.931Z] --- PASS: TestServiceCreateInit (0.03s) [2021-09-16T19:27:35.931Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-09-16T19:27:35.931Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-09-16T19:27:35.931Z] === RUN TestCreateServiceMultipleTimes [2021-09-16T19:27:35.931Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:27:35.931Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2021-09-16T19:27:35.931Z] === RUN TestCreateServiceConflict [2021-09-16T19:27:35.931Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:27:35.931Z] --- SKIP: TestCreateServiceConflict (0.00s) [2021-09-16T19:27:35.931Z] === RUN TestCreateServiceMaxReplicas [2021-09-16T19:27:35.931Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:27:35.931Z] --- SKIP: TestCreateServiceMaxReplicas (0.02s) [2021-09-16T19:27:35.931Z] === RUN TestCreateWithDuplicateNetworkNames [2021-09-16T19:27:35.931Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:27:35.931Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2021-09-16T19:27:35.931Z] === RUN TestCreateServiceSecretFileMode [2021-09-16T19:27:35.931Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:27:35.931Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2021-09-16T19:27:35.931Z] === RUN TestCreateServiceConfigFileMode [2021-09-16T19:27:35.931Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:27:35.931Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2021-09-16T19:27:35.931Z] === RUN TestCreateServiceSysctls [2021-09-16T19:27:35.931Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:27:35.931Z] --- SKIP: TestCreateServiceSysctls (0.02s) [2021-09-16T19:27:35.931Z] === RUN TestCreateServiceCapabilities [2021-09-16T19:27:35.931Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:27:35.931Z] --- SKIP: TestCreateServiceCapabilities (0.02s) [2021-09-16T19:27:35.931Z] === RUN TestInspect [2021-09-16T19:27:35.931Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:27:35.931Z] --- SKIP: TestInspect (0.00s) [2021-09-16T19:27:35.931Z] === RUN TestCreateJob [2021-09-16T19:27:35.931Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:27:35.931Z] --- SKIP: TestCreateJob (0.00s) [2021-09-16T19:27:35.931Z] === RUN TestReplicatedJob [2021-09-16T19:27:35.931Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:27:35.931Z] --- SKIP: TestReplicatedJob (0.00s) [2021-09-16T19:27:35.931Z] === RUN TestUpdateReplicatedJob [2021-09-16T19:27:35.931Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:27:35.931Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2021-09-16T19:27:35.931Z] === RUN TestServiceListWithStatuses [2021-09-16T19:27:35.931Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:27:35.931Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-09-16T19:27:35.931Z] === RUN TestDockerNetworkConnectAlias [2021-09-16T19:27:35.931Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:27:35.931Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2021-09-16T19:27:35.931Z] === RUN TestDockerNetworkReConnect [2021-09-16T19:27:35.931Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:27:35.931Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2021-09-16T19:27:35.931Z] === RUN TestServicePlugin [2021-09-16T19:27:35.931Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:27:35.931Z] --- SKIP: TestServicePlugin (0.00s) [2021-09-16T19:27:35.931Z] === RUN TestServiceUpdateLabel [2021-09-16T19:27:35.931Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2021-09-16T19:27:35.931Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2021-09-16T19:27:35.931Z] === RUN TestServiceUpdateSecrets [2021-09-16T19:27:35.931Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2021-09-16T19:27:35.931Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2021-09-16T19:27:35.931Z] === RUN TestServiceUpdateConfigs [2021-09-16T19:27:35.931Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2021-09-16T19:27:35.931Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2021-09-16T19:27:35.931Z] === RUN TestServiceUpdateNetwork [2021-09-16T19:27:35.931Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2021-09-16T19:27:35.931Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2021-09-16T19:27:35.931Z] === RUN TestServiceUpdatePidsLimit [2021-09-16T19:27:35.931Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2021-09-16T19:27:35.931Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2021-09-16T19:27:35.931Z] PASS [2021-09-16T19:27:35.931Z] ok github.com/docker/docker/integration/service 0.166s [2021-09-16T19:27:35.931Z] [2021-09-16T19:27:35.931Z] === Skipped [2021-09-16T19:27:35.931Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-09-16T19:27:35.931Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:27:35.931Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-09-16T19:27:35.931Z] [2021-09-16T19:27:35.931Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-09-16T19:27:35.931Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:27:35.931Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-09-16T19:27:35.931Z] [2021-09-16T19:27:35.931Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2021-09-16T19:27:35.931Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:27:35.931Z] [2021-09-16T19:27:35.931Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.00s) [2021-09-16T19:27:35.931Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:27:35.931Z] [2021-09-16T19:27:35.931Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.02s) [2021-09-16T19:27:35.931Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:27:35.931Z] [2021-09-16T19:27:35.931Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2021-09-16T19:27:35.931Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:27:35.931Z] [2021-09-16T19:27:35.931Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2021-09-16T19:27:35.931Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:27:35.931Z] [2021-09-16T19:27:35.931Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2021-09-16T19:27:35.931Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:27:35.931Z] [2021-09-16T19:27:35.931Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.02s) [2021-09-16T19:27:35.931Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:27:35.931Z] [2021-09-16T19:27:35.931Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.02s) [2021-09-16T19:27:35.931Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:27:35.931Z] [2021-09-16T19:27:35.931Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2021-09-16T19:27:35.931Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:27:35.931Z] [2021-09-16T19:27:35.931Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2021-09-16T19:27:35.931Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:27:35.931Z] [2021-09-16T19:27:35.931Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2021-09-16T19:27:35.931Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:27:35.931Z] [2021-09-16T19:27:35.931Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2021-09-16T19:27:35.931Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:27:35.931Z] [2021-09-16T19:27:35.931Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2021-09-16T19:27:35.931Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:27:35.931Z] [2021-09-16T19:27:35.931Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2021-09-16T19:27:35.931Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:27:35.931Z] [2021-09-16T19:27:35.931Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2021-09-16T19:27:35.931Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:27:35.931Z] [2021-09-16T19:27:35.931Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2021-09-16T19:27:35.931Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:27:35.931Z] [2021-09-16T19:27:35.931Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2021-09-16T19:27:35.931Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2021-09-16T19:27:35.931Z] [2021-09-16T19:27:35.931Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2021-09-16T19:27:35.931Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2021-09-16T19:27:35.931Z] [2021-09-16T19:27:35.931Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2021-09-16T19:27:35.931Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2021-09-16T19:27:35.931Z] [2021-09-16T19:27:35.931Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2021-09-16T19:27:35.931Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2021-09-16T19:27:35.931Z] [2021-09-16T19:27:35.931Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2021-09-16T19:27:35.931Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2021-09-16T19:27:35.931Z] [2021-09-16T19:27:35.931Z] DONE 24 tests, 23 skipped in 1.888s [2021-09-16T19:27:35.931Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2021-09-16T19:27:36.411Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2021-09-16T19:27:36.411Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2021-09-16T19:27:36.888Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-09-16T19:27:36.888Z] INFO: Testing against a local daemon [2021-09-16T19:27:36.888Z] === RUN TestSessionCreate [2021-09-16T19:27:36.888Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2021-09-16T19:27:36.888Z] --- SKIP: TestSessionCreate (0.00s) [2021-09-16T19:27:36.888Z] === RUN TestSessionCreateWithBadUpgrade [2021-09-16T19:27:36.888Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2021-09-16T19:27:36.888Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2021-09-16T19:27:36.888Z] PASS [2021-09-16T19:27:36.888Z] ok github.com/docker/docker/integration/session 0.060s [2021-09-16T19:27:36.888Z] [2021-09-16T19:27:36.888Z] === Skipped [2021-09-16T19:27:36.888Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2021-09-16T19:27:36.888Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2021-09-16T19:27:36.888Z] [2021-09-16T19:27:36.888Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2021-09-16T19:27:36.888Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2021-09-16T19:27:36.888Z] [2021-09-16T19:27:36.888Z] DONE 2 tests, 2 skipped in 1.240s [2021-09-16T19:27:36.980Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2021-09-16T19:27:37.240Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2021-09-16T19:27:37.341Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2021-09-16T19:27:37.810Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2021-09-16T19:27:38.070Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2021-09-16T19:27:38.158Z] ok github.com/docker/docker/libnetwork/ipam 13.703s coverage: 85.3% of statements [2021-09-16T19:27:38.158Z] ? github.com/docker/docker/libnetwork/ipamapi [no test files] [2021-09-16T19:27:38.158Z] ? github.com/docker/docker/libnetwork/ipams/builtin [no test files] [2021-09-16T19:27:38.158Z] ok github.com/docker/docker/libnetwork/ipams/null 0.002s coverage: 57.1% of statements [2021-09-16T19:27:38.158Z] ok github.com/docker/docker/libnetwork/ipams/remote 0.006s coverage: 47.4% of statements [2021-09-16T19:27:38.158Z] ? github.com/docker/docker/libnetwork/ipams/remote/api [no test files] [2021-09-16T19:27:38.298Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-09-16T19:27:38.298Z] INFO: Testing against a local daemon [2021-09-16T19:27:38.298Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-09-16T19:27:38.298Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:27:38.298Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-09-16T19:27:38.298Z] === RUN TestDiskUsage [2021-09-16T19:27:38.298Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2021-09-16T19:27:38.298Z] --- SKIP: TestDiskUsage (0.00s) [2021-09-16T19:27:38.298Z] === RUN TestEventsExecDie [2021-09-16T19:27:38.298Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2021-09-16T19:27:38.298Z] --- SKIP: TestEventsExecDie (0.00s) [2021-09-16T19:27:38.298Z] === RUN TestEventsBackwardsCompatible [2021-09-16T19:27:38.298Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2021-09-16T19:27:38.298Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2021-09-16T19:27:38.298Z] === RUN TestEventsVolumeCreate [2021-09-16T19:27:38.298Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2021-09-16T19:27:38.298Z] --- SKIP: TestEventsVolumeCreate (0.00s) [2021-09-16T19:27:38.298Z] === RUN TestInfoAPI [2021-09-16T19:27:38.298Z] --- PASS: TestInfoAPI (0.02s) [2021-09-16T19:27:38.298Z] === RUN TestInfoAPIWarnings [2021-09-16T19:27:38.298Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-09-16T19:27:38.298Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2021-09-16T19:27:38.298Z] === RUN TestInfoDebug [2021-09-16T19:27:38.298Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-09-16T19:27:38.298Z] --- SKIP: TestInfoDebug (0.00s) [2021-09-16T19:27:38.298Z] === RUN TestInfoInsecureRegistries [2021-09-16T19:27:38.298Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-09-16T19:27:38.298Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2021-09-16T19:27:38.298Z] === RUN TestInfoRegistryMirrors [2021-09-16T19:27:38.298Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-09-16T19:27:38.298Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2021-09-16T19:27:38.298Z] === RUN TestLoginFailsWithBadCredentials [2021-09-16T19:27:38.416Z] ok github.com/docker/docker/libnetwork/ipams/windowsipam 0.002s coverage: 71.4% of statements [2021-09-16T19:27:38.641Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2021-09-16T19:27:38.641Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2021-09-16T19:27:38.983Z] ok github.com/docker/docker/libnetwork/ipamutils 0.244s coverage: 74.0% of statements [2021-09-16T19:27:39.210Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2021-09-16T19:27:39.210Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2021-09-16T19:27:39.255Z] --- PASS: TestLoginFailsWithBadCredentials (0.97s) [2021-09-16T19:27:39.255Z] === RUN TestPingCacheHeaders [2021-09-16T19:27:39.255Z] --- PASS: TestPingCacheHeaders (0.02s) [2021-09-16T19:27:39.255Z] === RUN TestPingGet [2021-09-16T19:27:39.255Z] --- PASS: TestPingGet (0.02s) [2021-09-16T19:27:39.255Z] === RUN TestPingHead [2021-09-16T19:27:39.255Z] --- PASS: TestPingHead (0.02s) [2021-09-16T19:27:39.255Z] === RUN TestVersion [2021-09-16T19:27:39.255Z] --- PASS: TestVersion (0.02s) [2021-09-16T19:27:39.255Z] PASS [2021-09-16T19:27:39.255Z] ok github.com/docker/docker/integration/system 1.122s [2021-09-16T19:27:39.549Z] ok github.com/docker/docker/libnetwork/iptables 0.158s coverage: 45.1% of statements [2021-09-16T19:27:39.549Z] ok github.com/docker/docker/libnetwork/netlabel 0.001s coverage: 60.0% of statements [2021-09-16T19:27:39.708Z] [2021-09-16T19:27:39.708Z] === Skipped [2021-09-16T19:27:39.708Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-09-16T19:27:39.708Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:27:39.708Z] [2021-09-16T19:27:39.708Z] === SKIP: github.com/docker/docker/integration/system TestDiskUsage (0.00s) [2021-09-16T19:27:39.708Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2021-09-16T19:27:39.708Z] [2021-09-16T19:27:39.708Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2021-09-16T19:27:39.708Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2021-09-16T19:27:39.708Z] [2021-09-16T19:27:39.708Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2021-09-16T19:27:39.708Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2021-09-16T19:27:39.708Z] [2021-09-16T19:27:39.708Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s) [2021-09-16T19:27:39.708Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2021-09-16T19:27:39.708Z] [2021-09-16T19:27:39.708Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2021-09-16T19:27:39.708Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-09-16T19:27:39.708Z] [2021-09-16T19:27:39.708Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2021-09-16T19:27:39.708Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-09-16T19:27:39.708Z] [2021-09-16T19:27:39.708Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2021-09-16T19:27:39.708Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-09-16T19:27:39.708Z] [2021-09-16T19:27:39.708Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2021-09-16T19:27:39.708Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-09-16T19:27:39.708Z] [2021-09-16T19:27:39.708Z] DONE 15 tests, 9 skipped in 2.426s [2021-09-16T19:27:39.708Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2021-09-16T19:27:39.779Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2021-09-16T19:27:39.808Z] ok github.com/docker/docker/libnetwork/netutils 0.017s coverage: 44.1% of statements [2021-09-16T19:27:40.349Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2021-09-16T19:27:40.920Z] === RUN TestDockerSuite/TestRunContainerNetwork [2021-09-16T19:27:41.181Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2021-09-16T19:27:41.229Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-09-16T19:27:41.229Z] INFO: Testing against a local daemon [2021-09-16T19:27:41.229Z] === RUN TestVolumesCreateAndList [2021-09-16T19:27:41.229Z] --- PASS: TestVolumesCreateAndList (0.03s) [2021-09-16T19:27:41.229Z] === RUN TestVolumesRemove [2021-09-16T19:27:41.229Z] --- PASS: TestVolumesRemove (0.11s) [2021-09-16T19:27:41.229Z] === RUN TestVolumesInspect [2021-09-16T19:27:41.229Z] --- PASS: TestVolumesInspect (0.02s) [2021-09-16T19:27:41.229Z] === RUN TestVolumesInvalidJSON [2021-09-16T19:27:41.229Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-09-16T19:27:41.229Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-09-16T19:27:41.229Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-09-16T19:27:41.229Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2021-09-16T19:27:41.229Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-09-16T19:27:41.229Z] PASS [2021-09-16T19:27:41.229Z] ok github.com/docker/docker/integration/volume 0.222s [2021-09-16T19:27:41.229Z] [2021-09-16T19:27:41.229Z] DONE 5 tests in 1.516s [2021-09-16T19:27:41.229Z] INFO: make.ps1 ended at 09/16/2021 19:27:40 [2021-09-16T19:27:41.229Z] INFO: Integration CLI tests being run from the host: [2021-09-16T19:27:41.229Z] 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-16T19:27:41.444Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2021-09-16T19:27:42.013Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2021-09-16T19:27:42.953Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2021-09-16T19:27:43.892Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2021-09-16T19:27:45.007Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2021-09-16T19:27:45.007Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2021-09-16T19:27:45.576Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2021-09-16T19:27:46.146Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2021-09-16T19:27:46.405Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2021-09-16T19:27:46.664Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdate [2021-09-16T19:27:46.924Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2021-09-16T19:27:48.307Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2021-09-16T19:27:48.436Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2022 [2021-09-16T19:27:48.436Z] INFO: Testing against a local daemon [2021-09-16T19:27:48.436Z] === RUN TestDockerSuite [2021-09-16T19:27:48.436Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2021-09-16T19:27:48.436Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2021-09-16T19:27:48.436Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2021-09-16T19:27:48.436Z] === RUN TestDockerSuite/TestAPIErrorJSON [2021-09-16T19:27:48.436Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2021-09-16T19:27:48.436Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2021-09-16T19:27:48.436Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2021-09-16T19:27:48.436Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2021-09-16T19:27:48.436Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2021-09-16T19:27:48.436Z] === RUN TestDockerSuite/TestAPIImagesDelete [2021-09-16T19:27:48.436Z] === RUN TestDockerSuite/TestAPIImagesFilter [2021-09-16T19:27:48.878Z] docker_api_swarm_service_test.go:148: [d0588bcd1ce7c] joining swarm manager [d59714cd631c4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-09-16T19:27:48.890Z] === RUN TestDockerSuite/TestAPIImagesHistory [2021-09-16T19:27:49.343Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2021-09-16T19:27:49.343Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2021-09-16T19:27:49.817Z] docker_api_swarm_service_test.go:148: [d9c6e16b32554] joining swarm manager [d59714cd631c4]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-09-16T19:27:51.203Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2021-09-16T19:27:51.203Z] === RUN TestDockerSuite/TestRunCreateVolume [2021-09-16T19:27:51.804Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2021-09-16T19:27:53.189Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2021-09-16T19:27:54.573Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2021-09-16T19:27:55.954Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2021-09-16T19:27:57.860Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2021-09-16T19:27:57.860Z] docker_cli_run_test.go:4023: unmatched requirement DaemonIsWindows [2021-09-16T19:27:57.860Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2021-09-16T19:27:57.860Z] docker_cli_run_test.go:4042: unmatched requirement DaemonIsWindows [2021-09-16T19:27:57.860Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2021-09-16T19:27:58.120Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2021-09-16T19:27:59.502Z] === RUN TestDockerSuite/TestRunDNSOptions [2021-09-16T19:28:00.446Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2021-09-16T19:28:01.828Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2021-09-16T19:28:02.397Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2021-09-16T19:28:03.334Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2021-09-16T19:28:03.594Z] === RUN TestDockerSuite/TestRunDeviceDirectory [2021-09-16T19:28:03.594Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2021-09-16T19:28:03.594Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2021-09-16T19:28:04.166Z] === RUN TestDockerSuite/TestRunDeviceSymlink [2021-09-16T19:28:05.106Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2021-09-16T19:28:05.106Z] === RUN TestDockerSuite/TestRunDuplicateMount [2021-09-16T19:28:05.676Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2021-09-16T19:28:06.246Z] === RUN TestDockerSuite/TestRunEchoStdout [2021-09-16T19:28:06.816Z] === RUN TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit [2021-09-16T19:28:07.078Z] === RUN TestDockerSuite/TestRunEmptyEnv [2021-09-16T19:28:07.339Z] === RUN TestDockerSuite/TestRunEntrypoint [2021-09-16T19:28:08.283Z] === RUN TestDockerSuite/TestRunEnvironment [2021-09-16T19:28:08.543Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2021-09-16T19:28:09.136Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2021-09-16T19:28:09.711Z] === RUN TestDockerSuite/TestRunExitCode [2021-09-16T19:28:09.971Z] === RUN TestDockerSuite/TestRunExitCodeOne [2021-09-16T19:28:10.314Z] === RUN TestDockerSuite/TestRunExitCodeZero [2021-09-16T19:28:10.884Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2021-09-16T19:28:11.454Z] === RUN TestDockerSuite/TestRunExposePort [2021-09-16T19:28:11.454Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2021-09-16T19:28:11.715Z] === RUN TestDockerSuite/TestRunGroupAdd [2021-09-16T19:28:12.285Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2021-09-16T19:28:13.226Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2021-09-16T19:28:13.226Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2021-09-16T19:28:13.226Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2021-09-16T19:28:13.226Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2021-09-16T19:28:16.527Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2021-09-16T19:28:16.527Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2021-09-16T19:28:26.700Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst [2021-09-16T19:28:27.271Z] === RUN TestDockerSuite/TestRunInvalidCPUShares [2021-09-16T19:28:28.210Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2021-09-16T19:28:29.592Z] === RUN TestDockerSuite/TestRunInvalidCpusetCpusFlagValue [2021-09-16T19:28:29.592Z] === RUN TestDockerSuite/TestRunInvalidCpusetMemsFlagValue [2021-09-16T19:28:29.592Z] === RUN TestDockerSuite/TestRunInvalidReference [2021-09-16T19:28:29.592Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2021-09-16T19:28:30.162Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2021-09-16T19:28:32.700Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2021-09-16T19:28:33.270Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2021-09-16T19:28:34.221Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2021-09-16T19:28:37.963Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2021-09-16T19:28:37.965Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2021-09-16T19:28:37.965Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2021-09-16T19:28:37.965Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2021-09-16T19:28:37.965Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2021-09-16T19:28:37.965Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2021-09-16T19:28:37.965Z] === RUN TestDockerSuite/TestAPINetworkFilter [2021-09-16T19:28:37.965Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2021-09-16T19:28:37.965Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2021-09-16T19:28:37.965Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2021-09-16T19:28:37.965Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2021-09-16T19:28:37.965Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2021-09-16T19:28:37.965Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2021-09-16T19:28:37.965Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2021-09-16T19:28:37.965Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2021-09-16T19:28:37.965Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2021-09-16T19:28:37.965Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2021-09-16T19:28:37.965Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2021-09-16T19:28:37.965Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2021-09-16T19:28:37.965Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2021-09-16T19:28:37.965Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2021-09-16T19:28:37.965Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2021-09-16T19:28:37.965Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2021-09-16T19:28:37.965Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2021-09-16T19:28:37.965Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2021-09-16T19:28:38.931Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2021-09-16T19:28:40.796Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2021-09-16T19:28:40.797Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2021-09-16T19:28:40.797Z] === RUN TestDockerSuite/TestRunModeHostname [2021-09-16T19:28:41.102Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2021-09-16T19:28:41.102Z] docker_cli_run_test.go:3155: unmatched requirement Apparmor [2021-09-16T19:28:41.102Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2021-09-16T19:28:41.102Z] docker_cli_run_test.go:3133: unmatched requirement Apparmor [2021-09-16T19:28:41.102Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2021-09-16T19:28:41.102Z] docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux [2021-09-16T19:28:41.102Z] === RUN TestDockerSuite/TestAttachDisconnect [2021-09-16T19:28:41.102Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2021-09-16T19:28:41.102Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2021-09-16T19:28:41.366Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2021-09-16T19:28:41.366Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2021-09-16T19:28:41.626Z] === RUN TestDockerSuite/TestRunModeIpcHost [2021-09-16T19:28:42.567Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2021-09-16T19:28:43.635Z] === RUN TestDockerSuite/TestRunModePIDContainer [2021-09-16T19:28:43.996Z] === RUN TestDockerSuite/TestAttachPausedContainer [2021-09-16T19:28:43.996Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2021-09-16T19:28:43.996Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2021-09-16T19:28:43.996Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2021-09-16T19:28:43.996Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2021-09-16T19:28:45.019Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2021-09-16T19:28:45.019Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2021-09-16T19:28:45.019Z] === RUN TestDockerSuite/TestRunModeUTSHost [2021-09-16T19:28:45.959Z] === RUN TestDockerSuite/TestRunMount [2021-09-16T19:28:49.769Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2021-09-16T19:28:50.160Z] === RUN TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName [2021-09-16T19:28:51.102Z] === RUN TestDockerSuite/TestRunMountOrdering [2021-09-16T19:28:51.362Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2021-09-16T19:28:52.303Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2021-09-16T19:28:53.246Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2021-09-16T19:28:55.155Z] === RUN TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked [2021-09-16T19:28:55.415Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2021-09-16T19:28:57.975Z] === RUN TestDockerSwarmSuite/TestDNSConfig [2021-09-16T19:28:57.975Z] === RUN TestDockerSuite/TestRunNamedVolume [2021-09-16T19:28:59.357Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2021-09-16T19:29:00.739Z] === RUN TestDockerSwarmSuite/TestDNSConfigUpdate [2021-09-16T19:29:01.308Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2021-09-16T19:29:02.689Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2021-09-16T19:29:03.629Z] === RUN TestDockerSwarmSuite/TestExtraHosts [2021-09-16T19:29:03.889Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2021-09-16T19:29:03.889Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2021-09-16T19:29:04.458Z] === RUN TestDockerSuite/TestRunNetHost [2021-09-16T19:29:05.397Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2021-09-16T19:29:05.967Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2021-09-16T19:29:06.537Z] === RUN TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames [2021-09-16T19:29:06.537Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2021-09-16T19:29:08.447Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2021-09-16T19:29:09.016Z] === RUN TestDockerSwarmSuite/TestOverlayAttachable [2021-09-16T19:29:09.960Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2021-09-16T19:29:13.260Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave [2021-09-16T19:29:13.260Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2021-09-16T19:29:13.830Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2021-09-16T19:29:13.830Z] === RUN TestDockerSuite/TestRunNoNewPrivSetuid [2021-09-16T19:29:14.398Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2021-09-16T19:29:14.398Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2021-09-16T19:29:14.969Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2021-09-16T19:29:15.355Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2021-09-16T19:29:15.355Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2021-09-16T19:29:15.355Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2021-09-16T19:29:15.355Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2021-09-16T19:29:15.355Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2021-09-16T19:29:15.355Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2021-09-16T19:29:15.355Z] === RUN TestDockerSuite/TestAPINetworkFilter [2021-09-16T19:29:15.355Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2021-09-16T19:29:15.355Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2021-09-16T19:29:15.355Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2021-09-16T19:29:15.355Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2021-09-16T19:29:15.355Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2021-09-16T19:29:15.355Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2021-09-16T19:29:15.355Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2021-09-16T19:29:15.355Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2021-09-16T19:29:15.355Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2021-09-16T19:29:15.355Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2021-09-16T19:29:15.355Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2021-09-16T19:29:15.355Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2021-09-16T19:29:15.355Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2021-09-16T19:29:15.355Z] docker_api_stats_test.go:103: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2021-09-16T19:29:15.355Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2021-09-16T19:29:15.355Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2021-09-16T19:29:15.355Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2021-09-16T19:29:15.355Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2021-09-16T19:29:15.355Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2021-09-16T19:29:15.355Z] docker_api_stats_test.go:27: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2021-09-16T19:29:15.355Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2021-09-16T19:29:15.355Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2021-09-16T19:29:15.355Z] docker_cli_run_test.go:3155: unmatched requirement Apparmor [2021-09-16T19:29:15.355Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2021-09-16T19:29:15.355Z] docker_cli_run_test.go:3133: unmatched requirement Apparmor [2021-09-16T19:29:15.355Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2021-09-16T19:29:15.355Z] docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux [2021-09-16T19:29:15.355Z] === RUN TestDockerSuite/TestAttachDisconnect [2021-09-16T19:29:15.355Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2021-09-16T19:29:15.355Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2021-09-16T19:29:15.548Z] === RUN TestDockerSuite/TestRunNonExistingImage [2021-09-16T19:29:15.808Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2021-09-16T19:29:16.311Z] === RUN TestDockerSuite/TestAttachPausedContainer [2021-09-16T19:29:16.311Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2021-09-16T19:29:16.311Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2021-09-16T19:29:16.311Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2021-09-16T19:29:16.311Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2021-09-16T19:29:16.377Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2021-09-16T19:29:16.946Z] === RUN TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure [2021-09-16T19:29:22.057Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2021-09-16T19:29:22.223Z] === RUN TestDockerSuite/TestRunOOMExitCode [2021-09-16T19:29:22.223Z] docker_cli_run_unix_test.go:590: unmatched requirement swapMemorySupport [2021-09-16T19:29:22.223Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2021-09-16T19:29:22.483Z] === RUN TestDockerSuite/TestRunPIDsLimit [2021-09-16T19:29:23.052Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2021-09-16T19:29:23.991Z] === RUN TestDockerSuite/TestRunPortInUse [2021-09-16T19:29:24.560Z] === RUN TestDockerSuite/TestRunPrivilegedAllowedDevices [2021-09-16T19:29:24.819Z] docker_cli_run_unix_test.go:1407: out: "a *:* rwm\n" [2021-09-16T19:29:24.819Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2021-09-16T19:29:25.389Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2021-09-16T19:29:25.959Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2021-09-16T19:29:26.218Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2021-09-16T19:29:26.788Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2021-09-16T19:29:26.788Z] docker_cli_run_test.go:4108: unmatched requirement IsolationIsProcess [2021-09-16T19:29:26.788Z] === RUN TestDockerSuite/TestRunPublishPort [2021-09-16T19:29:27.358Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2021-09-16T19:29:27.618Z] === RUN TestDockerSuite/TestRunReadProcLatency [2021-09-16T19:29:27.618Z] docker_cli_run_test.go:2843: kernel doesn't have latency_stats configured [2021-09-16T19:29:27.618Z] === RUN TestDockerSuite/TestRunReadProcTimer [2021-09-16T19:29:28.188Z] === RUN TestDockerSuite/TestRunRedirectStdout [2021-09-16T19:29:28.758Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2021-09-16T19:29:28.758Z] docker_cli_run_test.go:1426: Unstable test, to be re-activated once #19937 is resolved [2021-09-16T19:29:28.758Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2021-09-16T19:29:31.304Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2021-09-16T19:29:31.358Z] ok github.com/docker/docker/libnetwork/networkdb 104.493s coverage: 60.0% of statements [2021-09-16T19:29:31.358Z] ? github.com/docker/docker/libnetwork/ns [no test files] [2021-09-16T19:29:31.358Z] ok github.com/docker/docker/libnetwork/options 0.002s coverage: 100.0% of statements [2021-09-16T19:29:31.358Z] ok github.com/docker/docker/libnetwork/osl 4.285s coverage: 39.7% of statements [2021-09-16T19:29:31.358Z] ok github.com/docker/docker/libnetwork/osl/kernel 0.002s coverage: 20.0% of statements [2021-09-16T19:29:31.358Z] ok github.com/docker/docker/libnetwork/portallocator 0.007s coverage: 86.1% of statements [2021-09-16T19:29:31.358Z] ok github.com/docker/docker/libnetwork/portmapper 0.209s coverage: 48.6% of statements [2021-09-16T19:29:31.617Z] ok github.com/docker/docker/libnetwork/resolvconf 0.003s coverage: 70.6% of statements [2021-09-16T19:29:31.617Z] ? github.com/docker/docker/libnetwork/testutils [no test files] [2021-09-16T19:29:31.874Z] ok github.com/docker/docker/libnetwork/types 0.002s coverage: 37.3% of statements [2021-09-16T19:29:31.874Z] [2021-09-16T19:29:31.874Z] === Skipped [2021-09-16T19:29:31.874Z] === SKIP: libnetwork TestParallel1 (0.00s) [2021-09-16T19:29:31.874Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2021-09-16T19:29:31.874Z] [2021-09-16T19:29:31.874Z] === SKIP: libnetwork TestParallel3 (0.00s) [2021-09-16T19:29:31.874Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2021-09-16T19:29:31.874Z] [2021-09-16T19:29:31.874Z] === SKIP: libnetwork TestParallel2 (0.00s) [2021-09-16T19:29:31.874Z] libnetwork_linux_test.go:965: Skipped because t.parallel was less than 3 [2021-09-16T19:29:31.874Z] [2021-09-16T19:29:31.874Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest1 (0.00s) [2021-09-16T19:29:31.874Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-16T19:29:31.874Z] [2021-09-16T19:29:31.874Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest5 (0.00s) [2021-09-16T19:29:31.874Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-16T19:29:31.874Z] [2021-09-16T19:29:31.874Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest4 (0.00s) [2021-09-16T19:29:31.874Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-16T19:29:31.874Z] [2021-09-16T19:29:31.874Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest3 (0.00s) [2021-09-16T19:29:31.874Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-16T19:29:31.874Z] [2021-09-16T19:29:31.874Z] === SKIP: libnetwork/ipam TestParallelPredefinedRequest2 (0.00s) [2021-09-16T19:29:31.874Z] allocator_test.go:1421: Skipped because t.parallel was less than 5 [2021-09-16T19:29:31.874Z] [2021-09-16T19:29:31.874Z] === SKIP: libnetwork/iptables TestFirewalldInit (0.00s) [2021-09-16T19:29:31.874Z] firewalld_test.go:14: firewalld is not running [2021-09-16T19:29:31.874Z] [2021-09-16T19:29:31.874Z] DONE 331 tests, 9 skipped in 198.002s [2021-09-16T19:29:31.875Z] === RUN TestDockerSuite/TestRunRm [2021-09-16T19:29:32.445Z] === RUN TestDockerSuite/TestRunRmAndWait Post stage [Pipeline] junit [2021-09-16T19:29:32.457Z] Recording test results [2021-09-16T19:29:32.809Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage [Pipeline] stage [Pipeline] { (Validate vendor) [Pipeline] sh [2021-09-16T19:29:33.170Z] + docker run --rm -t --privileged -v /home/ubuntu/workspace/moby_PR-41759/.git:/go/src/github.com/docker/docker/.git --name docker-pr9 -e DOCKER_EXPERIMENTAL -e DOCKER_GITCOMMIT=e187eb2bb5f0c3f899fe643e95d1af8c57e89a73 -e DOCKER_GRAPHDRIVER -e TEST_FORCE_VALIDATE -e VALIDATE_REPO=https://github.com/moby/moby.git -e VALIDATE_BRANCH=master docker:e187eb2bb5f0c3f899fe643e95d1af8c57e89a73 hack/validate/vendor [2021-09-16T19:29:34.117Z] No vendor changes in diff. [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-09-16T19:29:34.997Z] + echo Ensuring container killed. [2021-09-16T19:29:34.997Z] Ensuring container killed. [2021-09-16T19:29:34.997Z] + docker rm -vf docker-pr9 [2021-09-16T19:29:34.997Z] Error: No such container: docker-pr9 [Pipeline] sh [2021-09-16T19:29:35.282Z] + echo Chowning /workspace to jenkins user [2021-09-16T19:29:35.282Z] Chowning /workspace to jenkins user [2021-09-16T19:29:35.282Z] + id -u [2021-09-16T19:29:35.282Z] + id -g [2021-09-16T19:29:35.282Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41759:/workspace busybox chown -R 1000:1000 /workspace [2021-09-16T19:29:35.773Z] === RUN TestDockerSuite/TestRunRmPre125Api [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-09-16T19:29:36.146Z] + bundleName=unit [2021-09-16T19:29:36.146Z] + echo Creating unit-bundles.tar.gz [2021-09-16T19:29:36.146Z] Creating unit-bundles.tar.gz [2021-09-16T19:29:36.146Z] + 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-16T19:29:36.146Z] bundles/junit-report-libnetwork.xml [2021-09-16T19:29:36.146Z] bundles/junit-report.xml [2021-09-16T19:29:36.146Z] bundles/go-test-report-libnetwork.json [2021-09-16T19:29:36.146Z] bundles/go-test-report.json [2021-09-16T19:29:36.146Z] bundles/profile-libnetwork.out [2021-09-16T19:29:36.146Z] bundles/profile.out [Pipeline] archiveArtifacts [2021-09-16T19:29:36.160Z] Archiving artifacts [2021-09-16T19:29:36.343Z] === RUN TestDockerSuite/TestRunRootWorkdir [2021-09-16T19:29:36.604Z] === RUN TestDockerSuite/TestRunSeccompAllowPrivCloneUserns [2021-09-16T19:29:36.682Z] Uploaded 2 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41759/9/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-09-16T19:29:36.992Z] + make clean [2021-09-16T19:29:37.250Z] docker volume rm -f docker-dev-cache [2021-09-16T19:29:37.250Z] docker-dev-cache [Pipeline] deleteDir [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-09-16T19:29:37.987Z] === RUN TestDockerSuite/TestRunSeccompAllowSetrlimit [2021-09-16T19:29:38.556Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileAcct [2021-09-16T19:29:40.465Z] === RUN TestDockerSwarmSuite/TestPruneNetwork [2021-09-16T19:29:41.038Z] === RUN TestDockerSuite/TestRunSeccompDefaultProfileNS [2021-09-16T19:29:44.335Z] === RUN TestDockerSuite/TestRunSeccompProfileAllow32Bit [2021-09-16T19:29:44.905Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyChmod [2021-09-16T19:29:45.165Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyCloneUserns [2021-09-16T19:29:45.738Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshare [2021-09-16T19:29:46.308Z] === RUN TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns [2021-09-16T19:29:46.568Z] === RUN TestDockerSuite/TestRunSeccompUnconfinedCloneUserns [2021-09-16T19:29:47.136Z] === RUN TestDockerSuite/TestRunSeccompWithDefaultProfile [2021-09-16T19:29:47.706Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2021-09-16T19:29:48.280Z] === RUN TestDockerSuite/TestRunSetMacAddress [2021-09-16T19:29:48.850Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2021-09-16T19:29:49.109Z] === RUN TestDockerSwarmSuite/TestPsListContainersFilterIsTask [2021-09-16T19:29:50.154Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2021-09-16T19:29:50.154Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2021-09-16T19:29:50.154Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2021-09-16T19:29:51.648Z] === RUN TestDockerSuite/TestRunState [2021-09-16T19:29:52.324Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2021-09-16T19:29:52.324Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2021-09-16T19:29:52.589Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountTmpfs [2021-09-16T19:29:52.848Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2021-09-16T19:29:53.421Z] === RUN TestDockerSuite/TestRunStdinPipe [2021-09-16T19:29:53.998Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2021-09-16T19:29:54.259Z] === RUN TestDockerSuite/TestRunSwapLessThanMemoryLimit [2021-09-16T19:29:54.259Z] docker_cli_run_unix_test.go:691: unmatched requirement swapMemorySupport [2021-09-16T19:29:54.259Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2021-09-16T19:29:54.832Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2021-09-16T19:29:55.218Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2021-09-16T19:29:55.402Z] === RUN TestDockerSuite/TestRunSysctls [2021-09-16T19:29:55.675Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2021-09-16T19:29:55.675Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2021-09-16T19:29:55.675Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2021-09-16T19:29:55.675Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2021-09-16T19:29:55.675Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2021-09-16T19:29:55.675Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2021-09-16T19:29:55.675Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2021-09-16T19:29:55.675Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2021-09-16T19:29:56.340Z] === RUN TestDockerSuite/TestRunTLSVerify [2021-09-16T19:29:56.341Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2021-09-16T19:29:56.341Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2021-09-16T19:29:56.601Z] === RUN TestDockerSuite/TestRunTmpfsMounts [2021-09-16T19:29:56.639Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2021-09-16T19:29:58.509Z] === RUN TestDockerSuite/TestRunTmpfsMountsEnsureOrdered [2021-09-16T19:29:58.768Z] === RUN TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes [2021-09-16T19:29:59.531Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2021-09-16T19:30:00.147Z] === RUN TestDockerSuite/TestRunTmpfsMountsWithOptions [2021-09-16T19:30:00.494Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2021-09-16T19:30:00.494Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2021-09-16T19:30:00.494Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2021-09-16T19:30:00.494Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2021-09-16T19:30:00.494Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2021-09-16T19:30:00.494Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2021-09-16T19:30:02.058Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2021-09-16T19:30:03.387Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2021-09-16T19:30:05.352Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2021-09-16T19:30:05.352Z] === RUN TestDockerSwarmSuite/TestServiceCreateMountVolume [2021-09-16T19:30:05.613Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2021-09-16T19:30:06.184Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2021-09-16T19:30:06.754Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2021-09-16T19:30:08.138Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice [2021-09-16T19:30:08.398Z] === RUN TestDockerSuite/TestRunUnshareProc [2021-09-16T19:30:09.781Z] === RUN TestDockerSuite/TestRunUserByID [2021-09-16T19:30:10.351Z] === RUN TestDockerSuite/TestRunUserByIDBig [2021-09-16T19:30:10.351Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2021-09-16T19:30:10.611Z] === RUN TestDockerSuite/TestRunUserByIDZero [2021-09-16T19:30:10.872Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSimple [2021-09-16T19:30:11.132Z] === RUN TestDockerSuite/TestRunUserByName [2021-09-16T19:30:11.703Z] === RUN TestDockerSuite/TestRunUserDefaults [2021-09-16T19:30:11.968Z] === RUN TestDockerSuite/TestRunUserDeviceAllowed [2021-09-16T19:30:11.968Z] docker_cli_run_unix_test.go:1416: Host does not have /dev/snd/timer [2021-09-16T19:30:11.968Z] === RUN TestDockerSuite/TestRunUserNotFound [2021-09-16T19:30:12.250Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2021-09-16T19:30:12.824Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2021-09-16T19:30:13.395Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths [2021-09-16T19:30:13.731Z] === RUN TestDockerSuite/TestBuildAddNonTar [2021-09-16T19:30:16.691Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2021-09-16T19:30:16.691Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias [2021-09-16T19:30:16.691Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2021-09-16T19:30:16.724Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2021-09-16T19:30:17.182Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2021-09-16T19:30:17.182Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2021-09-16T19:30:17.182Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2021-09-16T19:30:17.631Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2021-09-16T19:30:19.540Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice [2021-09-16T19:30:19.540Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2021-09-16T19:30:20.075Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2021-09-16T19:30:20.480Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2021-09-16T19:30:21.606Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2021-09-16T19:30:22.392Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2021-09-16T19:30:22.392Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSimple [2021-09-16T19:30:22.423Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2021-09-16T19:30:22.423Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2021-09-16T19:30:22.423Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2021-09-16T19:30:24.301Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2021-09-16T19:30:24.561Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2021-09-16T19:30:24.561Z] docker_cli_run_test.go:4078: unmatched requirement DaemonIsWindows [2021-09-16T19:30:24.561Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2021-09-16T19:30:24.561Z] docker_cli_run_test.go:4098: unmatched requirement DaemonIsWindows [2021-09-16T19:30:24.561Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2021-09-16T19:30:24.561Z] docker_cli_run_test.go:4088: unmatched requirement DaemonIsWindows [2021-09-16T19:30:24.561Z] === RUN TestDockerSuite/TestRunWithBadDevice [2021-09-16T19:30:24.578Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2021-09-16T19:30:24.578Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2021-09-16T19:30:24.823Z] === RUN TestDockerSuite/TestRunWithBlkioWeight [2021-09-16T19:30:24.823Z] docker_cli_run_unix_test.go:541: unmatched requirement blkioWeight [2021-09-16T19:30:24.823Z] === RUN TestDockerSuite/TestRunWithCPUQuota [2021-09-16T19:30:25.083Z] === RUN TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths [2021-09-16T19:30:25.332Z] === RUN TestDockerSuite/TestBuildAddScript [2021-09-16T19:30:25.332Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2021-09-16T19:30:25.332Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2021-09-16T19:30:25.332Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2021-09-16T19:30:25.332Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2021-09-16T19:30:25.332Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2021-09-16T19:30:25.332Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2021-09-16T19:30:25.332Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2021-09-16T19:30:25.332Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2021-09-16T19:30:25.343Z] === RUN TestDockerSuite/TestRunWithCPUShares [2021-09-16T19:30:25.790Z] === RUN TestDockerSuite/TestBuildAddTar [2021-09-16T19:30:25.914Z] === RUN TestDockerSuite/TestRunWithCpuPeriod [2021-09-16T19:30:27.298Z] === RUN TestDockerSuite/TestRunWithCpusetCpus [2021-09-16T19:30:27.867Z] === RUN TestDockerSuite/TestRunWithCpusetMems [2021-09-16T19:30:28.282Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2021-09-16T19:30:28.282Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2021-09-16T19:30:28.282Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2021-09-16T19:30:28.282Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2021-09-16T19:30:28.282Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2021-09-16T19:30:28.282Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2021-09-16T19:30:28.282Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2021-09-16T19:30:28.282Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2021-09-16T19:30:28.438Z] === RUN TestDockerSwarmSuite/TestServiceHealthRun [2021-09-16T19:30:28.698Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2021-09-16T19:30:28.698Z] === RUN TestDockerSuite/TestRunWithDefaultShmSize [2021-09-16T19:30:28.735Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2021-09-16T19:30:29.188Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2021-09-16T19:30:29.269Z] === RUN TestDockerSuite/TestRunWithInvalidBlkioWeight [2021-09-16T19:30:29.269Z] docker_cli_run_unix_test.go:552: unmatched requirement blkioWeight [2021-09-16T19:30:29.269Z] === RUN TestDockerSuite/TestRunWithInvalidCpuPeriod [2021-09-16T19:30:29.269Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2021-09-16T19:30:29.269Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps [2021-09-16T19:30:29.269Z] docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight [2021-09-16T19:30:29.269Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps [2021-09-16T19:30:29.269Z] docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight [2021-09-16T19:30:29.269Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps [2021-09-16T19:30:29.269Z] docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight [2021-09-16T19:30:29.269Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps [2021-09-16T19:30:29.269Z] docker_cli_run_unix_test.go:584: unmatched requirement blkioWeight [2021-09-16T19:30:29.269Z] === RUN TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice [2021-09-16T19:30:29.269Z] docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight [2021-09-16T19:30:29.269Z] === RUN TestDockerSuite/TestRunWithMemoryLimit [2021-09-16T19:30:29.839Z] === RUN TestDockerSuite/TestRunWithMemoryReservation [2021-09-16T19:30:30.425Z] === RUN TestDockerSuite/TestRunWithMemoryReservationInvalid [2021-09-16T19:30:30.685Z] === RUN TestDockerSuite/TestRunWithNanoCPUs [2021-09-16T19:30:31.257Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2021-09-16T19:30:31.517Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2021-09-16T19:30:31.777Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2021-09-16T19:30:32.036Z] === RUN TestDockerSuite/TestRunWithShmSize [2021-09-16T19:30:32.066Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2021-09-16T19:30:32.296Z] === RUN TestDockerSuite/TestRunWithSwappiness [2021-09-16T19:30:32.866Z] === RUN TestDockerSuite/TestRunWithSwappinessInvalid [2021-09-16T19:30:32.866Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2021-09-16T19:30:32.866Z] === RUN TestDockerSuite/TestRunWithUlimits [2021-09-16T19:30:33.435Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2021-09-16T19:30:33.587Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2021-09-16T19:30:33.587Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2021-09-16T19:30:33.587Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2021-09-16T19:30:33.587Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2021-09-16T19:30:33.587Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2021-09-16T19:30:33.587Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2021-09-16T19:30:34.375Z] === RUN TestDockerSwarmSuite/TestServiceHealthStart [2021-09-16T19:30:34.636Z] === RUN TestDockerSuite/TestRunWithVolumesIsRecursive [2021-09-16T19:30:34.896Z] === RUN TestDockerSuite/TestRunWithoutMemoryswapLimit [2021-09-16T19:30:34.896Z] docker_cli_run_unix_test.go:628: unmatched requirement swapMemorySupport [2021-09-16T19:30:34.896Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2021-09-16T19:30:35.467Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2021-09-16T19:30:35.467Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2021-09-16T19:30:35.743Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2021-09-16T19:30:36.854Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2021-09-16T19:30:37.115Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2021-09-16T19:30:39.025Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2021-09-16T19:30:39.288Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2021-09-16T19:30:39.288Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2021-09-16T19:30:39.288Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2021-09-16T19:30:40.227Z] === RUN TestDockerSwarmSuite/TestServiceLogs [2021-09-16T19:30:40.227Z] === RUN TestDockerSuite/TestSaveAndLoadRepoStdout [2021-09-16T19:30:41.167Z] === RUN TestDockerSuite/TestSaveAndLoadWithProgressBar [2021-09-16T19:30:42.111Z] === RUN TestDockerSuite/TestSaveCheckTimes [2021-09-16T19:30:42.111Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2021-09-16T19:30:43.492Z] === RUN TestDockerSuite/TestSaveImageId [2021-09-16T19:30:43.492Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2021-09-16T19:30:43.752Z] === RUN TestDockerSuite/TestSaveLoadParents [2021-09-16T19:30:44.699Z] docker_cli_save_load_test.go:364: tmpdir /tmp/save-load-parents4064179417 [2021-09-16T19:30:44.959Z] === RUN TestDockerSuite/TestSaveMultipleNames [2021-09-16T19:30:45.219Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2021-09-16T19:30:46.001Z] === RUN TestDockerSuite/TestBuildAddNonTar [2021-09-16T19:30:46.159Z] === RUN TestDockerSuite/TestSaveSingleTag [2021-09-16T19:30:46.159Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2021-09-16T19:30:46.159Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2021-09-16T19:30:47.554Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2021-09-16T19:30:48.496Z] === RUN TestDockerSuite/TestSearchCmdOptions [2021-09-16T19:30:49.066Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2021-09-16T19:30:49.066Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2021-09-16T19:30:49.066Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2021-09-16T19:30:49.066Z] === RUN TestDockerSuite/TestSearchWithLimit [2021-09-16T19:30:49.636Z] === RUN TestDockerSuite/TestSlowStdinClosing [2021-09-16T19:30:49.707Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2021-09-16T19:30:50.664Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2021-09-16T19:30:50.664Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2021-09-16T19:30:50.664Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2021-09-16T19:30:51.545Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2021-09-16T19:30:53.452Z] === RUN TestDockerSwarmSuite/TestServiceLogsCompleteness [2021-09-16T19:30:53.540Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2021-09-16T19:30:55.061Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2021-09-16T19:30:55.705Z] === RUN TestDockerSuite/TestBuildAddTarXz [2021-09-16T19:30:55.705Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2021-09-16T19:30:55.705Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2021-09-16T19:30:55.705Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2021-09-16T19:30:55.705Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2021-09-16T19:30:55.991Z] === RUN TestDockerSwarmSuite/TestServiceLogsDetails [2021-09-16T19:30:56.560Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2021-09-16T19:30:58.470Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2021-09-16T19:30:59.411Z] === RUN TestDockerSuite/TestStartAttachSilent [2021-09-16T19:30:59.411Z] === RUN TestDockerSwarmSuite/TestServiceLogsFollow [2021-09-16T19:30:59.710Z] === RUN TestDockerSuite/TestBuildAddScript [2021-09-16T19:30:59.710Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2021-09-16T19:30:59.710Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2021-09-16T19:30:59.710Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2021-09-16T19:30:59.710Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2021-09-16T19:30:59.710Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2021-09-16T19:30:59.710Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2021-09-16T19:30:59.710Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2021-09-16T19:30:59.710Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2021-09-16T19:30:59.710Z] === RUN TestDockerSuite/TestBuildAddTar [2021-09-16T19:31:00.352Z] === RUN TestDockerSuite/TestStartAttachWithRename [2021-09-16T19:31:02.263Z] === RUN TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer [2021-09-16T19:31:02.832Z] === RUN TestDockerSuite/TestStartMultipleContainers [2021-09-16T19:31:04.747Z] === RUN TestDockerSuite/TestStartPausedContainer [2021-09-16T19:31:05.687Z] === RUN TestDockerSuite/TestStartRecordError [2021-09-16T19:31:06.410Z] --- PASS: TestBuildWCOWSandboxSize (765.70s) [2021-09-16T19:31:06.410Z] === RUN TestBuildWithEmptyDockerfile [2021-09-16T19:31:06.410Z] === RUN TestBuildWithEmptyDockerfile/empty-dockerfile [2021-09-16T19:31:06.410Z] === PAUSE TestBuildWithEmptyDockerfile/empty-dockerfile [2021-09-16T19:31:06.410Z] === RUN TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-09-16T19:31:06.410Z] === PAUSE TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-09-16T19:31:06.410Z] === RUN TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-09-16T19:31:06.410Z] === PAUSE TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-09-16T19:31:06.410Z] === CONT TestBuildWithEmptyDockerfile/empty-dockerfile [2021-09-16T19:31:06.410Z] === CONT TestBuildWithEmptyDockerfile/comment-only-dockerfile [2021-09-16T19:31:06.410Z] === CONT TestBuildWithEmptyDockerfile/empty-lines-dockerfile [2021-09-16T19:31:06.410Z] --- PASS: TestBuildWithEmptyDockerfile (0.38s) [2021-09-16T19:31:06.410Z] --- PASS: TestBuildWithEmptyDockerfile/empty-dockerfile (0.00s) [2021-09-16T19:31:06.410Z] --- PASS: TestBuildWithEmptyDockerfile/comment-only-dockerfile (0.01s) [2021-09-16T19:31:06.410Z] --- PASS: TestBuildWithEmptyDockerfile/empty-lines-dockerfile (0.01s) [2021-09-16T19:31:06.410Z] === RUN TestBuildPreserveOwnership [2021-09-16T19:31:06.410Z] build_test.go:632: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-09-16T19:31:06.410Z] --- SKIP: TestBuildPreserveOwnership (0.00s) [2021-09-16T19:31:06.410Z] === RUN TestBuildPlatformInvalid [2021-09-16T19:31:06.410Z] --- PASS: TestBuildPlatformInvalid (0.36s) [2021-09-16T19:31:06.410Z] PASS [2021-09-16T19:31:06.411Z] ok github.com/docker/docker/integration/build 926.232s [2021-09-16T19:31:06.411Z] [2021-09-16T19:31:06.411Z] === Skipped [2021-09-16T19:31:06.411Z] === SKIP: github.com/docker/docker/integration/build TestBuildWithSession (0.00s) [2021-09-16T19:31:06.411Z] build_session_test.go:25: TODO: BuildKit [2021-09-16T19:31:06.411Z] [2021-09-16T19:31:06.411Z] === SKIP: github.com/docker/docker/integration/build TestBuildSquashParent (0.00s) [2021-09-16T19:31:06.411Z] build_squash_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:31:06.411Z] [2021-09-16T19:31:06.411Z] === SKIP: github.com/docker/docker/integration/build TestBuildLabelWithTargets (0.01s) [2021-09-16T19:31:06.411Z] build_test.go:235: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-09-16T19:31:06.411Z] [2021-09-16T19:31:06.411Z] === SKIP: github.com/docker/docker/integration/build TestBuildUncleanTarFilenames (0.00s) [2021-09-16T19:31:06.411Z] build_test.go:388: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-09-16T19:31:06.411Z] [2021-09-16T19:31:06.411Z] === SKIP: github.com/docker/docker/integration/build TestBuildPreserveOwnership (0.00s) [2021-09-16T19:31:06.411Z] build_test.go:632: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-09-16T19:31:06.411Z] [2021-09-16T19:31:06.411Z] DONE 29 tests, 5 skipped in 947.730s [2021-09-16T19:31:06.411Z] Running D:\gopath\src\github.com\docker\docker\integration\config [2021-09-16T19:31:06.411Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-09-16T19:31:06.411Z] INFO: Testing against a local daemon [2021-09-16T19:31:06.411Z] === RUN TestConfigInspect [2021-09-16T19:31:06.411Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:31:06.411Z] --- SKIP: TestConfigInspect (0.00s) [2021-09-16T19:31:06.411Z] === RUN TestConfigList [2021-09-16T19:31:06.411Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:31:06.411Z] --- SKIP: TestConfigList (0.00s) [2021-09-16T19:31:06.411Z] === RUN TestConfigsCreateAndDelete [2021-09-16T19:31:06.411Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:31:06.411Z] --- SKIP: TestConfigsCreateAndDelete (0.00s) [2021-09-16T19:31:06.411Z] === RUN TestConfigsUpdate [2021-09-16T19:31:06.411Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:31:06.411Z] --- SKIP: TestConfigsUpdate (0.00s) [2021-09-16T19:31:06.411Z] === RUN TestTemplatedConfig [2021-09-16T19:31:06.411Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:31:06.411Z] --- SKIP: TestTemplatedConfig (0.00s) [2021-09-16T19:31:06.411Z] === RUN TestConfigCreateResolve [2021-09-16T19:31:06.411Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2021-09-16T19:31:06.411Z] --- SKIP: TestConfigCreateResolve (0.00s) [2021-09-16T19:31:06.411Z] PASS [2021-09-16T19:31:06.411Z] ok github.com/docker/docker/integration/config 0.070s [2021-09-16T19:31:06.411Z] [2021-09-16T19:31:06.411Z] === Skipped [2021-09-16T19:31:06.411Z] === SKIP: github.com/docker/docker/integration/config TestConfigInspect (0.00s) [2021-09-16T19:31:06.411Z] config_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:31:06.411Z] [2021-09-16T19:31:06.411Z] === SKIP: github.com/docker/docker/integration/config TestConfigList (0.00s) [2021-09-16T19:31:06.411Z] config_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:31:06.411Z] [2021-09-16T19:31:06.411Z] === SKIP: github.com/docker/docker/integration/config TestConfigsCreateAndDelete (0.00s) [2021-09-16T19:31:06.411Z] config_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:31:06.411Z] [2021-09-16T19:31:06.411Z] === SKIP: github.com/docker/docker/integration/config TestConfigsUpdate (0.00s) [2021-09-16T19:31:06.411Z] config_test.go:168: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:31:06.411Z] [2021-09-16T19:31:06.411Z] === SKIP: github.com/docker/docker/integration/config TestTemplatedConfig (0.00s) [2021-09-16T19:31:06.411Z] config_test.go:220: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:31:06.411Z] [2021-09-16T19:31:06.411Z] === SKIP: github.com/docker/docker/integration/config TestConfigCreateResolve (0.00s) [2021-09-16T19:31:06.411Z] config_test.go:330: testEnv.DaemonInfo.OSType != "linux" [2021-09-16T19:31:06.411Z] [2021-09-16T19:31:06.411Z] DONE 6 tests, 6 skipped in 2.483s [2021-09-16T19:31:06.411Z] Running D:\gopath\src\github.com\docker\docker\integration\container [2021-09-16T19:31:06.411Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-09-16T19:31:06.411Z] INFO: Testing against a local daemon [2021-09-16T19:31:06.411Z] === RUN TestCheckpoint [2021-09-16T19:31:06.411Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-09-16T19:31:06.411Z] --- SKIP: TestCheckpoint (0.00s) [2021-09-16T19:31:06.411Z] === RUN TestContainerInvalidJSON [2021-09-16T19:31:06.411Z] === RUN TestContainerInvalidJSON//containers/foobar/exec [2021-09-16T19:31:06.411Z] === PAUSE TestContainerInvalidJSON//containers/foobar/exec [2021-09-16T19:31:06.411Z] === RUN TestContainerInvalidJSON//exec/foobar/start [2021-09-16T19:31:06.411Z] === PAUSE TestContainerInvalidJSON//exec/foobar/start [2021-09-16T19:31:06.411Z] === CONT TestContainerInvalidJSON//containers/foobar/exec [2021-09-16T19:31:06.411Z] === CONT TestContainerInvalidJSON//exec/foobar/start [2021-09-16T19:31:06.411Z] --- PASS: TestContainerInvalidJSON (0.34s) [2021-09-16T19:31:06.411Z] --- PASS: TestContainerInvalidJSON//exec/foobar/start (0.00s) [2021-09-16T19:31:06.411Z] --- PASS: TestContainerInvalidJSON//containers/foobar/exec (0.00s) [2021-09-16T19:31:06.411Z] === RUN TestCopyFromContainerPathDoesNotExist [2021-09-16T19:31:06.411Z] --- PASS: TestCopyFromContainerPathDoesNotExist (0.20s) [2021-09-16T19:31:06.411Z] === RUN TestCopyFromContainerPathIsNotDir [2021-09-16T19:31:06.411Z] --- PASS: TestCopyFromContainerPathIsNotDir (0.16s) [2021-09-16T19:31:06.411Z] === RUN TestCopyToContainerPathDoesNotExist [2021-09-16T19:31:06.411Z] --- PASS: TestCopyToContainerPathDoesNotExist (0.16s) [2021-09-16T19:31:06.411Z] === RUN TestCopyToContainerPathIsNotDir [2021-09-16T19:31:06.411Z] --- PASS: TestCopyToContainerPathIsNotDir (0.15s) [2021-09-16T19:31:06.411Z] === RUN TestCopyFromContainer [2021-09-16T19:31:06.411Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:31:06.411Z] --- SKIP: TestCopyFromContainer (0.00s) [2021-09-16T19:31:06.411Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist [2021-09-16T19:31:06.411Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-09-16T19:31:06.411Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-09-16T19:31:06.411Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-09-16T19:31:06.411Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-09-16T19:31:06.411Z] === RUN TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-09-16T19:31:06.411Z] === PAUSE TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-09-16T19:31:06.411Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag [2021-09-16T19:31:06.411Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/digest [2021-09-16T19:31:06.411Z] === CONT TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag [2021-09-16T19:31:06.411Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist (0.02s) [2021-09-16T19:31:06.411Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_and_tag (0.00s) [2021-09-16T19:31:06.411Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/digest (0.00s) [2021-09-16T19:31:06.411Z] --- PASS: TestCreateFailsWhenIdentifierDoesNotExist/image_no_tag (0.00s) [2021-09-16T19:31:06.411Z] === RUN TestCreateLinkToNonExistingContainer [2021-09-16T19:31:06.411Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2021-09-16T19:31:06.411Z] --- SKIP: TestCreateLinkToNonExistingContainer (0.01s) [2021-09-16T19:31:06.411Z] === RUN TestCreateWithInvalidEnv [2021-09-16T19:31:06.411Z] === RUN TestCreateWithInvalidEnv/0 [2021-09-16T19:31:06.411Z] === PAUSE TestCreateWithInvalidEnv/0 [2021-09-16T19:31:06.411Z] === RUN TestCreateWithInvalidEnv/1 [2021-09-16T19:31:06.411Z] === PAUSE TestCreateWithInvalidEnv/1 [2021-09-16T19:31:06.411Z] === RUN TestCreateWithInvalidEnv/2 [2021-09-16T19:31:06.411Z] === PAUSE TestCreateWithInvalidEnv/2 [2021-09-16T19:31:06.411Z] === CONT TestCreateWithInvalidEnv/0 [2021-09-16T19:31:06.411Z] === CONT TestCreateWithInvalidEnv/2 [2021-09-16T19:31:06.411Z] === CONT TestCreateWithInvalidEnv/1 [2021-09-16T19:31:06.411Z] --- PASS: TestCreateWithInvalidEnv (0.02s) [2021-09-16T19:31:06.411Z] --- PASS: TestCreateWithInvalidEnv/1 (0.00s) [2021-09-16T19:31:06.411Z] --- PASS: TestCreateWithInvalidEnv/0 (0.00s) [2021-09-16T19:31:06.411Z] --- PASS: TestCreateWithInvalidEnv/2 (0.00s) [2021-09-16T19:31:06.411Z] === RUN TestCreateTmpfsMountsTarget [2021-09-16T19:31:06.411Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:31:06.411Z] --- SKIP: TestCreateTmpfsMountsTarget (0.00s) [2021-09-16T19:31:06.411Z] === RUN TestCreateWithCustomMaskedPaths [2021-09-16T19:31:06.411Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2021-09-16T19:31:06.411Z] --- SKIP: TestCreateWithCustomMaskedPaths (0.00s) [2021-09-16T19:31:06.411Z] === RUN TestCreateWithCustomReadonlyPaths [2021-09-16T19:31:06.411Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2021-09-16T19:31:06.411Z] --- SKIP: TestCreateWithCustomReadonlyPaths (0.00s) [2021-09-16T19:31:06.411Z] === RUN TestCreateWithInvalidHealthcheckParams [2021-09-16T19:31:06.411Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-09-16T19:31:06.411Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-09-16T19:31:06.411Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-09-16T19:31:06.411Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-09-16T19:31:06.411Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-09-16T19:31:06.411Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-09-16T19:31:06.411Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-09-16T19:31:06.411Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-09-16T19:31:06.411Z] === RUN TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-09-16T19:31:06.411Z] === PAUSE TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-09-16T19:31:06.411Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s [2021-09-16T19:31:06.411Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 [2021-09-16T19:31:06.411Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms [2021-09-16T19:31:06.411Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms [2021-09-16T19:31:06.411Z] === CONT TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms [2021-09-16T19:31:06.411Z] --- PASS: TestCreateWithInvalidHealthcheckParams (0.02s) [2021-09-16T19:31:06.411Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Retries_in_Healthcheck:_less_than_0 (0.00s) [2021-09-16T19:31:06.411Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_less_than_0s (0.00s) [2021-09-16T19:31:06.411Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Timeout_in_Healthcheck:_less_than_1ms (0.01s) [2021-09-16T19:31:06.411Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_StartPeriod_in_Healthcheck:_not_0_and_less_than_1ms (0.01s) [2021-09-16T19:31:06.411Z] --- PASS: TestCreateWithInvalidHealthcheckParams/test_invalid_Interval_in_Healthcheck:_larger_than_0s_but_less_than_1ms (0.00s) [2021-09-16T19:31:06.411Z] === RUN TestCreateTmpfsOverrideAnonymousVolume [2021-09-16T19:31:06.411Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2021-09-16T19:31:06.411Z] --- SKIP: TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2021-09-16T19:31:06.411Z] === RUN TestCreateDifferentPlatform [2021-09-16T19:31:06.411Z] === RUN TestCreateDifferentPlatform/different_os [2021-09-16T19:31:06.411Z] === RUN TestCreateDifferentPlatform/different_cpu_arch [2021-09-16T19:31:06.411Z] --- PASS: TestCreateDifferentPlatform (0.03s) [2021-09-16T19:31:06.411Z] --- PASS: TestCreateDifferentPlatform/different_os (0.00s) [2021-09-16T19:31:06.411Z] --- PASS: TestCreateDifferentPlatform/different_cpu_arch (0.00s) [2021-09-16T19:31:06.411Z] === RUN TestCreateVolumesFromNonExistingContainer [2021-09-16T19:31:06.411Z] --- PASS: TestCreateVolumesFromNonExistingContainer (0.05s) [2021-09-16T19:31:06.411Z] === RUN TestCreatePlatformSpecificImageNoPlatform [2021-09-16T19:31:06.411Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2021-09-16T19:31:06.411Z] --- SKIP: TestCreatePlatformSpecificImageNoPlatform (0.02s) [2021-09-16T19:31:06.411Z] === RUN TestContainerKillOnDaemonStart [2021-09-16T19:31:06.411Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:31:06.411Z] --- SKIP: TestContainerKillOnDaemonStart (0.00s) [2021-09-16T19:31:06.411Z] === RUN TestDiff [2021-09-16T19:31:06.411Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2021-09-16T19:31:06.411Z] --- SKIP: TestDiff (0.00s) [2021-09-16T19:31:06.411Z] === RUN TestExecWithCloseStdin [2021-09-16T19:31:06.411Z] --- PASS: TestExecWithCloseStdin (2.46s) [2021-09-16T19:31:06.411Z] === RUN TestExec [2021-09-16T19:31:06.411Z] --- PASS: TestExec (1.73s) [2021-09-16T19:31:06.411Z] === RUN TestExecUser [2021-09-16T19:31:06.411Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2021-09-16T19:31:06.411Z] --- SKIP: TestExecUser (0.00s) [2021-09-16T19:31:06.411Z] === RUN TestExportContainerAndImportImage [2021-09-16T19:31:06.411Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:31:06.411Z] --- SKIP: TestExportContainerAndImportImage (0.00s) [2021-09-16T19:31:06.411Z] === RUN TestExportContainerAfterDaemonRestart [2021-09-16T19:31:06.411Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:31:06.411Z] --- SKIP: TestExportContainerAfterDaemonRestart (0.00s) [2021-09-16T19:31:06.411Z] === RUN TestHealthCheckWorkdir [2021-09-16T19:31:06.411Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2021-09-16T19:31:06.411Z] --- SKIP: TestHealthCheckWorkdir (0.00s) [2021-09-16T19:31:06.411Z] === RUN TestHealthKillContainer [2021-09-16T19:31:06.411Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2021-09-16T19:31:06.411Z] --- SKIP: TestHealthKillContainer (0.00s) [2021-09-16T19:31:06.411Z] === RUN TestInspectCpusetInConfigPre120 [2021-09-16T19:31:06.411Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2021-09-16T19:31:06.411Z] --- SKIP: TestInspectCpusetInConfigPre120 (0.00s) [2021-09-16T19:31:06.411Z] === RUN TestKillContainerInvalidSignal [2021-09-16T19:31:06.411Z] --- PASS: TestKillContainerInvalidSignal (1.53s) [2021-09-16T19:31:06.411Z] === RUN TestKillContainer [2021-09-16T19:31:06.411Z] === RUN TestKillContainer/no_signal [2021-09-16T19:31:06.868Z] === RUN TestKillContainer/non_killing_signal [2021-09-16T19:31:06.868Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2021-09-16T19:31:06.868Z] === RUN TestKillContainer/killing_signal [2021-09-16T19:31:07.079Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2021-09-16T19:31:07.079Z] === RUN TestDockerSwarmSuite/TestServiceLogsSince [2021-09-16T19:31:08.062Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2021-09-16T19:31:08.062Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2021-09-16T19:31:08.062Z] === RUN TestDockerSuite/TestBuildBlankName [2021-09-16T19:31:08.062Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2021-09-16T19:31:08.460Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2021-09-16T19:31:09.035Z] --- PASS: TestKillContainer (3.36s) [2021-09-16T19:31:09.035Z] --- PASS: TestKillContainer/no_signal (1.47s) [2021-09-16T19:31:09.035Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2021-09-16T19:31:09.035Z] --- PASS: TestKillContainer/killing_signal (1.85s) [2021-09-16T19:31:09.035Z] === RUN TestKillWithStopSignalAndRestartPolicies [2021-09-16T19:31:09.035Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-09-16T19:31:09.035Z] --- SKIP: TestKillWithStopSignalAndRestartPolicies (0.00s) [2021-09-16T19:31:09.035Z] === RUN TestKillStoppedContainer [2021-09-16T19:31:09.035Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-09-16T19:31:09.035Z] --- SKIP: TestKillStoppedContainer (0.00s) [2021-09-16T19:31:09.035Z] === RUN TestKillStoppedContainerAPIPre120 [2021-09-16T19:31:09.035Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-09-16T19:31:09.035Z] --- SKIP: TestKillStoppedContainerAPIPre120 (0.00s) [2021-09-16T19:31:09.035Z] === RUN TestKillDifferentUserContainer [2021-09-16T19:31:09.035Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2021-09-16T19:31:09.035Z] --- SKIP: TestKillDifferentUserContainer (0.00s) [2021-09-16T19:31:09.035Z] === RUN TestInspectOomKilledTrue [2021-09-16T19:31:09.035Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:31:09.035Z] --- SKIP: TestInspectOomKilledTrue (0.00s) [2021-09-16T19:31:09.035Z] === RUN TestInspectOomKilledFalse [2021-09-16T19:31:09.035Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-09-16T19:31:09.035Z] --- SKIP: TestInspectOomKilledFalse (0.00s) [2021-09-16T19:31:09.035Z] === RUN TestLogsFollowTailEmpty [2021-09-16T19:31:09.400Z] === RUN TestDockerSuite/TestStatsAllNoStream [2021-09-16T19:31:10.339Z] === RUN TestDockerSwarmSuite/TestServiceLogsTTY [2021-09-16T19:31:10.565Z] --- PASS: TestLogsFollowTailEmpty (1.55s) [2021-09-16T19:31:10.565Z] === RUN TestNetworkNat [2021-09-16T19:31:10.565Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2021-09-16T19:31:10.565Z] --- SKIP: TestNetworkNat (0.00s) [2021-09-16T19:31:10.565Z] === RUN TestNetworkLocalhostTCPNat [2021-09-16T19:31:12.094Z] --- PASS: TestNetworkLocalhostTCPNat (1.88s) [2021-09-16T19:31:12.094Z] === RUN TestNetworkLoopbackNat [2021-09-16T19:31:12.094Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2021-09-16T19:31:12.094Z] --- SKIP: TestNetworkLoopbackNat (0.00s) [2021-09-16T19:31:12.094Z] === RUN TestPause [2021-09-16T19:31:12.094Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2021-09-16T19:31:12.094Z] --- SKIP: TestPause (0.00s) [2021-09-16T19:31:12.094Z] === RUN TestPauseFailsOnWindowsServerContainers [2021-09-16T19:31:12.251Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2021-09-16T19:31:13.627Z] --- PASS: TestPauseFailsOnWindowsServerContainers (1.55s) [2021-09-16T19:31:13.627Z] === RUN TestPauseStopPausedContainer [2021-09-16T19:31:13.627Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:31:13.627Z] --- SKIP: TestPauseStopPausedContainer (0.00s) [2021-09-16T19:31:13.627Z] === RUN TestPsFilter [2021-09-16T19:31:13.627Z] --- PASS: TestPsFilter (0.17s) [2021-09-16T19:31:13.627Z] === RUN TestRemoveContainerWithRemovedVolume [2021-09-16T19:31:13.836Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2021-09-16T19:31:13.836Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2021-09-16T19:31:14.295Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2021-09-16T19:31:15.794Z] --- PASS: TestRemoveContainerWithRemovedVolume (1.83s) [2021-09-16T19:31:15.794Z] === RUN TestRemoveContainerWithVolume [2021-09-16T19:31:16.455Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2021-09-16T19:31:17.328Z] --- PASS: TestRemoveContainerWithVolume (1.83s) [2021-09-16T19:31:17.328Z] === RUN TestRemoveContainerRunning [2021-09-16T19:31:18.015Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2021-09-16T19:31:19.498Z] --- PASS: TestRemoveContainerRunning (1.58s) [2021-09-16T19:31:19.498Z] === RUN TestRemoveContainerForceRemoveRunning [2021-09-16T19:31:19.746Z] === RUN TestDockerSuite/TestStatsFormatAll [2021-09-16T19:31:20.461Z] --- PASS: TestRemoveContainerForceRemoveRunning (1.56s) [2021-09-16T19:31:20.461Z] === RUN TestRemoveInvalidContainer [2021-09-16T19:31:20.461Z] --- PASS: TestRemoveInvalidContainer (0.02s) [2021-09-16T19:31:20.461Z] === RUN TestRenameLinkedContainer [2021-09-16T19:31:20.461Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2021-09-16T19:31:20.461Z] --- SKIP: TestRenameLinkedContainer (0.00s) [2021-09-16T19:31:20.461Z] === RUN TestRenameStoppedContainer [2021-09-16T19:31:23.039Z] === RUN TestDockerSwarmSuite/TestServiceLogsTail [2021-09-16T19:31:23.357Z] --- PASS: TestRenameStoppedContainer (2.39s) [2021-09-16T19:31:23.357Z] === RUN TestRenameRunningContainerAndReuse [2021-09-16T19:31:23.788Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2021-09-16T19:31:23.979Z] === RUN TestDockerSuite/TestStatsNoStream [2021-09-16T19:31:26.256Z] --- PASS: TestRenameRunningContainerAndReuse (3.08s) [2021-09-16T19:31:26.257Z] === RUN TestRenameInvalidName [2021-09-16T19:31:26.518Z] === RUN TestDockerSuite/TestStopContainerSignal [2021-09-16T19:31:27.785Z] --- PASS: TestRenameInvalidName (1.55s) [2021-09-16T19:31:27.785Z] === RUN TestRenameAnonymousContainer [2021-09-16T19:31:27.896Z] === RUN TestDockerSuite/TestTopMultipleArgs [2021-09-16T19:31:28.482Z] === RUN TestDockerSuite/TestTopNonPrivileged [2021-09-16T19:31:29.055Z] === RUN TestDockerSuite/TestTopPrivileged [2021-09-16T19:31:29.314Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2021-09-16T19:31:29.314Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2021-09-16T19:31:29.314Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2021-09-16T19:31:29.568Z] === RUN TestDockerSuite/TestBuildAddTarXz [2021-09-16T19:31:29.568Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2021-09-16T19:31:29.568Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2021-09-16T19:31:29.568Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2021-09-16T19:31:29.568Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2021-09-16T19:31:29.735Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2021-09-16T19:31:29.735Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2021-09-16T19:31:29.735Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2021-09-16T19:31:29.884Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2021-09-16T19:31:33.188Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2021-09-16T19:31:34.411Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2021-09-16T19:31:34.411Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2021-09-16T19:31:34.411Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2021-09-16T19:31:34.411Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2021-09-16T19:31:34.411Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2021-09-16T19:31:35.736Z] === RUN TestDockerSwarmSuite/TestServiceLogsTaskLogs [2021-09-16T19:31:35.736Z] === RUN TestDockerSuite/TestUpdateContainerInvalidValue [2021-09-16T19:31:36.322Z] === RUN TestDockerSuite/TestUpdateContainerWithoutFlags [2021-09-16T19:31:36.469Z] --- PASS: TestRenameAnonymousContainer (8.35s) [2021-09-16T19:31:36.469Z] === RUN TestRenameContainerWithSameName [2021-09-16T19:31:36.893Z] === RUN TestDockerSuite/TestUpdateInvalidSwapMemory [2021-09-16T19:31:36.893Z] docker_cli_update_unix_test.go:144: unmatched requirement swapMemorySupport [2021-09-16T19:31:36.893Z] === RUN TestDockerSuite/TestUpdateMemoryWithSwapMemory [2021-09-16T19:31:36.893Z] docker_cli_update_unix_test.go:198: unmatched requirement swapMemorySupport [2021-09-16T19:31:36.893Z] === RUN TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy [2021-09-16T19:31:37.432Z] --- PASS: TestRenameContainerWithSameName (1.58s) [2021-09-16T19:31:37.432Z] === RUN TestRenameContainerWithLinkedContainer [2021-09-16T19:31:37.432Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2021-09-16T19:31:37.432Z] --- SKIP: TestRenameContainerWithLinkedContainer (0.00s) [2021-09-16T19:31:37.432Z] === RUN TestResize [2021-09-16T19:31:38.285Z] docker_cli_service_logs_test.go:246: checking task 7stc0booyq84 [2021-09-16T19:31:38.285Z] docker_cli_service_logs_test.go:251: checking messages for 7stc0booyq84 [2021-09-16T19:31:38.285Z] docker_cli_service_logs_test.go:246: checking task n7ld0o8osa45 [2021-09-16T19:31:38.285Z] docker_cli_service_logs_test.go:251: checking messages for n7ld0o8osa45 [2021-09-16T19:31:38.285Z] === RUN TestDockerSuite/TestUpdatePausedContainer [2021-09-16T19:31:38.963Z] --- PASS: TestResize (1.56s) [2021-09-16T19:31:38.963Z] === RUN TestResizeWithInvalidSize [2021-09-16T19:31:39.086Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2021-09-16T19:31:39.086Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2021-09-16T19:31:39.086Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2021-09-16T19:31:39.225Z] === RUN TestDockerSuite/TestUpdateRunningContainer [2021-09-16T19:31:39.485Z] === RUN TestDockerSuite/TestUpdateRunningContainerWithRestart [2021-09-16T19:31:39.543Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2021-09-16T19:31:39.543Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2021-09-16T19:31:39.543Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2021-09-16T19:31:39.543Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2021-09-16T19:31:39.543Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2021-09-16T19:31:40.865Z] === RUN TestDockerSuite/TestUpdateStats [2021-09-16T19:31:41.131Z] --- PASS: TestResizeWithInvalidSize (1.61s) [2021-09-16T19:31:41.131Z] === RUN TestResizeWhenContainerNotStarted [2021-09-16T19:31:42.659Z] --- PASS: TestResizeWhenContainerNotStarted (1.89s) [2021-09-16T19:31:42.659Z] === RUN TestDaemonRestartKillContainers [2021-09-16T19:31:42.659Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:31:42.659Z] --- SKIP: TestDaemonRestartKillContainers (0.00s) [2021-09-16T19:31:42.659Z] === RUN TestStats [2021-09-16T19:31:42.659Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2021-09-16T19:31:42.659Z] --- SKIP: TestStats (0.00s) [2021-09-16T19:31:42.659Z] === RUN TestStopContainerWithRestartPolicyAlways [2021-09-16T19:31:44.157Z] === RUN TestDockerSuite/TestUpdateStoppedContainer [2021-09-16T19:31:44.312Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2021-09-16T19:31:44.312Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2021-09-16T19:31:44.312Z] === RUN TestDockerSuite/TestBuildBlankName [2021-09-16T19:31:44.765Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2021-09-16T19:31:45.098Z] === RUN TestDockerSuite/TestUpdateSwapMemoryOnly [2021-09-16T19:31:45.098Z] docker_cli_update_unix_test.go:128: unmatched requirement swapMemorySupport [2021-09-16T19:31:45.098Z] === RUN TestDockerSuite/TestUpdateWithNanoCPUs [2021-09-16T19:31:45.667Z] === RUN TestDockerSuite/TestUpdateWithUntouchedFields [2021-09-16T19:31:46.237Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2021-09-16T19:31:48.777Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias [2021-09-16T19:31:48.777Z] === RUN TestDockerSwarmSuite/TestServiceScale [2021-09-16T19:31:50.512Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2021-09-16T19:31:50.512Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2021-09-16T19:31:50.965Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2021-09-16T19:31:51.200Z] --- PASS: TestStopContainerWithRestartPolicyAlways (8.60s) [2021-09-16T19:31:51.200Z] === RUN TestStopContainerWithTimeout [2021-09-16T19:31:51.200Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2021-09-16T19:31:51.200Z] --- SKIP: TestStopContainerWithTimeout (0.00s) [2021-09-16T19:31:51.200Z] === RUN TestUpdateRestartPolicy [2021-09-16T19:31:51.321Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink [2021-09-16T19:31:51.581Z] === RUN TestDockerSwarmSuite/TestSwarmAlternateLockUnlock [2021-09-16T19:31:54.120Z] === RUN TestDockerSuite/TestUserDefinedNetworkConnectivity [2021-09-16T19:31:54.665Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2021-09-16T19:31:55.509Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2021-09-16T19:31:57.423Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2021-09-16T19:32:00.603Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2021-09-16T19:32:00.723Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChown [2021-09-16T19:32:01.060Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2021-09-16T19:32:01.060Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2021-09-16T19:32:01.517Z] === RUN TestDockerSuite/TestBuildCacheAdd [2021-09-16T19:32:01.517Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2021-09-16T19:32:01.517Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2021-09-16T19:32:01.692Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2021-09-16T19:32:02.105Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot [2021-09-16T19:32:03.048Z] === RUN TestDockerSuite/TestBuildCacheFrom [2021-09-16T19:32:03.048Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2021-09-16T19:32:03.048Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2021-09-16T19:32:03.490Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride [2021-09-16T19:32:04.429Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner [2021-09-16T19:32:05.371Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod [2021-09-16T19:32:05.940Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2021-09-16T19:32:06.906Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2021-09-16T19:32:06.906Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2021-09-16T19:32:06.906Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2021-09-16T19:32:06.906Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2021-09-16T19:32:06.906Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2021-09-16T19:32:07.280Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService [2021-09-16T19:32:08.436Z] === RUN TestDockerSuite/TestBuildClearCmd [2021-09-16T19:32:08.716Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2021-09-16T19:32:08.716Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2021-09-16T19:32:08.716Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2021-09-16T19:32:08.893Z] === RUN TestDockerSuite/TestBuildCmd [2021-09-16T19:32:09.189Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw [2021-09-16T19:32:09.189Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsConfig [2021-09-16T19:32:09.350Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2021-09-16T19:32:09.807Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2021-09-16T19:32:10.263Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2021-09-16T19:32:10.609Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid [2021-09-16T19:32:11.990Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNetwork [2021-09-16T19:32:12.250Z] === RUN TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid [2021-09-16T19:32:12.259Z] --- PASS: TestUpdateRestartPolicy (18.36s) [2021-09-16T19:32:12.259Z] === RUN TestUpdateRestartWithAutoRemove [2021-09-16T19:32:12.259Z] --- PASS: TestUpdateRestartWithAutoRemove (1.53s) [2021-09-16T19:32:12.259Z] === RUN TestWaitNonBlocked [2021-09-16T19:32:12.259Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-09-16T19:32:12.259Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-09-16T19:32:12.259Z] === RUN TestWaitNonBlocked/wait-nonblocking-exit-random [2021-09-16T19:32:12.259Z] === PAUSE TestWaitNonBlocked/wait-nonblocking-exit-random [2021-09-16T19:32:12.259Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-0 [2021-09-16T19:32:12.259Z] === CONT TestWaitNonBlocked/wait-nonblocking-exit-random [2021-09-16T19:32:12.417Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2021-09-16T19:32:12.417Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2021-09-16T19:32:12.417Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2021-09-16T19:32:12.417Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2021-09-16T19:32:12.417Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2021-09-16T19:32:13.225Z] --- PASS: TestWaitNonBlocked (0.02s) [2021-09-16T19:32:13.225Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-0 (2.07s) [2021-09-16T19:32:13.225Z] --- PASS: TestWaitNonBlocked/wait-nonblocking-exit-random (2.17s) [2021-09-16T19:32:13.225Z] === RUN TestWaitBlocked [2021-09-16T19:32:13.225Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2021-09-16T19:32:13.225Z] --- SKIP: TestWaitBlocked (0.00s) [2021-09-16T19:32:13.225Z] PASS [2021-09-16T19:32:13.225Z] ok github.com/docker/docker/integration/container 75.017s [2021-09-16T19:32:13.225Z] [2021-09-16T19:32:13.225Z] === Skipped [2021-09-16T19:32:13.225Z] === SKIP: github.com/docker/docker/integration/container TestCheckpoint (0.00s) [2021-09-16T19:32:13.225Z] checkpoint_test.go:34: TestCheckpoint is broken; see https://github.com/moby/moby/issues/38963 [2021-09-16T19:32:13.225Z] [2021-09-16T19:32:13.225Z] === SKIP: github.com/docker/docker/integration/container TestCopyFromContainer (0.00s) [2021-09-16T19:32:13.225Z] copy_test.go:81: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:32:13.225Z] [2021-09-16T19:32:13.225Z] === SKIP: github.com/docker/docker/integration/container TestCreateLinkToNonExistingContainer (0.01s) [2021-09-16T19:32:13.225Z] create_test.go:74: testEnv.DaemonInfo.OSType == "windows": legacy links are not supported on windows [2021-09-16T19:32:13.225Z] [2021-09-16T19:32:13.225Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsMountsTarget (0.00s) [2021-09-16T19:32:13.225Z] create_test.go:137: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:32:13.225Z] [2021-09-16T19:32:13.225Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomMaskedPaths (0.00s) [2021-09-16T19:32:13.225Z] create_test.go:181: testEnv.DaemonInfo.OSType != "linux" [2021-09-16T19:32:13.225Z] [2021-09-16T19:32:13.225Z] === SKIP: github.com/docker/docker/integration/container TestCreateWithCustomReadonlyPaths (0.00s) [2021-09-16T19:32:13.225Z] create_test.go:261: testEnv.DaemonInfo.OSType != "linux" [2021-09-16T19:32:13.225Z] [2021-09-16T19:32:13.225Z] === SKIP: github.com/docker/docker/integration/container TestCreateTmpfsOverrideAnonymousVolume (0.00s) [2021-09-16T19:32:13.225Z] create_test.go:422: testEnv.DaemonInfo.OSType == "windows": windows does not support tmpfs [2021-09-16T19:32:13.225Z] [2021-09-16T19:32:13.225Z] === SKIP: github.com/docker/docker/integration/container TestCreatePlatformSpecificImageNoPlatform (0.02s) [2021-09-16T19:32:13.225Z] create_test.go:518: testEnv.OSType != "linux": test image is only available on linux [2021-09-16T19:32:13.225Z] [2021-09-16T19:32:13.225Z] === SKIP: github.com/docker/docker/integration/container TestContainerKillOnDaemonStart (0.00s) [2021-09-16T19:32:13.225Z] daemon_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:32:13.225Z] [2021-09-16T19:32:13.225Z] === SKIP: github.com/docker/docker/integration/container TestDiff (0.00s) [2021-09-16T19:32:13.225Z] diff_test.go:17: testEnv.OSType == "windows": FIXME [2021-09-16T19:32:13.225Z] [2021-09-16T19:32:13.225Z] === SKIP: github.com/docker/docker/integration/container TestExecUser (0.00s) [2021-09-16T19:32:13.225Z] exec_test.go:131: testEnv.OSType == "windows": FIXME. Probably needs to wait for container to be in running state. [2021-09-16T19:32:13.225Z] [2021-09-16T19:32:13.225Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAndImportImage (0.00s) [2021-09-16T19:32:13.225Z] export_test.go:23: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:32:13.225Z] [2021-09-16T19:32:13.225Z] === SKIP: github.com/docker/docker/integration/container TestExportContainerAfterDaemonRestart (0.00s) [2021-09-16T19:32:13.225Z] export_test.go:61: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:32:13.225Z] [2021-09-16T19:32:13.225Z] === SKIP: github.com/docker/docker/integration/container TestHealthCheckWorkdir (0.00s) [2021-09-16T19:32:13.225Z] health_test.go:20: testEnv.OSType == "windows": FIXME [2021-09-16T19:32:13.225Z] [2021-09-16T19:32:13.225Z] === SKIP: github.com/docker/docker/integration/container TestHealthKillContainer (0.00s) [2021-09-16T19:32:13.225Z] health_test.go:39: testEnv.OSType == "windows": Windows only supports SIGKILL and SIGTERM? See https://github.com/moby/moby/issues/39574 [2021-09-16T19:32:13.225Z] [2021-09-16T19:32:13.225Z] === SKIP: github.com/docker/docker/integration/container TestInspectCpusetInConfigPre120 (0.00s) [2021-09-16T19:32:13.225Z] inspect_test.go:20: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.CPUSet [2021-09-16T19:32:13.225Z] [2021-09-16T19:32:13.225Z] === SKIP: github.com/docker/docker/integration/container TestKillContainer/non_killing_signal (0.00s) [2021-09-16T19:32:13.225Z] kill_test.go:65: testEnv.OSType == tc.skipOs: Windows does not support SIGWINCH [2021-09-16T19:32:13.225Z] --- SKIP: TestKillContainer/non_killing_signal (0.00s) [2021-09-16T19:32:13.225Z] [2021-09-16T19:32:13.682Z] === SKIP: github.com/docker/docker/integration/container TestKillWithStopSignalAndRestartPolicies (0.00s) [2021-09-16T19:32:13.682Z] kill_test.go:77: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-09-16T19:32:13.682Z] [2021-09-16T19:32:13.682Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainer (0.00s) [2021-09-16T19:32:13.682Z] kill_test.go:116: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-09-16T19:32:13.682Z] [2021-09-16T19:32:13.682Z] === SKIP: github.com/docker/docker/integration/container TestKillStoppedContainerAPIPre120 (0.00s) [2021-09-16T19:32:13.682Z] kill_test.go:127: testEnv.OSType == "windows": Windows only supports 1.25 or later [2021-09-16T19:32:13.682Z] [2021-09-16T19:32:13.682Z] === SKIP: github.com/docker/docker/integration/container TestKillDifferentUserContainer (0.00s) [2021-09-16T19:32:13.682Z] kill_test.go:138: testEnv.OSType == "windows": User containers (container.Config.User) are not yet supported on "windows" platform [2021-09-16T19:32:13.682Z] [2021-09-16T19:32:13.682Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledTrue (0.00s) [2021-09-16T19:32:13.682Z] kill_test.go:155: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:32:13.682Z] [2021-09-16T19:32:13.682Z] === SKIP: github.com/docker/docker/integration/container TestInspectOomKilledFalse (0.00s) [2021-09-16T19:32:13.682Z] kill_test.go:176: testEnv.DaemonInfo.OSType == "windows" || !testEnv.DaemonInfo.MemoryLimit || !testEnv.DaemonInfo.SwapLimit [2021-09-16T19:32:13.682Z] [2021-09-16T19:32:13.682Z] === SKIP: github.com/docker/docker/integration/container TestNetworkNat (0.00s) [2021-09-16T19:32:13.682Z] nat_test.go:23: testEnv.OSType == "windows": FIXME [2021-09-16T19:32:13.682Z] [2021-09-16T19:32:13.682Z] === SKIP: github.com/docker/docker/integration/container TestNetworkLoopbackNat (0.00s) [2021-09-16T19:32:13.682Z] nat_test.go:59: testEnv.OSType == "windows": FIXME [2021-09-16T19:32:13.682Z] [2021-09-16T19:32:13.683Z] === SKIP: github.com/docker/docker/integration/container TestPause (0.00s) [2021-09-16T19:32:13.683Z] pause_test.go:23: testEnv.DaemonInfo.OSType == "windows" && testEnv.DaemonInfo.Isolation == "process" [2021-09-16T19:32:13.683Z] [2021-09-16T19:32:13.683Z] === SKIP: github.com/docker/docker/integration/container TestPauseStopPausedContainer (0.00s) [2021-09-16T19:32:13.683Z] pause_test.go:70: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:32:13.683Z] [2021-09-16T19:32:13.683Z] === SKIP: github.com/docker/docker/integration/container TestRenameLinkedContainer (0.00s) [2021-09-16T19:32:13.683Z] rename_test.go:26: testEnv.OSType == "windows": FIXME [2021-09-16T19:32:13.683Z] [2021-09-16T19:32:13.683Z] === SKIP: github.com/docker/docker/integration/container TestRenameContainerWithLinkedContainer (0.00s) [2021-09-16T19:32:13.683Z] rename_test.go:193: testEnv.OSType == "windows": FIXME [2021-09-16T19:32:13.683Z] [2021-09-16T19:32:13.683Z] === SKIP: github.com/docker/docker/integration/container TestDaemonRestartKillContainers (0.00s) [2021-09-16T19:32:13.683Z] restart_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:32:13.683Z] [2021-09-16T19:32:13.683Z] === SKIP: github.com/docker/docker/integration/container TestStats (0.00s) [2021-09-16T19:32:13.683Z] stats_test.go:21: !testEnv.DaemonInfo.MemoryLimit [2021-09-16T19:32:13.683Z] [2021-09-16T19:32:13.683Z] === SKIP: github.com/docker/docker/integration/container TestStopContainerWithTimeout (0.00s) [2021-09-16T19:32:13.683Z] stop_windows_test.go:19: testEnv.OSType == "windows" [2021-09-16T19:32:13.683Z] [2021-09-16T19:32:13.683Z] === SKIP: github.com/docker/docker/integration/container TestWaitBlocked (0.00s) [2021-09-16T19:32:13.683Z] wait_test.go:59: testEnv.DaemonInfo.OSType != "linux" [2021-09-16T19:32:13.683Z] [2021-09-16T19:32:13.683Z] DONE 87 tests, 33 skipped in 77.054s [2021-09-16T19:32:13.683Z] Running D:\gopath\src\github.com\docker\docker\integration\daemon [2021-09-16T19:32:13.988Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2021-09-16T19:32:14.159Z] === RUN TestDockerSuite/TestVolumeCLICreate [2021-09-16T19:32:14.419Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsNode [2021-09-16T19:32:16.157Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2021-09-16T19:32:16.157Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2021-09-16T19:32:16.157Z] === RUN TestDockerSuite/TestBuildConditionalCache [2021-09-16T19:32:16.324Z] docker_cli_swarm_test.go:1901: [dd2165bef08e5] joining swarm manager [d2a1b2ae28b4f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-09-16T19:32:17.120Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2021-09-16T19:32:17.120Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2021-09-16T19:32:17.120Z] === RUN TestDockerSuite/TestBuildContextCleanup [2021-09-16T19:32:17.120Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2021-09-16T19:32:17.703Z] docker_cli_swarm_test.go:1902: [d779ed18fb027] joining swarm manager [d2a1b2ae28b4f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-09-16T19:32:18.168Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2021-09-16T19:32:18.168Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2021-09-16T19:32:18.168Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2021-09-16T19:32:18.168Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2021-09-16T19:32:18.168Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2021-09-16T19:32:18.168Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2021-09-16T19:32:18.168Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2021-09-16T19:32:18.168Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2021-09-16T19:32:18.651Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2021-09-16T19:32:19.615Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2021-09-16T19:32:19.615Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2021-09-16T19:32:19.615Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2021-09-16T19:32:19.615Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2021-09-16T19:32:20.579Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2021-09-16T19:32:21.036Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2021-09-16T19:32:21.036Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2021-09-16T19:32:21.036Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2021-09-16T19:32:21.036Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2021-09-16T19:32:21.036Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2021-09-16T19:32:24.756Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2021-09-16T19:32:29.918Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2021-09-16T19:32:29.918Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2021-09-16T19:32:29.918Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2021-09-16T19:32:29.918Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2021-09-16T19:32:29.918Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2021-09-16T19:32:29.918Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2021-09-16T19:32:29.918Z] === RUN TestDockerSuite/TestVolumeCLILs [2021-09-16T19:32:29.918Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2021-09-16T19:32:30.178Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2021-09-16T19:32:30.748Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2021-09-16T19:32:30.748Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2021-09-16T19:32:30.748Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2021-09-16T19:32:30.748Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2021-09-16T19:32:30.748Z] === RUN TestDockerSuite/TestVolumeCLIRm [2021-09-16T19:32:31.914Z] === RUN TestConfigDaemonLibtrustID [2021-09-16T19:32:31.914Z] daemon_test.go:18: runtime.GOOS != "linux" [2021-09-16T19:32:31.914Z] --- SKIP: TestConfigDaemonLibtrustID (0.00s) [2021-09-16T19:32:31.914Z] === RUN TestDaemonConfigValidation [2021-09-16T19:32:31.914Z] daemon_test.go:37: runtime.GOOS != "linux" [2021-09-16T19:32:31.914Z] --- SKIP: TestDaemonConfigValidation (0.00s) [2021-09-16T19:32:31.914Z] === RUN TestConfigDaemonSeccompProfiles [2021-09-16T19:32:31.914Z] daemon_test.go:103: runtime.GOOS != "linux" [2021-09-16T19:32:31.914Z] --- SKIP: TestConfigDaemonSeccompProfiles (0.00s) [2021-09-16T19:32:31.914Z] PASS [2021-09-16T19:32:31.914Z] ok github.com/docker/docker/integration/daemon 0.085s [2021-09-16T19:32:31.914Z] [2021-09-16T19:32:31.914Z] === Skipped [2021-09-16T19:32:31.914Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonLibtrustID (0.00s) [2021-09-16T19:32:31.914Z] daemon_test.go:18: runtime.GOOS != "linux" [2021-09-16T19:32:31.914Z] [2021-09-16T19:32:31.914Z] === SKIP: github.com/docker/docker/integration/daemon TestDaemonConfigValidation (0.00s) [2021-09-16T19:32:31.914Z] daemon_test.go:37: runtime.GOOS != "linux" [2021-09-16T19:32:31.914Z] [2021-09-16T19:32:31.914Z] === SKIP: github.com/docker/docker/integration/daemon TestConfigDaemonSeccompProfiles (0.00s) [2021-09-16T19:32:31.914Z] daemon_test.go:103: runtime.GOOS != "linux" [2021-09-16T19:32:31.914Z] [2021-09-16T19:32:31.914Z] DONE 3 tests, 3 skipped in 18.445s [2021-09-16T19:32:31.914Z] Running D:\gopath\src\github.com\docker\docker\integration\image [2021-09-16T19:32:32.658Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2021-09-16T19:32:32.658Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2021-09-16T19:32:32.658Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2021-09-16T19:32:32.658Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2021-09-16T19:32:32.658Z] === RUN TestDockerSuite/TestVolumeEvents [2021-09-16T19:32:33.445Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-09-16T19:32:33.445Z] INFO: Testing against a local daemon [2021-09-16T19:32:33.445Z] === RUN TestCommitInheritsEnv [2021-09-16T19:32:33.445Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-09-16T19:32:33.445Z] --- SKIP: TestCommitInheritsEnv (0.00s) [2021-09-16T19:32:33.445Z] === RUN TestImportExtremelyLargeImageWorks [2021-09-16T19:32:33.445Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2021-09-16T19:32:33.445Z] --- SKIP: TestImportExtremelyLargeImageWorks (0.00s) [2021-09-16T19:32:33.445Z] === RUN TestImagesFilterMultiReference [2021-09-16T19:32:33.445Z] --- PASS: TestImagesFilterMultiReference (0.07s) [2021-09-16T19:32:33.445Z] === RUN TestImagePullPlatformInvalid [2021-09-16T19:32:33.445Z] --- PASS: TestImagePullPlatformInvalid (0.02s) [2021-09-16T19:32:33.445Z] === RUN TestRemoveImageOrphaning [2021-09-16T19:32:33.596Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsScope [2021-09-16T19:32:34.409Z] --- PASS: TestRemoveImageOrphaning (0.81s) [2021-09-16T19:32:34.409Z] === RUN TestTagUnprefixedRepoByNameOrName [2021-09-16T19:32:34.409Z] --- PASS: TestTagUnprefixedRepoByNameOrName (0.03s) [2021-09-16T19:32:34.409Z] === RUN TestTagInvalidReference [2021-09-16T19:32:34.409Z] --- PASS: TestTagInvalidReference (0.02s) [2021-09-16T19:32:34.409Z] === RUN TestTagValidPrefixedRepo [2021-09-16T19:32:34.409Z] --- PASS: TestTagValidPrefixedRepo (0.05s) [2021-09-16T19:32:34.409Z] === RUN TestTagExistedNameWithoutForce [2021-09-16T19:32:34.410Z] --- PASS: TestTagExistedNameWithoutForce (0.03s) [2021-09-16T19:32:34.410Z] === RUN TestTagOfficialNames [2021-09-16T19:32:34.410Z] --- PASS: TestTagOfficialNames (0.06s) [2021-09-16T19:32:34.410Z] === RUN TestTagMatchesDigest [2021-09-16T19:32:34.410Z] --- PASS: TestTagMatchesDigest (0.03s) [2021-09-16T19:32:34.410Z] PASS [2021-09-16T19:32:34.410Z] ok github.com/docker/docker/integration/image 1.173s [2021-09-16T19:32:34.867Z] [2021-09-16T19:32:34.867Z] === Skipped [2021-09-16T19:32:34.867Z] === SKIP: github.com/docker/docker/integration/image TestCommitInheritsEnv (0.00s) [2021-09-16T19:32:34.867Z] commit_test.go:18: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-09-16T19:32:34.867Z] [2021-09-16T19:32:34.867Z] === SKIP: github.com/docker/docker/integration/image TestImportExtremelyLargeImageWorks (0.00s) [2021-09-16T19:32:34.867Z] import_test.go:23: testEnv.OSType == "windows": TODO enable on windows [2021-09-16T19:32:34.867Z] [2021-09-16T19:32:34.867Z] DONE 11 tests, 2 skipped in 2.561s [2021-09-16T19:32:34.867Z] Running D:\gopath\src\github.com\docker\docker\integration\network [2021-09-16T19:32:36.397Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-09-16T19:32:36.397Z] INFO: Testing against a local daemon [2021-09-16T19:32:36.397Z] === RUN TestNetworkCreateDelete [2021-09-16T19:32:36.397Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2021-09-16T19:32:36.397Z] --- SKIP: TestNetworkCreateDelete (0.00s) [2021-09-16T19:32:36.397Z] === RUN TestDockerNetworkDeletePreferID [2021-09-16T19:32:36.397Z] 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-16T19:32:36.397Z] --- SKIP: TestDockerNetworkDeletePreferID (0.00s) [2021-09-16T19:32:36.397Z] === RUN TestDaemonDNSFallback [2021-09-16T19:32:36.397Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2021-09-16T19:32:36.397Z] --- SKIP: TestDaemonDNSFallback (0.00s) [2021-09-16T19:32:36.397Z] === RUN TestInspectNetwork [2021-09-16T19:32:36.397Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2021-09-16T19:32:36.397Z] --- SKIP: TestInspectNetwork (0.00s) [2021-09-16T19:32:36.397Z] === RUN TestRunContainerWithBridgeNone [2021-09-16T19:32:36.397Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2021-09-16T19:32:36.397Z] --- SKIP: TestRunContainerWithBridgeNone (0.00s) [2021-09-16T19:32:36.397Z] === RUN TestNetworkInvalidJSON [2021-09-16T19:32:36.397Z] === RUN TestNetworkInvalidJSON//networks/create [2021-09-16T19:32:36.397Z] === PAUSE TestNetworkInvalidJSON//networks/create [2021-09-16T19:32:36.397Z] === RUN TestNetworkInvalidJSON//networks/bridge/connect [2021-09-16T19:32:36.397Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/connect [2021-09-16T19:32:36.397Z] === RUN TestNetworkInvalidJSON//networks/bridge/disconnect [2021-09-16T19:32:36.397Z] === PAUSE TestNetworkInvalidJSON//networks/bridge/disconnect [2021-09-16T19:32:36.397Z] === CONT TestNetworkInvalidJSON//networks/create [2021-09-16T19:32:36.397Z] === CONT TestNetworkInvalidJSON//networks/bridge/disconnect [2021-09-16T19:32:36.397Z] === CONT TestNetworkInvalidJSON//networks/bridge/connect [2021-09-16T19:32:36.397Z] --- PASS: TestNetworkInvalidJSON (0.02s) [2021-09-16T19:32:36.397Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/disconnect (0.00s) [2021-09-16T19:32:36.397Z] --- PASS: TestNetworkInvalidJSON//networks/create (0.01s) [2021-09-16T19:32:36.397Z] --- PASS: TestNetworkInvalidJSON//networks/bridge/connect (0.01s) [2021-09-16T19:32:36.397Z] === RUN TestNetworkList [2021-09-16T19:32:36.397Z] === RUN TestNetworkList//networks [2021-09-16T19:32:36.397Z] === PAUSE TestNetworkList//networks [2021-09-16T19:32:36.397Z] === RUN TestNetworkList//networks/ [2021-09-16T19:32:36.397Z] === PAUSE TestNetworkList//networks/ [2021-09-16T19:32:36.397Z] === CONT TestNetworkList//networks [2021-09-16T19:32:36.397Z] === CONT TestNetworkList//networks/ [2021-09-16T19:32:36.397Z] --- PASS: TestNetworkList (0.02s) [2021-09-16T19:32:36.397Z] --- PASS: TestNetworkList//networks (0.00s) [2021-09-16T19:32:36.397Z] --- PASS: TestNetworkList//networks/ (0.00s) [2021-09-16T19:32:36.397Z] === RUN TestHostIPv4BridgeLabel [2021-09-16T19:32:36.397Z] network_test.go:128: testEnv.OSType == "windows" [2021-09-16T19:32:36.397Z] --- SKIP: TestHostIPv4BridgeLabel (0.00s) [2021-09-16T19:32:36.397Z] === RUN TestDaemonRestartWithLiveRestore [2021-09-16T19:32:36.397Z] service_test.go:30: testEnv.OSType == "windows" [2021-09-16T19:32:36.397Z] --- SKIP: TestDaemonRestartWithLiveRestore (0.00s) [2021-09-16T19:32:36.397Z] === RUN TestDaemonDefaultNetworkPools [2021-09-16T19:32:36.397Z] service_test.go:59: testEnv.OSType == "windows" [2021-09-16T19:32:36.397Z] --- SKIP: TestDaemonDefaultNetworkPools (0.00s) [2021-09-16T19:32:36.397Z] === RUN TestDaemonRestartWithExistingNetwork [2021-09-16T19:32:36.397Z] service_test.go:103: testEnv.OSType == "windows" [2021-09-16T19:32:36.397Z] --- SKIP: TestDaemonRestartWithExistingNetwork (0.00s) [2021-09-16T19:32:36.397Z] === RUN TestDaemonRestartWithExistingNetworkWithDefaultPoolRange [2021-09-16T19:32:36.397Z] service_test.go:137: testEnv.OSType == "windows" [2021-09-16T19:32:36.397Z] --- SKIP: TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-09-16T19:32:36.397Z] === RUN TestDaemonWithBipAndDefaultNetworkPool [2021-09-16T19:32:36.397Z] service_test.go:188: testEnv.OSType == "windows" [2021-09-16T19:32:36.397Z] --- SKIP: TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-09-16T19:32:36.397Z] === RUN TestServiceWithPredefinedNetwork [2021-09-16T19:32:36.397Z] service_test.go:213: testEnv.OSType == "windows" [2021-09-16T19:32:36.397Z] --- SKIP: TestServiceWithPredefinedNetwork (0.00s) [2021-09-16T19:32:36.397Z] === RUN TestServiceRemoveKeepsIngressNetwork [2021-09-16T19:32:36.397Z] service_test.go:243: FLAKY_TEST [2021-09-16T19:32:36.397Z] --- SKIP: TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-09-16T19:32:36.397Z] === RUN TestServiceWithDataPathPortInit [2021-09-16T19:32:36.397Z] service_test.go:334: testEnv.OSType == "windows" [2021-09-16T19:32:36.397Z] --- SKIP: TestServiceWithDataPathPortInit (0.00s) [2021-09-16T19:32:36.397Z] === RUN TestServiceWithDefaultAddressPoolInit [2021-09-16T19:32:36.397Z] service_test.go:402: testEnv.OSType == "windows" [2021-09-16T19:32:36.397Z] --- SKIP: TestServiceWithDefaultAddressPoolInit (0.00s) [2021-09-16T19:32:36.397Z] PASS [2021-09-16T19:32:36.397Z] ok github.com/docker/docker/integration/network 0.114s [2021-09-16T19:32:36.397Z] [2021-09-16T19:32:36.397Z] === Skipped [2021-09-16T19:32:36.397Z] === SKIP: github.com/docker/docker/integration/network TestNetworkCreateDelete (0.00s) [2021-09-16T19:32:36.397Z] delete_test.go:46: testEnv.DaemonInfo.OSType != "linux" [2021-09-16T19:32:36.397Z] [2021-09-16T19:32:36.397Z] === SKIP: github.com/docker/docker/integration/network TestDockerNetworkDeletePreferID (0.00s) [2021-09-16T19:32:36.397Z] 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-16T19:32:36.397Z] [2021-09-16T19:32:36.397Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDNSFallback (0.00s) [2021-09-16T19:32:36.397Z] dns_test.go:18: testEnv.DaemonInfo.OSType != "linux" [2021-09-16T19:32:36.397Z] [2021-09-16T19:32:36.397Z] === SKIP: github.com/docker/docker/integration/network TestInspectNetwork (0.00s) [2021-09-16T19:32:36.397Z] inspect_test.go:16: testEnv.OSType == "windows": FIXME [2021-09-16T19:32:36.397Z] [2021-09-16T19:32:36.397Z] === SKIP: github.com/docker/docker/integration/network TestRunContainerWithBridgeNone (0.00s) [2021-09-16T19:32:36.397Z] network_test.go:25: testEnv.DaemonInfo.OSType != "linux" [2021-09-16T19:32:36.397Z] [2021-09-16T19:32:36.397Z] === SKIP: github.com/docker/docker/integration/network TestHostIPv4BridgeLabel (0.00s) [2021-09-16T19:32:36.397Z] network_test.go:128: testEnv.OSType == "windows" [2021-09-16T19:32:36.397Z] [2021-09-16T19:32:36.397Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithLiveRestore (0.00s) [2021-09-16T19:32:36.397Z] service_test.go:30: testEnv.OSType == "windows" [2021-09-16T19:32:36.397Z] [2021-09-16T19:32:36.397Z] === SKIP: github.com/docker/docker/integration/network TestDaemonDefaultNetworkPools (0.00s) [2021-09-16T19:32:36.397Z] service_test.go:59: testEnv.OSType == "windows" [2021-09-16T19:32:36.397Z] [2021-09-16T19:32:36.397Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetwork (0.00s) [2021-09-16T19:32:36.397Z] service_test.go:103: testEnv.OSType == "windows" [2021-09-16T19:32:36.397Z] [2021-09-16T19:32:36.397Z] === SKIP: github.com/docker/docker/integration/network TestDaemonRestartWithExistingNetworkWithDefaultPoolRange (0.00s) [2021-09-16T19:32:36.397Z] service_test.go:137: testEnv.OSType == "windows" [2021-09-16T19:32:36.397Z] [2021-09-16T19:32:36.397Z] === SKIP: github.com/docker/docker/integration/network TestDaemonWithBipAndDefaultNetworkPool (0.00s) [2021-09-16T19:32:36.397Z] service_test.go:188: testEnv.OSType == "windows" [2021-09-16T19:32:36.397Z] [2021-09-16T19:32:36.397Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithPredefinedNetwork (0.00s) [2021-09-16T19:32:36.397Z] service_test.go:213: testEnv.OSType == "windows" [2021-09-16T19:32:36.397Z] [2021-09-16T19:32:36.397Z] === SKIP: github.com/docker/docker/integration/network TestServiceRemoveKeepsIngressNetwork (0.00s) [2021-09-16T19:32:36.397Z] service_test.go:243: FLAKY_TEST [2021-09-16T19:32:36.397Z] [2021-09-16T19:32:36.397Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDataPathPortInit (0.00s) [2021-09-16T19:32:36.397Z] service_test.go:334: testEnv.OSType == "windows" [2021-09-16T19:32:36.397Z] [2021-09-16T19:32:36.397Z] === SKIP: github.com/docker/docker/integration/network TestServiceWithDefaultAddressPoolInit (0.00s) [2021-09-16T19:32:36.397Z] service_test.go:402: testEnv.OSType == "windows" [2021-09-16T19:32:36.397Z] [2021-09-16T19:32:36.397Z] DONE 22 tests, 15 skipped in 1.819s [2021-09-16T19:32:36.854Z] Running D:\gopath\src\github.com\docker\docker\integration\network\ipvlan [2021-09-16T19:32:37.311Z] testing: warning: no tests to run [2021-09-16T19:32:37.311Z] PASS [2021-09-16T19:32:37.311Z] ok github.com/docker/docker/integration/network/ipvlan 0.060s [2021-09-16T19:32:37.311Z] [2021-09-16T19:32:37.311Z] DONE 0 tests in 0.578s [2021-09-16T19:32:37.311Z] Running D:\gopath\src\github.com\docker\docker\integration\network\macvlan [2021-09-16T19:32:37.768Z] testing: warning: no tests to run [2021-09-16T19:32:37.768Z] PASS [2021-09-16T19:32:37.768Z] ok github.com/docker/docker/integration/network/macvlan 0.056s [2021-09-16T19:32:37.768Z] [2021-09-16T19:32:37.768Z] DONE 0 tests in 0.571s [2021-09-16T19:32:37.768Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin [2021-09-16T19:32:38.730Z] testing: warning: no tests to run [2021-09-16T19:32:38.730Z] PASS [2021-09-16T19:32:38.730Z] ok github.com/docker/docker/integration/plugin 0.052s [2021-09-16T19:32:38.730Z] [2021-09-16T19:32:38.730Z] DONE 0 tests in 0.553s [2021-09-16T19:32:38.730Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\authz [2021-09-16T19:32:38.911Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2021-09-16T19:32:39.173Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2021-09-16T19:32:39.187Z] testing: warning: no tests to run [2021-09-16T19:32:39.187Z] PASS [2021-09-16T19:32:39.187Z] ok github.com/docker/docker/integration/plugin/authz 0.059s [2021-09-16T19:32:39.187Z] [2021-09-16T19:32:39.187Z] DONE 0 tests in 0.549s [2021-09-16T19:32:39.187Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\common [2021-09-16T19:32:39.481Z] === RUN TestDockerSuite/TestVolumeLsFormat [2021-09-16T19:32:39.481Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2021-09-16T19:32:39.481Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2021-09-16T19:32:41.329Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2021-09-16T19:32:41.329Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2021-09-16T19:32:41.391Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSecret [2021-09-16T19:32:41.651Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2021-09-16T19:32:42.287Z] === RUN TestDockerSuite/TestBuildCacheAdd [2021-09-16T19:32:42.287Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2021-09-16T19:32:42.287Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2021-09-16T19:32:42.911Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-09-16T19:32:42.912Z] INFO: Testing against a local daemon [2021-09-16T19:32:42.912Z] === RUN TestPluginInvalidJSON [2021-09-16T19:32:42.912Z] === RUN TestPluginInvalidJSON//plugins/foobar/set [2021-09-16T19:32:42.912Z] === PAUSE TestPluginInvalidJSON//plugins/foobar/set [2021-09-16T19:32:42.912Z] === CONT TestPluginInvalidJSON//plugins/foobar/set [2021-09-16T19:32:42.912Z] --- PASS: TestPluginInvalidJSON (0.03s) [2021-09-16T19:32:42.912Z] --- PASS: TestPluginInvalidJSON//plugins/foobar/set (0.00s) [2021-09-16T19:32:42.912Z] === RUN TestPluginInstall [2021-09-16T19:32:42.912Z] plugin_test.go:63: testEnv.OSType == "windows" [2021-09-16T19:32:42.912Z] --- SKIP: TestPluginInstall (0.00s) [2021-09-16T19:32:42.912Z] === RUN TestPluginsWithRuntimes [2021-09-16T19:32:42.912Z] plugin_test.go:172: testEnv.OSType == "windows" [2021-09-16T19:32:42.912Z] --- SKIP: TestPluginsWithRuntimes (0.00s) [2021-09-16T19:32:42.912Z] === RUN TestPluginBackCompatMediaTypes [2021-09-16T19:32:42.912Z] plugin_test.go:234: testEnv.OSType == "windows" [2021-09-16T19:32:42.912Z] --- SKIP: TestPluginBackCompatMediaTypes (0.00s) [2021-09-16T19:32:42.912Z] PASS [2021-09-16T19:32:42.912Z] ok github.com/docker/docker/integration/plugin/common 0.084s [2021-09-16T19:32:43.245Z] === RUN TestDockerSuite/TestBuildCacheFrom [2021-09-16T19:32:43.245Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2021-09-16T19:32:43.245Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2021-09-16T19:32:43.369Z] [2021-09-16T19:32:43.369Z] === Skipped [2021-09-16T19:32:43.369Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginInstall (0.00s) [2021-09-16T19:32:43.369Z] plugin_test.go:63: testEnv.OSType == "windows" [2021-09-16T19:32:43.369Z] [2021-09-16T19:32:43.369Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginsWithRuntimes (0.00s) [2021-09-16T19:32:43.369Z] plugin_test.go:172: testEnv.OSType == "windows" [2021-09-16T19:32:43.369Z] [2021-09-16T19:32:43.369Z] === SKIP: github.com/docker/docker/integration/plugin/common TestPluginBackCompatMediaTypes (0.00s) [2021-09-16T19:32:43.369Z] plugin_test.go:234: testEnv.OSType == "windows" [2021-09-16T19:32:43.369Z] [2021-09-16T19:32:43.369Z] DONE 5 tests, 3 skipped in 4.028s [2021-09-16T19:32:43.369Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\graphdriver [2021-09-16T19:32:44.194Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsService [2021-09-16T19:32:44.457Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2021-09-16T19:32:44.457Z] docker_cli_run_test.go:4416: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2021-09-16T19:32:44.457Z] --- PASS: TestDockerSuite (1299.72s) [2021-09-16T19:32:44.457Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.01s) [2021-09-16T19:32:44.457Z] --- PASS: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.08s) [2021-09-16T19:32:44.457Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.03s) [2021-09-16T19:32:44.457Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2021-09-16T19:32:44.457Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s) [2021-09-16T19:32:44.457Z] --- PASS: TestDockerSuite/TestAPIErrorPlainText (0.02s) [2021-09-16T19:32:44.457Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.02s) [2021-09-16T19:32:44.457Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (3.32s) [2021-09-16T19:32:44.457Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.11s) [2021-09-16T19:32:44.457Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.47s) [2021-09-16T19:32:44.457Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.04s) [2021-09-16T19:32:44.457Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (0.64s) [2021-09-16T19:32:44.457Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.15s) [2021-09-16T19:32:44.457Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.01s) [2021-09-16T19:32:44.457Z] --- PASS: TestDockerSuite/TestAPINetworkConnectDisconnect (1.17s) [2021-09-16T19:32:44.457Z] --- PASS: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.27s) [2021-09-16T19:32:44.457Z] --- PASS: TestDockerSuite/TestAPINetworkFilter (0.00s) [2021-09-16T19:32:44.457Z] --- PASS: TestDockerSuite/TestAPINetworkGetDefaults (0.00s) [2021-09-16T19:32:44.457Z] --- PASS: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (1.08s) [2021-09-16T19:32:44.457Z] --- PASS: TestDockerSuite/TestAPINetworkInspectBridge (0.89s) [2021-09-16T19:32:44.457Z] --- PASS: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.19s) [2021-09-16T19:32:44.457Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.01s) [2021-09-16T19:32:44.457Z] --- PASS: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2021-09-16T19:32:44.457Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.71s) [2021-09-16T19:32:44.457Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (3.18s) [2021-09-16T19:32:44.457Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (2.15s) [2021-09-16T19:32:44.457Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (1.86s) [2021-09-16T19:32:44.457Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (0.59s) [2021-09-16T19:32:44.457Z] --- PASS: TestDockerSuite/TestAppArmorDeniesChmodProc (0.60s) [2021-09-16T19:32:44.457Z] --- PASS: TestDockerSuite/TestAppArmorDeniesPtrace (0.61s) [2021-09-16T19:32:44.457Z] --- PASS: TestDockerSuite/TestAppArmorTraceSelf (0.58s) [2021-09-16T19:32:44.457Z] --- PASS: TestDockerSuite/TestAttachAfterDetach (2.23s) [2021-09-16T19:32:44.457Z] --- PASS: TestDockerSuite/TestAttachClosedOnContainerStop (1.91s) [2021-09-16T19:32:44.457Z] --- PASS: TestDockerSuite/TestAttachDetach (1.01s) [2021-09-16T19:32:44.457Z] --- PASS: TestDockerSuite/TestAttachDisconnect (0.83s) [2021-09-16T19:32:44.457Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (1.85s) [2021-09-16T19:32:44.457Z] --- PASS: TestDockerSuite/TestAttachPausedContainer (0.94s) [2021-09-16T19:32:44.457Z] --- PASS: TestDockerSuite/TestAttachTTYWithoutStdin (0.89s) [2021-09-16T19:32:44.457Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (1.01s) [2021-09-16T19:32:44.457Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (1.63s) [2021-09-16T19:32:44.457Z] --- PASS: TestDockerSuite/TestBuildAPIDoubleDockerfile (1.02s) [2021-09-16T19:32:44.457Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (1.19s) [2021-09-16T19:32:44.457Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s) [2021-09-16T19:32:44.457Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (0.95s) [2021-09-16T19:32:44.457Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.86s) [2021-09-16T19:32:44.457Z] --- PASS: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (15.39s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildAddBadLinks (0.44s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildAddBadLinksVolume (1.39s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.17s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.76s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildAddChangeOwnership (2.12s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.52s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (0.82s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToExistingDir (5.93s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildAddDirContentToRoot (2.61s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.08s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (1.12s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (2.63s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (1.21s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.78s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (2.84s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (2.99s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.03s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (1.28s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildAddScript (2.88s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToExistDir (7.28s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (4.09s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToRoot (2.59s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.30s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildAddTar (6.94s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildAddTarXz (1.42s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildAddTarXzGz (1.33s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (3.48s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildAddWholeDirToRoot (5.74s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.31s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (1.75s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (1.67s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (0.95s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (1.57s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (1.57s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (2.58s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (1.41s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (3.35s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgEnv (12.22s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (3.07s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (2.29s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.26s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (1.32s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (2.34s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (4.49s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (1.08s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (1.19s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildCacheAdd (0.79s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (0.82s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildCacheFrom (4.86s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (1.24s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (0.58s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildCancellationKillsSleep (0.68s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildChownOnCopy (4.71s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildChownSingleFile (2.03s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (0.67s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.42s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildCmd (0.44s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.37s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.39s) [2021-09-16T19:32:44.458Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.42s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildCommentsShebangs (5.17s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (0.70s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildContainerWithCgroupParent (0.82s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.36s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (0.81s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.58s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.30s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildCopyAddMultipleFiles (10.02s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.65s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.54s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToExistDir (2.68s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildCopyDirContentToRoot (4.09s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (1.74s) [2021-09-16T19:32:44.458Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.03s) [2021-09-16T19:32:44.458Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.04s) [2021-09-16T19:32:44.458Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2021-09-16T19:32:44.458Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToExistDir (3.92s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (4.61s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToRoot (2.92s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.48s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildCopyWholeDirToRoot (4.87s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (5.14s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.71s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardInName (1.36s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (3.22s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (0.62s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.04s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (0.98s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (1.01s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (1.28s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildDockerignore (9.91s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (1.33s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildDockerignoreComment (3.05s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (10.86s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (0.90s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.03s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (4.22s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (2.17s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (2.23s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (5.68s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (2.15s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (2.29s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (15.13s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.18s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildEOLInLine (4.70s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildEmptyCmd (0.42s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.38s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.88s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildEmptyScratch (0.15s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.34s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.35s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (2.35s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (1.11s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (1.55s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildEnv (1.08s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildEnvEscapes (1.14s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildEnvOverwrite (1.18s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildEnvUsage (6.82s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildEnvUsage2 (20.21s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (1.65s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementEnv (7.10s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.93s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.59s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.51s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (1.70s) [2021-09-16T19:32:44.458Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.06s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.35s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildExoticShellInterpolation (9.08s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildExpose (0.40s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildExposeMorePorts (0.87s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildExposeOrder (0.71s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildExposeUpperCaseProto (0.37s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildFails (0.92s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.05s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (2.50s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (1.88s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildForceRm (1.40s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildFromGit (1.24s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (0.39s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (1.00s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildFromMixedcaseDockerfile (1.54s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.75s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.28s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildFromStdinWithF (1.53s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (1.62s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildHandleEscapesInVolume (1.24s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildHistory (2.62s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.27s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (0.60s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildInheritance (0.45s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.43s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.02s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (0.66s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildLabel (0.44s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.47s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.39s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.34s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildLabels (0.40s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (0.67s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (1.64s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildLastModified (4.24s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildLineBreak (2.53s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.11s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.09s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.10s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.10s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.20s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (1.61s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (1.29s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (3.16s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildMultiStageCache (0.38s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (0.35s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (6.71s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (2.86s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (0.70s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (1.37s) [2021-09-16T19:32:44.458Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (3.18s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildMultiStageResetScratch (0.40s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (1.56s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.27s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildNetContainer (1.30s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildNetNone (0.36s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildNoContext (0.61s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (0.56s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (1.36s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.25s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.04s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (0.23s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.27s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (0.55s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildOnBuild (1.41s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (0.44s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (1.96s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (1.18s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (1.69s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (0.91s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (1.10s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.38s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildOpaqueDirectory (2.74s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildPATH (1.96s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (0.69s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildRUNoneJSON (0.77s) [2021-09-16T19:32:44.458Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (6.57s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (4.03s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestBuildResourceConstraintsAreUsed (1.49s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestBuildRm (2.28s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (0.64s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.90s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestBuildScratchCopy (0.26s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (0.40s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (0.91s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (0.78s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestBuildShellInherited (0.66s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (2.78s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.09s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.23s) [2021-09-16T19:32:44.459Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.02s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.35s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (0.85s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.11s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestBuildStderr (0.90s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (4.38s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestBuildStopSignal (0.70s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (0.67s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.41s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestBuildTagEvent (0.62s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (1.02s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestBuildUser (1.15s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (2.07s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestBuildUsersAndGroups (9.32s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (0.80s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.35s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (0.65s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.65s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestBuildVolumesRetainContents (1.15s) [2021-09-16T19:32:44.459Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2021-09-16T19:32:44.459Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2021-09-16T19:32:44.459Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2021-09-16T19:32:44.459Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestBuildWithExtraHost (1.38s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.09s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestBuildWithFailure (0.74s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.65s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestBuildWithTabs (0.74s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.11s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (2.06s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestBuildWithVolumeOwnership (1.33s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestBuildWithVolumes (0.66s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestBuildWorkdirCmd (0.36s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.58s) [2021-09-16T19:32:44.459Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (0.57s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestBuildXZHost (1.64s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.04s) [2021-09-16T19:32:44.459Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (0.52s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (0.87s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestCommitChange (0.78s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (0.72s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestCommitHardlink (1.10s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestCommitNewFile (1.16s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestCommitPausedContainer (0.65s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestCommitTTY (1.27s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (0.70s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestCommitWithHostBindMount (1.62s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestCommitWithoutPause (0.96s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.05s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.03s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestConflictNetworkModeAndOptions (0.17s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.04s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestContainerAPICommit (1.70s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (1.36s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (0.59s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestContainerAPICopyPre124 (0.56s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.43s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.57s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestContainerAPICreate (0.57s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.03s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.00s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (0.45s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.01s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.07s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.09s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.08s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (0.66s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (0.46s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (0.68s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.00s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (1.33s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (0.61s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.00s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (0.52s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestContainerAPIGetChanges (0.52s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestContainerAPIGetExport (0.57s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (0.59s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestContainerAPIKill (0.63s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestContainerAPIPause (0.61s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (0.60s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.07s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestContainerAPIRename (0.49s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (1.19s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (1.00s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.06s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.03s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestContainerAPIStart (0.65s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (4.38s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestContainerAPIStop (0.84s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestContainerAPITop (0.81s) [2021-09-16T19:32:44.459Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.01s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.08s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestContainerAPIWait (2.80s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (0.57s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestContainerNetworkMode (1.18s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestContainerRestartInMultipleNetworks (3.97s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.44s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestContainerWithConflictingNoneNetwork (1.51s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestContainerWithConflictingSharedNetwork (1.03s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (20.01s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__/foo_false____} (1.35s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__/foo/_false____} (1.54s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_/foo_false____} (1.50s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_/foo_true____} (1.57s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_/foo_false___0xc000a0cf30_} (1.43s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_/tmp/test-mounts-api-13867438258_/foo_false____} (0.81s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_/tmp/test-mounts-api-13867438258_/foo_true____} (1.31s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/7_config:_{bind_/tmp/test-mounts-api-31692315986_/foo_false____} (1.52s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/8_config:_{bind_/tmp/test-mounts-api-31692315986_/foo_true____} (1.31s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/9_config:_{bind_/tmp/test-mounts-api-31692315986_/foo_true__0xc000a0d080__} (1.31s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/10_config:_{volume__/foo_false___0xc000a0d098_} (1.36s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/11_config:_{volume__/foo/_false___0xc000a0d0b0_} (1.33s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/12_config:_{volume_test4_/foo_false___0xc000a0d0c8_} (1.36s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/13_config:_{volume_test5_/foo_true___0xc000a0d110_} (1.41s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsTmpfs (1.07s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.31s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.03s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.03s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.03s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.02s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_10 (0.03s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_11 (0.02s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_12 (0.03s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_13 (0.02s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_14 (0.02s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_15 (0.00s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestContainersInMultipleNetworks (2.70s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestContainersInUserDefinedNetwork (1.54s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestContainersNetworkIsolation (2.08s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestCopyAndRestart (1.21s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestCopyCreatedContainer (0.11s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (0.49s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestCpAbsoluteSymlink (0.76s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestCpCheckDestOwnership (0.51s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestCpFromCaseA (0.51s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestCpFromCaseB (0.49s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestCpFromCaseC (0.51s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestCpFromCaseD (0.57s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestCpFromCaseE (0.57s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestCpFromCaseF (0.53s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestCpFromCaseG (0.54s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestCpFromCaseH (0.60s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestCpFromCaseI (0.50s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestCpFromCaseJ (0.55s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestCpFromSymlinkDestination (0.80s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestCpFromSymlinkToDirectory (0.69s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestCpGarbagePath (0.55s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.01s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestCpNameHasColon (0.72s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestCpRelativePath (0.78s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestCpSpecialFiles (0.72s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestCpSymlinkComponent (0.58s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.80s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestCpToCaseA (1.28s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestCpToCaseB (0.60s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestCpToCaseC (1.76s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestCpToCaseD (3.71s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestCpToCaseE (2.91s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestCpToCaseF (1.08s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestCpToCaseG (3.73s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestCpToCaseH (3.25s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestCpToCaseI (0.73s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestCpToCaseJ (3.57s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestCpToContainerWithPermissions (0.60s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestCpToDot (0.59s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyRootfs (1.38s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestCpToErrReadOnlyVolume (1.52s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestCpToStdout (0.67s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestCpToSymlinkDestination (1.09s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestCpToSymlinkToDirectory (0.25s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestCpUnprivilegedUser (0.78s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestCpVolumePath (0.93s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.08s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestCreateArgs (0.06s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestCreateByImageID (0.36s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (0.50s) [2021-09-16T19:32:44.459Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.06s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (0.50s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.36s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestCreateLabels (0.05s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestCreateModeIpcContainer (0.08s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestCreateRM (0.10s) [2021-09-16T19:32:44.459Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2021-09-16T19:32:44.459Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.05s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.13s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (2.12s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.06s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.03s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (3.66s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.06s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (0.10s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.05s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.07s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.60s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (1.04s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.58s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (1.30s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (1.08s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.48s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.52s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.06s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestDevicePermissions (0.45s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestDockerFails (0.03s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetwork (0.02s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestDockerInspectMultipleNetworksIncludingNonexistent (0.06s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestDockerInspectNetworkWithContainerName (0.82s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestDockerNetworkConnectFailsNoInspectChange (0.60s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteMultiple (1.11s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestDockerNetworkDeleteNotExists (0.01s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestDockerNetworkInspect (0.03s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestDockerNetworkInspectWithID (0.15s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestDockerNetworkInternalMode (5.46s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (1.98s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (1.73s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (1.15s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestEmbeddedDNSInvalidInput (0.67s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestEventsAttach (0.57s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestEventsCommit (0.69s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (0.68s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (0.48s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (0.50s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestEventsContainerFilterBeforeCreate (1.57s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestEventsContainerFilterByName (1.09s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (2.90s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestEventsContainerWithMultiNetwork (2.23s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestEventsCopy (0.76s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (0.93s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (0.45s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.23s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (0.95s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.54s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestEventsFilterNetworkID (0.15s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.25s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeAndNetworkType (0.22s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestEventsFilterVolumeID (0.03s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestEventsFilters (1.03s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestEventsFormat (0.85s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.01s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.01s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestEventsImageImport (0.64s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestEventsImageLoad (0.19s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestEventsImagePull (0.42s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.03s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestEventsImageUntagDelete (0.20s) [2021-09-16T19:32:44.460Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2021-09-16T19:32:44.460Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestEventsPluginOps (1.53s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestEventsRedirectStdout (0.54s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestEventsRename (0.55s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestEventsResize (0.54s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (5.50s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (0.61s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestEventsStreaming (0.51s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (2.88s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestEventsTop (0.60s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestEventsUntag (2.59s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (11.03s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestExec (0.56s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestExecAPICreateContainerPaused (0.51s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (0.45s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (0.64s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestExecAPIStart (1.23s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.63s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.70s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (0.53s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (0.52s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (0.70s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (0.51s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (0.91s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestExecCgroup (0.82s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestExecEnv (0.52s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestExecEnvLinksHost (0.97s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestExecExitStatus (0.54s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestExecInspectID (2.56s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestExecInteractive (0.59s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestExecInteractiveStdinClose (0.56s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestExecOnReadonlyContainer (0.54s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestExecParseError (0.50s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestExecPausedContainer (0.55s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.45s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (1.04s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestExecSetEnv (0.53s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestExecStartFails (0.60s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestExecStateCleanup (10.90s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestExecStopNotHanging (0.46s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestExecTTY (0.52s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestExecTTYCloseStdin (0.57s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (0.50s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestExecUlimits (0.55s) [2021-09-16T19:32:44.460Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestExecWithImageUser (1.20s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestExecWithNoTERM (0.51s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestExecWithPrivileged (0.72s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestExecWithTERM (0.58s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestExecWithUser (0.59s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestGetContainerStats (4.49s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (4.49s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (1.50s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (4.52s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestGetContainersAttachWebsocket (0.48s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.00s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.07s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestHealth (18.89s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.01s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.01s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.01s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (0.58s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.02s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.55s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.01s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.02s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.09s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.21s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.18s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.28s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.01s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (0.53s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.05s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (0.63s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (0.63s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestImagesFormat (0.06s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestImagesFormatDefaultFormat (0.51s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (2.59s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.01s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestImportBadURL (0.02s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestImportDisplay (1.14s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestImportFile (1.51s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.03s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestImportFileWithMessage (1.27s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestImportGzipped (1.13s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestImportWithQuotedChanges (1.11s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestInfoDisplaysPausedContainers (0.51s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestInfoDisplaysRunningContainers (0.52s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.49s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.02s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestInfoSecurityOptions (0.01s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.45s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.49s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (0.45s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (0.44s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.44s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.46s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.02s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestInspectAPIMultipleNetworks (1.10s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestInspectAmpersand (0.45s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (0.43s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.04s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (0.44s) [2021-09-16T19:32:44.460Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkCustom (0.66s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestInspectContainerNetworkDefault (0.49s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestInspectDefault (0.42s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestInspectHistory (0.57s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestInspectImage (0.01s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestInspectImageFilterInt (0.02s) [2021-09-16T19:32:44.460Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestInspectInt64 (0.45s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestInspectJSONFields (0.46s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.05s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (0.43s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (0.49s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestInspectPlugin (1.43s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.02s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (0.53s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestInspectStatus (0.54s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (0.93s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestInspectTemplateError (0.48s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (0.46s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (0.49s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (0.45s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (0.42s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (0.43s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.02s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestLegacyRunNoNewPrivSetuid (1.49s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestLinkShortDefinition (0.94s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestLinksEnvs (0.93s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestLinksEtcHostsRegularFile (0.30s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestLinksHostsFilesInject (1.14s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStarted (1.46s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestLinksInspectLinksStopped (1.36s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestLinksInvalidContainerTarget (0.03s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestLinksMultipleWithSameName (1.33s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestLinksNetworkHostContainer (0.35s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestLinksNotStartedParentNotFail (0.51s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainers (6.65s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (1.34s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestLinksPingLinkedContainersOnRename (1.22s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestLinksPingUnlinkedContainers (0.47s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestLinksUpdateOnRestart (1.47s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestLoadNoStdinFail (0.01s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestLoadZeroSizeLayer (0.26s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.02s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (0.43s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (0.45s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (3.47s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (0.44s) [2021-09-16T19:32:44.460Z] --- PASS: TestDockerSuite/TestLogsAPIUntilFutureFollow (4.52s) [2021-09-16T19:32:44.461Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (0.47s) [2021-09-16T19:32:44.461Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.02s) [2021-09-16T19:32:44.461Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (0.90s) [2021-09-16T19:32:44.461Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (1.11s) [2021-09-16T19:32:44.461Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (0.90s) [2021-09-16T19:32:44.461Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (1.11s) [2021-09-16T19:32:44.461Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (1.06s) [2021-09-16T19:32:44.461Z] --- PASS: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (2.54s) [2021-09-16T19:32:44.461Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (0.67s) [2021-09-16T19:32:44.461Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (0.47s) [2021-09-16T19:32:44.461Z] --- PASS: TestDockerSuite/TestLogsSince (6.48s) [2021-09-16T19:32:44.461Z] --- PASS: TestDockerSuite/TestLogsSinceFutureFollow (5.50s) [2021-09-16T19:32:44.461Z] --- PASS: TestDockerSuite/TestLogsStderrInStdout (0.62s) [2021-09-16T19:32:44.461Z] --- PASS: TestDockerSuite/TestLogsTail (0.74s) [2021-09-16T19:32:44.461Z] --- PASS: TestDockerSuite/TestLogsTimestamps (0.57s) [2021-09-16T19:32:44.461Z] --- PASS: TestDockerSuite/TestLogsWithDetails (0.73s) [2021-09-16T19:32:44.461Z] --- PASS: TestDockerSuite/TestMountIntoProc (0.33s) [2021-09-16T19:32:44.461Z] --- PASS: TestDockerSuite/TestMountIntoSys (0.67s) [2021-09-16T19:32:44.461Z] --- PASS: TestDockerSuite/TestNetHostname (1.34s) [2021-09-16T19:32:44.461Z] --- PASS: TestDockerSuite/TestNetHostnameWithNetHost (0.24s) [2021-09-16T19:32:44.461Z] --- PASS: TestDockerSuite/TestNetworkEvents (5.57s) [2021-09-16T19:32:44.461Z] --- PASS: TestDockerSuite/TestNetworkRmWithActiveContainers (1.23s) [2021-09-16T19:32:44.461Z] --- PASS: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.44s) [2021-09-16T19:32:44.461Z] --- PASS: TestDockerSuite/TestPluginActive (1.36s) [2021-09-16T19:32:44.461Z] --- PASS: TestDockerSuite/TestPluginActiveNetwork (6.68s) [2021-09-16T19:32:44.461Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2021-09-16T19:32:44.461Z] --- PASS: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.69s) [2021-09-16T19:32:44.461Z] --- PASS: TestDockerSuite/TestPluginLogDriver (2.28s) [2021-09-16T19:32:44.461Z] --- PASS: TestDockerSuite/TestPluginLogDriverInfoList (1.22s) [2021-09-16T19:32:44.461Z] --- PASS: TestDockerSuite/TestPluginMetricsCollector (1.82s) [2021-09-16T19:32:44.461Z] --- PASS: TestDockerSuite/TestPluginUpgrade (3.94s) [2021-09-16T19:32:44.461Z] --- PASS: TestDockerSuite/TestPortBindingOnSandbox (1.50s) [2021-09-16T19:32:44.461Z] --- PASS: TestDockerSuite/TestPortExposeHostBinding (1.31s) [2021-09-16T19:32:44.461Z] --- PASS: TestDockerSuite/TestPortHostBinding (1.45s) [2021-09-16T19:32:44.461Z] --- PASS: TestDockerSuite/TestPortList (7.98s) [2021-09-16T19:32:44.461Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (1.07s) [2021-09-16T19:32:44.461Z] --- PASS: TestDockerSuite/TestPostContainersAttach (6.16s) [2021-09-16T19:32:44.461Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.00s) [2021-09-16T19:32:44.461Z] --- PASS: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.03s) [2021-09-16T19:32:44.461Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.45s) [2021-09-16T19:32:44.461Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-09-16T19:32:44.461Z] --- PASS: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.49s) [2021-09-16T19:32:44.461Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.00s) [2021-09-16T19:32:44.461Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithShmSize (0.41s) [2021-09-16T19:32:44.461Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.06s) [2021-09-16T19:32:44.461Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (0.89s) [2021-09-16T19:32:44.461Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.00s) [2021-09-16T19:32:44.461Z] --- PASS: TestDockerSuite/TestPruneContainerLabel (1.81s) [2021-09-16T19:32:44.461Z] --- PASS: TestDockerSuite/TestPruneContainerUntil (0.95s) [2021-09-16T19:32:44.461Z] --- PASS: TestDockerSuite/TestPruneNetworkLabel (0.40s) [2021-09-16T19:32:44.461Z] --- PASS: TestDockerSuite/TestPruneVolumeLabel (0.13s) [2021-09-16T19:32:44.461Z] --- PASS: TestDockerSuite/TestPsByOrder (1.89s) [2021-09-16T19:32:44.461Z] --- PASS: TestDockerSuite/TestPsImageIDAfterUpdate (0.65s) [2021-09-16T19:32:44.461Z] --- PASS: TestDockerSuite/TestPsListContainersBase (2.14s) [2021-09-16T19:32:44.461Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (2.92s) [2021-09-16T19:32:44.461Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.08s) [2021-09-16T19:32:44.461Z] --- PASS: TestDockerSuite/TestPsListContainersFilterExited (2.49s) [2021-09-16T19:32:44.461Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (7.14s) [2021-09-16T19:32:44.461Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (0.98s) [2021-09-16T19:32:44.461Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (1.46s) [2021-09-16T19:32:44.461Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (0.94s) [2021-09-16T19:32:44.461Z] --- PASS: TestDockerSuite/TestPsListContainersFilterNetwork (0.89s) [2021-09-16T19:32:44.461Z] --- PASS: TestDockerSuite/TestPsListContainersFilterPorts (2.03s) [2021-09-16T19:32:44.461Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (1.60s) [2021-09-16T19:32:44.461Z] --- PASS: TestDockerSuite/TestPsListContainersSize (1.04s) [2021-09-16T19:32:44.461Z] --- PASS: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.15s) [2021-09-16T19:32:44.461Z] --- PASS: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.55s) [2021-09-16T19:32:44.461Z] --- PASS: TestDockerSuite/TestPsRightTagName (1.42s) [2021-09-16T19:32:44.461Z] --- PASS: TestDockerSuite/TestPsShowMounts (1.60s) [2021-09-16T19:32:44.461Z] --- PASS: TestDockerSuite/TestPtraceContainerProcsFromHost (0.47s) [2021-09-16T19:32:44.461Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2021-09-16T19:32:44.461Z] --- PASS: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.16s) [2021-09-16T19:32:44.461Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (0.08s) [2021-09-16T19:32:44.461Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.05s) [2021-09-16T19:32:44.461Z] --- PASS: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.58s) [2021-09-16T19:32:44.461Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (0.91s) [2021-09-16T19:32:44.461Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (0.87s) [2021-09-16T19:32:44.461Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (0.45s) [2021-09-16T19:32:44.461Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (7.71s) [2021-09-16T19:32:44.461Z] --- PASS: TestDockerSuite/TestRestartDisconnectedContainer (1.12s) [2021-09-16T19:32:44.461Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (1.33s) [2021-09-16T19:32:44.461Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.09s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.09s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.20s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (1.92s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (0.94s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (2.12s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (1.08s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRmiBlank (0.02s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.08s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (2.50s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (0.67s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.24s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (1.16s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (0.67s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (1.17s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (0.95s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRmiTag (0.18s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (0.56s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (3.29s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (0.44s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (0.61s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.26s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunAddDeviceCgroupRule (0.89s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunAddHost (0.47s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunAddHostInHostMode (0.31s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevices (0.54s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.47s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunAllocatePortInReservedRange (1.09s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (0.58s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.81s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.62s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunApparmorProcDirectory (0.96s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (1.13s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunAttachDetach (1.18s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromConfig (0.92s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromFlag (0.75s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunAttachDetachFromInvalidFlag (0.59s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunAttachDetachKeysOverrideConfig (0.65s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (0.87s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunAttachInvalidDetachKeySequencePreserved (0.86s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (0.45s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (0.42s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (0.43s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.01s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunBindMounts (1.33s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.46s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.45s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunCapAddCHOWN (0.51s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunCapAddCanDownInterface (0.60s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunCapAddInvalid (0.02s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunCapAddSYSTIME (0.47s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.46s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunCapDropALLCannotMknod (0.43s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknod (0.45s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.43s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunCapDropInvalid (0.02s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (0.43s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.02s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (0.74s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.51s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.52s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (0.44s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.16s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.53s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunContainerWithCgroupParent (0.88s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.92s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.85s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.43s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.44s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (0.49s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (0.45s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (0.57s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunCopyVolumeContent (1.19s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunCopyVolumeUIDGID (2.75s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.10s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunCreateVolume (0.61s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunCreateVolumeEtc (1.47s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunCreateVolumeWithSymlink (1.34s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (1.54s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (1.56s) [2021-09-16T19:32:44.722Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2021-09-16T19:32:44.722Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunDNSDefaultOptions (0.45s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunDNSInHostMode (1.34s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunDNSOptions (1.13s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (1.29s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunDNSRepeatOptions (0.47s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.98s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (0.44s) [2021-09-16T19:32:44.722Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunDeviceNumbers (0.46s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunDeviceSymlink (1.01s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.04s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunDuplicateMount (0.54s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (0.54s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunEchoStdout (0.43s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunEchoStdoutWithCPUSharesAndMemoryLimit (0.48s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunEmptyEnv (0.09s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunEntrypoint (0.83s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunEnvironment (0.51s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunEnvironmentErase (0.46s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunEnvironmentOverride (0.46s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunExitCode (0.42s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (0.45s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (0.45s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (0.47s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunExposePort (0.01s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunFullHostnameSet (0.43s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunGroupAdd (0.43s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunHostnameFQDN (0.87s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunHostnameInHostMode (0.23s) [2021-09-16T19:32:44.722Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunInitLayerPathOwnership (2.60s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunInspectMacAddress (0.47s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (10.92s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunInvalidCPUShares (0.93s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunInvalidCgroupParent (1.34s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetCpusFlagValue (0.03s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunInvalidCpusetMemsFlagValue (0.03s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.02s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunLeakyFileDescriptors (0.56s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunLinkToContainerNetMode (2.00s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerID (1.08s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunLinksContainerWithContainerName (0.91s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (5.48s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.43s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (0.32s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunModeHostname (0.86s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotExists (0.02s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.20s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunModeIpcHost (0.95s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunModeNetContainerHostname (1.03s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunModePIDContainer (1.26s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotExists (0.02s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunModePIDContainerNotRunning (0.16s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunModeUTSHost (1.05s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunMount (4.94s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunMountOrdering (0.45s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunMountReadOnlyDevShm (0.69s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunMountShmMqueueFromHost (1.17s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (2.04s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunMutableNetworkFiles (2.49s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunNamedVolume (1.69s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunNamedVolumeCopyImageData (1.94s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (1.25s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (1.26s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.03s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunNetContainerWhichHost (0.57s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunNetHost (0.85s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.70s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunNetHostTwiceSameName (0.56s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMount (1.51s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountRO (1.68s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (3.46s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.41s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.11s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunNoNewPrivSetuid (0.47s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (0.09s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (0.64s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (0.60s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (0.09s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (0.67s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunNonRootUserResolvName (5.67s) [2021-09-16T19:32:44.722Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.43s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunPIDsLimit (0.46s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.96s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunPortInUse (0.60s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunPrivilegedAllowedDevices (0.45s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMknod (0.44s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunPrivilegedCanMount (0.43s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.44s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.47s) [2021-09-16T19:32:44.722Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunPublishPort (0.48s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunReadFilteredProc (0.41s) [2021-09-16T19:32:44.722Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunReadProcTimer (0.45s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunRedirectStdout (0.82s) [2021-09-16T19:32:44.722Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (2.03s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.89s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunRm (0.49s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunRmAndWait (3.45s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (0.47s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (0.42s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunSeccompAllowPrivCloneUserns (1.38s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunSeccompAllowSetrlimit (0.44s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileAcct (2.58s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunSeccompDefaultProfileNS (3.26s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunSeccompProfileAllow32Bit (0.56s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyChmod (0.43s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyCloneUserns (0.46s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshare (0.47s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunSeccompProfileDenyUnshareUserns (0.47s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunSeccompUnconfinedCloneUserns (0.47s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunSeccompWithDefaultProfile (0.49s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (0.55s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (0.73s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunSlowStdoutConsumer (2.52s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunState (1.40s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (0.55s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunStdinPipe (0.52s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.23s) [2021-09-16T19:32:44.722Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.01s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.60s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.48s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunSysctls (0.98s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.03s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.01s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.47s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunTmpfsMounts (1.56s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsEnsureOrdered (0.47s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsOverrideImageVolumes (1.11s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunTmpfsMountsWithOptions (2.25s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (2.92s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCanMknod (0.55s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunUnprivilegedCannotMount (0.56s) [2021-09-16T19:32:44.722Z] --- PASS: TestDockerSuite/TestRunUnprivilegedWithChroot (0.45s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestRunUnsetEntrypoint (1.82s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestRunUnshareProc (1.18s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestRunUserByID (0.63s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestRunUserByIDBig (0.17s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestRunUserByIDNegative (0.13s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestRunUserByIDZero (0.56s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestRunUserByName (0.44s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestRunUserDefaults (0.52s) [2021-09-16T19:32:44.723Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestRunUserNotFound (0.14s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (0.68s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestRunVolumeCopyFlag (3.26s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestRunVolumeWithOneCharacter (0.55s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (0.80s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (1.95s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (1.00s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (1.80s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestRunVolumesFromSymlinkPath (1.80s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.62s) [2021-09-16T19:32:44.723Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2021-09-16T19:32:44.723Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2021-09-16T19:32:44.723Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestRunWithBadDevice (0.28s) [2021-09-16T19:32:44.723Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestRunWithCPUQuota (0.53s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestRunWithCPUShares (0.55s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestRunWithCpuPeriod (1.13s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestRunWithCpusetCpus (0.83s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestRunWithCpusetMems (0.61s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.02s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestRunWithDefaultShmSize (0.60s) [2021-09-16T19:32:44.723Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestRunWithInvalidCpuPeriod (0.04s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.01s) [2021-09-16T19:32:44.723Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2021-09-16T19:32:44.723Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2021-09-16T19:32:44.723Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2021-09-16T19:32:44.723Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2021-09-16T19:32:44.723Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.01s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestRunWithMemoryLimit (0.56s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservation (0.72s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestRunWithMemoryReservationInvalid (0.03s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestRunWithNanoCPUs (0.62s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.25s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdj (0.43s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.03s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestRunWithShmSize (0.46s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestRunWithSwappiness (0.49s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestRunWithSwappinessInvalid (0.02s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestRunWithUlimits (0.45s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (1.21s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestRunWithVolumesIsRecursive (0.45s) [2021-09-16T19:32:44.723Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.01s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (0.43s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (0.05s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (1.08s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestRunWriteFilteredProc (0.67s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (1.56s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestRunWriteToProcAsound (0.45s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoFlags (0.85s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestSaveAndLoadRepoStdout (0.81s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestSaveAndLoadWithProgressBar (1.04s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestSaveCheckTimes (0.10s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestSaveDirectoryPermissions (1.28s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestSaveImageId (0.07s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestSaveLoadNoTag (0.35s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestSaveLoadParents (1.26s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestSaveMultipleNames (0.05s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestSaveRepoWithMultipleImages (1.06s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestSaveSingleTag (0.06s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestSaveXzAndLoadRepoStdout (1.18s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (1.14s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (0.34s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.06s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.07s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.07s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestSearchWithLimit (0.49s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (1.98s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestStartAttachCorrectExitCode (5.05s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (1.83s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestStartAttachReturnsOnError (0.85s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestStartAttachSilent (1.00s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestStartAttachWithRename (2.57s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestStartMultipleContainers (1.89s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestStartPausedContainer (0.70s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestStartRecordError (1.41s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (1.30s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestStatsAllNewContainersAdded (1.28s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestStatsAllNoStream (2.76s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestStatsAllRunningNoStream (3.99s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestStatsContainerNotFound (3.04s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestStatsFormatAll (4.55s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestStatsNoStream (2.61s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestStopContainerSignal (1.43s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (0.51s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (0.54s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestTopPrivileged (0.50s) [2021-09-16T19:32:44.723Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestTwoContainersInNetHost (0.50s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestUnpublishedPortsInPsOutput (3.01s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestUnsetEnvVarHealthCheck (2.83s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestUpdateContainerInvalidValue (0.65s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestUpdateContainerWithoutFlags (0.48s) [2021-09-16T19:32:44.723Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2021-09-16T19:32:44.723Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestUpdateNotAffectMonitorRestartPolicy (1.48s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestUpdatePausedContainer (0.62s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestUpdateRunningContainer (0.53s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestUpdateRunningContainerWithRestart (1.03s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestUpdateStats (3.51s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestUpdateStoppedContainer (0.87s) [2021-09-16T19:32:44.723Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestUpdateWithNanoCPUs (0.69s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestUpdateWithUntouchedFields (0.55s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkAlias (2.23s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectAlias (2.97s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectDisconnectLink (2.53s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkConnectivity (1.43s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinks (2.15s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (3.10s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChown (1.58s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesChroot (1.33s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesDacOverride (0.91s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesFowner (0.89s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesMknod (1.68s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetBindService (1.89s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesNetRaw (1.59s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetgid (1.76s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestUserNoEffectiveCapabilitiesSetuid (1.61s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.07s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.03s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.03s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestVolumeCLICreateWithOpts (0.47s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.06s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.06s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.03s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestVolumeCLILs (0.47s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.02s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (0.60s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.07s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.07s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.01s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.03s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (1.48s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForce (0.07s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.13s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.03s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.05s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestVolumeEvents (5.41s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (1.41s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.06s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.05s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (2.08s) [2021-09-16T19:32:44.723Z] --- PASS: TestDockerSuite/TestVolumesNoCopyData (2.86s) [2021-09-16T19:32:44.723Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2021-09-16T19:32:44.723Z] === RUN TestDockerRegistrySuite [2021-09-16T19:32:44.723Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2021-09-16T19:32:45.541Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-09-16T19:32:45.541Z] INFO: Testing against a local daemon [2021-09-16T19:32:45.541Z] === RUN TestExternalGraphDriver [2021-09-16T19:32:45.541Z] external_test.go:47: runtime.GOOS == "windows" [2021-09-16T19:32:45.541Z] --- SKIP: TestExternalGraphDriver (0.00s) [2021-09-16T19:32:45.541Z] === RUN TestGraphdriverPluginV2 [2021-09-16T19:32:45.541Z] external_test.go:407: runtime.GOOS == "windows" [2021-09-16T19:32:45.541Z] --- SKIP: TestGraphdriverPluginV2 (0.00s) [2021-09-16T19:32:45.541Z] PASS [2021-09-16T19:32:45.541Z] ok github.com/docker/docker/integration/plugin/graphdriver 0.086s [2021-09-16T19:32:46.000Z] [2021-09-16T19:32:46.000Z] === Skipped [2021-09-16T19:32:46.000Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestExternalGraphDriver (0.00s) [2021-09-16T19:32:46.000Z] external_test.go:47: runtime.GOOS == "windows" [2021-09-16T19:32:46.000Z] [2021-09-16T19:32:46.000Z] === SKIP: github.com/docker/docker/integration/plugin/graphdriver TestGraphdriverPluginV2 (0.00s) [2021-09-16T19:32:46.000Z] external_test.go:407: runtime.GOOS == "windows" [2021-09-16T19:32:46.000Z] [2021-09-16T19:32:46.000Z] DONE 2 tests, 2 skipped in 2.417s [2021-09-16T19:32:46.000Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging [2021-09-16T19:32:46.105Z] check_test.go:195: [d93af34e531e0] daemon is not started [2021-09-16T19:32:46.106Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2021-09-16T19:32:46.943Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2021-09-16T19:32:47.046Z] check_test.go:195: [d2ebfccba596c] daemon is not started [2021-09-16T19:32:47.046Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2021-09-16T19:32:47.530Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-09-16T19:32:47.530Z] INFO: Testing against a local daemon [2021-09-16T19:32:47.530Z] === RUN TestReadPluginNoRead [2021-09-16T19:32:47.530Z] read_test.go:21: no unix domain sockets on Windows [2021-09-16T19:32:47.530Z] --- SKIP: TestReadPluginNoRead (0.00s) [2021-09-16T19:32:47.530Z] PASS [2021-09-16T19:32:47.530Z] ok github.com/docker/docker/integration/plugin/logging 0.072s [2021-09-16T19:32:47.530Z] [2021-09-16T19:32:47.530Z] === Skipped [2021-09-16T19:32:47.530Z] === SKIP: github.com/docker/docker/integration/plugin/logging TestReadPluginNoRead (0.00s) [2021-09-16T19:32:47.530Z] read_test.go:21: no unix domain sockets on Windows [2021-09-16T19:32:47.530Z] [2021-09-16T19:32:47.530Z] DONE 1 tests, 1 skipped in 1.729s [2021-09-16T19:32:47.530Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\logging\cmd\discard [2021-09-16T19:32:47.900Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2021-09-16T19:32:47.900Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2021-09-16T19:32:47.900Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2021-09-16T19:32:47.900Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2021-09-16T19:32:47.900Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2021-09-16T19:32:47.986Z] check_test.go:195: [d46610be3f783] daemon is not started [2021-09-16T19:32:47.986Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2021-09-16T19:32:48.246Z] check_test.go:195: [df85b9013b806] daemon is not started [2021-09-16T19:32:48.246Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2021-09-16T19:32:48.493Z] testing: warning: no tests to run [2021-09-16T19:32:48.493Z] PASS [2021-09-16T19:32:48.493Z] ok github.com/docker/docker/integration/plugin/logging/cmd/discard 0.059s [2021-09-16T19:32:48.493Z] [2021-09-16T19:32:48.493Z] DONE 0 tests in 0.958s [2021-09-16T19:32:48.951Z] Running D:\gopath\src\github.com\docker\docker\integration\plugin\volumes [2021-09-16T19:32:49.419Z] === RUN TestDockerSuite/TestBuildClearCmd [2021-09-16T19:32:49.858Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2021-09-16T19:32:49.858Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2021-09-16T19:32:49.858Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2021-09-16T19:32:49.872Z] === RUN TestDockerSuite/TestBuildCmd [2021-09-16T19:32:50.328Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2021-09-16T19:32:50.481Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-09-16T19:32:50.481Z] INFO: Testing against a local daemon [2021-09-16T19:32:50.481Z] === RUN TestPluginWithDevMounts [2021-09-16T19:32:50.481Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:32:50.481Z] --- SKIP: TestPluginWithDevMounts (0.00s) [2021-09-16T19:32:50.481Z] PASS [2021-09-16T19:32:50.481Z] ok github.com/docker/docker/integration/plugin/volumes 0.069s [2021-09-16T19:32:50.481Z] [2021-09-16T19:32:50.481Z] === Skipped [2021-09-16T19:32:50.481Z] === SKIP: github.com/docker/docker/integration/plugin/volumes TestPluginWithDevMounts (0.00s) [2021-09-16T19:32:50.481Z] mounts_test.go:19: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:32:50.481Z] [2021-09-16T19:32:50.481Z] DONE 1 tests, 1 skipped in 1.627s [2021-09-16T19:32:50.481Z] Running D:\gopath\src\github.com\docker\docker\integration\secret [2021-09-16T19:32:50.781Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2021-09-16T19:32:50.785Z] check_test.go:195: [dea765c85d5aa] daemon is not started [2021-09-16T19:32:50.785Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2021-09-16T19:32:51.235Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2021-09-16T19:32:52.010Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-09-16T19:32:52.010Z] INFO: Testing against a local daemon [2021-09-16T19:32:52.010Z] === RUN TestSecretInspect [2021-09-16T19:32:52.010Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:32:52.010Z] --- SKIP: TestSecretInspect (0.00s) [2021-09-16T19:32:52.010Z] === RUN TestSecretList [2021-09-16T19:32:52.010Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:32:52.010Z] --- SKIP: TestSecretList (0.00s) [2021-09-16T19:32:52.010Z] === RUN TestSecretsCreateAndDelete [2021-09-16T19:32:52.010Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:32:52.010Z] --- SKIP: TestSecretsCreateAndDelete (0.00s) [2021-09-16T19:32:52.010Z] === RUN TestSecretsUpdate [2021-09-16T19:32:52.010Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:32:52.010Z] --- SKIP: TestSecretsUpdate (0.00s) [2021-09-16T19:32:52.010Z] === RUN TestTemplatedSecret [2021-09-16T19:32:52.010Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:32:52.010Z] --- SKIP: TestTemplatedSecret (0.00s) [2021-09-16T19:32:52.010Z] === RUN TestSecretCreateResolve [2021-09-16T19:32:52.010Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2021-09-16T19:32:52.010Z] --- SKIP: TestSecretCreateResolve (0.00s) [2021-09-16T19:32:52.010Z] PASS [2021-09-16T19:32:52.010Z] ok github.com/docker/docker/integration/secret 0.076s [2021-09-16T19:32:52.010Z] [2021-09-16T19:32:52.010Z] === Skipped [2021-09-16T19:32:52.010Z] === SKIP: github.com/docker/docker/integration/secret TestSecretInspect (0.00s) [2021-09-16T19:32:52.010Z] secret_test.go:25: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:32:52.010Z] [2021-09-16T19:32:52.010Z] === SKIP: github.com/docker/docker/integration/secret TestSecretList (0.00s) [2021-09-16T19:32:52.010Z] secret_test.go:49: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:32:52.010Z] [2021-09-16T19:32:52.010Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsCreateAndDelete (0.00s) [2021-09-16T19:32:52.010Z] secret_test.go:130: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:32:52.010Z] [2021-09-16T19:32:52.010Z] === SKIP: github.com/docker/docker/integration/secret TestSecretsUpdate (0.00s) [2021-09-16T19:32:52.010Z] secret_test.go:178: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:32:52.010Z] [2021-09-16T19:32:52.010Z] === SKIP: github.com/docker/docker/integration/secret TestTemplatedSecret (0.00s) [2021-09-16T19:32:52.010Z] secret_test.go:230: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:32:52.010Z] [2021-09-16T19:32:52.010Z] === SKIP: github.com/docker/docker/integration/secret TestSecretCreateResolve (0.00s) [2021-09-16T19:32:52.010Z] secret_test.go:340: testEnv.DaemonInfo.OSType != "linux" [2021-09-16T19:32:52.010Z] [2021-09-16T19:32:52.010Z] DONE 6 tests, 6 skipped in 1.497s [2021-09-16T19:32:52.010Z] Running D:\gopath\src\github.com\docker\docker\integration\service [2021-09-16T19:32:52.751Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2021-09-16T19:32:52.751Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2021-09-16T19:32:52.751Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2021-09-16T19:32:52.751Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2021-09-16T19:32:53.208Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2021-09-16T19:32:53.208Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2021-09-16T19:32:53.208Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2021-09-16T19:32:53.669Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2021-09-16T19:32:53.669Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2021-09-16T19:32:53.669Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2021-09-16T19:32:54.180Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-09-16T19:32:54.180Z] INFO: Testing against a local daemon [2021-09-16T19:32:54.180Z] === RUN TestServiceCreateInit [2021-09-16T19:32:54.180Z] === RUN TestServiceCreateInit/daemonInitDisabled [2021-09-16T19:32:54.180Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:32:54.180Z] === RUN TestServiceCreateInit/daemonInitEnabled [2021-09-16T19:32:54.180Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:32:54.180Z] --- PASS: TestServiceCreateInit (0.05s) [2021-09-16T19:32:54.180Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-09-16T19:32:54.180Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-09-16T19:32:54.180Z] === RUN TestCreateServiceMultipleTimes [2021-09-16T19:32:54.180Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:32:54.180Z] --- SKIP: TestCreateServiceMultipleTimes (0.00s) [2021-09-16T19:32:54.180Z] === RUN TestCreateServiceConflict [2021-09-16T19:32:54.180Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:32:54.180Z] --- SKIP: TestCreateServiceConflict (0.01s) [2021-09-16T19:32:54.180Z] === RUN TestCreateServiceMaxReplicas [2021-09-16T19:32:54.180Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:32:54.180Z] --- SKIP: TestCreateServiceMaxReplicas (0.02s) [2021-09-16T19:32:54.180Z] === RUN TestCreateWithDuplicateNetworkNames [2021-09-16T19:32:54.180Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:32:54.180Z] --- SKIP: TestCreateWithDuplicateNetworkNames (0.00s) [2021-09-16T19:32:54.180Z] === RUN TestCreateServiceSecretFileMode [2021-09-16T19:32:54.180Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:32:54.180Z] --- SKIP: TestCreateServiceSecretFileMode (0.00s) [2021-09-16T19:32:54.180Z] === RUN TestCreateServiceConfigFileMode [2021-09-16T19:32:54.180Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:32:54.180Z] --- SKIP: TestCreateServiceConfigFileMode (0.00s) [2021-09-16T19:32:54.180Z] === RUN TestCreateServiceSysctls [2021-09-16T19:32:54.180Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:32:54.180Z] --- SKIP: TestCreateServiceSysctls (0.02s) [2021-09-16T19:32:54.180Z] === RUN TestCreateServiceCapabilities [2021-09-16T19:32:54.180Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:32:54.180Z] --- SKIP: TestCreateServiceCapabilities (0.02s) [2021-09-16T19:32:54.180Z] === RUN TestInspect [2021-09-16T19:32:54.180Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:32:54.180Z] --- SKIP: TestInspect (0.00s) [2021-09-16T19:32:54.180Z] === RUN TestCreateJob [2021-09-16T19:32:54.180Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:32:54.180Z] --- SKIP: TestCreateJob (0.00s) [2021-09-16T19:32:54.180Z] === RUN TestReplicatedJob [2021-09-16T19:32:54.180Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:32:54.180Z] --- SKIP: TestReplicatedJob (0.00s) [2021-09-16T19:32:54.180Z] === RUN TestUpdateReplicatedJob [2021-09-16T19:32:54.180Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:32:54.180Z] --- SKIP: TestUpdateReplicatedJob (0.00s) [2021-09-16T19:32:54.180Z] === RUN TestServiceListWithStatuses [2021-09-16T19:32:54.180Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:32:54.180Z] --- SKIP: TestServiceListWithStatuses (0.00s) [2021-09-16T19:32:54.180Z] === RUN TestDockerNetworkConnectAlias [2021-09-16T19:32:54.180Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:32:54.180Z] --- SKIP: TestDockerNetworkConnectAlias (0.00s) [2021-09-16T19:32:54.180Z] === RUN TestDockerNetworkReConnect [2021-09-16T19:32:54.180Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:32:54.180Z] --- SKIP: TestDockerNetworkReConnect (0.00s) [2021-09-16T19:32:54.180Z] === RUN TestServicePlugin [2021-09-16T19:32:54.180Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:32:54.180Z] --- SKIP: TestServicePlugin (0.00s) [2021-09-16T19:32:54.180Z] === RUN TestServiceUpdateLabel [2021-09-16T19:32:54.180Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2021-09-16T19:32:54.180Z] --- SKIP: TestServiceUpdateLabel (0.00s) [2021-09-16T19:32:54.180Z] === RUN TestServiceUpdateSecrets [2021-09-16T19:32:54.180Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2021-09-16T19:32:54.180Z] --- SKIP: TestServiceUpdateSecrets (0.00s) [2021-09-16T19:32:54.180Z] === RUN TestServiceUpdateConfigs [2021-09-16T19:32:54.180Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2021-09-16T19:32:54.180Z] --- SKIP: TestServiceUpdateConfigs (0.00s) [2021-09-16T19:32:54.180Z] === RUN TestServiceUpdateNetwork [2021-09-16T19:32:54.180Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2021-09-16T19:32:54.180Z] --- SKIP: TestServiceUpdateNetwork (0.00s) [2021-09-16T19:32:54.180Z] === RUN TestServiceUpdatePidsLimit [2021-09-16T19:32:54.180Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2021-09-16T19:32:54.180Z] --- SKIP: TestServiceUpdatePidsLimit (0.00s) [2021-09-16T19:32:54.180Z] PASS [2021-09-16T19:32:54.180Z] ok github.com/docker/docker/integration/service 0.203s [2021-09-16T19:32:54.180Z] [2021-09-16T19:32:54.180Z] === Skipped [2021-09-16T19:32:54.180Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-09-16T19:32:54.180Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:32:54.180Z] --- SKIP: TestServiceCreateInit/daemonInitDisabled (0.00s) [2021-09-16T19:32:54.180Z] [2021-09-16T19:32:54.180Z] === SKIP: github.com/docker/docker/integration/service TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-09-16T19:32:54.180Z] create_test.go:40: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:32:54.180Z] --- SKIP: TestServiceCreateInit/daemonInitEnabled (0.00s) [2021-09-16T19:32:54.180Z] [2021-09-16T19:32:54.180Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMultipleTimes (0.00s) [2021-09-16T19:32:54.180Z] create_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:32:54.180Z] [2021-09-16T19:32:54.180Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConflict (0.01s) [2021-09-16T19:32:54.180Z] create_test.go:153: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:32:54.180Z] [2021-09-16T19:32:54.180Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceMaxReplicas (0.02s) [2021-09-16T19:32:54.180Z] create_test.go:176: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:32:54.180Z] [2021-09-16T19:32:54.180Z] === SKIP: github.com/docker/docker/integration/service TestCreateWithDuplicateNetworkNames (0.00s) [2021-09-16T19:32:54.180Z] create_test.go:195: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:32:54.180Z] [2021-09-16T19:32:54.180Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSecretFileMode (0.00s) [2021-09-16T19:32:54.180Z] create_test.go:248: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:32:54.180Z] [2021-09-16T19:32:54.180Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceConfigFileMode (0.00s) [2021-09-16T19:32:54.180Z] create_test.go:312: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:32:54.180Z] [2021-09-16T19:32:54.180Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceSysctls (0.02s) [2021-09-16T19:32:54.180Z] create_test.go:404: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:32:54.180Z] [2021-09-16T19:32:54.180Z] === SKIP: github.com/docker/docker/integration/service TestCreateServiceCapabilities (0.02s) [2021-09-16T19:32:54.180Z] create_test.go:488: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:32:54.180Z] [2021-09-16T19:32:54.180Z] === SKIP: github.com/docker/docker/integration/service TestInspect (0.00s) [2021-09-16T19:32:54.180Z] inspect_test.go:21: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:32:54.180Z] [2021-09-16T19:32:54.180Z] === SKIP: github.com/docker/docker/integration/service TestCreateJob (0.00s) [2021-09-16T19:32:54.180Z] jobs_test.go:22: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:32:54.180Z] [2021-09-16T19:32:54.180Z] === SKIP: github.com/docker/docker/integration/service TestReplicatedJob (0.00s) [2021-09-16T19:32:54.180Z] jobs_test.go:46: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:32:54.180Z] [2021-09-16T19:32:54.180Z] === SKIP: github.com/docker/docker/integration/service TestUpdateReplicatedJob (0.00s) [2021-09-16T19:32:54.180Z] jobs_test.go:90: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:32:54.180Z] [2021-09-16T19:32:54.180Z] === SKIP: github.com/docker/docker/integration/service TestServiceListWithStatuses (0.00s) [2021-09-16T19:32:54.180Z] list_test.go:32: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:32:54.180Z] [2021-09-16T19:32:54.180Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkConnectAlias (0.00s) [2021-09-16T19:32:54.180Z] network_test.go:18: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:32:54.180Z] [2021-09-16T19:32:54.180Z] === SKIP: github.com/docker/docker/integration/service TestDockerNetworkReConnect (0.00s) [2021-09-16T19:32:54.180Z] network_test.go:80: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:32:54.180Z] [2021-09-16T19:32:54.180Z] === SKIP: github.com/docker/docker/integration/service TestServicePlugin (0.00s) [2021-09-16T19:32:54.180Z] plugin_test.go:26: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:32:54.180Z] [2021-09-16T19:32:54.180Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateLabel (0.00s) [2021-09-16T19:32:54.180Z] update_test.go:21: testEnv.DaemonInfo.OSType != "linux" [2021-09-16T19:32:54.180Z] [2021-09-16T19:32:54.180Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateSecrets (0.00s) [2021-09-16T19:32:54.180Z] update_test.go:77: testEnv.DaemonInfo.OSType != "linux" [2021-09-16T19:32:54.180Z] [2021-09-16T19:32:54.180Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateConfigs (0.00s) [2021-09-16T19:32:54.180Z] update_test.go:139: testEnv.DaemonInfo.OSType != "linux" [2021-09-16T19:32:54.180Z] [2021-09-16T19:32:54.181Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdateNetwork (0.00s) [2021-09-16T19:32:54.181Z] update_test.go:201: testEnv.DaemonInfo.OSType != "linux" [2021-09-16T19:32:54.181Z] [2021-09-16T19:32:54.181Z] === SKIP: github.com/docker/docker/integration/service TestServiceUpdatePidsLimit (0.00s) [2021-09-16T19:32:54.181Z] update_test.go:259: testEnv.DaemonInfo.OSType != "linux" [2021-09-16T19:32:54.181Z] [2021-09-16T19:32:54.181Z] DONE 24 tests, 23 skipped in 2.240s [2021-09-16T19:32:54.638Z] Running D:\gopath\src\github.com\docker\docker\integration\session [2021-09-16T19:32:55.600Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-09-16T19:32:55.600Z] INFO: Testing against a local daemon [2021-09-16T19:32:55.600Z] === RUN TestSessionCreate [2021-09-16T19:32:55.600Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2021-09-16T19:32:55.600Z] --- SKIP: TestSessionCreate (0.00s) [2021-09-16T19:32:55.600Z] === RUN TestSessionCreateWithBadUpgrade [2021-09-16T19:32:55.600Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2021-09-16T19:32:55.600Z] --- SKIP: TestSessionCreateWithBadUpgrade (0.00s) [2021-09-16T19:32:55.600Z] PASS [2021-09-16T19:32:55.600Z] ok github.com/docker/docker/integration/session 0.064s [2021-09-16T19:32:55.600Z] [2021-09-16T19:32:55.600Z] === Skipped [2021-09-16T19:32:55.600Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreate (0.00s) [2021-09-16T19:32:55.600Z] session_test.go:15: testEnv.OSType == "windows": FIXME [2021-09-16T19:32:55.600Z] [2021-09-16T19:32:55.600Z] === SKIP: github.com/docker/docker/integration/session TestSessionCreateWithBadUpgrade (0.00s) [2021-09-16T19:32:55.600Z] session_test.go:36: testEnv.OSType == "windows": FIXME [2021-09-16T19:32:55.600Z] [2021-09-16T19:32:55.600Z] DONE 2 tests, 2 skipped in 1.371s [2021-09-16T19:32:55.885Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2021-09-16T19:32:56.059Z] Running D:\gopath\src\github.com\docker\docker\integration\system [2021-09-16T19:32:56.078Z] check_test.go:195: [d6de8d7134ae4] daemon is not started [2021-09-16T19:32:56.078Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2021-09-16T19:32:57.404Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2021-09-16T19:32:57.404Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2021-09-16T19:32:57.404Z] === RUN TestDockerSuite/TestBuildConditionalCache [2021-09-16T19:32:57.588Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-09-16T19:32:57.588Z] INFO: Testing against a local daemon [2021-09-16T19:32:57.588Z] === RUN TestCgroupDriverSystemdMemoryLimit [2021-09-16T19:32:57.588Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:32:57.588Z] --- SKIP: TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-09-16T19:32:57.588Z] === RUN TestDiskUsage [2021-09-16T19:32:57.588Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2021-09-16T19:32:57.588Z] --- SKIP: TestDiskUsage (0.00s) [2021-09-16T19:32:57.588Z] === RUN TestEventsExecDie [2021-09-16T19:32:57.588Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2021-09-16T19:32:57.588Z] --- SKIP: TestEventsExecDie (0.00s) [2021-09-16T19:32:57.588Z] === RUN TestEventsBackwardsCompatible [2021-09-16T19:32:57.588Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2021-09-16T19:32:57.588Z] --- SKIP: TestEventsBackwardsCompatible (0.00s) [2021-09-16T19:32:57.588Z] === RUN TestEventsVolumeCreate [2021-09-16T19:32:57.588Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2021-09-16T19:32:57.588Z] --- SKIP: TestEventsVolumeCreate (0.00s) [2021-09-16T19:32:57.588Z] === RUN TestInfoAPI [2021-09-16T19:32:57.588Z] --- PASS: TestInfoAPI (0.03s) [2021-09-16T19:32:57.588Z] === RUN TestInfoAPIWarnings [2021-09-16T19:32:57.588Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-09-16T19:32:57.588Z] --- SKIP: TestInfoAPIWarnings (0.00s) [2021-09-16T19:32:57.588Z] === RUN TestInfoDebug [2021-09-16T19:32:57.588Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-09-16T19:32:57.588Z] --- SKIP: TestInfoDebug (0.00s) [2021-09-16T19:32:57.588Z] === RUN TestInfoInsecureRegistries [2021-09-16T19:32:57.588Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-09-16T19:32:57.588Z] --- SKIP: TestInfoInsecureRegistries (0.00s) [2021-09-16T19:32:57.588Z] === RUN TestInfoRegistryMirrors [2021-09-16T19:32:57.588Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-09-16T19:32:57.588Z] --- SKIP: TestInfoRegistryMirrors (0.00s) [2021-09-16T19:32:57.588Z] === RUN TestLoginFailsWithBadCredentials [2021-09-16T19:32:57.989Z] check_test.go:195: [d62419e3769eb] daemon is not started [2021-09-16T19:32:57.989Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2021-09-16T19:32:58.045Z] --- PASS: TestLoginFailsWithBadCredentials (0.96s) [2021-09-16T19:32:58.045Z] === RUN TestPingCacheHeaders [2021-09-16T19:32:58.362Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2021-09-16T19:32:58.362Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2021-09-16T19:32:58.362Z] === RUN TestDockerSuite/TestBuildContextCleanup [2021-09-16T19:32:58.502Z] --- PASS: TestPingCacheHeaders (0.03s) [2021-09-16T19:32:58.502Z] === RUN TestPingGet [2021-09-16T19:32:58.502Z] --- PASS: TestPingGet (0.02s) [2021-09-16T19:32:58.502Z] === RUN TestPingHead [2021-09-16T19:32:58.502Z] --- PASS: TestPingHead (0.03s) [2021-09-16T19:32:58.502Z] === RUN TestVersion [2021-09-16T19:32:58.502Z] --- PASS: TestVersion (0.03s) [2021-09-16T19:32:58.502Z] PASS [2021-09-16T19:32:58.502Z] ok github.com/docker/docker/integration/system 1.150s [2021-09-16T19:32:58.502Z] [2021-09-16T19:32:58.502Z] === Skipped [2021-09-16T19:32:58.502Z] === SKIP: github.com/docker/docker/integration/system TestCgroupDriverSystemdMemoryLimit (0.00s) [2021-09-16T19:32:58.502Z] cgroupdriver_systemd_test.go:31: testEnv.DaemonInfo.OSType == "windows" [2021-09-16T19:32:58.502Z] [2021-09-16T19:32:58.502Z] === SKIP: github.com/docker/docker/integration/system TestDiskUsage (0.00s) [2021-09-16T19:32:58.502Z] disk_usage_test.go:15: testEnv.OSType == "windows" [2021-09-16T19:32:58.502Z] [2021-09-16T19:32:58.502Z] === SKIP: github.com/docker/docker/integration/system TestEventsExecDie (0.00s) [2021-09-16T19:32:58.502Z] event_test.go:32: testEnv.OSType == "windows": FIXME. Suspect may need to wait until container is running before exec [2021-09-16T19:32:58.502Z] [2021-09-16T19:32:58.502Z] === SKIP: github.com/docker/docker/integration/system TestEventsBackwardsCompatible (0.00s) [2021-09-16T19:32:58.502Z] event_test.go:82: testEnv.OSType == "windows": Windows doesn't support back-compat messages [2021-09-16T19:32:58.502Z] [2021-09-16T19:32:58.502Z] === SKIP: github.com/docker/docker/integration/system TestEventsVolumeCreate (0.00s) [2021-09-16T19:32:58.502Z] event_test.go:133: testEnv.OSType == "windows": FIXME: Windows doesn't trigger the events? Could be a race [2021-09-16T19:32:58.502Z] [2021-09-16T19:32:58.502Z] === SKIP: github.com/docker/docker/integration/system TestInfoAPIWarnings (0.00s) [2021-09-16T19:32:58.502Z] info_test.go:50: testEnv.DaemonInfo.OSType == "windows": FIXME [2021-09-16T19:32:58.502Z] [2021-09-16T19:32:58.502Z] === SKIP: github.com/docker/docker/integration/system TestInfoDebug (0.00s) [2021-09-16T19:32:58.502Z] info_test.go:73: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-09-16T19:32:58.502Z] [2021-09-16T19:32:58.502Z] === SKIP: github.com/docker/docker/integration/system TestInfoInsecureRegistries (0.00s) [2021-09-16T19:32:58.502Z] info_test.go:94: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-09-16T19:32:58.502Z] [2021-09-16T19:32:58.502Z] === SKIP: github.com/docker/docker/integration/system TestInfoRegistryMirrors (0.00s) [2021-09-16T19:32:58.502Z] info_test.go:119: testEnv.DaemonInfo.OSType == "windows": FIXME: test starts daemon with -H unix://..... [2021-09-16T19:32:58.502Z] [2021-09-16T19:32:58.502Z] DONE 15 tests, 9 skipped in 2.677s [2021-09-16T19:32:58.502Z] Running D:\gopath\src\github.com\docker\docker\integration\volume [2021-09-16T19:32:58.815Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2021-09-16T19:32:58.929Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsSource [2021-09-16T19:32:59.275Z] check_test.go:195: [dd2612ab32b02] daemon is not started [2021-09-16T19:32:59.275Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2021-09-16T19:33:00.033Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-09-16T19:33:00.033Z] INFO: Testing against a local daemon [2021-09-16T19:33:00.033Z] === RUN TestVolumesCreateAndList [2021-09-16T19:33:00.033Z] --- PASS: TestVolumesCreateAndList (0.04s) [2021-09-16T19:33:00.033Z] === RUN TestVolumesRemove [2021-09-16T19:33:00.033Z] --- PASS: TestVolumesRemove (0.08s) [2021-09-16T19:33:00.033Z] === RUN TestVolumesInspect [2021-09-16T19:33:00.033Z] --- PASS: TestVolumesInspect (0.03s) [2021-09-16T19:33:00.033Z] === RUN TestVolumesInvalidJSON [2021-09-16T19:33:00.033Z] === RUN TestVolumesInvalidJSON//volumes/create [2021-09-16T19:33:00.033Z] === PAUSE TestVolumesInvalidJSON//volumes/create [2021-09-16T19:33:00.033Z] === CONT TestVolumesInvalidJSON//volumes/create [2021-09-16T19:33:00.033Z] --- PASS: TestVolumesInvalidJSON (0.02s) [2021-09-16T19:33:00.033Z] --- PASS: TestVolumesInvalidJSON//volumes/create (0.00s) [2021-09-16T19:33:00.033Z] PASS [2021-09-16T19:33:00.033Z] ok github.com/docker/docker/integration/volume 0.219s [2021-09-16T19:33:00.218Z] check_test.go:195: [da7d4aeb4255b] daemon is not started [2021-09-16T19:33:00.471Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2021-09-16T19:33:00.478Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2021-09-16T19:33:00.490Z] [2021-09-16T19:33:00.490Z] DONE 5 tests in 1.744s [2021-09-16T19:33:00.490Z] INFO: make.ps1 ended at 09/16/2021 19:33:00 [2021-09-16T19:33:00.490Z] INFO: Integration CLI tests being run from the host: [2021-09-16T19:33:00.490Z] 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-16T19:33:00.925Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2021-09-16T19:33:01.378Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2021-09-16T19:33:01.378Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2021-09-16T19:33:01.378Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2021-09-16T19:33:01.418Z] docker_cli_swarm_test.go:1802: [d00fe7b80a2ec] joining swarm manager [dd74ab017b5ae]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-09-16T19:33:01.679Z] check_test.go:195: [d42d15bf35ae4] daemon is not started [2021-09-16T19:33:01.679Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2021-09-16T19:33:02.334Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2021-09-16T19:33:02.620Z] docker_cli_swarm_test.go:1803: [dfa4159e09f7e] joining swarm manager [dd74ab017b5ae]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-09-16T19:33:02.787Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2021-09-16T19:33:02.787Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2021-09-16T19:33:02.787Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2021-09-16T19:33:02.787Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2021-09-16T19:33:02.787Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2021-09-16T19:33:02.880Z] check_test.go:195: [dcac2c6a501c4] daemon is not started [2021-09-16T19:33:02.880Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2021-09-16T19:33:04.263Z] check_test.go:195: [d6cbd64308afa] daemon is not started [2021-09-16T19:33:04.263Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2021-09-16T19:33:04.833Z] check_test.go:195: [dc0b63de9a4ee] daemon is not started [2021-09-16T19:33:04.833Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2021-09-16T19:33:05.774Z] check_test.go:195: [d89c5baca22df] daemon is not started [2021-09-16T19:33:05.774Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2021-09-16T19:33:06.715Z] docker_cli_by_digest_test.go:320: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:c2408bd3b21129e900d13b7e768e0f9e7d23e35e0de56b0537b03391e0cac55e [2021-09-16T19:33:07.284Z] docker_cli_by_digest_test.go:336: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:9b842a7516ec36623b77fbd6f46175db3f90014b9c96f1d1c0f911d0aaa29a2e [2021-09-16T19:33:07.437Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2021-09-16T19:33:07.544Z] check_test.go:195: [d0678adea63f3] daemon is not started [2021-09-16T19:33:07.544Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2021-09-16T19:33:08.487Z] docker_cli_by_digest_test.go:245: imageReference1 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:1da0d88cbcbe6becb7af3c9d32929d38bc2108951988e3a1f17a6723f4b34813 [2021-09-16T19:33:09.056Z] INFO: Windows Base image is mcr.microsoft.com/windows/servercore:ltsc2019 [2021-09-16T19:33:09.056Z] INFO: Testing against a local daemon [2021-09-16T19:33:09.056Z] === RUN TestDockerSuite [2021-09-16T19:33:09.056Z] === RUN TestDockerSuite/TestAPIClientVersionOldNotSupported [2021-09-16T19:33:09.056Z] === RUN TestDockerSuite/TestAPICreateDeletePredefinedNetworks [2021-09-16T19:33:09.056Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2021-09-16T19:33:09.056Z] === RUN TestDockerSuite/TestAPIErrorJSON [2021-09-16T19:33:09.056Z] === RUN TestDockerSuite/TestAPIErrorNotFoundJSON [2021-09-16T19:33:09.056Z] === RUN TestDockerSuite/TestAPIErrorNotFoundPlainText [2021-09-16T19:33:09.056Z] === RUN TestDockerSuite/TestAPIErrorPlainText [2021-09-16T19:33:09.056Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2021-09-16T19:33:09.056Z] === RUN TestDockerSuite/TestAPIGetEnabledCORS [2021-09-16T19:33:09.056Z] === RUN TestDockerSuite/TestAPIImagesDelete [2021-09-16T19:33:09.056Z] === RUN TestDockerSuite/TestAPIImagesFilter [2021-09-16T19:33:09.056Z] === RUN TestDockerSuite/TestAPIImagesHistory [2021-09-16T19:33:09.426Z] docker_cli_by_digest_test.go:260: imageReference2 = 127.0.0.1:5000/dockercli/busybox-by-dgst@sha256:1a7f3e763c5ad456871a070587503835276ad3a3bea00fa50407622102dafba0 [2021-09-16T19:33:09.514Z] === RUN TestDockerSuite/TestAPIImagesImportBadSrc [2021-09-16T19:33:09.514Z] === RUN TestDockerSuite/TestAPIImagesSaveAndLoad [2021-09-16T19:33:09.685Z] check_test.go:195: [dea189ad35638] daemon is not started [2021-09-16T19:33:09.685Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2021-09-16T19:33:10.647Z] check_test.go:195: [df671fe589bc4] daemon is not started [2021-09-16T19:33:10.647Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2021-09-16T19:33:12.555Z] check_test.go:195: [dd90d8e93ce96] daemon is not started [2021-09-16T19:33:12.555Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2021-09-16T19:33:13.494Z] check_test.go:195: [db9529c37c656] daemon is not started [2021-09-16T19:33:13.494Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2021-09-16T19:33:13.753Z] check_test.go:195: [db942771153f6] daemon is not started [2021-09-16T19:33:13.753Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2021-09-16T19:33:14.323Z] === RUN TestDockerSwarmSuite/TestSwarmClusterEventsType [2021-09-16T19:33:14.583Z] check_test.go:195: [d1c8ff5e12738] daemon is not started [2021-09-16T19:33:14.583Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2021-09-16T19:33:14.732Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2021-09-16T19:33:14.732Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2021-09-16T19:33:14.732Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2021-09-16T19:33:14.732Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2021-09-16T19:33:15.967Z] check_test.go:195: [dd794dc566d79] daemon is not started [2021-09-16T19:33:15.967Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2021-09-16T19:33:18.909Z] check_test.go:195: [debffadca7d03] daemon is not started [2021-09-16T19:33:18.909Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2021-09-16T19:33:19.169Z] check_test.go:195: [d67615664490b] daemon is not started [2021-09-16T19:33:19.169Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2021-09-16T19:33:19.429Z] check_test.go:195: [d4a8f4945ac92] daemon is not started [2021-09-16T19:33:19.429Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2021-09-16T19:33:20.372Z] check_test.go:195: [dc62f6007fc44] daemon is not started [2021-09-16T19:33:20.372Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2021-09-16T19:33:20.942Z] check_test.go:195: [d63b40b051ec9] daemon is not started [2021-09-16T19:33:20.942Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2021-09-16T19:33:20.942Z] check_test.go:195: [d9776ab2c8fde] daemon is not started [2021-09-16T19:33:20.942Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2021-09-16T19:33:21.202Z] check_test.go:195: [df25198a27413] daemon is not started [2021-09-16T19:33:21.202Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2021-09-16T19:33:21.462Z] check_test.go:195: [d7d9a5154e363] daemon is not started [2021-09-16T19:33:21.462Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2021-09-16T19:33:21.722Z] check_test.go:195: [d0d9f4fa8f00f] daemon is not started [2021-09-16T19:33:21.722Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2021-09-16T19:33:21.981Z] check_test.go:195: [d620e0ae7eab4] daemon is not started [2021-09-16T19:33:21.981Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2021-09-16T19:33:22.241Z] === RUN TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey [2021-09-16T19:33:23.180Z] check_test.go:195: [d989420ddacf7] daemon is not started [2021-09-16T19:33:23.180Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2021-09-16T19:33:24.563Z] docker_cli_swarm_test.go:1321: [d1dcb3ba7b519] joining swarm manager [dad495db1b33f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-09-16T19:33:24.822Z] check_test.go:195: [d0a1592688936] daemon is not started [2021-09-16T19:33:24.822Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2021-09-16T19:33:25.764Z] docker_cli_swarm_test.go:1322: [ddfe22b4054a8] joining swarm manager [dad495db1b33f]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-09-16T19:33:25.764Z] check_test.go:195: [d80663b3cfde2] daemon is not started [2021-09-16T19:33:25.764Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2021-09-16T19:33:27.147Z] check_test.go:195: [d915866ca0643] daemon is not started [2021-09-16T19:33:27.147Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2021-09-16T19:33:27.163Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2021-09-16T19:33:27.733Z] === RUN TestDockerRegistrySuite/TestV2Only [2021-09-16T19:33:28.128Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2021-09-16T19:33:28.585Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2021-09-16T19:33:28.672Z] --- PASS: TestDockerRegistrySuite (44.11s) [2021-09-16T19:33:28.672Z] --- PASS: TestDockerRegistrySuite/TestBuildByDigest (1.45s) [2021-09-16T19:33:28.672Z] --- PASS: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.95s) [2021-09-16T19:33:28.672Z] --- PASS: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (1.19s) [2021-09-16T19:33:28.672Z] --- PASS: TestDockerRegistrySuite/TestConcurrentFailingPull (0.15s) [2021-09-16T19:33:28.672Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (2.60s) [2021-09-16T19:33:28.672Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (4.43s) [2021-09-16T19:33:28.672Z] --- PASS: TestDockerRegistrySuite/TestConcurrentPush (2.75s) [2021-09-16T19:33:28.672Z] --- PASS: TestDockerRegistrySuite/TestCreateByDigest (1.31s) [2021-09-16T19:33:28.672Z] --- PASS: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (1.07s) [2021-09-16T19:33:28.672Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (1.22s) [2021-09-16T19:33:28.672Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (1.33s) [2021-09-16T19:33:28.672Z] --- PASS: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (1.06s) [2021-09-16T19:33:28.672Z] --- PASS: TestDockerRegistrySuite/TestEventsImageFilterPush (0.87s) [2021-09-16T19:33:28.672Z] --- PASS: TestDockerRegistrySuite/TestInspectImageWithDigests (0.93s) [2021-09-16T19:33:28.672Z] --- PASS: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (1.69s) [2021-09-16T19:33:28.672Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithDigests (2.20s) [2021-09-16T19:33:28.672Z] --- PASS: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.95s) [2021-09-16T19:33:28.672Z] --- PASS: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (1.99s) [2021-09-16T19:33:28.672Z] --- PASS: TestDockerRegistrySuite/TestPullByDigest (0.93s) [2021-09-16T19:33:28.672Z] --- PASS: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.14s) [2021-09-16T19:33:28.672Z] --- PASS: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (1.00s) [2021-09-16T19:33:28.672Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (1.09s) [2021-09-16T19:33:28.672Z] --- PASS: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (1.11s) [2021-09-16T19:33:28.672Z] --- PASS: TestDockerRegistrySuite/TestPullIDStability (2.20s) [2021-09-16T19:33:28.672Z] --- PASS: TestDockerRegistrySuite/TestPullImageWithAliases (0.38s) [2021-09-16T19:33:28.672Z] --- PASS: TestDockerRegistrySuite/TestPullManifestList (0.96s) [2021-09-16T19:33:28.672Z] --- PASS: TestDockerRegistrySuite/TestPullNoLayers (0.37s) [2021-09-16T19:33:28.672Z] --- PASS: TestDockerRegistrySuite/TestPushBadTag (0.12s) [2021-09-16T19:33:28.672Z] --- PASS: TestDockerRegistrySuite/TestPushBusyboxImage (0.26s) [2021-09-16T19:33:28.672Z] --- PASS: TestDockerRegistrySuite/TestPushEmptyLayer (0.24s) [2021-09-16T19:33:28.672Z] --- PASS: TestDockerRegistrySuite/TestPushMultipleTags (0.39s) [2021-09-16T19:33:28.672Z] --- PASS: TestDockerRegistrySuite/TestPushUntagged (0.12s) [2021-09-16T19:33:28.672Z] --- PASS: TestDockerRegistrySuite/TestRemoveImageByDigest (1.19s) [2021-09-16T19:33:28.672Z] --- PASS: TestDockerRegistrySuite/TestRunByDigest (1.79s) [2021-09-16T19:33:28.672Z] --- PASS: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.91s) [2021-09-16T19:33:28.672Z] --- PASS: TestDockerRegistrySuite/TestTagByDigest (1.06s) [2021-09-16T19:33:28.672Z] --- PASS: TestDockerRegistrySuite/TestUserAgentPassThrough (0.96s) [2021-09-16T19:33:28.672Z] --- PASS: TestDockerRegistrySuite/TestV2Only (0.76s) [2021-09-16T19:33:28.672Z] === RUN TestDockerSchema1RegistrySuite [2021-09-16T19:33:28.672Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2021-09-16T19:33:28.672Z] check_test.go:222: [d54e4af92ced2] daemon is not started [2021-09-16T19:33:28.672Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2021-09-16T19:33:31.478Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2021-09-16T19:33:31.966Z] check_test.go:222: [d4406b73c6b57] daemon is not started [2021-09-16T19:33:31.966Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2021-09-16T19:33:33.824Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2021-09-16T19:33:33.824Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2021-09-16T19:33:34.277Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2021-09-16T19:33:34.374Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2021-09-16T19:33:36.544Z] === RUN TestDockerSuite/TestBuildDockerignore [2021-09-16T19:33:37.249Z] check_test.go:222: [d25c9fc8c2212] daemon is not started [2021-09-16T19:33:37.249Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2021-09-16T19:33:38.927Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2021-09-16T19:33:38.927Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2021-09-16T19:33:38.927Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2021-09-16T19:33:38.927Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2021-09-16T19:33:38.927Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2021-09-16T19:33:38.927Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2021-09-16T19:33:38.927Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2021-09-16T19:33:39.161Z] check_test.go:222: [d9679df5af18c] daemon is not started [2021-09-16T19:33:39.380Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2021-09-16T19:33:39.380Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2021-09-16T19:33:39.380Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2021-09-16T19:33:39.421Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2021-09-16T19:33:40.361Z] check_test.go:222: [df9f218fef3c1] daemon is not started [2021-09-16T19:33:40.361Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2021-09-16T19:33:41.301Z] check_test.go:222: [d1b5358d1e263] daemon is not started [2021-09-16T19:33:41.301Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2021-09-16T19:33:41.301Z] check_test.go:222: [d8bc384b6288a] daemon is not started [2021-09-16T19:33:41.301Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2021-09-16T19:33:42.242Z] check_test.go:222: [dd0ae591e908a] daemon is not started [2021-09-16T19:33:42.242Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2021-09-16T19:33:43.182Z] check_test.go:222: [d37e129edd77b] daemon is not started [2021-09-16T19:33:43.182Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2021-09-16T19:33:44.203Z] check_test.go:222: [d238ce08f8287] daemon is not started [2021-09-16T19:33:44.203Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2021-09-16T19:33:46.740Z] check_test.go:222: [d8a79a37b1a4d] daemon is not started [2021-09-16T19:33:46.740Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2021-09-16T19:33:46.741Z] check_test.go:222: [d04e00a64495b] daemon is not started [2021-09-16T19:33:46.741Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2021-09-16T19:33:47.310Z] check_test.go:222: [d6e5596849ea7] daemon is not started [2021-09-16T19:33:47.310Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2021-09-16T19:33:47.310Z] check_test.go:222: [dad30b3986fa0] daemon is not started [2021-09-16T19:33:47.310Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2021-09-16T19:33:47.570Z] check_test.go:222: [d126a9b88aff9] daemon is not started [2021-09-16T19:33:47.570Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2021-09-16T19:33:47.830Z] check_test.go:222: [db393ba5c0c8d] daemon is not started [2021-09-16T19:33:47.830Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2021-09-16T19:33:48.091Z] check_test.go:222: [d7a2808be0083] daemon is not started [2021-09-16T19:33:48.091Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2021-09-16T19:33:48.351Z] check_test.go:222: [d094273c8f87d] daemon is not started [2021-09-16T19:33:48.351Z] --- PASS: TestDockerSchema1RegistrySuite (19.72s) [2021-09-16T19:33:48.351Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.15s) [2021-09-16T19:33:48.351Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (2.63s) [2021-09-16T19:33:48.351Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (5.16s) [2021-09-16T19:33:48.351Z] --- PASS: TestDockerSchema1RegistrySuite/TestConcurrentPush (2.74s) [2021-09-16T19:33:48.351Z] --- PASS: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.93s) [2021-09-16T19:33:48.351Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigest (0.96s) [2021-09-16T19:33:48.351Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.13s) [2021-09-16T19:33:48.351Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.94s) [2021-09-16T19:33:48.351Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.94s) [2021-09-16T19:33:48.351Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.89s) [2021-09-16T19:33:48.351Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullIDStability (2.31s) [2021-09-16T19:33:48.351Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.41s) [2021-09-16T19:33:48.351Z] --- PASS: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.37s) [2021-09-16T19:33:48.351Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBadTag (0.12s) [2021-09-16T19:33:48.351Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.31s) [2021-09-16T19:33:48.351Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.25s) [2021-09-16T19:33:48.351Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.35s) [2021-09-16T19:33:48.351Z] --- PASS: TestDockerSchema1RegistrySuite/TestPushUntagged (0.12s) [2021-09-16T19:33:48.351Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2021-09-16T19:33:48.351Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2021-09-16T19:33:48.921Z] check_test.go:251: [dc1a12288fcad] daemon is not started [2021-09-16T19:33:48.921Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2021-09-16T19:33:49.491Z] check_test.go:251: [d21d627ca6c1d] daemon is not started [2021-09-16T19:33:49.491Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2021-09-16T19:33:49.750Z] check_test.go:251: [dda25de599af3] daemon is not started [2021-09-16T19:33:49.751Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2021-09-16T19:33:51.132Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2021-09-16T19:33:51.392Z] check_test.go:251: [d993437adc84e] daemon is not started [2021-09-16T19:33:51.392Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2021-09-16T19:33:51.961Z] check_test.go:251: [de4ce563392bb] daemon is not started [2021-09-16T19:33:51.961Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2021-09-16T19:33:52.900Z] check_test.go:251: [d9fc23ce1478f] daemon is not started [2021-09-16T19:33:52.900Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2021-09-16T19:33:52.900Z] check_test.go:251: [dade56f870000] daemon is not started [2021-09-16T19:33:52.900Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (4.70s) [2021-09-16T19:33:52.900Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.69s) [2021-09-16T19:33:52.900Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.54s) [2021-09-16T19:33:52.900Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.16s) [2021-09-16T19:33:52.900Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (1.22s) [2021-09-16T19:33:53.160Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.53s) [2021-09-16T19:33:53.160Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.51s) [2021-09-16T19:33:53.160Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.89s) [2021-09-16T19:33:53.160Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.15s) [2021-09-16T19:33:53.160Z] === RUN TestDockerRegistryAuthTokenSuite [2021-09-16T19:33:53.160Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2021-09-16T19:33:58.434Z] check_test.go:278: [d485100ab6e8f] daemon is not started [2021-09-16T19:33:58.434Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2021-09-16T19:33:58.434Z] check_test.go:278: [d1df617293323] daemon is not started [2021-09-16T19:33:58.434Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2021-09-16T19:33:58.434Z] check_test.go:278: [d2b8acfff4153] daemon is not started [2021-09-16T19:33:58.434Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2021-09-16T19:33:58.694Z] check_test.go:278: [d74d5e1fb1e24] daemon is not started [2021-09-16T19:33:58.694Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2021-09-16T19:33:58.694Z] check_test.go:278: [d3684ca7b581e] daemon is not started [2021-09-16T19:33:58.953Z] --- PASS: TestDockerRegistryAuthTokenSuite (5.80s) [2021-09-16T19:33:58.953Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (5.15s) [2021-09-16T19:33:58.953Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.15s) [2021-09-16T19:33:58.953Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.16s) [2021-09-16T19:33:58.953Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.18s) [2021-09-16T19:33:58.953Z] --- PASS: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.15s) [2021-09-16T19:33:58.953Z] === RUN TestDockerNetworkSuite [2021-09-16T19:33:58.953Z] === RUN TestDockerNetworkSuite/TestConntrackFlowsLeak [2021-09-16T19:34:00.336Z] docker_cli_network_unix_test.go:46: [d7895e037070c] daemon is not started [2021-09-16T19:34:00.417Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2021-09-16T19:34:00.417Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2021-09-16T19:34:00.417Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2021-09-16T19:34:00.417Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2021-09-16T19:34:00.596Z] === RUN TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig [2021-09-16T19:34:01.166Z] docker_cli_network_unix_test.go:46: [d2cf5966cd73c] daemon is not started [2021-09-16T19:34:01.427Z] === RUN TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint [2021-09-16T19:34:03.335Z] docker_cli_network_unix_test.go:46: [d991bb22cd93e] daemon is not started [2021-09-16T19:34:03.904Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect [2021-09-16T19:34:05.300Z] docker_cli_network_unix_test.go:46: [d1bfb174630e5] daemon is not started [2021-09-16T19:34:05.300Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer [2021-09-16T19:34:05.560Z] docker_cli_network_unix_test.go:1233: [d1a96e0c97eaf] daemon is not started [2021-09-16T19:34:08.100Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping [2021-09-16T19:34:09.038Z] docker_cli_network_unix_test.go:46: [dae0a0511fb89] daemon is not started [2021-09-16T19:34:09.298Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP [2021-09-16T19:34:13.496Z] docker_cli_network_unix_test.go:46: [dc4cc6fe41b0e] daemon is not started [2021-09-16T19:34:14.436Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP [2021-09-16T19:34:15.155Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2021-09-16T19:34:15.608Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2021-09-16T19:34:15.819Z] docker_cli_network_unix_test.go:46: [d32989dc47f80] daemon is not started [2021-09-16T19:34:16.062Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2021-09-16T19:34:16.388Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer [2021-09-16T19:34:17.329Z] docker_cli_network_unix_test.go:46: [da6013e370b8c] daemon is not started [2021-09-16T19:34:17.329Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork [2021-09-16T19:34:17.899Z] docker_cli_network_unix_test.go:46: [d286f2fa30a88] daemon is not started [2021-09-16T19:34:17.899Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks [2021-09-16T19:34:18.159Z] docker_cli_network_unix_test.go:46: [d5b6ab88458c8] daemon is not started [2021-09-16T19:34:18.159Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithMac [2021-09-16T19:34:18.728Z] docker_cli_network_unix_test.go:46: [d1e46e77ca066] daemon is not started [2021-09-16T19:34:18.989Z] === RUN TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping [2021-09-16T19:34:19.118Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2021-09-16T19:34:19.558Z] docker_cli_network_unix_test.go:46: [d2556b5a25ed5] daemon is not started [2021-09-16T19:34:19.762Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2021-09-16T19:34:20.127Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDelete [2021-09-16T19:34:20.127Z] docker_cli_network_unix_test.go:46: [d49403eb43d65] daemon is not started [2021-09-16T19:34:20.127Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters [2021-09-16T19:34:20.387Z] docker_cli_network_unix_test.go:46: [d4505834b34ba] daemon is not started [2021-09-16T19:34:20.648Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateHostBind [2021-09-16T19:34:20.685Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2021-09-16T19:34:20.686Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2021-09-16T19:34:20.908Z] docker_cli_network_unix_test.go:46: [d33616eb54453] daemon is not started [2021-09-16T19:34:21.154Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2021-09-16T19:34:21.167Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreateLabel [2021-09-16T19:34:21.427Z] docker_cli_network_unix_test.go:46: [d51e57489f752] daemon is not started [2021-09-16T19:34:21.427Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCreatePredefined [2021-09-16T19:34:21.427Z] docker_cli_network_unix_test.go:46: [dabc4220ed303] daemon is not started [2021-09-16T19:34:21.427Z] === RUN TestDockerNetworkSuite/TestDockerNetworkCustomIPAM [2021-09-16T19:34:21.687Z] docker_cli_network_unix_test.go:46: [d38036d8a2413] daemon is not started [2021-09-16T19:34:21.687Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork [2021-09-16T19:34:22.270Z] docker_cli_network_unix_test.go:46: [d7db2851607a6] daemon is not started [2021-09-16T19:34:22.271Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault [2021-09-16T19:34:22.639Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2021-09-16T19:34:22.847Z] docker_cli_network_unix_test.go:46: [dc27bf3f97360] daemon is not started [2021-09-16T19:34:23.416Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge [2021-09-16T19:34:23.416Z] docker_cli_network_unix_test.go:46: [d5895697334fc] daemon is not started [2021-09-16T19:34:23.416Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost [2021-09-16T19:34:23.677Z] docker_cli_network_unix_test.go:46: [dffdc15d3c262] daemon is not started [2021-09-16T19:34:23.677Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverOptions [2021-09-16T19:34:23.677Z] docker_cli_network_unix_test.go:46: [dfe63723687b5] daemon is not started [2021-09-16T19:34:23.677Z] === RUN TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart [2021-09-16T19:34:25.058Z] docker_cli_network_unix_test.go:968: [d7c0baadfd10c] daemon is not started [2021-09-16T19:34:25.518Z] === RUN TestDockerSuite/TestBuildDockerignore [2021-09-16T19:34:25.999Z] === RUN TestDockerNetworkSuite/TestDockerNetworkFlagAlias [2021-09-16T19:34:26.939Z] docker_cli_network_unix_test.go:46: [ddeaa84cb02c5] daemon is not started [2021-09-16T19:34:27.199Z] === RUN TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart [2021-09-16T19:34:29.737Z] docker_cli_network_unix_test.go:1116: [d6c39ac19bd68] daemon is not started [2021-09-16T19:34:33.036Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations [2021-09-16T19:34:33.036Z] docker_cli_network_unix_test.go:46: [d94a82ec28624] daemon is not started [2021-09-16T19:34:33.036Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks [2021-09-16T19:34:33.605Z] docker_cli_network_unix_test.go:46: [db7f93458e1a3] daemon is not started [2021-09-16T19:34:33.605Z] === RUN TestDockerNetworkSuite/TestDockerNetworkIPAMOptions [2021-09-16T19:34:33.605Z] docker_cli_network_unix_test.go:46: [db3d91b60c621] daemon is not started [2021-09-16T19:34:33.605Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer [2021-09-16T19:34:33.866Z] docker_cli_network_unix_test.go:46: [d56b6e23e654f] daemon is not started [2021-09-16T19:34:33.866Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified [2021-09-16T19:34:33.866Z] docker_cli_network_unix_test.go:46: [d3e0e240c060d] daemon is not started [2021-09-16T19:34:33.866Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified [2021-09-16T19:34:34.126Z] docker_cli_network_unix_test.go:46: [d8641918c0afb] daemon is not started [2021-09-16T19:34:34.126Z] === RUN TestDockerNetworkSuite/TestDockerNetworkInspectDefault [2021-09-16T19:34:34.126Z] docker_cli_network_unix_test.go:46: [dd3d1aec54ee8] daemon is not started [2021-09-16T19:34:34.126Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly [2021-09-16T19:34:35.508Z] docker_cli_network_unix_test.go:46: [d340772b4c07d] daemon is not started [2021-09-16T19:34:36.450Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsDefault [2021-09-16T19:34:36.450Z] docker_cli_network_unix_test.go:46: [d9808a575876c] daemon is not started [2021-09-16T19:34:36.450Z] === RUN TestDockerNetworkSuite/TestDockerNetworkLsFilter [2021-09-16T19:34:36.450Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2021-09-16T19:34:36.450Z] docker_cli_network_unix_test.go:46: [df261f1b60a70] daemon is not started [2021-09-16T19:34:36.450Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMacInspect [2021-09-16T19:34:37.019Z] docker_cli_network_unix_test.go:46: [ddc54e0aaf37d] daemon is not started [2021-09-16T19:34:37.279Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart [2021-09-16T19:34:40.570Z] === RUN TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart [2021-09-16T19:34:41.974Z] docker_cli_network_unix_test.go:1084: [d8bea895d5915] daemon is not started [2021-09-16T19:34:43.356Z] === RUN TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver [2021-09-16T19:34:43.617Z] docker_cli_network_unix_test.go:46: [d4a0f6c0c2302] daemon is not started [2021-09-16T19:34:43.617Z] === RUN TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping [2021-09-16T19:34:43.877Z] docker_cli_network_unix_test.go:46: [d0dde45e82e71] daemon is not started [2021-09-16T19:34:44.447Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks [2021-09-16T19:34:45.387Z] docker_cli_network_unix_test.go:46: [d26f855ea9ae9] daemon is not started [2021-09-16T19:34:45.647Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRmPredefined [2021-09-16T19:34:45.647Z] docker_cli_network_unix_test.go:46: [df865e5195577] daemon is not started [2021-09-16T19:34:45.907Z] === RUN TestDockerNetworkSuite/TestDockerNetworkRunNetByID [2021-09-16T19:34:46.166Z] docker_cli_network_unix_test.go:46: [df12ca8ffb62d] daemon is not started [2021-09-16T19:34:46.426Z] === RUN TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP [2021-09-16T19:34:46.996Z] docker_cli_network_unix_test.go:46: [d72dcec07cd53] daemon is not started [2021-09-16T19:34:46.996Z] === RUN TestDockerNetworkSuite/TestDockerNetworkValidateIP [2021-09-16T19:34:47.566Z] docker_cli_network_unix_test.go:46: [d04fbd1859bfa] daemon is not started [2021-09-16T19:34:47.825Z] === RUN TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver [2021-09-16T19:34:53.105Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId [2021-09-16T19:34:53.105Z] docker_cli_network_unix_test.go:46: [db8dcacfb2591] daemon is not started [2021-09-16T19:34:53.105Z] --- PASS: TestDockerNetworkSuite (53.92s) [2021-09-16T19:34:53.105Z] --- PASS: TestDockerNetworkSuite/TestConntrackFlowsLeak (1.82s) [2021-09-16T19:34:53.105Z] --- PASS: TestDockerNetworkSuite/TestDeprecatedDockerNetworkStartAPIWithHostconfig (0.66s) [2021-09-16T19:34:53.105Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkAnonymousEndpoint (2.65s) [2021-09-16T19:34:53.105Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnect (1.41s) [2021-09-16T19:34:53.105Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectToStoppedContainer (2.53s) [2021-09-16T19:34:53.105Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectDisconnectWithPortMapping (1.46s) [2021-09-16T19:34:53.105Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectLinkLocalIP (4.88s) [2021-09-16T19:34:53.105Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIP (2.07s) [2021-09-16T19:34:53.105Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectPreferredIPStoppedContainer (1.08s) [2021-09-16T19:34:53.105Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectToHostFromOtherNetwork (0.50s) [2021-09-16T19:34:53.105Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithAliasOnDefaultNetworks (0.38s) [2021-09-16T19:34:53.105Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithMac (0.83s) [2021-09-16T19:34:53.105Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkConnectWithPortMapping (0.90s) [2021-09-16T19:34:53.105Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDelete (0.19s) [2021-09-16T19:34:53.105Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateDeleteSpecialCharacters (0.33s) [2021-09-16T19:34:53.105Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateHostBind (0.66s) [2021-09-16T19:34:53.105Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreateLabel (0.18s) [2021-09-16T19:34:53.105Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCreatePredefined (0.05s) [2021-09-16T19:34:53.105Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkCustomIPAM (0.16s) [2021-09-16T19:34:53.105Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectContainerNonexistingNetwork (0.70s) [2021-09-16T19:34:53.105Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectDefault (1.01s) [2021-09-16T19:34:53.105Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromBridge (0.07s) [2021-09-16T19:34:53.105Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDisconnectFromHost (0.26s) [2021-09-16T19:34:53.105Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverOptions (0.08s) [2021-09-16T19:34:53.105Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkDriverUngracefulRestart (2.25s) [2021-09-16T19:34:53.105Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkFlagAlias (1.18s) [2021-09-16T19:34:53.105Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkHostModeUngracefulDaemonRestart (5.42s) [2021-09-16T19:34:53.105Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMInvalidCombinations (0.20s) [2021-09-16T19:34:53.105Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMMultipleNetworks (0.83s) [2021-09-16T19:34:53.105Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkIPAMOptions (0.14s) [2021-09-16T19:34:53.105Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCreatedContainer (0.06s) [2021-09-16T19:34:53.105Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomSpecified (0.15s) [2021-09-16T19:34:53.105Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectCustomUnspecified (0.16s) [2021-09-16T19:34:53.105Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkInspectDefault (0.00s) [2021-09-16T19:34:53.105Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLinkOnDefaultNetworkOnly (2.32s) [2021-09-16T19:34:53.105Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkLsDefault (0.03s) [2021-09-16T19:34:53.105Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s) [2021-09-16T19:34:53.105Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMacInspect (0.75s) [2021-09-16T19:34:53.105Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksGracefulDaemonRestart (3.31s) [2021-09-16T19:34:53.105Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkMultipleNetworksUngracefulDaemonRestart (2.94s) [2021-09-16T19:34:53.105Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkNullIPAMDriver (0.05s) [2021-09-16T19:34:53.105Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkOverlayPortMapping (0.75s) [2021-09-16T19:34:53.105Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRestartWithMultipleNetworks (1.45s) [2021-09-16T19:34:53.105Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRmPredefined (0.06s) [2021-09-16T19:34:53.105Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkRunNetByID (0.64s) [2021-09-16T19:34:53.105Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkUnsupportedRequiredIP (0.47s) [2021-09-16T19:34:53.105Z] --- PASS: TestDockerNetworkSuite/TestDockerNetworkValidateIP (0.91s) [2021-09-16T19:34:53.105Z] --- PASS: TestDockerNetworkSuite/TestDockerPluginV2NetworkDriver (4.95s) [2021-09-16T19:34:53.105Z] === RUN TestDockerHubPullSuite [2021-09-16T19:34:53.105Z] === RUN TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry [2021-09-16T19:34:55.014Z] === RUN TestDockerHubPullSuite/TestPullClientDisconnect [2021-09-16T19:34:56.394Z] === RUN TestDockerSwarmSuite/TestSwarmContainerAutoStart [2021-09-16T19:34:56.963Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistry [2021-09-16T19:34:57.534Z] === RUN TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts [2021-09-16T19:34:58.917Z] === RUN TestDockerHubPullSuite/TestPullNonExistingImage [2021-09-16T19:34:58.918Z] === RUN TestDockerHubPullSuite/TestPullScratchNotAllowed [2021-09-16T19:34:59.179Z] --- PASS: TestDockerHubPullSuite (6.31s) [2021-09-16T19:34:59.179Z] --- PASS: TestDockerHubPullSuite/TestPullAllTagsFromCentralRegistry (1.94s) [2021-09-16T19:34:59.179Z] --- PASS: TestDockerHubPullSuite/TestPullClientDisconnect (2.32s) [2021-09-16T19:34:59.179Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistry (0.41s) [2021-09-16T19:34:59.179Z] --- PASS: TestDockerHubPullSuite/TestPullFromCentralRegistryImplicitRefParts (1.29s) [2021-09-16T19:34:59.179Z] --- PASS: TestDockerHubPullSuite/TestPullNonExistingImage (0.29s) [2021-09-16T19:34:59.179Z] --- PASS: TestDockerHubPullSuite/TestPullScratchNotAllowed (0.06s) [2021-09-16T19:34:59.179Z] PASS [2021-09-16T19:34:59.179Z] [2021-09-16T19:34:59.179Z] === Skipped [2021-09-16T19:34:59.179Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2021-09-16T19:34:59.179Z] docker_cli_build_test.go:5332: unmatched requirement DaemonIsWindows [2021-09-16T19:34:59.179Z] --- SKIP: TestDockerSuite/TestBuildCmdShellArgsEscaped (0.00s) [2021-09-16T19:34:59.179Z] [2021-09-16T19:34:59.179Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.03s) [2021-09-16T19:34:59.179Z] docker_cli_build_test.go:607: unmatched requirement DaemonIsWindows [2021-09-16T19:34:59.179Z] --- SKIP: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (0.03s) [2021-09-16T19:34:59.179Z] [2021-09-16T19:34:59.179Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.04s) [2021-09-16T19:34:59.179Z] docker_cli_build_test.go:5882: unmatched requirement DaemonIsWindows [2021-09-16T19:34:59.179Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.04s) [2021-09-16T19:34:59.179Z] [2021-09-16T19:34:59.179Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2021-09-16T19:34:59.179Z] docker_cli_build_test.go:5865: unmatched requirement DaemonIsWindows [2021-09-16T19:34:59.179Z] --- SKIP: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.02s) [2021-09-16T19:34:59.179Z] [2021-09-16T19:34:59.179Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2021-09-16T19:34:59.179Z] docker_cli_build_test.go:5900: unmatched requirement DaemonIsWindows [2021-09-16T19:34:59.179Z] --- SKIP: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (0.01s) [2021-09-16T19:34:59.179Z] [2021-09-16T19:34:59.179Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.06s) [2021-09-16T19:34:59.179Z] docker_cli_build_test.go:5309: unmatched requirement DaemonIsWindows [2021-09-16T19:34:59.179Z] --- SKIP: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (0.06s) [2021-09-16T19:34:59.179Z] [2021-09-16T19:34:59.179Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2021-09-16T19:34:59.179Z] docker_cli_build_test.go:5831: unmatched requirement DaemonIsWindows [2021-09-16T19:34:59.179Z] --- SKIP: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (0.00s) [2021-09-16T19:34:59.179Z] [2021-09-16T19:34:59.179Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildShellWindowsPowershell (0.02s) [2021-09-16T19:34:59.179Z] docker_cli_build_test.go:5297: unmatched requirement DaemonIsWindows [2021-09-16T19:34:59.179Z] --- SKIP: TestDockerSuite/TestBuildShellWindowsPowershell (0.02s) [2021-09-16T19:34:59.179Z] [2021-09-16T19:34:59.179Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2021-09-16T19:34:59.179Z] docker_cli_build_test.go:1348: unmatched requirement DaemonIsWindows [2021-09-16T19:34:59.179Z] --- SKIP: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (0.01s) [2021-09-16T19:34:59.179Z] [2021-09-16T19:34:59.179Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2021-09-16T19:34:59.179Z] docker_cli_build_test.go:6022: unmatched requirement DaemonIsWindows [2021-09-16T19:34:59.179Z] --- SKIP: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.01s) [2021-09-16T19:34:59.179Z] [2021-09-16T19:34:59.179Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsUser (0.01s) [2021-09-16T19:34:59.179Z] docker_cli_build_test.go:5992: unmatched requirement DaemonIsWindows [2021-09-16T19:34:59.179Z] --- SKIP: TestDockerSuite/TestBuildWindowsUser (0.01s) [2021-09-16T19:34:59.179Z] [2021-09-16T19:34:59.179Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2021-09-16T19:34:59.179Z] docker_cli_build_test.go:1337: unmatched requirement DaemonIsWindows [2021-09-16T19:34:59.179Z] --- SKIP: TestDockerSuite/TestBuildWindowsWorkdirProcessing (0.01s) [2021-09-16T19:34:59.179Z] [2021-09-16T19:34:59.179Z] === SKIP: amd64.integration-cli TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2021-09-16T19:34:59.179Z] docker_cli_build_test.go:4905: unmatched requirement DaemonIsWindows [2021-09-16T19:34:59.179Z] --- SKIP: TestDockerSuite/TestBuildWorkdirWindowsPath (0.01s) [2021-09-16T19:34:59.179Z] [2021-09-16T19:34:59.179Z] === SKIP: amd64.integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2021-09-16T19:34:59.179Z] docker_cli_sni_test.go:18: Flakey test [2021-09-16T19:34:59.179Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.01s) [2021-09-16T19:34:59.179Z] [2021-09-16T19:34:59.179Z] === SKIP: amd64.integration-cli TestDockerSuite/TestContainerAPITopWindows (0.01s) [2021-09-16T19:34:59.179Z] docker_api_containers_test.go:417: unmatched requirement DaemonIsWindows [2021-09-16T19:34:59.179Z] --- SKIP: TestDockerSuite/TestContainerAPITopWindows (0.01s) [2021-09-16T19:34:59.179Z] [2021-09-16T19:34:59.179Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateGrowRootfs (0.00s) [2021-09-16T19:34:59.179Z] docker_cli_create_test.go:59: unmatched requirement Devicemapper [2021-09-16T19:34:59.179Z] --- SKIP: TestDockerSuite/TestCreateGrowRootfs (0.00s) [2021-09-16T19:34:59.179Z] [2021-09-16T19:34:59.179Z] === SKIP: amd64.integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2021-09-16T19:34:59.179Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-09-16T19:34:59.179Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.00s) [2021-09-16T19:34:59.179Z] [2021-09-16T19:34:59.179Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2021-09-16T19:34:59.179Z] docker_cli_events_unix_test.go:52: unmatched requirement swapMemorySupport [2021-09-16T19:34:59.179Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableFalse (0.00s) [2021-09-16T19:34:59.179Z] [2021-09-16T19:34:59.179Z] === SKIP: amd64.integration-cli TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2021-09-16T19:34:59.179Z] docker_cli_events_unix_test.go:82: unmatched requirement swapMemorySupport [2021-09-16T19:34:59.179Z] --- SKIP: TestDockerSuite/TestEventsOOMDisableTrue (0.00s) [2021-09-16T19:34:59.179Z] [2021-09-16T19:34:59.179Z] === SKIP: amd64.integration-cli TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2021-09-16T19:34:59.179Z] docker_cli_exec_test.go:515: unmatched requirement DaemonIsWindows [2021-09-16T19:34:59.179Z] --- SKIP: TestDockerSuite/TestExecWindowsPathNotWiped (0.00s) [2021-09-16T19:34:59.179Z] [2021-09-16T19:34:59.179Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2021-09-16T19:34:59.179Z] docker_cli_inspect_test.go:183: unmatched requirement Devicemapper [2021-09-16T19:34:59.179Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.00s) [2021-09-16T19:34:59.179Z] [2021-09-16T19:34:59.179Z] === SKIP: amd64.integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2021-09-16T19:34:59.179Z] docker_cli_inspect_test.go:165: unmatched requirement Devicemapper [2021-09-16T19:34:59.179Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.00s) [2021-09-16T19:34:59.179Z] [2021-09-16T19:34:59.179Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2021-09-16T19:34:59.179Z] docker_cli_plugins_test.go:321: unmatched requirement DaemonIsWindows [2021-09-16T19:34:59.179Z] --- SKIP: TestDockerSuite/TestPluginInspectOnWindows (0.00s) [2021-09-16T19:34:59.179Z] [2021-09-16T19:34:59.179Z] === SKIP: amd64.integration-cli TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2021-09-16T19:34:59.179Z] docker_cli_pull_test.go:267: unmatched requirement DaemonIsWindows [2021-09-16T19:34:59.179Z] --- SKIP: TestDockerSuite/TestPullLinuxImageFailsOnWindows (0.00s) [2021-09-16T19:34:59.179Z] [2021-09-16T19:34:59.179Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2021-09-16T19:34:59.179Z] docker_cli_run_test.go:4023: unmatched requirement DaemonIsWindows [2021-09-16T19:34:59.179Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecFailures (0.00s) [2021-09-16T19:34:59.179Z] [2021-09-16T19:34:59.179Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2021-09-16T19:34:59.179Z] docker_cli_run_test.go:4042: unmatched requirement DaemonIsWindows [2021-09-16T19:34:59.179Z] --- SKIP: TestDockerSuite/TestRunCredentialSpecWellFormed (0.00s) [2021-09-16T19:34:59.179Z] [2021-09-16T19:34:59.179Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunDeviceDirectory (0.00s) [2021-09-16T19:34:59.179Z] docker_cli_run_unix_test.go:86: Host does not have /dev/snd [2021-09-16T19:34:59.179Z] --- SKIP: TestDockerSuite/TestRunDeviceDirectory (0.00s) [2021-09-16T19:34:59.179Z] [2021-09-16T19:34:59.179Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-09-16T19:34:59.179Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2021-09-16T19:34:59.179Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-09-16T19:34:59.179Z] [2021-09-16T19:34:59.179Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunOOMExitCode (0.00s) [2021-09-16T19:34:59.179Z] docker_cli_run_unix_test.go:590: unmatched requirement swapMemorySupport [2021-09-16T19:34:59.179Z] --- SKIP: TestDockerSuite/TestRunOOMExitCode (0.00s) [2021-09-16T19:34:59.179Z] [2021-09-16T19:34:59.179Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-09-16T19:34:59.179Z] docker_cli_run_test.go:4108: unmatched requirement IsolationIsProcess [2021-09-16T19:34:59.179Z] --- SKIP: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (0.00s) [2021-09-16T19:34:59.179Z] [2021-09-16T19:34:59.179Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunReadProcLatency (0.00s) [2021-09-16T19:34:59.179Z] docker_cli_run_test.go:2843: kernel doesn't have latency_stats configured [2021-09-16T19:34:59.179Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.00s) [2021-09-16T19:34:59.179Z] [2021-09-16T19:34:59.179Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2021-09-16T19:34:59.179Z] docker_cli_run_test.go:1426: Unstable test, to be re-activated once #19937 is resolved [2021-09-16T19:34:59.179Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.00s) [2021-09-16T19:34:59.179Z] [2021-09-16T19:34:59.179Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.01s) [2021-09-16T19:34:59.179Z] docker_cli_run_unix_test.go:691: unmatched requirement swapMemorySupport [2021-09-16T19:34:59.179Z] --- SKIP: TestDockerSuite/TestRunSwapLessThanMemoryLimit (0.01s) [2021-09-16T19:34:59.179Z] [2021-09-16T19:34:59.179Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2021-09-16T19:34:59.179Z] docker_cli_run_unix_test.go:1416: Host does not have /dev/snd/timer [2021-09-16T19:34:59.179Z] --- SKIP: TestDockerSuite/TestRunUserDeviceAllowed (0.00s) [2021-09-16T19:34:59.179Z] [2021-09-16T19:34:59.179Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2021-09-16T19:34:59.179Z] docker_cli_run_test.go:4078: unmatched requirement DaemonIsWindows [2021-09-16T19:34:59.179Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUCount (0.00s) [2021-09-16T19:34:59.179Z] [2021-09-16T19:34:59.179Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2021-09-16T19:34:59.179Z] docker_cli_run_test.go:4098: unmatched requirement DaemonIsWindows [2021-09-16T19:34:59.179Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUPercent (0.00s) [2021-09-16T19:34:59.179Z] [2021-09-16T19:34:59.179Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2021-09-16T19:34:59.179Z] docker_cli_run_test.go:4088: unmatched requirement DaemonIsWindows [2021-09-16T19:34:59.179Z] --- SKIP: TestDockerSuite/TestRunWindowsWithCPUShares (0.00s) [2021-09-16T19:34:59.179Z] [2021-09-16T19:34:59.179Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2021-09-16T19:34:59.179Z] docker_cli_run_unix_test.go:541: unmatched requirement blkioWeight [2021-09-16T19:34:59.179Z] --- SKIP: TestDockerSuite/TestRunWithBlkioWeight (0.00s) [2021-09-16T19:34:59.179Z] [2021-09-16T19:34:59.179Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2021-09-16T19:34:59.179Z] docker_cli_run_unix_test.go:552: unmatched requirement blkioWeight [2021-09-16T19:34:59.179Z] --- SKIP: TestDockerSuite/TestRunWithInvalidBlkioWeight (0.00s) [2021-09-16T19:34:59.179Z] [2021-09-16T19:34:59.179Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2021-09-16T19:34:59.179Z] docker_cli_run_unix_test.go:566: unmatched requirement blkioWeight [2021-09-16T19:34:59.179Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadBps (0.00s) [2021-09-16T19:34:59.179Z] [2021-09-16T19:34:59.179Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2021-09-16T19:34:59.179Z] docker_cli_run_unix_test.go:578: unmatched requirement blkioWeight [2021-09-16T19:34:59.179Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceReadIOps (0.00s) [2021-09-16T19:34:59.179Z] [2021-09-16T19:34:59.179Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2021-09-16T19:34:59.179Z] docker_cli_run_unix_test.go:572: unmatched requirement blkioWeight [2021-09-16T19:34:59.179Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteBps (0.00s) [2021-09-16T19:34:59.179Z] [2021-09-16T19:34:59.179Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2021-09-16T19:34:59.179Z] docker_cli_run_unix_test.go:584: unmatched requirement blkioWeight [2021-09-16T19:34:59.179Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioDeviceWriteIOps (0.00s) [2021-09-16T19:34:59.179Z] [2021-09-16T19:34:59.179Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.01s) [2021-09-16T19:34:59.179Z] docker_cli_run_unix_test.go:560: unmatched requirement blkioWeight [2021-09-16T19:34:59.179Z] --- SKIP: TestDockerSuite/TestRunWithInvalidPathforBlkioWeightDevice (0.01s) [2021-09-16T19:34:59.179Z] [2021-09-16T19:34:59.179Z] === SKIP: amd64.integration-cli TestDockerSuite/TestRunWithoutMemoryswapLimit (0.01s) [2021-09-16T19:34:59.179Z] docker_cli_run_unix_test.go:628: unmatched requirement swapMemorySupport [2021-09-16T19:34:59.179Z] --- SKIP: TestDockerSuite/TestRunWithoutMemoryswapLimit (0.01s) [2021-09-16T19:34:59.179Z] [2021-09-16T19:34:59.179Z] === SKIP: amd64.integration-cli TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2021-09-16T19:34:59.179Z] docker_cli_top_test.go:51: unmatched requirement DaemonIsWindows [2021-09-16T19:34:59.179Z] --- SKIP: TestDockerSuite/TestTopWindowsCoreProcesses (0.00s) [2021-09-16T19:34:59.179Z] [2021-09-16T19:34:59.180Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2021-09-16T19:34:59.180Z] docker_cli_update_unix_test.go:144: unmatched requirement swapMemorySupport [2021-09-16T19:34:59.180Z] --- SKIP: TestDockerSuite/TestUpdateInvalidSwapMemory (0.00s) [2021-09-16T19:34:59.180Z] [2021-09-16T19:34:59.180Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2021-09-16T19:34:59.180Z] docker_cli_update_unix_test.go:198: unmatched requirement swapMemorySupport [2021-09-16T19:34:59.180Z] --- SKIP: TestDockerSuite/TestUpdateMemoryWithSwapMemory (0.00s) [2021-09-16T19:34:59.180Z] [2021-09-16T19:34:59.180Z] === SKIP: amd64.integration-cli TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2021-09-16T19:34:59.180Z] docker_cli_update_unix_test.go:128: unmatched requirement swapMemorySupport [2021-09-16T19:34:59.180Z] --- SKIP: TestDockerSuite/TestUpdateSwapMemoryOnly (0.00s) [2021-09-16T19:34:59.180Z] [2021-09-16T19:34:59.180Z] === SKIP: amd64.integration-cli TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2021-09-16T19:34:59.180Z] docker_cli_run_test.go:4416: unmatched requirement DaemonIsWindowsAtLeastBuild.func1 [2021-09-16T19:34:59.180Z] --- SKIP: TestDockerSuite/TestWindowsRunAsSystem (0.01s) [2021-09-16T19:34:59.180Z] [2021-09-16T19:34:59.180Z] === SKIP: amd64.integration-cli TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s) [2021-09-16T19:34:59.180Z] docker_cli_network_unix_test.go:307: unmatched requirement OnlyDefaultNetworks [2021-09-16T19:34:59.180Z] docker_cli_network_unix_test.go:46: [df261f1b60a70] daemon is not started [2021-09-16T19:34:59.180Z] --- SKIP: TestDockerNetworkSuite/TestDockerNetworkLsFilter (0.01s) [2021-09-16T19:34:59.180Z] [2021-09-16T19:34:59.180Z] DONE 1269 tests, 51 skipped in 1440.479s [2021-09-16T19:34:59.180Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-09-16T19:34:59.180Z] ++++ cat bundles/test-integration/docker.pid [2021-09-16T19:34:59.180Z] +++ kill 8529 [2021-09-16T19:34:59.180Z] +++ /etc/init.d/apparmor stop [2021-09-16T19:34:59.180Z] Leaving: AppArmorNo profiles have been unloaded. [2021-09-16T19:34:59.180Z] [2021-09-16T19:34:59.180Z] Unloading profiles will leave already running processes permanently [2021-09-16T19:34:59.180Z] unconfined, which can lead to unexpected situations. [2021-09-16T19:34:59.180Z] [2021-09-16T19:34:59.180Z] To set a process to complain mode, use the command line tool [2021-09-16T19:34:59.180Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-09-16T19:34:59.180Z] +++ true [2021-09-16T19:34:59.180Z] exiting test-integration [2021-09-16T19:34:59.180Z] ++ exit 0 [2021-09-16T19:34:59.180Z] [2021-09-16T19:34:59.440Z] + for job in $(jobs -p) [2021-09-16T19:34:59.440Z] + wait 17177 [2021-09-16T19:35:02.750Z] === RUN TestDockerSwarmSuite/TestSwarmContainerEndpointOptions [2021-09-16T19:35:07.934Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2021-09-16T19:35:08.027Z] === RUN TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork [2021-09-16T19:35:08.180Z] === RUN TestDockerSuite/TestAPIImagesSearchJSONContentType [2021-09-16T19:35:08.180Z] === RUN TestDockerSuite/TestAPIImagesSizeCompatibility [2021-09-16T19:35:08.180Z] === RUN TestDockerSuite/TestAPINetworkConnectDisconnect [2021-09-16T19:35:08.180Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2021-09-16T19:35:08.180Z] === RUN TestDockerSuite/TestAPINetworkCreateCheckDuplicate [2021-09-16T19:35:08.180Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2021-09-16T19:35:08.180Z] === RUN TestDockerSuite/TestAPINetworkFilter [2021-09-16T19:35:08.180Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2021-09-16T19:35:08.180Z] === RUN TestDockerSuite/TestAPINetworkGetDefaults [2021-09-16T19:35:08.180Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2021-09-16T19:35:08.180Z] === RUN TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks [2021-09-16T19:35:08.180Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2021-09-16T19:35:08.180Z] === RUN TestDockerSuite/TestAPINetworkInspectBridge [2021-09-16T19:35:08.180Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2021-09-16T19:35:08.180Z] === RUN TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork [2021-09-16T19:35:08.180Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2021-09-16T19:35:08.180Z] === RUN TestDockerSuite/TestAPIOptionsRoute [2021-09-16T19:35:08.180Z] === RUN TestDockerSuite/TestAPIStatsContainerNotFound [2021-09-16T19:35:08.180Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2021-09-16T19:35:08.180Z] === RUN TestDockerSuite/TestAPIStatsNetworkStats [2021-09-16T19:35:10.566Z] === RUN TestDockerSwarmSuite/TestSwarmIncompatibleDaemon [2021-09-16T19:35:11.075Z] === RUN TestDockerSuite/TestAPIStatsNetworkStatsVersioning [2021-09-16T19:35:11.075Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2021-09-16T19:35:11.075Z] === RUN TestDockerSuite/TestAPIStatsNoStreamConnectedContainers [2021-09-16T19:35:11.075Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2021-09-16T19:35:11.075Z] === RUN TestDockerSuite/TestAPIStatsNoStreamGetCpu [2021-09-16T19:35:12.038Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2021-09-16T19:35:12.038Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2021-09-16T19:35:12.038Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2021-09-16T19:35:12.585Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2021-09-16T19:35:12.585Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2021-09-16T19:35:12.585Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2021-09-16T19:35:13.985Z] === RUN TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines [2021-09-16T19:35:14.761Z] === RUN TestDockerSwarmSuite/TestSwarmIngressNetwork [2021-09-16T19:35:16.152Z] === RUN TestDockerSuite/TestAppArmorDeniesChmodProc [2021-09-16T19:35:16.152Z] docker_cli_run_test.go:3155: unmatched requirement Apparmor [2021-09-16T19:35:16.152Z] === RUN TestDockerSuite/TestAppArmorDeniesPtrace [2021-09-16T19:35:16.152Z] docker_cli_run_test.go:3133: unmatched requirement Apparmor [2021-09-16T19:35:16.152Z] === RUN TestDockerSuite/TestAppArmorTraceSelf [2021-09-16T19:35:16.152Z] docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux [2021-09-16T19:35:16.152Z] === RUN TestDockerSuite/TestAttachDisconnect [2021-09-16T19:35:16.152Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2021-09-16T19:35:16.152Z] === RUN TestDockerSuite/TestAttachMultipleAndRestart [2021-09-16T19:35:16.669Z] === RUN TestDockerSwarmSuite/TestSwarmInit [2021-09-16T19:35:19.047Z] === RUN TestDockerSuite/TestAttachPausedContainer [2021-09-16T19:35:19.047Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2021-09-16T19:35:19.047Z] === RUN TestDockerSuite/TestAttachTTYWithoutStdin [2021-09-16T19:35:19.047Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2021-09-16T19:35:19.047Z] === RUN TestDockerSuite/TestBuildAPIBuildGitWithF [2021-09-16T19:35:20.866Z] === RUN TestDockerSwarmSuite/TestSwarmInitIPv6 [2021-09-16T19:35:20.866Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2021-09-16T19:35:20.866Z] === RUN TestDockerSwarmSuite/TestSwarmInitLocked [2021-09-16T19:35:22.466Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2021-09-16T19:35:24.818Z] === RUN TestDockerSuite/TestBuildAPIDockerFileRemote [2021-09-16T19:35:26.142Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr [2021-09-16T19:35:26.711Z] === RUN TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr [2021-09-16T19:35:27.663Z] === RUN TestDockerSwarmSuite/TestSwarmInitWithDrain [2021-09-16T19:35:29.571Z] === RUN TestDockerSwarmSuite/TestSwarmJoinLeave [2021-09-16T19:35:31.135Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2021-09-16T19:35:39.803Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2021-09-16T19:36:01.042Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2021-09-16T19:36:03.155Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2021-09-16T19:36:03.155Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2021-09-16T19:36:03.155Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2021-09-16T19:36:09.708Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2021-09-16T19:36:16.873Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2021-09-16T19:36:17.903Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2021-09-16T19:36:25.813Z] === RUN TestDockerSwarmSuite/TestSwarmJoinPromoteLocked [2021-09-16T19:36:25.813Z] docker_cli_swarm_test.go:1186: [d1ef62edb914f] joining swarm manager [da306aa493433]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-09-16T19:36:28.160Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2021-09-16T19:36:32.387Z] docker_cli_swarm_test.go:1195: [d413997e25bfe] joining swarm manager [da306aa493433]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-09-16T19:36:36.672Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2021-09-16T19:36:50.804Z] === RUN TestDockerSuite/TestBuildAPIDoubleDockerfile [2021-09-16T19:36:50.804Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2021-09-16T19:36:50.804Z] === RUN TestDockerSuite/TestBuildAPILowerDockerfile [2021-09-16T19:36:53.699Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContext [2021-09-16T19:36:53.699Z] === RUN TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile [2021-09-16T19:36:56.590Z] === RUN TestDockerSuite/TestBuildAPIUnnormalizedTarPaths [2021-09-16T19:36:57.553Z] === RUN TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace [2021-09-16T19:36:57.553Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2021-09-16T19:36:57.553Z] === RUN TestDockerSuite/TestBuildAddBadLinks [2021-09-16T19:36:57.553Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2021-09-16T19:36:57.553Z] === RUN TestDockerSuite/TestBuildAddBadLinksVolume [2021-09-16T19:36:57.553Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2021-09-16T19:36:57.553Z] === RUN TestDockerSuite/TestBuildAddBrokenTar [2021-09-16T19:36:57.553Z] === RUN TestDockerSuite/TestBuildAddCacheOnFileChange [2021-09-16T19:36:58.517Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithCache [2021-09-16T19:37:01.412Z] === RUN TestDockerSuite/TestBuildAddCurrentDirWithoutCache [2021-09-16T19:37:01.730Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2021-09-16T19:37:02.941Z] === RUN TestDockerSuite/TestBuildAddDirContentToExistingDir [2021-09-16T19:37:02.941Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2021-09-16T19:37:02.941Z] === RUN TestDockerSuite/TestBuildAddDirContentToRoot [2021-09-16T19:37:02.941Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2021-09-16T19:37:02.941Z] === RUN TestDockerSuite/TestBuildAddFileNotFound [2021-09-16T19:37:02.941Z] === RUN TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache [2021-09-16T19:37:05.833Z] === RUN TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache [2021-09-16T19:37:08.752Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2021-09-16T19:37:15.775Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2021-09-16T19:37:16.133Z] === RUN TestDockerSuite/TestBuildAddNonTar [2021-09-16T19:37:17.526Z] === RUN TestDockerSuite/TestBuildDotDotFile [2021-09-16T19:37:17.526Z] === RUN TestDockerSuite/TestBuildEOLInLine [2021-09-16T19:37:17.526Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2021-09-16T19:37:17.526Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2021-09-16T19:37:17.526Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2021-09-16T19:37:17.527Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2021-09-16T19:37:17.996Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2021-09-16T19:37:18.983Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2021-09-16T19:37:18.983Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2021-09-16T19:37:18.983Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2021-09-16T19:37:19.024Z] === RUN TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict [2021-09-16T19:37:19.092Z] === RUN TestDockerSwarmSuite/TestSwarmJoinWithDrain [2021-09-16T19:37:19.451Z] === RUN TestDockerSuite/TestBuildEntrypoint [2021-09-16T19:37:19.921Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2021-09-16T19:37:19.987Z] === RUN TestDockerSuite/TestBuildAddPreservesFilesSpecialBits [2021-09-16T19:37:19.987Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2021-09-16T19:37:19.987Z] === RUN TestDockerSuite/TestBuildAddRemoteFileMTime [2021-09-16T19:37:23.708Z] === RUN TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache [2021-09-16T19:37:23.714Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2021-09-16T19:37:24.671Z] === RUN TestDockerSuite/TestBuildAddRemoteNoDecompress [2021-09-16T19:37:25.932Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2021-09-16T19:37:27.214Z] === RUN TestDockerSwarmSuite/TestSwarmLeaveLocked [2021-09-16T19:37:28.393Z] === RUN TestDockerSuite/TestBuildAddScript [2021-09-16T19:37:28.393Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2021-09-16T19:37:28.393Z] === RUN TestDockerSuite/TestBuildAddSingleFileToExistDir [2021-09-16T19:37:28.393Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2021-09-16T19:37:28.393Z] === RUN TestDockerSuite/TestBuildAddSingleFileToNonExistingDir [2021-09-16T19:37:28.393Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2021-09-16T19:37:28.393Z] === RUN TestDockerSuite/TestBuildAddSingleFileToRoot [2021-09-16T19:37:28.393Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2021-09-16T19:37:28.393Z] === RUN TestDockerSuite/TestBuildAddSingleFileToWorkdir [2021-09-16T19:37:28.851Z] === RUN TestDockerSuite/TestBuildAddTar [2021-09-16T19:37:29.724Z] === RUN TestDockerSuite/TestBuildEnv [2021-09-16T19:37:29.724Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2021-09-16T19:37:29.724Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2021-09-16T19:37:29.724Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2021-09-16T19:37:29.724Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2021-09-16T19:37:29.724Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2021-09-16T19:37:29.724Z] === RUN TestDockerSuite/TestBuildEnvUsage [2021-09-16T19:37:29.724Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2021-09-16T19:37:29.724Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2021-09-16T19:37:29.725Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2021-09-16T19:37:29.725Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2021-09-16T19:37:31.408Z] === RUN TestDockerSwarmSuite/TestSwarmLockUnlockCluster [2021-09-16T19:37:32.679Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2021-09-16T19:37:32.679Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2021-09-16T19:37:32.679Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2021-09-16T19:37:32.679Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2021-09-16T19:37:32.679Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2021-09-16T19:37:32.679Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2021-09-16T19:37:32.679Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2021-09-16T19:37:32.788Z] docker_cli_swarm_test.go:1118: [d80d8b7dd0a2d] joining swarm manager [d7d4d179e8169]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-09-16T19:37:33.666Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2021-09-16T19:37:34.169Z] docker_cli_swarm_test.go:1119: [d463d2b80fb69] joining swarm manager [d7d4d179e8169]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-09-16T19:37:37.462Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2021-09-16T19:37:47.889Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2021-09-16T19:37:47.889Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2021-09-16T19:37:47.889Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2021-09-16T19:37:47.889Z] === RUN TestDockerSuite/TestBuildExpose [2021-09-16T19:37:47.889Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2021-09-16T19:37:48.358Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2021-09-16T19:37:48.358Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2021-09-16T19:37:48.358Z] === RUN TestDockerSuite/TestBuildExposeOrder [2021-09-16T19:37:48.358Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2021-09-16T19:37:48.358Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2021-09-16T19:37:48.358Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2021-09-16T19:37:48.358Z] === RUN TestDockerSuite/TestBuildFails [2021-09-16T19:37:50.575Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2021-09-16T19:37:50.575Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2021-09-16T19:37:55.335Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2021-09-16T19:38:01.211Z] === RUN TestDockerSuite/TestBuildForceRm [2021-09-16T19:38:05.973Z] === RUN TestDockerSuite/TestBuildFromGit [2021-09-16T19:38:10.735Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2021-09-16T19:38:11.328Z] === RUN TestDockerSuite/TestBuildAddTarXz [2021-09-16T19:38:11.328Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2021-09-16T19:38:11.328Z] === RUN TestDockerSuite/TestBuildAddTarXzGz [2021-09-16T19:38:11.328Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2021-09-16T19:38:11.723Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2021-09-16T19:38:11.784Z] === RUN TestDockerSuite/TestBuildAddToSymlinkDest [2021-09-16T19:38:15.513Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2021-09-16T19:38:15.513Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2021-09-16T19:38:15.513Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2021-09-16T19:38:15.980Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2021-09-16T19:38:15.980Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2021-09-16T19:38:15.980Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2021-09-16T19:38:16.446Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2021-09-16T19:38:23.589Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2021-09-16T19:38:23.589Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2021-09-16T19:38:23.589Z] === RUN TestDockerSuite/TestBuildHistory [2021-09-16T19:38:27.758Z] === RUN TestDockerSuite/TestBuildDotDotFile [2021-09-16T19:38:27.758Z] === RUN TestDockerSuite/TestBuildEOLInLine [2021-09-16T19:38:27.758Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2021-09-16T19:38:27.758Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2021-09-16T19:38:27.758Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2021-09-16T19:38:27.758Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2021-09-16T19:38:27.758Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2021-09-16T19:38:27.758Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2021-09-16T19:38:27.758Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2021-09-16T19:38:27.758Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2021-09-16T19:38:27.758Z] === RUN TestDockerSuite/TestBuildEntrypoint [2021-09-16T19:38:27.758Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2021-09-16T19:38:27.758Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2021-09-16T19:38:29.926Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2021-09-16T19:38:32.232Z] === RUN TestDockerSuite/TestBuildIidFile [2021-09-16T19:38:32.698Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2021-09-16T19:38:33.648Z] === RUN TestDockerSuite/TestBuildEnv [2021-09-16T19:38:33.648Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2021-09-16T19:38:33.648Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2021-09-16T19:38:33.648Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2021-09-16T19:38:33.648Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2021-09-16T19:38:33.648Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2021-09-16T19:38:33.648Z] === RUN TestDockerSuite/TestBuildEnvUsage [2021-09-16T19:38:33.648Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2021-09-16T19:38:33.648Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2021-09-16T19:38:33.648Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2021-09-16T19:38:33.648Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2021-09-16T19:38:33.681Z] === RUN TestDockerSuite/TestBuildInheritance [2021-09-16T19:38:33.681Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2021-09-16T19:38:33.681Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2021-09-16T19:38:34.663Z] === RUN TestDockerSuite/TestBuildInvalidTag [2021-09-16T19:38:34.663Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2021-09-16T19:38:36.538Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2021-09-16T19:38:36.539Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2021-09-16T19:38:36.539Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2021-09-16T19:38:36.539Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2021-09-16T19:38:36.539Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2021-09-16T19:38:36.539Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2021-09-16T19:38:36.539Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2021-09-16T19:38:37.496Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2021-09-16T19:38:38.819Z] === RUN TestDockerSuite/TestBuildLabel [2021-09-16T19:38:38.819Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2021-09-16T19:38:39.288Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2021-09-16T19:38:40.275Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2021-09-16T19:38:40.744Z] === RUN TestDockerSuite/TestBuildLabels [2021-09-16T19:38:41.195Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2021-09-16T19:38:41.708Z] === RUN TestDockerSuite/TestBuildAddWholeDirToRoot [2021-09-16T19:38:41.708Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2021-09-16T19:38:41.708Z] === RUN TestDockerSuite/TestBuildBlankName [2021-09-16T19:38:41.708Z] === RUN TestDockerSuite/TestBuildBuildTimeArg [2021-09-16T19:38:41.732Z] === RUN TestDockerSuite/TestBuildLabelsCache [2021-09-16T19:38:42.721Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2021-09-16T19:38:47.481Z] === RUN TestDockerSuite/TestBuildLastModified [2021-09-16T19:38:47.481Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2021-09-16T19:38:47.481Z] === RUN TestDockerSuite/TestBuildLineBreak [2021-09-16T19:38:47.481Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2021-09-16T19:38:47.481Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2021-09-16T19:38:47.481Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2021-09-16T19:38:47.481Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2021-09-16T19:38:47.481Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2021-09-16T19:38:47.951Z] === RUN TestDockerSuite/TestBuildMaintainer [2021-09-16T19:38:48.420Z] === RUN TestDockerSuite/TestBuildMissingArgs [2021-09-16T19:38:48.760Z] === RUN TestDockerSuite/TestBuildBuildTimeArgBuiltinArg [2021-09-16T19:38:48.760Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2021-09-16T19:38:48.760Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheHit [2021-09-16T19:38:48.889Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2021-09-16T19:38:52.491Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg [2021-09-16T19:38:52.700Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2021-09-16T19:38:53.525Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2021-09-16T19:38:53.525Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2021-09-16T19:38:53.525Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2021-09-16T19:38:53.525Z] === RUN TestDockerSuite/TestBuildExpose [2021-09-16T19:38:53.525Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2021-09-16T19:38:53.525Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2021-09-16T19:38:53.525Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2021-09-16T19:38:53.525Z] === RUN TestDockerSuite/TestBuildExposeOrder [2021-09-16T19:38:53.525Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2021-09-16T19:38:53.525Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2021-09-16T19:38:53.525Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2021-09-16T19:38:53.525Z] === RUN TestDockerSuite/TestBuildFails [2021-09-16T19:38:55.050Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2021-09-16T19:38:55.050Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2021-09-16T19:38:55.622Z] docker_cli_swarm_test.go:1172: [dcc7bc9c3f036] joining swarm manager [d7d4d179e8169]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2480 [2021-09-16T19:39:00.805Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2021-09-16T19:39:01.120Z] === RUN TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal [2021-09-16T19:39:05.200Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2021-09-16T19:39:05.200Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2021-09-16T19:39:05.200Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2021-09-16T19:39:05.569Z] === RUN TestDockerSuite/TestBuildForceRm [2021-09-16T19:39:07.416Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2021-09-16T19:39:08.174Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefaultOverride [2021-09-16T19:39:08.174Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2021-09-16T19:39:08.174Z] === RUN TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection [2021-09-16T19:39:11.323Z] === RUN TestDockerSuite/TestBuildFromGit [2021-09-16T19:39:16.719Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants [2021-09-16T19:39:16.719Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2021-09-16T19:39:16.719Z] === RUN TestDockerSuite/TestBuildBuildTimeArgEnv [2021-09-16T19:39:16.719Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2021-09-16T19:39:16.719Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansion [2021-09-16T19:39:17.079Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2021-09-16T19:39:17.533Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2021-09-16T19:39:21.243Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2021-09-16T19:39:21.243Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2021-09-16T19:39:21.243Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2021-09-16T19:39:21.698Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2021-09-16T19:39:22.152Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2021-09-16T19:39:22.152Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2021-09-16T19:39:22.152Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2021-09-16T19:39:22.492Z] === RUN TestDockerSuite/TestBuildBuildTimeArgExpansionOverride [2021-09-16T19:39:22.492Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2021-09-16T19:39:22.492Z] === RUN TestDockerSuite/TestBuildBuildTimeArgHistory [2021-09-16T19:39:22.492Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv [2021-09-16T19:39:22.492Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2021-09-16T19:39:22.492Z] === RUN TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg [2021-09-16T19:39:22.492Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2021-09-16T19:39:22.492Z] === RUN TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants [2021-09-16T19:39:29.185Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2021-09-16T19:39:29.185Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2021-09-16T19:39:29.185Z] === RUN TestDockerSuite/TestBuildHistory [2021-09-16T19:39:32.752Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2021-09-16T19:39:34.450Z] === RUN TestDockerSwarmSuite/TestSwarmManagerAddress [2021-09-16T19:39:36.357Z] docker_cli_swarm_test.go:1453: [d8c534cb94de8] joining swarm manager [dc0c8a75b8b4c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-09-16T19:39:36.926Z] docker_cli_swarm_test.go:1454: [d6a5ceaa1dbcc] joining swarm manager [dc0c8a75b8b4c]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2479 [2021-09-16T19:39:39.455Z] === RUN TestDockerSuite/TestBuildIidFile [2021-09-16T19:39:39.455Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2021-09-16T19:39:40.977Z] === RUN TestDockerSuite/TestBuildInheritance [2021-09-16T19:39:40.978Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2021-09-16T19:39:40.978Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2021-09-16T19:39:41.431Z] === RUN TestDockerSuite/TestBuildInvalidTag [2021-09-16T19:39:41.431Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2021-09-16T19:39:45.143Z] === RUN TestDockerSuite/TestBuildLabel [2021-09-16T19:39:45.252Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2021-09-16T19:39:46.102Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2021-09-16T19:39:46.556Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2021-09-16T19:39:47.515Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2021-09-16T19:39:47.515Z] === RUN TestDockerSuite/TestBuildLabels [2021-09-16T19:39:48.207Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2021-09-16T19:39:48.476Z] === RUN TestDockerSuite/TestBuildLabelsCache [2021-09-16T19:39:49.143Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup [2021-09-16T19:39:49.144Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge [2021-09-16T19:39:49.144Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay [2021-09-16T19:39:49.144Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge [2021-09-16T19:39:49.144Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay [2021-09-16T19:39:49.712Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 [2021-09-16T19:39:50.010Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2021-09-16T19:39:52.252Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions [2021-09-16T19:39:52.404Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg [2021-09-16T19:39:54.078Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2021-09-16T19:39:54.680Z] === RUN TestDockerSuite/TestBuildLastModified [2021-09-16T19:39:54.680Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2021-09-16T19:39:54.680Z] === RUN TestDockerSuite/TestBuildLineBreak [2021-09-16T19:39:54.680Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2021-09-16T19:39:54.680Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2021-09-16T19:39:54.680Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2021-09-16T19:39:54.680Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2021-09-16T19:39:55.135Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2021-09-16T19:39:55.135Z] === RUN TestDockerSuite/TestBuildMaintainer [2021-09-16T19:39:55.296Z] === RUN TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse [2021-09-16T19:39:55.296Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2021-09-16T19:39:55.296Z] === RUN TestDockerSuite/TestBuildCacheAdd [2021-09-16T19:39:55.296Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2021-09-16T19:39:55.548Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPlugin [2021-09-16T19:39:55.589Z] === RUN TestDockerSuite/TestBuildMissingArgs [2021-09-16T19:39:55.753Z] === RUN TestDockerSuite/TestBuildCacheBrokenSymlink [2021-09-16T19:39:56.043Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2021-09-16T19:39:56.716Z] === RUN TestDockerSuite/TestBuildCacheFrom [2021-09-16T19:39:56.716Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2021-09-16T19:39:56.716Z] === RUN TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength [2021-09-16T19:39:57.477Z] === RUN TestDockerSwarmSuite/TestSwarmNetworkPluginV2 [2021-09-16T19:39:57.869Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2021-09-16T19:39:59.386Z] docker_cli_swarm_unix_test.go:63: [d7a67bf1506c3] joining swarm manager [dbae647d4f16b]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-09-16T19:40:00.435Z] === RUN TestDockerSuite/TestBuildCacheRootSource [2021-09-16T19:40:00.699Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2021-09-16T19:40:01.969Z] === RUN TestDockerSuite/TestBuildChownOnCopy [2021-09-16T19:40:01.969Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2021-09-16T19:40:01.969Z] === RUN TestDockerSuite/TestBuildChownSingleFile [2021-09-16T19:40:01.969Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2021-09-16T19:40:01.969Z] === RUN TestDockerSuite/TestBuildCleanupCmdOnEntrypoint [2021-09-16T19:40:03.502Z] === RUN TestDockerSuite/TestBuildClearCmd [2021-09-16T19:40:04.465Z] === RUN TestDockerSuite/TestBuildCmd [2021-09-16T19:40:04.922Z] === RUN TestDockerSuite/TestBuildCmdJSONNoShDashC [2021-09-16T19:40:05.378Z] === RUN TestDockerSuite/TestBuildCmdShDashC [2021-09-16T19:40:05.836Z] === RUN TestDockerSuite/TestBuildCmdShellArgsEscaped [2021-09-16T19:40:10.373Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2021-09-16T19:40:10.373Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2021-09-16T19:40:10.373Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2021-09-16T19:40:10.508Z] === RUN TestDockerSuite/TestBuildCmdSpaces [2021-09-16T19:40:12.679Z] === RUN TestDockerSuite/TestBuildCommentsShebangs [2021-09-16T19:40:12.679Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2021-09-16T19:40:12.679Z] === RUN TestDockerSuite/TestBuildConditionalCache [2021-09-16T19:40:13.643Z] === RUN TestDockerSuite/TestBuildContainerWithCgroupParent [2021-09-16T19:40:13.643Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2021-09-16T19:40:13.643Z] === RUN TestDockerSuite/TestBuildContextCleanup [2021-09-16T19:40:14.099Z] === RUN TestDockerSuite/TestBuildContextCleanupFailedBuild [2021-09-16T19:40:15.455Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2021-09-16T19:40:15.455Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2021-09-16T19:40:15.455Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2021-09-16T19:40:16.269Z] === RUN TestDockerSuite/TestBuildContextTarGzip [2021-09-16T19:40:16.727Z] === RUN TestDockerSuite/TestBuildContextTarNoCompression [2021-09-16T19:40:16.978Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2021-09-16T19:40:17.184Z] === RUN TestDockerSuite/TestBuildCopyAddMultipleFiles [2021-09-16T19:40:17.184Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2021-09-16T19:40:17.184Z] === RUN TestDockerSuite/TestBuildCopyCacheOnFileChange [2021-09-16T19:40:17.538Z] === RUN TestDockerSuite/TestBuildMultipleTags [2021-09-16T19:40:17.538Z] === RUN TestDockerSuite/TestBuildNetContainer [2021-09-16T19:40:17.538Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2021-09-16T19:40:17.538Z] === RUN TestDockerSuite/TestBuildNetNone [2021-09-16T19:40:17.538Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2021-09-16T19:40:17.538Z] === RUN TestDockerSuite/TestBuildNoContext [2021-09-16T19:40:18.146Z] === RUN TestDockerSuite/TestBuildCopyDirButNotFile [2021-09-16T19:40:18.602Z] === RUN TestDockerSuite/TestBuildCopyDirContentToExistDir [2021-09-16T19:40:18.602Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2021-09-16T19:40:18.602Z] === RUN TestDockerSuite/TestBuildCopyDirContentToRoot [2021-09-16T19:40:18.602Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2021-09-16T19:40:18.602Z] === RUN TestDockerSuite/TestBuildCopyFileDotWithWorkdir [2021-09-16T19:40:19.106Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2021-09-16T19:40:22.903Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2021-09-16T19:40:23.275Z] === RUN TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows [2021-09-16T19:40:25.125Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2021-09-16T19:40:25.125Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2021-09-16T19:40:25.125Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2021-09-16T19:40:28.079Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2021-09-16T19:40:28.550Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2021-09-16T19:40:29.539Z] === RUN TestDockerSuite/TestBuildOnBuild [2021-09-16T19:40:38.211Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2021-09-16T19:40:38.211Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2021-09-16T19:40:46.848Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [2021-09-16T19:40:46.885Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2021-09-16T19:40:49.104Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2021-09-16T19:40:53.182Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths [2021-09-16T19:40:53.183Z] === RUN TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths [2021-09-16T19:40:53.183Z] === RUN TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive [2021-09-16T19:40:54.977Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2021-09-16T19:40:55.350Z] === RUN TestDockerSuite/TestBuildCopySingleFileToExistDir [2021-09-16T19:40:55.350Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2021-09-16T19:40:55.629Z] === RUN TestDockerSwarmSuite/TestSwarmNodeListFilter [2021-09-16T19:40:55.629Z] === RUN TestDockerSwarmSuite/TestSwarmNodeTaskListFilter [2021-09-16T19:40:55.629Z] === RUN TestDockerSwarmSuite/TestSwarmPublishAdd [2021-09-16T19:40:55.807Z] === RUN TestDockerSuite/TestBuildCopySingleFileToNonExistDir [2021-09-16T19:40:55.807Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2021-09-16T19:40:56.267Z] === RUN TestDockerSuite/TestBuildCopySingleFileToRoot [2021-09-16T19:40:56.267Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2021-09-16T19:40:56.267Z] === RUN TestDockerSuite/TestBuildCopySingleFileToWorkdir [2021-09-16T19:40:56.725Z] === RUN TestDockerSuite/TestBuildCopyWholeDirToRoot [2021-09-16T19:40:56.725Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2021-09-16T19:40:56.725Z] === RUN TestDockerSuite/TestBuildCopyWildcard [2021-09-16T19:40:57.012Z] === RUN TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts [2021-09-16T19:40:58.771Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2021-09-16T19:40:59.177Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [2021-09-16T19:41:00.304Z] === RUN TestDockerSwarmSuite/TestSwarmReadonlyRootfs [2021-09-16T19:41:01.729Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2021-09-16T19:41:02.716Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2021-09-16T19:41:02.716Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2021-09-16T19:41:02.716Z] === RUN TestDockerSuite/TestBuildPATH [2021-09-16T19:41:02.716Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2021-09-16T19:41:02.716Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2021-09-16T19:41:02.841Z] === RUN TestDockerSwarmSuite/TestSwarmRepeatedRootRotation [2021-09-16T19:41:03.833Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2021-09-16T19:41:04.282Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2021-09-16T19:41:04.282Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2021-09-16T19:41:04.282Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2021-09-16T19:41:04.748Z] docker_api_swarm_test.go:962: [da259ba363fa9] joining swarm manager [d3b3f704f4451]@0.0.0.0:2477, swarm listen addr 0.0.0.0:2478 [2021-09-16T19:41:09.590Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2021-09-16T19:41:14.248Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2021-09-16T19:41:22.858Z] === RUN TestDockerSwarmSuite/TestSwarmRotateUnlockKey [2021-09-16T19:41:26.635Z] === RUN TestDockerSuite/TestBuildCopyWildcardCache [2021-09-16T19:41:26.636Z] === RUN TestDockerSuite/TestBuildCopyWildcardInName [2021-09-16T19:41:26.636Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2021-09-16T19:41:26.636Z] === RUN TestDockerSuite/TestBuildDeleteCommittedFile [2021-09-16T19:41:29.002Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2021-09-16T19:41:29.002Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2021-09-16T19:41:29.002Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2021-09-16T19:41:35.072Z] === RUN TestDockerSwarmSuite/TestSwarmServiceEnvFile [2021-09-16T19:41:35.642Z] === RUN TestDockerSwarmSuite/TestSwarmServiceListFilter [2021-09-16T19:41:36.038Z] === RUN TestDockerSuite/TestBuildMultipleTags [2021-09-16T19:41:36.038Z] === RUN TestDockerSuite/TestBuildNetContainer [2021-09-16T19:41:36.038Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2021-09-16T19:41:36.038Z] === RUN TestDockerSuite/TestBuildNetNone [2021-09-16T19:41:36.038Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2021-09-16T19:41:36.038Z] === RUN TestDockerSuite/TestBuildNoContext [2021-09-16T19:41:38.181Z] === RUN TestDockerSwarmSuite/TestSwarmServiceLsFilterMode [2021-09-16T19:41:38.923Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2021-09-16T19:41:40.189Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2021-09-16T19:41:40.721Z] === RUN TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate [2021-09-16T19:41:42.633Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2021-09-16T19:41:45.515Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2021-09-16T19:41:45.515Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2021-09-16T19:41:45.515Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2021-09-16T19:41:48.397Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2021-09-16T19:41:48.849Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTY [2021-09-16T19:41:49.355Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2021-09-16T19:41:50.313Z] === RUN TestDockerSuite/TestBuildOnBuild [2021-09-16T19:41:51.751Z] === RUN TestDockerSuite/TestBuildDockerfileStdin [2021-09-16T19:41:51.751Z] === RUN TestDockerSuite/TestBuildDockerfileStdinConflict [2021-09-16T19:41:51.751Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignore [2021-09-16T19:41:52.148Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTTYUpdate [2021-09-16T19:41:52.694Z] === RUN TestDockerSuite/TestBuildRm [2021-09-16T19:41:54.645Z] === RUN TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored [2021-09-16T19:41:54.704Z] === RUN TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname [2021-09-16T19:41:56.811Z] === RUN TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles [2021-09-16T19:41:57.243Z] === RUN TestDockerSwarmSuite/TestSwarmServiceWithGroup [2021-09-16T19:41:58.835Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2021-09-16T19:41:58.978Z] === RUN TestDockerSuite/TestBuildDockerignore [2021-09-16T19:41:59.289Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2021-09-16T19:41:59.782Z] === RUN TestDockerSwarmSuite/TestSwarmStopSignal [2021-09-16T19:42:01.360Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2021-09-16T19:42:02.320Z] === RUN TestDockerSwarmSuite/TestSwarmTaskListFilter [2021-09-16T19:42:03.577Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2021-09-16T19:42:03.577Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2021-09-16T19:42:03.577Z] === RUN TestDockerSuite/TestBuildScratchCopy [2021-09-16T19:42:03.577Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2021-09-16T19:42:03.577Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2021-09-16T19:42:04.565Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2021-09-16T19:42:04.860Z] === RUN TestDockerSwarmSuite/TestSwarmUpdate [2021-09-16T19:42:07.398Z] === RUN TestDockerSwarmSuite/TestSwarmVolumePlugin [2021-09-16T19:42:07.814Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2021-09-16T19:42:08.359Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2021-09-16T19:42:10.694Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2021-09-16T19:42:11.312Z] === RUN TestDockerSuite/TestBuildShellInherited [2021-09-16T19:42:14.266Z] === RUN TestDockerSuite/TestBuildShellMultiple [2021-09-16T19:42:17.726Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2021-09-16T19:42:20.608Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2021-09-16T19:42:24.314Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2021-09-16T19:42:25.272Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2021-09-16T19:42:25.272Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2021-09-16T19:42:25.272Z] === RUN TestDockerSuite/TestBuildPATH [2021-09-16T19:42:25.272Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2021-09-16T19:42:25.272Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2021-09-16T19:42:26.743Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2021-09-16T19:42:27.433Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2021-09-16T19:42:27.434Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2021-09-16T19:42:27.434Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2021-09-16T19:42:27.732Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2021-09-16T19:42:28.202Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2021-09-16T19:42:35.362Z] === RUN TestDockerSuite/TestBuildSpaces [2021-09-16T19:42:35.362Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2021-09-16T19:42:38.316Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2021-09-16T19:42:38.786Z] === RUN TestDockerSuite/TestBuildStderr [2021-09-16T19:42:41.739Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2021-09-16T19:42:56.822Z] === RUN TestDockerSuite/TestBuildStopSignal [2021-09-16T19:42:56.822Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2021-09-16T19:42:56.822Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2021-09-16T19:42:57.809Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2021-09-16T19:42:58.796Z] === RUN TestDockerSuite/TestBuildTagEvent [2021-09-16T19:43:01.753Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2021-09-16T19:43:03.042Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2021-09-16T19:43:03.646Z] === RUN TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm [2021-09-16T19:43:05.545Z] === RUN TestDockerSuite/TestBuildUser [2021-09-16T19:43:05.545Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2021-09-16T19:43:05.545Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2021-09-16T19:43:05.545Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2021-09-16T19:43:05.545Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2021-09-16T19:43:05.545Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2021-09-16T19:43:05.545Z] === RUN TestDockerSuite/TestBuildVerboseOut [2021-09-16T19:43:08.498Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2021-09-16T19:43:08.967Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2021-09-16T19:43:11.920Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2021-09-16T19:43:11.920Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2021-09-16T19:43:11.920Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2021-09-16T19:43:11.920Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2021-09-16T19:43:11.920Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2021-09-16T19:43:17.793Z] === RUN TestDockerSuite/TestBuildRm [2021-09-16T19:43:18.532Z] === RUN TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA [2021-09-16T19:43:24.965Z] === RUN TestDockerSuite/TestBuildDockerignoreCleanPaths [2021-09-16T19:43:24.965Z] === RUN TestDockerSuite/TestBuildDockerignoreComment [2021-09-16T19:43:24.965Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2021-09-16T19:43:24.965Z] === RUN TestDockerSuite/TestBuildDockerignoreExceptions [2021-09-16T19:43:28.062Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2021-09-16T19:43:29.743Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2021-09-16T19:43:29.743Z] === RUN TestDockerSuite/TestBuildWindowsUser [2021-09-16T19:43:30.219Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2021-09-16T19:43:30.219Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2021-09-16T19:43:30.219Z] === RUN TestDockerSuite/TestBuildScratchCopy [2021-09-16T19:43:30.219Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2021-09-16T19:43:30.219Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2021-09-16T19:43:31.177Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2021-09-16T19:43:33.416Z] --- PASS: TestDockerSwarmSuite (1616.72s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestAPIDuplicateNetworks (3.04s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestAPINetworkInspectWithScope (3.00s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestAPIServiceUpdatePort (5.00s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmCAHash (13.27s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmErrorHandling (1.04s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmForceNewCluster (28.67s) [2021-09-16T19:43:33.417Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInit (19.75s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmInvalidAddress (0.87s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmJoinToken (48.63s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderElection (38.10s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaderProxy (24.71s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveOnPendingJoin (23.99s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmLeaveRemovesContainer (3.85s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmListNodes (13.85s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmManagerRestore (44.12s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeDrainPause (16.83s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeRemove (35.33s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmNodeUpdate (6.35s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmPromoteDemote (22.71s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRaftQuorum (67.39s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestartCluster (56.01s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmRestoreOnPendingJoin (21.31s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmScaleNoRollingUpdate (3.72s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintLabel (18.73s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServiceConstraintRole (16.72s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicePlacementPrefs (16.43s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreate (6.01s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesCreateGlobal (28.26s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesEmptyList (2.40s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesFailedUpdate (22.46s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesMultipleAgents (31.58s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesStateReporting (26.06s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdate (39.08s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateStartFirst (24.35s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmServicesUpdateWithName (4.87s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestAPISwarmUnlockNotLocked (2.58s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestDNSConfig (2.90s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestDNSConfigUpdate (3.03s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestExtraHosts (2.98s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestNetworkInspectWithDuplicateNames (2.56s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachable (3.93s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableOnSwarmLeave (3.95s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestOverlayAttachableReleaseResourcesOnFailure (23.51s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestPruneNetwork (8.70s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestPsListContainersFilterIsTask (3.29s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountTmpfs (12.80s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateMountVolume (2.80s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigReferencedTwice (2.86s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSimple (2.54s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithConfigSourceTargetPaths (3.03s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithNetworkAlias (2.97s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretReferencedTwice (3.01s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSimple (2.57s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestServiceCreateWithSecretSourceTargetPaths (3.30s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthRun (6.20s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestServiceHealthStart (5.55s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestServiceLogs (13.28s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsCompleteness (2.45s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsDetails (3.58s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsFollow (2.75s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsNoHangDeletedContainer (4.98s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsSince (3.20s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTTY (12.49s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTail (12.49s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestServiceLogsTaskLogs (13.61s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestServiceScale (2.72s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestSwarmAlternateLockUnlock (17.69s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsConfig (2.54s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNetwork (2.50s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsNode (19.27s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsScope (7.66s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSecret (2.48s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsService (15.24s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsSource (15.24s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterEventsType (8.03s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestSwarmClusterRotateUnlockKey (90.01s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAttachByNetworkId (3.82s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerAutoStart (6.26s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestSwarmContainerEndpointOptions (5.75s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestSwarmCreateServiceWithNoIngressNetwork (2.13s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestSwarmIncompatibleDaemon (4.32s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestSwarmIngressNetwork (2.20s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestSwarmInit (3.54s) [2021-09-16T19:43:33.417Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitLocked (5.76s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedAdvertiseAddr (0.69s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitUnspecifiedDataPathAddr (0.71s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestSwarmInitWithDrain (2.12s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinLeave (53.49s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinPromoteLocked (50.68s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestSwarmJoinWithDrain (13.06s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestSwarmLeaveLocked (4.07s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestSwarmLockUnlockCluster (123.25s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestSwarmManagerAddress (13.27s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup (2.32s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_bridge (0.15s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_bridge_then_overlay (0.14s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_bridge (0.04s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateDup/driver_overlay_then_overlay (0.07s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkCreateIssue27866 (2.14s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkIPAMOptions (3.29s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPlugin (2.16s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestSwarmNetworkPluginV2 (52.43s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeListFilter (2.13s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestSwarmNodeTaskListFilter (2.92s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishAdd (2.15s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestSwarmPublishDuplicatePorts (3.05s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestSwarmReadonlyRootfs (2.52s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestSwarmRepeatedRootRotation (19.91s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestSwarmRotateUnlockKey (11.21s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceEnvFile (2.16s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceListFilter (2.20s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceLsFilterMode (2.80s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceNetworkUpdate (6.92s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTY (4.38s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTTYUpdate (2.39s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceTemplatingHostname (2.50s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestSwarmServiceWithGroup (2.54s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestSwarmStopSignal (2.44s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestSwarmTaskListFilter (2.99s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestSwarmUpdate (2.16s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestSwarmVolumePlugin (51.86s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestUnlockEngineAndUnlockedSwarm (17.11s) [2021-09-16T19:43:33.417Z] --- PASS: TestDockerSwarmSuite/TestUpdateSwarmAddExternalCA (17.17s) [2021-09-16T19:43:33.417Z] === RUN TestDockerExternalVolumeSuite [2021-09-16T19:43:33.417Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume [2021-09-16T19:43:33.676Z] docker_cli_external_volume_driver_test.go:52: [da86488156a78] daemon is not started [2021-09-16T19:43:34.887Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2021-09-16T19:43:36.909Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2021-09-16T19:43:38.593Z] === RUN TestDockerSuite/TestBuildShellInherited [2021-09-16T19:43:40.732Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2021-09-16T19:43:40.732Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2021-09-16T19:43:40.732Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2021-09-16T19:43:40.732Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2021-09-16T19:43:40.732Z] === RUN TestDockerSuite/TestBuildWithFailure [2021-09-16T19:43:42.299Z] === RUN TestDockerSuite/TestBuildShellMultiple [2021-09-16T19:43:42.954Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2021-09-16T19:43:42.954Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2021-09-16T19:43:42.954Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2021-09-16T19:43:51.621Z] === RUN TestDockerSuite/TestBuildWithTabs [2021-09-16T19:43:51.761Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities [2021-09-16T19:43:53.838Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2021-09-16T19:43:53.838Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2021-09-16T19:43:57.051Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2021-09-16T19:43:57.051Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2021-09-16T19:43:57.051Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2021-09-16T19:44:04.082Z] === RUN TestDockerSuite/TestBuildSpaces [2021-09-16T19:44:04.082Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2021-09-16T19:44:06.336Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2021-09-16T19:44:06.336Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2021-09-16T19:44:06.336Z] === RUN TestDockerSuite/TestBuildWithVolumes [2021-09-16T19:44:06.336Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2021-09-16T19:44:06.336Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2021-09-16T19:44:06.336Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2021-09-16T19:44:06.336Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2021-09-16T19:44:06.336Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2021-09-16T19:44:07.789Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2021-09-16T19:44:07.789Z] === RUN TestDockerSuite/TestBuildStderr [2021-09-16T19:44:11.496Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2021-09-16T19:44:12.209Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2021-09-16T19:44:13.196Z] === RUN TestDockerSuite/TestBuildXZHost [2021-09-16T19:44:13.196Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2021-09-16T19:44:13.196Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2021-09-16T19:44:13.196Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2021-09-16T19:44:13.196Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2021-09-16T19:44:13.196Z] docker_cli_sni_test.go:18: Flakey test [2021-09-16T19:44:13.196Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2021-09-16T19:44:14.763Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2021-09-16T19:44:18.558Z] === RUN TestDockerSuite/TestCommitChange [2021-09-16T19:44:22.355Z] === RUN TestDockerSuite/TestCommitChangeLabels [2021-09-16T19:44:26.147Z] === RUN TestDockerSuite/TestCommitHardlink [2021-09-16T19:44:26.147Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2021-09-16T19:44:26.147Z] === RUN TestDockerSuite/TestCommitNewFile [2021-09-16T19:44:26.244Z] === RUN TestDockerSuite/TestBuildStopSignal [2021-09-16T19:44:26.244Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2021-09-16T19:44:26.244Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2021-09-16T19:44:29.127Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2021-09-16T19:44:30.087Z] === RUN TestDockerSuite/TestBuildTagEvent [2021-09-16T19:44:32.018Z] === RUN TestDockerSuite/TestCommitPausedContainer [2021-09-16T19:44:32.018Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2021-09-16T19:44:32.018Z] === RUN TestDockerSuite/TestCommitTTY [2021-09-16T19:44:33.795Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2021-09-16T19:44:37.003Z] === RUN TestDockerSuite/TestBuildDockerignoreTouchDockerfile [2021-09-16T19:44:37.003Z] === RUN TestDockerSuite/TestBuildDockerignoringBadExclusion [2021-09-16T19:44:37.003Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerfile [2021-09-16T19:44:37.500Z] === RUN TestDockerSuite/TestBuildUser [2021-09-16T19:44:37.500Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2021-09-16T19:44:37.500Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2021-09-16T19:44:37.500Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2021-09-16T19:44:37.500Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2021-09-16T19:44:37.500Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2021-09-16T19:44:37.501Z] === RUN TestDockerSuite/TestBuildVerboseOut [2021-09-16T19:44:37.886Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2021-09-16T19:44:40.381Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2021-09-16T19:44:40.835Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2021-09-16T19:44:40.840Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2021-09-16T19:44:40.840Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2021-09-16T19:44:40.840Z] === RUN TestDockerSuite/TestCommitWithoutPause [2021-09-16T19:44:40.840Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2021-09-16T19:44:40.840Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2021-09-16T19:44:40.840Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2021-09-16T19:44:40.840Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2021-09-16T19:44:40.840Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2021-09-16T19:44:40.840Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2021-09-16T19:44:40.840Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2021-09-16T19:44:40.840Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2021-09-16T19:44:40.840Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2021-09-16T19:44:40.840Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2021-09-16T19:44:40.840Z] docker_api_containers_test.go:503: unmatched requirement DaemonIsLinux [2021-09-16T19:44:40.840Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2021-09-16T19:44:40.840Z] === RUN TestDockerSuite/TestContainerAPICommit [2021-09-16T19:44:43.718Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2021-09-16T19:44:43.718Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2021-09-16T19:44:43.718Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2021-09-16T19:44:43.718Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2021-09-16T19:44:43.718Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2021-09-16T19:44:46.713Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2021-09-16T19:44:52.582Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2021-09-16T19:44:52.582Z] docker_api_containers_test.go:1093: unmatched requirement DaemonIsLinux [2021-09-16T19:44:52.582Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2021-09-16T19:44:54.154Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2021-09-16T19:44:54.154Z] docker_api_containers_test.go:1019: unmatched requirement DaemonIsLinux [2021-09-16T19:44:54.154Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2021-09-16T19:44:54.154Z] docker_api_containers_test.go:1049: unmatched requirement DaemonIsLinux [2021-09-16T19:44:54.154Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2021-09-16T19:44:54.154Z] docker_api_containers_test.go:1071: unmatched requirement DaemonIsLinux [2021-09-16T19:44:54.154Z] === RUN TestDockerSuite/TestContainerAPICreate [2021-09-16T19:44:54.651Z] === RUN TestDockerSuite/TestBuildDockerignoringDockerignore [2021-09-16T19:44:56.374Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2021-09-16T19:44:56.374Z] docker_api_containers_test.go:586: unmatched requirement DaemonIsLinux [2021-09-16T19:44:56.374Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2021-09-16T19:44:56.374Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2021-09-16T19:44:58.591Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2021-09-16T19:44:58.591Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2021-09-16T19:44:58.591Z] docker_api_containers_test.go:1349: unmatched requirement DaemonIsLinux [2021-09-16T19:44:58.591Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2021-09-16T19:44:58.591Z] docker_api_containers_test.go:592: unmatched requirement DaemonIsLinux [2021-09-16T19:44:58.591Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2021-09-16T19:44:58.591Z] docker_api_containers_test.go:621: unmatched requirement DaemonIsLinux [2021-09-16T19:44:58.591Z] === RUN TestDockerSuite/TestContainerAPIDelete [2021-09-16T19:44:59.462Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer [2021-09-16T19:45:01.545Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2021-09-16T19:45:03.111Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2021-09-16T19:45:04.678Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2021-09-16T19:45:04.678Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2021-09-16T19:45:04.678Z] docker_api_containers_test.go:1147: unmatched requirement DaemonIsLinux [2021-09-16T19:45:04.678Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2021-09-16T19:45:04.739Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2021-09-16T19:45:04.739Z] === RUN TestDockerSuite/TestBuildWindowsUser [2021-09-16T19:45:06.032Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet [2021-09-16T19:45:06.246Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2021-09-16T19:45:06.246Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2021-09-16T19:45:07.029Z] === RUN TestDockerSuite/TestBuildDockerignoringOnlyDotfiles [2021-09-16T19:45:08.464Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2021-09-16T19:45:08.464Z] docker_api_containers_test.go:126: unmatched requirement DaemonIsLinux [2021-09-16T19:45:08.464Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2021-09-16T19:45:08.464Z] docker_api_containers_test.go:99: unmatched requirement DaemonIsLinux [2021-09-16T19:45:08.464Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2021-09-16T19:45:10.494Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2021-09-16T19:45:10.702Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2021-09-16T19:45:10.702Z] === RUN TestDockerSuite/TestContainerAPIKill [2021-09-16T19:45:12.268Z] === RUN TestDockerSuite/TestContainerAPIPause [2021-09-16T19:45:12.268Z] docker_api_containers_test.go:364: unmatched requirement DaemonIsLinux [2021-09-16T19:45:12.268Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2021-09-16T19:45:14.486Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2021-09-16T19:45:14.486Z] === RUN TestDockerSuite/TestContainerAPIRename [2021-09-16T19:45:15.154Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2021-09-16T19:45:15.154Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2021-09-16T19:45:15.154Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2021-09-16T19:45:15.154Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2021-09-16T19:45:15.154Z] === RUN TestDockerSuite/TestBuildWithFailure [2021-09-16T19:45:15.571Z] === RUN TestDockerSuite/TestBuildDockerignoringRenamedDockerfile [2021-09-16T19:45:16.705Z] === RUN TestDockerSuite/TestContainerAPIRestart [2021-09-16T19:45:17.315Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2021-09-16T19:45:17.315Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2021-09-16T19:45:17.315Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2021-09-16T19:45:19.659Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2021-09-16T19:45:20.924Z] docker_cli_external_volume_driver_test.go:52: [d0d0bb719d474] daemon is not started [2021-09-16T19:45:23.453Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2021-09-16T19:45:23.453Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2021-09-16T19:45:23.453Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2021-09-16T19:45:23.453Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2021-09-16T19:45:23.453Z] === RUN TestDockerSuite/TestContainerAPIStart [2021-09-16T19:45:25.018Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2021-09-16T19:45:25.019Z] docker_api_containers_test.go:1597: unmatched requirement DaemonIsLinux [2021-09-16T19:45:25.019Z] === RUN TestDockerSuite/TestContainerAPIStop [2021-09-16T19:45:25.836Z] === RUN TestDockerSuite/TestBuildWithTabs [2021-09-16T19:45:27.237Z] === RUN TestDockerSuite/TestContainerAPITop [2021-09-16T19:45:27.237Z] docker_api_containers_test.go:394: unmatched requirement DaemonIsLinux [2021-09-16T19:45:27.237Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2021-09-16T19:45:28.723Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2021-09-16T19:45:28.806Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2021-09-16T19:45:28.806Z] === RUN TestDockerSuite/TestContainerAPIWait [2021-09-16T19:45:29.179Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2021-09-16T19:45:32.635Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2021-09-16T19:45:34.201Z] === RUN TestDockerSuite/TestContainerNetworkMode [2021-09-16T19:45:34.201Z] docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux [2021-09-16T19:45:34.201Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2021-09-16T19:45:34.201Z] docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux [2021-09-16T19:45:34.201Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2021-09-16T19:45:34.201Z] docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux [2021-09-16T19:45:34.201Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2021-09-16T19:45:34.201Z] docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux [2021-09-16T19:45:34.201Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2021-09-16T19:45:34.201Z] docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux [2021-09-16T19:45:34.201Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2021-09-16T19:45:35.768Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2021-09-16T19:45:35.768Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2021-09-16T19:45:35.810Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse [2021-09-16T19:45:37.989Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2021-09-16T19:45:40.206Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2021-09-16T19:45:41.521Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2021-09-16T19:45:41.521Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2021-09-16T19:45:41.521Z] === RUN TestDockerSuite/TestBuildWithVolumes [2021-09-16T19:45:41.521Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2021-09-16T19:45:41.521Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2021-09-16T19:45:41.521Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2021-09-16T19:45:41.521Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2021-09-16T19:45:41.977Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2021-09-16T19:45:42.427Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2021-09-16T19:45:44.646Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000403b30_} [2021-09-16T19:45:45.483Z] === RUN TestDockerSuite/TestBuildDockerignoringWholeDir [2021-09-16T19:45:46.862Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-182291161_c:\foo_false____} [2021-09-16T19:45:49.014Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2021-09-16T19:45:49.080Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-182291161_c:\foo_true____} [2021-09-16T19:45:49.977Z] === RUN TestDockerSuite/TestBuildXZHost [2021-09-16T19:45:49.977Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2021-09-16T19:45:49.977Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2021-09-16T19:45:49.977Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2021-09-16T19:45:49.977Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2021-09-16T19:45:49.977Z] docker_cli_sni_test.go:18: Flakey test [2021-09-16T19:45:49.977Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2021-09-16T19:45:51.298Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2021-09-16T19:45:51.298Z] docker_api_containers_test.go:2178: unmatched requirement DaemonIsLinux [2021-09-16T19:45:51.298Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2021-09-16T19:45:51.298Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2021-09-16T19:45:51.298Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2021-09-16T19:45:51.298Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2021-09-16T19:45:51.298Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2021-09-16T19:45:51.298Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2021-09-16T19:45:51.298Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2021-09-16T19:45:51.298Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2021-09-16T19:45:51.298Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2021-09-16T19:45:51.298Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2021-09-16T19:45:51.298Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2021-09-16T19:45:51.298Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2021-09-16T19:45:51.298Z] docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux [2021-09-16T19:45:51.298Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2021-09-16T19:45:51.298Z] docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux [2021-09-16T19:45:51.298Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2021-09-16T19:45:51.298Z] docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux [2021-09-16T19:45:51.298Z] === RUN TestDockerSuite/TestCopyAndRestart [2021-09-16T19:45:51.298Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2021-09-16T19:45:51.298Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2021-09-16T19:45:51.298Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2021-09-16T19:45:51.298Z] === RUN TestDockerSuite/TestCpAbsolutePath [2021-09-16T19:45:51.503Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2021-09-16T19:45:51.503Z] docker_cli_commit_test.go:14: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2021-09-16T19:45:51.503Z] === RUN TestDockerSuite/TestCommitChange [2021-09-16T19:45:53.513Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2021-09-16T19:45:53.513Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2021-09-16T19:45:53.513Z] === RUN TestDockerSuite/TestCpFromCaseA [2021-09-16T19:45:53.513Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2021-09-16T19:45:53.513Z] === RUN TestDockerSuite/TestCpFromCaseB [2021-09-16T19:45:53.513Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2021-09-16T19:45:53.513Z] === RUN TestDockerSuite/TestCpFromCaseC [2021-09-16T19:45:53.513Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2021-09-16T19:45:53.513Z] === RUN TestDockerSuite/TestCpFromCaseD [2021-09-16T19:45:53.513Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2021-09-16T19:45:53.513Z] === RUN TestDockerSuite/TestCpFromCaseE [2021-09-16T19:45:53.513Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2021-09-16T19:45:53.513Z] === RUN TestDockerSuite/TestCpFromCaseF [2021-09-16T19:45:53.513Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2021-09-16T19:45:53.513Z] === RUN TestDockerSuite/TestCpFromCaseG [2021-09-16T19:45:53.513Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2021-09-16T19:45:53.513Z] === RUN TestDockerSuite/TestCpFromCaseH [2021-09-16T19:45:53.513Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2021-09-16T19:45:53.513Z] === RUN TestDockerSuite/TestCpFromCaseI [2021-09-16T19:45:53.513Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2021-09-16T19:45:53.513Z] === RUN TestDockerSuite/TestCpFromCaseJ [2021-09-16T19:45:53.513Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2021-09-16T19:45:53.513Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2021-09-16T19:45:53.513Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2021-09-16T19:45:53.514Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2021-09-16T19:45:53.514Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2021-09-16T19:45:53.514Z] === RUN TestDockerSuite/TestCpGarbagePath [2021-09-16T19:45:53.913Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverList [2021-09-16T19:45:55.725Z] === RUN TestDockerSuite/TestCpLocalOnly [2021-09-16T19:45:55.773Z] === RUN TestDockerSuite/TestBuildDockerignoringWildDirs [2021-09-16T19:45:56.164Z] === RUN TestDockerSuite/TestCommitChangeLabels [2021-09-16T19:45:56.186Z] === RUN TestDockerSuite/TestCpNameHasColon [2021-09-16T19:45:56.186Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2021-09-16T19:45:56.186Z] === RUN TestDockerSuite/TestCpRelativePath [2021-09-16T19:45:58.404Z] === RUN TestDockerSuite/TestCpSpecialFiles [2021-09-16T19:45:58.405Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2021-09-16T19:45:58.405Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2021-09-16T19:45:58.405Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2021-09-16T19:45:58.405Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2021-09-16T19:45:58.405Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2021-09-16T19:45:58.405Z] === RUN TestDockerSuite/TestCpToCaseA [2021-09-16T19:45:59.879Z] === RUN TestDockerSuite/TestCommitHardlink [2021-09-16T19:45:59.879Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2021-09-16T19:45:59.879Z] === RUN TestDockerSuite/TestCommitNewFile [2021-09-16T19:46:02.201Z] === RUN TestDockerSuite/TestCpToCaseB [2021-09-16T19:46:04.419Z] === RUN TestDockerSuite/TestCpToCaseC [2021-09-16T19:46:04.419Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2021-09-16T19:46:04.419Z] === RUN TestDockerSuite/TestCpToCaseD [2021-09-16T19:46:04.419Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2021-09-16T19:46:04.419Z] === RUN TestDockerSuite/TestCpToCaseE [2021-09-16T19:46:06.125Z] docker_cli_external_volume_driver_test.go:52: [d16a18d8a358f] daemon is not started [2021-09-16T19:46:06.920Z] === RUN TestDockerSuite/TestCommitPausedContainer [2021-09-16T19:46:06.921Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2021-09-16T19:46:06.921Z] === RUN TestDockerSuite/TestCommitTTY [2021-09-16T19:46:10.553Z] === RUN TestDockerSuite/TestBuildDockerignoringWildTopDir [2021-09-16T19:46:11.581Z] === RUN TestDockerSuite/TestCpToCaseF [2021-09-16T19:46:11.581Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2021-09-16T19:46:11.581Z] === RUN TestDockerSuite/TestCpToCaseG [2021-09-16T19:46:11.581Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2021-09-16T19:46:11.581Z] === RUN TestDockerSuite/TestCpToCaseH [2021-09-16T19:46:12.683Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2021-09-16T19:46:16.397Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2021-09-16T19:46:16.397Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2021-09-16T19:46:16.397Z] === RUN TestDockerSuite/TestCommitWithoutPause [2021-09-16T19:46:16.397Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2021-09-16T19:46:16.397Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2021-09-16T19:46:16.397Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2021-09-16T19:46:16.397Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2021-09-16T19:46:16.397Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2021-09-16T19:46:16.397Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2021-09-16T19:46:16.397Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2021-09-16T19:46:16.397Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2021-09-16T19:46:16.397Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2021-09-16T19:46:16.397Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2021-09-16T19:46:16.397Z] docker_api_containers_test.go:503: unmatched requirement DaemonIsLinux [2021-09-16T19:46:16.397Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2021-09-16T19:46:16.397Z] === RUN TestDockerSuite/TestContainerAPICommit [2021-09-16T19:46:20.251Z] === RUN TestDockerSuite/TestCpToCaseI [2021-09-16T19:46:20.251Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2021-09-16T19:46:20.251Z] === RUN TestDockerSuite/TestCpToCaseJ [2021-09-16T19:46:20.251Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2021-09-16T19:46:20.251Z] === RUN TestDockerSuite/TestCpToDot [2021-09-16T19:46:21.820Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2021-09-16T19:46:21.820Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2021-09-16T19:46:21.820Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2021-09-16T19:46:21.820Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2021-09-16T19:46:21.820Z] === RUN TestDockerSuite/TestCpToStdout [2021-09-16T19:46:23.456Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2021-09-16T19:46:24.039Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2021-09-16T19:46:24.039Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2021-09-16T19:46:24.039Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2021-09-16T19:46:24.039Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2021-09-16T19:46:24.218Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked [2021-09-16T19:46:24.218Z] docker_cli_external_volume_driver_test.go:52: [db7c2d7dd1c25] daemon is not started [2021-09-16T19:46:24.509Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2021-09-16T19:46:24.509Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2021-09-16T19:46:24.509Z] === RUN TestDockerSuite/TestCpVolumePath [2021-09-16T19:46:24.509Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2021-09-16T19:46:24.509Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2021-09-16T19:46:24.509Z] === RUN TestDockerSuite/TestCreateArgs [2021-09-16T19:46:24.509Z] === RUN TestDockerSuite/TestCreateByImageID [2021-09-16T19:46:26.726Z] === RUN TestDockerSuite/TestCreateEchoStdout [2021-09-16T19:46:28.293Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2021-09-16T19:46:28.293Z] === RUN TestDockerSuite/TestCreateHostConfig [2021-09-16T19:46:28.293Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2021-09-16T19:46:29.222Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2021-09-16T19:46:29.222Z] docker_api_containers_test.go:1093: unmatched requirement DaemonIsLinux [2021-09-16T19:46:29.222Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2021-09-16T19:46:29.860Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2021-09-16T19:46:30.328Z] === RUN TestDockerSuite/TestCreateLabels [2021-09-16T19:46:30.328Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2021-09-16T19:46:30.328Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2021-09-16T19:46:30.328Z] === RUN TestDockerSuite/TestCreateRM [2021-09-16T19:46:30.797Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2021-09-16T19:46:30.797Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-09-16T19:46:30.797Z] === RUN TestDockerSuite/TestCreateStopSignal [2021-09-16T19:46:30.797Z] === RUN TestDockerSuite/TestCreateStopTimeout [2021-09-16T19:46:31.266Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2021-09-16T19:46:31.386Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2021-09-16T19:46:31.386Z] docker_api_containers_test.go:1019: unmatched requirement DaemonIsLinux [2021-09-16T19:46:31.386Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2021-09-16T19:46:31.386Z] docker_api_containers_test.go:1049: unmatched requirement DaemonIsLinux [2021-09-16T19:46:31.386Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2021-09-16T19:46:31.386Z] docker_api_containers_test.go:1071: unmatched requirement DaemonIsLinux [2021-09-16T19:46:31.386Z] === RUN TestDockerSuite/TestContainerAPICreate [2021-09-16T19:46:33.549Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2021-09-16T19:46:33.549Z] docker_api_containers_test.go:586: unmatched requirement DaemonIsLinux [2021-09-16T19:46:33.549Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2021-09-16T19:46:33.549Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2021-09-16T19:46:36.429Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID [2021-09-16T19:46:36.439Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2021-09-16T19:46:36.439Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2021-09-16T19:46:36.439Z] docker_api_containers_test.go:1349: unmatched requirement DaemonIsLinux [2021-09-16T19:46:36.439Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2021-09-16T19:46:36.439Z] docker_api_containers_test.go:592: unmatched requirement DaemonIsLinux [2021-09-16T19:46:36.439Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2021-09-16T19:46:36.439Z] docker_api_containers_test.go:621: unmatched requirement DaemonIsLinux [2021-09-16T19:46:36.439Z] === RUN TestDockerSuite/TestContainerAPIDelete [2021-09-16T19:46:38.433Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2021-09-16T19:46:38.434Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2021-09-16T19:46:38.434Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2021-09-16T19:46:39.329Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2021-09-16T19:46:41.389Z] === RUN TestDockerSuite/TestCreateWithPortRange [2021-09-16T19:46:41.389Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2021-09-16T19:46:41.389Z] docker_api_containers_test.go:853: unmatched requirement DaemonIsLinux [2021-09-16T19:46:41.389Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2021-09-16T19:46:41.492Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2021-09-16T19:46:43.608Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2021-09-16T19:46:43.608Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2021-09-16T19:46:43.608Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2021-09-16T19:46:43.608Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2021-09-16T19:46:43.608Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2021-09-16T19:46:43.608Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2021-09-16T19:46:43.608Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2021-09-16T19:46:43.608Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2021-09-16T19:46:43.608Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2021-09-16T19:46:43.608Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2021-09-16T19:46:43.608Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2021-09-16T19:46:43.608Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2021-09-16T19:46:43.608Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2021-09-16T19:46:43.608Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2021-09-16T19:46:43.608Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2021-09-16T19:46:43.608Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2021-09-16T19:46:43.608Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2021-09-16T19:46:43.608Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2021-09-16T19:46:43.608Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2021-09-16T19:46:43.608Z] === RUN TestDockerSuite/TestDevicePermissions [2021-09-16T19:46:43.608Z] docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux [2021-09-16T19:46:43.608Z] === RUN TestDockerSuite/TestDockerFails [2021-09-16T19:46:43.608Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2021-09-16T19:46:43.608Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2021-09-16T19:46:43.608Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2021-09-16T19:46:43.608Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2021-09-16T19:46:43.608Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2021-09-16T19:46:43.608Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2021-09-16T19:46:43.608Z] === RUN TestDockerSuite/TestEventsAttach [2021-09-16T19:46:43.608Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2021-09-16T19:46:43.608Z] === RUN TestDockerSuite/TestEventsCommit [2021-09-16T19:46:43.608Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2021-09-16T19:46:43.608Z] === RUN TestDockerSuite/TestEventsContainerEvents [2021-09-16T19:46:44.382Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2021-09-16T19:46:44.382Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2021-09-16T19:46:44.382Z] docker_api_containers_test.go:1147: unmatched requirement DaemonIsLinux [2021-09-16T19:46:44.382Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2021-09-16T19:46:45.829Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2021-09-16T19:46:47.272Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2021-09-16T19:46:47.272Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2021-09-16T19:46:48.052Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2021-09-16T19:46:49.436Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2021-09-16T19:46:49.436Z] docker_api_containers_test.go:126: unmatched requirement DaemonIsLinux [2021-09-16T19:46:49.436Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2021-09-16T19:46:49.436Z] docker_api_containers_test.go:99: unmatched requirement DaemonIsLinux [2021-09-16T19:46:49.436Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2021-09-16T19:46:51.007Z] === RUN TestDockerSuite/TestEventsContainerRestart [2021-09-16T19:46:51.599Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2021-09-16T19:46:51.599Z] === RUN TestDockerSuite/TestContainerAPIKill [2021-09-16T19:46:53.762Z] === RUN TestDockerSuite/TestContainerAPIPause [2021-09-16T19:46:53.762Z] docker_api_containers_test.go:364: unmatched requirement DaemonIsLinux [2021-09-16T19:46:53.762Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2021-09-16T19:46:56.650Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2021-09-16T19:46:57.105Z] === RUN TestDockerSuite/TestContainerAPIRename [2021-09-16T19:46:58.174Z] === RUN TestDockerSuite/TestEventsCopy [2021-09-16T19:46:59.270Z] === RUN TestDockerSuite/TestContainerAPIRestart [2021-09-16T19:47:01.129Z] === RUN TestDockerSuite/TestEventsFilterContainer [2021-09-16T19:47:03.933Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2021-09-16T19:47:05.890Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2021-09-16T19:47:07.461Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2021-09-16T19:47:07.930Z] === RUN TestDockerSuite/TestEventsFilterImageName [2021-09-16T19:47:08.543Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed [2021-09-16T19:47:09.700Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2021-09-16T19:47:09.700Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2021-09-16T19:47:09.700Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2021-09-16T19:47:09.700Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2021-09-16T19:47:09.700Z] === RUN TestDockerSuite/TestContainerAPIStart [2021-09-16T19:47:10.889Z] === RUN TestDockerSuite/TestEventsFilterLabels [2021-09-16T19:47:11.359Z] === RUN TestDockerSuite/TestEventsFilterType [2021-09-16T19:47:11.864Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2021-09-16T19:47:11.864Z] docker_api_containers_test.go:1597: unmatched requirement DaemonIsLinux [2021-09-16T19:47:11.864Z] === RUN TestDockerSuite/TestContainerAPIStop [2021-09-16T19:47:12.346Z] === RUN TestDockerSuite/TestEventsFilters [2021-09-16T19:47:14.026Z] === RUN TestDockerSuite/TestContainerAPITop [2021-09-16T19:47:14.026Z] docker_api_containers_test.go:394: unmatched requirement DaemonIsLinux [2021-09-16T19:47:14.482Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2021-09-16T19:47:17.112Z] === RUN TestDockerSuite/TestEventsFormat [2021-09-16T19:47:17.369Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2021-09-16T19:47:17.369Z] === RUN TestDockerSuite/TestContainerAPIWait [2021-09-16T19:47:20.912Z] === RUN TestDockerSuite/TestEventsFormatBadField [2021-09-16T19:47:20.912Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2021-09-16T19:47:20.912Z] === RUN TestDockerSuite/TestEventsImageImport [2021-09-16T19:47:20.912Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2021-09-16T19:47:20.912Z] === RUN TestDockerSuite/TestEventsImageLoad [2021-09-16T19:47:20.912Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2021-09-16T19:47:20.912Z] === RUN TestDockerSuite/TestEventsImagePull [2021-09-16T19:47:20.912Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2021-09-16T19:47:20.912Z] === RUN TestDockerSuite/TestEventsImageTag [2021-09-16T19:47:21.900Z] === RUN TestDockerSuite/TestEventsPluginOps [2021-09-16T19:47:21.900Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2021-09-16T19:47:21.900Z] === RUN TestDockerSuite/TestEventsRename [2021-09-16T19:47:22.033Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2021-09-16T19:47:24.198Z] === RUN TestDockerSuite/TestContainerNetworkMode [2021-09-16T19:47:24.198Z] docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux [2021-09-16T19:47:24.198Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2021-09-16T19:47:24.198Z] docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux [2021-09-16T19:47:24.198Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2021-09-16T19:47:24.198Z] docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux [2021-09-16T19:47:24.198Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2021-09-16T19:47:24.198Z] docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux [2021-09-16T19:47:24.198Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2021-09-16T19:47:24.198Z] docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux [2021-09-16T19:47:24.198Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2021-09-16T19:47:24.855Z] === RUN TestDockerSuite/TestEventsResize [2021-09-16T19:47:25.724Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2021-09-16T19:47:25.724Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2021-09-16T19:47:26.637Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete [2021-09-16T19:47:27.892Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2021-09-16T19:47:30.781Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2021-09-16T19:47:32.021Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2021-09-16T19:47:32.946Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2021-09-16T19:47:33.589Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2021-09-16T19:47:35.809Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2021-09-16T19:47:35.833Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000207380_} [2021-09-16T19:47:37.996Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-11026114108_c:\foo_false____} [2021-09-16T19:47:40.160Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-11026114108_c:\foo_true____} [2021-09-16T19:47:40.567Z] === RUN TestDockerSuite/TestEventsTop [2021-09-16T19:47:40.568Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2021-09-16T19:47:40.568Z] === RUN TestDockerSuite/TestEventsUntag [2021-09-16T19:47:41.523Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls [2021-09-16T19:47:42.791Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2021-09-16T19:47:43.049Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2021-09-16T19:47:43.049Z] docker_api_containers_test.go:2178: unmatched requirement DaemonIsLinux [2021-09-16T19:47:43.049Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2021-09-16T19:47:43.049Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2021-09-16T19:47:43.049Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2021-09-16T19:47:43.049Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2021-09-16T19:47:43.049Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2021-09-16T19:47:43.049Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2021-09-16T19:47:43.049Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2021-09-16T19:47:43.049Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2021-09-16T19:47:43.049Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2021-09-16T19:47:43.049Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2021-09-16T19:47:43.049Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2021-09-16T19:47:43.049Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2021-09-16T19:47:43.049Z] docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux [2021-09-16T19:47:43.049Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2021-09-16T19:47:43.049Z] docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux [2021-09-16T19:47:43.049Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2021-09-16T19:47:43.049Z] docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux [2021-09-16T19:47:43.049Z] === RUN TestDockerSuite/TestCopyAndRestart [2021-09-16T19:47:43.049Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2021-09-16T19:47:43.049Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2021-09-16T19:47:43.049Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2021-09-16T19:47:43.049Z] === RUN TestDockerSuite/TestCpAbsolutePath [2021-09-16T19:47:45.935Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2021-09-16T19:47:45.935Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2021-09-16T19:47:45.935Z] === RUN TestDockerSuite/TestCpFromCaseA [2021-09-16T19:47:45.935Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2021-09-16T19:47:45.935Z] === RUN TestDockerSuite/TestCpFromCaseB [2021-09-16T19:47:45.935Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2021-09-16T19:47:45.935Z] === RUN TestDockerSuite/TestCpFromCaseC [2021-09-16T19:47:45.935Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2021-09-16T19:47:45.935Z] === RUN TestDockerSuite/TestCpFromCaseD [2021-09-16T19:47:45.935Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2021-09-16T19:47:45.935Z] === RUN TestDockerSuite/TestCpFromCaseE [2021-09-16T19:47:45.935Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2021-09-16T19:47:45.935Z] === RUN TestDockerSuite/TestCpFromCaseF [2021-09-16T19:47:45.935Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2021-09-16T19:47:45.935Z] === RUN TestDockerSuite/TestCpFromCaseG [2021-09-16T19:47:45.935Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2021-09-16T19:47:45.935Z] === RUN TestDockerSuite/TestCpFromCaseH [2021-09-16T19:47:45.935Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2021-09-16T19:47:45.935Z] === RUN TestDockerSuite/TestCpFromCaseI [2021-09-16T19:47:45.935Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2021-09-16T19:47:45.935Z] === RUN TestDockerSuite/TestCpFromCaseJ [2021-09-16T19:47:45.935Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2021-09-16T19:47:45.935Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2021-09-16T19:47:45.935Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2021-09-16T19:47:45.935Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2021-09-16T19:47:45.935Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2021-09-16T19:47:45.935Z] === RUN TestDockerSuite/TestCpGarbagePath [2021-09-16T19:47:46.589Z] === RUN TestDockerSuite/TestExec [2021-09-16T19:47:46.589Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2021-09-16T19:47:46.589Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2021-09-16T19:47:46.589Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2021-09-16T19:47:46.589Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2021-09-16T19:47:47.578Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2021-09-16T19:47:48.098Z] === RUN TestDockerSuite/TestCpLocalOnly [2021-09-16T19:47:48.098Z] === RUN TestDockerSuite/TestCpNameHasColon [2021-09-16T19:47:48.098Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2021-09-16T19:47:48.553Z] === RUN TestDockerSuite/TestCpRelativePath [2021-09-16T19:47:49.144Z] === RUN TestDockerSuite/TestExecAPIStart [2021-09-16T19:47:49.144Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2021-09-16T19:47:49.144Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2021-09-16T19:47:49.144Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2021-09-16T19:47:49.144Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2021-09-16T19:47:49.144Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2021-09-16T19:47:49.144Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2021-09-16T19:47:50.719Z] === RUN TestDockerSuite/TestCpSpecialFiles [2021-09-16T19:47:50.719Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2021-09-16T19:47:50.719Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2021-09-16T19:47:50.719Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2021-09-16T19:47:50.719Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2021-09-16T19:47:50.719Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2021-09-16T19:47:50.719Z] === RUN TestDockerSuite/TestCpToCaseA [2021-09-16T19:47:51.362Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2021-09-16T19:47:52.352Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2021-09-16T19:47:54.571Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2021-09-16T19:47:55.384Z] === RUN TestDockerSuite/TestCpToCaseB [2021-09-16T19:47:56.139Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2021-09-16T19:47:58.271Z] === RUN TestDockerSuite/TestCpToCaseC [2021-09-16T19:47:58.271Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2021-09-16T19:47:58.271Z] === RUN TestDockerSuite/TestCpToCaseD [2021-09-16T19:47:58.271Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2021-09-16T19:47:58.271Z] === RUN TestDockerSuite/TestCpToCaseE [2021-09-16T19:47:59.933Z] === RUN TestDockerSuite/TestExecCgroup [2021-09-16T19:47:59.933Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2021-09-16T19:47:59.933Z] === RUN TestDockerSuite/TestExecEnv [2021-09-16T19:47:59.933Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2021-09-16T19:47:59.933Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2021-09-16T19:47:59.933Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2021-09-16T19:47:59.933Z] === RUN TestDockerSuite/TestExecExitStatus [2021-09-16T19:48:01.501Z] === RUN TestDockerSuite/TestExecInspectID [2021-09-16T19:48:05.298Z] === RUN TestDockerSuite/TestExecInteractive [2021-09-16T19:48:05.298Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2021-09-16T19:48:05.298Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2021-09-16T19:48:05.298Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2021-09-16T19:48:05.298Z] === RUN TestDockerSuite/TestExecParseError [2021-09-16T19:48:05.298Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2021-09-16T19:48:05.298Z] === RUN TestDockerSuite/TestExecPausedContainer [2021-09-16T19:48:05.298Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2021-09-16T19:48:05.298Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2021-09-16T19:48:05.298Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2021-09-16T19:48:05.298Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2021-09-16T19:48:06.803Z] === RUN TestDockerSuite/TestCpToCaseF [2021-09-16T19:48:06.803Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2021-09-16T19:48:06.803Z] === RUN TestDockerSuite/TestCpToCaseG [2021-09-16T19:48:06.803Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2021-09-16T19:48:06.803Z] === RUN TestDockerSuite/TestCpToCaseH [2021-09-16T19:48:06.954Z] === RUN TestDockerSuite/TestBuildDotDotFile [2021-09-16T19:48:06.954Z] === RUN TestDockerSuite/TestBuildEOLInLine [2021-09-16T19:48:06.954Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2021-09-16T19:48:06.954Z] === RUN TestDockerSuite/TestBuildEmptyCmd [2021-09-16T19:48:06.954Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2021-09-16T19:48:06.954Z] === RUN TestDockerSuite/TestBuildEmptyEntrypoint [2021-09-16T19:48:06.954Z] === RUN TestDockerSuite/TestBuildEmptyEntrypointInheritance [2021-09-16T19:48:06.954Z] === RUN TestDockerSuite/TestBuildEmptyScratch [2021-09-16T19:48:06.954Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2021-09-16T19:48:06.954Z] === RUN TestDockerSuite/TestBuildEmptyStringVolume [2021-09-16T19:48:06.954Z] === RUN TestDockerSuite/TestBuildEntrypoint [2021-09-16T19:48:06.954Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild [2021-09-16T19:48:07.518Z] === RUN TestDockerSuite/TestExecSetEnv [2021-09-16T19:48:07.518Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2021-09-16T19:48:07.518Z] === RUN TestDockerSuite/TestExecStartFails [2021-09-16T19:48:07.518Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2021-09-16T19:48:07.518Z] === RUN TestDockerSuite/TestExecStateCleanup [2021-09-16T19:48:07.518Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2021-09-16T19:48:07.518Z] === RUN TestDockerSuite/TestExecStopNotHanging [2021-09-16T19:48:07.518Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2021-09-16T19:48:07.518Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2021-09-16T19:48:07.518Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2021-09-16T19:48:07.518Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2021-09-16T19:48:09.086Z] === RUN TestDockerSuite/TestExecUlimits [2021-09-16T19:48:09.086Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2021-09-16T19:48:09.086Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2021-09-16T19:48:09.121Z] === RUN TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect [2021-09-16T19:48:12.012Z] === RUN TestDockerSuite/TestBuildEntrypointRunCleanup [2021-09-16T19:48:13.852Z] === RUN TestDockerSuite/TestExecWithImageUser [2021-09-16T19:48:13.852Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2021-09-16T19:48:13.852Z] === RUN TestDockerSuite/TestExecWithPrivileged [2021-09-16T19:48:13.852Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2021-09-16T19:48:13.852Z] === RUN TestDockerSuite/TestExecWithUser [2021-09-16T19:48:13.852Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2021-09-16T19:48:13.852Z] === RUN TestDockerSuite/TestGetContainerStats [2021-09-16T19:48:15.732Z] === RUN TestDockerSuite/TestBuildEnv [2021-09-16T19:48:15.732Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2021-09-16T19:48:15.732Z] === RUN TestDockerSuite/TestBuildEnvEscapes [2021-09-16T19:48:15.732Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2021-09-16T19:48:16.189Z] === RUN TestDockerSuite/TestBuildEnvOverwrite [2021-09-16T19:48:16.189Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2021-09-16T19:48:16.189Z] === RUN TestDockerSuite/TestBuildEnvUsage [2021-09-16T19:48:16.189Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2021-09-16T19:48:16.189Z] === RUN TestDockerSuite/TestBuildEnvUsage2 [2021-09-16T19:48:16.189Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2021-09-16T19:48:16.189Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementAddCopy [2021-09-16T19:48:17.085Z] === RUN TestDockerSuite/TestCpToCaseI [2021-09-16T19:48:17.086Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2021-09-16T19:48:17.086Z] === RUN TestDockerSuite/TestCpToCaseJ [2021-09-16T19:48:17.086Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2021-09-16T19:48:17.086Z] === RUN TestDockerSuite/TestCpToDot [2021-09-16T19:48:18.617Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2021-09-16T19:48:18.617Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2021-09-16T19:48:18.617Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2021-09-16T19:48:18.617Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2021-09-16T19:48:18.617Z] === RUN TestDockerSuite/TestCpToStdout [2021-09-16T19:48:19.727Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2021-09-16T19:48:19.911Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementEnv [2021-09-16T19:48:19.911Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2021-09-16T19:48:19.911Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementExpose [2021-09-16T19:48:19.911Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2021-09-16T19:48:19.911Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementUser [2021-09-16T19:48:19.911Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2021-09-16T19:48:19.911Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementVolume [2021-09-16T19:48:20.368Z] === RUN TestDockerSuite/TestBuildEnvironmentReplacementWorkdir [2021-09-16T19:48:21.514Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2021-09-16T19:48:21.514Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2021-09-16T19:48:21.514Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2021-09-16T19:48:21.514Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2021-09-16T19:48:21.514Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2021-09-16T19:48:21.514Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2021-09-16T19:48:21.514Z] === RUN TestDockerSuite/TestCpVolumePath [2021-09-16T19:48:21.514Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2021-09-16T19:48:21.514Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2021-09-16T19:48:21.514Z] === RUN TestDockerSuite/TestCreateArgs [2021-09-16T19:48:21.514Z] === RUN TestDockerSuite/TestCreateByImageID [2021-09-16T19:48:23.685Z] === RUN TestDockerSuite/TestCreateEchoStdout [2021-09-16T19:48:24.486Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2021-09-16T19:48:25.038Z] === RUN TestDockerSuite/TestBuildEscapeNotBackslashWordTest [2021-09-16T19:48:25.857Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2021-09-16T19:48:26.315Z] === RUN TestDockerSuite/TestCreateHostConfig [2021-09-16T19:48:26.315Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2021-09-16T19:48:27.445Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2021-09-16T19:48:27.848Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2021-09-16T19:48:28.214Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists [2021-09-16T19:48:28.306Z] === RUN TestDockerSuite/TestCreateLabels [2021-09-16T19:48:28.763Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2021-09-16T19:48:28.763Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2021-09-16T19:48:28.763Z] === RUN TestDockerSuite/TestCreateRM [2021-09-16T19:48:28.763Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2021-09-16T19:48:28.763Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-09-16T19:48:28.763Z] === RUN TestDockerSuite/TestCreateStopSignal [2021-09-16T19:48:29.219Z] === RUN TestDockerSuite/TestCreateStopTimeout [2021-09-16T19:48:29.676Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2021-09-16T19:48:33.319Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2021-09-16T19:48:33.319Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2021-09-16T19:48:33.319Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2021-09-16T19:48:33.319Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2021-09-16T19:48:33.319Z] === RUN TestDockerSuite/TestHealth [2021-09-16T19:48:33.319Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2021-09-16T19:48:33.319Z] === RUN TestDockerSuite/TestHistoryExistentImage [2021-09-16T19:48:33.319Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2021-09-16T19:48:33.319Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2021-09-16T19:48:33.319Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2021-09-16T19:48:36.736Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2021-09-16T19:48:36.736Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2021-09-16T19:48:37.119Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2021-09-16T19:48:37.119Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2021-09-16T19:48:37.119Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2021-09-16T19:48:37.119Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2021-09-16T19:48:37.119Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2021-09-16T19:48:37.119Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2021-09-16T19:48:37.119Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2021-09-16T19:48:37.194Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2021-09-16T19:48:37.415Z] === RUN TestDockerSuite/TestBuildEscapeWhitespace [2021-09-16T19:48:37.588Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2021-09-16T19:48:37.588Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2021-09-16T19:48:37.588Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2021-09-16T19:48:37.872Z] === RUN TestDockerSuite/TestBuildExoticShellInterpolation [2021-09-16T19:48:37.872Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2021-09-16T19:48:37.872Z] === RUN TestDockerSuite/TestBuildExpose [2021-09-16T19:48:37.872Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2021-09-16T19:48:37.872Z] === RUN TestDockerSuite/TestBuildExposeMorePorts [2021-09-16T19:48:37.872Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2021-09-16T19:48:37.872Z] === RUN TestDockerSuite/TestBuildExposeOrder [2021-09-16T19:48:37.872Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2021-09-16T19:48:37.872Z] === RUN TestDockerSuite/TestBuildExposeUpperCaseProto [2021-09-16T19:48:37.872Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2021-09-16T19:48:37.872Z] === RUN TestDockerSuite/TestBuildFails [2021-09-16T19:48:38.578Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2021-09-16T19:48:38.578Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2021-09-16T19:48:40.091Z] === RUN TestDockerSuite/TestCreateWithPortRange [2021-09-16T19:48:40.091Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2021-09-16T19:48:40.091Z] docker_api_containers_test.go:853: unmatched requirement DaemonIsLinux [2021-09-16T19:48:40.091Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2021-09-16T19:48:40.146Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2021-09-16T19:48:40.146Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2021-09-16T19:48:41.712Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2021-09-16T19:48:42.262Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2021-09-16T19:48:42.262Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2021-09-16T19:48:42.719Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2021-09-16T19:48:42.719Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2021-09-16T19:48:42.719Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2021-09-16T19:48:42.719Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2021-09-16T19:48:42.719Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2021-09-16T19:48:42.719Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2021-09-16T19:48:42.719Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2021-09-16T19:48:42.719Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2021-09-16T19:48:42.719Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2021-09-16T19:48:42.719Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2021-09-16T19:48:42.719Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2021-09-16T19:48:42.719Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2021-09-16T19:48:42.719Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2021-09-16T19:48:42.719Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2021-09-16T19:48:42.719Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2021-09-16T19:48:42.719Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2021-09-16T19:48:42.719Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2021-09-16T19:48:42.719Z] === RUN TestDockerSuite/TestDevicePermissions [2021-09-16T19:48:42.719Z] docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux [2021-09-16T19:48:42.719Z] === RUN TestDockerSuite/TestDockerFails [2021-09-16T19:48:42.719Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2021-09-16T19:48:42.719Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2021-09-16T19:48:42.719Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2021-09-16T19:48:42.719Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2021-09-16T19:48:42.719Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2021-09-16T19:48:42.719Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2021-09-16T19:48:42.719Z] === RUN TestDockerSuite/TestEventsAttach [2021-09-16T19:48:42.719Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2021-09-16T19:48:42.719Z] === RUN TestDockerSuite/TestEventsCommit [2021-09-16T19:48:42.719Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2021-09-16T19:48:42.719Z] === RUN TestDockerSuite/TestEventsContainerEvents [2021-09-16T19:48:44.667Z] === RUN TestDockerSuite/TestImagesFormat [2021-09-16T19:48:44.667Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2021-09-16T19:48:44.667Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2021-09-16T19:48:44.667Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2021-09-16T19:48:44.920Z] === RUN TestDockerSuite/TestBuildFailsGitNotCallable [2021-09-16T19:48:44.920Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToDir [2021-09-16T19:48:45.615Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2021-09-16T19:48:46.306Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp [2021-09-16T19:48:47.621Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2021-09-16T19:48:47.787Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2021-09-16T19:48:48.091Z] === RUN TestDockerSuite/TestImportBadURL [2021-09-16T19:48:49.591Z] === RUN TestDockerSuite/TestBuildFollowSymlinkToFile [2021-09-16T19:48:50.311Z] === RUN TestDockerSuite/TestImportDisplay [2021-09-16T19:48:50.311Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2021-09-16T19:48:50.311Z] === RUN TestDockerSuite/TestImportFile [2021-09-16T19:48:50.311Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2021-09-16T19:48:50.311Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2021-09-16T19:48:50.311Z] === RUN TestDockerSuite/TestImportFileWithMessage [2021-09-16T19:48:50.311Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2021-09-16T19:48:50.311Z] === RUN TestDockerSuite/TestImportGzipped [2021-09-16T19:48:50.311Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2021-09-16T19:48:50.311Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2021-09-16T19:48:50.311Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2021-09-16T19:48:50.311Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2021-09-16T19:48:50.311Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2021-09-16T19:48:50.311Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2021-09-16T19:48:50.311Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2021-09-16T19:48:50.311Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2021-09-16T19:48:50.311Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2021-09-16T19:48:50.311Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2021-09-16T19:48:50.311Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2021-09-16T19:48:50.311Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2021-09-16T19:48:50.311Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2021-09-16T19:48:50.311Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-09-16T19:48:50.311Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2021-09-16T19:48:50.683Z] === RUN TestDockerSuite/TestEventsContainerRestart [2021-09-16T19:48:52.529Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2021-09-16T19:48:54.263Z] === RUN TestDockerSuite/TestBuildForceRm [2021-09-16T19:48:54.748Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2021-09-16T19:48:54.748Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2021-09-16T19:48:54.748Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2021-09-16T19:48:54.748Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2021-09-16T19:48:54.748Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2021-09-16T19:48:54.748Z] === RUN TestDockerSuite/TestInspectAmpersand [2021-09-16T19:48:54.748Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2021-09-16T19:48:54.748Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2021-09-16T19:48:56.969Z] === RUN TestDockerSuite/TestInspectByPrefix [2021-09-16T19:48:56.969Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2021-09-16T19:48:59.189Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2021-09-16T19:48:59.189Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2021-09-16T19:48:59.189Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2021-09-16T19:48:59.189Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2021-09-16T19:48:59.189Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2021-09-16T19:48:59.189Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2021-09-16T19:48:59.189Z] === RUN TestDockerSuite/TestInspectDefault [2021-09-16T19:48:59.237Z] === RUN TestDockerSuite/TestEventsCopy [2021-09-16T19:49:01.440Z] === RUN TestDockerSuite/TestInspectHistory [2021-09-16T19:49:02.974Z] === RUN TestDockerSuite/TestEventsFilterContainer [2021-09-16T19:49:04.556Z] === RUN TestDockerSuite/TestBuildFromGit [2021-09-16T19:49:05.237Z] === RUN TestDockerSuite/TestInspectImage [2021-09-16T19:49:05.237Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2021-09-16T19:49:05.237Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2021-09-16T19:49:05.237Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2021-09-16T19:49:05.237Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2021-09-16T19:49:05.237Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-09-16T19:49:05.237Z] === RUN TestDockerSuite/TestInspectInt64 [2021-09-16T19:49:06.226Z] === RUN TestDockerSuite/TestInspectJSONFields [2021-09-16T19:49:07.652Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2021-09-16T19:49:07.794Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2021-09-16T19:49:08.263Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2021-09-16T19:49:09.828Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2021-09-16T19:49:10.482Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2021-09-16T19:49:10.795Z] === RUN TestDockerSuite/TestEventsFilterImageName [2021-09-16T19:49:12.051Z] === RUN TestDockerSuite/TestInspectPlugin [2021-09-16T19:49:12.051Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2021-09-16T19:49:12.051Z] === RUN TestDockerSuite/TestInspectRootFS [2021-09-16T19:49:12.051Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2021-09-16T19:49:13.619Z] === RUN TestDockerSuite/TestInspectStatus [2021-09-16T19:49:14.524Z] === RUN TestDockerSuite/TestEventsFilterLabels [2021-09-16T19:49:14.846Z] === RUN TestDockerSuite/TestBuildFromGitWithContext [2021-09-16T19:49:15.491Z] === RUN TestDockerSuite/TestEventsFilterType [2021-09-16T19:49:15.808Z] === RUN TestDockerSuite/TestBuildFromGitWithF [2021-09-16T19:49:15.949Z] === RUN TestDockerSuite/TestEventsFilters [2021-09-16T19:49:16.576Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2021-09-16T19:49:18.392Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail [2021-09-16T19:49:19.587Z] === RUN TestDockerSuite/TestInspectTemplateError [2021-09-16T19:49:20.479Z] === RUN TestDockerSuite/TestBuildFromMixedcaseDockerfile [2021-09-16T19:49:20.479Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2021-09-16T19:49:20.479Z] === RUN TestDockerSuite/TestBuildFromOfficialNames [2021-09-16T19:49:20.935Z] === RUN TestDockerSuite/TestBuildFromRemoteTarball [2021-09-16T19:49:21.156Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2021-09-16T19:49:21.392Z] === RUN TestDockerSuite/TestBuildFromStdinWithF [2021-09-16T19:49:21.392Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2021-09-16T19:49:21.392Z] === RUN TestDockerSuite/TestBuildFromURLWithF [2021-09-16T19:49:21.731Z] === RUN TestDockerSuite/TestEventsFormat [2021-09-16T19:49:23.379Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2021-09-16T19:49:24.948Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2021-09-16T19:49:26.411Z] === RUN TestDockerSuite/TestEventsFormatBadField [2021-09-16T19:49:26.411Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2021-09-16T19:49:26.411Z] === RUN TestDockerSuite/TestEventsImageImport [2021-09-16T19:49:26.411Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2021-09-16T19:49:26.411Z] === RUN TestDockerSuite/TestEventsImageLoad [2021-09-16T19:49:26.411Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2021-09-16T19:49:26.411Z] === RUN TestDockerSuite/TestEventsImagePull [2021-09-16T19:49:26.411Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2021-09-16T19:49:26.411Z] === RUN TestDockerSuite/TestEventsImageTag [2021-09-16T19:49:26.521Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2021-09-16T19:49:27.375Z] === RUN TestDockerSuite/TestEventsPluginOps [2021-09-16T19:49:27.375Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2021-09-16T19:49:27.375Z] === RUN TestDockerSuite/TestEventsRename [2021-09-16T19:49:28.740Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2021-09-16T19:49:30.273Z] === RUN TestDockerSuite/TestEventsResize [2021-09-16T19:49:30.308Z] === RUN TestDockerSuite/TestInspectUnknownObject [2021-09-16T19:49:30.308Z] === RUN TestDockerSuite/TestLinkShortDefinition [2021-09-16T19:49:30.308Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2021-09-16T19:49:30.308Z] === RUN TestDockerSuite/TestLinksEnvs [2021-09-16T19:49:30.308Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2021-09-16T19:49:30.308Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2021-09-16T19:49:30.308Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2021-09-16T19:49:30.777Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2021-09-16T19:49:30.777Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2021-09-16T19:49:30.777Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2021-09-16T19:49:30.777Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2021-09-16T19:49:30.777Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2021-09-16T19:49:30.777Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2021-09-16T19:49:30.777Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2021-09-16T19:49:30.777Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2021-09-16T19:49:30.777Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2021-09-16T19:49:30.777Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2021-09-16T19:49:30.777Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2021-09-16T19:49:30.777Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2021-09-16T19:49:30.777Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2021-09-16T19:49:30.777Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2021-09-16T19:49:30.777Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2021-09-16T19:49:30.777Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2021-09-16T19:49:30.777Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2021-09-16T19:49:30.777Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2021-09-16T19:49:30.777Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2021-09-16T19:49:30.777Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2021-09-16T19:49:30.777Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2021-09-16T19:49:30.777Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2021-09-16T19:49:30.777Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2021-09-16T19:49:30.777Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2021-09-16T19:49:30.777Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2021-09-16T19:49:30.777Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2021-09-16T19:49:30.777Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2021-09-16T19:49:30.777Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2021-09-16T19:49:30.777Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2021-09-16T19:49:32.347Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2021-09-16T19:49:33.748Z] === RUN TestDockerSuite/TestBuildHandleEscapesInVolume [2021-09-16T19:49:33.748Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2021-09-16T19:49:33.748Z] === RUN TestDockerSuite/TestBuildHistory [2021-09-16T19:49:33.951Z] === RUN TestDockerSuite/TestLogsAPIUntil [2021-09-16T19:49:39.825Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2021-09-16T19:49:41.394Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2021-09-16T19:49:41.394Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2021-09-16T19:49:41.394Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2021-09-16T19:49:42.963Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2021-09-16T19:49:42.963Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2021-09-16T19:49:44.045Z] === RUN TestDockerSuite/TestBuildIidFile [2021-09-16T19:49:44.502Z] === RUN TestDockerSuite/TestBuildIidFileCleanupOnFail [2021-09-16T19:49:46.032Z] === RUN TestDockerSuite/TestBuildInheritance [2021-09-16T19:49:46.032Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2021-09-16T19:49:46.032Z] === RUN TestDockerSuite/TestBuildIntermediateTarget [2021-09-16T19:49:46.995Z] === RUN TestDockerSuite/TestBuildInvalidTag [2021-09-16T19:49:46.995Z] === RUN TestDockerSuite/TestBuildJSONEmptyRun [2021-09-16T19:49:47.725Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2021-09-16T19:49:50.487Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed [2021-09-16T19:49:50.712Z] === RUN TestDockerSuite/TestBuildLabel [2021-09-16T19:49:51.674Z] === RUN TestDockerSuite/TestBuildLabelCacheCommit [2021-09-16T19:49:52.131Z] === RUN TestDockerSuite/TestBuildLabelMultiple [2021-09-16T19:49:52.487Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2021-09-16T19:49:53.095Z] === RUN TestDockerSuite/TestBuildLabelOneNode [2021-09-16T19:49:53.551Z] === RUN TestDockerSuite/TestBuildLabels [2021-09-16T19:49:54.518Z] === RUN TestDockerSuite/TestBuildLabelsCache [2021-09-16T19:49:56.049Z] === RUN TestDockerSuite/TestBuildLabelsOverride [2021-09-16T19:49:57.247Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2021-09-16T19:49:59.465Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2021-09-16T19:50:01.034Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2021-09-16T19:50:01.034Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2021-09-16T19:50:01.034Z] === RUN TestDockerSuite/TestLogsFollowStopped [2021-09-16T19:50:01.820Z] === RUN TestDockerSuite/TestBuildLastModified [2021-09-16T19:50:01.820Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2021-09-16T19:50:01.820Z] === RUN TestDockerSuite/TestBuildLineBreak [2021-09-16T19:50:01.820Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2021-09-16T19:50:01.820Z] === RUN TestDockerSuite/TestBuildLineErrorOnBuild [2021-09-16T19:50:01.820Z] === RUN TestDockerSuite/TestBuildLineErrorUnknownInstruction [2021-09-16T19:50:01.820Z] === RUN TestDockerSuite/TestBuildLineErrorWithComments [2021-09-16T19:50:01.820Z] === RUN TestDockerSuite/TestBuildLineErrorWithEmptyLines [2021-09-16T19:50:01.820Z] === RUN TestDockerSuite/TestBuildMaintainer [2021-09-16T19:50:02.278Z] === RUN TestDockerSuite/TestBuildMissingArgs [2021-09-16T19:50:02.698Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom [2021-09-16T19:50:03.240Z] === RUN TestDockerSuite/TestBuildModifyFileInFolder [2021-09-16T19:50:03.252Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2021-09-16T19:50:05.471Z] === RUN TestDockerSuite/TestLogsSince [2021-09-16T19:50:05.926Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2021-09-16T19:50:05.926Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2021-09-16T19:50:07.912Z] === RUN TestDockerSuite/TestBuildMultiStageArg [2021-09-16T19:50:08.099Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2021-09-16T19:50:12.778Z] === RUN TestDockerSuite/TestEventsTop [2021-09-16T19:50:12.778Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2021-09-16T19:50:12.778Z] === RUN TestDockerSuite/TestEventsUntag [2021-09-16T19:50:14.143Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2021-09-16T19:50:14.143Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2021-09-16T19:50:14.143Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2021-09-16T19:50:14.143Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2021-09-16T19:50:14.143Z] === RUN TestDockerSuite/TestLogsTail [2021-09-16T19:50:15.676Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2021-09-16T19:50:16.363Z] === RUN TestDockerSuite/TestLogsTimestamps [2021-09-16T19:50:18.584Z] === RUN TestDockerSuite/TestLogsWithDetails [2021-09-16T19:50:19.402Z] === RUN TestDockerSuite/TestExec [2021-09-16T19:50:19.402Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2021-09-16T19:50:19.402Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2021-09-16T19:50:19.402Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2021-09-16T19:50:19.402Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2021-09-16T19:50:20.799Z] === RUN TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart [2021-09-16T19:50:20.799Z] docker_cli_external_volume_driver_test.go:484: [dc01031bce18c] daemon is not started [2021-09-16T19:50:20.806Z] === RUN TestDockerSuite/TestMountIntoProc [2021-09-16T19:50:20.806Z] docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux [2021-09-16T19:50:20.806Z] === RUN TestDockerSuite/TestMountIntoSys [2021-09-16T19:50:20.806Z] docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux [2021-09-16T19:50:20.806Z] === RUN TestDockerSuite/TestNetHostname [2021-09-16T19:50:20.806Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2021-09-16T19:50:20.806Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2021-09-16T19:50:20.806Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2021-09-16T19:50:20.806Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2021-09-16T19:50:20.806Z] docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux [2021-09-16T19:50:20.806Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2021-09-16T19:50:20.806Z] docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux [2021-09-16T19:50:20.806Z] === RUN TestDockerSuite/TestPluginActive [2021-09-16T19:50:20.806Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2021-09-16T19:50:20.806Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2021-09-16T19:50:20.806Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2021-09-16T19:50:20.806Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2021-09-16T19:50:20.806Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2021-09-16T19:50:20.806Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2021-09-16T19:50:20.806Z] === RUN TestDockerSuite/TestPluginLogDriver [2021-09-16T19:50:20.806Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2021-09-16T19:50:20.806Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2021-09-16T19:50:20.806Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2021-09-16T19:50:20.806Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2021-09-16T19:50:20.806Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2021-09-16T19:50:20.806Z] === RUN TestDockerSuite/TestPluginUpgrade [2021-09-16T19:50:20.806Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2021-09-16T19:50:20.806Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2021-09-16T19:50:20.806Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2021-09-16T19:50:20.806Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2021-09-16T19:50:20.806Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2021-09-16T19:50:20.806Z] === RUN TestDockerSuite/TestPortHostBinding [2021-09-16T19:50:20.806Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2021-09-16T19:50:20.806Z] === RUN TestDockerSuite/TestPortList [2021-09-16T19:50:20.806Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2021-09-16T19:50:20.806Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2021-09-16T19:50:22.299Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2021-09-16T19:50:24.471Z] === RUN TestDockerSuite/TestExecAPIStart [2021-09-16T19:50:24.471Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2021-09-16T19:50:24.471Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2021-09-16T19:50:24.471Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2021-09-16T19:50:24.471Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2021-09-16T19:50:24.471Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2021-09-16T19:50:24.471Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2021-09-16T19:50:24.604Z] === RUN TestDockerSuite/TestPostContainersAttach [2021-09-16T19:50:24.604Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2021-09-16T19:50:24.604Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2021-09-16T19:50:24.604Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2021-09-16T19:50:24.604Z] docker_api_containers_test.go:1529: unmatched requirement DaemonIsLinux [2021-09-16T19:50:24.604Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2021-09-16T19:50:24.604Z] docker_api_containers_test.go:1443: unmatched requirement DaemonIsLinux [2021-09-16T19:50:24.604Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2021-09-16T19:50:24.604Z] docker_api_containers_test.go:1425: unmatched requirement DaemonIsLinux [2021-09-16T19:50:24.604Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2021-09-16T19:50:24.604Z] docker_api_containers_test.go:1471: unmatched requirement DaemonIsLinux [2021-09-16T19:50:24.604Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2021-09-16T19:50:24.604Z] docker_api_containers_test.go:1554: unmatched requirement DaemonIsLinux [2021-09-16T19:50:24.604Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2021-09-16T19:50:24.604Z] docker_api_containers_test.go:1498: unmatched requirement DaemonIsLinux [2021-09-16T19:50:24.604Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2021-09-16T19:50:24.604Z] docker_api_containers_test.go:1321: unmatched requirement DaemonIsLinux [2021-09-16T19:50:24.604Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2021-09-16T19:50:25.560Z] === RUN TestDockerSuite/TestBuildMultiStageCache [2021-09-16T19:50:25.560Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2021-09-16T19:50:25.560Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromErrors [2021-09-16T19:50:26.643Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2021-09-16T19:50:27.090Z] === RUN TestDockerSuite/TestBuildMultiStageCopyFromSyntax [2021-09-16T19:50:29.364Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2021-09-16T19:50:29.364Z] docker_api_containers_test.go:1392: unmatched requirement DaemonIsLinux [2021-09-16T19:50:29.364Z] === RUN TestDockerSuite/TestPsByOrder [2021-09-16T19:50:29.550Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2021-09-16T19:50:32.447Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2021-09-16T19:50:35.278Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2021-09-16T19:50:35.278Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2021-09-16T19:50:35.278Z] === RUN TestDockerSuite/TestPsListContainersBase [2021-09-16T19:50:35.344Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2021-09-16T19:50:35.685Z] === RUN TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict [2021-09-16T19:50:35.685Z] docker_cli_external_volume_driver_test.go:52: [d61e218702523] daemon is not started [2021-09-16T19:50:40.019Z] === RUN TestDockerSuite/TestExecCgroup [2021-09-16T19:50:40.019Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2021-09-16T19:50:40.019Z] === RUN TestDockerSuite/TestExecEnv [2021-09-16T19:50:40.019Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2021-09-16T19:50:40.019Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2021-09-16T19:50:40.019Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2021-09-16T19:50:40.019Z] === RUN TestDockerSuite/TestExecExitStatus [2021-09-16T19:50:42.920Z] === RUN TestDockerSuite/TestExecInspectID [2021-09-16T19:50:43.949Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2021-09-16T19:50:48.700Z] === RUN TestDockerSuite/TestExecInteractive [2021-09-16T19:50:48.700Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2021-09-16T19:50:48.700Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2021-09-16T19:50:48.700Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2021-09-16T19:50:48.700Z] === RUN TestDockerSuite/TestExecParseError [2021-09-16T19:50:48.700Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2021-09-16T19:50:48.700Z] === RUN TestDockerSuite/TestExecPausedContainer [2021-09-16T19:50:48.700Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2021-09-16T19:50:48.700Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2021-09-16T19:50:48.700Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2021-09-16T19:50:48.700Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2021-09-16T19:50:50.585Z] --- PASS: TestDockerExternalVolumeSuite (436.99s) [2021-09-16T19:50:50.586Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverBindExternalVolume (15.54s) [2021-09-16T19:50:50.586Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverCapabilities (60.63s) [2021-09-16T19:50:50.586Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverDeleteContainer (16.15s) [2021-09-16T19:50:50.586Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGet (30.06s) [2021-09-16T19:50:50.586Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverGetEmptyResponse (15.55s) [2021-09-16T19:50:50.586Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverList (30.04s) [2021-09-16T19:50:50.586Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverLookupNotBlocked (15.12s) [2021-09-16T19:50:50.586Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverMountID (31.20s) [2021-09-16T19:50:50.586Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverNamed (16.15s) [2021-09-16T19:50:50.586Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverOutOfBandDelete (15.75s) [2021-09-16T19:50:50.586Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverPathCalls (45.58s) [2021-09-16T19:50:50.586Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverRetryNotImmediatelyExists (19.19s) [2021-09-16T19:50:50.586Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnCp (31.26s) [2021-09-16T19:50:50.586Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnmountOnMountFail (30.86s) [2021-09-16T19:50:50.586Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverUnnamed (16.17s) [2021-09-16T19:50:50.586Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverVolumesFrom (16.65s) [2021-09-16T19:50:50.586Z] --- PASS: TestDockerExternalVolumeSuite/TestExternalVolumeDriverWithDaemonRestart (16.02s) [2021-09-16T19:50:50.586Z] --- PASS: TestDockerExternalVolumeSuite/TestVolumeCLICreateOptionConflict (15.06s) [2021-09-16T19:50:50.586Z] PASS [2021-09-16T19:50:50.586Z] [2021-09-16T19:50:50.586Z] === Skipped [2021-09-16T19:50:50.586Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2021-09-16T19:50:50.586Z] docker_cli_daemon_test.go:363: unmatched requirement IPv6 [2021-09-16T19:50:50.586Z] check_test.go:308: [dd0f5ddbbb8ff] daemon is not started [2021-09-16T19:50:50.586Z] --- SKIP: TestDockerDaemonSuite/TestDaemonIPv6Enabled (0.01s) [2021-09-16T19:50:50.586Z] [2021-09-16T19:50:50.586Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2021-09-16T19:50:50.586Z] docker_cli_daemon_test.go:232: unmatched requirement Devicemapper [2021-09-16T19:50:50.586Z] check_test.go:308: [d718db40090ab] daemon is not started [2021-09-16T19:50:50.586Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithIncreasedBasesize (0.00s) [2021-09-16T19:50:50.586Z] [2021-09-16T19:50:50.586Z] === SKIP: amd64.integration-cli TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2021-09-16T19:50:50.586Z] docker_cli_daemon_test.go:212: unmatched requirement Devicemapper [2021-09-16T19:50:50.586Z] check_test.go:308: [dbce8efe64449] daemon is not started [2021-09-16T19:50:50.586Z] --- SKIP: TestDockerDaemonSuite/TestDaemonRestartWithInvalidBasesize (0.00s) [2021-09-16T19:50:50.586Z] [2021-09-16T19:50:50.586Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2021-09-16T19:50:50.586Z] docker_api_swarm_test.go:935: Root cause of Issue #36386 is needed [2021-09-16T19:50:50.586Z] --- SKIP: TestDockerSwarmSuite/TestAPISwarmHealthcheckNone (0.00s) [2021-09-16T19:50:50.586Z] [2021-09-16T19:50:50.586Z] === SKIP: amd64.integration-cli TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2021-09-16T19:50:50.586Z] docker_cli_swarm_test.go:130: unmatched requirement IPv6 [2021-09-16T19:50:50.586Z] --- SKIP: TestDockerSwarmSuite/TestSwarmInitIPv6 (0.00s) [2021-09-16T19:50:50.586Z] [2021-09-16T19:50:50.586Z] DONE 273 tests, 5 skipped in 2391.043s [2021-09-16T19:50:50.586Z] ---> Making bundle: .integration-daemon-stop (in bundles/test-integration) [2021-09-16T19:50:50.586Z] ++++ cat bundles/test-integration/docker.pid [2021-09-16T19:50:50.586Z] +++ kill 8541 [2021-09-16T19:50:50.586Z] ++++ cat bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d21769284ea6c/docker.pid [2021-09-16T19:50:50.586Z] +++ kill 7455 [2021-09-16T19:50:50.586Z] /go/src/github.com/docker/docker/hack/make/.integration-daemon-stop: line 13: wait: pid 7455 is not a child of this shell [2021-09-16T19:50:50.586Z] warning: PID 7455 from bundles/test-integration/TestDockerDaemonSuite/TestFailedPluginRemove/d21769284ea6c/docker.pid had a nonzero exit code [2021-09-16T19:50:50.586Z] +++ /etc/init.d/apparmor stop [2021-09-16T19:50:50.586Z] Leaving: AppArmorNo profiles have been unloaded. [2021-09-16T19:50:50.586Z] [2021-09-16T19:50:50.586Z] Unloading profiles will leave already running processes permanently [2021-09-16T19:50:50.586Z] unconfined, which can lead to unexpected situations. [2021-09-16T19:50:50.586Z] [2021-09-16T19:50:50.586Z] To set a process to complain mode, use the command line tool [2021-09-16T19:50:50.586Z] 'aa-complain'. To really tear down all profiles, run 'aa-teardown'." [2021-09-16T19:50:50.586Z] +++ true [2021-09-16T19:50:50.586Z] exiting test-integration [2021-09-16T19:50:50.586Z] ++ exit 0 [2021-09-16T19:50:50.586Z] [2021-09-16T19:50:50.845Z] + exit 0 [2021-09-16T19:50:50.845Z] ++ jobs -p [2021-09-16T19:50:50.845Z] + pids= [2021-09-16T19:50:50.845Z] + echo 'Remaining pids to kill: []' [2021-09-16T19:50:50.845Z] Remaining pids to kill: [] [2021-09-16T19:50:50.845Z] + '[' -z '' ']' Post stage [Pipeline] junit [2021-09-16T19:50:50.861Z] Recording test results [2021-09-16T19:50:51.599Z] === RUN TestDockerSuite/TestExecSetEnv [2021-09-16T19:50:51.599Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2021-09-16T19:50:51.599Z] === RUN TestDockerSuite/TestExecStartFails [2021-09-16T19:50:51.599Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2021-09-16T19:50:51.599Z] === RUN TestDockerSuite/TestExecStateCleanup [2021-09-16T19:50:51.599Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2021-09-16T19:50:51.599Z] === RUN TestDockerSuite/TestExecStopNotHanging [2021-09-16T19:50:51.599Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2021-09-16T19:50:51.599Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2021-09-16T19:50:51.599Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2021-09-16T19:50:51.599Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2021-09-16T19:50:52.577Z] [Checks API] No suitable checks publisher found. [Pipeline] } [Pipeline] // stage Post stage [Pipeline] sh [2021-09-16T19:50:52.911Z] + echo Ensuring container killed. [2021-09-16T19:50:52.911Z] Ensuring container killed. [2021-09-16T19:50:52.911Z] + docker ps -aq -f name=docker-pr9-* [2021-09-16T19:50:52.911Z] + cids=d0adfa4d23a9 [2021-09-16T19:50:52.911Z] 9299020d89fd [2021-09-16T19:50:52.911Z] 5421fb71316d [2021-09-16T19:50:52.911Z] + [ -n d0adfa4d23a9 [2021-09-16T19:50:52.911Z] 9299020d89fd [2021-09-16T19:50:52.911Z] 5421fb71316d ] [2021-09-16T19:50:52.911Z] + docker rm -vf d0adfa4d23a9 9299020d89fd 5421fb71316d [2021-09-16T19:50:53.484Z] d0adfa4d23a9 [2021-09-16T19:50:53.484Z] 9299020d89fd [2021-09-16T19:50:53.743Z] 5421fb71316d [Pipeline] sh [2021-09-16T19:50:54.030Z] + echo Chowning /workspace to jenkins user [2021-09-16T19:50:54.030Z] Chowning /workspace to jenkins user [2021-09-16T19:50:54.030Z] + id -u [2021-09-16T19:50:54.030Z] + id -g [2021-09-16T19:50:54.030Z] + docker run --rm -v /home/ubuntu/workspace/moby_PR-41759:/workspace busybox chown -R 1000:1000 /workspace [2021-09-16T19:50:54.030Z] Unable to find image 'busybox:latest' locally [2021-09-16T19:50:54.290Z] latest: Pulling from library/busybox [2021-09-16T19:50:54.290Z] 24fb2886d6f6: Pulling fs layer [2021-09-16T19:50:54.290Z] 24fb2886d6f6: Download complete [2021-09-16T19:50:54.499Z] === RUN TestDockerSuite/TestExecUlimits [2021-09-16T19:50:54.499Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2021-09-16T19:50:54.499Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2021-09-16T19:50:54.551Z] 24fb2886d6f6: Pull complete [2021-09-16T19:50:54.551Z] Digest: sha256:52f73a0a43a16cf37cd0720c90887ce972fe60ee06a687ee71fb93a7ca601df7 [2021-09-16T19:50:54.551Z] Status: Downloaded newer image for busybox:latest [2021-09-16T19:50:56.453Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2021-09-16T19:50:56.453Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2021-09-16T19:50:56.453Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2021-09-16T19:50:56.453Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2021-09-16T19:50:56.996Z] === RUN TestDockerSuite/TestBuildMultiStageGlobalArg [Pipeline] catchError [Pipeline] { [Pipeline] sh [2021-09-16T19:50:58.149Z] + bundleName=amd64 [2021-09-16T19:50:58.149Z] + echo Creating amd64-bundles.tar.gz [2021-09-16T19:50:58.149Z] Creating amd64-bundles.tar.gz [2021-09-16T19:50:58.149Z] + 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-16T19:50:58.149Z] + xargs tar -czf amd64-bundles.tar.gz [Pipeline] archiveArtifacts [2021-09-16T19:50:59.101Z] Archiving artifacts [2021-09-16T19:51:00.279Z] === RUN TestDockerSuite/TestExecWithImageUser [2021-09-16T19:51:00.279Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2021-09-16T19:51:00.279Z] === RUN TestDockerSuite/TestExecWithPrivileged [2021-09-16T19:51:00.279Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2021-09-16T19:51:00.279Z] === RUN TestDockerSuite/TestExecWithUser [2021-09-16T19:51:00.279Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2021-09-16T19:51:00.279Z] === RUN TestDockerSuite/TestGetContainerStats [2021-09-16T19:51:00.940Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41759/9/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-09-16T19:51:01.252Z] + make clean [2021-09-16T19:51:01.665Z] docker volume rm -f docker-dev-cache [2021-09-16T19:51:01.665Z] docker-dev-cache [Pipeline] deleteDir [2021-09-16T19:51:05.668Z] === RUN TestDockerSuite/TestBuildMultiStageImplicitFrom [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-09-16T19:51:06.887Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2021-09-16T19:51:07.343Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2021-09-16T19:51:09.845Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2021-09-16T19:51:10.339Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuilds [2021-09-16T19:51:13.122Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2021-09-16T19:51:15.010Z] === RUN TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows [2021-09-16T19:51:15.721Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2021-09-16T19:51:16.853Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2021-09-16T19:51:19.519Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2021-09-16T19:51:19.682Z] === RUN TestDockerSuite/TestBuildMultiStageNameVariants [2021-09-16T19:51:19.990Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2021-09-16T19:51:19.990Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2021-09-16T19:51:19.990Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2021-09-16T19:51:19.990Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2021-09-16T19:51:23.790Z] === RUN TestDockerSuite/TestPsListContainersSize [2021-09-16T19:51:23.790Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2021-09-16T19:51:23.790Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2021-09-16T19:51:23.790Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2021-09-16T19:51:23.790Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2021-09-16T19:51:23.790Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2021-09-16T19:51:23.790Z] === RUN TestDockerSuite/TestPsRightTagName [2021-09-16T19:51:23.790Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2021-09-16T19:51:23.790Z] === RUN TestDockerSuite/TestPsShowMounts [2021-09-16T19:51:23.913Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2021-09-16T19:51:23.913Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2021-09-16T19:51:23.913Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2021-09-16T19:51:23.913Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2021-09-16T19:51:23.913Z] === RUN TestDockerSuite/TestHealth [2021-09-16T19:51:23.913Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2021-09-16T19:51:23.913Z] === RUN TestDockerSuite/TestHistoryExistentImage [2021-09-16T19:51:23.913Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2021-09-16T19:51:23.913Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2021-09-16T19:51:23.913Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2021-09-16T19:51:28.600Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2021-09-16T19:51:28.600Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2021-09-16T19:51:28.600Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2021-09-16T19:51:28.600Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2021-09-16T19:51:28.600Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2021-09-16T19:51:28.600Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2021-09-16T19:51:28.600Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2021-09-16T19:51:29.058Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2021-09-16T19:51:29.058Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2021-09-16T19:51:29.058Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2021-09-16T19:51:29.665Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2021-09-16T19:51:29.665Z] docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux [2021-09-16T19:51:29.665Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2021-09-16T19:51:30.024Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2021-09-16T19:51:30.024Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2021-09-16T19:51:30.653Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2021-09-16T19:51:30.653Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2021-09-16T19:51:30.653Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2021-09-16T19:51:31.555Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2021-09-16T19:51:31.555Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2021-09-16T19:51:32.224Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2021-09-16T19:51:33.216Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2021-09-16T19:51:33.216Z] docker_api_containers_test.go:1368: unmatched requirement DaemonIsLinux [2021-09-16T19:51:33.216Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2021-09-16T19:51:33.726Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2021-09-16T19:51:36.626Z] === RUN TestDockerSuite/TestImagesFormat [2021-09-16T19:51:36.626Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2021-09-16T19:51:36.626Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2021-09-16T19:51:36.626Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2021-09-16T19:51:37.012Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2021-09-16T19:51:39.524Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2021-09-16T19:51:39.981Z] === RUN TestDockerSuite/TestImportBadURL [2021-09-16T19:51:40.729Z] === RUN TestDockerSuite/TestBuildMultiStageResetScratch [2021-09-16T19:51:40.729Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2021-09-16T19:51:40.729Z] === RUN TestDockerSuite/TestBuildMultiStageUnusedArg [2021-09-16T19:51:40.813Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2021-09-16T19:51:42.152Z] === RUN TestDockerSuite/TestImportDisplay [2021-09-16T19:51:42.153Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2021-09-16T19:51:42.153Z] === RUN TestDockerSuite/TestImportFile [2021-09-16T19:51:42.153Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2021-09-16T19:51:42.153Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2021-09-16T19:51:42.153Z] === RUN TestDockerSuite/TestImportFileWithMessage [2021-09-16T19:51:42.153Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2021-09-16T19:51:42.153Z] === RUN TestDockerSuite/TestImportGzipped [2021-09-16T19:51:42.153Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2021-09-16T19:51:42.153Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2021-09-16T19:51:42.153Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2021-09-16T19:51:42.153Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2021-09-16T19:51:42.153Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2021-09-16T19:51:42.153Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2021-09-16T19:51:42.153Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2021-09-16T19:51:42.153Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2021-09-16T19:51:42.153Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2021-09-16T19:51:42.153Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2021-09-16T19:51:42.610Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2021-09-16T19:51:42.610Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2021-09-16T19:51:42.610Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2021-09-16T19:51:42.610Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-09-16T19:51:42.610Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2021-09-16T19:51:43.037Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2021-09-16T19:51:44.447Z] === RUN TestDockerSuite/TestBuildMultipleTags [2021-09-16T19:51:44.782Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2021-09-16T19:51:45.409Z] === RUN TestDockerSuite/TestBuildNetContainer [2021-09-16T19:51:45.409Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2021-09-16T19:51:45.409Z] === RUN TestDockerSuite/TestBuildNetNone [2021-09-16T19:51:45.409Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2021-09-16T19:51:45.409Z] === RUN TestDockerSuite/TestBuildNoContext [2021-09-16T19:51:47.575Z] === RUN TestDockerSuite/TestBuildNoDupOutput [2021-09-16T19:51:47.681Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2021-09-16T19:51:47.681Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2021-09-16T19:51:47.681Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2021-09-16T19:51:47.681Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2021-09-16T19:51:47.681Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2021-09-16T19:51:47.681Z] === RUN TestDockerSuite/TestInspectAmpersand [2021-09-16T19:51:47.681Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2021-09-16T19:51:47.681Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2021-09-16T19:51:49.855Z] === RUN TestDockerSuite/TestInspectByPrefix [2021-09-16T19:51:50.313Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2021-09-16T19:51:51.293Z] === RUN TestDockerSuite/TestBuildNoNamedVolume [2021-09-16T19:51:52.484Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2021-09-16T19:51:52.484Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2021-09-16T19:51:52.485Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2021-09-16T19:51:52.485Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2021-09-16T19:51:52.485Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2021-09-16T19:51:52.485Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2021-09-16T19:51:52.485Z] === RUN TestDockerSuite/TestInspectDefault [2021-09-16T19:51:53.469Z] === RUN TestDockerSuite/TestBuildNotVerboseFailure [2021-09-16T19:51:53.925Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureRemote [2021-09-16T19:51:53.925Z] === RUN TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage [2021-09-16T19:51:55.382Z] === RUN TestDockerSuite/TestInspectHistory [2021-09-16T19:51:56.813Z] === RUN TestDockerSuite/TestBuildNotVerboseSuccess [2021-09-16T19:51:57.775Z] === RUN TestDockerSuite/TestBuildNullStringInAddCopyVolume [2021-09-16T19:51:58.738Z] === RUN TestDockerSuite/TestBuildOnBuild [2021-09-16T19:51:59.109Z] === RUN TestDockerSuite/TestInspectImage [2021-09-16T19:51:59.109Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2021-09-16T19:51:59.109Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2021-09-16T19:51:59.109Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2021-09-16T19:51:59.109Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2021-09-16T19:51:59.109Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-09-16T19:51:59.109Z] === RUN TestDockerSuite/TestInspectInt64 [2021-09-16T19:52:00.873Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2021-09-16T19:52:00.873Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2021-09-16T19:52:00.873Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2021-09-16T19:52:02.008Z] === RUN TestDockerSuite/TestInspectJSONFields [2021-09-16T19:52:04.905Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2021-09-16T19:52:04.905Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2021-09-16T19:52:07.076Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2021-09-16T19:52:09.546Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2021-09-16T19:52:09.546Z] === RUN TestDockerSuite/TestRestartPolicyNO [2021-09-16T19:52:09.546Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2021-09-16T19:52:10.015Z] === RUN TestDockerSuite/TestRestartRunningContainer [2021-09-16T19:52:10.803Z] === RUN TestDockerSuite/TestInspectPlugin [2021-09-16T19:52:10.803Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2021-09-16T19:52:10.803Z] === RUN TestDockerSuite/TestInspectRootFS [2021-09-16T19:52:10.803Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [2021-09-16T19:52:11.084Z] === RUN TestDockerSuite/TestBuildOnBuildCache [2021-09-16T19:52:12.615Z] === RUN TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON [2021-09-16T19:52:13.703Z] === RUN TestDockerSuite/TestInspectStatus [2021-09-16T19:52:13.814Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2021-09-16T19:52:17.610Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2021-09-16T19:52:17.610Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2021-09-16T19:52:17.610Z] === RUN TestDockerSuite/TestRestartWithVolumes [2021-09-16T19:52:19.662Z] === RUN TestDockerSuite/TestBuildOnBuildEntrypointJSON [2021-09-16T19:52:20.760Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2021-09-16T19:52:21.407Z] === RUN TestDockerSuite/TestRmiBlank [2021-09-16T19:52:21.407Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2021-09-16T19:52:21.407Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2021-09-16T19:52:23.382Z] === RUN TestDockerSuite/TestBuildOnBuildLimitedInheritance [2021-09-16T19:52:26.542Z] === RUN TestDockerSuite/TestInspectTemplateError [2021-09-16T19:52:29.437Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2021-09-16T19:52:30.427Z] === RUN TestDockerSuite/TestBuildOnBuildLowercase [2021-09-16T19:52:31.844Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2021-09-16T19:52:32.335Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2021-09-16T19:52:34.145Z] === RUN TestDockerSuite/TestBuildOnBuildOutput [2021-09-16T19:52:34.509Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2021-09-16T19:52:34.803Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2021-09-16T19:52:34.803Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2021-09-16T19:52:37.407Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2021-09-16T19:52:38.815Z] === RUN TestDockerSuite/TestBuildOnBuildWithCopy [2021-09-16T19:52:39.272Z] === RUN TestDockerSuite/TestBuildOpaqueDirectory [2021-09-16T19:52:39.272Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2021-09-16T19:52:39.272Z] === RUN TestDockerSuite/TestBuildPATH [2021-09-16T19:52:39.272Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2021-09-16T19:52:39.272Z] === RUN TestDockerSuite/TestBuildRUNErrMsg [2021-09-16T19:52:39.566Z] === RUN TestDockerSuite/TestRmiImgIDForce [2021-09-16T19:52:39.602Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2021-09-16T19:52:41.438Z] === RUN TestDockerSuite/TestBuildRUNoneJSON [2021-09-16T19:52:41.438Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2021-09-16T19:52:41.438Z] === RUN TestDockerSuite/TestBuildRelativeCopy [2021-09-16T19:52:42.499Z] === RUN TestDockerSuite/TestInspectUnknownObject [2021-09-16T19:52:42.499Z] === RUN TestDockerSuite/TestLinkShortDefinition [2021-09-16T19:52:42.499Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2021-09-16T19:52:42.499Z] === RUN TestDockerSuite/TestLinksEnvs [2021-09-16T19:52:42.499Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2021-09-16T19:52:42.499Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2021-09-16T19:52:42.499Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2021-09-16T19:52:42.499Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2021-09-16T19:52:42.499Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2021-09-16T19:52:42.499Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2021-09-16T19:52:42.499Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2021-09-16T19:52:42.499Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2021-09-16T19:52:42.499Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2021-09-16T19:52:42.499Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2021-09-16T19:52:42.499Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2021-09-16T19:52:42.499Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2021-09-16T19:52:42.499Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2021-09-16T19:52:42.499Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2021-09-16T19:52:42.499Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2021-09-16T19:52:42.499Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2021-09-16T19:52:42.499Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2021-09-16T19:52:42.499Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2021-09-16T19:52:42.499Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2021-09-16T19:52:42.499Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2021-09-16T19:52:42.499Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2021-09-16T19:52:42.499Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2021-09-16T19:52:42.499Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2021-09-16T19:52:42.499Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2021-09-16T19:52:42.499Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2021-09-16T19:52:42.499Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2021-09-16T19:52:42.499Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2021-09-16T19:52:42.499Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2021-09-16T19:52:42.499Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2021-09-16T19:52:42.499Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2021-09-16T19:52:42.499Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2021-09-16T19:52:42.499Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [2021-09-16T19:52:44.332Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2021-09-16T19:52:44.674Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2021-09-16T19:52:47.574Z] === RUN TestDockerSuite/TestLogsAPIUntil [2021-09-16T19:52:50.216Z] === RUN TestDockerSuite/TestRmiParentImageFail [2021-09-16T19:52:53.175Z] === RUN TestDockerSuite/TestRmiTag [2021-09-16T19:52:53.355Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2021-09-16T19:52:53.644Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2021-09-16T19:52:55.528Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2021-09-16T19:52:55.528Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2021-09-16T19:52:55.528Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2021-09-16T19:52:55.865Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2021-09-16T19:52:58.427Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2021-09-16T19:52:58.427Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2021-09-16T19:53:03.117Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2021-09-16T19:53:08.373Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2021-09-16T19:53:08.915Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2021-09-16T19:53:11.334Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2021-09-16T19:53:13.595Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2021-09-16T19:53:15.131Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2021-09-16T19:53:15.601Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2021-09-16T19:53:15.601Z] docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux [2021-09-16T19:53:15.601Z] === RUN TestDockerSuite/TestRunAddHost [2021-09-16T19:53:15.601Z] docker_cli_run_test.go:1576: unmatched requirement DaemonIsLinux [2021-09-16T19:53:15.601Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2021-09-16T19:53:15.601Z] docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux [2021-09-16T19:53:15.601Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2021-09-16T19:53:15.601Z] docker_cli_run_test.go:1171: unmatched requirement DaemonIsLinux [2021-09-16T19:53:15.601Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2021-09-16T19:53:15.601Z] docker_cli_run_test.go:1189: unmatched requirement DaemonIsLinux [2021-09-16T19:53:15.601Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2021-09-16T19:53:15.601Z] docker_cli_run_test.go:1180: unmatched requirement DaemonIsLinux [2021-09-16T19:53:15.601Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2021-09-16T19:53:15.601Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2021-09-16T19:53:15.601Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2021-09-16T19:53:17.169Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2021-09-16T19:53:17.169Z] docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux [2021-09-16T19:53:17.169Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2021-09-16T19:53:17.169Z] docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux [2021-09-16T19:53:17.169Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2021-09-16T19:53:17.320Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2021-09-16T19:53:21.035Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2021-09-16T19:53:21.035Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2021-09-16T19:53:21.035Z] === RUN TestDockerSuite/TestLogsFollowStopped [2021-09-16T19:53:21.933Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2021-09-16T19:53:23.904Z] === RUN TestDockerSuite/TestBuildRelativeWorkdir [2021-09-16T19:53:23.916Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2021-09-16T19:53:24.152Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2021-09-16T19:53:25.719Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2021-09-16T19:53:26.074Z] === RUN TestDockerSuite/TestLogsSince [2021-09-16T19:53:27.938Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2021-09-16T19:53:30.157Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2021-09-16T19:53:30.157Z] === RUN TestDockerSuite/TestRunBindMounts [2021-09-16T19:53:34.933Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2021-09-16T19:53:34.933Z] docker_cli_run_test.go:1052: unmatched requirement DaemonIsLinux [2021-09-16T19:53:34.933Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2021-09-16T19:53:34.933Z] docker_cli_run_test.go:1062: unmatched requirement DaemonIsLinux [2021-09-16T19:53:34.933Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2021-09-16T19:53:34.933Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux [2021-09-16T19:53:34.933Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2021-09-16T19:53:34.933Z] docker_cli_run_test.go:1042: unmatched requirement DaemonIsLinux [2021-09-16T19:53:34.933Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2021-09-16T19:53:34.933Z] docker_cli_run_test.go:1033: unmatched requirement DaemonIsLinux [2021-09-16T19:53:34.933Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2021-09-16T19:53:34.933Z] docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux [2021-09-16T19:53:34.933Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2021-09-16T19:53:34.933Z] docker_cli_run_test.go:1023: unmatched requirement DaemonIsLinux [2021-09-16T19:53:34.933Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2021-09-16T19:53:34.933Z] docker_cli_run_test.go:1011: unmatched requirement DaemonIsLinux [2021-09-16T19:53:34.933Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2021-09-16T19:53:34.933Z] docker_cli_run_test.go:985: unmatched requirement DaemonIsLinux [2021-09-16T19:53:34.933Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2021-09-16T19:53:34.933Z] docker_cli_run_test.go:998: unmatched requirement DaemonIsLinux [2021-09-16T19:53:34.933Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2021-09-16T19:53:34.933Z] docker_cli_run_test.go:976: unmatched requirement DaemonIsLinux [2021-09-16T19:53:34.933Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2021-09-16T19:53:36.345Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2021-09-16T19:53:36.345Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2021-09-16T19:53:36.345Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2021-09-16T19:53:36.345Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2021-09-16T19:53:36.345Z] === RUN TestDockerSuite/TestLogsTail [2021-09-16T19:53:36.508Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2021-09-16T19:53:36.508Z] docker_cli_run_test.go:1932: unmatched requirement DaemonIsLinux [2021-09-16T19:53:36.508Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2021-09-16T19:53:37.868Z] === RUN TestDockerSuite/TestLogsTimestamps [2021-09-16T19:53:38.727Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2021-09-16T19:53:38.727Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2021-09-16T19:53:39.195Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2021-09-16T19:53:39.195Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2021-09-16T19:53:39.195Z] === RUN TestDockerSuite/TestRunContainerNetwork [2021-09-16T19:53:40.184Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2021-09-16T19:53:40.184Z] docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux [2021-09-16T19:53:40.184Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2021-09-16T19:53:40.184Z] docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux [2021-09-16T19:53:40.184Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2021-09-16T19:53:40.184Z] docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux [2021-09-16T19:53:40.184Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2021-09-16T19:53:40.184Z] docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux [2021-09-16T19:53:40.184Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2021-09-16T19:53:40.184Z] docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux [2021-09-16T19:53:40.654Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2021-09-16T19:53:40.654Z] docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux [2021-09-16T19:53:40.654Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2021-09-16T19:53:40.654Z] docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux [2021-09-16T19:53:40.654Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2021-09-16T19:53:40.749Z] === RUN TestDockerSuite/TestLogsWithDetails [2021-09-16T19:53:42.223Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2021-09-16T19:53:42.909Z] === RUN TestDockerSuite/TestMountIntoProc [2021-09-16T19:53:42.909Z] docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux [2021-09-16T19:53:42.909Z] === RUN TestDockerSuite/TestMountIntoSys [2021-09-16T19:53:42.909Z] docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux [2021-09-16T19:53:42.909Z] === RUN TestDockerSuite/TestNetHostname [2021-09-16T19:53:42.909Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2021-09-16T19:53:42.909Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2021-09-16T19:53:42.909Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2021-09-16T19:53:42.909Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2021-09-16T19:53:42.909Z] docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux [2021-09-16T19:53:42.909Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2021-09-16T19:53:42.909Z] docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux [2021-09-16T19:53:42.909Z] === RUN TestDockerSuite/TestPluginActive [2021-09-16T19:53:42.909Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2021-09-16T19:53:42.909Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2021-09-16T19:53:42.909Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2021-09-16T19:53:42.909Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2021-09-16T19:53:42.909Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2021-09-16T19:53:42.909Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2021-09-16T19:53:42.909Z] === RUN TestDockerSuite/TestPluginLogDriver [2021-09-16T19:53:42.909Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2021-09-16T19:53:42.909Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2021-09-16T19:53:42.909Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2021-09-16T19:53:42.909Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2021-09-16T19:53:42.909Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2021-09-16T19:53:42.909Z] === RUN TestDockerSuite/TestPluginUpgrade [2021-09-16T19:53:42.909Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2021-09-16T19:53:42.909Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2021-09-16T19:53:42.909Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2021-09-16T19:53:42.909Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2021-09-16T19:53:42.909Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2021-09-16T19:53:43.364Z] === RUN TestDockerSuite/TestPortHostBinding [2021-09-16T19:53:43.364Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2021-09-16T19:53:43.364Z] === RUN TestDockerSuite/TestPortList [2021-09-16T19:53:43.364Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2021-09-16T19:53:43.364Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2021-09-16T19:53:44.443Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2021-09-16T19:53:44.972Z] === RUN TestDockerSuite/TestBuildRm [2021-09-16T19:53:46.662Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2021-09-16T19:53:46.662Z] docker_cli_run_test.go:1677: unmatched requirement DaemonIsLinux [2021-09-16T19:53:46.662Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2021-09-16T19:53:46.662Z] docker_cli_run_test.go:1658: unmatched requirement DaemonIsLinux [2021-09-16T19:53:46.662Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2021-09-16T19:53:46.662Z] docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux [2021-09-16T19:53:46.662Z] === RUN TestDockerSuite/TestRunCreateVolume [2021-09-16T19:53:48.020Z] === RUN TestDockerSuite/TestPostContainersAttach [2021-09-16T19:53:48.020Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2021-09-16T19:53:48.020Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2021-09-16T19:53:48.020Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2021-09-16T19:53:48.021Z] docker_api_containers_test.go:1529: unmatched requirement DaemonIsLinux [2021-09-16T19:53:48.021Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2021-09-16T19:53:48.021Z] docker_api_containers_test.go:1443: unmatched requirement DaemonIsLinux [2021-09-16T19:53:48.021Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2021-09-16T19:53:48.021Z] docker_api_containers_test.go:1425: unmatched requirement DaemonIsLinux [2021-09-16T19:53:48.021Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2021-09-16T19:53:48.021Z] docker_api_containers_test.go:1471: unmatched requirement DaemonIsLinux [2021-09-16T19:53:48.021Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2021-09-16T19:53:48.021Z] docker_api_containers_test.go:1554: unmatched requirement DaemonIsLinux [2021-09-16T19:53:48.021Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2021-09-16T19:53:48.021Z] docker_api_containers_test.go:1498: unmatched requirement DaemonIsLinux [2021-09-16T19:53:48.021Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2021-09-16T19:53:48.021Z] docker_api_containers_test.go:1321: unmatched requirement DaemonIsLinux [2021-09-16T19:53:48.021Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2021-09-16T19:53:48.882Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2021-09-16T19:53:48.882Z] docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux [2021-09-16T19:53:48.882Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2021-09-16T19:53:48.882Z] docker_cli_run_test.go:621: unmatched requirement DaemonIsLinux [2021-09-16T19:53:48.882Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2021-09-16T19:53:48.882Z] docker_cli_run_test.go:383: unmatched requirement DaemonIsLinux [2021-09-16T19:53:48.882Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2021-09-16T19:53:48.882Z] docker_cli_run_test.go:427: unmatched requirement DaemonIsLinux [2021-09-16T19:53:48.882Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2021-09-16T19:53:50.449Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2021-09-16T19:53:53.778Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2021-09-16T19:53:53.778Z] docker_api_containers_test.go:1392: unmatched requirement DaemonIsLinux [2021-09-16T19:53:53.778Z] === RUN TestDockerSuite/TestPsByOrder [2021-09-16T19:53:54.251Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2021-09-16T19:53:54.251Z] docker_cli_run_test.go:1253: unmatched requirement DaemonIsLinux [2021-09-16T19:53:54.251Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2021-09-16T19:53:54.251Z] docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux [2021-09-16T19:53:54.720Z] === RUN TestDockerSuite/TestRunDNSOptions [2021-09-16T19:53:54.720Z] docker_cli_run_test.go:1288: unmatched requirement DaemonIsLinux [2021-09-16T19:53:54.720Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2021-09-16T19:53:54.720Z] docker_cli_run_test.go:1321: unmatched requirement DaemonIsLinux [2021-09-16T19:53:54.720Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2021-09-16T19:53:54.720Z] docker_cli_run_test.go:1310: unmatched requirement DaemonIsLinux [2021-09-16T19:53:54.720Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2021-09-16T19:53:54.720Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2021-09-16T19:53:54.720Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2021-09-16T19:53:56.941Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2021-09-16T19:53:56.941Z] docker_cli_run_test.go:1141: unmatched requirement DaemonIsLinux [2021-09-16T19:53:56.941Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2021-09-16T19:53:56.941Z] === RUN TestDockerSuite/TestRunDuplicateMount [2021-09-16T19:53:56.941Z] docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux [2021-09-16T19:53:56.941Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2021-09-16T19:53:57.321Z] === RUN TestDockerSuite/TestBuildRunShEntrypoint [2021-09-16T19:53:58.283Z] === RUN TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache [2021-09-16T19:53:58.283Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2021-09-16T19:53:58.283Z] === RUN TestDockerSuite/TestBuildScratchCopy [2021-09-16T19:53:58.283Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2021-09-16T19:53:58.509Z] === RUN TestDockerSuite/TestRunEchoStdout [2021-09-16T19:53:58.739Z] === RUN TestDockerSuite/TestBuildSetCommandWithDefinedShell [2021-09-16T19:53:59.705Z] === RUN TestDockerSuite/TestBuildShCmdJSONEntrypoint [2021-09-16T19:54:00.727Z] === RUN TestDockerSuite/TestRunEmptyEnv [2021-09-16T19:54:00.727Z] docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux [2021-09-16T19:54:00.727Z] === RUN TestDockerSuite/TestRunEntrypoint [2021-09-16T19:54:02.948Z] === RUN TestDockerSuite/TestRunEnvironment [2021-09-16T19:54:02.948Z] docker_cli_run_test.go:817: unmatched requirement DaemonIsLinux [2021-09-16T19:54:02.948Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2021-09-16T19:54:02.948Z] docker_cli_run_test.go:856: unmatched requirement DaemonIsLinux [2021-09-16T19:54:02.948Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2021-09-16T19:54:02.948Z] docker_cli_run_test.go:889: unmatched requirement DaemonIsLinux [2021-09-16T19:54:02.948Z] === RUN TestDockerSuite/TestRunExitCode [2021-09-16T19:54:03.426Z] === RUN TestDockerSuite/TestBuildShellEntrypoint [2021-09-16T19:54:04.050Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2021-09-16T19:54:04.050Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2021-09-16T19:54:04.050Z] === RUN TestDockerSuite/TestPsListContainersBase [2021-09-16T19:54:05.170Z] === RUN TestDockerSuite/TestRunExitCodeOne [2021-09-16T19:54:05.592Z] === RUN TestDockerSuite/TestBuildShellInherited [2021-09-16T19:54:07.391Z] === RUN TestDockerSuite/TestRunExitCodeZero [2021-09-16T19:54:08.959Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2021-09-16T19:54:09.309Z] === RUN TestDockerSuite/TestBuildShellMultiple [2021-09-16T19:54:11.178Z] === RUN TestDockerSuite/TestRunExposePort [2021-09-16T19:54:11.178Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2021-09-16T19:54:11.178Z] docker_cli_run_test.go:947: unmatched requirement DaemonIsLinux [2021-09-16T19:54:11.178Z] === RUN TestDockerSuite/TestRunGroupAdd [2021-09-16T19:54:11.178Z] docker_cli_run_test.go:1074: unmatched requirement DaemonIsLinux [2021-09-16T19:54:11.178Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2021-09-16T19:54:11.178Z] docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux [2021-09-16T19:54:11.178Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2021-09-16T19:54:11.178Z] docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux [2021-09-16T19:54:11.178Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2021-09-16T19:54:11.178Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2021-09-16T19:54:11.178Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2021-09-16T19:54:11.178Z] docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux [2021-09-16T19:54:11.178Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2021-09-16T19:54:11.178Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2021-09-16T19:54:11.178Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2021-09-16T19:54:14.325Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2021-09-16T19:54:14.978Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2021-09-16T19:54:14.978Z] docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux [2021-09-16T19:54:14.978Z] === RUN TestDockerSuite/TestRunInvalidReference [2021-09-16T19:54:15.448Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2021-09-16T19:54:15.448Z] docker_cli_run_test.go:60: unmatched requirement DaemonIsLinux [2021-09-16T19:54:15.448Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2021-09-16T19:54:15.448Z] docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux [2021-09-16T19:54:15.448Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2021-09-16T19:54:15.448Z] docker_cli_run_test.go:195: unmatched requirement DaemonIsLinux [2021-09-16T19:54:15.448Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2021-09-16T19:54:15.448Z] docker_cli_run_test.go:180: unmatched requirement DaemonIsLinux [2021-09-16T19:54:15.448Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2021-09-16T19:54:21.324Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2021-09-16T19:54:21.324Z] docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux [2021-09-16T19:54:21.324Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2021-09-16T19:54:22.891Z] === RUN TestDockerSuite/TestRunModeHostname [2021-09-16T19:54:22.891Z] docker_cli_run_test.go:1198: unmatched requirement DaemonIsLinux [2021-09-16T19:54:22.891Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2021-09-16T19:54:22.891Z] docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux [2021-09-16T19:54:22.891Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2021-09-16T19:54:22.891Z] docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux [2021-09-16T19:54:22.891Z] === RUN TestDockerSuite/TestRunModeIpcHost [2021-09-16T19:54:22.891Z] docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux [2021-09-16T19:54:22.891Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2021-09-16T19:54:22.891Z] docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux [2021-09-16T19:54:22.891Z] === RUN TestDockerSuite/TestRunModePIDContainer [2021-09-16T19:54:22.891Z] docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux [2021-09-16T19:54:22.891Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2021-09-16T19:54:22.891Z] docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux [2021-09-16T19:54:22.891Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2021-09-16T19:54:22.891Z] docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux [2021-09-16T19:54:22.891Z] === RUN TestDockerSuite/TestRunModeUTSHost [2021-09-16T19:54:22.891Z] docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux [2021-09-16T19:54:22.891Z] === RUN TestDockerSuite/TestRunMount [2021-09-16T19:54:22.891Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux [2021-09-16T19:54:22.891Z] === RUN TestDockerSuite/TestRunMountOrdering [2021-09-16T19:54:22.891Z] docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux [2021-09-16T19:54:22.891Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2021-09-16T19:54:22.891Z] docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux [2021-09-16T19:54:22.891Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2021-09-16T19:54:22.891Z] docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux [2021-09-16T19:54:22.891Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2021-09-16T19:54:28.768Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2021-09-16T19:54:28.768Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2021-09-16T19:54:28.768Z] === RUN TestDockerSuite/TestRunNamedVolume [2021-09-16T19:54:28.768Z] docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux [2021-09-16T19:54:28.768Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2021-09-16T19:54:28.768Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2021-09-16T19:54:29.077Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2021-09-16T19:54:29.077Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2021-09-16T19:54:29.077Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2021-09-16T19:54:29.077Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2021-09-16T19:54:29.077Z] docker_cli_ps_test.go:230: RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2021-09-16T19:54:29.077Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2021-09-16T19:54:29.238Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2021-09-16T19:54:30.370Z] === RUN TestDockerSuite/TestBuildShellNotJSON [2021-09-16T19:54:30.370Z] === RUN TestDockerSuite/TestBuildShellUpdatesConfig [2021-09-16T19:54:30.370Z] === RUN TestDockerSuite/TestBuildShellWindowsPowershell [2021-09-16T19:54:32.783Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2021-09-16T19:54:33.998Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2021-09-16T19:54:36.959Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2021-09-16T19:54:36.959Z] docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux [2021-09-16T19:54:36.959Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2021-09-16T19:54:36.959Z] docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux [2021-09-16T19:54:36.959Z] === RUN TestDockerSuite/TestRunNetHost [2021-09-16T19:54:36.959Z] docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux [2021-09-16T19:54:36.959Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2021-09-16T19:54:36.959Z] docker_cli_run_test.go:931: unmatched requirement DaemonIsLinux [2021-09-16T19:54:36.959Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2021-09-16T19:54:36.959Z] docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux [2021-09-16T19:54:36.959Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2021-09-16T19:54:36.959Z] docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux [2021-09-16T19:54:36.959Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2021-09-16T19:54:36.959Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2021-09-16T19:54:36.959Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2021-09-16T19:54:36.959Z] docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux [2021-09-16T19:54:36.959Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2021-09-16T19:54:36.959Z] docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux [2021-09-16T19:54:36.959Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2021-09-16T19:54:37.416Z] === RUN TestDockerSuite/TestBuildSpaces [2021-09-16T19:54:37.416Z] === RUN TestDockerSuite/TestBuildSpacesWithQuotes [2021-09-16T19:54:37.429Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2021-09-16T19:54:38.418Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2021-09-16T19:54:39.986Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2021-09-16T19:54:41.137Z] === RUN TestDockerSuite/TestBuildStartsFromOne [2021-09-16T19:54:41.137Z] === RUN TestDockerSuite/TestBuildStderr [2021-09-16T19:54:41.307Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2021-09-16T19:54:41.557Z] === RUN TestDockerSuite/TestRunNonExistingImage [2021-09-16T19:54:42.545Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2021-09-16T19:54:44.112Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2021-09-16T19:54:44.112Z] docker_cli_run_test.go:1403: unmatched requirement DaemonIsLinux [2021-09-16T19:54:44.582Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2021-09-16T19:54:44.582Z] docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux [2021-09-16T19:54:44.582Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2021-09-16T19:54:44.582Z] docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux [2021-09-16T19:54:44.582Z] === RUN TestDockerSuite/TestRunPortInUse [2021-09-16T19:54:44.582Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2021-09-16T19:54:44.582Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2021-09-16T19:54:44.582Z] docker_cli_run_test.go:957: unmatched requirement DaemonIsLinux [2021-09-16T19:54:44.582Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2021-09-16T19:54:44.582Z] docker_cli_run_test.go:1085: unmatched requirement DaemonIsLinux [2021-09-16T19:54:44.582Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2021-09-16T19:54:44.582Z] docker_cli_run_test.go:1124: unmatched requirement DaemonIsLinux [2021-09-16T19:54:44.582Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2021-09-16T19:54:44.582Z] docker_cli_run_test.go:1132: unmatched requirement DaemonIsLinux [2021-09-16T19:54:44.582Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2021-09-16T19:54:44.857Z] === RUN TestDockerSuite/TestBuildStepsWithProgress [2021-09-16T19:54:45.964Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2021-09-16T19:54:45.964Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2021-09-16T19:54:45.964Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2021-09-16T19:54:45.964Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2021-09-16T19:54:45.964Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2021-09-16T19:54:47.539Z] === RUN TestDockerSuite/TestRunPublishPort [2021-09-16T19:54:47.539Z] docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux [2021-09-16T19:54:47.539Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2021-09-16T19:54:47.539Z] docker_cli_run_test.go:2860: unmatched requirement Apparmor [2021-09-16T19:54:47.539Z] === RUN TestDockerSuite/TestRunReadProcLatency [2021-09-16T19:54:47.539Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2021-09-16T19:54:48.009Z] === RUN TestDockerSuite/TestRunReadProcTimer [2021-09-16T19:54:48.009Z] docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux [2021-09-16T19:54:48.009Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2021-09-16T19:54:48.009Z] docker_cli_run_test.go:1425: unmatched requirement DaemonIsLinux [2021-09-16T19:54:48.009Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2021-09-16T19:54:51.725Z] === RUN TestDockerSuite/TestPsListContainersSize [2021-09-16T19:54:51.725Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2021-09-16T19:54:51.725Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2021-09-16T19:54:51.725Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2021-09-16T19:54:51.725Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2021-09-16T19:54:51.725Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2021-09-16T19:54:51.725Z] === RUN TestDockerSuite/TestPsRightTagName [2021-09-16T19:54:51.725Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2021-09-16T19:54:51.725Z] === RUN TestDockerSuite/TestPsShowMounts [2021-09-16T19:54:55.178Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2021-09-16T19:54:55.178Z] docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux [2021-09-16T19:54:55.178Z] === RUN TestDockerSuite/TestRunRm [2021-09-16T19:54:57.396Z] === RUN TestDockerSuite/TestRunRmAndWait [2021-09-16T19:55:00.248Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2021-09-16T19:55:00.248Z] docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux [2021-09-16T19:55:00.248Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2021-09-16T19:55:01.772Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2021-09-16T19:55:01.772Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2021-09-16T19:55:01.772Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2021-09-16T19:55:02.500Z] === RUN TestDockerSuite/TestBuildStopSignal [2021-09-16T19:55:02.500Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2021-09-16T19:55:02.500Z] === RUN TestDockerSuite/TestBuildSymlinkBasename [2021-09-16T19:55:02.732Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2021-09-16T19:55:03.247Z] === RUN TestDockerSuite/TestRunRmPre125Api [2021-09-16T19:55:03.691Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2021-09-16T19:55:03.691Z] docker_api_containers_test.go:1368: unmatched requirement DaemonIsLinux [2021-09-16T19:55:03.691Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2021-09-16T19:55:04.029Z] === RUN TestDockerSuite/TestBuildSymlinkBreakout [2021-09-16T19:55:04.933Z] === RUN TestDockerSuite/TestRunRootWorkdir [2021-09-16T19:55:05.000Z] === RUN TestDockerSuite/TestBuildTagEvent [2021-09-16T19:55:07.104Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2021-09-16T19:55:08.721Z] === RUN TestDockerSuite/TestBuildTimeArgHistoryExclusions [2021-09-16T19:55:09.274Z] === RUN TestDockerSuite/TestRunSetMacAddress [2021-09-16T19:55:09.601Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2021-09-16T19:55:11.446Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2021-09-16T19:55:11.446Z] docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux [2021-09-16T19:55:11.446Z] === RUN TestDockerSuite/TestRunState [2021-09-16T19:55:11.446Z] docker_cli_run_test.go:1621: unmatched requirement DaemonIsLinux [2021-09-16T19:55:11.446Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2021-09-16T19:55:13.391Z] === RUN TestDockerSuite/TestBuildUser [2021-09-16T19:55:13.391Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2021-09-16T19:55:13.391Z] === RUN TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot [2021-09-16T19:55:13.391Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2021-09-16T19:55:13.391Z] === RUN TestDockerSuite/TestBuildUsersAndGroups [2021-09-16T19:55:13.391Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2021-09-16T19:55:13.391Z] === RUN TestDockerSuite/TestBuildVerboseOut [2021-09-16T19:55:13.617Z] === RUN TestDockerSuite/TestRunStdinPipe [2021-09-16T19:55:13.617Z] docker_cli_run_test.go:98: unmatched requirement DaemonIsLinux [2021-09-16T19:55:13.617Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2021-09-16T19:55:15.148Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2021-09-16T19:55:15.148Z] docker_cli_run_test.go:1108: unmatched requirement DaemonIsLinux [2021-09-16T19:55:15.148Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2021-09-16T19:55:15.148Z] docker_cli_run_test.go:1116: unmatched requirement DaemonIsLinux [2021-09-16T19:55:15.148Z] === RUN TestDockerSuite/TestRunTLSVerify [2021-09-16T19:55:15.148Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2021-09-16T19:55:15.148Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2021-09-16T19:55:15.148Z] docker_cli_run_test.go:1156: unmatched requirement DaemonIsLinux [2021-09-16T19:55:15.148Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2021-09-16T19:55:15.360Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2021-09-16T19:55:17.107Z] === RUN TestDockerSuite/TestBuildVerifyIntString [2021-09-16T19:55:17.563Z] === RUN TestDockerSuite/TestBuildVerifySingleQuoteFails [2021-09-16T19:55:18.241Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2021-09-16T19:55:19.729Z] === RUN TestDockerSuite/TestBuildVolumeFileExistsinContainer [2021-09-16T19:55:19.729Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2021-09-16T19:55:19.729Z] === RUN TestDockerSuite/TestBuildVolumesRetainContents [2021-09-16T19:55:19.729Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2021-09-16T19:55:19.729Z] === RUN TestDockerSuite/TestBuildWindowsAddCopyPathProcessing [2021-09-16T19:55:19.836Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2021-09-16T19:55:19.836Z] docker_cli_run_test.go:967: unmatched requirement DaemonIsLinux [2021-09-16T19:55:19.836Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2021-09-16T19:55:19.836Z] docker_cli_run_test.go:1095: unmatched requirement DaemonIsLinux [2021-09-16T19:55:19.836Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2021-09-16T19:55:19.836Z] docker_cli_run_test.go:1165: unmatched requirement DaemonIsLinux [2021-09-16T19:55:19.836Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2021-09-16T19:55:19.836Z] docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux [2021-09-16T19:55:19.836Z] === RUN TestDockerSuite/TestRunUnshareProc [2021-09-16T19:55:19.836Z] docker_cli_run_test.go:2899: unmatched requirement Apparmor [2021-09-16T19:55:19.836Z] === RUN TestDockerSuite/TestRunUserByID [2021-09-16T19:55:19.836Z] docker_cli_run_test.go:736: unmatched requirement DaemonIsLinux [2021-09-16T19:55:19.836Z] === RUN TestDockerSuite/TestRunUserByIDBig [2021-09-16T19:55:19.836Z] docker_cli_run_test.go:746: unmatched requirement DaemonIsLinux [2021-09-16T19:55:19.836Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2021-09-16T19:55:19.836Z] docker_cli_run_test.go:759: unmatched requirement DaemonIsLinux [2021-09-16T19:55:19.836Z] === RUN TestDockerSuite/TestRunUserByIDZero [2021-09-16T19:55:19.836Z] docker_cli_run_test.go:772: unmatched requirement DaemonIsLinux [2021-09-16T19:55:19.837Z] === RUN TestDockerSuite/TestRunUserByName [2021-09-16T19:55:19.837Z] docker_cli_run_test.go:726: unmatched requirement DaemonIsLinux [2021-09-16T19:55:19.837Z] === RUN TestDockerSuite/TestRunUserDefaults [2021-09-16T19:55:22.006Z] === RUN TestDockerSuite/TestRunUserNotFound [2021-09-16T19:55:22.006Z] docker_cli_run_test.go:785: unmatched requirement DaemonIsLinux [2021-09-16T19:55:22.006Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2021-09-16T19:55:24.177Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2021-09-16T19:55:24.177Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux [2021-09-16T19:55:24.177Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2021-09-16T19:55:24.177Z] docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux [2021-09-16T19:55:24.177Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2021-09-16T19:55:27.074Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2021-09-16T19:55:32.849Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2021-09-16T19:55:36.576Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2021-09-16T19:55:39.269Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2021-09-16T19:55:39.269Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2021-09-16T19:55:39.269Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2021-09-16T19:55:40.780Z] === RUN TestDockerSuite/TestBuildWindowsEnvCaseInsensitive [2021-09-16T19:55:40.781Z] === RUN TestDockerSuite/TestBuildWindowsUser [2021-09-16T19:55:42.351Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2021-09-16T19:55:42.351Z] docker_cli_run_test.go:658: unmatched requirement DaemonIsLinux [2021-09-16T19:55:42.351Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2021-09-16T19:55:42.351Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2021-09-16T19:55:45.248Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2021-09-16T19:55:46.300Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2021-09-16T19:55:46.300Z] === RUN TestDockerSuite/TestRestartPolicyNO [2021-09-16T19:55:46.300Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2021-09-16T19:55:46.552Z] === RUN TestDockerSuite/TestBuildWindowsWorkdirProcessing [2021-09-16T19:55:46.754Z] === RUN TestDockerSuite/TestRestartRunningContainer [2021-09-16T19:55:47.420Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2021-09-16T19:55:49.589Z] === RUN TestDockerSuite/TestRunWithBadDevice [2021-09-16T19:55:49.589Z] docker_cli_run_test.go:1850: unmatched requirement DaemonIsLinux [2021-09-16T19:55:49.589Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2021-09-16T19:55:49.589Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2021-09-16T19:55:49.589Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2021-09-16T19:55:49.589Z] docker_cli_run_test.go:282: unmatched requirement DaemonIsLinux [2021-09-16T19:55:49.589Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2021-09-16T19:55:49.589Z] docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux [2021-09-16T19:55:49.589Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2021-09-16T19:55:49.589Z] docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux [2021-09-16T19:55:49.589Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2021-09-16T19:55:49.589Z] docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux [2021-09-16T19:55:49.589Z] === RUN TestDockerSuite/TestRunWithUlimits [2021-09-16T19:55:49.589Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2021-09-16T19:55:49.589Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2021-09-16T19:55:52.485Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2021-09-16T19:55:53.449Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2021-09-16T19:55:53.785Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2021-09-16T19:55:54.982Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2021-09-16T19:55:56.840Z] === RUN TestDockerSuite/TestBuildWithExtraHost [2021-09-16T19:55:56.840Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2021-09-16T19:55:56.840Z] === RUN TestDockerSuite/TestBuildWithExtraHostInvalidFormat [2021-09-16T19:55:56.840Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2021-09-16T19:55:56.840Z] === RUN TestDockerSuite/TestBuildWithFailure [2021-09-16T19:55:57.803Z] === RUN TestDockerSuite/TestBuildWithInaccessibleFilesInContext [2021-09-16T19:55:57.803Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2021-09-16T19:55:58.260Z] === RUN TestDockerSuite/TestBuildWithRecycleBin [2021-09-16T19:55:58.446Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2021-09-16T19:55:58.446Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2021-09-16T19:55:58.446Z] === RUN TestDockerSuite/TestRestartWithVolumes [2021-09-16T19:55:58.709Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2021-09-16T19:55:58.709Z] docker_cli_run_test.go:3016: unmatched requirement Apparmor [2021-09-16T19:55:58.709Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2021-09-16T19:55:58.709Z] docker_cli_run_test.go:1802: unmatched requirement DaemonIsLinux [2021-09-16T19:55:58.709Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2021-09-16T19:55:58.709Z] docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux [2021-09-16T19:55:58.709Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2021-09-16T19:55:58.709Z] docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux [2021-09-16T19:55:58.709Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2021-09-16T19:55:58.709Z] docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux [2021-09-16T19:55:58.709Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2021-09-16T19:55:58.709Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2021-09-16T19:55:58.709Z] === RUN TestDockerSuite/TestSaveCheckTimes [2021-09-16T19:55:58.709Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2021-09-16T19:55:58.709Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2021-09-16T19:55:58.709Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2021-09-16T19:55:58.709Z] === RUN TestDockerSuite/TestSaveImageId [2021-09-16T19:55:58.709Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2021-09-16T19:55:58.710Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2021-09-16T19:55:58.710Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2021-09-16T19:55:58.710Z] === RUN TestDockerSuite/TestSaveLoadParents [2021-09-16T19:55:58.710Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2021-09-16T19:55:58.710Z] === RUN TestDockerSuite/TestSaveMultipleNames [2021-09-16T19:55:58.710Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2021-09-16T19:55:58.710Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2021-09-16T19:55:58.710Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2021-09-16T19:55:58.710Z] === RUN TestDockerSuite/TestSaveSingleTag [2021-09-16T19:55:58.710Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2021-09-16T19:55:59.166Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2021-09-16T19:55:59.166Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2021-09-16T19:55:59.166Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2021-09-16T19:55:59.166Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2021-09-16T19:55:59.166Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2021-09-16T19:55:59.166Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2021-09-16T19:55:59.166Z] === RUN TestDockerSuite/TestSearchCmdOptions [2021-09-16T19:56:01.335Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2021-09-16T19:56:01.335Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2021-09-16T19:56:01.792Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2021-09-16T19:56:02.250Z] === RUN TestDockerSuite/TestSearchWithLimit [2021-09-16T19:56:03.119Z] === RUN TestDockerSuite/TestRmiBlank [2021-09-16T19:56:03.119Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2021-09-16T19:56:03.119Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2021-09-16T19:56:03.779Z] === RUN TestDockerSuite/TestSlowStdinClosing [2021-09-16T19:56:08.550Z] === RUN TestDockerSuite/TestBuildWithTabs [2021-09-16T19:56:09.556Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2021-09-16T19:56:09.556Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2021-09-16T19:56:09.556Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2021-09-16T19:56:11.442Z] === RUN TestDockerSuite/TestBuildWithUTF8BOM [2021-09-16T19:56:11.898Z] === RUN TestDockerSuite/TestBuildWithUTF8BOMDockerignore [2021-09-16T19:56:16.611Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2021-09-16T19:56:16.612Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2021-09-16T19:56:16.612Z] === RUN TestDockerSuite/TestStartAttachSilent [2021-09-16T19:56:17.868Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2021-09-16T19:56:18.827Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2021-09-16T19:56:19.282Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2021-09-16T19:56:20.339Z] === RUN TestDockerSuite/TestStartAttachWithRename [2021-09-16T19:56:20.339Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2021-09-16T19:56:20.339Z] === RUN TestDockerSuite/TestStartMultipleContainers [2021-09-16T19:56:20.339Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2021-09-16T19:56:20.339Z] === RUN TestDockerSuite/TestStartPausedContainer [2021-09-16T19:56:20.339Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2021-09-16T19:56:20.339Z] === RUN TestDockerSuite/TestStartRecordError [2021-09-16T19:56:20.339Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2021-09-16T19:56:20.339Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2021-09-16T19:56:24.242Z] === RUN TestDockerSuite/TestBuildWithVolumeOwnership [2021-09-16T19:56:24.242Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2021-09-16T19:56:24.242Z] === RUN TestDockerSuite/TestBuildWithVolumes [2021-09-16T19:56:24.242Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2021-09-16T19:56:24.242Z] === RUN TestDockerSuite/TestBuildWorkdirCmd [2021-09-16T19:56:24.242Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2021-09-16T19:56:24.242Z] === RUN TestDockerSuite/TestBuildWorkdirImageCmd [2021-09-16T19:56:24.242Z] === RUN TestDockerSuite/TestBuildWorkdirWindowsPath [2021-09-16T19:56:25.015Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2021-09-16T19:56:25.016Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2021-09-16T19:56:25.016Z] === RUN TestDockerSuite/TestStatsAllNoStream [2021-09-16T19:56:25.016Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2021-09-16T19:56:25.016Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2021-09-16T19:56:25.016Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2021-09-16T19:56:25.016Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2021-09-16T19:56:25.016Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2021-09-16T19:56:25.016Z] === RUN TestDockerSuite/TestStatsFormatAll [2021-09-16T19:56:25.016Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-09-16T19:56:25.016Z] === RUN TestDockerSuite/TestStatsNoStream [2021-09-16T19:56:25.016Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2021-09-16T19:56:25.016Z] === RUN TestDockerSuite/TestTopMultipleArgs [2021-09-16T19:56:26.314Z] === RUN TestDockerSuite/TestRmiImgIDForce [2021-09-16T19:56:26.546Z] === RUN TestDockerSuite/TestTopNonPrivileged [2021-09-16T19:56:28.716Z] === RUN TestDockerSuite/TestTopPrivileged [2021-09-16T19:56:28.716Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2021-09-16T19:56:28.716Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2021-09-16T19:56:30.022Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2021-09-16T19:56:30.247Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2021-09-16T19:56:30.247Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux [2021-09-16T19:56:30.247Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2021-09-16T19:56:30.247Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2021-09-16T19:56:30.247Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2021-09-16T19:56:30.247Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2021-09-16T19:56:30.247Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2021-09-16T19:56:30.247Z] docker_cli_run_test.go:293: unmatched requirement DaemonIsLinux [2021-09-16T19:56:30.247Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2021-09-16T19:56:30.247Z] docker_cli_run_test.go:208: unmatched requirement DaemonIsLinux [2021-09-16T19:56:30.247Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2021-09-16T19:56:30.247Z] docker_cli_run_test.go:244: unmatched requirement DaemonIsLinux [2021-09-16T19:56:30.247Z] === RUN TestDockerSuite/TestVolumeCLICreate [2021-09-16T19:56:31.293Z] === RUN TestDockerSuite/TestBuildWorkdirWithEnvVariables [2021-09-16T19:56:32.821Z] === RUN TestDockerSuite/TestBuildXZHost [2021-09-16T19:56:32.821Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2021-09-16T19:56:33.282Z] === RUN TestDockerSuite/TestCLIProxyDisableProxyUnixSock [2021-09-16T19:56:33.282Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2021-09-16T19:56:33.282Z] === RUN TestDockerSuite/TestClientSetsTLSServerName [2021-09-16T19:56:33.282Z] docker_cli_sni_test.go:18: Flakey test [2021-09-16T19:56:33.282Z] === RUN TestDockerSuite/TestCmdCannotBeInvoked [2021-09-16T19:56:34.810Z] === RUN TestDockerSuite/TestCommitAfterContainerIsDone [2021-09-16T19:56:38.547Z] === RUN TestDockerSuite/TestRmiParentImageFail [2021-09-16T19:56:39.477Z] === RUN TestDockerSuite/TestCommitChange [2021-09-16T19:56:40.706Z] === RUN TestDockerSuite/TestRmiTag [2021-09-16T19:56:41.160Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2021-09-16T19:56:43.197Z] === RUN TestDockerSuite/TestCommitChangeLabels [2021-09-16T19:56:44.045Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2021-09-16T19:56:46.916Z] === RUN TestDockerSuite/TestCommitHardlink [2021-09-16T19:56:46.916Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2021-09-16T19:56:46.916Z] === RUN TestDockerSuite/TestCommitNewFile [2021-09-16T19:56:47.905Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2021-09-16T19:56:47.905Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2021-09-16T19:56:47.905Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2021-09-16T19:56:47.905Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2021-09-16T19:56:47.905Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2021-09-16T19:56:47.905Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2021-09-16T19:56:47.905Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2021-09-16T19:56:47.905Z] === RUN TestDockerSuite/TestVolumeCLILs [2021-09-16T19:56:48.869Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2021-09-16T19:56:48.869Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2021-09-16T19:56:51.762Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2021-09-16T19:56:51.762Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2021-09-16T19:56:52.222Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2021-09-16T19:56:52.222Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2021-09-16T19:56:52.679Z] === RUN TestDockerSuite/TestVolumeCLIRm [2021-09-16T19:56:52.682Z] === RUN TestDockerSuite/TestCommitPausedContainer [2021-09-16T19:56:52.682Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2021-09-16T19:56:52.682Z] === RUN TestDockerSuite/TestCommitTTY [2021-09-16T19:56:58.818Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2021-09-16T19:56:59.776Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2021-09-16T19:56:59.776Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2021-09-16T19:56:59.776Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2021-09-16T19:57:00.233Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2021-09-16T19:57:00.233Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2021-09-16T19:57:00.233Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2021-09-16T19:57:00.233Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2021-09-16T19:57:00.976Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2021-09-16T19:57:02.967Z] === RUN TestDockerSuite/TestCommitWithFilterLabel [2021-09-16T19:57:05.635Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2021-09-16T19:57:05.858Z] === RUN TestDockerSuite/TestCommitWithHostBindMount [2021-09-16T19:57:05.858Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2021-09-16T19:57:05.858Z] === RUN TestDockerSuite/TestCommitWithoutPause [2021-09-16T19:57:05.858Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2021-09-16T19:57:05.858Z] === RUN TestDockerSuite/TestConflictContainerNetworkAndLinks [2021-09-16T19:57:05.858Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2021-09-16T19:57:05.858Z] === RUN TestDockerSuite/TestConflictContainerNetworkHostAndLinks [2021-09-16T19:57:05.858Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2021-09-16T19:57:05.858Z] === RUN TestDockerSuite/TestConflictNetworkModeAndOptions [2021-09-16T19:57:05.858Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2021-09-16T19:57:06.011Z] === RUN TestDockerSuite/TestVolumeLsFormat [2021-09-16T19:57:06.011Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2021-09-16T19:57:06.089Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2021-09-16T19:57:06.089Z] docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux [2021-09-16T19:57:06.089Z] === RUN TestDockerSuite/TestRunAddHost [2021-09-16T19:57:06.089Z] docker_cli_run_test.go:1576: unmatched requirement DaemonIsLinux [2021-09-16T19:57:06.089Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2021-09-16T19:57:06.089Z] docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux [2021-09-16T19:57:06.089Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2021-09-16T19:57:06.089Z] docker_cli_run_test.go:1171: unmatched requirement DaemonIsLinux [2021-09-16T19:57:06.089Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2021-09-16T19:57:06.089Z] docker_cli_run_test.go:1189: unmatched requirement DaemonIsLinux [2021-09-16T19:57:06.090Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2021-09-16T19:57:06.090Z] docker_cli_run_test.go:1180: unmatched requirement DaemonIsLinux [2021-09-16T19:57:06.090Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2021-09-16T19:57:06.090Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2021-09-16T19:57:06.090Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2021-09-16T19:57:06.314Z] === RUN TestDockerSuite/TestConflictNetworkModeNetHostAndOptions [2021-09-16T19:57:06.314Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2021-09-16T19:57:06.314Z] === RUN TestDockerSuite/TestContainerAPIBadPort [2021-09-16T19:57:06.314Z] docker_api_containers_test.go:503: unmatched requirement DaemonIsLinux [2021-09-16T19:57:06.314Z] === RUN TestDockerSuite/TestContainerAPIChunkedEncoding [2021-09-16T19:57:06.314Z] === RUN TestDockerSuite/TestContainerAPICommit [2021-09-16T19:57:06.468Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2021-09-16T19:57:08.249Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2021-09-16T19:57:08.249Z] docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux [2021-09-16T19:57:08.249Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2021-09-16T19:57:08.249Z] docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux [2021-09-16T19:57:08.249Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2021-09-16T19:57:12.079Z] === RUN TestDockerSuite/TestContainerAPICommitWithLabelInConfig [2021-09-16T19:57:12.910Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2021-09-16T19:57:15.055Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2021-09-16T19:57:15.055Z] docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux [2021-09-16T19:57:15.055Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2021-09-16T19:57:16.021Z] --- PASS: TestDockerSuite (1805.46s) [2021-09-16T19:57:16.021Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.01s) [2021-09-16T19:57:16.021Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2021-09-16T19:57:16.021Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.01s) [2021-09-16T19:57:16.021Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2021-09-16T19:57:16.021Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s) [2021-09-16T19:57:16.022Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.64s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.18s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.49s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.32s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (78.64s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.68s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.03s) [2021-09-16T19:57:16.022Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s) [2021-09-16T19:57:16.022Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2021-09-16T19:57:16.022Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.01s) [2021-09-16T19:57:16.022Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2021-09-16T19:57:16.022Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2021-09-16T19:57:16.022Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2021-09-16T19:57:16.022Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.01s) [2021-09-16T19:57:16.022Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (4.96s) [2021-09-16T19:57:16.022Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-09-16T19:57:16.022Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (2.67s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (2.13s) [2021-09-16T19:57:16.022Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-09-16T19:57:16.022Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-09-16T19:57:16.022Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-09-16T19:57:16.022Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (2.67s) [2021-09-16T19:57:16.022Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-09-16T19:57:16.022Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (5.00s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (58.58s) [2021-09-16T19:57:16.022Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.31s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (4.30s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.01s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (2.79s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.69s) [2021-09-16T19:57:16.022Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-09-16T19:57:16.022Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-09-16T19:57:16.022Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.17s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.71s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.74s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.23s) [2021-09-16T19:57:16.022Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.03s) [2021-09-16T19:57:16.022Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.06s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.30s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (9.35s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (4.06s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.83s) [2021-09-16T19:57:16.022Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (2.97s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.31s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (3.99s) [2021-09-16T19:57:16.022Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.02s) [2021-09-16T19:57:16.022Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-09-16T19:57:16.022Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-09-16T19:57:16.022Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.43s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildAddTar (27.36s) [2021-09-16T19:57:16.022Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s) [2021-09-16T19:57:16.022Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.30s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (13.70s) [2021-09-16T19:57:16.022Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.55s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.43s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (5.13s) [2021-09-16T19:57:16.022Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.79s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (3.41s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (6.32s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (5.68s) [2021-09-16T19:57:16.022Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.27s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (4.01s) [2021-09-16T19:57:16.022Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2021-09-16T19:57:16.022Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (5.13s) [2021-09-16T19:57:16.022Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.02s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.45s) [2021-09-16T19:57:16.022Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.02s) [2021-09-16T19:57:16.022Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.02s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (18.20s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (3.13s) [2021-09-16T19:57:16.022Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.54s) [2021-09-16T19:57:16.022Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.30s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.10s) [2021-09-16T19:57:16.022Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.03s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (3.03s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.04s) [2021-09-16T19:57:16.022Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.03s) [2021-09-16T19:57:16.022Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.17s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.76s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildCmd (0.46s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.43s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.45s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (3.89s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.73s) [2021-09-16T19:57:16.022Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.07s) [2021-09-16T19:57:16.022Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.38s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (1.35s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.73s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.39s) [2021-09-16T19:57:16.022Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.69s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.52s) [2021-09-16T19:57:16.022Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-09-16T19:57:16.022Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (3.79s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (23.03s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.52s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.46s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (3.77s) [2021-09-16T19:57:16.022Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.27s) [2021-09-16T19:57:16.022Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.26s) [2021-09-16T19:57:16.022Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.02s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.41s) [2021-09-16T19:57:16.022Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (18.73s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.57s) [2021-09-16T19:57:16.022Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.29s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (13.65s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.30s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.61s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (2.70s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (2.54s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (2.51s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildDockerignore (39.30s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (4.88s) [2021-09-16T19:57:16.022Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.32s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (43.85s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.29s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.61s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (15.33s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (8.38s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (8.14s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (22.14s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (8.48s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (7.59s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (60.11s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.33s) [2021-09-16T19:57:16.022Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.27s) [2021-09-16T19:57:16.022Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.50s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.90s) [2021-09-16T19:57:16.022Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.40s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.42s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (3.72s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (2.28s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (3.41s) [2021-09-16T19:57:16.022Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.02s) [2021-09-16T19:57:16.022Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.27s) [2021-09-16T19:57:16.022Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2021-09-16T19:57:16.022Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-09-16T19:57:16.022Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (3.12s) [2021-09-16T19:57:16.022Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.02s) [2021-09-16T19:57:16.022Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.02s) [2021-09-16T19:57:16.022Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.78s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (3.35s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (10.69s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.50s) [2021-09-16T19:57:16.022Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.03s) [2021-09-16T19:57:16.022Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.02s) [2021-09-16T19:57:16.022Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-09-16T19:57:16.022Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-09-16T19:57:16.022Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildFails (2.13s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.09s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (5.02s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (5.09s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildForceRm (5.17s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildFromGit (4.67s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.13s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (3.70s) [2021-09-16T19:57:16.022Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.02s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.56s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.44s) [2021-09-16T19:57:16.022Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (6.44s) [2021-09-16T19:57:16.022Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildHistory (9.02s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.78s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (1.37s) [2021-09-16T19:57:16.022Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.03s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.63s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.07s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (3.68s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildLabel (0.76s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.49s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.77s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.46s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildLabels (0.81s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.23s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (4.60s) [2021-09-16T19:57:16.022Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.06s) [2021-09-16T19:57:16.022Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.08s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.07s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.07s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.07s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.44s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.51s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (4.21s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (12.14s) [2021-09-16T19:57:16.022Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.04s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.52s) [2021-09-16T19:57:16.022Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (23.58s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (12.25s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (4.81s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (5.00s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (4.06s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (12.80s) [2021-09-16T19:57:16.023Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.02s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (6.61s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.50s) [2021-09-16T19:57:16.023Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2021-09-16T19:57:16.023Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestBuildNoContext (2.03s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (3.17s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.27s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.19s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.12s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.74s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.80s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.13s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestBuildOnBuild (7.31s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.29s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (7.68s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (3.25s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (5.83s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (3.41s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (3.36s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.90s) [2021-09-16T19:57:16.023Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.03s) [2021-09-16T19:57:16.023Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (1.49s) [2021-09-16T19:57:16.023Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (32.68s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (15.07s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestBuildRm (8.88s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (2.40s) [2021-09-16T19:57:16.023Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.04s) [2021-09-16T19:57:16.023Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.30s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.11s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (3.14s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (3.14s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestBuildShellInherited (3.31s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (12.52s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.59s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.51s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (7.03s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.23s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (3.26s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.08s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestBuildStderr (3.30s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (13.18s) [2021-09-16T19:57:16.023Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.26s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (2.37s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (0.99s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestBuildTagEvent (3.23s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (3.65s) [2021-09-16T19:57:16.023Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2021-09-16T19:57:16.023Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2021-09-16T19:57:16.023Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (2.86s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.45s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (2.54s) [2021-09-16T19:57:16.023Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-09-16T19:57:16.023Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (17.02s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.70s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (6.97s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (4.41s) [2021-09-16T19:57:16.023Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.29s) [2021-09-16T19:57:16.023Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.03s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestBuildWithFailure (1.89s) [2021-09-16T19:57:16.023Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.28s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (7.36s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestBuildWithTabs (3.10s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.33s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (10.68s) [2021-09-16T19:57:16.023Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.29s) [2021-09-16T19:57:16.023Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.28s) [2021-09-16T19:57:16.023Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.02s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.92s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (5.43s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (1.52s) [2021-09-16T19:57:16.023Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.26s) [2021-09-16T19:57:16.023Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) [2021-09-16T19:57:16.023Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (1.40s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (3.67s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestCommitChange (3.66s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (3.70s) [2021-09-16T19:57:16.023Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestCommitNewFile (5.89s) [2021-09-16T19:57:16.023Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestCommitTTY (5.44s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (3.70s) [2021-09-16T19:57:16.023Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2021-09-16T19:57:16.023Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-09-16T19:57:16.023Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-09-16T19:57:16.023Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-09-16T19:57:16.023Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-09-16T19:57:16.023Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-09-16T19:57:16.023Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.10s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestContainerAPICommit (5.42s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (5.92s) [2021-09-16T19:57:16.023Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (1.75s) [2021-09-16T19:57:16.023Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-09-16T19:57:16.023Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-09-16T19:57:16.023Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestContainerAPICreate (2.28s) [2021-09-16T19:57:16.023Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.01s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.19s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.01s) [2021-09-16T19:57:16.023Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-09-16T19:57:16.023Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-09-16T19:57:16.023Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (2.70s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (1.63s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (1.66s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.01s) [2021-09-16T19:57:16.023Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (1.75s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (1.82s) [2021-09-16T19:57:16.023Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-09-16T19:57:16.023Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (2.21s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestContainerAPIKill (1.57s) [2021-09-16T19:57:16.023Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.22s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.20s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestContainerAPIRename (2.11s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (3.20s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (3.30s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.07s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestContainerAPIStart (1.52s) [2021-09-16T19:57:16.023Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestContainerAPIStop (2.17s) [2021-09-16T19:57:16.023Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (1.66s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.09s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.04s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (1.55s) [2021-09-16T19:57:16.023Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-09-16T19:57:16.023Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-09-16T19:57:16.023Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-09-16T19:57:16.023Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-09-16T19:57:16.023Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (1.27s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (15.38s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (2.22s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (2.15s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (2.19s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (2.22s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000403b30_} (2.21s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-182291161_c:\foo_false____} (2.22s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-182291161_c:\foo_true____} (2.16s) [2021-09-16T19:57:16.023Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.32s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.07s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.08s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.08s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.06s) [2021-09-16T19:57:16.023Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-09-16T19:57:16.023Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-09-16T19:57:16.023Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-09-16T19:57:16.023Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2021-09-16T19:57:16.023Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (2.25s) [2021-09-16T19:57:16.023Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-09-16T19:57:16.023Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2021-09-16T19:57:16.023Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2021-09-16T19:57:16.023Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2021-09-16T19:57:16.023Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2021-09-16T19:57:16.023Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2021-09-16T19:57:16.023Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2021-09-16T19:57:16.023Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2021-09-16T19:57:16.023Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2021-09-16T19:57:16.023Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2021-09-16T19:57:16.023Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-09-16T19:57:16.023Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-09-16T19:57:16.023Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestCpGarbagePath (2.24s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.05s) [2021-09-16T19:57:16.023Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestCpRelativePath (2.22s) [2021-09-16T19:57:16.023Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-09-16T19:57:16.023Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2021-09-16T19:57:16.023Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestCpToCaseA (3.99s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestCpToCaseB (1.83s) [2021-09-16T19:57:16.023Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2021-09-16T19:57:16.023Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestCpToCaseE (7.64s) [2021-09-16T19:57:16.023Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2021-09-16T19:57:16.023Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestCpToCaseH (8.02s) [2021-09-16T19:57:16.023Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2021-09-16T19:57:16.023Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestCpToDot (2.19s) [2021-09-16T19:57:16.023Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-09-16T19:57:16.023Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-09-16T19:57:16.023Z] --- PASS: TestDockerSuite/TestCpToStdout (2.28s) [2021-09-16T19:57:16.023Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.16s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestCreateArgs (0.17s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestCreateByImageID (1.86s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (1.66s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.16s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.16s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (1.34s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.56s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestCreateLabels (0.17s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestCreateRM (0.30s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.15s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.34s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (6.59s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.17s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.36s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (2.68s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.18s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.17s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.11s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestDockerFails (0.06s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (2.21s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.22s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.24s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (7.08s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestEventsCopy (3.42s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (4.37s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (1.80s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.62s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (3.20s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.30s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.77s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestEventsFilters (4.39s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestEventsFormat (4.38s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.05s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.05s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.13s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestEventsRename (2.25s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestEventsResize (7.41s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (1.88s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (1.98s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (4.52s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestEventsUntag (2.69s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (3.29s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (1.58s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (1.57s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (1.60s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (1.62s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (1.63s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (1.60s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (3.86s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestExecExitStatus (1.72s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestExecInspectID (4.01s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (1.86s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (1.76s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (4.43s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestGetContainerStats (5.51s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (5.53s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (2.58s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (5.52s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.01s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.13s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.06s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.06s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.06s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (3.81s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.05s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.06s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.06s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.25s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.50s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.81s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.07s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.38s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.20s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (1.65s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (2.37s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestImagesFormat (0.17s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.36s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.05s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestImportBadURL (2.40s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.05s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.06s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.16s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.13s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.07s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.13s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.14s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.12s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestInspectDefault (2.12s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestInspectHistory (3.26s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestInspectInt64 (1.59s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestInspectJSONFields (1.66s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.17s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (2.11s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (1.66s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.06s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (1.69s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestInspectStatus (2.76s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (3.23s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestInspectTemplateError (1.72s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (1.74s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (1.67s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (1.80s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.16s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (1.72s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.06s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.05s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (1.56s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (1.57s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (5.34s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.15s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (1.72s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.06s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (4.56s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (4.54s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (4.55s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.31s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (1.94s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (1.83s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.18s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestLogsSince (8.66s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestLogsTail (2.43s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestLogsTimestamps (2.24s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestLogsWithDetails (2.18s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.06s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (3.78s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2021-09-16T19:57:16.024Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.01s) [2021-09-16T19:57:16.024Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-09-16T19:57:16.025Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (4.16s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-09-16T19:57:16.025Z] --- PASS: TestDockerSuite/TestPsByOrder (6.39s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-09-16T19:57:16.025Z] --- PASS: TestDockerSuite/TestPsListContainersBase (7.65s) [2021-09-16T19:57:16.025Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (12.40s) [2021-09-16T19:57:16.025Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.26s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.01s) [2021-09-16T19:57:16.025Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (10.83s) [2021-09-16T19:57:16.025Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (3.18s) [2021-09-16T19:57:16.025Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (6.03s) [2021-09-16T19:57:16.025Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (4.08s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.06s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-09-16T19:57:16.025Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (3.78s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2021-09-16T19:57:16.025Z] --- PASS: TestDockerSuite/TestPsShowMounts (5.50s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-09-16T19:57:16.025Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.65s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-09-16T19:57:16.025Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.25s) [2021-09-16T19:57:16.025Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.93s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-09-16T19:57:16.025Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (3.54s) [2021-09-16T19:57:16.025Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (4.07s) [2021-09-16T19:57:16.025Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.28s) [2021-09-16T19:57:16.025Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (15.50s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2021-09-16T19:57:16.025Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (10.54s) [2021-09-16T19:57:16.025Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.22s) [2021-09-16T19:57:16.025Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.17s) [2021-09-16T19:57:16.025Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.65s) [2021-09-16T19:57:16.025Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (4.02s) [2021-09-16T19:57:16.025Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (3.16s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2021-09-16T19:57:16.025Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (3.99s) [2021-09-16T19:57:16.025Z] --- PASS: TestDockerSuite/TestRmiBlank (0.05s) [2021-09-16T19:57:16.025Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.26s) [2021-09-16T19:57:16.025Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (10.31s) [2021-09-16T19:57:16.025Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (2.68s) [2021-09-16T19:57:16.025Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.55s) [2021-09-16T19:57:16.025Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (4.77s) [2021-09-16T19:57:16.025Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (3.95s) [2021-09-16T19:57:16.025Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (6.50s) [2021-09-16T19:57:16.025Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (2.99s) [2021-09-16T19:57:16.025Z] --- PASS: TestDockerSuite/TestRmiTag (0.54s) [2021-09-16T19:57:16.025Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.28s) [2021-09-16T19:57:16.025Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (12.38s) [2021-09-16T19:57:16.025Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (2.47s) [2021-09-16T19:57:16.025Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (3.77s) [2021-09-16T19:57:16.025Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.97s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-09-16T19:57:16.025Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (1.53s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-09-16T19:57:16.025Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (4.33s) [2021-09-16T19:57:16.025Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (2.19s) [2021-09-16T19:57:16.025Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (2.16s) [2021-09-16T19:57:16.025Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.15s) [2021-09-16T19:57:16.025Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (2.19s) [2021-09-16T19:57:16.025Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.06s) [2021-09-16T19:57:16.025Z] --- PASS: TestDockerSuite/TestRunBindMounts (4.04s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-09-16T19:57:16.025Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.15s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-09-16T19:57:16.025Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (2.32s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-09-16T19:57:16.025Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (1.38s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-09-16T19:57:16.025Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (1.54s) [2021-09-16T19:57:16.025Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.27s) [2021-09-16T19:57:16.025Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.16s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-09-16T19:57:16.025Z] --- PASS: TestDockerSuite/TestRunCreateVolume (2.19s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-09-16T19:57:16.025Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (1.43s) [2021-09-16T19:57:16.025Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (4.36s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-09-16T19:57:16.025Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.24s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2021-09-16T19:57:16.025Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.12s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2021-09-16T19:57:16.025Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (1.78s) [2021-09-16T19:57:16.025Z] --- PASS: TestDockerSuite/TestRunEchoStdout (1.78s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-09-16T19:57:16.025Z] --- PASS: TestDockerSuite/TestRunEntrypoint (2.16s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-09-16T19:57:16.025Z] --- PASS: TestDockerSuite/TestRunExitCode (2.19s) [2021-09-16T19:57:16.025Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (2.16s) [2021-09-16T19:57:16.025Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (1.81s) [2021-09-16T19:57:16.025Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.25s) [2021-09-16T19:57:16.025Z] --- PASS: TestDockerSuite/TestRunExposePort (0.05s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-09-16T19:57:16.025Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (3.96s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-09-16T19:57:16.025Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.06s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-09-16T19:57:16.025Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (6.13s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-09-16T19:57:16.025Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.22s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-09-16T19:57:16.025Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (6.22s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-09-16T19:57:16.025Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (4.31s) [2021-09-16T19:57:16.025Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (3.48s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2021-09-16T19:57:16.025Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.32s) [2021-09-16T19:57:16.025Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.20s) [2021-09-16T19:57:16.025Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (1.46s) [2021-09-16T19:57:16.025Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (1.45s) [2021-09-16T19:57:16.025Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.21s) [2021-09-16T19:57:16.025Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (1.51s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-09-16T19:57:16.025Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (3.32s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-09-16T19:57:16.025Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (7.19s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2021-09-16T19:57:16.025Z] --- PASS: TestDockerSuite/TestRunRm (2.28s) [2021-09-16T19:57:16.025Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.54s) [2021-09-16T19:57:16.025Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (2.29s) [2021-09-16T19:57:16.025Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (2.18s) [2021-09-16T19:57:16.025Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (1.74s) [2021-09-16T19:57:16.025Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (2.36s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2021-09-16T19:57:16.025Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (1.80s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2021-09-16T19:57:16.025Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (1.83s) [2021-09-16T19:57:16.025Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2021-09-16T19:57:16.026Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-09-16T19:57:16.026Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.14s) [2021-09-16T19:57:16.026Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.06s) [2021-09-16T19:57:16.026Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-09-16T19:57:16.026Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (4.57s) [2021-09-16T19:57:16.026Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-09-16T19:57:16.026Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-09-16T19:57:16.026Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-09-16T19:57:16.026Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-09-16T19:57:16.026Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2021-09-16T19:57:16.026Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2021-09-16T19:57:16.026Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-09-16T19:57:16.026Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-09-16T19:57:16.026Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-09-16T19:57:16.026Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2021-09-16T19:57:16.026Z] --- PASS: TestDockerSuite/TestRunUserDefaults (1.95s) [2021-09-16T19:57:16.026Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2021-09-16T19:57:16.026Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.34s) [2021-09-16T19:57:16.026Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2021-09-16T19:57:16.026Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-09-16T19:57:16.026Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (2.49s) [2021-09-16T19:57:16.026Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (5.90s) [2021-09-16T19:57:16.026Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (4.08s) [2021-09-16T19:57:16.026Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (5.24s) [2021-09-16T19:57:16.026Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2021-09-16T19:57:16.026Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.12s) [2021-09-16T19:57:16.026Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (2.69s) [2021-09-16T19:57:16.026Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.26s) [2021-09-16T19:57:16.026Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.27s) [2021-09-16T19:57:16.026Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-09-16T19:57:16.026Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.05s) [2021-09-16T19:57:16.026Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.05s) [2021-09-16T19:57:16.026Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-09-16T19:57:16.026Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-09-16T19:57:16.026Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-09-16T19:57:16.026Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-09-16T19:57:16.026Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2021-09-16T19:57:16.026Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (2.79s) [2021-09-16T19:57:16.026Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.17s) [2021-09-16T19:57:16.026Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (1.44s) [2021-09-16T19:57:16.026Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (3.89s) [2021-09-16T19:57:16.026Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-09-16T19:57:16.026Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-09-16T19:57:16.026Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-09-16T19:57:16.026Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-09-16T19:57:16.026Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-09-16T19:57:16.026Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-09-16T19:57:16.026Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-09-16T19:57:16.026Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-09-16T19:57:16.026Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2021-09-16T19:57:16.026Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-09-16T19:57:16.026Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2021-09-16T19:57:16.026Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-09-16T19:57:16.026Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-09-16T19:57:16.026Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2021-09-16T19:57:16.026Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-09-16T19:57:16.026Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-09-16T19:57:16.026Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-09-16T19:57:16.026Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.20s) [2021-09-16T19:57:16.026Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.37s) [2021-09-16T19:57:16.026Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.38s) [2021-09-16T19:57:16.026Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.20s) [2021-09-16T19:57:16.026Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.59s) [2021-09-16T19:57:16.026Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (5.86s) [2021-09-16T19:57:16.026Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2021-09-16T19:57:16.026Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (7.05s) [2021-09-16T19:57:16.026Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-09-16T19:57:16.026Z] --- PASS: TestDockerSuite/TestStartAttachSilent (3.62s) [2021-09-16T19:57:16.026Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-09-16T19:57:16.026Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-09-16T19:57:16.026Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2021-09-16T19:57:16.026Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2021-09-16T19:57:16.026Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (4.55s) [2021-09-16T19:57:16.026Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2021-09-16T19:57:16.026Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-09-16T19:57:16.026Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-09-16T19:57:16.026Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-09-16T19:57:16.026Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2021-09-16T19:57:16.026Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2021-09-16T19:57:16.026Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (1.72s) [2021-09-16T19:57:16.026Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (1.86s) [2021-09-16T19:57:16.026Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2021-09-16T19:57:16.026Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (1.74s) [2021-09-16T19:57:16.026Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-09-16T19:57:16.026Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-09-16T19:57:16.026Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-09-16T19:57:16.026Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-09-16T19:57:16.026Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-09-16T19:57:16.026Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-09-16T19:57:16.026Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.23s) [2021-09-16T19:57:16.026Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.11s) [2021-09-16T19:57:16.026Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.16s) [2021-09-16T19:57:16.026Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2021-09-16T19:57:16.026Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.26s) [2021-09-16T19:57:16.026Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.23s) [2021-09-16T19:57:16.026Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.11s) [2021-09-16T19:57:16.026Z] --- PASS: TestDockerSuite/TestVolumeCLILs (2.40s) [2021-09-16T19:57:16.026Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.06s) [2021-09-16T19:57:16.026Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (2.78s) [2021-09-16T19:57:16.026Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.31s) [2021-09-16T19:57:16.026Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.32s) [2021-09-16T19:57:16.026Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.06s) [2021-09-16T19:57:16.026Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.15s) [2021-09-16T19:57:16.026Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (7.13s) [2021-09-16T19:57:16.026Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-09-16T19:57:16.026Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.51s) [2021-09-16T19:57:16.026Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.17s) [2021-09-16T19:57:16.026Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-09-16T19:57:16.026Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (5.59s) [2021-09-16T19:57:16.026Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.21s) [2021-09-16T19:57:16.026Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.22s) [2021-09-16T19:57:16.026Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (8.29s) [2021-09-16T19:57:16.026Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-09-16T19:57:16.026Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.08s) [2021-09-16T19:57:16.026Z] === RUN TestDockerRegistrySuite [2021-09-16T19:57:16.026Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2021-09-16T19:57:16.026Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.026Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2021-09-16T19:57:16.026Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.026Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2021-09-16T19:57:16.026Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.026Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2021-09-16T19:57:16.026Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.026Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2021-09-16T19:57:16.026Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.026Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2021-09-16T19:57:16.026Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.026Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2021-09-16T19:57:16.026Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.026Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2021-09-16T19:57:16.026Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.026Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2021-09-16T19:57:16.026Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.026Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2021-09-16T19:57:16.026Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.026Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2021-09-16T19:57:16.026Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.026Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2021-09-16T19:57:16.026Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.026Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2021-09-16T19:57:16.026Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.026Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2021-09-16T19:57:16.026Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.026Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2021-09-16T19:57:16.026Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.026Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2021-09-16T19:57:16.026Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.026Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2021-09-16T19:57:16.026Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.026Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2021-09-16T19:57:16.026Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.026Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2021-09-16T19:57:16.026Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.026Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2021-09-16T19:57:16.026Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.026Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2021-09-16T19:57:16.026Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.026Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2021-09-16T19:57:16.026Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.026Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2021-09-16T19:57:16.026Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.026Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2021-09-16T19:57:16.026Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.026Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2021-09-16T19:57:16.026Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.026Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2021-09-16T19:57:16.026Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.026Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2021-09-16T19:57:16.026Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.026Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2021-09-16T19:57:16.026Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.026Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2021-09-16T19:57:16.026Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.026Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2021-09-16T19:57:16.026Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.026Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2021-09-16T19:57:16.026Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.026Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2021-09-16T19:57:16.026Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.026Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2021-09-16T19:57:16.026Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.026Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2021-09-16T19:57:16.026Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.026Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2021-09-16T19:57:16.026Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.026Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2021-09-16T19:57:16.026Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.026Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2021-09-16T19:57:16.026Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.026Z] === RUN TestDockerRegistrySuite/TestV2Only [2021-09-16T19:57:16.026Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.026Z] --- PASS: TestDockerRegistrySuite (0.12s) [2021-09-16T19:57:16.026Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-09-16T19:57:16.026Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-09-16T19:57:16.026Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-09-16T19:57:16.026Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-09-16T19:57:16.026Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-09-16T19:57:16.026Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-09-16T19:57:16.026Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-09-16T19:57:16.026Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-09-16T19:57:16.026Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-09-16T19:57:16.026Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-09-16T19:57:16.026Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-09-16T19:57:16.026Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-09-16T19:57:16.026Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-09-16T19:57:16.026Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-09-16T19:57:16.026Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-09-16T19:57:16.026Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-09-16T19:57:16.026Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-09-16T19:57:16.026Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-09-16T19:57:16.026Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-09-16T19:57:16.026Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-09-16T19:57:16.026Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-09-16T19:57:16.026Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-09-16T19:57:16.026Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-09-16T19:57:16.026Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-09-16T19:57:16.026Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-09-16T19:57:16.026Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-09-16T19:57:16.026Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-09-16T19:57:16.026Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-09-16T19:57:16.026Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-09-16T19:57:16.026Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-09-16T19:57:16.026Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-09-16T19:57:16.026Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-09-16T19:57:16.026Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-09-16T19:57:16.026Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-09-16T19:57:16.026Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-09-16T19:57:16.026Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-09-16T19:57:16.026Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-09-16T19:57:16.026Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2021-09-16T19:57:16.026Z] === RUN TestDockerSchema1RegistrySuite [2021-09-16T19:57:16.026Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2021-09-16T19:57:16.026Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.026Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2021-09-16T19:57:16.026Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.026Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2021-09-16T19:57:16.026Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.026Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2021-09-16T19:57:16.026Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.026Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2021-09-16T19:57:16.026Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.026Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2021-09-16T19:57:16.026Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.027Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2021-09-16T19:57:16.027Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.027Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2021-09-16T19:57:16.027Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.027Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2021-09-16T19:57:16.027Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.027Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2021-09-16T19:57:16.027Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.027Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2021-09-16T19:57:16.027Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.027Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2021-09-16T19:57:16.027Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.027Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2021-09-16T19:57:16.027Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.027Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2021-09-16T19:57:16.027Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.027Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2021-09-16T19:57:16.027Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.027Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2021-09-16T19:57:16.027Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.027Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2021-09-16T19:57:16.027Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.027Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2021-09-16T19:57:16.027Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.027Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2021-09-16T19:57:16.027Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-09-16T19:57:16.027Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-09-16T19:57:16.027Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-09-16T19:57:16.027Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-09-16T19:57:16.027Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-09-16T19:57:16.027Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-09-16T19:57:16.027Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-09-16T19:57:16.027Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-09-16T19:57:16.027Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-09-16T19:57:16.027Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-09-16T19:57:16.027Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-09-16T19:57:16.027Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-09-16T19:57:16.027Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-09-16T19:57:16.027Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-09-16T19:57:16.027Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-09-16T19:57:16.027Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-09-16T19:57:16.027Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-09-16T19:57:16.027Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-09-16T19:57:16.027Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2021-09-16T19:57:16.027Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2021-09-16T19:57:16.027Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.027Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2021-09-16T19:57:16.027Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.027Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2021-09-16T19:57:16.027Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.027Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2021-09-16T19:57:16.027Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.027Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2021-09-16T19:57:16.027Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.027Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2021-09-16T19:57:16.027Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.027Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2021-09-16T19:57:16.027Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.027Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2021-09-16T19:57:16.027Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.027Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.01s) [2021-09-16T19:57:16.027Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-09-16T19:57:16.027Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-09-16T19:57:16.027Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-09-16T19:57:16.027Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-09-16T19:57:16.027Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-09-16T19:57:16.027Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-09-16T19:57:16.027Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-09-16T19:57:16.027Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-09-16T19:57:16.027Z] === RUN TestDockerRegistryAuthTokenSuite [2021-09-16T19:57:16.027Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2021-09-16T19:57:16.027Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.027Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2021-09-16T19:57:16.027Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.027Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2021-09-16T19:57:16.027Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.027Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2021-09-16T19:57:16.027Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.027Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2021-09-16T19:57:16.027Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.027Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2021-09-16T19:57:16.027Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-09-16T19:57:16.027Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-09-16T19:57:16.027Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-09-16T19:57:16.027Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-09-16T19:57:16.027Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-09-16T19:57:16.027Z] === RUN TestDockerDaemonSuite [2021-09-16T19:57:16.027Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2021-09-16T19:57:16.027Z] check_test.go:301: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.027Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2021-09-16T19:57:16.027Z] check_test.go:301: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.027Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2021-09-16T19:57:16.027Z] check_test.go:301: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.027Z] --- PASS: TestDockerDaemonSuite (0.00s) [2021-09-16T19:57:16.027Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-09-16T19:57:16.027Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-09-16T19:57:16.027Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-09-16T19:57:16.027Z] === RUN TestDockerSwarmSuite [2021-09-16T19:57:16.027Z] --- PASS: TestDockerSwarmSuite (0.00s) [2021-09-16T19:57:16.027Z] === RUN TestDockerPluginSuite [2021-09-16T19:57:16.027Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2021-09-16T19:57:16.027Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.027Z] === RUN TestDockerPluginSuite/TestPluginCreate [2021-09-16T19:57:16.027Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.027Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2021-09-16T19:57:16.027Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.027Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2021-09-16T19:57:16.027Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.027Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2021-09-16T19:57:16.027Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.027Z] === RUN TestDockerPluginSuite/TestPluginInspect [2021-09-16T19:57:16.027Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.027Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2021-09-16T19:57:16.027Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.027Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2021-09-16T19:57:16.027Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.027Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2021-09-16T19:57:16.027Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.027Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2021-09-16T19:57:16.027Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.027Z] === RUN TestDockerPluginSuite/TestPluginSet [2021-09-16T19:57:16.027Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.027Z] --- PASS: TestDockerPluginSuite (0.02s) [2021-09-16T19:57:16.027Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-09-16T19:57:16.027Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-09-16T19:57:16.027Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-09-16T19:57:16.027Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-09-16T19:57:16.027Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-09-16T19:57:16.027Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-09-16T19:57:16.027Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-09-16T19:57:16.027Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-09-16T19:57:16.027Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-09-16T19:57:16.027Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-09-16T19:57:16.027Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2021-09-16T19:57:16.027Z] === RUN TestDockerExternalVolumeSuite [2021-09-16T19:57:16.027Z] check_test.go:127: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.027Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2021-09-16T19:57:16.027Z] === RUN TestDockerNetworkSuite [2021-09-16T19:57:16.027Z] check_test.go:133: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.027Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2021-09-16T19:57:16.027Z] === RUN TestDockerHubPullSuite [2021-09-16T19:57:16.027Z] check_test.go:141: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.027Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2021-09-16T19:57:16.027Z] PASS [2021-09-16T19:57:16.027Z] ok github.com/docker/docker/integration-cli 1805.743s [2021-09-16T19:57:16.027Z] [2021-09-16T19:57:16.027Z] === Skipped [2021-09-16T19:57:16.027Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2021-09-16T19:57:16.027Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.027Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2021-09-16T19:57:16.027Z] [2021-09-16T19:57:16.027Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-09-16T19:57:16.027Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.027Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-09-16T19:57:16.027Z] [2021-09-16T19:57:16.027Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s) [2021-09-16T19:57:16.027Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.027Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s) [2021-09-16T19:57:16.027Z] [2021-09-16T19:57:16.027Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2021-09-16T19:57:16.027Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.027Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2021-09-16T19:57:16.027Z] [2021-09-16T19:57:16.027Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.01s) [2021-09-16T19:57:16.027Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.027Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.01s) [2021-09-16T19:57:16.027Z] [2021-09-16T19:57:16.027Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2021-09-16T19:57:16.027Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.027Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2021-09-16T19:57:16.027Z] [2021-09-16T19:57:16.027Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2021-09-16T19:57:16.027Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.027Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2021-09-16T19:57:16.027Z] [2021-09-16T19:57:16.027Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2021-09-16T19:57:16.027Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.027Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2021-09-16T19:57:16.027Z] [2021-09-16T19:57:16.027Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2021-09-16T19:57:16.027Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.027Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2021-09-16T19:57:16.027Z] [2021-09-16T19:57:16.027Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2021-09-16T19:57:16.027Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.027Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2021-09-16T19:57:16.027Z] [2021-09-16T19:57:16.027Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-09-16T19:57:16.027Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.027Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-09-16T19:57:16.027Z] [2021-09-16T19:57:16.027Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-09-16T19:57:16.027Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.027Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-09-16T19:57:16.027Z] [2021-09-16T19:57:16.027Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-09-16T19:57:16.027Z] docker_cli_run_test.go:3155: unmatched requirement Apparmor [2021-09-16T19:57:16.027Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-09-16T19:57:16.027Z] [2021-09-16T19:57:16.027Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-09-16T19:57:16.027Z] docker_cli_run_test.go:3133: unmatched requirement Apparmor [2021-09-16T19:57:16.027Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-09-16T19:57:16.027Z] [2021-09-16T19:57:16.027Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-09-16T19:57:16.027Z] docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.027Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-09-16T19:57:16.027Z] [2021-09-16T19:57:16.027Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.01s) [2021-09-16T19:57:16.027Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.027Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2021-09-16T19:57:16.027Z] [2021-09-16T19:57:16.027Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-09-16T19:57:16.027Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2021-09-16T19:57:16.027Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-09-16T19:57:16.027Z] [2021-09-16T19:57:16.027Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-09-16T19:57:16.027Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.027Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-09-16T19:57:16.027Z] [2021-09-16T19:57:16.027Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.31s) [2021-09-16T19:57:16.027Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2021-09-16T19:57:16.027Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.31s) [2021-09-16T19:57:16.027Z] [2021-09-16T19:57:16.027Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-09-16T19:57:16.027Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.027Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-09-16T19:57:16.027Z] [2021-09-16T19:57:16.027Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-09-16T19:57:16.027Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.027Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-09-16T19:57:16.027Z] [2021-09-16T19:57:16.027Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-09-16T19:57:16.027Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.027Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-09-16T19:57:16.027Z] [2021-09-16T19:57:16.027Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.03s) [2021-09-16T19:57:16.027Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.027Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.03s) [2021-09-16T19:57:16.027Z] [2021-09-16T19:57:16.027Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-09-16T19:57:16.027Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.027Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-09-16T19:57:16.027Z] [2021-09-16T19:57:16.027Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2021-09-16T19:57:16.027Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.027Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2021-09-16T19:57:16.027Z] [2021-09-16T19:57:16.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.02s) [2021-09-16T19:57:16.028Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.028Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.02s) [2021-09-16T19:57:16.028Z] [2021-09-16T19:57:16.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-09-16T19:57:16.028Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.028Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-09-16T19:57:16.028Z] [2021-09-16T19:57:16.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-09-16T19:57:16.028Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.028Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-09-16T19:57:16.028Z] [2021-09-16T19:57:16.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-09-16T19:57:16.028Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.028Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-09-16T19:57:16.028Z] [2021-09-16T19:57:16.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.03s) [2021-09-16T19:57:16.028Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.028Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s) [2021-09-16T19:57:16.028Z] [2021-09-16T19:57:16.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.30s) [2021-09-16T19:57:16.028Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.028Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.30s) [2021-09-16T19:57:16.028Z] [2021-09-16T19:57:16.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.55s) [2021-09-16T19:57:16.028Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.028Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.55s) [2021-09-16T19:57:16.028Z] [2021-09-16T19:57:16.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.79s) [2021-09-16T19:57:16.028Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.028Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.79s) [2021-09-16T19:57:16.028Z] [2021-09-16T19:57:16.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.27s) [2021-09-16T19:57:16.028Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.028Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.27s) [2021-09-16T19:57:16.028Z] [2021-09-16T19:57:16.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2021-09-16T19:57:16.028Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.028Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2021-09-16T19:57:16.028Z] [2021-09-16T19:57:16.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-09-16T19:57:16.028Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.028Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-09-16T19:57:16.028Z] [2021-09-16T19:57:16.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.02s) [2021-09-16T19:57:16.028Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.028Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.02s) [2021-09-16T19:57:16.028Z] [2021-09-16T19:57:16.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.02s) [2021-09-16T19:57:16.028Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.028Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.02s) [2021-09-16T19:57:16.028Z] [2021-09-16T19:57:16.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.02s) [2021-09-16T19:57:16.028Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.028Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.02s) [2021-09-16T19:57:16.028Z] [2021-09-16T19:57:16.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.54s) [2021-09-16T19:57:16.028Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.028Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.54s) [2021-09-16T19:57:16.028Z] [2021-09-16T19:57:16.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.30s) [2021-09-16T19:57:16.028Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.028Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.30s) [2021-09-16T19:57:16.028Z] [2021-09-16T19:57:16.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.03s) [2021-09-16T19:57:16.028Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.028Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.03s) [2021-09-16T19:57:16.028Z] [2021-09-16T19:57:16.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.03s) [2021-09-16T19:57:16.028Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.028Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.03s) [2021-09-16T19:57:16.028Z] [2021-09-16T19:57:16.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-09-16T19:57:16.028Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2021-09-16T19:57:16.028Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-09-16T19:57:16.028Z] [2021-09-16T19:57:16.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-09-16T19:57:16.028Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.028Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-09-16T19:57:16.028Z] [2021-09-16T19:57:16.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-09-16T19:57:16.028Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.028Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-09-16T19:57:16.028Z] [2021-09-16T19:57:16.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2021-09-16T19:57:16.028Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.028Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2021-09-16T19:57:16.028Z] [2021-09-16T19:57:16.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-09-16T19:57:16.028Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.028Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-09-16T19:57:16.028Z] [2021-09-16T19:57:16.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-09-16T19:57:16.028Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.028Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-09-16T19:57:16.028Z] [2021-09-16T19:57:16.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.27s) [2021-09-16T19:57:16.028Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.028Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.27s) [2021-09-16T19:57:16.028Z] [2021-09-16T19:57:16.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.26s) [2021-09-16T19:57:16.028Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.028Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.26s) [2021-09-16T19:57:16.028Z] [2021-09-16T19:57:16.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.02s) [2021-09-16T19:57:16.028Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.028Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.02s) [2021-09-16T19:57:16.028Z] [2021-09-16T19:57:16.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2021-09-16T19:57:16.028Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.028Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2021-09-16T19:57:16.028Z] [2021-09-16T19:57:16.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.29s) [2021-09-16T19:57:16.028Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.028Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.29s) [2021-09-16T19:57:16.028Z] [2021-09-16T19:57:16.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.32s) [2021-09-16T19:57:16.028Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.028Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.32s) [2021-09-16T19:57:16.028Z] [2021-09-16T19:57:16.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.27s) [2021-09-16T19:57:16.028Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.028Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.27s) [2021-09-16T19:57:16.028Z] [2021-09-16T19:57:16.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.03s) [2021-09-16T19:57:16.028Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.028Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2021-09-16T19:57:16.028Z] [2021-09-16T19:57:16.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.02s) [2021-09-16T19:57:16.028Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.028Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2021-09-16T19:57:16.028Z] [2021-09-16T19:57:16.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.02s) [2021-09-16T19:57:16.028Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.028Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.02s) [2021-09-16T19:57:16.028Z] [2021-09-16T19:57:16.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.27s) [2021-09-16T19:57:16.028Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.028Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.27s) [2021-09-16T19:57:16.028Z] [2021-09-16T19:57:16.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2021-09-16T19:57:16.028Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.028Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2021-09-16T19:57:16.028Z] [2021-09-16T19:57:16.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-09-16T19:57:16.028Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.028Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-09-16T19:57:16.028Z] [2021-09-16T19:57:16.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-09-16T19:57:16.028Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.028Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-09-16T19:57:16.028Z] [2021-09-16T19:57:16.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.02s) [2021-09-16T19:57:16.028Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.028Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.02s) [2021-09-16T19:57:16.028Z] [2021-09-16T19:57:16.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.02s) [2021-09-16T19:57:16.028Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.028Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.02s) [2021-09-16T19:57:16.028Z] [2021-09-16T19:57:16.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s) [2021-09-16T19:57:16.028Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.028Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s) [2021-09-16T19:57:16.028Z] [2021-09-16T19:57:16.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.03s) [2021-09-16T19:57:16.028Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.028Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.03s) [2021-09-16T19:57:16.028Z] [2021-09-16T19:57:16.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.02s) [2021-09-16T19:57:16.028Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.028Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.02s) [2021-09-16T19:57:16.028Z] [2021-09-16T19:57:16.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-09-16T19:57:16.028Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.028Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-09-16T19:57:16.028Z] [2021-09-16T19:57:16.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-09-16T19:57:16.028Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.028Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-09-16T19:57:16.028Z] [2021-09-16T19:57:16.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-09-16T19:57:16.028Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.028Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-09-16T19:57:16.028Z] [2021-09-16T19:57:16.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.02s) [2021-09-16T19:57:16.028Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2021-09-16T19:57:16.028Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.02s) [2021-09-16T19:57:16.028Z] [2021-09-16T19:57:16.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2021-09-16T19:57:16.028Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.028Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2021-09-16T19:57:16.028Z] [2021-09-16T19:57:16.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2021-09-16T19:57:16.028Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.028Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2021-09-16T19:57:16.028Z] [2021-09-16T19:57:16.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.03s) [2021-09-16T19:57:16.028Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.028Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.03s) [2021-09-16T19:57:16.028Z] [2021-09-16T19:57:16.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.06s) [2021-09-16T19:57:16.028Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.028Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.06s) [2021-09-16T19:57:16.028Z] [2021-09-16T19:57:16.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.04s) [2021-09-16T19:57:16.028Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.028Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s) [2021-09-16T19:57:16.028Z] [2021-09-16T19:57:16.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.04s) [2021-09-16T19:57:16.028Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.028Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.04s) [2021-09-16T19:57:16.028Z] [2021-09-16T19:57:16.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.02s) [2021-09-16T19:57:16.028Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.028Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.02s) [2021-09-16T19:57:16.028Z] [2021-09-16T19:57:16.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.01s) [2021-09-16T19:57:16.028Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.028Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2021-09-16T19:57:16.028Z] [2021-09-16T19:57:16.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.01s) [2021-09-16T19:57:16.028Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.028Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2021-09-16T19:57:16.028Z] [2021-09-16T19:57:16.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.03s) [2021-09-16T19:57:16.028Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.028Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.03s) [2021-09-16T19:57:16.028Z] [2021-09-16T19:57:16.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.01s) [2021-09-16T19:57:16.028Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.028Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2021-09-16T19:57:16.028Z] [2021-09-16T19:57:16.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-09-16T19:57:16.028Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.028Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-09-16T19:57:16.028Z] [2021-09-16T19:57:16.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.04s) [2021-09-16T19:57:16.028Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.028Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.04s) [2021-09-16T19:57:16.028Z] [2021-09-16T19:57:16.028Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.30s) [2021-09-16T19:57:16.029Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.029Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.30s) [2021-09-16T19:57:16.029Z] [2021-09-16T19:57:16.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.26s) [2021-09-16T19:57:16.029Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.029Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.26s) [2021-09-16T19:57:16.029Z] [2021-09-16T19:57:16.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.03s) [2021-09-16T19:57:16.029Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.029Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2021-09-16T19:57:16.029Z] [2021-09-16T19:57:16.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2021-09-16T19:57:16.029Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.029Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2021-09-16T19:57:16.029Z] [2021-09-16T19:57:16.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-09-16T19:57:16.029Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.029Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-09-16T19:57:16.029Z] [2021-09-16T19:57:16.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-09-16T19:57:16.029Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.029Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-09-16T19:57:16.029Z] [2021-09-16T19:57:16.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-09-16T19:57:16.029Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.029Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-09-16T19:57:16.029Z] [2021-09-16T19:57:16.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.29s) [2021-09-16T19:57:16.029Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.029Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.29s) [2021-09-16T19:57:16.029Z] [2021-09-16T19:57:16.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.03s) [2021-09-16T19:57:16.029Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.029Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.03s) [2021-09-16T19:57:16.029Z] [2021-09-16T19:57:16.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.28s) [2021-09-16T19:57:16.029Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.029Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.28s) [2021-09-16T19:57:16.029Z] [2021-09-16T19:57:16.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.29s) [2021-09-16T19:57:16.029Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.029Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.29s) [2021-09-16T19:57:16.029Z] [2021-09-16T19:57:16.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.28s) [2021-09-16T19:57:16.029Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.029Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.28s) [2021-09-16T19:57:16.029Z] [2021-09-16T19:57:16.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.02s) [2021-09-16T19:57:16.029Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.029Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.02s) [2021-09-16T19:57:16.029Z] [2021-09-16T19:57:16.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.26s) [2021-09-16T19:57:16.029Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.029Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.26s) [2021-09-16T19:57:16.029Z] [2021-09-16T19:57:16.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) [2021-09-16T19:57:16.029Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.029Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) [2021-09-16T19:57:16.029Z] [2021-09-16T19:57:16.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2021-09-16T19:57:16.029Z] docker_cli_sni_test.go:18: Flakey test [2021-09-16T19:57:16.029Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2021-09-16T19:57:16.029Z] [2021-09-16T19:57:16.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.01s) [2021-09-16T19:57:16.029Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.029Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2021-09-16T19:57:16.029Z] [2021-09-16T19:57:16.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.01s) [2021-09-16T19:57:16.029Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.029Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2021-09-16T19:57:16.029Z] [2021-09-16T19:57:16.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2021-09-16T19:57:16.029Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.029Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2021-09-16T19:57:16.029Z] [2021-09-16T19:57:16.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-09-16T19:57:16.029Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.029Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-09-16T19:57:16.029Z] [2021-09-16T19:57:16.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-09-16T19:57:16.029Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.029Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-09-16T19:57:16.029Z] [2021-09-16T19:57:16.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-09-16T19:57:16.029Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.029Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-09-16T19:57:16.029Z] [2021-09-16T19:57:16.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-09-16T19:57:16.029Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.029Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-09-16T19:57:16.029Z] [2021-09-16T19:57:16.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-09-16T19:57:16.029Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.029Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-09-16T19:57:16.029Z] [2021-09-16T19:57:16.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-09-16T19:57:16.029Z] docker_api_containers_test.go:503: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.029Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-09-16T19:57:16.029Z] [2021-09-16T19:57:16.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2021-09-16T19:57:16.029Z] docker_api_containers_test.go:1093: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.029Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.02s) [2021-09-16T19:57:16.029Z] [2021-09-16T19:57:16.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-09-16T19:57:16.029Z] docker_api_containers_test.go:1019: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.029Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-09-16T19:57:16.029Z] [2021-09-16T19:57:16.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-09-16T19:57:16.029Z] docker_api_containers_test.go:1049: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.029Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-09-16T19:57:16.029Z] [2021-09-16T19:57:16.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-09-16T19:57:16.029Z] docker_api_containers_test.go:1071: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.029Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-09-16T19:57:16.029Z] [2021-09-16T19:57:16.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2021-09-16T19:57:16.029Z] docker_api_containers_test.go:586: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.029Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2021-09-16T19:57:16.029Z] [2021-09-16T19:57:16.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-09-16T19:57:16.029Z] docker_api_containers_test.go:1349: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.029Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-09-16T19:57:16.029Z] [2021-09-16T19:57:16.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-09-16T19:57:16.029Z] docker_api_containers_test.go:592: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.029Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-09-16T19:57:16.029Z] [2021-09-16T19:57:16.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-09-16T19:57:16.029Z] docker_api_containers_test.go:621: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.029Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-09-16T19:57:16.029Z] [2021-09-16T19:57:16.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-09-16T19:57:16.029Z] docker_api_containers_test.go:1147: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.029Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-09-16T19:57:16.029Z] [2021-09-16T19:57:16.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-09-16T19:57:16.029Z] docker_api_containers_test.go:126: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.029Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-09-16T19:57:16.029Z] [2021-09-16T19:57:16.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-09-16T19:57:16.029Z] docker_api_containers_test.go:99: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.029Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-09-16T19:57:16.029Z] [2021-09-16T19:57:16.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.01s) [2021-09-16T19:57:16.029Z] docker_api_containers_test.go:364: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.029Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2021-09-16T19:57:16.029Z] [2021-09-16T19:57:16.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-09-16T19:57:16.029Z] docker_api_containers_test.go:1597: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.029Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-09-16T19:57:16.029Z] [2021-09-16T19:57:16.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.01s) [2021-09-16T19:57:16.029Z] docker_api_containers_test.go:394: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.029Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2021-09-16T19:57:16.029Z] [2021-09-16T19:57:16.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-09-16T19:57:16.029Z] docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.029Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-09-16T19:57:16.029Z] [2021-09-16T19:57:16.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-09-16T19:57:16.029Z] docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.029Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-09-16T19:57:16.029Z] [2021-09-16T19:57:16.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-09-16T19:57:16.029Z] docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.029Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-09-16T19:57:16.029Z] [2021-09-16T19:57:16.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-09-16T19:57:16.029Z] docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.029Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-09-16T19:57:16.029Z] [2021-09-16T19:57:16.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-09-16T19:57:16.029Z] docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.029Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-09-16T19:57:16.029Z] [2021-09-16T19:57:16.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-09-16T19:57:16.029Z] docker_api_containers_test.go:2178: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.029Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-09-16T19:57:16.029Z] [2021-09-16T19:57:16.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-09-16T19:57:16.029Z] docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.029Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-09-16T19:57:16.029Z] [2021-09-16T19:57:16.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-09-16T19:57:16.029Z] docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.029Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-09-16T19:57:16.029Z] [2021-09-16T19:57:16.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-09-16T19:57:16.029Z] docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.029Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-09-16T19:57:16.029Z] [2021-09-16T19:57:16.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.01s) [2021-09-16T19:57:16.029Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.029Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2021-09-16T19:57:16.029Z] [2021-09-16T19:57:16.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-09-16T19:57:16.029Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.029Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-09-16T19:57:16.029Z] [2021-09-16T19:57:16.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-09-16T19:57:16.029Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.029Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-09-16T19:57:16.029Z] [2021-09-16T19:57:16.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.01s) [2021-09-16T19:57:16.029Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.029Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2021-09-16T19:57:16.029Z] [2021-09-16T19:57:16.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.01s) [2021-09-16T19:57:16.029Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.029Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2021-09-16T19:57:16.029Z] [2021-09-16T19:57:16.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.01s) [2021-09-16T19:57:16.029Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.029Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2021-09-16T19:57:16.029Z] [2021-09-16T19:57:16.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.01s) [2021-09-16T19:57:16.029Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.029Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2021-09-16T19:57:16.029Z] [2021-09-16T19:57:16.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.01s) [2021-09-16T19:57:16.029Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.029Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2021-09-16T19:57:16.029Z] [2021-09-16T19:57:16.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.01s) [2021-09-16T19:57:16.029Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.029Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2021-09-16T19:57:16.029Z] [2021-09-16T19:57:16.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.01s) [2021-09-16T19:57:16.029Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.029Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2021-09-16T19:57:16.029Z] [2021-09-16T19:57:16.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.01s) [2021-09-16T19:57:16.029Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.029Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2021-09-16T19:57:16.029Z] [2021-09-16T19:57:16.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.01s) [2021-09-16T19:57:16.029Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.029Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2021-09-16T19:57:16.029Z] [2021-09-16T19:57:16.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-09-16T19:57:16.029Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.029Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-09-16T19:57:16.029Z] [2021-09-16T19:57:16.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-09-16T19:57:16.029Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.029Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-09-16T19:57:16.029Z] [2021-09-16T19:57:16.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-09-16T19:57:16.029Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.029Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-09-16T19:57:16.029Z] [2021-09-16T19:57:16.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.01s) [2021-09-16T19:57:16.029Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.029Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2021-09-16T19:57:16.029Z] [2021-09-16T19:57:16.029Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-09-16T19:57:16.029Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.029Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-09-16T19:57:16.029Z] [2021-09-16T19:57:16.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.01s) [2021-09-16T19:57:16.030Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.030Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2021-09-16T19:57:16.030Z] [2021-09-16T19:57:16.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-09-16T19:57:16.030Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.030Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-09-16T19:57:16.030Z] [2021-09-16T19:57:16.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.01s) [2021-09-16T19:57:16.030Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.030Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2021-09-16T19:57:16.030Z] [2021-09-16T19:57:16.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.01s) [2021-09-16T19:57:16.030Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.030Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2021-09-16T19:57:16.030Z] [2021-09-16T19:57:16.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.01s) [2021-09-16T19:57:16.030Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.030Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2021-09-16T19:57:16.030Z] [2021-09-16T19:57:16.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.01s) [2021-09-16T19:57:16.030Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.030Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2021-09-16T19:57:16.030Z] [2021-09-16T19:57:16.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.02s) [2021-09-16T19:57:16.030Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.030Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2021-09-16T19:57:16.030Z] [2021-09-16T19:57:16.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.01s) [2021-09-16T19:57:16.030Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.030Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2021-09-16T19:57:16.030Z] [2021-09-16T19:57:16.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-09-16T19:57:16.030Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.030Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-09-16T19:57:16.030Z] [2021-09-16T19:57:16.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-09-16T19:57:16.030Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.030Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-09-16T19:57:16.030Z] [2021-09-16T19:57:16.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-09-16T19:57:16.030Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.030Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-09-16T19:57:16.030Z] [2021-09-16T19:57:16.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2021-09-16T19:57:16.030Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.030Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2021-09-16T19:57:16.030Z] [2021-09-16T19:57:16.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-09-16T19:57:16.030Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.030Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-09-16T19:57:16.030Z] [2021-09-16T19:57:16.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.01s) [2021-09-16T19:57:16.030Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.030Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2021-09-16T19:57:16.030Z] [2021-09-16T19:57:16.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-09-16T19:57:16.030Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.030Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-09-16T19:57:16.030Z] [2021-09-16T19:57:16.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-09-16T19:57:16.030Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-09-16T19:57:16.030Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-09-16T19:57:16.030Z] [2021-09-16T19:57:16.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-09-16T19:57:16.030Z] docker_api_containers_test.go:853: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.030Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-09-16T19:57:16.030Z] [2021-09-16T19:57:16.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-09-16T19:57:16.030Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.030Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-09-16T19:57:16.030Z] [2021-09-16T19:57:16.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-09-16T19:57:16.030Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.030Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-09-16T19:57:16.030Z] [2021-09-16T19:57:16.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-09-16T19:57:16.030Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.030Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-09-16T19:57:16.030Z] [2021-09-16T19:57:16.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-09-16T19:57:16.030Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.030Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-09-16T19:57:16.030Z] [2021-09-16T19:57:16.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-09-16T19:57:16.030Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.030Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-09-16T19:57:16.030Z] [2021-09-16T19:57:16.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-09-16T19:57:16.030Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.030Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-09-16T19:57:16.030Z] [2021-09-16T19:57:16.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-09-16T19:57:16.030Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.030Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-09-16T19:57:16.030Z] [2021-09-16T19:57:16.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-09-16T19:57:16.030Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.030Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-09-16T19:57:16.030Z] [2021-09-16T19:57:16.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-09-16T19:57:16.030Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.030Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-09-16T19:57:16.030Z] [2021-09-16T19:57:16.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.01s) [2021-09-16T19:57:16.030Z] docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.030Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2021-09-16T19:57:16.030Z] [2021-09-16T19:57:16.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-09-16T19:57:16.030Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.030Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-09-16T19:57:16.030Z] [2021-09-16T19:57:16.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-09-16T19:57:16.030Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.030Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-09-16T19:57:16.030Z] [2021-09-16T19:57:16.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-09-16T19:57:16.030Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.030Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-09-16T19:57:16.030Z] [2021-09-16T19:57:16.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.01s) [2021-09-16T19:57:16.030Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.030Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2021-09-16T19:57:16.030Z] [2021-09-16T19:57:16.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s) [2021-09-16T19:57:16.030Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.030Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2021-09-16T19:57:16.030Z] [2021-09-16T19:57:16.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.01s) [2021-09-16T19:57:16.030Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.030Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2021-09-16T19:57:16.030Z] [2021-09-16T19:57:16.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.01s) [2021-09-16T19:57:16.030Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.030Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2021-09-16T19:57:16.030Z] [2021-09-16T19:57:16.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.01s) [2021-09-16T19:57:16.030Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.030Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2021-09-16T19:57:16.030Z] [2021-09-16T19:57:16.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.01s) [2021-09-16T19:57:16.030Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.030Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2021-09-16T19:57:16.030Z] [2021-09-16T19:57:16.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.01s) [2021-09-16T19:57:16.030Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.030Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2021-09-16T19:57:16.030Z] [2021-09-16T19:57:16.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.01s) [2021-09-16T19:57:16.030Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.030Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2021-09-16T19:57:16.030Z] [2021-09-16T19:57:16.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-09-16T19:57:16.030Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.030Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-09-16T19:57:16.030Z] [2021-09-16T19:57:16.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.01s) [2021-09-16T19:57:16.030Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.030Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2021-09-16T19:57:16.030Z] [2021-09-16T19:57:16.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-09-16T19:57:16.030Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.030Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-09-16T19:57:16.030Z] [2021-09-16T19:57:16.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-09-16T19:57:16.030Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.030Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-09-16T19:57:16.030Z] [2021-09-16T19:57:16.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.01s) [2021-09-16T19:57:16.030Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.030Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2021-09-16T19:57:16.030Z] [2021-09-16T19:57:16.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.01s) [2021-09-16T19:57:16.030Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.030Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2021-09-16T19:57:16.030Z] [2021-09-16T19:57:16.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-09-16T19:57:16.030Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.030Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-09-16T19:57:16.030Z] [2021-09-16T19:57:16.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.01s) [2021-09-16T19:57:16.030Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.030Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2021-09-16T19:57:16.030Z] [2021-09-16T19:57:16.030Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-09-16T19:57:16.488Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.488Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-09-16T19:57:16.488Z] [2021-09-16T19:57:16.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.01s) [2021-09-16T19:57:16.488Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.488Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2021-09-16T19:57:16.488Z] [2021-09-16T19:57:16.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.01s) [2021-09-16T19:57:16.488Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2021-09-16T19:57:16.488Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2021-09-16T19:57:16.488Z] [2021-09-16T19:57:16.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-09-16T19:57:16.488Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.488Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-09-16T19:57:16.488Z] [2021-09-16T19:57:16.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.01s) [2021-09-16T19:57:16.488Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.488Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2021-09-16T19:57:16.488Z] [2021-09-16T19:57:16.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.01s) [2021-09-16T19:57:16.488Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.488Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2021-09-16T19:57:16.488Z] [2021-09-16T19:57:16.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.01s) [2021-09-16T19:57:16.488Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.488Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2021-09-16T19:57:16.488Z] [2021-09-16T19:57:16.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-09-16T19:57:16.488Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.488Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-09-16T19:57:16.488Z] [2021-09-16T19:57:16.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-09-16T19:57:16.488Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.488Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-09-16T19:57:16.488Z] [2021-09-16T19:57:16.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.01s) [2021-09-16T19:57:16.488Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.488Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2021-09-16T19:57:16.488Z] [2021-09-16T19:57:16.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.01s) [2021-09-16T19:57:16.488Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.488Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2021-09-16T19:57:16.488Z] [2021-09-16T19:57:16.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-09-16T19:57:16.488Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.488Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-09-16T19:57:16.488Z] [2021-09-16T19:57:16.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.01s) [2021-09-16T19:57:16.488Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.488Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2021-09-16T19:57:16.488Z] [2021-09-16T19:57:16.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2021-09-16T19:57:16.488Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.488Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2021-09-16T19:57:16.488Z] [2021-09-16T19:57:16.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.01s) [2021-09-16T19:57:16.488Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.488Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2021-09-16T19:57:16.488Z] [2021-09-16T19:57:16.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-09-16T19:57:16.488Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.488Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-09-16T19:57:16.488Z] [2021-09-16T19:57:16.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-09-16T19:57:16.488Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.488Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-09-16T19:57:16.488Z] [2021-09-16T19:57:16.488Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2021-09-16T19:57:16.488Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.489Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2021-09-16T19:57:16.489Z] [2021-09-16T19:57:16.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.01s) [2021-09-16T19:57:16.489Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.489Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2021-09-16T19:57:16.489Z] [2021-09-16T19:57:16.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.01s) [2021-09-16T19:57:16.489Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.489Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2021-09-16T19:57:16.489Z] [2021-09-16T19:57:16.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.01s) [2021-09-16T19:57:16.489Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.489Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2021-09-16T19:57:16.489Z] [2021-09-16T19:57:16.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.01s) [2021-09-16T19:57:16.489Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.489Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2021-09-16T19:57:16.489Z] [2021-09-16T19:57:16.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-09-16T19:57:16.489Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.489Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-09-16T19:57:16.489Z] [2021-09-16T19:57:16.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-09-16T19:57:16.489Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2021-09-16T19:57:16.489Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-09-16T19:57:16.489Z] [2021-09-16T19:57:16.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-09-16T19:57:16.489Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.489Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-09-16T19:57:16.489Z] [2021-09-16T19:57:16.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-09-16T19:57:16.489Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.489Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-09-16T19:57:16.489Z] [2021-09-16T19:57:16.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-09-16T19:57:16.489Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.489Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-09-16T19:57:16.489Z] [2021-09-16T19:57:16.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-09-16T19:57:16.489Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.489Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-09-16T19:57:16.489Z] [2021-09-16T19:57:16.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-09-16T19:57:16.489Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.489Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-09-16T19:57:16.489Z] [2021-09-16T19:57:16.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-09-16T19:57:16.489Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.489Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-09-16T19:57:16.489Z] [2021-09-16T19:57:16.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.01s) [2021-09-16T19:57:16.489Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.489Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2021-09-16T19:57:16.489Z] [2021-09-16T19:57:16.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-09-16T19:57:16.489Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.489Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-09-16T19:57:16.489Z] [2021-09-16T19:57:16.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-09-16T19:57:16.489Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.489Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-09-16T19:57:16.489Z] [2021-09-16T19:57:16.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-09-16T19:57:16.489Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.489Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-09-16T19:57:16.489Z] [2021-09-16T19:57:16.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.01s) [2021-09-16T19:57:16.489Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.489Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2021-09-16T19:57:16.489Z] [2021-09-16T19:57:16.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-09-16T19:57:16.489Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.489Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-09-16T19:57:16.489Z] [2021-09-16T19:57:16.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-09-16T19:57:16.489Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.489Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-09-16T19:57:16.489Z] [2021-09-16T19:57:16.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.01s) [2021-09-16T19:57:16.489Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.489Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2021-09-16T19:57:16.489Z] [2021-09-16T19:57:16.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-09-16T19:57:16.489Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.489Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-09-16T19:57:16.489Z] [2021-09-16T19:57:16.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.01s) [2021-09-16T19:57:16.489Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.489Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2021-09-16T19:57:16.489Z] [2021-09-16T19:57:16.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-09-16T19:57:16.489Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.489Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-09-16T19:57:16.489Z] [2021-09-16T19:57:16.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-09-16T19:57:16.489Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.489Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-09-16T19:57:16.489Z] [2021-09-16T19:57:16.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-09-16T19:57:16.489Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.489Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-09-16T19:57:16.489Z] [2021-09-16T19:57:16.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-09-16T19:57:16.489Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.489Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-09-16T19:57:16.489Z] [2021-09-16T19:57:16.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-09-16T19:57:16.489Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.489Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-09-16T19:57:16.489Z] [2021-09-16T19:57:16.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-09-16T19:57:16.489Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.489Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-09-16T19:57:16.489Z] [2021-09-16T19:57:16.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-09-16T19:57:16.489Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.489Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-09-16T19:57:16.489Z] [2021-09-16T19:57:16.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-09-16T19:57:16.489Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.489Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-09-16T19:57:16.489Z] [2021-09-16T19:57:16.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-09-16T19:57:16.489Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.489Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-09-16T19:57:16.489Z] [2021-09-16T19:57:16.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-09-16T19:57:16.489Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.489Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-09-16T19:57:16.489Z] [2021-09-16T19:57:16.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-09-16T19:57:16.489Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.489Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-09-16T19:57:16.489Z] [2021-09-16T19:57:16.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-09-16T19:57:16.489Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.489Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-09-16T19:57:16.489Z] [2021-09-16T19:57:16.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-09-16T19:57:16.489Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.489Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-09-16T19:57:16.489Z] [2021-09-16T19:57:16.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-09-16T19:57:16.489Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.489Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-09-16T19:57:16.489Z] [2021-09-16T19:57:16.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-09-16T19:57:16.489Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.489Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-09-16T19:57:16.489Z] [2021-09-16T19:57:16.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-09-16T19:57:16.489Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.489Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-09-16T19:57:16.489Z] [2021-09-16T19:57:16.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-09-16T19:57:16.489Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.489Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-09-16T19:57:16.489Z] [2021-09-16T19:57:16.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-09-16T19:57:16.489Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.489Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-09-16T19:57:16.489Z] [2021-09-16T19:57:16.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.01s) [2021-09-16T19:57:16.489Z] docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.489Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2021-09-16T19:57:16.489Z] [2021-09-16T19:57:16.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.01s) [2021-09-16T19:57:16.489Z] docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.489Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2021-09-16T19:57:16.489Z] [2021-09-16T19:57:16.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.01s) [2021-09-16T19:57:16.489Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.489Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2021-09-16T19:57:16.489Z] [2021-09-16T19:57:16.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-09-16T19:57:16.489Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.489Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-09-16T19:57:16.489Z] [2021-09-16T19:57:16.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-09-16T19:57:16.489Z] docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.489Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-09-16T19:57:16.489Z] [2021-09-16T19:57:16.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-09-16T19:57:16.489Z] docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.489Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-09-16T19:57:16.489Z] [2021-09-16T19:57:16.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.01s) [2021-09-16T19:57:16.489Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.489Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2021-09-16T19:57:16.489Z] [2021-09-16T19:57:16.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-09-16T19:57:16.489Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.489Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-09-16T19:57:16.489Z] [2021-09-16T19:57:16.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-09-16T19:57:16.489Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.489Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-09-16T19:57:16.489Z] [2021-09-16T19:57:16.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.01s) [2021-09-16T19:57:16.489Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2021-09-16T19:57:16.489Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2021-09-16T19:57:16.489Z] [2021-09-16T19:57:16.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-09-16T19:57:16.489Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2021-09-16T19:57:16.489Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-09-16T19:57:16.489Z] [2021-09-16T19:57:16.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-09-16T19:57:16.489Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.489Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-09-16T19:57:16.489Z] [2021-09-16T19:57:16.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.01s) [2021-09-16T19:57:16.489Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.489Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2021-09-16T19:57:16.489Z] [2021-09-16T19:57:16.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-09-16T19:57:16.489Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.489Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-09-16T19:57:16.489Z] [2021-09-16T19:57:16.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-09-16T19:57:16.489Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.489Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-09-16T19:57:16.489Z] [2021-09-16T19:57:16.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.01s) [2021-09-16T19:57:16.489Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.489Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2021-09-16T19:57:16.489Z] [2021-09-16T19:57:16.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.01s) [2021-09-16T19:57:16.489Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.489Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2021-09-16T19:57:16.489Z] [2021-09-16T19:57:16.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.01s) [2021-09-16T19:57:16.489Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.489Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2021-09-16T19:57:16.489Z] [2021-09-16T19:57:16.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-09-16T19:57:16.489Z] docker_api_containers_test.go:1529: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.489Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-09-16T19:57:16.489Z] [2021-09-16T19:57:16.489Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-09-16T19:57:16.489Z] docker_api_containers_test.go:1443: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.490Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-09-16T19:57:16.490Z] [2021-09-16T19:57:16.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-09-16T19:57:16.490Z] docker_api_containers_test.go:1425: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.490Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-09-16T19:57:16.490Z] [2021-09-16T19:57:16.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-09-16T19:57:16.490Z] docker_api_containers_test.go:1471: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.490Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-09-16T19:57:16.490Z] [2021-09-16T19:57:16.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-09-16T19:57:16.490Z] docker_api_containers_test.go:1554: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.490Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-09-16T19:57:16.490Z] [2021-09-16T19:57:16.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-09-16T19:57:16.490Z] docker_api_containers_test.go:1498: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.490Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-09-16T19:57:16.490Z] [2021-09-16T19:57:16.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-09-16T19:57:16.490Z] docker_api_containers_test.go:1321: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.490Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-09-16T19:57:16.490Z] [2021-09-16T19:57:16.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-09-16T19:57:16.490Z] docker_api_containers_test.go:1392: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.490Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-09-16T19:57:16.490Z] [2021-09-16T19:57:16.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-09-16T19:57:16.490Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.490Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-09-16T19:57:16.490Z] [2021-09-16T19:57:16.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.01s) [2021-09-16T19:57:16.490Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2021-09-16T19:57:16.490Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.01s) [2021-09-16T19:57:16.490Z] [2021-09-16T19:57:16.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.06s) [2021-09-16T19:57:16.490Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.490Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.06s) [2021-09-16T19:57:16.490Z] [2021-09-16T19:57:16.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-09-16T19:57:16.490Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.490Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-09-16T19:57:16.490Z] [2021-09-16T19:57:16.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.01s) [2021-09-16T19:57:16.490Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.490Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2021-09-16T19:57:16.490Z] [2021-09-16T19:57:16.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-09-16T19:57:16.490Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.490Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-09-16T19:57:16.490Z] [2021-09-16T19:57:16.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-09-16T19:57:16.490Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.490Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-09-16T19:57:16.490Z] [2021-09-16T19:57:16.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.01s) [2021-09-16T19:57:16.490Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.490Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2021-09-16T19:57:16.490Z] [2021-09-16T19:57:16.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-09-16T19:57:16.490Z] docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.490Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-09-16T19:57:16.490Z] [2021-09-16T19:57:16.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-09-16T19:57:16.490Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.490Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-09-16T19:57:16.490Z] [2021-09-16T19:57:16.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-09-16T19:57:16.490Z] docker_api_containers_test.go:1368: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.490Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-09-16T19:57:16.490Z] [2021-09-16T19:57:16.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2021-09-16T19:57:16.490Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.490Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2021-09-16T19:57:16.490Z] [2021-09-16T19:57:16.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2021-09-16T19:57:16.490Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.490Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2021-09-16T19:57:16.490Z] [2021-09-16T19:57:16.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-09-16T19:57:16.490Z] docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.490Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-09-16T19:57:16.490Z] [2021-09-16T19:57:16.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.01s) [2021-09-16T19:57:16.490Z] docker_cli_run_test.go:1576: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.490Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2021-09-16T19:57:16.490Z] [2021-09-16T19:57:16.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-09-16T19:57:16.490Z] docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.490Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-09-16T19:57:16.490Z] [2021-09-16T19:57:16.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-09-16T19:57:16.490Z] docker_cli_run_test.go:1171: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.490Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-09-16T19:57:16.490Z] [2021-09-16T19:57:16.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-09-16T19:57:16.490Z] docker_cli_run_test.go:1189: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.490Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-09-16T19:57:16.490Z] [2021-09-16T19:57:16.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-09-16T19:57:16.490Z] docker_cli_run_test.go:1180: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.490Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-09-16T19:57:16.490Z] [2021-09-16T19:57:16.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-09-16T19:57:16.490Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.490Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-09-16T19:57:16.490Z] [2021-09-16T19:57:16.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-09-16T19:57:16.490Z] docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.490Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-09-16T19:57:16.490Z] [2021-09-16T19:57:16.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-09-16T19:57:16.490Z] docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.490Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-09-16T19:57:16.490Z] [2021-09-16T19:57:16.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-09-16T19:57:16.490Z] docker_cli_run_test.go:1052: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.490Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-09-16T19:57:16.490Z] [2021-09-16T19:57:16.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-09-16T19:57:16.490Z] docker_cli_run_test.go:1062: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.490Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-09-16T19:57:16.490Z] [2021-09-16T19:57:16.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-09-16T19:57:16.490Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.490Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-09-16T19:57:16.490Z] [2021-09-16T19:57:16.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-09-16T19:57:16.490Z] docker_cli_run_test.go:1042: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.490Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-09-16T19:57:16.490Z] [2021-09-16T19:57:16.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-09-16T19:57:16.490Z] docker_cli_run_test.go:1033: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.490Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-09-16T19:57:16.490Z] [2021-09-16T19:57:16.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-09-16T19:57:16.490Z] docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.490Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-09-16T19:57:16.490Z] [2021-09-16T19:57:16.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-09-16T19:57:16.490Z] docker_cli_run_test.go:1023: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.490Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-09-16T19:57:16.490Z] [2021-09-16T19:57:16.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-09-16T19:57:16.490Z] docker_cli_run_test.go:1011: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.490Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-09-16T19:57:16.490Z] [2021-09-16T19:57:16.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-09-16T19:57:16.490Z] docker_cli_run_test.go:985: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.490Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-09-16T19:57:16.490Z] [2021-09-16T19:57:16.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-09-16T19:57:16.490Z] docker_cli_run_test.go:998: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.490Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-09-16T19:57:16.490Z] [2021-09-16T19:57:16.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-09-16T19:57:16.490Z] docker_cli_run_test.go:976: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.490Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-09-16T19:57:16.490Z] [2021-09-16T19:57:16.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-09-16T19:57:16.490Z] docker_cli_run_test.go:1932: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.490Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-09-16T19:57:16.490Z] [2021-09-16T19:57:16.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s) [2021-09-16T19:57:16.490Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.490Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s) [2021-09-16T19:57:16.490Z] [2021-09-16T19:57:16.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-09-16T19:57:16.490Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.490Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-09-16T19:57:16.490Z] [2021-09-16T19:57:16.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-09-16T19:57:16.490Z] docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.490Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-09-16T19:57:16.490Z] [2021-09-16T19:57:16.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-09-16T19:57:16.490Z] docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.490Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-09-16T19:57:16.490Z] [2021-09-16T19:57:16.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2021-09-16T19:57:16.490Z] docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.490Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2021-09-16T19:57:16.490Z] [2021-09-16T19:57:16.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-09-16T19:57:16.490Z] docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.490Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-09-16T19:57:16.490Z] [2021-09-16T19:57:16.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-09-16T19:57:16.490Z] docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.490Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-09-16T19:57:16.490Z] [2021-09-16T19:57:16.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-09-16T19:57:16.490Z] docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.490Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-09-16T19:57:16.490Z] [2021-09-16T19:57:16.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-09-16T19:57:16.490Z] docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.490Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-09-16T19:57:16.490Z] [2021-09-16T19:57:16.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-09-16T19:57:16.490Z] docker_cli_run_test.go:1677: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.490Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-09-16T19:57:16.490Z] [2021-09-16T19:57:16.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-09-16T19:57:16.490Z] docker_cli_run_test.go:1658: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.490Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-09-16T19:57:16.490Z] [2021-09-16T19:57:16.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-09-16T19:57:16.490Z] docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.490Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-09-16T19:57:16.490Z] [2021-09-16T19:57:16.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-09-16T19:57:16.490Z] docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.490Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-09-16T19:57:16.490Z] [2021-09-16T19:57:16.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-09-16T19:57:16.490Z] docker_cli_run_test.go:621: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.490Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-09-16T19:57:16.490Z] [2021-09-16T19:57:16.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-09-16T19:57:16.490Z] docker_cli_run_test.go:383: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.490Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-09-16T19:57:16.490Z] [2021-09-16T19:57:16.490Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-09-16T19:57:16.491Z] docker_cli_run_test.go:427: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.491Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-09-16T19:57:16.491Z] [2021-09-16T19:57:16.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-09-16T19:57:16.491Z] docker_cli_run_test.go:1253: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.491Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-09-16T19:57:16.491Z] [2021-09-16T19:57:16.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-09-16T19:57:16.491Z] docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.491Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-09-16T19:57:16.491Z] [2021-09-16T19:57:16.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.01s) [2021-09-16T19:57:16.491Z] docker_cli_run_test.go:1288: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.491Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2021-09-16T19:57:16.491Z] [2021-09-16T19:57:16.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-09-16T19:57:16.491Z] docker_cli_run_test.go:1321: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.491Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-09-16T19:57:16.491Z] [2021-09-16T19:57:16.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-09-16T19:57:16.491Z] docker_cli_run_test.go:1310: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.491Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-09-16T19:57:16.491Z] [2021-09-16T19:57:16.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-09-16T19:57:16.491Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.491Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-09-16T19:57:16.491Z] [2021-09-16T19:57:16.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.01s) [2021-09-16T19:57:16.491Z] docker_cli_run_test.go:1141: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.491Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2021-09-16T19:57:16.491Z] [2021-09-16T19:57:16.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.01s) [2021-09-16T19:57:16.491Z] docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.491Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2021-09-16T19:57:16.491Z] [2021-09-16T19:57:16.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-09-16T19:57:16.491Z] docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.491Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-09-16T19:57:16.491Z] [2021-09-16T19:57:16.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.01s) [2021-09-16T19:57:16.491Z] docker_cli_run_test.go:817: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.491Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2021-09-16T19:57:16.491Z] [2021-09-16T19:57:16.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-09-16T19:57:16.491Z] docker_cli_run_test.go:856: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.491Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-09-16T19:57:16.491Z] [2021-09-16T19:57:16.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-09-16T19:57:16.491Z] docker_cli_run_test.go:889: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.491Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-09-16T19:57:16.491Z] [2021-09-16T19:57:16.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-09-16T19:57:16.491Z] docker_cli_run_test.go:947: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.491Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-09-16T19:57:16.491Z] [2021-09-16T19:57:16.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.01s) [2021-09-16T19:57:16.491Z] docker_cli_run_test.go:1074: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.491Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2021-09-16T19:57:16.491Z] [2021-09-16T19:57:16.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-09-16T19:57:16.491Z] docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.491Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-09-16T19:57:16.491Z] [2021-09-16T19:57:16.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-09-16T19:57:16.491Z] docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.491Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-09-16T19:57:16.491Z] [2021-09-16T19:57:16.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-09-16T19:57:16.491Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2021-09-16T19:57:16.491Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-09-16T19:57:16.491Z] [2021-09-16T19:57:16.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-09-16T19:57:16.491Z] docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.491Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-09-16T19:57:16.491Z] [2021-09-16T19:57:16.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-09-16T19:57:16.491Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.491Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-09-16T19:57:16.491Z] [2021-09-16T19:57:16.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-09-16T19:57:16.491Z] docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.491Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-09-16T19:57:16.491Z] [2021-09-16T19:57:16.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2021-09-16T19:57:16.491Z] docker_cli_run_test.go:60: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.491Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2021-09-16T19:57:16.491Z] [2021-09-16T19:57:16.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-09-16T19:57:16.491Z] docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.491Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-09-16T19:57:16.491Z] [2021-09-16T19:57:16.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-09-16T19:57:16.491Z] docker_cli_run_test.go:195: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.491Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-09-16T19:57:16.491Z] [2021-09-16T19:57:16.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-09-16T19:57:16.491Z] docker_cli_run_test.go:180: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.491Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-09-16T19:57:16.491Z] [2021-09-16T19:57:16.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-09-16T19:57:16.491Z] docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.491Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-09-16T19:57:16.491Z] [2021-09-16T19:57:16.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.01s) [2021-09-16T19:57:16.491Z] docker_cli_run_test.go:1198: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.491Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2021-09-16T19:57:16.491Z] [2021-09-16T19:57:16.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-09-16T19:57:16.491Z] docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.491Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-09-16T19:57:16.491Z] [2021-09-16T19:57:16.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-09-16T19:57:16.491Z] docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.491Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-09-16T19:57:16.491Z] [2021-09-16T19:57:16.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-09-16T19:57:16.491Z] docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.491Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-09-16T19:57:16.491Z] [2021-09-16T19:57:16.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-09-16T19:57:16.491Z] docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.491Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-09-16T19:57:16.491Z] [2021-09-16T19:57:16.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-09-16T19:57:16.491Z] docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.491Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-09-16T19:57:16.491Z] [2021-09-16T19:57:16.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-09-16T19:57:16.491Z] docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.491Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-09-16T19:57:16.491Z] [2021-09-16T19:57:16.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-09-16T19:57:16.491Z] docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.491Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-09-16T19:57:16.491Z] [2021-09-16T19:57:16.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-09-16T19:57:16.491Z] docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.491Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-09-16T19:57:16.491Z] [2021-09-16T19:57:16.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.01s) [2021-09-16T19:57:16.491Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.491Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2021-09-16T19:57:16.491Z] [2021-09-16T19:57:16.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.01s) [2021-09-16T19:57:16.491Z] docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.491Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2021-09-16T19:57:16.491Z] [2021-09-16T19:57:16.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-09-16T19:57:16.491Z] docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.491Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-09-16T19:57:16.491Z] [2021-09-16T19:57:16.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-09-16T19:57:16.491Z] docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.491Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-09-16T19:57:16.491Z] [2021-09-16T19:57:16.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2021-09-16T19:57:16.491Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.491Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2021-09-16T19:57:16.491Z] [2021-09-16T19:57:16.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.01s) [2021-09-16T19:57:16.491Z] docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.491Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2021-09-16T19:57:16.491Z] [2021-09-16T19:57:16.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-09-16T19:57:16.491Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.491Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-09-16T19:57:16.491Z] [2021-09-16T19:57:16.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-09-16T19:57:16.491Z] docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.491Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-09-16T19:57:16.491Z] [2021-09-16T19:57:16.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-09-16T19:57:16.491Z] docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.491Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-09-16T19:57:16.491Z] [2021-09-16T19:57:16.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.01s) [2021-09-16T19:57:16.491Z] docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.491Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2021-09-16T19:57:16.491Z] [2021-09-16T19:57:16.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-09-16T19:57:16.491Z] docker_cli_run_test.go:931: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.491Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-09-16T19:57:16.491Z] [2021-09-16T19:57:16.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-09-16T19:57:16.491Z] docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.491Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-09-16T19:57:16.491Z] [2021-09-16T19:57:16.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-09-16T19:57:16.491Z] docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.491Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-09-16T19:57:16.491Z] [2021-09-16T19:57:16.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-09-16T19:57:16.491Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.491Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-09-16T19:57:16.491Z] [2021-09-16T19:57:16.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-09-16T19:57:16.491Z] docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.491Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-09-16T19:57:16.491Z] [2021-09-16T19:57:16.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2021-09-16T19:57:16.491Z] docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.491Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.02s) [2021-09-16T19:57:16.491Z] [2021-09-16T19:57:16.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2021-09-16T19:57:16.491Z] docker_cli_run_test.go:1403: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.491Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.31s) [2021-09-16T19:57:16.491Z] [2021-09-16T19:57:16.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-09-16T19:57:16.491Z] docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.491Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-09-16T19:57:16.491Z] [2021-09-16T19:57:16.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-09-16T19:57:16.491Z] docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.491Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-09-16T19:57:16.491Z] [2021-09-16T19:57:16.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.01s) [2021-09-16T19:57:16.491Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.491Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2021-09-16T19:57:16.491Z] [2021-09-16T19:57:16.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-09-16T19:57:16.491Z] docker_cli_run_test.go:957: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.491Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-09-16T19:57:16.491Z] [2021-09-16T19:57:16.491Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-09-16T19:57:16.491Z] docker_cli_run_test.go:1085: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.491Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-09-16T19:57:16.491Z] [2021-09-16T19:57:16.492Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-09-16T19:57:16.492Z] docker_cli_run_test.go:1124: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.492Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-09-16T19:57:16.492Z] [2021-09-16T19:57:16.492Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-09-16T19:57:16.492Z] docker_cli_run_test.go:1132: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.492Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-09-16T19:57:16.492Z] [2021-09-16T19:57:16.492Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.01s) [2021-09-16T19:57:16.492Z] docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.492Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2021-09-16T19:57:16.492Z] [2021-09-16T19:57:16.492Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-09-16T19:57:16.492Z] docker_cli_run_test.go:2860: unmatched requirement Apparmor [2021-09-16T19:57:16.492Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-09-16T19:57:16.492Z] [2021-09-16T19:57:16.492Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-09-16T19:57:16.492Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.492Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-09-16T19:57:16.492Z] [2021-09-16T19:57:16.492Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-09-16T19:57:16.492Z] docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.492Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-09-16T19:57:16.492Z] [2021-09-16T19:57:16.492Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-09-16T19:57:16.492Z] docker_cli_run_test.go:1425: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.492Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-09-16T19:57:16.492Z] [2021-09-16T19:57:16.492Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2021-09-16T19:57:16.492Z] docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.492Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2021-09-16T19:57:16.492Z] [2021-09-16T19:57:16.492Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2021-09-16T19:57:16.492Z] docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.492Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.02s) [2021-09-16T19:57:16.492Z] [2021-09-16T19:57:16.492Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.01s) [2021-09-16T19:57:16.492Z] docker_cli_run_test.go:1621: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.492Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2021-09-16T19:57:16.492Z] [2021-09-16T19:57:16.492Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.01s) [2021-09-16T19:57:16.492Z] docker_cli_run_test.go:98: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.492Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2021-09-16T19:57:16.492Z] [2021-09-16T19:57:16.492Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2021-09-16T19:57:16.492Z] docker_cli_run_test.go:1108: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.492Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2021-09-16T19:57:16.492Z] [2021-09-16T19:57:16.492Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-09-16T19:57:16.492Z] docker_cli_run_test.go:1116: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.492Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-09-16T19:57:16.492Z] [2021-09-16T19:57:16.492Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-09-16T19:57:16.492Z] docker_cli_run_test.go:1156: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.492Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-09-16T19:57:16.492Z] [2021-09-16T19:57:16.492Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-09-16T19:57:16.492Z] docker_cli_run_test.go:967: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.492Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-09-16T19:57:16.492Z] [2021-09-16T19:57:16.492Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-09-16T19:57:16.492Z] docker_cli_run_test.go:1095: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.492Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-09-16T19:57:16.492Z] [2021-09-16T19:57:16.492Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-09-16T19:57:16.492Z] docker_cli_run_test.go:1165: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.492Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-09-16T19:57:16.492Z] [2021-09-16T19:57:16.492Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-09-16T19:57:16.492Z] docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.492Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-09-16T19:57:16.492Z] [2021-09-16T19:57:16.492Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.01s) [2021-09-16T19:57:16.492Z] docker_cli_run_test.go:2899: unmatched requirement Apparmor [2021-09-16T19:57:16.492Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2021-09-16T19:57:16.492Z] [2021-09-16T19:57:16.492Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.01s) [2021-09-16T19:57:16.492Z] docker_cli_run_test.go:736: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.492Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2021-09-16T19:57:16.492Z] [2021-09-16T19:57:16.492Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-09-16T19:57:16.492Z] docker_cli_run_test.go:746: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.492Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-09-16T19:57:16.492Z] [2021-09-16T19:57:16.492Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-09-16T19:57:16.492Z] docker_cli_run_test.go:759: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.492Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-09-16T19:57:16.492Z] [2021-09-16T19:57:16.492Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-09-16T19:57:16.492Z] docker_cli_run_test.go:772: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.492Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-09-16T19:57:16.492Z] [2021-09-16T19:57:16.492Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.01s) [2021-09-16T19:57:16.492Z] docker_cli_run_test.go:726: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.492Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2021-09-16T19:57:16.492Z] [2021-09-16T19:57:16.492Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.01s) [2021-09-16T19:57:16.492Z] docker_cli_run_test.go:785: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.492Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2021-09-16T19:57:16.492Z] [2021-09-16T19:57:16.492Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2021-09-16T19:57:16.492Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.492Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2021-09-16T19:57:16.492Z] [2021-09-16T19:57:16.492Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-09-16T19:57:16.492Z] docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.492Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-09-16T19:57:16.492Z] [2021-09-16T19:57:16.492Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2021-09-16T19:57:16.492Z] docker_cli_run_test.go:658: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.492Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2021-09-16T19:57:16.492Z] [2021-09-16T19:57:16.492Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-09-16T19:57:16.492Z] docker_cli_run_test.go:1850: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.492Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-09-16T19:57:16.492Z] [2021-09-16T19:57:16.492Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-09-16T19:57:16.492Z] docker_cli_run_test.go:282: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.492Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-09-16T19:57:16.492Z] [2021-09-16T19:57:16.492Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-09-16T19:57:16.492Z] docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.492Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-09-16T19:57:16.492Z] [2021-09-16T19:57:16.492Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-09-16T19:57:16.492Z] docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.492Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-09-16T19:57:16.492Z] [2021-09-16T19:57:16.492Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-09-16T19:57:16.492Z] docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.492Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-09-16T19:57:16.492Z] [2021-09-16T19:57:16.492Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.01s) [2021-09-16T19:57:16.492Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.492Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2021-09-16T19:57:16.492Z] [2021-09-16T19:57:16.492Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-09-16T19:57:16.492Z] docker_cli_run_test.go:3016: unmatched requirement Apparmor [2021-09-16T19:57:16.492Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-09-16T19:57:16.492Z] [2021-09-16T19:57:16.492Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-09-16T19:57:16.492Z] docker_cli_run_test.go:1802: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.492Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-09-16T19:57:16.492Z] [2021-09-16T19:57:16.492Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-09-16T19:57:16.492Z] docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.492Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-09-16T19:57:16.492Z] [2021-09-16T19:57:16.492Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-09-16T19:57:16.492Z] docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.492Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-09-16T19:57:16.492Z] [2021-09-16T19:57:16.492Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-09-16T19:57:16.492Z] docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.492Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-09-16T19:57:16.492Z] [2021-09-16T19:57:16.492Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-09-16T19:57:16.492Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.492Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-09-16T19:57:16.492Z] [2021-09-16T19:57:16.492Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-09-16T19:57:16.492Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.492Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-09-16T19:57:16.492Z] [2021-09-16T19:57:16.492Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-09-16T19:57:16.492Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.492Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-09-16T19:57:16.492Z] [2021-09-16T19:57:16.492Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.01s) [2021-09-16T19:57:16.492Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.492Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2021-09-16T19:57:16.492Z] [2021-09-16T19:57:16.492Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-09-16T19:57:16.492Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.492Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-09-16T19:57:16.492Z] [2021-09-16T19:57:16.492Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.01s) [2021-09-16T19:57:16.492Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.492Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2021-09-16T19:57:16.492Z] [2021-09-16T19:57:16.492Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-09-16T19:57:16.492Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.492Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-09-16T19:57:16.492Z] [2021-09-16T19:57:16.492Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-09-16T19:57:16.492Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.492Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-09-16T19:57:16.492Z] [2021-09-16T19:57:16.492Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.01s) [2021-09-16T19:57:16.492Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.492Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2021-09-16T19:57:16.492Z] [2021-09-16T19:57:16.492Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-09-16T19:57:16.492Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.492Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-09-16T19:57:16.492Z] [2021-09-16T19:57:16.492Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-09-16T19:57:16.492Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.492Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-09-16T19:57:16.492Z] [2021-09-16T19:57:16.492Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-09-16T19:57:16.492Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.492Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-09-16T19:57:16.492Z] [2021-09-16T19:57:16.492Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2021-09-16T19:57:16.492Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.492Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2021-09-16T19:57:16.492Z] [2021-09-16T19:57:16.492Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-09-16T19:57:16.492Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.492Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-09-16T19:57:16.492Z] [2021-09-16T19:57:16.492Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-09-16T19:57:16.492Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.492Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-09-16T19:57:16.492Z] [2021-09-16T19:57:16.492Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-09-16T19:57:16.492Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.492Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-09-16T19:57:16.492Z] [2021-09-16T19:57:16.492Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.01s) [2021-09-16T19:57:16.492Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2021-09-16T19:57:16.492Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2021-09-16T19:57:16.492Z] [2021-09-16T19:57:16.492Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.01s) [2021-09-16T19:57:16.492Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.492Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2021-09-16T19:57:16.492Z] [2021-09-16T19:57:16.492Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2021-09-16T19:57:16.492Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.492Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.01s) [2021-09-16T19:57:16.492Z] [2021-09-16T19:57:16.492Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-09-16T19:57:16.492Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.492Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-09-16T19:57:16.492Z] [2021-09-16T19:57:16.492Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-09-16T19:57:16.492Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.492Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-09-16T19:57:16.492Z] [2021-09-16T19:57:16.492Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-09-16T19:57:16.493Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.493Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-09-16T19:57:16.493Z] [2021-09-16T19:57:16.493Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.01s) [2021-09-16T19:57:16.493Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.493Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2021-09-16T19:57:16.493Z] [2021-09-16T19:57:16.493Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.01s) [2021-09-16T19:57:16.493Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.493Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2021-09-16T19:57:16.493Z] [2021-09-16T19:57:16.493Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.01s) [2021-09-16T19:57:16.493Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.493Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2021-09-16T19:57:16.493Z] [2021-09-16T19:57:16.493Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-09-16T19:57:16.493Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.493Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-09-16T19:57:16.493Z] [2021-09-16T19:57:16.493Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-09-16T19:57:16.493Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.493Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-09-16T19:57:16.493Z] [2021-09-16T19:57:16.493Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-09-16T19:57:16.493Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.493Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-09-16T19:57:16.493Z] [2021-09-16T19:57:16.493Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-09-16T19:57:16.493Z] docker_cli_run_test.go:293: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.493Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-09-16T19:57:16.493Z] [2021-09-16T19:57:16.493Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-09-16T19:57:16.493Z] docker_cli_run_test.go:208: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.493Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-09-16T19:57:16.493Z] [2021-09-16T19:57:16.493Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-09-16T19:57:16.493Z] docker_cli_run_test.go:244: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.493Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-09-16T19:57:16.493Z] [2021-09-16T19:57:16.493Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2021-09-16T19:57:16.493Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.493Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.02s) [2021-09-16T19:57:16.493Z] [2021-09-16T19:57:16.493Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-09-16T19:57:16.493Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.493Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-09-16T19:57:16.493Z] [2021-09-16T19:57:16.493Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-09-16T19:57:16.493Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.493Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-09-16T19:57:16.493Z] [2021-09-16T19:57:16.493Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-09-16T19:57:16.493Z] docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.493Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-09-16T19:57:16.493Z] [2021-09-16T19:57:16.493Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-09-16T19:57:16.493Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.493Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-09-16T19:57:16.493Z] [2021-09-16T19:57:16.493Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-09-16T19:57:16.493Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.493Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-09-16T19:57:16.493Z] [2021-09-16T19:57:16.493Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-09-16T19:57:16.493Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.493Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-09-16T19:57:16.493Z] [2021-09-16T19:57:16.493Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-09-16T19:57:16.493Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.493Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-09-16T19:57:16.493Z] [2021-09-16T19:57:16.493Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-09-16T19:57:16.493Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.493Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-09-16T19:57:16.493Z] [2021-09-16T19:57:16.493Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-09-16T19:57:16.493Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.493Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-09-16T19:57:16.493Z] [2021-09-16T19:57:16.493Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-09-16T19:57:16.493Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.493Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-09-16T19:57:16.493Z] [2021-09-16T19:57:16.493Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-09-16T19:57:16.493Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.493Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-09-16T19:57:16.493Z] [2021-09-16T19:57:16.493Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-09-16T19:57:16.493Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.493Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-09-16T19:57:16.493Z] [2021-09-16T19:57:16.493Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-09-16T19:57:16.493Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.493Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-09-16T19:57:16.493Z] [2021-09-16T19:57:16.493Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-09-16T19:57:16.493Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.493Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-09-16T19:57:16.493Z] [2021-09-16T19:57:16.493Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-09-16T19:57:16.493Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.493Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-09-16T19:57:16.493Z] [2021-09-16T19:57:16.493Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-09-16T19:57:16.493Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.493Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-09-16T19:57:16.493Z] [2021-09-16T19:57:16.493Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-09-16T19:57:16.493Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.493Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-09-16T19:57:16.493Z] [2021-09-16T19:57:16.493Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-09-16T19:57:16.493Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.493Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-09-16T19:57:16.493Z] [2021-09-16T19:57:16.493Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-09-16T19:57:16.493Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.493Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-09-16T19:57:16.493Z] [2021-09-16T19:57:16.493Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-09-16T19:57:16.493Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.493Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-09-16T19:57:16.493Z] [2021-09-16T19:57:16.493Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-09-16T19:57:16.493Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.493Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-09-16T19:57:16.493Z] [2021-09-16T19:57:16.493Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-09-16T19:57:16.493Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.493Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-09-16T19:57:16.493Z] [2021-09-16T19:57:16.493Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-09-16T19:57:16.493Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.493Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-09-16T19:57:16.493Z] [2021-09-16T19:57:16.493Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-09-16T19:57:16.493Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.493Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-09-16T19:57:16.493Z] [2021-09-16T19:57:16.493Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-09-16T19:57:16.493Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.493Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-09-16T19:57:16.493Z] [2021-09-16T19:57:16.493Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-09-16T19:57:16.493Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.493Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-09-16T19:57:16.493Z] [2021-09-16T19:57:16.493Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-09-16T19:57:16.493Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.493Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-09-16T19:57:16.493Z] [2021-09-16T19:57:16.493Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-09-16T19:57:16.493Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.493Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-09-16T19:57:16.493Z] [2021-09-16T19:57:16.493Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-09-16T19:57:16.493Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.493Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-09-16T19:57:16.493Z] [2021-09-16T19:57:16.493Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-09-16T19:57:16.493Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.493Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-09-16T19:57:16.493Z] [2021-09-16T19:57:16.493Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-09-16T19:57:16.493Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.493Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-09-16T19:57:16.493Z] [2021-09-16T19:57:16.493Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-09-16T19:57:16.493Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.493Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-09-16T19:57:16.493Z] [2021-09-16T19:57:16.493Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-09-16T19:57:16.493Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.493Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-09-16T19:57:16.493Z] [2021-09-16T19:57:16.493Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-09-16T19:57:16.493Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.493Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-09-16T19:57:16.493Z] [2021-09-16T19:57:16.493Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-09-16T19:57:16.493Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.493Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-09-16T19:57:16.493Z] [2021-09-16T19:57:16.493Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-09-16T19:57:16.493Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.493Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-09-16T19:57:16.493Z] [2021-09-16T19:57:16.493Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-09-16T19:57:16.493Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.493Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-09-16T19:57:16.493Z] [2021-09-16T19:57:16.493Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-09-16T19:57:16.493Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.493Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-09-16T19:57:16.493Z] [2021-09-16T19:57:16.493Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-09-16T19:57:16.493Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.493Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-09-16T19:57:16.493Z] [2021-09-16T19:57:16.493Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-09-16T19:57:16.493Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.493Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-09-16T19:57:16.493Z] [2021-09-16T19:57:16.493Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2021-09-16T19:57:16.493Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.493Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2021-09-16T19:57:16.493Z] [2021-09-16T19:57:16.493Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-09-16T19:57:16.493Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.493Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-09-16T19:57:16.493Z] [2021-09-16T19:57:16.493Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-09-16T19:57:16.493Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.493Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-09-16T19:57:16.493Z] [2021-09-16T19:57:16.493Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-09-16T19:57:16.493Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.493Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-09-16T19:57:16.493Z] [2021-09-16T19:57:16.493Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-09-16T19:57:16.493Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.493Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-09-16T19:57:16.493Z] [2021-09-16T19:57:16.493Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-09-16T19:57:16.493Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.493Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-09-16T19:57:16.493Z] [2021-09-16T19:57:16.493Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-09-16T19:57:16.493Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.493Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-09-16T19:57:16.493Z] [2021-09-16T19:57:16.493Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-09-16T19:57:16.493Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.493Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-09-16T19:57:16.493Z] [2021-09-16T19:57:16.493Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-09-16T19:57:16.493Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.493Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-09-16T19:57:16.493Z] [2021-09-16T19:57:16.494Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-09-16T19:57:16.494Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.494Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-09-16T19:57:16.494Z] [2021-09-16T19:57:16.494Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-09-16T19:57:16.494Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.494Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-09-16T19:57:16.494Z] [2021-09-16T19:57:16.494Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-09-16T19:57:16.494Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.494Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-09-16T19:57:16.494Z] [2021-09-16T19:57:16.494Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-09-16T19:57:16.494Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.494Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-09-16T19:57:16.494Z] [2021-09-16T19:57:16.494Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-09-16T19:57:16.494Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.494Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-09-16T19:57:16.494Z] [2021-09-16T19:57:16.494Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-09-16T19:57:16.494Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.494Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-09-16T19:57:16.494Z] [2021-09-16T19:57:16.494Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-09-16T19:57:16.494Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.494Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-09-16T19:57:16.494Z] [2021-09-16T19:57:16.494Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-09-16T19:57:16.494Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.494Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-09-16T19:57:16.494Z] [2021-09-16T19:57:16.494Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-09-16T19:57:16.494Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.494Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-09-16T19:57:16.494Z] [2021-09-16T19:57:16.494Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-09-16T19:57:16.494Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.494Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-09-16T19:57:16.494Z] [2021-09-16T19:57:16.494Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-09-16T19:57:16.494Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.494Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-09-16T19:57:16.494Z] [2021-09-16T19:57:16.494Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-09-16T19:57:16.494Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.494Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-09-16T19:57:16.494Z] [2021-09-16T19:57:16.494Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-09-16T19:57:16.494Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.494Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-09-16T19:57:16.494Z] [2021-09-16T19:57:16.494Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-09-16T19:57:16.494Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.494Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-09-16T19:57:16.494Z] [2021-09-16T19:57:16.494Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-09-16T19:57:16.494Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.494Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-09-16T19:57:16.494Z] [2021-09-16T19:57:16.494Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-09-16T19:57:16.494Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.494Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-09-16T19:57:16.494Z] [2021-09-16T19:57:16.494Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-09-16T19:57:16.494Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.494Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-09-16T19:57:16.494Z] [2021-09-16T19:57:16.494Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-09-16T19:57:16.494Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.494Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-09-16T19:57:16.494Z] [2021-09-16T19:57:16.494Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-09-16T19:57:16.494Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.494Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-09-16T19:57:16.494Z] [2021-09-16T19:57:16.494Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-09-16T19:57:16.494Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.494Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-09-16T19:57:16.494Z] [2021-09-16T19:57:16.494Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-09-16T19:57:16.494Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.494Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-09-16T19:57:16.494Z] [2021-09-16T19:57:16.494Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-09-16T19:57:16.494Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.494Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-09-16T19:57:16.494Z] [2021-09-16T19:57:16.494Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-09-16T19:57:16.494Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.494Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-09-16T19:57:16.494Z] [2021-09-16T19:57:16.494Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-09-16T19:57:16.494Z] check_test.go:301: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.494Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-09-16T19:57:16.494Z] [2021-09-16T19:57:16.494Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-09-16T19:57:16.494Z] check_test.go:301: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.494Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-09-16T19:57:16.494Z] [2021-09-16T19:57:16.494Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-09-16T19:57:16.494Z] check_test.go:301: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.494Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-09-16T19:57:16.494Z] [2021-09-16T19:57:16.494Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-09-16T19:57:16.494Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.494Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-09-16T19:57:16.494Z] [2021-09-16T19:57:16.494Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-09-16T19:57:16.494Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.494Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-09-16T19:57:16.494Z] [2021-09-16T19:57:16.494Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-09-16T19:57:16.494Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.494Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-09-16T19:57:16.494Z] [2021-09-16T19:57:16.494Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-09-16T19:57:16.494Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.494Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-09-16T19:57:16.494Z] [2021-09-16T19:57:16.494Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-09-16T19:57:16.494Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.494Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-09-16T19:57:16.494Z] [2021-09-16T19:57:16.494Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-09-16T19:57:16.494Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.494Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-09-16T19:57:16.494Z] [2021-09-16T19:57:16.494Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-09-16T19:57:16.494Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.494Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-09-16T19:57:16.494Z] [2021-09-16T19:57:16.494Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-09-16T19:57:16.494Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.494Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-09-16T19:57:16.494Z] [2021-09-16T19:57:16.494Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-09-16T19:57:16.494Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.494Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-09-16T19:57:16.494Z] [2021-09-16T19:57:16.494Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-09-16T19:57:16.494Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.494Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-09-16T19:57:16.494Z] [2021-09-16T19:57:16.494Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2021-09-16T19:57:16.494Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.494Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2021-09-16T19:57:16.494Z] [2021-09-16T19:57:16.494Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2021-09-16T19:57:16.494Z] check_test.go:127: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.494Z] [2021-09-16T19:57:16.494Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2021-09-16T19:57:16.494Z] check_test.go:133: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.494Z] [2021-09-16T19:57:16.494Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2021-09-16T19:57:16.494Z] check_test.go:141: unmatched requirement DaemonIsLinux [2021-09-16T19:57:16.494Z] [2021-09-16T19:57:16.494Z] DONE 1092 tests, 546 skipped in 1812.794s [2021-09-16T19:57:16.494Z] INFO: Integration tests ended at 09/16/2021 19:57:16. Duration:00:30:12.9182181 [2021-09-16T19:57:16.494Z] INFO: Docker info of the daemon under test at end of run [2021-09-16T19:57:16.494Z] [2021-09-16T19:57:16.618Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2021-09-16T19:57:16.951Z] Containers: 2 [2021-09-16T19:57:16.951Z] Running: 0 [2021-09-16T19:57:16.951Z] Paused: 0 [2021-09-16T19:57:16.951Z] Stopped: 2 [2021-09-16T19:57:16.951Z] Images: 18 [2021-09-16T19:57:16.951Z] Server Version: 0.0.0-dev [2021-09-16T19:57:16.951Z] Storage Driver: windowsfilter [2021-09-16T19:57:16.951Z] Windows: [2021-09-16T19:57:16.951Z] Logging Driver: json-file [2021-09-16T19:57:16.951Z] Plugins: [2021-09-16T19:57:16.951Z] Volume: local [2021-09-16T19:57:16.951Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-09-16T19:57:16.951Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-09-16T19:57:16.951Z] Swarm: inactive [2021-09-16T19:57:16.951Z] Default Isolation: process [2021-09-16T19:57:16.951Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2021-09-16T19:57:16.951Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.169) [2021-09-16T19:57:16.951Z] OSType: windows [2021-09-16T19:57:16.951Z] Architecture: x86_64 [2021-09-16T19:57:16.951Z] CPUs: 4 [2021-09-16T19:57:16.951Z] Total Memory: 32GiB [2021-09-16T19:57:16.951Z] Name: azwin-2-007d91 [2021-09-16T19:57:16.951Z] ID: 2MZK:FJWI:XMGM:Z3V5:XZYH:QEBP:O2NL:4FDL:EXXC:FV76:UR4R:ZQ7T [2021-09-16T19:57:16.951Z] Docker Root Dir: D:\CI\PR-41759\9\daemon [2021-09-16T19:57:16.951Z] Debug Mode (client): false [2021-09-16T19:57:16.951Z] Debug Mode (server): true [2021-09-16T19:57:16.951Z] File Descriptors: -1 [2021-09-16T19:57:16.951Z] Goroutines: 17 [2021-09-16T19:57:16.951Z] System Time: 2021-09-16T19:57:16.4697773Z [2021-09-16T19:57:16.951Z] EventsListeners: 0 [2021-09-16T19:57:16.951Z] Registry: https://index.docker.io/v1/ [2021-09-16T19:57:16.951Z] Labels: [2021-09-16T19:57:16.951Z] Experimental: false [2021-09-16T19:57:16.951Z] Insecure Registries: [2021-09-16T19:57:16.951Z] 127.0.0.0/8 [2021-09-16T19:57:16.951Z] Live Restore Enabled: false [2021-09-16T19:57:16.951Z] [2021-09-16T19:57:16.951Z] [2021-09-16T19:57:16.951Z] INFO: Stopping daemon under test [2021-09-16T19:57:16.951Z] SUCCESS: The process with PID 5816 (child process of PID 564) has been terminated. [2021-09-16T19:57:16.951Z] SUCCESS: The process with PID 564 (child process of PID 3680) has been terminated. [2021-09-16T19:57:16.951Z] INFO: Stop tailing logs of the daemon under tests [2021-09-16T19:57:16.951Z] INFO: executeCI.ps1 Completed successfully at 09/16/2021 19:57:16. [2021-09-16T19:57:16.951Z] INFO: Tidying up at end of run [2021-09-16T19:57:16.951Z] INFO: Saving daemon under test log (d:\CI\PR-41759\9\dut.out) to bundles\CIDUT.out [2021-09-16T19:57:16.951Z] INFO: Saving daemon under test log (d:\CI\PR-41759\9\dut.err) to bundles\CIDUT.err [2021-09-16T19:57:16.951Z] INFO: Saving containerd logs to bundles [2021-09-16T19:57:16.951Z] INFO: Nuke-Everything... [2021-09-16T19:57:17.408Z] INFO: Container count on control daemon to delete is 2 [2021-09-16T19:57:17.408Z] 32dba6e3a429 [2021-09-16T19:57:17.408Z] 9c24c20ffb49 [2021-09-16T19:57:17.408Z] INFO: Tidying pidfile d:\CI\PR-41759\9\docker.pid [2021-09-16T19:57:17.408Z] INFO: Nuking d:\CI [2021-09-16T19:57:17.849Z] === RUN TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 [2021-09-16T19:57:17.849Z] docker_api_containers_test.go:1093: unmatched requirement DaemonIsLinux [2021-09-16T19:57:17.849Z] === RUN TestDockerSuite/TestContainerAPICopyNotExistsAnyMore [2021-09-16T19:57:18.776Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2021-09-16T19:57:19.378Z] === RUN TestDockerSuite/TestContainerAPICopyPre124 [2021-09-16T19:57:19.378Z] docker_api_containers_test.go:1019: unmatched requirement DaemonIsLinux [2021-09-16T19:57:19.378Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 [2021-09-16T19:57:19.378Z] docker_api_containers_test.go:1049: unmatched requirement DaemonIsLinux [2021-09-16T19:57:19.378Z] === RUN TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 [2021-09-16T19:57:19.378Z] docker_api_containers_test.go:1071: unmatched requirement DaemonIsLinux [2021-09-16T19:57:19.378Z] === RUN TestDockerSuite/TestContainerAPICreate [2021-09-16T19:57:20.935Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2021-09-16T19:57:21.542Z] === RUN TestDockerSuite/TestContainerAPICreateBridgeNetworkMode [2021-09-16T19:57:21.542Z] docker_api_containers_test.go:586: unmatched requirement DaemonIsLinux [2021-09-16T19:57:21.542Z] === RUN TestDockerSuite/TestContainerAPICreateEmptyConfig [2021-09-16T19:57:21.542Z] === RUN TestDockerSuite/TestContainerAPICreateMountsBindRead [2021-09-16T19:57:23.709Z] === RUN TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig [2021-09-16T19:57:23.709Z] === RUN TestDockerSuite/TestContainerAPICreateNoHostConfig118 [2021-09-16T19:57:23.709Z] docker_api_containers_test.go:1349: unmatched requirement DaemonIsLinux [2021-09-16T19:57:23.709Z] === RUN TestDockerSuite/TestContainerAPICreateOtherNetworkModes [2021-09-16T19:57:23.709Z] docker_api_containers_test.go:592: unmatched requirement DaemonIsLinux [2021-09-16T19:57:23.709Z] === RUN TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset [2021-09-16T19:57:23.709Z] docker_api_containers_test.go:621: unmatched requirement DaemonIsLinux [2021-09-16T19:57:23.709Z] === RUN TestDockerSuite/TestContainerAPIDelete [2021-09-16T19:57:23.816Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2021-09-16T19:57:23.816Z] === RUN TestDockerSuite/TestRunBindMounts [2021-09-16T19:57:25.879Z] === RUN TestDockerSuite/TestContainerAPIDeleteConflict [2021-09-16T19:57:27.410Z] === RUN TestDockerSuite/TestContainerAPIDeleteForce [2021-09-16T19:57:28.474Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2021-09-16T19:57:28.474Z] docker_cli_run_test.go:1052: unmatched requirement DaemonIsLinux [2021-09-16T19:57:28.474Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2021-09-16T19:57:28.474Z] docker_cli_run_test.go:1062: unmatched requirement DaemonIsLinux [2021-09-16T19:57:28.474Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2021-09-16T19:57:28.474Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux [2021-09-16T19:57:28.474Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2021-09-16T19:57:28.474Z] docker_cli_run_test.go:1042: unmatched requirement DaemonIsLinux [2021-09-16T19:57:28.474Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2021-09-16T19:57:28.474Z] docker_cli_run_test.go:1033: unmatched requirement DaemonIsLinux [2021-09-16T19:57:28.474Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2021-09-16T19:57:28.474Z] docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux [2021-09-16T19:57:28.474Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2021-09-16T19:57:28.474Z] docker_cli_run_test.go:1023: unmatched requirement DaemonIsLinux [2021-09-16T19:57:28.474Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2021-09-16T19:57:28.474Z] docker_cli_run_test.go:1011: unmatched requirement DaemonIsLinux [2021-09-16T19:57:28.474Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2021-09-16T19:57:28.474Z] docker_cli_run_test.go:985: unmatched requirement DaemonIsLinux [2021-09-16T19:57:28.474Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2021-09-16T19:57:28.474Z] docker_cli_run_test.go:998: unmatched requirement DaemonIsLinux [2021-09-16T19:57:28.474Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2021-09-16T19:57:28.474Z] docker_cli_run_test.go:976: unmatched requirement DaemonIsLinux [2021-09-16T19:57:28.474Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2021-09-16T19:57:29.577Z] === RUN TestDockerSuite/TestContainerAPIDeleteNotExist [2021-09-16T19:57:29.577Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveLinks [2021-09-16T19:57:29.577Z] docker_api_containers_test.go:1147: unmatched requirement DaemonIsLinux [2021-09-16T19:57:29.577Z] === RUN TestDockerSuite/TestContainerAPIDeleteRemoveVolume [2021-09-16T19:57:31.104Z] === RUN TestDockerSuite/TestContainerAPIDeleteWithEmptyName [2021-09-16T19:57:31.104Z] === RUN TestDockerSuite/TestContainerAPIGetAll [2021-09-16T19:57:31.355Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2021-09-16T19:57:31.355Z] docker_cli_run_test.go:1932: unmatched requirement DaemonIsLinux [2021-09-16T19:57:31.355Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2021-09-16T19:57:33.269Z] === RUN TestDockerSuite/TestContainerAPIGetChanges [2021-09-16T19:57:33.269Z] docker_api_containers_test.go:126: unmatched requirement DaemonIsLinux [2021-09-16T19:57:33.269Z] === RUN TestDockerSuite/TestContainerAPIGetExport [2021-09-16T19:57:33.269Z] docker_api_containers_test.go:99: unmatched requirement DaemonIsLinux [2021-09-16T19:57:33.269Z] === RUN TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted [2021-09-16T19:57:34.236Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2021-09-16T19:57:34.236Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2021-09-16T19:57:34.236Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2021-09-16T19:57:34.236Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2021-09-16T19:57:34.236Z] === RUN TestDockerSuite/TestRunContainerNetwork [2021-09-16T19:57:35.089Z] INFO: Zapped successfully [2021-09-16T19:57:35.089Z] [2021-09-16T19:57:35.089Z] INFO: executeCI.ps1 exiting at Thu Sep 16 19:57:34 CUT 2021. Duration 01:00:33.8421947 [2021-09-16T19:57:35.089Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2021-09-16T19:57:35.327Z] Recording test results [2021-09-16T19:57:35.434Z] === RUN TestDockerSuite/TestContainerAPIInvalidPortSyntax [2021-09-16T19:57:35.434Z] === RUN TestDockerSuite/TestContainerAPIKill [2021-09-16T19:57:35.760Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2021-09-16T19:57:35.760Z] docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux [2021-09-16T19:57:35.760Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2021-09-16T19:57:35.760Z] docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux [2021-09-16T19:57:35.760Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2021-09-16T19:57:35.760Z] docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux [2021-09-16T19:57:35.760Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2021-09-16T19:57:35.760Z] docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux [2021-09-16T19:57:35.760Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2021-09-16T19:57:35.760Z] docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux [2021-09-16T19:57:35.760Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2021-09-16T19:57:35.760Z] docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux [2021-09-16T19:57:35.760Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2021-09-16T19:57:35.760Z] docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux [2021-09-16T19:57:35.760Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2021-09-16T19:57:36.963Z] === RUN TestDockerSuite/TestContainerAPIPause [2021-09-16T19:57:36.963Z] docker_api_containers_test.go:364: unmatched requirement DaemonIsLinux [2021-09-16T19:57:36.963Z] === RUN TestDockerSuite/TestContainerAPIPostContainerStop [2021-09-16T19:57:37.283Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2021-09-16T19:57:39.130Z] === RUN TestDockerSuite/TestContainerAPIPostCreateNull [2021-09-16T19:57:39.130Z] === RUN TestDockerSuite/TestContainerAPIRename [2021-09-16T19:57:40.166Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2021-09-16T19:57:41.296Z] === RUN TestDockerSuite/TestContainerAPIRestart [2021-09-16T19:57:41.909Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2021-09-16T19:57:42.325Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2021-09-16T19:57:42.325Z] docker_cli_run_test.go:1677: unmatched requirement DaemonIsLinux [2021-09-16T19:57:42.325Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2021-09-16T19:57:42.325Z] docker_cli_run_test.go:1658: unmatched requirement DaemonIsLinux [2021-09-16T19:57:42.325Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2021-09-16T19:57:42.325Z] docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux [2021-09-16T19:57:42.325Z] === RUN TestDockerSuite/TestRunCreateVolume [2021-09-16T19:57:43.385Z] Creating win-2022-integration-bundles.zip [Pipeline] archiveArtifacts [2021-09-16T19:57:44.559Z] Archiving artifacts [2021-09-16T19:57:45.206Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2021-09-16T19:57:45.206Z] docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux [2021-09-16T19:57:45.206Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2021-09-16T19:57:45.206Z] docker_cli_run_test.go:621: unmatched requirement DaemonIsLinux [2021-09-16T19:57:45.206Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2021-09-16T19:57:45.206Z] docker_cli_run_test.go:383: unmatched requirement DaemonIsLinux [2021-09-16T19:57:45.206Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2021-09-16T19:57:45.206Z] docker_cli_run_test.go:427: unmatched requirement DaemonIsLinux [2021-09-16T19:57:45.206Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2021-09-16T19:57:46.164Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2021-09-16T19:57:49.832Z] === RUN TestDockerSuite/TestContainerAPIRestartNotimeoutParam [2021-09-16T19:57:50.826Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2021-09-16T19:57:50.826Z] docker_cli_run_test.go:1253: unmatched requirement DaemonIsLinux [2021-09-16T19:57:51.280Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2021-09-16T19:57:51.280Z] docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux [2021-09-16T19:57:51.280Z] === RUN TestDockerSuite/TestRunDNSOptions [2021-09-16T19:57:51.280Z] docker_cli_run_test.go:1288: unmatched requirement DaemonIsLinux [2021-09-16T19:57:51.280Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2021-09-16T19:57:51.280Z] docker_cli_run_test.go:1321: unmatched requirement DaemonIsLinux [2021-09-16T19:57:51.280Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2021-09-16T19:57:51.280Z] docker_cli_run_test.go:1310: unmatched requirement DaemonIsLinux [2021-09-16T19:57:51.280Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2021-09-16T19:57:51.280Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2021-09-16T19:57:51.280Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2021-09-16T19:57:52.722Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount [2021-09-16T19:57:52.722Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName [2021-09-16T19:57:52.722Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount [2021-09-16T19:57:52.722Z] === RUN TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch [2021-09-16T19:57:52.722Z] === RUN TestDockerSuite/TestContainerAPIStart [2021-09-16T19:57:53.440Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2021-09-16T19:57:53.440Z] docker_cli_run_test.go:1141: unmatched requirement DaemonIsLinux [2021-09-16T19:57:53.894Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2021-09-16T19:57:53.894Z] === RUN TestDockerSuite/TestRunDuplicateMount [2021-09-16T19:57:53.894Z] docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux [2021-09-16T19:57:53.894Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2021-09-16T19:57:54.251Z] === RUN TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled [2021-09-16T19:57:54.251Z] docker_api_containers_test.go:1597: unmatched requirement DaemonIsLinux [2021-09-16T19:57:54.251Z] === RUN TestDockerSuite/TestContainerAPIStop [2021-09-16T19:57:56.776Z] === RUN TestDockerSuite/TestRunEchoStdout [2021-09-16T19:57:58.259Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41759/9/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-09-16T19:57:58.935Z] === RUN TestDockerSuite/TestRunEmptyEnv [2021-09-16T19:57:58.935Z] docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux [2021-09-16T19:57:58.935Z] === RUN TestDockerSuite/TestRunEntrypoint [2021-09-16T19:57:59.179Z] + make clean [2021-09-16T19:58:00.144Z] docker volume rm -f docker-dev-cache [2021-09-16T19:58:00.144Z] docker-dev-cache [Pipeline] deleteDir [2021-09-16T19:58:01.096Z] === RUN TestDockerSuite/TestRunEnvironment [2021-09-16T19:58:01.096Z] docker_cli_run_test.go:817: unmatched requirement DaemonIsLinux [2021-09-16T19:58:01.096Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2021-09-16T19:58:01.096Z] docker_cli_run_test.go:856: unmatched requirement DaemonIsLinux [2021-09-16T19:58:01.096Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2021-09-16T19:58:01.096Z] docker_cli_run_test.go:889: unmatched requirement DaemonIsLinux [2021-09-16T19:58:01.299Z] === RUN TestDockerSuite/TestContainerAPITop [2021-09-16T19:58:01.299Z] docker_api_containers_test.go:394: unmatched requirement DaemonIsLinux [2021-09-16T19:58:01.299Z] === RUN TestDockerSuite/TestContainerAPITopWindows [2021-09-16T19:58:01.551Z] === RUN TestDockerSuite/TestRunExitCode [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-09-16T19:58:02.829Z] === RUN TestDockerSuite/TestContainerAPIVerifyHeader [2021-09-16T19:58:02.829Z] === RUN TestDockerSuite/TestContainerAPIWait [2021-09-16T19:58:03.711Z] === RUN TestDockerSuite/TestRunExitCodeOne [2021-09-16T19:58:06.548Z] === RUN TestDockerSuite/TestContainerKillCustomStopSignal [2021-09-16T19:58:06.592Z] === RUN TestDockerSuite/TestRunExitCodeZero [2021-09-16T19:58:08.076Z] === RUN TestDockerSuite/TestContainerNetworkMode [2021-09-16T19:58:08.076Z] docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux [2021-09-16T19:58:08.532Z] === RUN TestDockerSuite/TestContainerRestartInMultipleNetworks [2021-09-16T19:58:08.532Z] docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux [2021-09-16T19:58:08.532Z] === RUN TestDockerSuite/TestContainerWithConflictingHostNetworks [2021-09-16T19:58:08.532Z] docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux [2021-09-16T19:58:08.532Z] === RUN TestDockerSuite/TestContainerWithConflictingNoneNetwork [2021-09-16T19:58:08.532Z] docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux [2021-09-16T19:58:08.532Z] === RUN TestDockerSuite/TestContainerWithConflictingSharedNetwork [2021-09-16T19:58:08.532Z] docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux [2021-09-16T19:58:08.532Z] === RUN TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe [2021-09-16T19:58:08.750Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2021-09-16T19:58:10.059Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate [2021-09-16T19:58:10.059Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} [2021-09-16T19:58:11.633Z] === RUN TestDockerSuite/TestRunExposePort [2021-09-16T19:58:11.633Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2021-09-16T19:58:11.633Z] docker_cli_run_test.go:947: unmatched requirement DaemonIsLinux [2021-09-16T19:58:11.633Z] === RUN TestDockerSuite/TestRunGroupAdd [2021-09-16T19:58:11.633Z] docker_cli_run_test.go:1074: unmatched requirement DaemonIsLinux [2021-09-16T19:58:11.633Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2021-09-16T19:58:11.633Z] docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux [2021-09-16T19:58:11.633Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2021-09-16T19:58:11.633Z] docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux [2021-09-16T19:58:11.633Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2021-09-16T19:58:11.633Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2021-09-16T19:58:11.633Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2021-09-16T19:58:11.633Z] docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux [2021-09-16T19:58:11.633Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2021-09-16T19:58:11.633Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2021-09-16T19:58:11.633Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2021-09-16T19:58:12.227Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} [2021-09-16T19:58:16.483Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2021-09-16T19:58:16.484Z] docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux [2021-09-16T19:58:16.484Z] === RUN TestDockerSuite/TestRunInvalidReference [2021-09-16T19:58:16.484Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2021-09-16T19:58:16.484Z] docker_cli_run_test.go:60: unmatched requirement DaemonIsLinux [2021-09-16T19:58:16.484Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2021-09-16T19:58:16.484Z] docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux [2021-09-16T19:58:16.484Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2021-09-16T19:58:16.484Z] docker_cli_run_test.go:195: unmatched requirement DaemonIsLinux [2021-09-16T19:58:16.484Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2021-09-16T19:58:16.484Z] docker_cli_run_test.go:180: unmatched requirement DaemonIsLinux [2021-09-16T19:58:16.484Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2021-09-16T19:58:20.764Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} [2021-09-16T19:58:21.728Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} [2021-09-16T19:58:22.239Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2021-09-16T19:58:22.239Z] docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux [2021-09-16T19:58:22.239Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2021-09-16T19:58:23.763Z] === RUN TestDockerSuite/TestRunModeHostname [2021-09-16T19:58:23.763Z] docker_cli_run_test.go:1198: unmatched requirement DaemonIsLinux [2021-09-16T19:58:23.763Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2021-09-16T19:58:23.763Z] docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux [2021-09-16T19:58:23.763Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2021-09-16T19:58:23.763Z] docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux [2021-09-16T19:58:23.763Z] === RUN TestDockerSuite/TestRunModeIpcHost [2021-09-16T19:58:23.763Z] docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux [2021-09-16T19:58:23.763Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2021-09-16T19:58:23.763Z] docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux [2021-09-16T19:58:23.763Z] === RUN TestDockerSuite/TestRunModePIDContainer [2021-09-16T19:58:23.763Z] docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux [2021-09-16T19:58:23.763Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2021-09-16T19:58:23.763Z] docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux [2021-09-16T19:58:23.763Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2021-09-16T19:58:23.763Z] docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux [2021-09-16T19:58:23.763Z] === RUN TestDockerSuite/TestRunModeUTSHost [2021-09-16T19:58:23.763Z] docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux [2021-09-16T19:58:23.763Z] === RUN TestDockerSuite/TestRunMount [2021-09-16T19:58:23.763Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux [2021-09-16T19:58:23.763Z] === RUN TestDockerSuite/TestRunMountOrdering [2021-09-16T19:58:23.763Z] docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux [2021-09-16T19:58:23.763Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2021-09-16T19:58:23.763Z] docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux [2021-09-16T19:58:23.763Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2021-09-16T19:58:23.763Z] docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux [2021-09-16T19:58:23.763Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2021-09-16T19:58:23.895Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000089b60_} [2021-09-16T19:58:32.285Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2021-09-16T19:58:32.285Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2021-09-16T19:58:32.285Z] === RUN TestDockerSuite/TestRunNamedVolume [2021-09-16T19:58:32.285Z] docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux [2021-09-16T19:58:32.285Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2021-09-16T19:58:32.285Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2021-09-16T19:58:32.285Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2021-09-16T19:58:32.436Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-12570905805_c:\foo_false____} [2021-09-16T19:58:33.966Z] === RUN TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-12570905805_c:\foo_true____} [2021-09-16T19:58:36.135Z] === RUN TestDockerSuite/TestContainersAPICreateMountsTmpfs [2021-09-16T19:58:36.135Z] docker_api_containers_test.go:2178: unmatched requirement DaemonIsLinux [2021-09-16T19:58:36.135Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation [2021-09-16T19:58:36.135Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 [2021-09-16T19:58:36.135Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 [2021-09-16T19:58:36.135Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 [2021-09-16T19:58:36.135Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 [2021-09-16T19:58:36.135Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 [2021-09-16T19:58:36.135Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 [2021-09-16T19:58:36.135Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 [2021-09-16T19:58:36.135Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 [2021-09-16T19:58:36.135Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 [2021-09-16T19:58:36.135Z] === RUN TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 [2021-09-16T19:58:36.135Z] === RUN TestDockerSuite/TestContainersInMultipleNetworks [2021-09-16T19:58:36.135Z] docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux [2021-09-16T19:58:36.591Z] === RUN TestDockerSuite/TestContainersInUserDefinedNetwork [2021-09-16T19:58:36.591Z] docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux [2021-09-16T19:58:36.591Z] === RUN TestDockerSuite/TestContainersNetworkIsolation [2021-09-16T19:58:36.591Z] docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux [2021-09-16T19:58:36.591Z] === RUN TestDockerSuite/TestCopyAndRestart [2021-09-16T19:58:36.591Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2021-09-16T19:58:36.591Z] === RUN TestDockerSuite/TestCopyCreatedContainer [2021-09-16T19:58:36.591Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2021-09-16T19:58:36.591Z] === RUN TestDockerSuite/TestCpAbsolutePath [2021-09-16T19:58:36.946Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2021-09-16T19:58:38.757Z] === RUN TestDockerSuite/TestCpAbsoluteSymlink [2021-09-16T19:58:38.757Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2021-09-16T19:58:38.757Z] === RUN TestDockerSuite/TestCpFromCaseA [2021-09-16T19:58:38.757Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2021-09-16T19:58:38.757Z] === RUN TestDockerSuite/TestCpFromCaseB [2021-09-16T19:58:38.757Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2021-09-16T19:58:38.757Z] === RUN TestDockerSuite/TestCpFromCaseC [2021-09-16T19:58:38.757Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2021-09-16T19:58:38.757Z] === RUN TestDockerSuite/TestCpFromCaseD [2021-09-16T19:58:38.757Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2021-09-16T19:58:38.757Z] === RUN TestDockerSuite/TestCpFromCaseE [2021-09-16T19:58:38.757Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2021-09-16T19:58:38.757Z] === RUN TestDockerSuite/TestCpFromCaseF [2021-09-16T19:58:38.757Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2021-09-16T19:58:38.757Z] === RUN TestDockerSuite/TestCpFromCaseG [2021-09-16T19:58:38.757Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2021-09-16T19:58:38.757Z] === RUN TestDockerSuite/TestCpFromCaseH [2021-09-16T19:58:38.757Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2021-09-16T19:58:38.757Z] === RUN TestDockerSuite/TestCpFromCaseI [2021-09-16T19:58:38.757Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2021-09-16T19:58:38.757Z] === RUN TestDockerSuite/TestCpFromCaseJ [2021-09-16T19:58:38.757Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2021-09-16T19:58:38.757Z] === RUN TestDockerSuite/TestCpFromSymlinkDestination [2021-09-16T19:58:38.757Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2021-09-16T19:58:38.757Z] === RUN TestDockerSuite/TestCpFromSymlinkToDirectory [2021-09-16T19:58:38.757Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2021-09-16T19:58:38.757Z] === RUN TestDockerSuite/TestCpGarbagePath [2021-09-16T19:58:40.923Z] === RUN TestDockerSuite/TestCpLocalOnly [2021-09-16T19:58:40.923Z] === RUN TestDockerSuite/TestCpNameHasColon [2021-09-16T19:58:40.923Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2021-09-16T19:58:40.923Z] === RUN TestDockerSuite/TestCpRelativePath [2021-09-16T19:58:41.604Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2021-09-16T19:58:41.604Z] docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux [2021-09-16T19:58:41.604Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2021-09-16T19:58:41.604Z] docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux [2021-09-16T19:58:41.604Z] === RUN TestDockerSuite/TestRunNetHost [2021-09-16T19:58:41.604Z] docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux [2021-09-16T19:58:41.604Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2021-09-16T19:58:41.604Z] docker_cli_run_test.go:931: unmatched requirement DaemonIsLinux [2021-09-16T19:58:41.604Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2021-09-16T19:58:41.604Z] docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux [2021-09-16T19:58:41.604Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2021-09-16T19:58:41.604Z] docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux [2021-09-16T19:58:41.604Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2021-09-16T19:58:41.604Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2021-09-16T19:58:41.604Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2021-09-16T19:58:41.604Z] docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux [2021-09-16T19:58:41.604Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2021-09-16T19:58:41.604Z] docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux [2021-09-16T19:58:41.604Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2021-09-16T19:58:41.604Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2021-09-16T19:58:42.564Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2021-09-16T19:58:43.090Z] === RUN TestDockerSuite/TestCpSpecialFiles [2021-09-16T19:58:43.090Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2021-09-16T19:58:43.090Z] === RUN TestDockerSuite/TestCpSymlinkComponent [2021-09-16T19:58:43.090Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2021-09-16T19:58:43.090Z] === RUN TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink [2021-09-16T19:58:43.090Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2021-09-16T19:58:43.090Z] === RUN TestDockerSuite/TestCpToCaseA [2021-09-16T19:58:44.087Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2021-09-16T19:58:45.610Z] === RUN TestDockerSuite/TestRunNonExistingImage [2021-09-16T19:58:46.809Z] === RUN TestDockerSuite/TestCpToCaseB [2021-09-16T19:58:47.134Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2021-09-16T19:58:48.657Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2021-09-16T19:58:48.981Z] === RUN TestDockerSuite/TestCpToCaseC [2021-09-16T19:58:48.981Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2021-09-16T19:58:48.981Z] === RUN TestDockerSuite/TestCpToCaseD [2021-09-16T19:58:48.981Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2021-09-16T19:58:48.981Z] === RUN TestDockerSuite/TestCpToCaseE [2021-09-16T19:58:49.111Z] docker_cli_run_test.go:1403: unmatched requirement DaemonIsLinux [2021-09-16T19:58:49.111Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2021-09-16T19:58:49.111Z] docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux [2021-09-16T19:58:49.111Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2021-09-16T19:58:49.111Z] docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux [2021-09-16T19:58:49.111Z] === RUN TestDockerSuite/TestRunPortInUse [2021-09-16T19:58:49.111Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2021-09-16T19:58:49.111Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2021-09-16T19:58:49.111Z] docker_cli_run_test.go:957: unmatched requirement DaemonIsLinux [2021-09-16T19:58:49.111Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2021-09-16T19:58:49.111Z] docker_cli_run_test.go:1085: unmatched requirement DaemonIsLinux [2021-09-16T19:58:49.111Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2021-09-16T19:58:49.111Z] docker_cli_run_test.go:1124: unmatched requirement DaemonIsLinux [2021-09-16T19:58:49.111Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2021-09-16T19:58:49.111Z] docker_cli_run_test.go:1132: unmatched requirement DaemonIsLinux [2021-09-16T19:58:49.111Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2021-09-16T19:58:52.818Z] === RUN TestDockerSuite/TestRunPublishPort [2021-09-16T19:58:52.818Z] docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux [2021-09-16T19:58:52.818Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2021-09-16T19:58:52.818Z] docker_cli_run_test.go:2860: unmatched requirement Apparmor [2021-09-16T19:58:52.818Z] === RUN TestDockerSuite/TestRunReadProcLatency [2021-09-16T19:58:52.818Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2021-09-16T19:58:52.818Z] === RUN TestDockerSuite/TestRunReadProcTimer [2021-09-16T19:58:52.818Z] docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux [2021-09-16T19:58:52.818Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2021-09-16T19:58:52.818Z] docker_cli_run_test.go:1425: unmatched requirement DaemonIsLinux [2021-09-16T19:58:52.818Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2021-09-16T19:59:01.328Z] === RUN TestDockerSuite/TestCpToCaseF [2021-09-16T19:59:01.328Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2021-09-16T19:59:01.328Z] === RUN TestDockerSuite/TestCpToCaseG [2021-09-16T19:59:01.328Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2021-09-16T19:59:01.328Z] === RUN TestDockerSuite/TestCpToCaseH [2021-09-16T19:59:03.095Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2021-09-16T19:59:03.096Z] docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux [2021-09-16T19:59:03.096Z] === RUN TestDockerSuite/TestRunRm [2021-09-16T19:59:04.055Z] === RUN TestDockerSuite/TestRunRmAndWait [2021-09-16T19:59:08.376Z] === RUN TestDockerSuite/TestCpToCaseI [2021-09-16T19:59:08.376Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2021-09-16T19:59:08.376Z] === RUN TestDockerSuite/TestCpToCaseJ [2021-09-16T19:59:08.376Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2021-09-16T19:59:08.376Z] === RUN TestDockerSuite/TestCpToDot [2021-09-16T19:59:09.810Z] === RUN TestDockerSuite/TestRunRmPre125Api [2021-09-16T19:59:10.543Z] === RUN TestDockerSuite/TestCpToErrReadOnlyRootfs [2021-09-16T19:59:10.543Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2021-09-16T19:59:10.543Z] === RUN TestDockerSuite/TestCpToErrReadOnlyVolume [2021-09-16T19:59:10.543Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2021-09-16T19:59:10.543Z] === RUN TestDockerSuite/TestCpToStdout [2021-09-16T19:59:12.691Z] === RUN TestDockerSuite/TestRunRootWorkdir [2021-09-16T19:59:12.709Z] === RUN TestDockerSuite/TestCpToSymlinkDestination [2021-09-16T19:59:12.709Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2021-09-16T19:59:12.709Z] === RUN TestDockerSuite/TestCpToSymlinkToDirectory [2021-09-16T19:59:12.709Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2021-09-16T19:59:12.709Z] === RUN TestDockerSuite/TestCpUnprivilegedUser [2021-09-16T19:59:12.709Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2021-09-16T19:59:12.709Z] === RUN TestDockerSuite/TestCpVolumePath [2021-09-16T19:59:12.709Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2021-09-16T19:59:12.709Z] === RUN TestDockerSuite/TestCreate64ByteHexID [2021-09-16T19:59:12.709Z] === RUN TestDockerSuite/TestCreateArgs [2021-09-16T19:59:12.709Z] === RUN TestDockerSuite/TestCreateByImageID [2021-09-16T19:59:14.850Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2021-09-16T19:59:14.876Z] === RUN TestDockerSuite/TestCreateEchoStdout [2021-09-16T19:59:17.043Z] === RUN TestDockerSuite/TestCreateGrowRootfs [2021-09-16T19:59:17.043Z] === RUN TestDockerSuite/TestCreateHostConfig [2021-09-16T19:59:17.043Z] === RUN TestDockerSuite/TestCreateHostnameWithNumber [2021-09-16T19:59:17.732Z] === RUN TestDockerSuite/TestRunSetMacAddress [2021-09-16T19:59:17.732Z] docker_cli_run_test.go:1986: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2021-09-16T19:59:17.732Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2021-09-16T19:59:17.732Z] docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux [2021-09-16T19:59:17.732Z] === RUN TestDockerSuite/TestRunState [2021-09-16T19:59:17.732Z] docker_cli_run_test.go:1621: unmatched requirement DaemonIsLinux [2021-09-16T19:59:17.732Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2021-09-16T19:59:18.573Z] === RUN TestDockerSuite/TestCreateLabelFromImage [2021-09-16T19:59:19.542Z] === RUN TestDockerSuite/TestCreateLabels [2021-09-16T19:59:19.542Z] === RUN TestDockerSuite/TestCreateModeIpcContainer [2021-09-16T19:59:19.542Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2021-09-16T19:59:19.542Z] === RUN TestDockerSuite/TestCreateRM [2021-09-16T19:59:20.003Z] === RUN TestDockerSuite/TestCreateShrinkRootfs [2021-09-16T19:59:20.003Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-09-16T19:59:20.003Z] === RUN TestDockerSuite/TestCreateStopSignal [2021-09-16T19:59:20.003Z] === RUN TestDockerSuite/TestCreateStopTimeout [2021-09-16T19:59:20.461Z] === RUN TestDockerSuite/TestCreateUnsetEntrypoint [2021-09-16T19:59:20.618Z] === RUN TestDockerSuite/TestRunStdinPipe [2021-09-16T19:59:20.618Z] docker_cli_run_test.go:98: unmatched requirement DaemonIsLinux [2021-09-16T19:59:20.618Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2021-09-16T19:59:20.618Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2021-09-16T19:59:20.618Z] docker_cli_run_test.go:1108: unmatched requirement DaemonIsLinux [2021-09-16T19:59:20.618Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2021-09-16T19:59:20.618Z] docker_cli_run_test.go:1116: unmatched requirement DaemonIsLinux [2021-09-16T19:59:20.618Z] === RUN TestDockerSuite/TestRunTLSVerify [2021-09-16T19:59:21.073Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2021-09-16T19:59:21.073Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2021-09-16T19:59:21.073Z] docker_cli_run_test.go:1156: unmatched requirement DaemonIsLinux [2021-09-16T19:59:21.073Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2021-09-16T19:59:25.733Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2021-09-16T19:59:25.733Z] docker_cli_run_test.go:967: unmatched requirement DaemonIsLinux [2021-09-16T19:59:25.733Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2021-09-16T19:59:25.733Z] docker_cli_run_test.go:1095: unmatched requirement DaemonIsLinux [2021-09-16T19:59:25.733Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2021-09-16T19:59:25.733Z] docker_cli_run_test.go:1165: unmatched requirement DaemonIsLinux [2021-09-16T19:59:25.733Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2021-09-16T19:59:25.733Z] docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux [2021-09-16T19:59:25.733Z] === RUN TestDockerSuite/TestRunUnshareProc [2021-09-16T19:59:25.733Z] docker_cli_run_test.go:2899: unmatched requirement Apparmor [2021-09-16T19:59:25.733Z] === RUN TestDockerSuite/TestRunUserByID [2021-09-16T19:59:25.733Z] docker_cli_run_test.go:736: unmatched requirement DaemonIsLinux [2021-09-16T19:59:25.733Z] === RUN TestDockerSuite/TestRunUserByIDBig [2021-09-16T19:59:25.733Z] docker_cli_run_test.go:746: unmatched requirement DaemonIsLinux [2021-09-16T19:59:25.733Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2021-09-16T19:59:25.733Z] docker_cli_run_test.go:759: unmatched requirement DaemonIsLinux [2021-09-16T19:59:25.733Z] === RUN TestDockerSuite/TestRunUserByIDZero [2021-09-16T19:59:25.733Z] docker_cli_run_test.go:772: unmatched requirement DaemonIsLinux [2021-09-16T19:59:25.733Z] === RUN TestDockerSuite/TestRunUserByName [2021-09-16T19:59:25.733Z] docker_cli_run_test.go:726: unmatched requirement DaemonIsLinux [2021-09-16T19:59:25.733Z] === RUN TestDockerSuite/TestRunUserDefaults [2021-09-16T19:59:27.539Z] === RUN TestDockerSuite/TestCreateVolumesCreated [2021-09-16T19:59:27.539Z] === RUN TestDockerSuite/TestCreateWithInvalidLogOpts [2021-09-16T19:59:27.995Z] === RUN TestDockerSuite/TestCreateWithLargePortRange [2021-09-16T19:59:28.620Z] === RUN TestDockerSuite/TestRunUserNotFound [2021-09-16T19:59:28.620Z] docker_cli_run_test.go:785: unmatched requirement DaemonIsLinux [2021-09-16T19:59:28.620Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2021-09-16T19:59:30.781Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2021-09-16T19:59:30.781Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux [2021-09-16T19:59:30.781Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2021-09-16T19:59:30.781Z] docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux [2021-09-16T19:59:30.781Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2021-09-16T19:59:30.889Z] === RUN TestDockerSuite/TestCreateWithPortRange [2021-09-16T19:59:30.889Z] === RUN TestDockerSuite/TestCreateWithTooLowMemoryLimit [2021-09-16T19:59:30.889Z] docker_api_containers_test.go:853: unmatched requirement DaemonIsLinux [2021-09-16T19:59:30.889Z] === RUN TestDockerSuite/TestCreateWithWorkdir [2021-09-16T19:59:33.664Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2021-09-16T19:59:33.780Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds [2021-09-16T19:59:33.780Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2021-09-16T19:59:33.780Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig [2021-09-16T19:59:33.780Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds [2021-09-16T19:59:33.780Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2021-09-16T19:59:33.780Z] === RUN TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom [2021-09-16T19:59:33.780Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2021-09-16T19:59:33.781Z] === RUN TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume [2021-09-16T19:59:33.781Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2021-09-16T19:59:33.781Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig [2021-09-16T19:59:33.781Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2021-09-16T19:59:33.781Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked [2021-09-16T19:59:33.781Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2021-09-16T19:59:33.781Z] === RUN TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig [2021-09-16T19:59:33.781Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2021-09-16T19:59:33.781Z] === RUN TestDockerSuite/TestDeprecatedStartWithNilDNS [2021-09-16T19:59:33.781Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2021-09-16T19:59:33.781Z] === RUN TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit [2021-09-16T19:59:33.781Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2021-09-16T19:59:33.781Z] === RUN TestDockerSuite/TestDevicePermissions [2021-09-16T19:59:33.781Z] docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux [2021-09-16T19:59:33.781Z] === RUN TestDockerSuite/TestDockerFails [2021-09-16T19:59:33.781Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFrom [2021-09-16T19:59:33.781Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2021-09-16T19:59:33.781Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind [2021-09-16T19:59:33.781Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2021-09-16T19:59:33.781Z] === RUN TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts [2021-09-16T19:59:33.781Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2021-09-16T19:59:33.781Z] === RUN TestDockerSuite/TestEventsAttach [2021-09-16T19:59:33.781Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2021-09-16T19:59:33.781Z] === RUN TestDockerSuite/TestEventsCommit [2021-09-16T19:59:33.781Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2021-09-16T19:59:33.781Z] === RUN TestDockerSuite/TestEventsContainerEvents [2021-09-16T19:59:35.947Z] === RUN TestDockerSuite/TestEventsContainerEventsAttrSort [2021-09-16T19:59:37.474Z] === RUN TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch [2021-09-16T19:59:39.640Z] === RUN TestDockerSuite/TestEventsContainerRestart [2021-09-16T19:59:42.186Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2021-09-16T19:59:46.850Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2021-09-16T19:59:51.986Z] === RUN TestDockerSuite/TestEventsCopy [2021-09-16T19:59:53.884Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2021-09-16T19:59:53.884Z] docker_cli_run_test.go:658: unmatched requirement DaemonIsLinux [2021-09-16T19:59:53.884Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2021-09-16T19:59:53.884Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2021-09-16T19:59:55.708Z] === RUN TestDockerSuite/TestEventsFilterContainer [2021-09-16T19:59:56.765Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2021-09-16T19:59:58.962Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2021-09-16T19:59:59.426Z] === RUN TestDockerSuite/TestEventsFilterImageInContainerAction [2021-09-16T20:00:01.592Z] === RUN TestDockerSuite/TestEventsFilterImageLabels [2021-09-16T20:00:01.901Z] === RUN TestDockerSuite/TestRunWithBadDevice [2021-09-16T20:00:01.901Z] docker_cli_run_test.go:1850: unmatched requirement DaemonIsLinux [2021-09-16T20:00:01.901Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2021-09-16T20:00:01.901Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2021-09-16T20:00:01.901Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2021-09-16T20:00:01.901Z] docker_cli_run_test.go:282: unmatched requirement DaemonIsLinux [2021-09-16T20:00:01.901Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2021-09-16T20:00:01.901Z] docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux [2021-09-16T20:00:01.901Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2021-09-16T20:00:01.901Z] docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux [2021-09-16T20:00:01.901Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2021-09-16T20:00:01.901Z] docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux [2021-09-16T20:00:01.901Z] === RUN TestDockerSuite/TestRunWithUlimits [2021-09-16T20:00:01.901Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2021-09-16T20:00:01.901Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2021-09-16T20:00:02.048Z] === RUN TestDockerSuite/TestEventsFilterImageName [2021-09-16T20:00:05.678Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2021-09-16T20:00:05.768Z] === RUN TestDockerSuite/TestEventsFilterLabels [2021-09-16T20:00:06.224Z] === RUN TestDockerSuite/TestEventsFilterType [2021-09-16T20:00:06.661Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2021-09-16T20:00:07.186Z] === RUN TestDockerSuite/TestEventsFilters [2021-09-16T20:00:08.218Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2021-09-16T20:00:10.904Z] === RUN TestDockerSuite/TestEventsFormat [2021-09-16T20:00:13.075Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2021-09-16T20:00:13.075Z] docker_cli_run_test.go:3016: unmatched requirement Apparmor [2021-09-16T20:00:13.075Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2021-09-16T20:00:13.075Z] docker_cli_run_test.go:1802: unmatched requirement DaemonIsLinux [2021-09-16T20:00:13.075Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2021-09-16T20:00:13.075Z] docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux [2021-09-16T20:00:13.075Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2021-09-16T20:00:13.075Z] docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux [2021-09-16T20:00:13.541Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2021-09-16T20:00:13.541Z] docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux [2021-09-16T20:00:13.541Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2021-09-16T20:00:13.541Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2021-09-16T20:00:13.541Z] === RUN TestDockerSuite/TestSaveCheckTimes [2021-09-16T20:00:13.541Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2021-09-16T20:00:13.541Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2021-09-16T20:00:13.541Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2021-09-16T20:00:13.541Z] === RUN TestDockerSuite/TestSaveImageId [2021-09-16T20:00:13.541Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2021-09-16T20:00:13.541Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2021-09-16T20:00:13.541Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2021-09-16T20:00:13.541Z] === RUN TestDockerSuite/TestSaveLoadParents [2021-09-16T20:00:13.541Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2021-09-16T20:00:13.541Z] === RUN TestDockerSuite/TestSaveMultipleNames [2021-09-16T20:00:13.541Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2021-09-16T20:00:13.541Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2021-09-16T20:00:13.541Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2021-09-16T20:00:13.541Z] === RUN TestDockerSuite/TestSaveSingleTag [2021-09-16T20:00:13.541Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2021-09-16T20:00:13.541Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2021-09-16T20:00:13.541Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2021-09-16T20:00:13.541Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2021-09-16T20:00:13.541Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2021-09-16T20:00:13.541Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2021-09-16T20:00:13.541Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2021-09-16T20:00:13.541Z] === RUN TestDockerSuite/TestSearchCmdOptions [2021-09-16T20:00:15.573Z] === RUN TestDockerSuite/TestEventsFormatBadField [2021-09-16T20:00:15.573Z] === RUN TestDockerSuite/TestEventsFormatBadFunc [2021-09-16T20:00:15.573Z] === RUN TestDockerSuite/TestEventsImageImport [2021-09-16T20:00:15.573Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2021-09-16T20:00:15.573Z] === RUN TestDockerSuite/TestEventsImageLoad [2021-09-16T20:00:15.573Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2021-09-16T20:00:15.573Z] === RUN TestDockerSuite/TestEventsImagePull [2021-09-16T20:00:15.573Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2021-09-16T20:00:15.573Z] === RUN TestDockerSuite/TestEventsImageTag [2021-09-16T20:00:15.747Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2021-09-16T20:00:16.213Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2021-09-16T20:00:16.213Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2021-09-16T20:00:16.537Z] === RUN TestDockerSuite/TestEventsPluginOps [2021-09-16T20:00:16.537Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2021-09-16T20:00:16.537Z] === RUN TestDockerSuite/TestEventsRename [2021-09-16T20:00:16.679Z] === RUN TestDockerSuite/TestSearchWithLimit [2021-09-16T20:00:18.235Z] === RUN TestDockerSuite/TestSlowStdinClosing [2021-09-16T20:00:18.704Z] === RUN TestDockerSuite/TestEventsResize [2021-09-16T20:00:25.369Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2021-09-16T20:00:25.369Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2021-09-16T20:00:25.369Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2021-09-16T20:00:25.754Z] === RUN TestDockerSuite/TestEventsSinceInTheFuture [2021-09-16T20:00:27.923Z] === RUN TestDockerSuite/TestEventsSpecialFiltersWithExecCreate [2021-09-16T20:00:30.091Z] === RUN TestDockerSuite/TestEventsTimestampFormats [2021-09-16T20:00:34.008Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2021-09-16T20:00:34.008Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2021-09-16T20:00:34.008Z] === RUN TestDockerSuite/TestStartAttachSilent [2021-09-16T20:00:34.761Z] === RUN TestDockerSuite/TestEventsTop [2021-09-16T20:00:34.761Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2021-09-16T20:00:34.761Z] === RUN TestDockerSuite/TestEventsUntag [2021-09-16T20:00:37.653Z] === RUN TestDockerSuite/TestEventsUntilInThePast [2021-09-16T20:00:37.785Z] === RUN TestDockerSuite/TestStartAttachWithRename [2021-09-16T20:00:37.785Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2021-09-16T20:00:37.785Z] === RUN TestDockerSuite/TestStartMultipleContainers [2021-09-16T20:00:37.785Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2021-09-16T20:00:37.785Z] === RUN TestDockerSuite/TestStartPausedContainer [2021-09-16T20:00:37.785Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2021-09-16T20:00:37.785Z] === RUN TestDockerSuite/TestStartRecordError [2021-09-16T20:00:37.785Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2021-09-16T20:00:37.785Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2021-09-16T20:00:41.374Z] === RUN TestDockerSuite/TestExec [2021-09-16T20:00:41.374Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2021-09-16T20:00:41.374Z] === RUN TestDockerSuite/TestExecAPICreateContainerPaused [2021-09-16T20:00:41.374Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2021-09-16T20:00:41.374Z] === RUN TestDockerSuite/TestExecAPICreateNoCmd [2021-09-16T20:00:42.902Z] === RUN TestDockerSuite/TestExecAPICreateNoValidContentType [2021-09-16T20:00:44.431Z] === RUN TestDockerSuite/TestExecAPIStart [2021-09-16T20:00:44.431Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2021-09-16T20:00:44.431Z] === RUN TestDockerSuite/TestExecAPIStartBackwardsCompatible [2021-09-16T20:00:44.431Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2021-09-16T20:00:44.431Z] === RUN TestDockerSuite/TestExecAPIStartEnsureHeaders [2021-09-16T20:00:44.431Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2021-09-16T20:00:44.431Z] === RUN TestDockerSuite/TestExecAPIStartInvalidCommand [2021-09-16T20:00:44.921Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2021-09-16T20:00:44.921Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2021-09-16T20:00:44.921Z] === RUN TestDockerSuite/TestStatsAllNoStream [2021-09-16T20:00:44.921Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2021-09-16T20:00:44.921Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2021-09-16T20:00:44.921Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2021-09-16T20:00:44.921Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2021-09-16T20:00:44.921Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2021-09-16T20:00:44.921Z] === RUN TestDockerSuite/TestStatsFormatAll [2021-09-16T20:00:44.921Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-09-16T20:00:44.921Z] === RUN TestDockerSuite/TestStatsNoStream [2021-09-16T20:00:44.921Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2021-09-16T20:00:44.921Z] === RUN TestDockerSuite/TestTopMultipleArgs [2021-09-16T20:00:45.960Z] === RUN TestDockerSuite/TestExecAPIStartMultipleTimesError [2021-09-16T20:00:47.860Z] === RUN TestDockerSuite/TestTopNonPrivileged [2021-09-16T20:00:48.129Z] === RUN TestDockerSuite/TestExecAPIStartValidCommand [2021-09-16T20:00:49.660Z] === RUN TestDockerSuite/TestExecAPIStartWithDetach [2021-09-16T20:00:50.801Z] === RUN TestDockerSuite/TestTopPrivileged [2021-09-16T20:00:50.801Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2021-09-16T20:00:50.801Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2021-09-16T20:00:51.835Z] === RUN TestDockerSuite/TestExecAfterContainerRestart [2021-09-16T20:00:53.740Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2021-09-16T20:00:53.740Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux [2021-09-16T20:00:53.740Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2021-09-16T20:00:53.740Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2021-09-16T20:00:53.740Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2021-09-16T20:00:53.740Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2021-09-16T20:00:53.740Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2021-09-16T20:00:53.740Z] docker_cli_run_test.go:293: unmatched requirement DaemonIsLinux [2021-09-16T20:00:53.740Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2021-09-16T20:00:53.740Z] docker_cli_run_test.go:208: unmatched requirement DaemonIsLinux [2021-09-16T20:00:53.740Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2021-09-16T20:00:53.740Z] docker_cli_run_test.go:244: unmatched requirement DaemonIsLinux [2021-09-16T20:00:53.740Z] === RUN TestDockerSuite/TestVolumeCLICreate [2021-09-16T20:00:55.556Z] === RUN TestDockerSuite/TestExecCgroup [2021-09-16T20:00:55.556Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2021-09-16T20:00:55.556Z] === RUN TestDockerSuite/TestExecEnv [2021-09-16T20:00:55.556Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2021-09-16T20:00:55.556Z] === RUN TestDockerSuite/TestExecEnvLinksHost [2021-09-16T20:00:55.556Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2021-09-16T20:00:55.556Z] === RUN TestDockerSuite/TestExecExitStatus [2021-09-16T20:00:57.086Z] === RUN TestDockerSuite/TestExecInspectID [2021-09-16T20:01:01.761Z] === RUN TestDockerSuite/TestExecInteractive [2021-09-16T20:01:01.761Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2021-09-16T20:01:01.761Z] === RUN TestDockerSuite/TestExecOnReadonlyContainer [2021-09-16T20:01:01.761Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2021-09-16T20:01:01.761Z] === RUN TestDockerSuite/TestExecParseError [2021-09-16T20:01:01.761Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2021-09-16T20:01:01.761Z] === RUN TestDockerSuite/TestExecPausedContainer [2021-09-16T20:01:01.761Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2021-09-16T20:01:01.761Z] === RUN TestDockerSuite/TestExecResizeAPIHeightWidthNoInt [2021-09-16T20:01:01.761Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2021-09-16T20:01:01.761Z] === RUN TestDockerSuite/TestExecResizeImmediatelyAfterExecStart [2021-09-16T20:01:03.291Z] === RUN TestDockerSuite/TestExecSetEnv [2021-09-16T20:01:03.291Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2021-09-16T20:01:03.291Z] === RUN TestDockerSuite/TestExecStartFails [2021-09-16T20:01:03.291Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2021-09-16T20:01:03.291Z] === RUN TestDockerSuite/TestExecStateCleanup [2021-09-16T20:01:03.291Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2021-09-16T20:01:03.747Z] === RUN TestDockerSuite/TestExecStopNotHanging [2021-09-16T20:01:03.747Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2021-09-16T20:01:03.747Z] === RUN TestDockerSuite/TestExecTTYCloseStdin [2021-09-16T20:01:03.747Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2021-09-16T20:01:03.747Z] === RUN TestDockerSuite/TestExecTTYWithoutStdin [2021-09-16T20:01:05.277Z] === RUN TestDockerSuite/TestExecUlimits [2021-09-16T20:01:05.277Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2021-09-16T20:01:05.277Z] === RUN TestDockerSuite/TestExecWindowsPathNotWiped [2021-09-16T20:01:08.640Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2021-09-16T20:01:08.640Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2021-09-16T20:01:09.106Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2021-09-16T20:01:09.106Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2021-09-16T20:01:09.106Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2021-09-16T20:01:09.106Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2021-09-16T20:01:09.572Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2021-09-16T20:01:09.572Z] === RUN TestDockerSuite/TestVolumeCLILs [2021-09-16T20:01:12.339Z] === RUN TestDockerSuite/TestExecWithImageUser [2021-09-16T20:01:12.339Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2021-09-16T20:01:12.339Z] === RUN TestDockerSuite/TestExecWithPrivileged [2021-09-16T20:01:12.339Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2021-09-16T20:01:12.339Z] === RUN TestDockerSuite/TestExecWithUser [2021-09-16T20:01:12.339Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2021-09-16T20:01:12.339Z] === RUN TestDockerSuite/TestGetContainerStats [2021-09-16T20:01:12.514Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2021-09-16T20:01:12.514Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2021-09-16T20:01:15.453Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2021-09-16T20:01:15.453Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2021-09-16T20:01:15.918Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2021-09-16T20:01:15.918Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2021-09-16T20:01:15.918Z] === RUN TestDockerSuite/TestVolumeCLIRm [2021-09-16T20:01:18.109Z] === RUN TestDockerSuite/TestGetContainerStatsNoStream [2021-09-16T20:01:23.879Z] === RUN TestDockerSuite/TestGetContainerStatsRmRunning [2021-09-16T20:01:24.557Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2021-09-16T20:01:24.557Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2021-09-16T20:01:24.557Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2021-09-16T20:01:24.557Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2021-09-16T20:01:24.557Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2021-09-16T20:01:24.557Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2021-09-16T20:01:24.557Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2021-09-16T20:01:26.771Z] === RUN TestDockerSuite/TestGetContainerStatsStream [2021-09-16T20:01:31.693Z] === RUN TestDockerSuite/TestVolumeLsFormat [2021-09-16T20:01:31.693Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2021-09-16T20:01:32.159Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2021-09-16T20:01:32.543Z] === RUN TestDockerSuite/TestGetContainersAttachWebsocket [2021-09-16T20:01:32.543Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2021-09-16T20:01:32.543Z] === RUN TestDockerSuite/TestGetContainersWsAttachContainerNotFound [2021-09-16T20:01:32.543Z] === RUN TestDockerSuite/TestGetStoppedContainerStats [2021-09-16T20:01:32.543Z] === RUN TestDockerSuite/TestHealth [2021-09-16T20:01:32.543Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2021-09-16T20:01:32.543Z] === RUN TestDockerSuite/TestHistoryExistentImage [2021-09-16T20:01:32.543Z] === RUN TestDockerSuite/TestHistoryHumanOptionFalse [2021-09-16T20:01:32.543Z] === RUN TestDockerSuite/TestHistoryHumanOptionTrue [2021-09-16T20:01:32.543Z] === RUN TestDockerSuite/TestHistoryImageWithComment [2021-09-16T20:01:36.272Z] === RUN TestDockerSuite/TestHistoryNonExistentImage [2021-09-16T20:01:36.272Z] === RUN TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce [2021-09-16T20:01:36.272Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2021-09-16T20:01:36.272Z] === RUN TestDockerSuite/TestImagesEnsureImageIsListed [2021-09-16T20:01:36.272Z] === RUN TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed [2021-09-16T20:01:36.272Z] === RUN TestDockerSuite/TestImagesEnsureImageWithTagIsListed [2021-09-16T20:01:36.728Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown [2021-09-16T20:01:37.185Z] === RUN TestDockerSuite/TestImagesEnsureImagesFromScratchShown [2021-09-16T20:01:37.185Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2021-09-16T20:01:37.185Z] === RUN TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown [2021-09-16T20:01:38.149Z] === RUN TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest [2021-09-16T20:01:38.149Z] === RUN TestDockerSuite/TestImagesFilterLabelMatch [2021-09-16T20:01:39.678Z] === RUN TestDockerSuite/TestImagesFilterNameWithPort [2021-09-16T20:01:40.134Z] === RUN TestDockerSuite/TestImagesFilterSinceAndBefore [2021-09-16T20:01:41.666Z] === RUN TestDockerSuite/TestImagesFilterSpaceTrimCase [2021-09-16T20:01:42.564Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2021-09-16T20:01:42.564Z] docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux [2021-09-16T20:01:42.564Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2021-09-16T20:01:43.031Z] --- PASS: TestDockerSuite (2035.15s) [2021-09-16T20:01:43.031Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.01s) [2021-09-16T20:01:43.031Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2021-09-16T20:01:43.031Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.01s) [2021-09-16T20:01:43.031Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2021-09-16T20:01:43.031Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.01s) [2021-09-16T20:01:43.031Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-09-16T20:01:43.031Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2021-09-16T20:01:43.031Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.62s) [2021-09-16T20:01:43.031Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.19s) [2021-09-16T20:01:43.031Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.46s) [2021-09-16T20:01:43.031Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.32s) [2021-09-16T20:01:43.031Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (78.99s) [2021-09-16T20:01:43.031Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (0.76s) [2021-09-16T20:01:43.031Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.03s) [2021-09-16T20:01:43.031Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s) [2021-09-16T20:01:43.031Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2021-09-16T20:01:43.031Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.01s) [2021-09-16T20:01:43.031Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2021-09-16T20:01:43.031Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2021-09-16T20:01:43.031Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2021-09-16T20:01:43.031Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2021-09-16T20:01:43.031Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.01s) [2021-09-16T20:01:43.031Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2021-09-16T20:01:43.031Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStats (0.01s) [2021-09-16T20:01:43.031Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-09-16T20:01:43.031Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-09-16T20:01:43.031Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamGetCpu (0.01s) [2021-09-16T20:01:43.031Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (2.56s) [2021-09-16T20:01:43.031Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-09-16T20:01:43.031Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-09-16T20:01:43.031Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-09-16T20:01:43.031Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2021-09-16T20:01:43.031Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (4.49s) [2021-09-16T20:01:43.031Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-09-16T20:01:43.031Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-09-16T20:01:43.031Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (5.23s) [2021-09-16T20:01:43.031Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (58.40s) [2021-09-16T20:01:43.031Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.31s) [2021-09-16T20:01:43.031Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (4.35s) [2021-09-16T20:01:43.031Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s) [2021-09-16T20:01:43.031Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (3.02s) [2021-09-16T20:01:43.031Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.70s) [2021-09-16T20:01:43.031Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-09-16T20:01:43.031Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-09-16T20:01:43.031Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-09-16T20:01:43.031Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.18s) [2021-09-16T20:01:43.031Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.69s) [2021-09-16T20:01:43.031Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.75s) [2021-09-16T20:01:43.031Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.21s) [2021-09-16T20:01:43.031Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.03s) [2021-09-16T20:01:43.031Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-09-16T20:01:43.031Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.06s) [2021-09-16T20:01:43.031Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.28s) [2021-09-16T20:01:43.031Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (9.76s) [2021-09-16T20:01:43.031Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (4.25s) [2021-09-16T20:01:43.031Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.83s) [2021-09-16T20:01:43.031Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2021-09-16T20:01:43.031Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.02s) [2021-09-16T20:01:43.031Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.29s) [2021-09-16T20:01:43.031Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (4.29s) [2021-09-16T20:01:43.031Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.02s) [2021-09-16T20:01:43.031Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-09-16T20:01:43.031Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-09-16T20:01:43.032Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.42s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildAddTar (29.06s) [2021-09-16T20:01:43.032Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s) [2021-09-16T20:01:43.032Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.30s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (14.78s) [2021-09-16T20:01:43.032Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.55s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.41s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (5.52s) [2021-09-16T20:01:43.032Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.77s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (3.52s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (6.75s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (6.42s) [2021-09-16T20:01:43.032Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.28s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (4.23s) [2021-09-16T20:01:43.032Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.02s) [2021-09-16T20:01:43.032Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (5.18s) [2021-09-16T20:01:43.032Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.02s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.45s) [2021-09-16T20:01:43.032Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-09-16T20:01:43.032Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.02s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (20.15s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (3.36s) [2021-09-16T20:01:43.032Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.53s) [2021-09-16T20:01:43.032Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.30s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.08s) [2021-09-16T20:01:43.032Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.03s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (3.36s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.07s) [2021-09-16T20:01:43.032Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.03s) [2021-09-16T20:01:43.032Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.17s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.76s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildCmd (0.46s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.47s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.47s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (4.40s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (1.68s) [2021-09-16T20:01:43.032Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (0.95s) [2021-09-16T20:01:43.032Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.38s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (1.61s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.76s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.40s) [2021-09-16T20:01:43.032Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.69s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.53s) [2021-09-16T20:01:43.032Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-09-16T20:01:43.032Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (4.58s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (26.04s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.54s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.45s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (3.89s) [2021-09-16T20:01:43.032Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.27s) [2021-09-16T20:01:43.032Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.26s) [2021-09-16T20:01:43.032Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.02s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.43s) [2021-09-16T20:01:43.032Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.02s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (19.67s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.60s) [2021-09-16T20:01:43.032Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.28s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (14.50s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.31s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.59s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (3.33s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (2.81s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (2.78s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildDockerignore (42.25s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (5.15s) [2021-09-16T20:01:43.032Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.29s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (46.70s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.27s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.59s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (16.48s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (9.06s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (8.58s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (23.31s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (9.02s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (8.20s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (63.97s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.32s) [2021-09-16T20:01:43.032Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.28s) [2021-09-16T20:01:43.032Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.02s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.44s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (0.89s) [2021-09-16T20:01:43.032Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.40s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.43s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (4.23s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (2.63s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (3.57s) [2021-09-16T20:01:43.032Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.02s) [2021-09-16T20:01:43.032Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.25s) [2021-09-16T20:01:43.032Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2021-09-16T20:01:43.032Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-09-16T20:01:43.032Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (2.92s) [2021-09-16T20:01:43.032Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.02s) [2021-09-16T20:01:43.032Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.02s) [2021-09-16T20:01:43.032Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.78s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (3.66s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (11.28s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.48s) [2021-09-16T20:01:43.032Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.03s) [2021-09-16T20:01:43.032Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.02s) [2021-09-16T20:01:43.032Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-09-16T20:01:43.032Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-09-16T20:01:43.032Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildFails (2.40s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.09s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (4.95s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (5.53s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildForceRm (5.63s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildFromGit (4.89s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.11s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (3.93s) [2021-09-16T20:01:43.032Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.02s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.57s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.45s) [2021-09-16T20:01:43.032Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (6.88s) [2021-09-16T20:01:43.032Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.02s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildHistory (8.94s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.84s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (1.75s) [2021-09-16T20:01:43.032Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.03s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.59s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.07s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (3.77s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildLabel (0.79s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.52s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.74s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.47s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildLabels (0.82s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.23s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (4.84s) [2021-09-16T20:01:43.032Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.07s) [2021-09-16T20:01:43.032Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.08s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.07s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.07s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.07s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.47s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.52s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (4.44s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (13.95s) [2021-09-16T20:01:43.032Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.04s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.58s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (28.05s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (13.04s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (5.35s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (6.10s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (4.41s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (14.51s) [2021-09-16T20:01:43.032Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.02s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (7.00s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.50s) [2021-09-16T20:01:43.032Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2021-09-16T20:01:43.032Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildNoContext (2.78s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (3.84s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.54s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.19s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.11s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.80s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.82s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.08s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildOnBuild (7.96s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.23s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (8.04s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (3.47s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (6.23s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (3.65s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (3.58s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.90s) [2021-09-16T20:01:43.032Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.03s) [2021-09-16T20:01:43.032Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (1.75s) [2021-09-16T20:01:43.032Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (34.64s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (16.18s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildRm (9.42s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (2.63s) [2021-09-16T20:01:43.032Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.04s) [2021-09-16T20:01:43.032Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.30s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.10s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (3.41s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (3.38s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildShellInherited (3.92s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (13.63s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.58s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.53s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (7.14s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.23s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (3.61s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.08s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildStderr (3.31s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (14.32s) [2021-09-16T20:01:43.032Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.28s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (3.03s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.04s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildTagEvent (3.36s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (3.99s) [2021-09-16T20:01:43.032Z] --- SKIP: TestDockerSuite/TestBuildUser (0.02s) [2021-09-16T20:01:43.032Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2021-09-16T20:01:43.032Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (3.01s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.44s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (2.80s) [2021-09-16T20:01:43.032Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-09-16T20:01:43.032Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (18.35s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.70s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (7.58s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (4.64s) [2021-09-16T20:01:43.032Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.30s) [2021-09-16T20:01:43.032Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.03s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildWithFailure (2.05s) [2021-09-16T20:01:43.032Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.27s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (7.92s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildWithTabs (3.43s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.33s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (11.47s) [2021-09-16T20:01:43.032Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.32s) [2021-09-16T20:01:43.032Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.28s) [2021-09-16T20:01:43.032Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.02s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (0.90s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (6.10s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (1.53s) [2021-09-16T20:01:43.032Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.27s) [2021-09-16T20:01:43.032Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) [2021-09-16T20:01:43.032Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (1.51s) [2021-09-16T20:01:43.032Z] --- SKIP: TestDockerSuite/TestCommitAfterContainerIsDone (0.01s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestCommitChange (4.34s) [2021-09-16T20:01:43.032Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (3.96s) [2021-09-16T20:01:43.032Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestCommitNewFile (6.30s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestCommitTTY (6.42s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (3.39s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.07s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestContainerAPICommit (6.45s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (6.40s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (2.35s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestContainerAPICreate (2.39s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.01s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.41s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.01s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (2.91s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (2.45s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (2.48s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.01s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (2.93s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.01s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.42s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (1.90s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.01s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestContainerAPIKill (2.44s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.95s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.23s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestContainerAPIRename (2.37s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (4.70s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (5.23s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.07s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.01s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.01s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestContainerAPIStart (2.39s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestContainerAPIStop (2.41s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (2.90s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.07s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestContainerAPIWait (4.26s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (2.44s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (1.52s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (17.33s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (2.53s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (2.51s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (2.55s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (2.47s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000207380_} (2.41s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-11026114108_c:\foo_false____} (2.32s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-11026114108_c:\foo_true____} (2.52s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.33s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.07s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.08s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.08s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.06s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (2.43s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestCpGarbagePath (2.50s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.05s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestCpRelativePath (2.43s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestCpToCaseA (4.47s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestCpToCaseB (2.53s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestCpToCaseE (9.06s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestCpToCaseH (9.08s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestCpToDot (2.49s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestCpToStdout (2.73s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.17s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestCreateArgs (0.16s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestCreateByImageID (1.90s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (2.43s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.16s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.16s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (1.66s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.56s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestCreateLabels (0.17s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestCreateRM (0.33s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.16s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.34s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (7.10s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.17s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.36s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (2.74s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.17s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.44s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.14s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestDockerFails (0.05s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (2.50s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (2.46s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.48s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (8.68s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestEventsCopy (3.56s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (5.16s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (2.38s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.61s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (4.00s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.67s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.83s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestEventsFilters (4.96s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestEventsFormat (4.90s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.05s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.05s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.13s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestEventsRename (2.58s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestEventsResize (32.71s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.37s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.98s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (4.85s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestEventsUntag (2.69s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (4.03s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (2.38s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (2.40s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (2.44s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (2.96s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (2.93s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (2.50s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (4.92s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestExecExitStatus (3.02s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestExecInspectID (4.95s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (3.21s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (3.07s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (5.54s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestGetContainerStats (6.69s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (6.57s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (3.58s) [2021-09-16T20:01:43.033Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (6.58s) [2021-09-16T20:01:43.033Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.01s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.13s) [2021-09-16T20:01:43.034Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.07s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.06s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.06s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (4.18s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.06s) [2021-09-16T20:01:43.034Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.06s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.06s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.26s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.53s) [2021-09-16T20:01:43.034Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.86s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.07s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.46s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.21s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (1.77s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (2.75s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestImagesFormat (0.16s) [2021-09-16T20:01:43.034Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.45s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.06s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestImportBadURL (2.41s) [2021-09-16T20:01:43.034Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2021-09-16T20:01:43.034Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.05s) [2021-09-16T20:01:43.034Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2021-09-16T20:01:43.034Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2021-09-16T20:01:43.034Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-09-16T20:01:43.034Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-09-16T20:01:43.034Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-09-16T20:01:43.034Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.05s) [2021-09-16T20:01:43.034Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-09-16T20:01:43.034Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (2.48s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (2.48s) [2021-09-16T20:01:43.034Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-09-16T20:01:43.034Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.07s) [2021-09-16T20:01:43.034Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (2.55s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.15s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (2.45s) [2021-09-16T20:01:43.034Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-09-16T20:01:43.034Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-09-16T20:01:43.034Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestInspectDefault (2.43s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestInspectHistory (4.04s) [2021-09-16T20:01:43.034Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2021-09-16T20:01:43.034Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-09-16T20:01:43.034Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestInspectInt64 (2.48s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestInspectJSONFields (2.95s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.17s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (2.48s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (3.00s) [2021-09-16T20:01:43.034Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.06s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (3.01s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestInspectStatus (7.58s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (5.50s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestInspectTemplateError (3.03s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (2.48s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (2.61s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (2.56s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (2.50s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (2.48s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.06s) [2021-09-16T20:01:43.034Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-09-16T20:01:43.034Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2021-09-16T20:01:43.034Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-09-16T20:01:43.034Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-09-16T20:01:43.034Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-09-16T20:01:43.034Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-09-16T20:01:43.034Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-09-16T20:01:43.034Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-09-16T20:01:43.034Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-09-16T20:01:43.034Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-09-16T20:01:43.034Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-09-16T20:01:43.034Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-09-16T20:01:43.034Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-09-16T20:01:43.034Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-09-16T20:01:43.034Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-09-16T20:01:43.034Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.06s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (2.49s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (2.47s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (5.62s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.45s) [2021-09-16T20:01:43.034Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (2.98s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.05s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (4.80s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (4.90s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (4.88s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (4.13s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (3.93s) [2021-09-16T20:01:43.034Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (2.52s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (2.59s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestLogsSince (8.92s) [2021-09-16T20:01:43.034Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-09-16T20:01:43.034Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestLogsTail (2.75s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestLogsTimestamps (2.60s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestLogsWithDetails (2.48s) [2021-09-16T20:01:43.034Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2021-09-16T20:01:43.034Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2021-09-16T20:01:43.034Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2021-09-16T20:01:43.034Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-09-16T20:01:43.034Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-09-16T20:01:43.034Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-09-16T20:01:43.034Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2021-09-16T20:01:43.034Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.06s) [2021-09-16T20:01:43.034Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-09-16T20:01:43.034Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2021-09-16T20:01:43.034Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-09-16T20:01:43.034Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-09-16T20:01:43.034Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2021-09-16T20:01:43.034Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-09-16T20:01:43.034Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-09-16T20:01:43.034Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2021-09-16T20:01:43.034Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (4.90s) [2021-09-16T20:01:43.034Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.01s) [2021-09-16T20:01:43.034Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-09-16T20:01:43.034Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-09-16T20:01:43.034Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-09-16T20:01:43.034Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-09-16T20:01:43.034Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-09-16T20:01:43.034Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-09-16T20:01:43.034Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (4.90s) [2021-09-16T20:01:43.034Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestPsByOrder (10.36s) [2021-09-16T20:01:43.034Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestPsListContainersBase (10.09s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (14.55s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.26s) [2021-09-16T20:01:43.034Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.01s) [2021-09-16T20:01:43.034Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterHealth (0.01s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (4.23s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (7.85s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (5.53s) [2021-09-16T20:01:43.034Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.06s) [2021-09-16T20:01:43.034Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (5.60s) [2021-09-16T20:01:43.034Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2021-09-16T20:01:43.034Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-09-16T20:01:43.034Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-09-16T20:01:43.034Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestPsShowMounts (8.27s) [2021-09-16T20:01:43.034Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.67s) [2021-09-16T20:01:43.034Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.26s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.93s) [2021-09-16T20:01:43.034Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (5.45s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (5.75s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.74s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (20.17s) [2021-09-16T20:01:43.034Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (7.55s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.24s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.17s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.71s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (6.86s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (4.58s) [2021-09-16T20:01:43.034Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (4.89s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestRmiBlank (0.05s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.26s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (12.45s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (2.99s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.58s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (6.32s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (4.54s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (7.46s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (3.20s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestRmiTag (0.54s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.60s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (14.02s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (2.78s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (4.43s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (0.96s) [2021-09-16T20:01:43.034Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-09-16T20:01:43.034Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2021-09-16T20:01:43.034Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-09-16T20:01:43.034Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-09-16T20:01:43.034Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-09-16T20:01:43.034Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-09-16T20:01:43.034Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (1.76s) [2021-09-16T20:01:43.034Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-09-16T20:01:43.034Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (4.98s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (3.09s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (2.49s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (2.50s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (2.46s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.05s) [2021-09-16T20:01:43.034Z] --- PASS: TestDockerSuite/TestRunBindMounts (5.03s) [2021-09-16T20:01:43.034Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-09-16T20:01:43.035Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (2.47s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-09-16T20:01:43.035Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (2.62s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-09-16T20:01:43.035Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (1.66s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-09-16T20:01:43.035Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (1.64s) [2021-09-16T20:01:43.035Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (2.52s) [2021-09-16T20:01:43.035Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (2.51s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-09-16T20:01:43.035Z] --- PASS: TestDockerSuite/TestRunCreateVolume (2.50s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-09-16T20:01:43.035Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (1.36s) [2021-09-16T20:01:43.035Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (4.89s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-09-16T20:01:43.035Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (2.56s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2021-09-16T20:01:43.035Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.12s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2021-09-16T20:01:43.035Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (2.51s) [2021-09-16T20:01:43.035Z] --- PASS: TestDockerSuite/TestRunEchoStdout (2.45s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-09-16T20:01:43.035Z] --- PASS: TestDockerSuite/TestRunEntrypoint (2.52s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-09-16T20:01:43.035Z] --- PASS: TestDockerSuite/TestRunExitCode (2.45s) [2021-09-16T20:01:43.035Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (2.49s) [2021-09-16T20:01:43.035Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (2.45s) [2021-09-16T20:01:43.035Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (2.52s) [2021-09-16T20:01:43.035Z] --- PASS: TestDockerSuite/TestRunExposePort (0.05s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-09-16T20:01:43.035Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (4.50s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-09-16T20:01:43.035Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.05s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-09-16T20:01:43.035Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (6.26s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-09-16T20:01:43.035Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.44s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-09-16T20:01:43.035Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (7.39s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-09-16T20:01:43.035Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (5.19s) [2021-09-16T20:01:43.035Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (4.48s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-09-16T20:01:43.035Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.36s) [2021-09-16T20:01:43.035Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.27s) [2021-09-16T20:01:43.035Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (1.54s) [2021-09-16T20:01:43.035Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (1.55s) [2021-09-16T20:01:43.035Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.20s) [2021-09-16T20:01:43.035Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (1.86s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.29s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-09-16T20:01:43.035Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (3.18s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-09-16T20:01:43.035Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (9.22s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2021-09-16T20:01:43.035Z] --- PASS: TestDockerSuite/TestRunRm (2.57s) [2021-09-16T20:01:43.035Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.58s) [2021-09-16T20:01:43.035Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (2.55s) [2021-09-16T20:01:43.035Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (2.50s) [2021-09-16T20:01:43.035Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (3.03s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunSetMacAddress (0.02s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2021-09-16T20:01:43.035Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (2.48s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2021-09-16T20:01:43.035Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (0.31s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-09-16T20:01:43.035Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.14s) [2021-09-16T20:01:43.035Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.05s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-09-16T20:01:43.035Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (4.73s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2021-09-16T20:01:43.035Z] --- PASS: TestDockerSuite/TestRunUserDefaults (2.48s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2021-09-16T20:01:43.035Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (2.48s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-09-16T20:01:43.035Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (3.10s) [2021-09-16T20:01:43.035Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (7.41s) [2021-09-16T20:01:43.035Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (4.90s) [2021-09-16T20:01:43.035Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (7.37s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2021-09-16T20:01:43.035Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.12s) [2021-09-16T20:01:43.035Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (3.21s) [2021-09-16T20:01:43.035Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (2.04s) [2021-09-16T20:01:43.035Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (2.82s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-09-16T20:01:43.035Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.05s) [2021-09-16T20:01:43.035Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.06s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2021-09-16T20:01:43.035Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (3.38s) [2021-09-16T20:01:43.035Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.58s) [2021-09-16T20:01:43.035Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (1.51s) [2021-09-16T20:01:43.035Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (4.90s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-09-16T20:01:43.035Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.19s) [2021-09-16T20:01:43.035Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.36s) [2021-09-16T20:01:43.035Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.40s) [2021-09-16T20:01:43.035Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.19s) [2021-09-16T20:01:43.035Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.59s) [2021-09-16T20:01:43.035Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (7.40s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2021-09-16T20:01:43.035Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (7.84s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-09-16T20:01:43.035Z] --- PASS: TestDockerSuite/TestStartAttachSilent (4.44s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2021-09-16T20:01:43.035Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (6.55s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2021-09-16T20:01:43.035Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (2.94s) [2021-09-16T20:01:43.035Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (2.98s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2021-09-16T20:01:43.035Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (2.95s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-09-16T20:01:43.035Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.22s) [2021-09-16T20:01:43.035Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.10s) [2021-09-16T20:01:43.035Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.16s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2021-09-16T20:01:43.035Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.25s) [2021-09-16T20:01:43.035Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.21s) [2021-09-16T20:01:43.035Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.12s) [2021-09-16T20:01:43.035Z] --- PASS: TestDockerSuite/TestVolumeCLILs (2.69s) [2021-09-16T20:01:43.035Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.06s) [2021-09-16T20:01:43.035Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (2.95s) [2021-09-16T20:01:43.035Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.31s) [2021-09-16T20:01:43.035Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.30s) [2021-09-16T20:01:43.035Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.06s) [2021-09-16T20:01:43.035Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.14s) [2021-09-16T20:01:43.035Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (7.80s) [2021-09-16T20:01:43.035Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-09-16T20:01:43.035Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.50s) [2021-09-16T20:01:43.036Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.17s) [2021-09-16T20:01:43.036Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-09-16T20:01:43.036Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (7.05s) [2021-09-16T20:01:43.036Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.21s) [2021-09-16T20:01:43.036Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.21s) [2021-09-16T20:01:43.036Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (9.69s) [2021-09-16T20:01:43.036Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-09-16T20:01:43.036Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.25s) [2021-09-16T20:01:43.036Z] === RUN TestDockerRegistrySuite [2021-09-16T20:01:43.036Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2021-09-16T20:01:43.036Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.036Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2021-09-16T20:01:43.036Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.036Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2021-09-16T20:01:43.036Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.036Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2021-09-16T20:01:43.036Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.036Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2021-09-16T20:01:43.036Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.036Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2021-09-16T20:01:43.036Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.036Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2021-09-16T20:01:43.036Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.036Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2021-09-16T20:01:43.036Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.036Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2021-09-16T20:01:43.036Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.036Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2021-09-16T20:01:43.036Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.036Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2021-09-16T20:01:43.036Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.036Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2021-09-16T20:01:43.036Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.036Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2021-09-16T20:01:43.036Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.036Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2021-09-16T20:01:43.036Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.036Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2021-09-16T20:01:43.036Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.036Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2021-09-16T20:01:43.036Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.036Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2021-09-16T20:01:43.036Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.036Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2021-09-16T20:01:43.036Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.036Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2021-09-16T20:01:43.036Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.036Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2021-09-16T20:01:43.036Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.036Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2021-09-16T20:01:43.036Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.036Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2021-09-16T20:01:43.036Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.036Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2021-09-16T20:01:43.036Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.036Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2021-09-16T20:01:43.036Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.036Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2021-09-16T20:01:43.036Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.036Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2021-09-16T20:01:43.036Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.036Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2021-09-16T20:01:43.036Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.036Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2021-09-16T20:01:43.036Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.036Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2021-09-16T20:01:43.036Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.036Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2021-09-16T20:01:43.036Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.036Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2021-09-16T20:01:43.036Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.036Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2021-09-16T20:01:43.036Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.036Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2021-09-16T20:01:43.036Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.036Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2021-09-16T20:01:43.036Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.036Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2021-09-16T20:01:43.036Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.036Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2021-09-16T20:01:43.036Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.036Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2021-09-16T20:01:43.036Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.036Z] === RUN TestDockerRegistrySuite/TestV2Only [2021-09-16T20:01:43.036Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.036Z] --- PASS: TestDockerRegistrySuite (0.12s) [2021-09-16T20:01:43.036Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-09-16T20:01:43.036Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-09-16T20:01:43.036Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-09-16T20:01:43.036Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-09-16T20:01:43.036Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-09-16T20:01:43.036Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-09-16T20:01:43.036Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-09-16T20:01:43.036Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-09-16T20:01:43.036Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-09-16T20:01:43.036Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-09-16T20:01:43.036Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-09-16T20:01:43.036Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-09-16T20:01:43.036Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-09-16T20:01:43.036Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-09-16T20:01:43.036Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-09-16T20:01:43.036Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-09-16T20:01:43.036Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-09-16T20:01:43.036Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-09-16T20:01:43.036Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-09-16T20:01:43.036Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-09-16T20:01:43.036Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-09-16T20:01:43.036Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-09-16T20:01:43.036Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-09-16T20:01:43.036Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-09-16T20:01:43.036Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-09-16T20:01:43.036Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-09-16T20:01:43.036Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-09-16T20:01:43.036Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-09-16T20:01:43.036Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-09-16T20:01:43.036Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-09-16T20:01:43.036Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-09-16T20:01:43.036Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-09-16T20:01:43.036Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-09-16T20:01:43.036Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-09-16T20:01:43.036Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-09-16T20:01:43.036Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-09-16T20:01:43.036Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-09-16T20:01:43.036Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2021-09-16T20:01:43.036Z] === RUN TestDockerSchema1RegistrySuite [2021-09-16T20:01:43.036Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2021-09-16T20:01:43.036Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.036Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2021-09-16T20:01:43.036Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.036Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2021-09-16T20:01:43.036Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.036Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2021-09-16T20:01:43.036Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.036Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2021-09-16T20:01:43.036Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.036Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2021-09-16T20:01:43.036Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.036Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2021-09-16T20:01:43.036Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.036Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2021-09-16T20:01:43.036Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.036Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2021-09-16T20:01:43.036Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.036Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2021-09-16T20:01:43.036Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.036Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2021-09-16T20:01:43.036Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.036Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2021-09-16T20:01:43.036Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.036Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2021-09-16T20:01:43.036Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.036Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2021-09-16T20:01:43.036Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.036Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2021-09-16T20:01:43.036Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.036Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2021-09-16T20:01:43.036Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.036Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2021-09-16T20:01:43.036Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.036Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2021-09-16T20:01:43.036Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.036Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2021-09-16T20:01:43.036Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-09-16T20:01:43.036Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-09-16T20:01:43.036Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-09-16T20:01:43.036Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-09-16T20:01:43.036Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-09-16T20:01:43.036Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-09-16T20:01:43.036Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-09-16T20:01:43.036Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-09-16T20:01:43.036Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-09-16T20:01:43.036Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-09-16T20:01:43.036Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-09-16T20:01:43.036Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-09-16T20:01:43.036Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-09-16T20:01:43.036Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-09-16T20:01:43.036Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-09-16T20:01:43.036Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-09-16T20:01:43.036Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-09-16T20:01:43.036Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-09-16T20:01:43.036Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2021-09-16T20:01:43.036Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2021-09-16T20:01:43.036Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.036Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2021-09-16T20:01:43.036Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.036Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2021-09-16T20:01:43.036Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.036Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2021-09-16T20:01:43.036Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.036Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2021-09-16T20:01:43.036Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.036Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2021-09-16T20:01:43.036Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.036Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2021-09-16T20:01:43.036Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.036Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2021-09-16T20:01:43.036Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.036Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.01s) [2021-09-16T20:01:43.036Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-09-16T20:01:43.036Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-09-16T20:01:43.036Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-09-16T20:01:43.036Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-09-16T20:01:43.036Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-09-16T20:01:43.036Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-09-16T20:01:43.036Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-09-16T20:01:43.036Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-09-16T20:01:43.036Z] === RUN TestDockerRegistryAuthTokenSuite [2021-09-16T20:01:43.036Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2021-09-16T20:01:43.036Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.036Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2021-09-16T20:01:43.036Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.036Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2021-09-16T20:01:43.036Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.036Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2021-09-16T20:01:43.036Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.036Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2021-09-16T20:01:43.036Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.036Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2021-09-16T20:01:43.036Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-09-16T20:01:43.036Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-09-16T20:01:43.036Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-09-16T20:01:43.037Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-09-16T20:01:43.037Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-09-16T20:01:43.037Z] === RUN TestDockerDaemonSuite [2021-09-16T20:01:43.037Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2021-09-16T20:01:43.037Z] check_test.go:301: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.037Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2021-09-16T20:01:43.037Z] check_test.go:301: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.037Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2021-09-16T20:01:43.037Z] check_test.go:301: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.037Z] --- PASS: TestDockerDaemonSuite (0.00s) [2021-09-16T20:01:43.037Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-09-16T20:01:43.037Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-09-16T20:01:43.037Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-09-16T20:01:43.037Z] === RUN TestDockerSwarmSuite [2021-09-16T20:01:43.037Z] --- PASS: TestDockerSwarmSuite (0.00s) [2021-09-16T20:01:43.037Z] === RUN TestDockerPluginSuite [2021-09-16T20:01:43.037Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2021-09-16T20:01:43.037Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.037Z] === RUN TestDockerPluginSuite/TestPluginCreate [2021-09-16T20:01:43.037Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.037Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2021-09-16T20:01:43.037Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.037Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2021-09-16T20:01:43.037Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.037Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2021-09-16T20:01:43.037Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.037Z] === RUN TestDockerPluginSuite/TestPluginInspect [2021-09-16T20:01:43.037Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.037Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2021-09-16T20:01:43.037Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.037Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2021-09-16T20:01:43.037Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.037Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2021-09-16T20:01:43.037Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.037Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2021-09-16T20:01:43.504Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.504Z] === RUN TestDockerPluginSuite/TestPluginSet [2021-09-16T20:01:43.504Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.504Z] --- PASS: TestDockerPluginSuite (0.02s) [2021-09-16T20:01:43.504Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-09-16T20:01:43.504Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-09-16T20:01:43.504Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-09-16T20:01:43.504Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-09-16T20:01:43.504Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-09-16T20:01:43.504Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-09-16T20:01:43.504Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-09-16T20:01:43.504Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-09-16T20:01:43.504Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-09-16T20:01:43.504Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-09-16T20:01:43.504Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2021-09-16T20:01:43.504Z] === RUN TestDockerExternalVolumeSuite [2021-09-16T20:01:43.504Z] check_test.go:127: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.504Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2021-09-16T20:01:43.504Z] === RUN TestDockerNetworkSuite [2021-09-16T20:01:43.504Z] check_test.go:133: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.504Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2021-09-16T20:01:43.504Z] === RUN TestDockerHubPullSuite [2021-09-16T20:01:43.504Z] check_test.go:141: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.504Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2021-09-16T20:01:43.504Z] PASS [2021-09-16T20:01:43.504Z] ok github.com/docker/docker/integration-cli 2035.434s [2021-09-16T20:01:43.504Z] [2021-09-16T20:01:43.504Z] === Skipped [2021-09-16T20:01:43.504Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2021-09-16T20:01:43.504Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.504Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2021-09-16T20:01:43.504Z] [2021-09-16T20:01:43.504Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-09-16T20:01:43.504Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.504Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-09-16T20:01:43.504Z] [2021-09-16T20:01:43.504Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s) [2021-09-16T20:01:43.504Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.504Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.01s) [2021-09-16T20:01:43.504Z] [2021-09-16T20:01:43.504Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2021-09-16T20:01:43.504Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.504Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.01s) [2021-09-16T20:01:43.504Z] [2021-09-16T20:01:43.504Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.01s) [2021-09-16T20:01:43.504Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.504Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.01s) [2021-09-16T20:01:43.504Z] [2021-09-16T20:01:43.504Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2021-09-16T20:01:43.504Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.504Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.01s) [2021-09-16T20:01:43.504Z] [2021-09-16T20:01:43.504Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2021-09-16T20:01:43.504Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.504Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.01s) [2021-09-16T20:01:43.504Z] [2021-09-16T20:01:43.504Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2021-09-16T20:01:43.504Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.504Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.01s) [2021-09-16T20:01:43.504Z] [2021-09-16T20:01:43.504Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2021-09-16T20:01:43.504Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.504Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.01s) [2021-09-16T20:01:43.504Z] [2021-09-16T20:01:43.504Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2021-09-16T20:01:43.504Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.504Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.01s) [2021-09-16T20:01:43.504Z] [2021-09-16T20:01:43.504Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStats (0.01s) [2021-09-16T20:01:43.504Z] docker_api_stats_test.go:103: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2021-09-16T20:01:43.504Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStats (0.01s) [2021-09-16T20:01:43.504Z] [2021-09-16T20:01:43.504Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-09-16T20:01:43.504Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.504Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-09-16T20:01:43.504Z] [2021-09-16T20:01:43.504Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-09-16T20:01:43.504Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.504Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-09-16T20:01:43.504Z] [2021-09-16T20:01:43.504Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamGetCpu (0.01s) [2021-09-16T20:01:43.504Z] docker_api_stats_test.go:27: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2021-09-16T20:01:43.504Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamGetCpu (0.01s) [2021-09-16T20:01:43.504Z] [2021-09-16T20:01:43.504Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-09-16T20:01:43.504Z] docker_cli_run_test.go:3155: unmatched requirement Apparmor [2021-09-16T20:01:43.504Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-09-16T20:01:43.504Z] [2021-09-16T20:01:43.504Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-09-16T20:01:43.504Z] docker_cli_run_test.go:3133: unmatched requirement Apparmor [2021-09-16T20:01:43.504Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.01s) [2021-09-16T20:01:43.504Z] [2021-09-16T20:01:43.504Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-09-16T20:01:43.504Z] docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.504Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-09-16T20:01:43.504Z] [2021-09-16T20:01:43.504Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.01s) [2021-09-16T20:01:43.504Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.504Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.01s) [2021-09-16T20:01:43.504Z] [2021-09-16T20:01:43.504Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-09-16T20:01:43.504Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2021-09-16T20:01:43.504Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-09-16T20:01:43.504Z] [2021-09-16T20:01:43.504Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-09-16T20:01:43.504Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.504Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.01s) [2021-09-16T20:01:43.504Z] [2021-09-16T20:01:43.504Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.31s) [2021-09-16T20:01:43.504Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2021-09-16T20:01:43.504Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.31s) [2021-09-16T20:01:43.504Z] [2021-09-16T20:01:43.504Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-09-16T20:01:43.504Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.504Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-09-16T20:01:43.504Z] [2021-09-16T20:01:43.504Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-09-16T20:01:43.504Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.504Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-09-16T20:01:43.504Z] [2021-09-16T20:01:43.504Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-09-16T20:01:43.504Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.504Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-09-16T20:01:43.504Z] [2021-09-16T20:01:43.504Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.03s) [2021-09-16T20:01:43.504Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.504Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.03s) [2021-09-16T20:01:43.504Z] [2021-09-16T20:01:43.504Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-09-16T20:01:43.504Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.504Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-09-16T20:01:43.504Z] [2021-09-16T20:01:43.504Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2021-09-16T20:01:43.504Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.504Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2021-09-16T20:01:43.504Z] [2021-09-16T20:01:43.504Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.02s) [2021-09-16T20:01:43.504Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.504Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.02s) [2021-09-16T20:01:43.504Z] [2021-09-16T20:01:43.504Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-09-16T20:01:43.504Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.504Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-09-16T20:01:43.504Z] [2021-09-16T20:01:43.504Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-09-16T20:01:43.504Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.504Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-09-16T20:01:43.504Z] [2021-09-16T20:01:43.504Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-09-16T20:01:43.504Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.504Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.01s) [2021-09-16T20:01:43.504Z] [2021-09-16T20:01:43.504Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.03s) [2021-09-16T20:01:43.504Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.504Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s) [2021-09-16T20:01:43.504Z] [2021-09-16T20:01:43.504Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.30s) [2021-09-16T20:01:43.504Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.504Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.30s) [2021-09-16T20:01:43.504Z] [2021-09-16T20:01:43.504Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.55s) [2021-09-16T20:01:43.504Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.504Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.55s) [2021-09-16T20:01:43.504Z] [2021-09-16T20:01:43.504Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.77s) [2021-09-16T20:01:43.504Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.504Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.77s) [2021-09-16T20:01:43.504Z] [2021-09-16T20:01:43.504Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.28s) [2021-09-16T20:01:43.504Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.504Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.28s) [2021-09-16T20:01:43.504Z] [2021-09-16T20:01:43.504Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.02s) [2021-09-16T20:01:43.504Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.504Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.02s) [2021-09-16T20:01:43.504Z] [2021-09-16T20:01:43.504Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-09-16T20:01:43.504Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.504Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-09-16T20:01:43.504Z] [2021-09-16T20:01:43.504Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.02s) [2021-09-16T20:01:43.504Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.504Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.02s) [2021-09-16T20:01:43.504Z] [2021-09-16T20:01:43.504Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-09-16T20:01:43.504Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.504Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-09-16T20:01:43.504Z] [2021-09-16T20:01:43.504Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.02s) [2021-09-16T20:01:43.504Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.504Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.02s) [2021-09-16T20:01:43.504Z] [2021-09-16T20:01:43.504Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.53s) [2021-09-16T20:01:43.504Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.504Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.53s) [2021-09-16T20:01:43.504Z] [2021-09-16T20:01:43.504Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.30s) [2021-09-16T20:01:43.504Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.504Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.30s) [2021-09-16T20:01:43.504Z] [2021-09-16T20:01:43.504Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.03s) [2021-09-16T20:01:43.504Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.505Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.03s) [2021-09-16T20:01:43.505Z] [2021-09-16T20:01:43.505Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.03s) [2021-09-16T20:01:43.505Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.505Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.03s) [2021-09-16T20:01:43.505Z] [2021-09-16T20:01:43.505Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-09-16T20:01:43.505Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2021-09-16T20:01:43.505Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.01s) [2021-09-16T20:01:43.505Z] [2021-09-16T20:01:43.505Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-09-16T20:01:43.505Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.505Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-09-16T20:01:43.505Z] [2021-09-16T20:01:43.505Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-09-16T20:01:43.505Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.505Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-09-16T20:01:43.505Z] [2021-09-16T20:01:43.505Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2021-09-16T20:01:43.505Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.505Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.02s) [2021-09-16T20:01:43.505Z] [2021-09-16T20:01:43.505Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-09-16T20:01:43.505Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.505Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-09-16T20:01:43.505Z] [2021-09-16T20:01:43.505Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-09-16T20:01:43.505Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.505Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-09-16T20:01:43.505Z] [2021-09-16T20:01:43.505Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.27s) [2021-09-16T20:01:43.505Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.505Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.27s) [2021-09-16T20:01:43.505Z] [2021-09-16T20:01:43.505Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.26s) [2021-09-16T20:01:43.505Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.505Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.26s) [2021-09-16T20:01:43.505Z] [2021-09-16T20:01:43.505Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.02s) [2021-09-16T20:01:43.505Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.505Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.02s) [2021-09-16T20:01:43.505Z] [2021-09-16T20:01:43.505Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.02s) [2021-09-16T20:01:43.505Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.505Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.02s) [2021-09-16T20:01:43.505Z] [2021-09-16T20:01:43.505Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.28s) [2021-09-16T20:01:43.505Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.505Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.28s) [2021-09-16T20:01:43.505Z] [2021-09-16T20:01:43.505Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.29s) [2021-09-16T20:01:43.505Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.505Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.29s) [2021-09-16T20:01:43.505Z] [2021-09-16T20:01:43.505Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.28s) [2021-09-16T20:01:43.505Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.505Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.28s) [2021-09-16T20:01:43.505Z] [2021-09-16T20:01:43.505Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.02s) [2021-09-16T20:01:43.505Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.505Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.02s) [2021-09-16T20:01:43.505Z] [2021-09-16T20:01:43.505Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.02s) [2021-09-16T20:01:43.505Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.505Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.02s) [2021-09-16T20:01:43.505Z] [2021-09-16T20:01:43.505Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.02s) [2021-09-16T20:01:43.505Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.505Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.02s) [2021-09-16T20:01:43.505Z] [2021-09-16T20:01:43.505Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.25s) [2021-09-16T20:01:43.505Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.505Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.25s) [2021-09-16T20:01:43.505Z] [2021-09-16T20:01:43.505Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2021-09-16T20:01:43.505Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.505Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2021-09-16T20:01:43.505Z] [2021-09-16T20:01:43.505Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-09-16T20:01:43.505Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.505Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-09-16T20:01:43.505Z] [2021-09-16T20:01:43.505Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-09-16T20:01:43.505Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.505Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-09-16T20:01:43.505Z] [2021-09-16T20:01:43.505Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.02s) [2021-09-16T20:01:43.505Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.505Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.02s) [2021-09-16T20:01:43.505Z] [2021-09-16T20:01:43.505Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.02s) [2021-09-16T20:01:43.505Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.505Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.02s) [2021-09-16T20:01:43.505Z] [2021-09-16T20:01:43.505Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s) [2021-09-16T20:01:43.505Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.505Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.02s) [2021-09-16T20:01:43.505Z] [2021-09-16T20:01:43.505Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.03s) [2021-09-16T20:01:43.505Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.505Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.03s) [2021-09-16T20:01:43.505Z] [2021-09-16T20:01:43.505Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.02s) [2021-09-16T20:01:43.505Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.505Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.02s) [2021-09-16T20:01:43.505Z] [2021-09-16T20:01:43.505Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-09-16T20:01:43.505Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.505Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.01s) [2021-09-16T20:01:43.505Z] [2021-09-16T20:01:43.505Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-09-16T20:01:43.505Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.505Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-09-16T20:01:43.505Z] [2021-09-16T20:01:43.505Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-09-16T20:01:43.505Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.505Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-09-16T20:01:43.505Z] [2021-09-16T20:01:43.505Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.02s) [2021-09-16T20:01:43.505Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2021-09-16T20:01:43.505Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.02s) [2021-09-16T20:01:43.505Z] [2021-09-16T20:01:43.505Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2021-09-16T20:01:43.505Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.505Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.01s) [2021-09-16T20:01:43.505Z] [2021-09-16T20:01:43.505Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.02s) [2021-09-16T20:01:43.505Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.505Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.02s) [2021-09-16T20:01:43.505Z] [2021-09-16T20:01:43.505Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.03s) [2021-09-16T20:01:43.505Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.505Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.03s) [2021-09-16T20:01:43.505Z] [2021-09-16T20:01:43.505Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.07s) [2021-09-16T20:01:43.505Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.505Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.07s) [2021-09-16T20:01:43.505Z] [2021-09-16T20:01:43.505Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.04s) [2021-09-16T20:01:43.505Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.505Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s) [2021-09-16T20:01:43.505Z] [2021-09-16T20:01:43.505Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.04s) [2021-09-16T20:01:43.505Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.505Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.04s) [2021-09-16T20:01:43.505Z] [2021-09-16T20:01:43.505Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.02s) [2021-09-16T20:01:43.505Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.505Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.02s) [2021-09-16T20:01:43.505Z] [2021-09-16T20:01:43.505Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.01s) [2021-09-16T20:01:43.505Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.505Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2021-09-16T20:01:43.505Z] [2021-09-16T20:01:43.505Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.01s) [2021-09-16T20:01:43.505Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.505Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2021-09-16T20:01:43.505Z] [2021-09-16T20:01:43.505Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.03s) [2021-09-16T20:01:43.505Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.505Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.03s) [2021-09-16T20:01:43.505Z] [2021-09-16T20:01:43.505Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.01s) [2021-09-16T20:01:43.505Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.505Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2021-09-16T20:01:43.505Z] [2021-09-16T20:01:43.505Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-09-16T20:01:43.505Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.505Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-09-16T20:01:43.505Z] [2021-09-16T20:01:43.505Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.04s) [2021-09-16T20:01:43.505Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.505Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.04s) [2021-09-16T20:01:43.505Z] [2021-09-16T20:01:43.505Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.30s) [2021-09-16T20:01:43.505Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.505Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.30s) [2021-09-16T20:01:43.505Z] [2021-09-16T20:01:43.505Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.28s) [2021-09-16T20:01:43.505Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.505Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.28s) [2021-09-16T20:01:43.505Z] [2021-09-16T20:01:43.505Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.02s) [2021-09-16T20:01:43.505Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.505Z] --- SKIP: TestDockerSuite/TestBuildUser (0.02s) [2021-09-16T20:01:43.505Z] [2021-09-16T20:01:43.505Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2021-09-16T20:01:43.505Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.505Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2021-09-16T20:01:43.505Z] [2021-09-16T20:01:43.505Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-09-16T20:01:43.505Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.505Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-09-16T20:01:43.505Z] [2021-09-16T20:01:43.505Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-09-16T20:01:43.505Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.505Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.01s) [2021-09-16T20:01:43.505Z] [2021-09-16T20:01:43.505Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-09-16T20:01:43.505Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.505Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-09-16T20:01:43.505Z] [2021-09-16T20:01:43.505Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.30s) [2021-09-16T20:01:43.505Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.505Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.30s) [2021-09-16T20:01:43.505Z] [2021-09-16T20:01:43.505Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.03s) [2021-09-16T20:01:43.505Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.505Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.03s) [2021-09-16T20:01:43.505Z] [2021-09-16T20:01:43.505Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.27s) [2021-09-16T20:01:43.505Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.505Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.27s) [2021-09-16T20:01:43.505Z] [2021-09-16T20:01:43.505Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.32s) [2021-09-16T20:01:43.505Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.505Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.32s) [2021-09-16T20:01:43.505Z] [2021-09-16T20:01:43.505Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.28s) [2021-09-16T20:01:43.505Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.505Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.28s) [2021-09-16T20:01:43.505Z] [2021-09-16T20:01:43.505Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.02s) [2021-09-16T20:01:43.505Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.505Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.02s) [2021-09-16T20:01:43.505Z] [2021-09-16T20:01:43.505Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.27s) [2021-09-16T20:01:43.505Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.505Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.27s) [2021-09-16T20:01:43.505Z] [2021-09-16T20:01:43.505Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) [2021-09-16T20:01:43.505Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.505Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.02s) [2021-09-16T20:01:43.505Z] [2021-09-16T20:01:43.505Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2021-09-16T20:01:43.505Z] docker_cli_sni_test.go:18: Flakey test [2021-09-16T20:01:43.505Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.02s) [2021-09-16T20:01:43.505Z] [2021-09-16T20:01:43.505Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitAfterContainerIsDone (0.01s) [2021-09-16T20:01:43.505Z] docker_cli_commit_test.go:14: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2021-09-16T20:01:43.505Z] --- SKIP: TestDockerSuite/TestCommitAfterContainerIsDone (0.01s) [2021-09-16T20:01:43.505Z] [2021-09-16T20:01:43.505Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.01s) [2021-09-16T20:01:43.505Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.505Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.01s) [2021-09-16T20:01:43.505Z] [2021-09-16T20:01:43.505Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.01s) [2021-09-16T20:01:43.505Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.505Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2021-09-16T20:01:43.505Z] [2021-09-16T20:01:43.505Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2021-09-16T20:01:43.505Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.505Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2021-09-16T20:01:43.505Z] [2021-09-16T20:01:43.505Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-09-16T20:01:43.505Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.505Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-09-16T20:01:43.505Z] [2021-09-16T20:01:43.505Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-09-16T20:01:43.505Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.505Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-09-16T20:01:43.506Z] [2021-09-16T20:01:43.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-09-16T20:01:43.506Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.506Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-09-16T20:01:43.506Z] [2021-09-16T20:01:43.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-09-16T20:01:43.506Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.506Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-09-16T20:01:43.506Z] [2021-09-16T20:01:43.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-09-16T20:01:43.506Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.506Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-09-16T20:01:43.506Z] [2021-09-16T20:01:43.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-09-16T20:01:43.506Z] docker_api_containers_test.go:503: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.506Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-09-16T20:01:43.506Z] [2021-09-16T20:01:43.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-09-16T20:01:43.506Z] docker_api_containers_test.go:1093: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.506Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-09-16T20:01:43.506Z] [2021-09-16T20:01:43.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-09-16T20:01:43.506Z] docker_api_containers_test.go:1019: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.506Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-09-16T20:01:43.506Z] [2021-09-16T20:01:43.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-09-16T20:01:43.506Z] docker_api_containers_test.go:1049: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.506Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-09-16T20:01:43.506Z] [2021-09-16T20:01:43.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-09-16T20:01:43.506Z] docker_api_containers_test.go:1071: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.506Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-09-16T20:01:43.506Z] [2021-09-16T20:01:43.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2021-09-16T20:01:43.506Z] docker_api_containers_test.go:586: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.506Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.01s) [2021-09-16T20:01:43.506Z] [2021-09-16T20:01:43.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-09-16T20:01:43.506Z] docker_api_containers_test.go:1349: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.506Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-09-16T20:01:43.506Z] [2021-09-16T20:01:43.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-09-16T20:01:43.506Z] docker_api_containers_test.go:592: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.506Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-09-16T20:01:43.506Z] [2021-09-16T20:01:43.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-09-16T20:01:43.506Z] docker_api_containers_test.go:621: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.506Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-09-16T20:01:43.506Z] [2021-09-16T20:01:43.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-09-16T20:01:43.506Z] docker_api_containers_test.go:1147: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.506Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-09-16T20:01:43.506Z] [2021-09-16T20:01:43.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-09-16T20:01:43.506Z] docker_api_containers_test.go:126: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.506Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-09-16T20:01:43.506Z] [2021-09-16T20:01:43.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-09-16T20:01:43.506Z] docker_api_containers_test.go:99: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.506Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-09-16T20:01:43.506Z] [2021-09-16T20:01:43.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.01s) [2021-09-16T20:01:43.506Z] docker_api_containers_test.go:364: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.506Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2021-09-16T20:01:43.506Z] [2021-09-16T20:01:43.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-09-16T20:01:43.506Z] docker_api_containers_test.go:1597: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.506Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-09-16T20:01:43.506Z] [2021-09-16T20:01:43.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.01s) [2021-09-16T20:01:43.506Z] docker_api_containers_test.go:394: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.506Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2021-09-16T20:01:43.506Z] [2021-09-16T20:01:43.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-09-16T20:01:43.506Z] docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.506Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-09-16T20:01:43.506Z] [2021-09-16T20:01:43.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-09-16T20:01:43.506Z] docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.506Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-09-16T20:01:43.506Z] [2021-09-16T20:01:43.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-09-16T20:01:43.506Z] docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.506Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-09-16T20:01:43.506Z] [2021-09-16T20:01:43.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-09-16T20:01:43.506Z] docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.506Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.01s) [2021-09-16T20:01:43.506Z] [2021-09-16T20:01:43.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-09-16T20:01:43.506Z] docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.506Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-09-16T20:01:43.506Z] [2021-09-16T20:01:43.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-09-16T20:01:43.506Z] docker_api_containers_test.go:2178: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.506Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-09-16T20:01:43.506Z] [2021-09-16T20:01:43.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-09-16T20:01:43.506Z] docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.506Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-09-16T20:01:43.506Z] [2021-09-16T20:01:43.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-09-16T20:01:43.506Z] docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.506Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-09-16T20:01:43.506Z] [2021-09-16T20:01:43.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-09-16T20:01:43.506Z] docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.506Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-09-16T20:01:43.506Z] [2021-09-16T20:01:43.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.01s) [2021-09-16T20:01:43.506Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.506Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2021-09-16T20:01:43.506Z] [2021-09-16T20:01:43.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-09-16T20:01:43.506Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.506Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-09-16T20:01:43.506Z] [2021-09-16T20:01:43.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-09-16T20:01:43.506Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.506Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-09-16T20:01:43.506Z] [2021-09-16T20:01:43.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.01s) [2021-09-16T20:01:43.506Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.506Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2021-09-16T20:01:43.506Z] [2021-09-16T20:01:43.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.01s) [2021-09-16T20:01:43.506Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.506Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2021-09-16T20:01:43.506Z] [2021-09-16T20:01:43.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.01s) [2021-09-16T20:01:43.506Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.506Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2021-09-16T20:01:43.506Z] [2021-09-16T20:01:43.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.01s) [2021-09-16T20:01:43.506Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.506Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2021-09-16T20:01:43.506Z] [2021-09-16T20:01:43.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.01s) [2021-09-16T20:01:43.506Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.506Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2021-09-16T20:01:43.506Z] [2021-09-16T20:01:43.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.01s) [2021-09-16T20:01:43.506Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.506Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2021-09-16T20:01:43.506Z] [2021-09-16T20:01:43.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.01s) [2021-09-16T20:01:43.506Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.506Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2021-09-16T20:01:43.506Z] [2021-09-16T20:01:43.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.01s) [2021-09-16T20:01:43.506Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.506Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2021-09-16T20:01:43.506Z] [2021-09-16T20:01:43.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.01s) [2021-09-16T20:01:43.506Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.506Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2021-09-16T20:01:43.506Z] [2021-09-16T20:01:43.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-09-16T20:01:43.506Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.506Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-09-16T20:01:43.506Z] [2021-09-16T20:01:43.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-09-16T20:01:43.506Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.506Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-09-16T20:01:43.506Z] [2021-09-16T20:01:43.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-09-16T20:01:43.506Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.506Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-09-16T20:01:43.506Z] [2021-09-16T20:01:43.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.01s) [2021-09-16T20:01:43.506Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.506Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.01s) [2021-09-16T20:01:43.506Z] [2021-09-16T20:01:43.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-09-16T20:01:43.506Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.506Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-09-16T20:01:43.506Z] [2021-09-16T20:01:43.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.01s) [2021-09-16T20:01:43.506Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.506Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2021-09-16T20:01:43.506Z] [2021-09-16T20:01:43.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-09-16T20:01:43.506Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.506Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-09-16T20:01:43.506Z] [2021-09-16T20:01:43.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.01s) [2021-09-16T20:01:43.506Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.506Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2021-09-16T20:01:43.506Z] [2021-09-16T20:01:43.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.01s) [2021-09-16T20:01:43.506Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.506Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2021-09-16T20:01:43.506Z] [2021-09-16T20:01:43.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.01s) [2021-09-16T20:01:43.506Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.506Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2021-09-16T20:01:43.506Z] [2021-09-16T20:01:43.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.01s) [2021-09-16T20:01:43.506Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.506Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2021-09-16T20:01:43.506Z] [2021-09-16T20:01:43.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.01s) [2021-09-16T20:01:43.506Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.506Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.01s) [2021-09-16T20:01:43.506Z] [2021-09-16T20:01:43.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.01s) [2021-09-16T20:01:43.506Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.506Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2021-09-16T20:01:43.506Z] [2021-09-16T20:01:43.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-09-16T20:01:43.506Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.506Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-09-16T20:01:43.506Z] [2021-09-16T20:01:43.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-09-16T20:01:43.506Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.506Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-09-16T20:01:43.506Z] [2021-09-16T20:01:43.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-09-16T20:01:43.506Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.506Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.01s) [2021-09-16T20:01:43.506Z] [2021-09-16T20:01:43.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2021-09-16T20:01:43.506Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.506Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.01s) [2021-09-16T20:01:43.506Z] [2021-09-16T20:01:43.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-09-16T20:01:43.506Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.506Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-09-16T20:01:43.506Z] [2021-09-16T20:01:43.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.01s) [2021-09-16T20:01:43.506Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.506Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2021-09-16T20:01:43.506Z] [2021-09-16T20:01:43.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-09-16T20:01:43.506Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.506Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-09-16T20:01:43.506Z] [2021-09-16T20:01:43.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-09-16T20:01:43.506Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-09-16T20:01:43.506Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.01s) [2021-09-16T20:01:43.506Z] [2021-09-16T20:01:43.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-09-16T20:01:43.506Z] docker_api_containers_test.go:853: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.506Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-09-16T20:01:43.506Z] [2021-09-16T20:01:43.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-09-16T20:01:43.506Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.506Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-09-16T20:01:43.506Z] [2021-09-16T20:01:43.506Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-09-16T20:01:43.506Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.507Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-09-16T20:01:43.507Z] [2021-09-16T20:01:43.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-09-16T20:01:43.507Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.507Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-09-16T20:01:43.507Z] [2021-09-16T20:01:43.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-09-16T20:01:43.507Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.507Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-09-16T20:01:43.507Z] [2021-09-16T20:01:43.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-09-16T20:01:43.507Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.507Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-09-16T20:01:43.507Z] [2021-09-16T20:01:43.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-09-16T20:01:43.507Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.507Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-09-16T20:01:43.507Z] [2021-09-16T20:01:43.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-09-16T20:01:43.507Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.507Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-09-16T20:01:43.507Z] [2021-09-16T20:01:43.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-09-16T20:01:43.507Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.507Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-09-16T20:01:43.507Z] [2021-09-16T20:01:43.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-09-16T20:01:43.507Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.507Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-09-16T20:01:43.507Z] [2021-09-16T20:01:43.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.01s) [2021-09-16T20:01:43.507Z] docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.507Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2021-09-16T20:01:43.507Z] [2021-09-16T20:01:43.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-09-16T20:01:43.507Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.507Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-09-16T20:01:43.507Z] [2021-09-16T20:01:43.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-09-16T20:01:43.507Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.507Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-09-16T20:01:43.507Z] [2021-09-16T20:01:43.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-09-16T20:01:43.507Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.507Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-09-16T20:01:43.507Z] [2021-09-16T20:01:43.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.01s) [2021-09-16T20:01:43.507Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.507Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2021-09-16T20:01:43.507Z] [2021-09-16T20:01:43.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s) [2021-09-16T20:01:43.507Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.507Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2021-09-16T20:01:43.507Z] [2021-09-16T20:01:43.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.01s) [2021-09-16T20:01:43.507Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.507Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2021-09-16T20:01:43.507Z] [2021-09-16T20:01:43.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.01s) [2021-09-16T20:01:43.507Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.507Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2021-09-16T20:01:43.507Z] [2021-09-16T20:01:43.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.01s) [2021-09-16T20:01:43.507Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.507Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2021-09-16T20:01:43.507Z] [2021-09-16T20:01:43.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.01s) [2021-09-16T20:01:43.507Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.507Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2021-09-16T20:01:43.507Z] [2021-09-16T20:01:43.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.01s) [2021-09-16T20:01:43.507Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.507Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2021-09-16T20:01:43.507Z] [2021-09-16T20:01:43.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.01s) [2021-09-16T20:01:43.507Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.507Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2021-09-16T20:01:43.507Z] [2021-09-16T20:01:43.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-09-16T20:01:43.507Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.507Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-09-16T20:01:43.507Z] [2021-09-16T20:01:43.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.01s) [2021-09-16T20:01:43.507Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.507Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2021-09-16T20:01:43.507Z] [2021-09-16T20:01:43.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-09-16T20:01:43.507Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.507Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-09-16T20:01:43.507Z] [2021-09-16T20:01:43.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-09-16T20:01:43.507Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.507Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-09-16T20:01:43.507Z] [2021-09-16T20:01:43.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.01s) [2021-09-16T20:01:43.507Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.507Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2021-09-16T20:01:43.507Z] [2021-09-16T20:01:43.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.01s) [2021-09-16T20:01:43.507Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.507Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2021-09-16T20:01:43.507Z] [2021-09-16T20:01:43.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-09-16T20:01:43.507Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.507Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-09-16T20:01:43.507Z] [2021-09-16T20:01:43.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.01s) [2021-09-16T20:01:43.507Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.507Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2021-09-16T20:01:43.507Z] [2021-09-16T20:01:43.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-09-16T20:01:43.507Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.507Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-09-16T20:01:43.507Z] [2021-09-16T20:01:43.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.01s) [2021-09-16T20:01:43.507Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.507Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2021-09-16T20:01:43.507Z] [2021-09-16T20:01:43.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.01s) [2021-09-16T20:01:43.507Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2021-09-16T20:01:43.507Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2021-09-16T20:01:43.507Z] [2021-09-16T20:01:43.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-09-16T20:01:43.507Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.507Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-09-16T20:01:43.507Z] [2021-09-16T20:01:43.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.02s) [2021-09-16T20:01:43.507Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.507Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.02s) [2021-09-16T20:01:43.507Z] [2021-09-16T20:01:43.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.01s) [2021-09-16T20:01:43.507Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.507Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2021-09-16T20:01:43.507Z] [2021-09-16T20:01:43.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.01s) [2021-09-16T20:01:43.507Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.507Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2021-09-16T20:01:43.507Z] [2021-09-16T20:01:43.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-09-16T20:01:43.507Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.507Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-09-16T20:01:43.507Z] [2021-09-16T20:01:43.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-09-16T20:01:43.507Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.507Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-09-16T20:01:43.507Z] [2021-09-16T20:01:43.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.01s) [2021-09-16T20:01:43.507Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.507Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2021-09-16T20:01:43.507Z] [2021-09-16T20:01:43.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.01s) [2021-09-16T20:01:43.507Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.507Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.01s) [2021-09-16T20:01:43.507Z] [2021-09-16T20:01:43.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-09-16T20:01:43.507Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.507Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-09-16T20:01:43.507Z] [2021-09-16T20:01:43.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.01s) [2021-09-16T20:01:43.507Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.507Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2021-09-16T20:01:43.507Z] [2021-09-16T20:01:43.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2021-09-16T20:01:43.507Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.507Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2021-09-16T20:01:43.507Z] [2021-09-16T20:01:43.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.01s) [2021-09-16T20:01:43.507Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.507Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2021-09-16T20:01:43.507Z] [2021-09-16T20:01:43.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-09-16T20:01:43.507Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.507Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-09-16T20:01:43.507Z] [2021-09-16T20:01:43.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-09-16T20:01:43.507Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.507Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-09-16T20:01:43.507Z] [2021-09-16T20:01:43.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2021-09-16T20:01:43.507Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.507Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2021-09-16T20:01:43.507Z] [2021-09-16T20:01:43.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.01s) [2021-09-16T20:01:43.507Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.507Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2021-09-16T20:01:43.507Z] [2021-09-16T20:01:43.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.01s) [2021-09-16T20:01:43.507Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.507Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2021-09-16T20:01:43.507Z] [2021-09-16T20:01:43.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.01s) [2021-09-16T20:01:43.507Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.507Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.01s) [2021-09-16T20:01:43.507Z] [2021-09-16T20:01:43.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.01s) [2021-09-16T20:01:43.507Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.507Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2021-09-16T20:01:43.507Z] [2021-09-16T20:01:43.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-09-16T20:01:43.507Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.507Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-09-16T20:01:43.507Z] [2021-09-16T20:01:43.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-09-16T20:01:43.507Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2021-09-16T20:01:43.507Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-09-16T20:01:43.507Z] [2021-09-16T20:01:43.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-09-16T20:01:43.507Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.507Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-09-16T20:01:43.507Z] [2021-09-16T20:01:43.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-09-16T20:01:43.507Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.507Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.01s) [2021-09-16T20:01:43.507Z] [2021-09-16T20:01:43.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-09-16T20:01:43.507Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.507Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.01s) [2021-09-16T20:01:43.507Z] [2021-09-16T20:01:43.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-09-16T20:01:43.507Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.507Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.01s) [2021-09-16T20:01:43.507Z] [2021-09-16T20:01:43.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-09-16T20:01:43.507Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.507Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.01s) [2021-09-16T20:01:43.507Z] [2021-09-16T20:01:43.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-09-16T20:01:43.507Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.507Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-09-16T20:01:43.507Z] [2021-09-16T20:01:43.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.01s) [2021-09-16T20:01:43.507Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.507Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2021-09-16T20:01:43.507Z] [2021-09-16T20:01:43.507Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-09-16T20:01:43.508Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.508Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-09-16T20:01:43.508Z] [2021-09-16T20:01:43.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-09-16T20:01:43.508Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.508Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-09-16T20:01:43.508Z] [2021-09-16T20:01:43.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-09-16T20:01:43.508Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.508Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-09-16T20:01:43.508Z] [2021-09-16T20:01:43.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.01s) [2021-09-16T20:01:43.508Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.508Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2021-09-16T20:01:43.508Z] [2021-09-16T20:01:43.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-09-16T20:01:43.508Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.508Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-09-16T20:01:43.508Z] [2021-09-16T20:01:43.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-09-16T20:01:43.508Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.508Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-09-16T20:01:43.508Z] [2021-09-16T20:01:43.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.01s) [2021-09-16T20:01:43.508Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.508Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2021-09-16T20:01:43.508Z] [2021-09-16T20:01:43.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-09-16T20:01:43.508Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.508Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-09-16T20:01:43.508Z] [2021-09-16T20:01:43.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.01s) [2021-09-16T20:01:43.508Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.508Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2021-09-16T20:01:43.508Z] [2021-09-16T20:01:43.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-09-16T20:01:43.508Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.508Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-09-16T20:01:43.508Z] [2021-09-16T20:01:43.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-09-16T20:01:43.508Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.508Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.01s) [2021-09-16T20:01:43.508Z] [2021-09-16T20:01:43.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-09-16T20:01:43.508Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.508Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-09-16T20:01:43.508Z] [2021-09-16T20:01:43.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-09-16T20:01:43.508Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.508Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-09-16T20:01:43.508Z] [2021-09-16T20:01:43.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-09-16T20:01:43.508Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.508Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-09-16T20:01:43.508Z] [2021-09-16T20:01:43.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-09-16T20:01:43.508Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.508Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-09-16T20:01:43.508Z] [2021-09-16T20:01:43.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-09-16T20:01:43.508Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.508Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-09-16T20:01:43.508Z] [2021-09-16T20:01:43.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-09-16T20:01:43.508Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.508Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-09-16T20:01:43.508Z] [2021-09-16T20:01:43.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-09-16T20:01:43.508Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.508Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-09-16T20:01:43.508Z] [2021-09-16T20:01:43.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-09-16T20:01:43.508Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.508Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-09-16T20:01:43.508Z] [2021-09-16T20:01:43.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-09-16T20:01:43.508Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.508Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-09-16T20:01:43.508Z] [2021-09-16T20:01:43.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-09-16T20:01:43.508Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.508Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-09-16T20:01:43.508Z] [2021-09-16T20:01:43.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-09-16T20:01:43.508Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.508Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-09-16T20:01:43.508Z] [2021-09-16T20:01:43.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-09-16T20:01:43.508Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.508Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-09-16T20:01:43.508Z] [2021-09-16T20:01:43.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-09-16T20:01:43.508Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.508Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.01s) [2021-09-16T20:01:43.508Z] [2021-09-16T20:01:43.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-09-16T20:01:43.508Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.508Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-09-16T20:01:43.508Z] [2021-09-16T20:01:43.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-09-16T20:01:43.508Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.508Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-09-16T20:01:43.508Z] [2021-09-16T20:01:43.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-09-16T20:01:43.508Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.508Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-09-16T20:01:43.508Z] [2021-09-16T20:01:43.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.01s) [2021-09-16T20:01:43.508Z] docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.508Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2021-09-16T20:01:43.508Z] [2021-09-16T20:01:43.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.01s) [2021-09-16T20:01:43.508Z] docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.508Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2021-09-16T20:01:43.508Z] [2021-09-16T20:01:43.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.01s) [2021-09-16T20:01:43.508Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.508Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2021-09-16T20:01:43.508Z] [2021-09-16T20:01:43.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-09-16T20:01:43.508Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.508Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-09-16T20:01:43.508Z] [2021-09-16T20:01:43.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-09-16T20:01:43.508Z] docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.508Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-09-16T20:01:43.508Z] [2021-09-16T20:01:43.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-09-16T20:01:43.508Z] docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.508Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-09-16T20:01:43.508Z] [2021-09-16T20:01:43.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.01s) [2021-09-16T20:01:43.508Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.508Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2021-09-16T20:01:43.508Z] [2021-09-16T20:01:43.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-09-16T20:01:43.508Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.508Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-09-16T20:01:43.508Z] [2021-09-16T20:01:43.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-09-16T20:01:43.508Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.508Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.01s) [2021-09-16T20:01:43.508Z] [2021-09-16T20:01:43.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.01s) [2021-09-16T20:01:43.508Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2021-09-16T20:01:43.508Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2021-09-16T20:01:43.508Z] [2021-09-16T20:01:43.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-09-16T20:01:43.508Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2021-09-16T20:01:43.508Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-09-16T20:01:43.508Z] [2021-09-16T20:01:43.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-09-16T20:01:43.508Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.508Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-09-16T20:01:43.508Z] [2021-09-16T20:01:43.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.01s) [2021-09-16T20:01:43.508Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.508Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2021-09-16T20:01:43.508Z] [2021-09-16T20:01:43.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-09-16T20:01:43.508Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.508Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-09-16T20:01:43.508Z] [2021-09-16T20:01:43.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-09-16T20:01:43.508Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.508Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-09-16T20:01:43.508Z] [2021-09-16T20:01:43.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.01s) [2021-09-16T20:01:43.508Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.508Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2021-09-16T20:01:43.508Z] [2021-09-16T20:01:43.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.01s) [2021-09-16T20:01:43.508Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.508Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2021-09-16T20:01:43.508Z] [2021-09-16T20:01:43.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.01s) [2021-09-16T20:01:43.508Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.508Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.01s) [2021-09-16T20:01:43.508Z] [2021-09-16T20:01:43.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-09-16T20:01:43.508Z] docker_api_containers_test.go:1529: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.508Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.01s) [2021-09-16T20:01:43.508Z] [2021-09-16T20:01:43.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-09-16T20:01:43.508Z] docker_api_containers_test.go:1443: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.508Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-09-16T20:01:43.508Z] [2021-09-16T20:01:43.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-09-16T20:01:43.508Z] docker_api_containers_test.go:1425: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.508Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-09-16T20:01:43.508Z] [2021-09-16T20:01:43.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-09-16T20:01:43.508Z] docker_api_containers_test.go:1471: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.508Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-09-16T20:01:43.508Z] [2021-09-16T20:01:43.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-09-16T20:01:43.508Z] docker_api_containers_test.go:1554: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.508Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-09-16T20:01:43.508Z] [2021-09-16T20:01:43.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-09-16T20:01:43.508Z] docker_api_containers_test.go:1498: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.508Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-09-16T20:01:43.508Z] [2021-09-16T20:01:43.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-09-16T20:01:43.508Z] docker_api_containers_test.go:1321: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.508Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-09-16T20:01:43.508Z] [2021-09-16T20:01:43.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-09-16T20:01:43.508Z] docker_api_containers_test.go:1392: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.508Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.01s) [2021-09-16T20:01:43.508Z] [2021-09-16T20:01:43.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-09-16T20:01:43.508Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.508Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.01s) [2021-09-16T20:01:43.508Z] [2021-09-16T20:01:43.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.01s) [2021-09-16T20:01:43.508Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2021-09-16T20:01:43.508Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.01s) [2021-09-16T20:01:43.508Z] [2021-09-16T20:01:43.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterHealth (0.01s) [2021-09-16T20:01:43.508Z] docker_cli_ps_test.go:230: RuntimeIsWindowsContainerd(): FIXME. Hang on Windows + containerd combination [2021-09-16T20:01:43.508Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterHealth (0.01s) [2021-09-16T20:01:43.508Z] [2021-09-16T20:01:43.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.06s) [2021-09-16T20:01:43.508Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.508Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.06s) [2021-09-16T20:01:43.508Z] [2021-09-16T20:01:43.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-09-16T20:01:43.508Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.508Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-09-16T20:01:43.508Z] [2021-09-16T20:01:43.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.01s) [2021-09-16T20:01:43.508Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.508Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2021-09-16T20:01:43.508Z] [2021-09-16T20:01:43.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-09-16T20:01:43.508Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.508Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-09-16T20:01:43.508Z] [2021-09-16T20:01:43.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-09-16T20:01:43.508Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.508Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-09-16T20:01:43.508Z] [2021-09-16T20:01:43.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.01s) [2021-09-16T20:01:43.508Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.508Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2021-09-16T20:01:43.508Z] [2021-09-16T20:01:43.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-09-16T20:01:43.508Z] docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.508Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-09-16T20:01:43.508Z] [2021-09-16T20:01:43.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-09-16T20:01:43.508Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.508Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.01s) [2021-09-16T20:01:43.508Z] [2021-09-16T20:01:43.508Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-09-16T20:01:43.508Z] docker_api_containers_test.go:1368: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.509Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-09-16T20:01:43.509Z] [2021-09-16T20:01:43.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2021-09-16T20:01:43.509Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.509Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2021-09-16T20:01:43.509Z] [2021-09-16T20:01:43.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2021-09-16T20:01:43.509Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.509Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.01s) [2021-09-16T20:01:43.509Z] [2021-09-16T20:01:43.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-09-16T20:01:43.509Z] docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.509Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-09-16T20:01:43.509Z] [2021-09-16T20:01:43.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.01s) [2021-09-16T20:01:43.509Z] docker_cli_run_test.go:1576: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.509Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.01s) [2021-09-16T20:01:43.509Z] [2021-09-16T20:01:43.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-09-16T20:01:43.509Z] docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.509Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-09-16T20:01:43.509Z] [2021-09-16T20:01:43.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-09-16T20:01:43.509Z] docker_cli_run_test.go:1171: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.509Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-09-16T20:01:43.509Z] [2021-09-16T20:01:43.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-09-16T20:01:43.509Z] docker_cli_run_test.go:1189: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.509Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.01s) [2021-09-16T20:01:43.509Z] [2021-09-16T20:01:43.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-09-16T20:01:43.509Z] docker_cli_run_test.go:1180: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.509Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-09-16T20:01:43.509Z] [2021-09-16T20:01:43.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-09-16T20:01:43.509Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.509Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-09-16T20:01:43.509Z] [2021-09-16T20:01:43.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-09-16T20:01:43.509Z] docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.509Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-09-16T20:01:43.509Z] [2021-09-16T20:01:43.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-09-16T20:01:43.509Z] docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.509Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-09-16T20:01:43.509Z] [2021-09-16T20:01:43.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-09-16T20:01:43.509Z] docker_cli_run_test.go:1052: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.509Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-09-16T20:01:43.509Z] [2021-09-16T20:01:43.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-09-16T20:01:43.509Z] docker_cli_run_test.go:1062: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.509Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-09-16T20:01:43.509Z] [2021-09-16T20:01:43.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-09-16T20:01:43.509Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.509Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-09-16T20:01:43.509Z] [2021-09-16T20:01:43.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-09-16T20:01:43.509Z] docker_cli_run_test.go:1042: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.509Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-09-16T20:01:43.509Z] [2021-09-16T20:01:43.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-09-16T20:01:43.509Z] docker_cli_run_test.go:1033: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.509Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-09-16T20:01:43.509Z] [2021-09-16T20:01:43.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-09-16T20:01:43.509Z] docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.509Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-09-16T20:01:43.509Z] [2021-09-16T20:01:43.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-09-16T20:01:43.509Z] docker_cli_run_test.go:1023: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.509Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-09-16T20:01:43.509Z] [2021-09-16T20:01:43.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-09-16T20:01:43.509Z] docker_cli_run_test.go:1011: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.509Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.01s) [2021-09-16T20:01:43.509Z] [2021-09-16T20:01:43.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-09-16T20:01:43.509Z] docker_cli_run_test.go:985: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.509Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-09-16T20:01:43.509Z] [2021-09-16T20:01:43.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-09-16T20:01:43.509Z] docker_cli_run_test.go:998: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.509Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-09-16T20:01:43.509Z] [2021-09-16T20:01:43.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-09-16T20:01:43.509Z] docker_cli_run_test.go:976: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.509Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-09-16T20:01:43.509Z] [2021-09-16T20:01:43.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-09-16T20:01:43.509Z] docker_cli_run_test.go:1932: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.509Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-09-16T20:01:43.509Z] [2021-09-16T20:01:43.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s) [2021-09-16T20:01:43.509Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.509Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.02s) [2021-09-16T20:01:43.509Z] [2021-09-16T20:01:43.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-09-16T20:01:43.509Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.509Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-09-16T20:01:43.509Z] [2021-09-16T20:01:43.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-09-16T20:01:43.509Z] docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.509Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-09-16T20:01:43.509Z] [2021-09-16T20:01:43.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-09-16T20:01:43.509Z] docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.509Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-09-16T20:01:43.509Z] [2021-09-16T20:01:43.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2021-09-16T20:01:43.509Z] docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.509Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2021-09-16T20:01:43.509Z] [2021-09-16T20:01:43.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-09-16T20:01:43.509Z] docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.509Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-09-16T20:01:43.509Z] [2021-09-16T20:01:43.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-09-16T20:01:43.509Z] docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.509Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.01s) [2021-09-16T20:01:43.509Z] [2021-09-16T20:01:43.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-09-16T20:01:43.509Z] docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.509Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-09-16T20:01:43.509Z] [2021-09-16T20:01:43.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-09-16T20:01:43.509Z] docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.509Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-09-16T20:01:43.509Z] [2021-09-16T20:01:43.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-09-16T20:01:43.509Z] docker_cli_run_test.go:1677: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.509Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-09-16T20:01:43.509Z] [2021-09-16T20:01:43.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-09-16T20:01:43.509Z] docker_cli_run_test.go:1658: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.509Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-09-16T20:01:43.509Z] [2021-09-16T20:01:43.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-09-16T20:01:43.509Z] docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.509Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-09-16T20:01:43.509Z] [2021-09-16T20:01:43.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-09-16T20:01:43.509Z] docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.509Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.01s) [2021-09-16T20:01:43.509Z] [2021-09-16T20:01:43.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-09-16T20:01:43.509Z] docker_cli_run_test.go:621: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.509Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-09-16T20:01:43.509Z] [2021-09-16T20:01:43.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-09-16T20:01:43.509Z] docker_cli_run_test.go:383: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.509Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-09-16T20:01:43.509Z] [2021-09-16T20:01:43.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-09-16T20:01:43.509Z] docker_cli_run_test.go:427: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.509Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-09-16T20:01:43.509Z] [2021-09-16T20:01:43.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-09-16T20:01:43.509Z] docker_cli_run_test.go:1253: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.509Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.01s) [2021-09-16T20:01:43.509Z] [2021-09-16T20:01:43.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-09-16T20:01:43.509Z] docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.509Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-09-16T20:01:43.509Z] [2021-09-16T20:01:43.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.01s) [2021-09-16T20:01:43.509Z] docker_cli_run_test.go:1288: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.509Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2021-09-16T20:01:43.509Z] [2021-09-16T20:01:43.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-09-16T20:01:43.509Z] docker_cli_run_test.go:1321: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.509Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-09-16T20:01:43.509Z] [2021-09-16T20:01:43.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-09-16T20:01:43.509Z] docker_cli_run_test.go:1310: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.509Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-09-16T20:01:43.509Z] [2021-09-16T20:01:43.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-09-16T20:01:43.509Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.509Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-09-16T20:01:43.509Z] [2021-09-16T20:01:43.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.01s) [2021-09-16T20:01:43.509Z] docker_cli_run_test.go:1141: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.509Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2021-09-16T20:01:43.509Z] [2021-09-16T20:01:43.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.01s) [2021-09-16T20:01:43.509Z] docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.509Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2021-09-16T20:01:43.509Z] [2021-09-16T20:01:43.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-09-16T20:01:43.509Z] docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.509Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-09-16T20:01:43.509Z] [2021-09-16T20:01:43.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.01s) [2021-09-16T20:01:43.509Z] docker_cli_run_test.go:817: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.509Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2021-09-16T20:01:43.509Z] [2021-09-16T20:01:43.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-09-16T20:01:43.509Z] docker_cli_run_test.go:856: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.509Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-09-16T20:01:43.509Z] [2021-09-16T20:01:43.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-09-16T20:01:43.509Z] docker_cli_run_test.go:889: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.509Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-09-16T20:01:43.509Z] [2021-09-16T20:01:43.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-09-16T20:01:43.509Z] docker_cli_run_test.go:947: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.509Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-09-16T20:01:43.509Z] [2021-09-16T20:01:43.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.01s) [2021-09-16T20:01:43.509Z] docker_cli_run_test.go:1074: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.509Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2021-09-16T20:01:43.509Z] [2021-09-16T20:01:43.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-09-16T20:01:43.509Z] docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.509Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-09-16T20:01:43.509Z] [2021-09-16T20:01:43.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-09-16T20:01:43.509Z] docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.509Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-09-16T20:01:43.509Z] [2021-09-16T20:01:43.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-09-16T20:01:43.509Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2021-09-16T20:01:43.509Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-09-16T20:01:43.509Z] [2021-09-16T20:01:43.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-09-16T20:01:43.509Z] docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.509Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-09-16T20:01:43.509Z] [2021-09-16T20:01:43.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-09-16T20:01:43.509Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.509Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-09-16T20:01:43.509Z] [2021-09-16T20:01:43.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-09-16T20:01:43.509Z] docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.509Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-09-16T20:01:43.509Z] [2021-09-16T20:01:43.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2021-09-16T20:01:43.509Z] docker_cli_run_test.go:60: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.509Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2021-09-16T20:01:43.509Z] [2021-09-16T20:01:43.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-09-16T20:01:43.509Z] docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.509Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-09-16T20:01:43.509Z] [2021-09-16T20:01:43.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-09-16T20:01:43.509Z] docker_cli_run_test.go:195: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.509Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-09-16T20:01:43.509Z] [2021-09-16T20:01:43.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-09-16T20:01:43.509Z] docker_cli_run_test.go:180: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.509Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-09-16T20:01:43.509Z] [2021-09-16T20:01:43.509Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-09-16T20:01:43.509Z] docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.509Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-09-16T20:01:43.509Z] [2021-09-16T20:01:43.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.01s) [2021-09-16T20:01:43.510Z] docker_cli_run_test.go:1198: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.510Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2021-09-16T20:01:43.510Z] [2021-09-16T20:01:43.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-09-16T20:01:43.510Z] docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.510Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-09-16T20:01:43.510Z] [2021-09-16T20:01:43.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-09-16T20:01:43.510Z] docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.510Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-09-16T20:01:43.510Z] [2021-09-16T20:01:43.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-09-16T20:01:43.510Z] docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.510Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-09-16T20:01:43.510Z] [2021-09-16T20:01:43.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-09-16T20:01:43.510Z] docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.510Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-09-16T20:01:43.510Z] [2021-09-16T20:01:43.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-09-16T20:01:43.510Z] docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.510Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-09-16T20:01:43.510Z] [2021-09-16T20:01:43.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-09-16T20:01:43.510Z] docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.510Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-09-16T20:01:43.510Z] [2021-09-16T20:01:43.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-09-16T20:01:43.510Z] docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.510Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-09-16T20:01:43.510Z] [2021-09-16T20:01:43.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-09-16T20:01:43.510Z] docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.510Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-09-16T20:01:43.510Z] [2021-09-16T20:01:43.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.01s) [2021-09-16T20:01:43.510Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.510Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2021-09-16T20:01:43.510Z] [2021-09-16T20:01:43.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.01s) [2021-09-16T20:01:43.510Z] docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.510Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2021-09-16T20:01:43.510Z] [2021-09-16T20:01:43.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-09-16T20:01:43.510Z] docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.510Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-09-16T20:01:43.510Z] [2021-09-16T20:01:43.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-09-16T20:01:43.510Z] docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.510Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-09-16T20:01:43.510Z] [2021-09-16T20:01:43.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2021-09-16T20:01:43.510Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.510Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2021-09-16T20:01:43.510Z] [2021-09-16T20:01:43.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.01s) [2021-09-16T20:01:43.510Z] docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.510Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2021-09-16T20:01:43.510Z] [2021-09-16T20:01:43.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-09-16T20:01:43.510Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.510Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-09-16T20:01:43.510Z] [2021-09-16T20:01:43.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-09-16T20:01:43.510Z] docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.510Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.01s) [2021-09-16T20:01:43.510Z] [2021-09-16T20:01:43.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-09-16T20:01:43.510Z] docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.510Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-09-16T20:01:43.510Z] [2021-09-16T20:01:43.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.01s) [2021-09-16T20:01:43.510Z] docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.510Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2021-09-16T20:01:43.510Z] [2021-09-16T20:01:43.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-09-16T20:01:43.510Z] docker_cli_run_test.go:931: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.510Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.01s) [2021-09-16T20:01:43.510Z] [2021-09-16T20:01:43.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-09-16T20:01:43.510Z] docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.510Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-09-16T20:01:43.510Z] [2021-09-16T20:01:43.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-09-16T20:01:43.510Z] docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.510Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-09-16T20:01:43.510Z] [2021-09-16T20:01:43.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-09-16T20:01:43.510Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.510Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-09-16T20:01:43.510Z] [2021-09-16T20:01:43.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-09-16T20:01:43.510Z] docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.510Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-09-16T20:01:43.510Z] [2021-09-16T20:01:43.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-09-16T20:01:43.510Z] docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.510Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-09-16T20:01:43.510Z] [2021-09-16T20:01:43.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.29s) [2021-09-16T20:01:43.510Z] docker_cli_run_test.go:1403: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.510Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.29s) [2021-09-16T20:01:43.510Z] [2021-09-16T20:01:43.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-09-16T20:01:43.510Z] docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.510Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.01s) [2021-09-16T20:01:43.510Z] [2021-09-16T20:01:43.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-09-16T20:01:43.510Z] docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.510Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.01s) [2021-09-16T20:01:43.510Z] [2021-09-16T20:01:43.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.01s) [2021-09-16T20:01:43.510Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.510Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2021-09-16T20:01:43.510Z] [2021-09-16T20:01:43.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-09-16T20:01:43.510Z] docker_cli_run_test.go:957: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.510Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-09-16T20:01:43.510Z] [2021-09-16T20:01:43.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-09-16T20:01:43.510Z] docker_cli_run_test.go:1085: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.510Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-09-16T20:01:43.510Z] [2021-09-16T20:01:43.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2021-09-16T20:01:43.510Z] docker_cli_run_test.go:1124: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.510Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.02s) [2021-09-16T20:01:43.510Z] [2021-09-16T20:01:43.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-09-16T20:01:43.510Z] docker_cli_run_test.go:1132: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.510Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-09-16T20:01:43.510Z] [2021-09-16T20:01:43.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.01s) [2021-09-16T20:01:43.510Z] docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.510Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2021-09-16T20:01:43.510Z] [2021-09-16T20:01:43.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-09-16T20:01:43.510Z] docker_cli_run_test.go:2860: unmatched requirement Apparmor [2021-09-16T20:01:43.510Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-09-16T20:01:43.510Z] [2021-09-16T20:01:43.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-09-16T20:01:43.510Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.510Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-09-16T20:01:43.510Z] [2021-09-16T20:01:43.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-09-16T20:01:43.510Z] docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.510Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-09-16T20:01:43.510Z] [2021-09-16T20:01:43.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-09-16T20:01:43.510Z] docker_cli_run_test.go:1425: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.510Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-09-16T20:01:43.510Z] [2021-09-16T20:01:43.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2021-09-16T20:01:43.510Z] docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.510Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2021-09-16T20:01:43.510Z] [2021-09-16T20:01:43.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSetMacAddress (0.02s) [2021-09-16T20:01:43.510Z] docker_cli_run_test.go:1986: RuntimeIsWindowsContainerd(): FIXME: Broken on Windows + containerd combination [2021-09-16T20:01:43.510Z] --- SKIP: TestDockerSuite/TestRunSetMacAddress (0.02s) [2021-09-16T20:01:43.510Z] [2021-09-16T20:01:43.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-09-16T20:01:43.510Z] docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.510Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-09-16T20:01:43.510Z] [2021-09-16T20:01:43.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.01s) [2021-09-16T20:01:43.510Z] docker_cli_run_test.go:1621: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.510Z] --- SKIP: TestDockerSuite/TestRunState (0.01s) [2021-09-16T20:01:43.510Z] [2021-09-16T20:01:43.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.01s) [2021-09-16T20:01:43.510Z] docker_cli_run_test.go:98: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.510Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2021-09-16T20:01:43.510Z] [2021-09-16T20:01:43.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2021-09-16T20:01:43.510Z] docker_cli_run_test.go:1108: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.510Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2021-09-16T20:01:43.510Z] [2021-09-16T20:01:43.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-09-16T20:01:43.510Z] docker_cli_run_test.go:1116: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.510Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-09-16T20:01:43.510Z] [2021-09-16T20:01:43.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-09-16T20:01:43.510Z] docker_cli_run_test.go:1156: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.510Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.01s) [2021-09-16T20:01:43.510Z] [2021-09-16T20:01:43.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-09-16T20:01:43.510Z] docker_cli_run_test.go:967: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.510Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.01s) [2021-09-16T20:01:43.510Z] [2021-09-16T20:01:43.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-09-16T20:01:43.510Z] docker_cli_run_test.go:1095: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.510Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-09-16T20:01:43.510Z] [2021-09-16T20:01:43.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-09-16T20:01:43.510Z] docker_cli_run_test.go:1165: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.510Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-09-16T20:01:43.510Z] [2021-09-16T20:01:43.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-09-16T20:01:43.510Z] docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.510Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-09-16T20:01:43.510Z] [2021-09-16T20:01:43.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.01s) [2021-09-16T20:01:43.510Z] docker_cli_run_test.go:2899: unmatched requirement Apparmor [2021-09-16T20:01:43.510Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2021-09-16T20:01:43.510Z] [2021-09-16T20:01:43.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.01s) [2021-09-16T20:01:43.510Z] docker_cli_run_test.go:736: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.510Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2021-09-16T20:01:43.510Z] [2021-09-16T20:01:43.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.02s) [2021-09-16T20:01:43.510Z] docker_cli_run_test.go:746: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.510Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.02s) [2021-09-16T20:01:43.510Z] [2021-09-16T20:01:43.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-09-16T20:01:43.510Z] docker_cli_run_test.go:759: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.510Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-09-16T20:01:43.510Z] [2021-09-16T20:01:43.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-09-16T20:01:43.510Z] docker_cli_run_test.go:772: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.510Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-09-16T20:01:43.510Z] [2021-09-16T20:01:43.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.01s) [2021-09-16T20:01:43.510Z] docker_cli_run_test.go:726: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.510Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2021-09-16T20:01:43.510Z] [2021-09-16T20:01:43.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.01s) [2021-09-16T20:01:43.510Z] docker_cli_run_test.go:785: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.510Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.01s) [2021-09-16T20:01:43.510Z] [2021-09-16T20:01:43.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2021-09-16T20:01:43.510Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.510Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.01s) [2021-09-16T20:01:43.510Z] [2021-09-16T20:01:43.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-09-16T20:01:43.510Z] docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.510Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-09-16T20:01:43.510Z] [2021-09-16T20:01:43.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2021-09-16T20:01:43.510Z] docker_cli_run_test.go:658: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.510Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2021-09-16T20:01:43.510Z] [2021-09-16T20:01:43.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-09-16T20:01:43.510Z] docker_cli_run_test.go:1850: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.510Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-09-16T20:01:43.510Z] [2021-09-16T20:01:43.510Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-09-16T20:01:43.510Z] docker_cli_run_test.go:282: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.511Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-09-16T20:01:43.511Z] [2021-09-16T20:01:43.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-09-16T20:01:43.511Z] docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.511Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-09-16T20:01:43.511Z] [2021-09-16T20:01:43.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-09-16T20:01:43.511Z] docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.511Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-09-16T20:01:43.511Z] [2021-09-16T20:01:43.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-09-16T20:01:43.511Z] docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.511Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-09-16T20:01:43.511Z] [2021-09-16T20:01:43.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.01s) [2021-09-16T20:01:43.511Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.511Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2021-09-16T20:01:43.511Z] [2021-09-16T20:01:43.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-09-16T20:01:43.511Z] docker_cli_run_test.go:3016: unmatched requirement Apparmor [2021-09-16T20:01:43.511Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-09-16T20:01:43.511Z] [2021-09-16T20:01:43.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-09-16T20:01:43.511Z] docker_cli_run_test.go:1802: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.511Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-09-16T20:01:43.511Z] [2021-09-16T20:01:43.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-09-16T20:01:43.511Z] docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.511Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-09-16T20:01:43.511Z] [2021-09-16T20:01:43.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-09-16T20:01:43.511Z] docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.511Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.01s) [2021-09-16T20:01:43.511Z] [2021-09-16T20:01:43.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-09-16T20:01:43.511Z] docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.511Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.01s) [2021-09-16T20:01:43.511Z] [2021-09-16T20:01:43.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-09-16T20:01:43.511Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.511Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.01s) [2021-09-16T20:01:43.511Z] [2021-09-16T20:01:43.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-09-16T20:01:43.511Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.511Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-09-16T20:01:43.511Z] [2021-09-16T20:01:43.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-09-16T20:01:43.511Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.511Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-09-16T20:01:43.511Z] [2021-09-16T20:01:43.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.01s) [2021-09-16T20:01:43.511Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.511Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2021-09-16T20:01:43.511Z] [2021-09-16T20:01:43.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-09-16T20:01:43.511Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.511Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-09-16T20:01:43.511Z] [2021-09-16T20:01:43.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.01s) [2021-09-16T20:01:43.511Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.511Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2021-09-16T20:01:43.511Z] [2021-09-16T20:01:43.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-09-16T20:01:43.511Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.511Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-09-16T20:01:43.511Z] [2021-09-16T20:01:43.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-09-16T20:01:43.511Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.511Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-09-16T20:01:43.511Z] [2021-09-16T20:01:43.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.01s) [2021-09-16T20:01:43.511Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.511Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2021-09-16T20:01:43.511Z] [2021-09-16T20:01:43.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-09-16T20:01:43.511Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.511Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.01s) [2021-09-16T20:01:43.511Z] [2021-09-16T20:01:43.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-09-16T20:01:43.511Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.511Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-09-16T20:01:43.511Z] [2021-09-16T20:01:43.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-09-16T20:01:43.511Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.511Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-09-16T20:01:43.511Z] [2021-09-16T20:01:43.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2021-09-16T20:01:43.511Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.511Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.01s) [2021-09-16T20:01:43.511Z] [2021-09-16T20:01:43.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-09-16T20:01:43.511Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.511Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.01s) [2021-09-16T20:01:43.511Z] [2021-09-16T20:01:43.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-09-16T20:01:43.511Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.511Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-09-16T20:01:43.511Z] [2021-09-16T20:01:43.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-09-16T20:01:43.511Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.511Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.01s) [2021-09-16T20:01:43.511Z] [2021-09-16T20:01:43.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.01s) [2021-09-16T20:01:43.511Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2021-09-16T20:01:43.511Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2021-09-16T20:01:43.511Z] [2021-09-16T20:01:43.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.01s) [2021-09-16T20:01:43.511Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.511Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2021-09-16T20:01:43.511Z] [2021-09-16T20:01:43.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2021-09-16T20:01:43.511Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.511Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2021-09-16T20:01:43.511Z] [2021-09-16T20:01:43.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-09-16T20:01:43.511Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.511Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-09-16T20:01:43.511Z] [2021-09-16T20:01:43.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-09-16T20:01:43.511Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.511Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-09-16T20:01:43.511Z] [2021-09-16T20:01:43.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-09-16T20:01:43.511Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.511Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-09-16T20:01:43.511Z] [2021-09-16T20:01:43.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.01s) [2021-09-16T20:01:43.511Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.511Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2021-09-16T20:01:43.511Z] [2021-09-16T20:01:43.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.01s) [2021-09-16T20:01:43.511Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.511Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2021-09-16T20:01:43.511Z] [2021-09-16T20:01:43.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.01s) [2021-09-16T20:01:43.511Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.511Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2021-09-16T20:01:43.511Z] [2021-09-16T20:01:43.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-09-16T20:01:43.511Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.511Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-09-16T20:01:43.511Z] [2021-09-16T20:01:43.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-09-16T20:01:43.511Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.511Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-09-16T20:01:43.511Z] [2021-09-16T20:01:43.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-09-16T20:01:43.511Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.511Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-09-16T20:01:43.511Z] [2021-09-16T20:01:43.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-09-16T20:01:43.511Z] docker_cli_run_test.go:293: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.511Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-09-16T20:01:43.511Z] [2021-09-16T20:01:43.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-09-16T20:01:43.511Z] docker_cli_run_test.go:208: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.511Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-09-16T20:01:43.511Z] [2021-09-16T20:01:43.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-09-16T20:01:43.511Z] docker_cli_run_test.go:244: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.511Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-09-16T20:01:43.511Z] [2021-09-16T20:01:43.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2021-09-16T20:01:43.511Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.511Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2021-09-16T20:01:43.511Z] [2021-09-16T20:01:43.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-09-16T20:01:43.511Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.511Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-09-16T20:01:43.511Z] [2021-09-16T20:01:43.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-09-16T20:01:43.511Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.511Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-09-16T20:01:43.511Z] [2021-09-16T20:01:43.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-09-16T20:01:43.511Z] docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.511Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-09-16T20:01:43.511Z] [2021-09-16T20:01:43.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-09-16T20:01:43.511Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.511Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-09-16T20:01:43.511Z] [2021-09-16T20:01:43.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-09-16T20:01:43.511Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.511Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-09-16T20:01:43.511Z] [2021-09-16T20:01:43.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-09-16T20:01:43.511Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.511Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-09-16T20:01:43.511Z] [2021-09-16T20:01:43.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-09-16T20:01:43.511Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.511Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-09-16T20:01:43.511Z] [2021-09-16T20:01:43.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-09-16T20:01:43.511Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.511Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-09-16T20:01:43.511Z] [2021-09-16T20:01:43.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-09-16T20:01:43.511Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.511Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-09-16T20:01:43.511Z] [2021-09-16T20:01:43.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-09-16T20:01:43.511Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.511Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-09-16T20:01:43.511Z] [2021-09-16T20:01:43.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-09-16T20:01:43.511Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.511Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-09-16T20:01:43.511Z] [2021-09-16T20:01:43.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-09-16T20:01:43.511Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.511Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-09-16T20:01:43.511Z] [2021-09-16T20:01:43.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-09-16T20:01:43.511Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.511Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-09-16T20:01:43.511Z] [2021-09-16T20:01:43.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-09-16T20:01:43.511Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.511Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-09-16T20:01:43.511Z] [2021-09-16T20:01:43.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-09-16T20:01:43.511Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.511Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-09-16T20:01:43.511Z] [2021-09-16T20:01:43.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-09-16T20:01:43.511Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.511Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-09-16T20:01:43.511Z] [2021-09-16T20:01:43.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-09-16T20:01:43.511Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.511Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-09-16T20:01:43.511Z] [2021-09-16T20:01:43.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-09-16T20:01:43.511Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.511Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-09-16T20:01:43.511Z] [2021-09-16T20:01:43.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-09-16T20:01:43.511Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.511Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-09-16T20:01:43.511Z] [2021-09-16T20:01:43.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-09-16T20:01:43.511Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.511Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-09-16T20:01:43.511Z] [2021-09-16T20:01:43.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-09-16T20:01:43.511Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.511Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-09-16T20:01:43.511Z] [2021-09-16T20:01:43.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-09-16T20:01:43.511Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.511Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-09-16T20:01:43.511Z] [2021-09-16T20:01:43.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-09-16T20:01:43.511Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.511Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-09-16T20:01:43.511Z] [2021-09-16T20:01:43.511Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-09-16T20:01:43.511Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.511Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-09-16T20:01:43.511Z] [2021-09-16T20:01:43.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-09-16T20:01:43.512Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.512Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-09-16T20:01:43.512Z] [2021-09-16T20:01:43.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-09-16T20:01:43.512Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.512Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-09-16T20:01:43.512Z] [2021-09-16T20:01:43.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-09-16T20:01:43.512Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.512Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-09-16T20:01:43.512Z] [2021-09-16T20:01:43.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-09-16T20:01:43.512Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.512Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-09-16T20:01:43.512Z] [2021-09-16T20:01:43.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-09-16T20:01:43.512Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.512Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-09-16T20:01:43.512Z] [2021-09-16T20:01:43.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-09-16T20:01:43.512Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.512Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-09-16T20:01:43.512Z] [2021-09-16T20:01:43.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-09-16T20:01:43.512Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.512Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-09-16T20:01:43.512Z] [2021-09-16T20:01:43.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-09-16T20:01:43.512Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.512Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-09-16T20:01:43.512Z] [2021-09-16T20:01:43.512Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-09-16T20:01:43.512Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.512Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-09-16T20:01:43.834Z] === RUN TestDockerSuite/TestImagesFormat [2021-09-16T20:01:43.978Z] [2021-09-16T20:01:43.978Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-09-16T20:01:43.978Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.978Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-09-16T20:01:43.978Z] [2021-09-16T20:01:43.978Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-09-16T20:01:43.978Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.978Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-09-16T20:01:43.978Z] [2021-09-16T20:01:43.978Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-09-16T20:01:43.978Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.978Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-09-16T20:01:43.978Z] [2021-09-16T20:01:43.978Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-09-16T20:01:43.978Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.978Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-09-16T20:01:43.978Z] [2021-09-16T20:01:43.978Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-09-16T20:01:43.978Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.978Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-09-16T20:01:43.978Z] [2021-09-16T20:01:43.978Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-09-16T20:01:43.978Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.978Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-09-16T20:01:43.978Z] [2021-09-16T20:01:43.978Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-09-16T20:01:43.978Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.978Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-09-16T20:01:43.978Z] [2021-09-16T20:01:43.978Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2021-09-16T20:01:43.978Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.978Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2021-09-16T20:01:43.978Z] [2021-09-16T20:01:43.978Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-09-16T20:01:43.978Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.978Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-09-16T20:01:43.978Z] [2021-09-16T20:01:43.978Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-09-16T20:01:43.978Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.978Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-09-16T20:01:43.978Z] [2021-09-16T20:01:43.978Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-09-16T20:01:43.978Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.978Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-09-16T20:01:43.978Z] [2021-09-16T20:01:43.978Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-09-16T20:01:43.978Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.978Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-09-16T20:01:43.978Z] [2021-09-16T20:01:43.978Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-09-16T20:01:43.978Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.978Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-09-16T20:01:43.978Z] [2021-09-16T20:01:43.978Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-09-16T20:01:43.978Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.978Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-09-16T20:01:43.978Z] [2021-09-16T20:01:43.978Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-09-16T20:01:43.978Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.978Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-09-16T20:01:43.978Z] [2021-09-16T20:01:43.978Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-09-16T20:01:43.978Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.978Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-09-16T20:01:43.978Z] [2021-09-16T20:01:43.978Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-09-16T20:01:43.978Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.978Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-09-16T20:01:43.978Z] [2021-09-16T20:01:43.978Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-09-16T20:01:43.978Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.978Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-09-16T20:01:43.978Z] [2021-09-16T20:01:43.978Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-09-16T20:01:43.978Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.978Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-09-16T20:01:43.978Z] [2021-09-16T20:01:43.978Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-09-16T20:01:43.978Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.978Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-09-16T20:01:43.978Z] [2021-09-16T20:01:43.978Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-09-16T20:01:43.978Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.978Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-09-16T20:01:43.978Z] [2021-09-16T20:01:43.978Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-09-16T20:01:43.978Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.978Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-09-16T20:01:43.978Z] [2021-09-16T20:01:43.978Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-09-16T20:01:43.978Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.978Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-09-16T20:01:43.978Z] [2021-09-16T20:01:43.978Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-09-16T20:01:43.978Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.978Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-09-16T20:01:43.978Z] [2021-09-16T20:01:43.978Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-09-16T20:01:43.978Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.978Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-09-16T20:01:43.978Z] [2021-09-16T20:01:43.978Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-09-16T20:01:43.978Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.978Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-09-16T20:01:43.978Z] [2021-09-16T20:01:43.978Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-09-16T20:01:43.978Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.978Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-09-16T20:01:43.978Z] [2021-09-16T20:01:43.978Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-09-16T20:01:43.978Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.978Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-09-16T20:01:43.978Z] [2021-09-16T20:01:43.978Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-09-16T20:01:43.978Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.978Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-09-16T20:01:43.978Z] [2021-09-16T20:01:43.978Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-09-16T20:01:43.978Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.978Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-09-16T20:01:43.978Z] [2021-09-16T20:01:43.978Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-09-16T20:01:43.978Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.978Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-09-16T20:01:43.978Z] [2021-09-16T20:01:43.978Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-09-16T20:01:43.978Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.978Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-09-16T20:01:43.978Z] [2021-09-16T20:01:43.978Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-09-16T20:01:43.978Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.978Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-09-16T20:01:43.978Z] [2021-09-16T20:01:43.978Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-09-16T20:01:43.978Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.978Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-09-16T20:01:43.978Z] [2021-09-16T20:01:43.978Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-09-16T20:01:43.978Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.978Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-09-16T20:01:43.978Z] [2021-09-16T20:01:43.979Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-09-16T20:01:43.979Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.979Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-09-16T20:01:43.979Z] [2021-09-16T20:01:43.979Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-09-16T20:01:43.979Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.979Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-09-16T20:01:43.979Z] [2021-09-16T20:01:43.979Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-09-16T20:01:43.979Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.979Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-09-16T20:01:43.979Z] [2021-09-16T20:01:43.979Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-09-16T20:01:43.979Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.979Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-09-16T20:01:43.979Z] [2021-09-16T20:01:43.979Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-09-16T20:01:43.979Z] check_test.go:301: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.979Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-09-16T20:01:43.979Z] [2021-09-16T20:01:43.979Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-09-16T20:01:43.979Z] check_test.go:301: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.979Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-09-16T20:01:43.979Z] [2021-09-16T20:01:43.979Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-09-16T20:01:43.979Z] check_test.go:301: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.979Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-09-16T20:01:43.979Z] [2021-09-16T20:01:43.979Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-09-16T20:01:43.979Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.979Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-09-16T20:01:43.979Z] [2021-09-16T20:01:43.979Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-09-16T20:01:43.979Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.979Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-09-16T20:01:43.979Z] [2021-09-16T20:01:43.979Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-09-16T20:01:43.979Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.979Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-09-16T20:01:43.979Z] [2021-09-16T20:01:43.979Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-09-16T20:01:43.979Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.979Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-09-16T20:01:43.979Z] [2021-09-16T20:01:43.979Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-09-16T20:01:43.979Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.979Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-09-16T20:01:43.979Z] [2021-09-16T20:01:43.979Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-09-16T20:01:43.979Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.979Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-09-16T20:01:43.979Z] [2021-09-16T20:01:43.979Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-09-16T20:01:43.979Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.979Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-09-16T20:01:43.979Z] [2021-09-16T20:01:43.979Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-09-16T20:01:43.979Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.979Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-09-16T20:01:43.979Z] [2021-09-16T20:01:43.979Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-09-16T20:01:43.979Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.979Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-09-16T20:01:43.979Z] [2021-09-16T20:01:43.979Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-09-16T20:01:43.979Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.979Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-09-16T20:01:43.979Z] [2021-09-16T20:01:43.979Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2021-09-16T20:01:43.979Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.979Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2021-09-16T20:01:43.979Z] [2021-09-16T20:01:43.979Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2021-09-16T20:01:43.979Z] check_test.go:127: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.979Z] [2021-09-16T20:01:43.979Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2021-09-16T20:01:43.979Z] check_test.go:133: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.979Z] [2021-09-16T20:01:43.979Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2021-09-16T20:01:43.979Z] check_test.go:141: unmatched requirement DaemonIsLinux [2021-09-16T20:01:43.979Z] [2021-09-16T20:01:43.979Z] DONE 1092 tests, 551 skipped in 2042.430s [2021-09-16T20:01:43.979Z] INFO: Integration tests ended at 09/16/2021 20:01:43. Duration:00:34:02.5627797 [2021-09-16T20:01:43.979Z] INFO: Docker info of the daemon under test at end of run [2021-09-16T20:01:43.979Z] [2021-09-16T20:01:43.979Z] Containers: 2 [2021-09-16T20:01:43.979Z] Running: 0 [2021-09-16T20:01:43.979Z] Paused: 0 [2021-09-16T20:01:43.979Z] Stopped: 2 [2021-09-16T20:01:43.979Z] Images: 18 [2021-09-16T20:01:43.979Z] Server Version: 0.0.0-dev [2021-09-16T20:01:43.979Z] Storage Driver: windowsfilter [2021-09-16T20:01:43.979Z] Windows: [2021-09-16T20:01:43.979Z] Logging Driver: json-file [2021-09-16T20:01:43.979Z] Plugins: [2021-09-16T20:01:43.979Z] Volume: local [2021-09-16T20:01:43.979Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-09-16T20:01:43.979Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-09-16T20:01:43.979Z] Swarm: inactive [2021-09-16T20:01:43.979Z] Default Isolation: process [2021-09-16T20:01:43.979Z] Kernel Version: 10.0 20348 (20348.1.amd64fre.fe_release.210507-1500) [2021-09-16T20:01:43.979Z] Operating System: Windows Server 2022 Datacenter Version 2009 (OS Build 20348.169) [2021-09-16T20:01:43.979Z] OSType: windows [2021-09-16T20:01:43.979Z] Architecture: x86_64 [2021-09-16T20:01:43.979Z] CPUs: 4 [2021-09-16T20:01:43.979Z] Total Memory: 32GiB [2021-09-16T20:01:43.979Z] Name: azwin-2-007d90 [2021-09-16T20:01:43.979Z] ID: TQLG:ZZI3:3FR4:XUYJ:7KJR:HPTM:SWXT:DGKO:PLKO:VPZU:WPXR:OZCS [2021-09-16T20:01:43.979Z] Docker Root Dir: D:\CI\PR-41759\9\daemon [2021-09-16T20:01:43.979Z] Debug Mode (client): false [2021-09-16T20:01:43.979Z] Debug Mode (server): true [2021-09-16T20:01:43.979Z] File Descriptors: -1 [2021-09-16T20:01:43.979Z] Goroutines: 46 [2021-09-16T20:01:43.979Z] System Time: 2021-09-16T20:01:43.6947835Z [2021-09-16T20:01:43.979Z] EventsListeners: 0 [2021-09-16T20:01:43.979Z] Registry: https://index.docker.io/v1/ [2021-09-16T20:01:43.979Z] Labels: [2021-09-16T20:01:43.979Z] Experimental: false [2021-09-16T20:01:43.979Z] Insecure Registries: [2021-09-16T20:01:43.979Z] 127.0.0.0/8 [2021-09-16T20:01:43.979Z] Live Restore Enabled: false [2021-09-16T20:01:43.979Z] [2021-09-16T20:01:43.979Z] [2021-09-16T20:01:43.979Z] INFO: Stopping daemon under test [2021-09-16T20:01:43.979Z] SUCCESS: The process with PID 5164 (child process of PID 4724) has been terminated. [2021-09-16T20:01:43.979Z] SUCCESS: The process with PID 4724 (child process of PID 2764) has been terminated. [2021-09-16T20:01:43.979Z] INFO: Stop tailing logs of the daemon under tests [2021-09-16T20:01:43.979Z] INFO: executeCI.ps1 Completed successfully at 09/16/2021 20:01:43. [2021-09-16T20:01:43.979Z] INFO: Tidying up at end of run [2021-09-16T20:01:43.979Z] INFO: Saving daemon under test log (d:\CI\PR-41759\9\dut.out) to bundles\CIDUT.out [2021-09-16T20:01:43.979Z] INFO: Saving daemon under test log (d:\CI\PR-41759\9\dut.err) to bundles\CIDUT.err [2021-09-16T20:01:43.979Z] INFO: Saving containerd logs to bundles [2021-09-16T20:01:43.979Z] INFO: Nuke-Everything... [2021-09-16T20:01:44.292Z] === RUN TestDockerSuite/TestImagesFormatDefaultFormat [2021-09-16T20:01:44.292Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2021-09-16T20:01:44.292Z] === RUN TestDockerSuite/TestImagesOrderedByCreationDate [2021-09-16T20:01:44.445Z] INFO: Container count on control daemon to delete is 2 [2021-09-16T20:01:44.911Z] 80923a4878bb [2021-09-16T20:01:44.911Z] 9c134880dabd [2021-09-16T20:01:44.911Z] INFO: Tidying pidfile d:\CI\PR-41759\9\docker.pid [2021-09-16T20:01:44.911Z] INFO: Killing containerd with PID 4048 [2021-09-16T20:01:44.911Z] INFO: Nuking d:\CI [2021-09-16T20:01:48.012Z] === RUN TestDockerSuite/TestImagesWithIncorrectFilter [2021-09-16T20:01:48.012Z] === RUN TestDockerSuite/TestImportBadURL [2021-09-16T20:01:50.180Z] === RUN TestDockerSuite/TestImportDisplay [2021-09-16T20:01:50.181Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2021-09-16T20:01:50.181Z] === RUN TestDockerSuite/TestImportFile [2021-09-16T20:01:50.181Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2021-09-16T20:01:50.181Z] === RUN TestDockerSuite/TestImportFileNonExistentFile [2021-09-16T20:01:50.181Z] === RUN TestDockerSuite/TestImportFileWithMessage [2021-09-16T20:01:50.181Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2021-09-16T20:01:50.181Z] === RUN TestDockerSuite/TestImportGzipped [2021-09-16T20:01:50.181Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2021-09-16T20:01:50.181Z] === RUN TestDockerSuite/TestImportWithQuotedChanges [2021-09-16T20:01:50.181Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2021-09-16T20:01:50.181Z] === RUN TestDockerSuite/TestInfoDisplaysPausedContainers [2021-09-16T20:01:50.181Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2021-09-16T20:01:50.181Z] === RUN TestDockerSuite/TestInfoDisplaysRunningContainers [2021-09-16T20:01:50.181Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2021-09-16T20:01:50.637Z] === RUN TestDockerSuite/TestInfoDisplaysStoppedContainers [2021-09-16T20:01:50.637Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2021-09-16T20:01:50.637Z] === RUN TestDockerSuite/TestInfoEnsureSucceeds [2021-09-16T20:01:50.637Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 [2021-09-16T20:01:50.637Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2021-09-16T20:01:50.637Z] === RUN TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 [2021-09-16T20:01:50.637Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-09-16T20:01:50.637Z] === RUN TestDockerSuite/TestInspectAPIContainerResponse [2021-09-16T20:01:52.804Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriver [2021-09-16T20:01:54.332Z] === RUN TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy [2021-09-16T20:01:54.332Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2021-09-16T20:01:54.332Z] === RUN TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 [2021-09-16T20:01:54.332Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2021-09-16T20:01:54.332Z] === RUN TestDockerSuite/TestInspectAPIImageResponse [2021-09-16T20:01:54.332Z] === RUN TestDockerSuite/TestInspectAmpersand [2021-09-16T20:01:54.332Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2021-09-16T20:01:54.332Z] === RUN TestDockerSuite/TestInspectBindMountPoint [2021-09-16T20:01:56.499Z] === RUN TestDockerSuite/TestInspectByPrefix [2021-09-16T20:01:56.499Z] === RUN TestDockerSuite/TestInspectContainerFilterInt [2021-09-16T20:01:58.667Z] === RUN TestDockerSuite/TestInspectContainerGraphDriver [2021-09-16T20:01:58.667Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2021-09-16T20:01:58.667Z] === RUN TestDockerSuite/TestInspectContainerNetworkCustom [2021-09-16T20:01:58.667Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2021-09-16T20:01:58.667Z] === RUN TestDockerSuite/TestInspectContainerNetworkDefault [2021-09-16T20:01:58.667Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2021-09-16T20:01:58.667Z] === RUN TestDockerSuite/TestInspectDefault [2021-09-16T20:02:00.195Z] === RUN TestDockerSuite/TestInspectHistory [2021-09-16T20:02:02.690Z] INFO: Zapped successfully [2021-09-16T20:02:02.690Z] [2021-09-16T20:02:02.690Z] INFO: executeCI.ps1 exiting at Thu Sep 16 20:02:01 CUT 2021. Duration 01:05:00.9757524 [2021-09-16T20:02:02.690Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2021-09-16T20:02:02.937Z] Recording test results [2021-09-16T20:02:03.912Z] === RUN TestDockerSuite/TestInspectImage [2021-09-16T20:02:03.912Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2021-09-16T20:02:03.912Z] === RUN TestDockerSuite/TestInspectImageFilterInt [2021-09-16T20:02:03.912Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2021-09-16T20:02:03.912Z] === RUN TestDockerSuite/TestInspectImageGraphDriver [2021-09-16T20:02:03.912Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-09-16T20:02:03.912Z] === RUN TestDockerSuite/TestInspectInt64 [2021-09-16T20:02:06.079Z] === RUN TestDockerSuite/TestInspectJSONFields [2021-09-16T20:02:07.610Z] === RUN TestDockerSuite/TestInspectLogConfigNoType [2021-09-16T20:02:07.610Z] === RUN TestDockerSuite/TestInspectNamedMountPoint [2021-09-16T20:02:09.779Z] === RUN TestDockerSuite/TestInspectNoSizeFlagContainer [2021-09-16T20:02:10.062Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2021-09-16T20:02:11.308Z] === RUN TestDockerSuite/TestInspectPlugin [2021-09-16T20:02:11.308Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2021-09-16T20:02:11.308Z] === RUN TestDockerSuite/TestInspectRootFS [2021-09-16T20:02:11.575Z] Creating win-2022-c8d-integration-bundles.zip [2021-09-16T20:02:11.764Z] === RUN TestDockerSuite/TestInspectSizeFlagContainer [Pipeline] archiveArtifacts [2021-09-16T20:02:13.351Z] Archiving artifacts [2021-09-16T20:02:13.931Z] === RUN TestDockerSuite/TestInspectStatus [2021-09-16T20:02:16.098Z] === RUN TestDockerSuite/TestInspectStopWhenNotFound [2021-09-16T20:02:19.817Z] === RUN TestDockerSuite/TestInspectTemplateError [2021-09-16T20:02:21.348Z] === RUN TestDockerSuite/TestInspectTimesAsRFC3339Nano [2021-09-16T20:02:23.513Z] === RUN TestDockerSuite/TestInspectTypeFlagContainer [2021-09-16T20:02:25.042Z] === RUN TestDockerSuite/TestInspectTypeFlagWithImage [2021-09-16T20:02:27.209Z] === RUN TestDockerSuite/TestInspectTypeFlagWithInvalidValue [2021-09-16T20:02:27.675Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41759/9/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-09-16T20:02:28.621Z] + make clean [2021-09-16T20:02:29.376Z] === RUN TestDockerSuite/TestInspectTypeFlagWithNoContainer [2021-09-16T20:02:29.604Z] docker volume rm -f docker-dev-cache [2021-09-16T20:02:29.604Z] docker-dev-cache [Pipeline] deleteDir [2021-09-16T20:02:30.907Z] === RUN TestDockerSuite/TestInspectUnknownObject [2021-09-16T20:02:30.907Z] === RUN TestDockerSuite/TestLinkShortDefinition [2021-09-16T20:02:30.907Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2021-09-16T20:02:30.907Z] === RUN TestDockerSuite/TestLinksEnvs [2021-09-16T20:02:30.907Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2021-09-16T20:02:30.907Z] === RUN TestDockerSuite/TestLinksEtcHostsRegularFile [2021-09-16T20:02:30.907Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2021-09-16T20:02:30.907Z] === RUN TestDockerSuite/TestLinksHostsFilesInject [2021-09-16T20:02:30.907Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2021-09-16T20:02:30.907Z] === RUN TestDockerSuite/TestLinksInspectLinksStarted [2021-09-16T20:02:30.907Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2021-09-16T20:02:30.907Z] === RUN TestDockerSuite/TestLinksInspectLinksStopped [2021-09-16T20:02:30.907Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2021-09-16T20:02:30.907Z] === RUN TestDockerSuite/TestLinksInvalidContainerTarget [2021-09-16T20:02:30.907Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2021-09-16T20:02:30.907Z] === RUN TestDockerSuite/TestLinksMultipleWithSameName [2021-09-16T20:02:30.907Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2021-09-16T20:02:30.907Z] === RUN TestDockerSuite/TestLinksNetworkHostContainer [2021-09-16T20:02:30.907Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2021-09-16T20:02:30.907Z] === RUN TestDockerSuite/TestLinksNotStartedParentNotFail [2021-09-16T20:02:30.907Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2021-09-16T20:02:30.907Z] === RUN TestDockerSuite/TestLinksPingLinkedContainers [2021-09-16T20:02:30.907Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2021-09-16T20:02:30.907Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersAfterRename [2021-09-16T20:02:30.907Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2021-09-16T20:02:31.364Z] === RUN TestDockerSuite/TestLinksPingLinkedContainersOnRename [2021-09-16T20:02:31.364Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2021-09-16T20:02:31.364Z] === RUN TestDockerSuite/TestLinksPingUnlinkedContainers [2021-09-16T20:02:31.364Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2021-09-16T20:02:31.364Z] === RUN TestDockerSuite/TestLinksUpdateOnRestart [2021-09-16T20:02:31.364Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2021-09-16T20:02:31.364Z] === RUN TestDockerSuite/TestLoadZeroSizeLayer [2021-09-16T20:02:31.364Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2021-09-16T20:02:31.364Z] === RUN TestDockerSuite/TestLoginWithoutTTY [2021-09-16T20:02:31.364Z] === RUN TestDockerSuite/TestLogsAPIContainerNotFound [2021-09-16T20:02:31.364Z] === RUN TestDockerSuite/TestLogsAPIFollowEmptyOutput [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // withEnv [Pipeline] } [Pipeline] // ws [Pipeline] } [Pipeline] // node [Pipeline] } [Pipeline] // stage [Pipeline] } [2021-09-16T20:02:32.892Z] === RUN TestDockerSuite/TestLogsAPINoStdoutNorStderr [2021-09-16T20:02:34.420Z] === RUN TestDockerSuite/TestLogsAPIUntil [2021-09-16T20:02:40.189Z] === RUN TestDockerSuite/TestLogsAPIUntilDefaultValue [2021-09-16T20:02:41.721Z] === RUN TestDockerSuite/TestLogsAPIUntilFutureFollow [2021-09-16T20:02:41.721Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2021-09-16T20:02:41.721Z] === RUN TestDockerSuite/TestLogsAPIWithStdout [2021-09-16T20:02:43.890Z] === RUN TestDockerSuite/TestLogsCLIContainerNotFound [2021-09-16T20:02:43.890Z] === RUN TestDockerSuite/TestLogsContainerBiggerThanPage [2021-09-16T20:02:48.560Z] === RUN TestDockerSuite/TestLogsContainerMuchBiggerThanPage [2021-09-16T20:02:54.330Z] === RUN TestDockerSuite/TestLogsContainerSmallerThanPage [2021-09-16T20:02:59.002Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesNoOutput [2021-09-16T20:03:01.171Z] === RUN TestDockerSuite/TestLogsFollowGoroutinesWithStdout [2021-09-16T20:03:03.339Z] === RUN TestDockerSuite/TestLogsFollowSlowStdoutConsumer [2021-09-16T20:03:03.339Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2021-09-16T20:03:03.339Z] === RUN TestDockerSuite/TestLogsFollowStopped [2021-09-16T20:03:04.869Z] === RUN TestDockerSuite/TestLogsSeparateStderr [2021-09-16T20:03:07.037Z] === RUN TestDockerSuite/TestLogsSince [2021-09-16T20:03:15.577Z] === RUN TestDockerSuite/TestLogsSinceFutureFollow [2021-09-16T20:03:15.577Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2021-09-16T20:03:15.577Z] === RUN TestDockerSuite/TestLogsStderrInStdout [2021-09-16T20:03:15.577Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2021-09-16T20:03:15.577Z] === RUN TestDockerSuite/TestLogsTail [2021-09-16T20:03:18.467Z] === RUN TestDockerSuite/TestLogsTimestamps [2021-09-16T20:03:20.635Z] === RUN TestDockerSuite/TestLogsWithDetails [2021-09-16T20:03:22.162Z] === RUN TestDockerSuite/TestMountIntoProc [2021-09-16T20:03:22.162Z] docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux [2021-09-16T20:03:22.162Z] === RUN TestDockerSuite/TestMountIntoSys [2021-09-16T20:03:22.162Z] docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux [2021-09-16T20:03:22.162Z] === RUN TestDockerSuite/TestNetHostname [2021-09-16T20:03:22.163Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2021-09-16T20:03:22.163Z] === RUN TestDockerSuite/TestNetHostnameWithNetHost [2021-09-16T20:03:22.163Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2021-09-16T20:03:22.163Z] === RUN TestDockerSuite/TestNetworkRmWithActiveContainers [2021-09-16T20:03:22.163Z] docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux [2021-09-16T20:03:22.163Z] === RUN TestDockerSuite/TestPermissionsPtsReadonlyRootfs [2021-09-16T20:03:22.163Z] docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux [2021-09-16T20:03:22.163Z] === RUN TestDockerSuite/TestPluginActive [2021-09-16T20:03:22.163Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2021-09-16T20:03:22.163Z] === RUN TestDockerSuite/TestPluginActiveNetwork [2021-09-16T20:03:22.163Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2021-09-16T20:03:22.163Z] === RUN TestDockerSuite/TestPluginInspectOnWindows [2021-09-16T20:03:22.163Z] === RUN TestDockerSuite/TestPluginInstallDisableVolumeLs [2021-09-16T20:03:22.163Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2021-09-16T20:03:22.163Z] === RUN TestDockerSuite/TestPluginLogDriver [2021-09-16T20:03:22.163Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2021-09-16T20:03:22.163Z] === RUN TestDockerSuite/TestPluginLogDriverInfoList [2021-09-16T20:03:22.163Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2021-09-16T20:03:22.163Z] === RUN TestDockerSuite/TestPluginMetricsCollector [2021-09-16T20:03:22.163Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2021-09-16T20:03:22.163Z] === RUN TestDockerSuite/TestPluginUpgrade [2021-09-16T20:03:22.163Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2021-09-16T20:03:22.163Z] === RUN TestDockerSuite/TestPortBindingOnSandbox [2021-09-16T20:03:22.163Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2021-09-16T20:03:22.619Z] === RUN TestDockerSuite/TestPortExposeHostBinding [2021-09-16T20:03:22.619Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2021-09-16T20:03:22.619Z] === RUN TestDockerSuite/TestPortHostBinding [2021-09-16T20:03:22.619Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2021-09-16T20:03:22.619Z] === RUN TestDockerSuite/TestPortList [2021-09-16T20:03:22.619Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2021-09-16T20:03:22.619Z] === RUN TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint [2021-09-16T20:03:26.343Z] === RUN TestDockerSuite/TestPostContainersAttach [2021-09-16T20:03:26.343Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2021-09-16T20:03:26.343Z] === RUN TestDockerSuite/TestPostContainersAttachContainerNotFound [2021-09-16T20:03:26.343Z] === RUN TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted [2021-09-16T20:03:26.343Z] docker_api_containers_test.go:1529: unmatched requirement DaemonIsLinux [2021-09-16T20:03:26.343Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted [2021-09-16T20:03:26.343Z] docker_api_containers_test.go:1443: unmatched requirement DaemonIsLinux [2021-09-16T20:03:26.343Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeNegative [2021-09-16T20:03:26.343Z] docker_api_containers_test.go:1425: unmatched requirement DaemonIsLinux [2021-09-16T20:03:26.343Z] === RUN TestDockerSuite/TestPostContainersCreateShmSizeOmitted [2021-09-16T20:03:26.343Z] docker_api_containers_test.go:1471: unmatched requirement DaemonIsLinux [2021-09-16T20:03:26.343Z] === RUN TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange [2021-09-16T20:03:26.343Z] docker_api_containers_test.go:1554: unmatched requirement DaemonIsLinux [2021-09-16T20:03:26.343Z] === RUN TestDockerSuite/TestPostContainersCreateWithShmSize [2021-09-16T20:03:26.343Z] docker_api_containers_test.go:1498: unmatched requirement DaemonIsLinux [2021-09-16T20:03:26.343Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop [2021-09-16T20:03:26.343Z] docker_api_containers_test.go:1321: unmatched requirement DaemonIsLinux [2021-09-16T20:03:26.343Z] === RUN TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd [2021-09-16T20:03:30.063Z] === RUN TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues [2021-09-16T20:03:30.063Z] docker_api_containers_test.go:1392: unmatched requirement DaemonIsLinux [2021-09-16T20:03:30.063Z] === RUN TestDockerSuite/TestPsByOrder [2021-09-16T20:03:37.113Z] === RUN TestDockerSuite/TestPsImageIDAfterUpdate [2021-09-16T20:03:37.113Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2021-09-16T20:03:37.113Z] === RUN TestDockerSuite/TestPsListContainersBase [2021-09-16T20:03:45.660Z] === RUN TestDockerSuite/TestPsListContainersFilterAncestorImage [2021-09-16T20:03:58.010Z] === RUN TestDockerSuite/TestPsListContainersFilterCreated [2021-09-16T20:03:58.010Z] === RUN TestDockerSuite/TestPsListContainersFilterExited [2021-09-16T20:03:58.010Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2021-09-16T20:03:58.010Z] === RUN TestDockerSuite/TestPsListContainersFilterHealth [2021-09-16T20:04:08.307Z] === RUN TestDockerSuite/TestPsListContainersFilterID [2021-09-16T20:04:11.198Z] === RUN TestDockerSuite/TestPsListContainersFilterLabel [2021-09-16T20:04:16.972Z] === RUN TestDockerSuite/TestPsListContainersFilterName [2021-09-16T20:04:20.690Z] === RUN TestDockerSuite/TestPsListContainersFilterNetwork [2021-09-16T20:04:20.690Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2021-09-16T20:04:20.690Z] === RUN TestDockerSuite/TestPsListContainersFilterPorts [2021-09-16T20:04:20.690Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2021-09-16T20:04:20.690Z] === RUN TestDockerSuite/TestPsListContainersFilterStatus [2021-09-16T20:04:24.414Z] === RUN TestDockerSuite/TestPsListContainersSize [2021-09-16T20:04:24.414Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2021-09-16T20:04:24.414Z] === RUN TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer [2021-09-16T20:04:24.414Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2021-09-16T20:04:24.414Z] === RUN TestDockerSuite/TestPsNotShowPortsOfStoppedContainer [2021-09-16T20:04:24.414Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2021-09-16T20:04:24.414Z] === RUN TestDockerSuite/TestPsRightTagName [2021-09-16T20:04:24.414Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2021-09-16T20:04:24.414Z] === RUN TestDockerSuite/TestPsShowMounts [2021-09-16T20:04:30.183Z] === RUN TestDockerSuite/TestPtraceContainerProcsFromHost [2021-09-16T20:04:30.183Z] docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux [2021-09-16T20:04:30.183Z] === RUN TestDockerSuite/TestPullLinuxImageFailsOnWindows [2021-09-16T20:04:32.350Z] === RUN TestDockerSuite/TestPullWindowsImageFailsOnLinux [2021-09-16T20:04:32.350Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2021-09-16T20:04:32.350Z] === RUN TestDockerSuite/TestPushToCentralRegistryUnauthorized [2021-09-16T20:04:33.315Z] === RUN TestDockerSuite/TestPushUnprefixedRepo [2021-09-16T20:04:34.280Z] === RUN TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs [2021-09-16T20:04:34.280Z] docker_api_containers_test.go:1368: unmatched requirement DaemonIsLinux [2021-09-16T20:04:34.280Z] === RUN TestDockerSuite/TestRestartAutoRemoveContainer [2021-09-16T20:04:37.998Z] === RUN TestDockerSuite/TestRestartContainerSuccess [2021-09-16T20:04:41.715Z] === RUN TestDockerSuite/TestRestartContainerwithGoodContainer [2021-09-16T20:04:43.244Z] === RUN TestDockerSuite/TestRestartContainerwithRestartPolicy [2021-09-16T20:05:08.349Z] === RUN TestDockerSuite/TestRestartDisconnectedContainer [2021-09-16T20:05:08.349Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2021-09-16T20:05:08.349Z] === RUN TestDockerSuite/TestRestartPolicyAfterRestart [2021-09-16T20:05:11.240Z] === RUN TestDockerSuite/TestRestartPolicyAlways [2021-09-16T20:05:11.240Z] === RUN TestDockerSuite/TestRestartPolicyNO [2021-09-16T20:05:11.240Z] === RUN TestDockerSuite/TestRestartPolicyOnFailure [2021-09-16T20:05:12.203Z] === RUN TestDockerSuite/TestRestartRunningContainer [2021-09-16T20:05:15.921Z] === RUN TestDockerSuite/TestRestartStoppedContainer [2021-09-16T20:05:18.815Z] === RUN TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork [2021-09-16T20:05:18.815Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2021-09-16T20:05:18.815Z] === RUN TestDockerSuite/TestRestartWithVolumes [2021-09-16T20:05:22.534Z] === RUN TestDockerSuite/TestRmiBlank [2021-09-16T20:05:22.534Z] === RUN TestDockerSuite/TestRmiByIDHardConflict [2021-09-16T20:05:22.990Z] === RUN TestDockerSuite/TestRmiContainerImageNotFound [2021-09-16T20:05:35.337Z] === RUN TestDockerSuite/TestRmiForceWithExistingContainers [2021-09-16T20:05:36.866Z] === RUN TestDockerSuite/TestRmiForceWithMultipleRepositories [2021-09-16T20:05:37.322Z] === RUN TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags [2021-09-16T20:05:43.181Z] === RUN TestDockerSuite/TestRmiImgIDForce [2021-09-16T20:05:46.975Z] === RUN TestDockerSuite/TestRmiImgIDMultipleTag [2021-09-16T20:05:54.140Z] === RUN TestDockerSuite/TestRmiParentImageFail [2021-09-16T20:05:57.098Z] === RUN TestDockerSuite/TestRmiTag [2021-09-16T20:05:57.098Z] === RUN TestDockerSuite/TestRmiTagWithExistingContainers [2021-09-16T20:05:59.316Z] === RUN TestDockerSuite/TestRmiUntagHistoryLayer [2021-09-16T20:06:14.259Z] === RUN TestDockerSuite/TestRmiWithContainerFails [2021-09-16T20:06:15.249Z] === RUN TestDockerSuite/TestRmiWithMultipleRepositories [2021-09-16T20:06:20.010Z] === RUN TestDockerSuite/TestRmiWithParentInUse [2021-09-16T20:06:20.479Z] === RUN TestDockerSuite/TestRunAddDeviceCgroupRule [2021-09-16T20:06:20.479Z] docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux [2021-09-16T20:06:20.479Z] === RUN TestDockerSuite/TestRunAddHost [2021-09-16T20:06:20.479Z] docker_cli_run_test.go:1576: unmatched requirement DaemonIsLinux [2021-09-16T20:06:20.479Z] === RUN TestDockerSuite/TestRunAddHostInHostMode [2021-09-16T20:06:20.479Z] docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux [2021-09-16T20:06:20.479Z] === RUN TestDockerSuite/TestRunAddingOptionalDevices [2021-09-16T20:06:20.479Z] docker_cli_run_test.go:1171: unmatched requirement DaemonIsLinux [2021-09-16T20:06:20.479Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode [2021-09-16T20:06:20.479Z] docker_cli_run_test.go:1189: unmatched requirement DaemonIsLinux [2021-09-16T20:06:20.479Z] === RUN TestDockerSuite/TestRunAddingOptionalDevicesNoSrc [2021-09-16T20:06:20.479Z] docker_cli_run_test.go:1180: unmatched requirement DaemonIsLinux [2021-09-16T20:06:20.479Z] === RUN TestDockerSuite/TestRunAllocatePortInReservedRange [2021-09-16T20:06:20.479Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2021-09-16T20:06:20.479Z] === RUN TestDockerSuite/TestRunAllowBindMountingRoot [2021-09-16T20:06:22.698Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughExpose [2021-09-16T20:06:22.698Z] docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux [2021-09-16T20:06:22.698Z] === RUN TestDockerSuite/TestRunAllowPortRangeThroughPublish [2021-09-16T20:06:22.698Z] docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux [2021-09-16T20:06:22.698Z] === RUN TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes [2021-09-16T20:06:26.495Z] === RUN TestDockerSuite/TestRunAttachFailedNoLeak [2021-09-16T20:06:28.746Z] === RUN TestDockerSuite/TestRunAttachStdErrOnlyTTYMode [2021-09-16T20:06:30.313Z] === RUN TestDockerSuite/TestRunAttachStdOutAndErrTTYMode [2021-09-16T20:06:32.530Z] === RUN TestDockerSuite/TestRunAttachStdOutOnlyTTYMode [2021-09-16T20:06:34.097Z] === RUN TestDockerSuite/TestRunAttachWithDetach [2021-09-16T20:06:34.097Z] === RUN TestDockerSuite/TestRunBindMounts [2021-09-16T20:06:38.863Z] === RUN TestDockerSuite/TestRunCapAddALLCanDownInterface [2021-09-16T20:06:38.863Z] docker_cli_run_test.go:1052: unmatched requirement DaemonIsLinux [2021-09-16T20:06:38.863Z] === RUN TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface [2021-09-16T20:06:38.863Z] docker_cli_run_test.go:1062: unmatched requirement DaemonIsLinux [2021-09-16T20:06:38.863Z] === RUN TestDockerSuite/TestRunCapAddCHOWN [2021-09-16T20:06:38.863Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux [2021-09-16T20:06:38.863Z] === RUN TestDockerSuite/TestRunCapAddCanDownInterface [2021-09-16T20:06:38.863Z] docker_cli_run_test.go:1042: unmatched requirement DaemonIsLinux [2021-09-16T20:06:38.863Z] === RUN TestDockerSuite/TestRunCapAddInvalid [2021-09-16T20:06:38.863Z] docker_cli_run_test.go:1033: unmatched requirement DaemonIsLinux [2021-09-16T20:06:38.863Z] === RUN TestDockerSuite/TestRunCapAddSYSTIME [2021-09-16T20:06:38.863Z] docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux [2021-09-16T20:06:38.863Z] === RUN TestDockerSuite/TestRunCapDropALLAddMknodCanMknod [2021-09-16T20:06:38.863Z] docker_cli_run_test.go:1023: unmatched requirement DaemonIsLinux [2021-09-16T20:06:38.863Z] === RUN TestDockerSuite/TestRunCapDropALLCannotMknod [2021-09-16T20:06:38.863Z] docker_cli_run_test.go:1011: unmatched requirement DaemonIsLinux [2021-09-16T20:06:38.863Z] === RUN TestDockerSuite/TestRunCapDropCannotMknod [2021-09-16T20:06:38.863Z] docker_cli_run_test.go:985: unmatched requirement DaemonIsLinux [2021-09-16T20:06:38.863Z] === RUN TestDockerSuite/TestRunCapDropCannotMknodLowerCase [2021-09-16T20:06:38.863Z] docker_cli_run_test.go:998: unmatched requirement DaemonIsLinux [2021-09-16T20:06:38.863Z] === RUN TestDockerSuite/TestRunCapDropInvalid [2021-09-16T20:06:38.863Z] docker_cli_run_test.go:976: unmatched requirement DaemonIsLinux [2021-09-16T20:06:38.863Z] === RUN TestDockerSuite/TestRunCidFileCheckIDLength [2021-09-16T20:06:40.431Z] === RUN TestDockerSuite/TestRunCidFileCleanupIfEmpty [2021-09-16T20:06:40.431Z] docker_cli_run_test.go:1932: unmatched requirement DaemonIsLinux [2021-09-16T20:06:40.431Z] === RUN TestDockerSuite/TestRunCleanupCmdOnEntrypoint [2021-09-16T20:06:42.649Z] === RUN TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts [2021-09-16T20:06:42.649Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2021-09-16T20:06:42.649Z] === RUN TestDockerSuite/TestRunContainerNetModeWithExposePort [2021-09-16T20:06:42.649Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2021-09-16T20:06:42.649Z] === RUN TestDockerSuite/TestRunContainerNetwork [2021-09-16T20:06:44.869Z] === RUN TestDockerSuite/TestRunContainerNetworkModeToSelf [2021-09-16T20:06:44.869Z] docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux [2021-09-16T20:06:44.869Z] === RUN TestDockerSuite/TestRunContainerWithCgroupMountRO [2021-09-16T20:06:44.869Z] docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux [2021-09-16T20:06:44.869Z] === RUN TestDockerSuite/TestRunContainerWithCgroupParent [2021-09-16T20:06:44.869Z] docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux [2021-09-16T20:06:44.869Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer [2021-09-16T20:06:44.869Z] docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux [2021-09-16T20:06:44.869Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfs [2021-09-16T20:06:44.869Z] docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux [2021-09-16T20:06:44.869Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag [2021-09-16T20:06:44.869Z] docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux [2021-09-16T20:06:44.869Z] === RUN TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag [2021-09-16T20:06:44.869Z] docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux [2021-09-16T20:06:44.869Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer [2021-09-16T20:06:46.436Z] === RUN TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero [2021-09-16T20:06:48.656Z] === RUN TestDockerSuite/TestRunContainerWithWritableRootfs [2021-09-16T20:06:50.224Z] === RUN TestDockerSuite/TestRunCopyVolumeContent [2021-09-16T20:06:50.224Z] docker_cli_run_test.go:1677: unmatched requirement DaemonIsLinux [2021-09-16T20:06:50.224Z] === RUN TestDockerSuite/TestRunCopyVolumeUIDGID [2021-09-16T20:06:50.224Z] docker_cli_run_test.go:1658: unmatched requirement DaemonIsLinux [2021-09-16T20:06:50.224Z] === RUN TestDockerSuite/TestRunCreateContainerFailedCleanUp [2021-09-16T20:06:50.224Z] docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux [2021-09-16T20:06:50.224Z] === RUN TestDockerSuite/TestRunCreateVolume [2021-09-16T20:06:52.443Z] === RUN TestDockerSuite/TestRunCreateVolumeEtc [2021-09-16T20:06:52.443Z] docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux [2021-09-16T20:06:52.443Z] === RUN TestDockerSuite/TestRunCreateVolumeWithSymlink [2021-09-16T20:06:52.443Z] docker_cli_run_test.go:621: unmatched requirement DaemonIsLinux [2021-09-16T20:06:52.443Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir [2021-09-16T20:06:52.443Z] docker_cli_run_test.go:383: unmatched requirement DaemonIsLinux [2021-09-16T20:06:52.443Z] === RUN TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 [2021-09-16T20:06:52.443Z] docker_cli_run_test.go:427: unmatched requirement DaemonIsLinux [2021-09-16T20:06:52.443Z] === RUN TestDockerSuite/TestRunCredentialSpecFailures [2021-09-16T20:06:54.012Z] === RUN TestDockerSuite/TestRunCredentialSpecWellFormed [2021-09-16T20:06:58.781Z] === RUN TestDockerSuite/TestRunDNSDefaultOptions [2021-09-16T20:06:58.781Z] docker_cli_run_test.go:1253: unmatched requirement DaemonIsLinux [2021-09-16T20:06:58.781Z] === RUN TestDockerSuite/TestRunDNSInHostMode [2021-09-16T20:06:58.781Z] docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux [2021-09-16T20:06:58.781Z] === RUN TestDockerSuite/TestRunDNSOptions [2021-09-16T20:06:58.781Z] docker_cli_run_test.go:1288: unmatched requirement DaemonIsLinux [2021-09-16T20:06:58.781Z] === RUN TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf [2021-09-16T20:06:58.781Z] docker_cli_run_test.go:1321: unmatched requirement DaemonIsLinux [2021-09-16T20:06:58.781Z] === RUN TestDockerSuite/TestRunDNSRepeatOptions [2021-09-16T20:06:58.781Z] docker_cli_run_test.go:1310: unmatched requirement DaemonIsLinux [2021-09-16T20:06:58.781Z] === RUN TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule [2021-09-16T20:06:58.781Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2021-09-16T20:06:58.781Z] === RUN TestDockerSuite/TestRunDetachedContainerIDPrinting [2021-09-16T20:07:00.350Z] === RUN TestDockerSuite/TestRunDeviceNumbers [2021-09-16T20:07:00.350Z] docker_cli_run_test.go:1141: unmatched requirement DaemonIsLinux [2021-09-16T20:07:00.350Z] === RUN TestDockerSuite/TestRunDisallowBindMountingRootToRoot [2021-09-16T20:07:00.350Z] === RUN TestDockerSuite/TestRunDuplicateMount [2021-09-16T20:07:00.350Z] docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux [2021-09-16T20:07:00.350Z] === RUN TestDockerSuite/TestRunEchoNamedContainer [2021-09-16T20:07:02.572Z] === RUN TestDockerSuite/TestRunEchoStdout [2021-09-16T20:07:04.139Z] === RUN TestDockerSuite/TestRunEmptyEnv [2021-09-16T20:07:04.139Z] docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux [2021-09-16T20:07:04.139Z] === RUN TestDockerSuite/TestRunEntrypoint [2021-09-16T20:07:05.708Z] === RUN TestDockerSuite/TestRunEnvironment [2021-09-16T20:07:05.708Z] docker_cli_run_test.go:817: unmatched requirement DaemonIsLinux [2021-09-16T20:07:05.708Z] === RUN TestDockerSuite/TestRunEnvironmentErase [2021-09-16T20:07:05.708Z] docker_cli_run_test.go:856: unmatched requirement DaemonIsLinux [2021-09-16T20:07:05.708Z] === RUN TestDockerSuite/TestRunEnvironmentOverride [2021-09-16T20:07:05.708Z] docker_cli_run_test.go:889: unmatched requirement DaemonIsLinux [2021-09-16T20:07:05.708Z] === RUN TestDockerSuite/TestRunExitCode [2021-09-16T20:07:07.928Z] === RUN TestDockerSuite/TestRunExitCodeOne [2021-09-16T20:07:09.494Z] === RUN TestDockerSuite/TestRunExitCodeZero [2021-09-16T20:07:11.714Z] === RUN TestDockerSuite/TestRunExitOnStdinClose [2021-09-16T20:07:13.282Z] === RUN TestDockerSuite/TestRunExposePort [2021-09-16T20:07:13.752Z] === RUN TestDockerSuite/TestRunFullHostnameSet [2021-09-16T20:07:13.752Z] docker_cli_run_test.go:947: unmatched requirement DaemonIsLinux [2021-09-16T20:07:13.752Z] === RUN TestDockerSuite/TestRunGroupAdd [2021-09-16T20:07:13.752Z] docker_cli_run_test.go:1074: unmatched requirement DaemonIsLinux [2021-09-16T20:07:13.752Z] === RUN TestDockerSuite/TestRunHostnameFQDN [2021-09-16T20:07:13.752Z] docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux [2021-09-16T20:07:13.752Z] === RUN TestDockerSuite/TestRunHostnameInHostMode [2021-09-16T20:07:13.752Z] docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux [2021-09-16T20:07:13.752Z] === RUN TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent [2021-09-16T20:07:13.752Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2021-09-16T20:07:13.752Z] === RUN TestDockerSuite/TestRunInitLayerPathOwnership [2021-09-16T20:07:13.752Z] docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux [2021-09-16T20:07:13.752Z] === RUN TestDockerSuite/TestRunInspectMacAddress [2021-09-16T20:07:13.752Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2021-09-16T20:07:13.752Z] === RUN TestDockerSuite/TestRunInteractiveWithRestartPolicy [2021-09-16T20:07:16.710Z] === RUN TestDockerSuite/TestRunInvalidCgroupParent [2021-09-16T20:07:16.710Z] docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux [2021-09-16T20:07:16.710Z] === RUN TestDockerSuite/TestRunInvalidReference [2021-09-16T20:07:16.710Z] === RUN TestDockerSuite/TestRunLeakyFileDescriptors [2021-09-16T20:07:16.710Z] docker_cli_run_test.go:60: unmatched requirement DaemonIsLinux [2021-09-16T20:07:16.710Z] === RUN TestDockerSuite/TestRunLinkToContainerNetMode [2021-09-16T20:07:16.710Z] docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux [2021-09-16T20:07:16.710Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerID [2021-09-16T20:07:16.710Z] docker_cli_run_test.go:195: unmatched requirement DaemonIsLinux [2021-09-16T20:07:17.180Z] === RUN TestDockerSuite/TestRunLinksContainerWithContainerName [2021-09-16T20:07:17.180Z] docker_cli_run_test.go:180: unmatched requirement DaemonIsLinux [2021-09-16T20:07:17.180Z] === RUN TestDockerSuite/TestRunLookupGoogleDNS [2021-09-16T20:07:25.853Z] === RUN TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled [2021-09-16T20:07:25.853Z] docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux [2021-09-16T20:07:25.853Z] === RUN TestDockerSuite/TestRunLoopbackWhenNetworkDisabled [2021-09-16T20:07:26.321Z] === RUN TestDockerSuite/TestRunModeHostname [2021-09-16T20:07:26.321Z] docker_cli_run_test.go:1198: unmatched requirement DaemonIsLinux [2021-09-16T20:07:26.321Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotExists [2021-09-16T20:07:26.321Z] docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux [2021-09-16T20:07:26.321Z] === RUN TestDockerSuite/TestRunModeIpcContainerNotRunning [2021-09-16T20:07:26.321Z] docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux [2021-09-16T20:07:26.321Z] === RUN TestDockerSuite/TestRunModeIpcHost [2021-09-16T20:07:26.321Z] docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux [2021-09-16T20:07:26.322Z] === RUN TestDockerSuite/TestRunModeNetContainerHostname [2021-09-16T20:07:26.322Z] docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux [2021-09-16T20:07:26.322Z] === RUN TestDockerSuite/TestRunModePIDContainer [2021-09-16T20:07:26.322Z] docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux [2021-09-16T20:07:26.322Z] === RUN TestDockerSuite/TestRunModePIDContainerNotExists [2021-09-16T20:07:26.322Z] docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux [2021-09-16T20:07:26.322Z] === RUN TestDockerSuite/TestRunModePIDContainerNotRunning [2021-09-16T20:07:26.322Z] docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux [2021-09-16T20:07:26.322Z] === RUN TestDockerSuite/TestRunModeUTSHost [2021-09-16T20:07:26.322Z] docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux [2021-09-16T20:07:26.322Z] === RUN TestDockerSuite/TestRunMount [2021-09-16T20:07:26.322Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux [2021-09-16T20:07:26.322Z] === RUN TestDockerSuite/TestRunMountOrdering [2021-09-16T20:07:26.322Z] docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux [2021-09-16T20:07:26.322Z] === RUN TestDockerSuite/TestRunMountReadOnlyDevShm [2021-09-16T20:07:26.322Z] docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux [2021-09-16T20:07:26.322Z] === RUN TestDockerSuite/TestRunMountShmMqueueFromHost [2021-09-16T20:07:26.322Z] docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux [2021-09-16T20:07:26.322Z] === RUN TestDockerSuite/TestRunMultipleVolumesFrom [2021-09-16T20:07:32.194Z] === RUN TestDockerSuite/TestRunMutableNetworkFiles [2021-09-16T20:07:32.194Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2021-09-16T20:07:32.194Z] === RUN TestDockerSuite/TestRunNamedVolume [2021-09-16T20:07:32.194Z] docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux [2021-09-16T20:07:32.194Z] === RUN TestDockerSuite/TestRunNamedVolumeCopyImageData [2021-09-16T20:07:32.194Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2021-09-16T20:07:32.194Z] === RUN TestDockerSuite/TestRunNamedVolumeNotRemoved [2021-09-16T20:07:36.956Z] === RUN TestDockerSuite/TestRunNamedVolumesFromNotRemoved [2021-09-16T20:07:39.913Z] === RUN TestDockerSuite/TestRunNamedVolumesMountedAsShared [2021-09-16T20:07:39.913Z] docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux [2021-09-16T20:07:39.913Z] === RUN TestDockerSuite/TestRunNetContainerWhichHost [2021-09-16T20:07:39.913Z] docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux [2021-09-16T20:07:39.913Z] === RUN TestDockerSuite/TestRunNetHost [2021-09-16T20:07:39.913Z] docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux [2021-09-16T20:07:39.913Z] === RUN TestDockerSuite/TestRunNetHostNotAllowedWithLinks [2021-09-16T20:07:39.913Z] docker_cli_run_test.go:931: unmatched requirement DaemonIsLinux [2021-09-16T20:07:39.913Z] === RUN TestDockerSuite/TestRunNetHostTwiceSameName [2021-09-16T20:07:39.913Z] docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux [2021-09-16T20:07:39.913Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMount [2021-09-16T20:07:39.913Z] docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux [2021-09-16T20:07:39.913Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountRO [2021-09-16T20:07:39.913Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2021-09-16T20:07:39.913Z] === RUN TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem [2021-09-16T20:07:39.913Z] docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux [2021-09-16T20:07:39.913Z] === RUN TestDockerSuite/TestRunNetworkNotInitializedNoneMode [2021-09-16T20:07:39.913Z] docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux [2021-09-16T20:07:39.913Z] === RUN TestDockerSuite/TestRunNoDupVolumes [2021-09-16T20:07:39.913Z] === RUN TestDockerSuite/TestRunNoOutputFromPullInStdout [2021-09-16T20:07:41.479Z] === RUN TestDockerSuite/TestRunNonExecutableCmd [2021-09-16T20:07:43.047Z] === RUN TestDockerSuite/TestRunNonExistingCmd [2021-09-16T20:07:45.267Z] === RUN TestDockerSuite/TestRunNonExistingImage [2021-09-16T20:07:46.256Z] === RUN TestDockerSuite/TestRunNonLocalMacAddress [2021-09-16T20:07:47.823Z] === RUN TestDockerSuite/TestRunNonRootUserResolvName [2021-09-16T20:07:48.292Z] docker_cli_run_test.go:1403: unmatched requirement DaemonIsLinux [2021-09-16T20:07:48.293Z] === RUN TestDockerSuite/TestRunPIDHostWithChildIsKillable [2021-09-16T20:07:48.293Z] docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux [2021-09-16T20:07:48.293Z] === RUN TestDockerSuite/TestRunPortFromDockerRangeInUse [2021-09-16T20:07:48.293Z] docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux [2021-09-16T20:07:48.293Z] === RUN TestDockerSuite/TestRunPortInUse [2021-09-16T20:07:48.293Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2021-09-16T20:07:48.293Z] === RUN TestDockerSuite/TestRunPrivilegedCanMknod [2021-09-16T20:07:48.293Z] docker_cli_run_test.go:957: unmatched requirement DaemonIsLinux [2021-09-16T20:07:48.293Z] === RUN TestDockerSuite/TestRunPrivilegedCanMount [2021-09-16T20:07:48.293Z] docker_cli_run_test.go:1085: unmatched requirement DaemonIsLinux [2021-09-16T20:07:48.293Z] === RUN TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers [2021-09-16T20:07:48.293Z] docker_cli_run_test.go:1124: unmatched requirement DaemonIsLinux [2021-09-16T20:07:48.293Z] === RUN TestDockerSuite/TestRunProcWritableInPrivilegedContainers [2021-09-16T20:07:48.293Z] docker_cli_run_test.go:1132: unmatched requirement DaemonIsLinux [2021-09-16T20:07:48.293Z] === RUN TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent [2021-09-16T20:07:50.512Z] === RUN TestDockerSuite/TestRunPublishPort [2021-09-16T20:07:50.512Z] docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux [2021-09-16T20:07:50.512Z] === RUN TestDockerSuite/TestRunReadFilteredProc [2021-09-16T20:07:50.512Z] docker_cli_run_test.go:2860: unmatched requirement Apparmor [2021-09-16T20:07:50.512Z] === RUN TestDockerSuite/TestRunReadProcLatency [2021-09-16T20:07:50.512Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2021-09-16T20:07:50.512Z] === RUN TestDockerSuite/TestRunReadProcTimer [2021-09-16T20:07:50.512Z] docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux [2021-09-16T20:07:50.981Z] === RUN TestDockerSuite/TestRunResolvconfUpdate [2021-09-16T20:07:50.981Z] docker_cli_run_test.go:1425: unmatched requirement DaemonIsLinux [2021-09-16T20:07:50.981Z] === RUN TestDockerSuite/TestRunRestartMaxRetries [2021-09-16T20:07:58.147Z] === RUN TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink [2021-09-16T20:07:58.147Z] docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux [2021-09-16T20:07:58.147Z] === RUN TestDockerSuite/TestRunRm [2021-09-16T20:07:59.135Z] === RUN TestDockerSuite/TestRunRmAndWait [2021-09-16T20:08:05.009Z] === RUN TestDockerSuite/TestRunRmPre125Api [2021-09-16T20:08:06.575Z] === RUN TestDockerSuite/TestRunRootWorkdir [2021-09-16T20:08:08.145Z] === RUN TestDockerSuite/TestRunSetDefaultRestartPolicy [2021-09-16T20:08:09.714Z] === RUN TestDockerSuite/TestRunSetMacAddress [2021-09-16T20:08:11.933Z] === RUN TestDockerSuite/TestRunSlowStdoutConsumer [2021-09-16T20:08:11.933Z] docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux [2021-09-16T20:08:11.933Z] === RUN TestDockerSuite/TestRunState [2021-09-16T20:08:11.933Z] docker_cli_run_test.go:1621: unmatched requirement DaemonIsLinux [2021-09-16T20:08:11.933Z] === RUN TestDockerSuite/TestRunStdinBlockedAfterContainerExit [2021-09-16T20:08:14.151Z] === RUN TestDockerSuite/TestRunStdinPipe [2021-09-16T20:08:14.151Z] docker_cli_run_test.go:98: unmatched requirement DaemonIsLinux [2021-09-16T20:08:14.151Z] === RUN TestDockerSuite/TestRunStoppedLoggingDriverNoLeak [2021-09-16T20:08:15.717Z] === RUN TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers [2021-09-16T20:08:15.717Z] docker_cli_run_test.go:1108: unmatched requirement DaemonIsLinux [2021-09-16T20:08:15.717Z] === RUN TestDockerSuite/TestRunSysWritableInPrivilegedContainers [2021-09-16T20:08:15.717Z] docker_cli_run_test.go:1116: unmatched requirement DaemonIsLinux [2021-09-16T20:08:15.717Z] === RUN TestDockerSuite/TestRunTLSVerify [2021-09-16T20:08:15.717Z] === RUN TestDockerSuite/TestRunTTYWithPipe [2021-09-16T20:08:15.717Z] === RUN TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices [2021-09-16T20:08:15.717Z] docker_cli_run_test.go:1156: unmatched requirement DaemonIsLinux [2021-09-16T20:08:15.717Z] === RUN TestDockerSuite/TestRunTwoConcurrentContainers [2021-09-16T20:08:20.481Z] === RUN TestDockerSuite/TestRunUnprivilegedCanMknod [2021-09-16T20:08:20.481Z] docker_cli_run_test.go:967: unmatched requirement DaemonIsLinux [2021-09-16T20:08:20.481Z] === RUN TestDockerSuite/TestRunUnprivilegedCannotMount [2021-09-16T20:08:20.481Z] docker_cli_run_test.go:1095: unmatched requirement DaemonIsLinux [2021-09-16T20:08:20.481Z] === RUN TestDockerSuite/TestRunUnprivilegedWithChroot [2021-09-16T20:08:20.481Z] docker_cli_run_test.go:1165: unmatched requirement DaemonIsLinux [2021-09-16T20:08:20.481Z] === RUN TestDockerSuite/TestRunUnsetEntrypoint [2021-09-16T20:08:20.481Z] docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux [2021-09-16T20:08:20.481Z] === RUN TestDockerSuite/TestRunUnshareProc [2021-09-16T20:08:20.481Z] docker_cli_run_test.go:2899: unmatched requirement Apparmor [2021-09-16T20:08:20.481Z] === RUN TestDockerSuite/TestRunUserByID [2021-09-16T20:08:20.481Z] docker_cli_run_test.go:736: unmatched requirement DaemonIsLinux [2021-09-16T20:08:20.481Z] === RUN TestDockerSuite/TestRunUserByIDBig [2021-09-16T20:08:20.481Z] docker_cli_run_test.go:746: unmatched requirement DaemonIsLinux [2021-09-16T20:08:20.481Z] === RUN TestDockerSuite/TestRunUserByIDNegative [2021-09-16T20:08:20.481Z] docker_cli_run_test.go:759: unmatched requirement DaemonIsLinux [2021-09-16T20:08:20.481Z] === RUN TestDockerSuite/TestRunUserByIDZero [2021-09-16T20:08:20.481Z] docker_cli_run_test.go:772: unmatched requirement DaemonIsLinux [2021-09-16T20:08:20.481Z] === RUN TestDockerSuite/TestRunUserByName [2021-09-16T20:08:20.481Z] docker_cli_run_test.go:726: unmatched requirement DaemonIsLinux [2021-09-16T20:08:20.481Z] === RUN TestDockerSuite/TestRunUserDefaults [2021-09-16T20:08:22.047Z] === RUN TestDockerSuite/TestRunUserNotFound [2021-09-16T20:08:22.047Z] docker_cli_run_test.go:785: unmatched requirement DaemonIsLinux [2021-09-16T20:08:22.047Z] === RUN TestDockerSuite/TestRunVerifyContainerID [2021-09-16T20:08:24.266Z] === RUN TestDockerSuite/TestRunVolumeCopyFlag [2021-09-16T20:08:24.266Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux [2021-09-16T20:08:24.266Z] === RUN TestDockerSuite/TestRunVolumeWithOneCharacter [2021-09-16T20:08:24.266Z] docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux [2021-09-16T20:08:24.266Z] === RUN TestDockerSuite/TestRunVolumesCleanPaths [2021-09-16T20:08:27.224Z] === RUN TestDockerSuite/TestRunVolumesFromInReadWriteMode [2021-09-16T20:08:33.097Z] === RUN TestDockerSuite/TestRunVolumesFromInReadonlyModeFails [2021-09-16T20:08:36.055Z] === RUN TestDockerSuite/TestRunVolumesFromRestartAfterRemoved [2021-09-16T20:08:42.070Z] === RUN TestDockerSuite/TestRunVolumesFromSymlinkPath [2021-09-16T20:08:42.070Z] docker_cli_run_test.go:658: unmatched requirement DaemonIsLinux [2021-09-16T20:08:42.070Z] === RUN TestDockerSuite/TestRunVolumesMountedAsReadonly [2021-09-16T20:08:42.070Z] === RUN TestDockerSuite/TestRunWindowsWithCPUCount [2021-09-16T20:08:44.290Z] === RUN TestDockerSuite/TestRunWindowsWithCPUPercent [2021-09-16T20:08:45.857Z] === RUN TestDockerSuite/TestRunWindowsWithCPUShares [2021-09-16T20:08:48.074Z] === RUN TestDockerSuite/TestRunWithBadDevice [2021-09-16T20:08:48.074Z] docker_cli_run_test.go:1850: unmatched requirement DaemonIsLinux [2021-09-16T20:08:48.074Z] === RUN TestDockerSuite/TestRunWithDaemonFlags [2021-09-16T20:08:48.074Z] === RUN TestDockerSuite/TestRunWithInvalidMacAddress [2021-09-16T20:08:48.074Z] === RUN TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks [2021-09-16T20:08:48.074Z] docker_cli_run_test.go:282: unmatched requirement DaemonIsLinux [2021-09-16T20:08:48.074Z] === RUN TestDockerSuite/TestRunWithOomScoreAdj [2021-09-16T20:08:48.074Z] docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux [2021-09-16T20:08:48.074Z] === RUN TestDockerSuite/TestRunWithOomScoreAdjInvalidRange [2021-09-16T20:08:48.074Z] docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux [2021-09-16T20:08:48.074Z] === RUN TestDockerSuite/TestRunWithTooSmallMemoryLimit [2021-09-16T20:08:48.074Z] docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux [2021-09-16T20:08:48.074Z] === RUN TestDockerSuite/TestRunWithUlimits [2021-09-16T20:08:48.074Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2021-09-16T20:08:48.074Z] === RUN TestDockerSuite/TestRunWithVolumesFromExited [2021-09-16T20:08:51.869Z] === RUN TestDockerSuite/TestRunWithoutNetworking [2021-09-16T20:08:52.858Z] === RUN TestDockerSuite/TestRunWorkdirExistsAndIsFile [2021-09-16T20:08:54.426Z] === RUN TestDockerSuite/TestRunWorkingDirectory [2021-09-16T20:08:59.309Z] === RUN TestDockerSuite/TestRunWriteFilteredProc [2021-09-16T20:08:59.309Z] docker_cli_run_test.go:3016: unmatched requirement Apparmor [2021-09-16T20:08:59.309Z] === RUN TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit [2021-09-16T20:08:59.309Z] docker_cli_run_test.go:1802: unmatched requirement DaemonIsLinux [2021-09-16T20:08:59.309Z] === RUN TestDockerSuite/TestRunWriteToProcAsound [2021-09-16T20:08:59.309Z] docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux [2021-09-16T20:08:59.309Z] === RUN TestDockerSuite/TestRunWrongCpusetCpusFlagValue [2021-09-16T20:08:59.309Z] docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux [2021-09-16T20:08:59.309Z] === RUN TestDockerSuite/TestRunWrongCpusetMemsFlagValue [2021-09-16T20:08:59.309Z] docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux [2021-09-16T20:08:59.309Z] === RUN TestDockerSuite/TestSaveAndLoadRepoFlags [2021-09-16T20:08:59.309Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2021-09-16T20:08:59.309Z] === RUN TestDockerSuite/TestSaveCheckTimes [2021-09-16T20:08:59.309Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2021-09-16T20:08:59.309Z] === RUN TestDockerSuite/TestSaveDirectoryPermissions [2021-09-16T20:08:59.309Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2021-09-16T20:08:59.309Z] === RUN TestDockerSuite/TestSaveImageId [2021-09-16T20:08:59.309Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2021-09-16T20:08:59.309Z] === RUN TestDockerSuite/TestSaveLoadNoTag [2021-09-16T20:08:59.309Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2021-09-16T20:08:59.309Z] === RUN TestDockerSuite/TestSaveLoadParents [2021-09-16T20:08:59.309Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2021-09-16T20:08:59.309Z] === RUN TestDockerSuite/TestSaveMultipleNames [2021-09-16T20:08:59.309Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2021-09-16T20:08:59.309Z] === RUN TestDockerSuite/TestSaveRepoWithMultipleImages [2021-09-16T20:08:59.309Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2021-09-16T20:08:59.309Z] === RUN TestDockerSuite/TestSaveSingleTag [2021-09-16T20:08:59.309Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2021-09-16T20:08:59.309Z] === RUN TestDockerSuite/TestSaveWithNoExistImage [2021-09-16T20:08:59.309Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2021-09-16T20:08:59.309Z] === RUN TestDockerSuite/TestSaveXzAndLoadRepoStdout [2021-09-16T20:08:59.309Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2021-09-16T20:08:59.309Z] === RUN TestDockerSuite/TestSaveXzGzAndLoadRepoStdout [2021-09-16T20:08:59.309Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2021-09-16T20:08:59.310Z] === RUN TestDockerSuite/TestSearchCmdOptions [2021-09-16T20:09:01.537Z] === RUN TestDockerSuite/TestSearchOnCentralRegistry [2021-09-16T20:09:01.537Z] === RUN TestDockerSuite/TestSearchOnCentralRegistryWithDash [2021-09-16T20:09:02.010Z] === RUN TestDockerSuite/TestSearchStarsOptionWithWrongParameter [2021-09-16T20:09:02.010Z] === RUN TestDockerSuite/TestSearchWithLimit [2021-09-16T20:09:03.582Z] === RUN TestDockerSuite/TestSlowStdinClosing [2021-09-16T20:09:09.454Z] === RUN TestDockerSuite/TestStartAttachCorrectExitCode [2021-09-16T20:09:09.454Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2021-09-16T20:09:09.454Z] === RUN TestDockerSuite/TestStartAttachMultipleContainers [2021-09-16T20:09:16.620Z] === RUN TestDockerSuite/TestStartAttachReturnsOnError [2021-09-16T20:09:16.620Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2021-09-16T20:09:16.620Z] === RUN TestDockerSuite/TestStartAttachSilent [2021-09-16T20:09:18.837Z] === RUN TestDockerSuite/TestStartAttachWithRename [2021-09-16T20:09:18.837Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2021-09-16T20:09:18.837Z] === RUN TestDockerSuite/TestStartMultipleContainers [2021-09-16T20:09:18.837Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2021-09-16T20:09:18.837Z] === RUN TestDockerSuite/TestStartPausedContainer [2021-09-16T20:09:18.837Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2021-09-16T20:09:18.837Z] === RUN TestDockerSuite/TestStartRecordError [2021-09-16T20:09:18.837Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2021-09-16T20:09:18.837Z] === RUN TestDockerSuite/TestStartReturnCorrectExitCode [2021-09-16T20:09:24.710Z] === RUN TestDockerSuite/TestStatsAllNewContainersAdded [2021-09-16T20:09:24.710Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2021-09-16T20:09:24.710Z] === RUN TestDockerSuite/TestStatsAllNoStream [2021-09-16T20:09:24.710Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2021-09-16T20:09:24.710Z] === RUN TestDockerSuite/TestStatsAllRunningNoStream [2021-09-16T20:09:24.710Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2021-09-16T20:09:24.710Z] === RUN TestDockerSuite/TestStatsContainerNotFound [2021-09-16T20:09:24.710Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2021-09-16T20:09:24.710Z] === RUN TestDockerSuite/TestStatsFormatAll [2021-09-16T20:09:24.710Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-09-16T20:09:24.710Z] === RUN TestDockerSuite/TestStatsNoStream [2021-09-16T20:09:24.710Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2021-09-16T20:09:24.710Z] === RUN TestDockerSuite/TestTopMultipleArgs [2021-09-16T20:09:25.700Z] === RUN TestDockerSuite/TestTopNonPrivileged [2021-09-16T20:09:27.921Z] === RUN TestDockerSuite/TestTopPrivileged [2021-09-16T20:09:27.921Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2021-09-16T20:09:27.921Z] === RUN TestDockerSuite/TestTopWindowsCoreProcesses [2021-09-16T20:09:29.488Z] === RUN TestDockerSuite/TestTwoContainersInNetHost [2021-09-16T20:09:29.488Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux [2021-09-16T20:09:29.488Z] === RUN TestDockerSuite/TestUnpublishedPortsInPsOutput [2021-09-16T20:09:29.488Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2021-09-16T20:09:29.488Z] === RUN TestDockerSuite/TestUnsetEnvVarHealthCheck [2021-09-16T20:09:29.488Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2021-09-16T20:09:29.488Z] === RUN TestDockerSuite/TestUserDefinedNetworkAlias [2021-09-16T20:09:29.488Z] docker_cli_run_test.go:293: unmatched requirement DaemonIsLinux [2021-09-16T20:09:29.488Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinks [2021-09-16T20:09:29.488Z] docker_cli_run_test.go:208: unmatched requirement DaemonIsLinux [2021-09-16T20:09:29.488Z] === RUN TestDockerSuite/TestUserDefinedNetworkLinksWithRestart [2021-09-16T20:09:29.488Z] docker_cli_run_test.go:244: unmatched requirement DaemonIsLinux [2021-09-16T20:09:29.488Z] === RUN TestDockerSuite/TestVolumeCLICreate [2021-09-16T20:09:47.316Z] === RUN TestDockerSuite/TestVolumeCLICreateLabel [2021-09-16T20:09:47.316Z] === RUN TestDockerSuite/TestVolumeCLICreateLabelMultiple [2021-09-16T20:09:47.316Z] === RUN TestDockerSuite/TestVolumeCLICreateWithOpts [2021-09-16T20:09:47.316Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2021-09-16T20:09:47.316Z] === RUN TestDockerSuite/TestVolumeCLIInspect [2021-09-16T20:09:47.316Z] === RUN TestDockerSuite/TestVolumeCLIInspectMulti [2021-09-16T20:09:47.316Z] === RUN TestDockerSuite/TestVolumeCLIInspectTmplError [2021-09-16T20:09:47.316Z] === RUN TestDockerSuite/TestVolumeCLILs [2021-09-16T20:09:48.305Z] === RUN TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName [2021-09-16T20:09:48.305Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDangling [2021-09-16T20:09:50.524Z] === RUN TestDockerSuite/TestVolumeCLILsFilterDrivers [2021-09-16T20:09:50.992Z] === RUN TestDockerSuite/TestVolumeCLILsFilterLabels [2021-09-16T20:09:51.461Z] === RUN TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue [2021-09-16T20:09:51.461Z] === RUN TestDockerSuite/TestVolumeCLINoArgs [2021-09-16T20:09:51.461Z] === RUN TestDockerSuite/TestVolumeCLIRm [2021-09-16T20:09:58.626Z] === RUN TestDockerSuite/TestVolumeCLIRmForce [2021-09-16T20:09:58.626Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2021-09-16T20:09:58.626Z] === RUN TestDockerSuite/TestVolumeCLIRmForceInUse [2021-09-16T20:09:58.626Z] === RUN TestDockerSuite/TestVolumeCLIRmForceUsage [2021-09-16T20:09:58.626Z] === RUN TestDockerSuite/TestVolumeCliInspectWithVolumeOpts [2021-09-16T20:09:58.626Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2021-09-16T20:09:58.626Z] === RUN TestDockerSuite/TestVolumeFromMixedRWOptions [2021-09-16T20:10:04.502Z] === RUN TestDockerSuite/TestVolumeLsFormat [2021-09-16T20:10:04.971Z] === RUN TestDockerSuite/TestVolumeLsFormatDefaultFormat [2021-09-16T20:10:04.971Z] === RUN TestDockerSuite/TestVolumesFromGetsProperMode [2021-09-16T20:10:13.646Z] === RUN TestDockerSuite/TestVolumesNoCopyData [2021-09-16T20:10:13.646Z] docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux [2021-09-16T20:10:13.646Z] === RUN TestDockerSuite/TestWindowsRunAsSystem [2021-09-16T20:10:13.646Z] --- PASS: TestDockerSuite (2225.94s) [2021-09-16T20:10:13.646Z] --- PASS: TestDockerSuite/TestAPIClientVersionOldNotSupported (0.02s) [2021-09-16T20:10:13.646Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2021-09-16T20:10:13.646Z] --- PASS: TestDockerSuite/TestAPIErrorJSON (0.02s) [2021-09-16T20:10:13.646Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundJSON (0.01s) [2021-09-16T20:10:13.646Z] --- PASS: TestDockerSuite/TestAPIErrorNotFoundPlainText (0.02s) [2021-09-16T20:10:13.646Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-09-16T20:10:13.646Z] --- PASS: TestDockerSuite/TestAPIGetEnabledCORS (0.01s) [2021-09-16T20:10:13.646Z] --- PASS: TestDockerSuite/TestAPIImagesDelete (0.70s) [2021-09-16T20:10:13.646Z] --- PASS: TestDockerSuite/TestAPIImagesFilter (0.20s) [2021-09-16T20:10:13.646Z] --- PASS: TestDockerSuite/TestAPIImagesHistory (0.54s) [2021-09-16T20:10:13.646Z] --- PASS: TestDockerSuite/TestAPIImagesImportBadSrc (0.33s) [2021-09-16T20:10:13.646Z] --- PASS: TestDockerSuite/TestAPIImagesSaveAndLoad (113.59s) [2021-09-16T20:10:13.646Z] --- PASS: TestDockerSuite/TestAPIImagesSearchJSONContentType (2.13s) [2021-09-16T20:10:13.646Z] --- PASS: TestDockerSuite/TestAPIImagesSizeCompatibility (0.08s) [2021-09-16T20:10:13.646Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.03s) [2021-09-16T20:10:13.646Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2021-09-16T20:10:13.646Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2021-09-16T20:10:13.646Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.03s) [2021-09-16T20:10:13.646Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.04s) [2021-09-16T20:10:13.646Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.05s) [2021-09-16T20:10:13.646Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.03s) [2021-09-16T20:10:13.646Z] --- PASS: TestDockerSuite/TestAPIOptionsRoute (0.03s) [2021-09-16T20:10:13.646Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.03s) [2021-09-16T20:10:13.646Z] --- PASS: TestDockerSuite/TestAPIStatsNetworkStats (5.49s) [2021-09-16T20:10:13.646Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-09-16T20:10:13.646Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-09-16T20:10:13.646Z] --- PASS: TestDockerSuite/TestAPIStatsNoStreamGetCpu (2.84s) [2021-09-16T20:10:13.646Z] --- PASS: TestDockerSuite/TestAPIStatsStoppedContainerInGoroutines (1.87s) [2021-09-16T20:10:13.646Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-09-16T20:10:13.646Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2021-09-16T20:10:13.646Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-09-16T20:10:13.646Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2021-09-16T20:10:13.646Z] --- PASS: TestDockerSuite/TestAttachMultipleAndRestart (2.83s) [2021-09-16T20:10:13.646Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-09-16T20:10:13.646Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2021-09-16T20:10:13.646Z] --- PASS: TestDockerSuite/TestBuildAPIBuildGitWithF (5.65s) [2021-09-16T20:10:13.646Z] --- PASS: TestDockerSuite/TestBuildAPIDockerFileRemote (83.93s) [2021-09-16T20:10:13.646Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.30s) [2021-09-16T20:10:13.646Z] --- PASS: TestDockerSuite/TestBuildAPILowerDockerfile (4.66s) [2021-09-16T20:10:13.646Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContext (0.02s) [2021-09-16T20:10:13.646Z] --- PASS: TestDockerSuite/TestBuildAPIRemoteTarballContextWithCustomDockerfile (3.19s) [2021-09-16T20:10:13.646Z] --- PASS: TestDockerSuite/TestBuildAPIUnnormalizedTarPaths (0.76s) [2021-09-16T20:10:13.646Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-09-16T20:10:13.646Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-09-16T20:10:13.646Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-09-16T20:10:13.646Z] --- PASS: TestDockerSuite/TestBuildAddBrokenTar (0.21s) [2021-09-16T20:10:13.646Z] --- PASS: TestDockerSuite/TestBuildAddCacheOnFileChange (0.79s) [2021-09-16T20:10:13.646Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithCache (2.99s) [2021-09-16T20:10:13.646Z] --- PASS: TestDockerSuite/TestBuildAddCurrentDirWithoutCache (1.36s) [2021-09-16T20:10:13.646Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2021-09-16T20:10:13.646Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-09-16T20:10:13.646Z] --- PASS: TestDockerSuite/TestBuildAddFileNotFound (0.08s) [2021-09-16T20:10:13.646Z] --- PASS: TestDockerSuite/TestBuildAddLocalAndRemoteFilesWithAndWithoutCache (2.50s) [2021-09-16T20:10:13.646Z] --- PASS: TestDockerSuite/TestBuildAddMultipleLocalFileWithAndWithoutCache (9.66s) [2021-09-16T20:10:13.646Z] --- PASS: TestDockerSuite/TestBuildAddNonTar (4.01s) [2021-09-16T20:10:13.646Z] --- PASS: TestDockerSuite/TestBuildAddOrCopyEtcToRootShouldNotConflict (0.90s) [2021-09-16T20:10:13.646Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2021-09-16T20:10:13.646Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileMTime (3.15s) [2021-09-16T20:10:13.646Z] --- PASS: TestDockerSuite/TestBuildAddRemoteFileWithAndWithoutCache (1.46s) [2021-09-16T20:10:13.646Z] --- PASS: TestDockerSuite/TestBuildAddRemoteNoDecompress (3.86s) [2021-09-16T20:10:13.646Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2021-09-16T20:10:13.646Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-09-16T20:10:13.646Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-09-16T20:10:13.646Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2021-09-16T20:10:13.646Z] --- PASS: TestDockerSuite/TestBuildAddSingleFileToWorkdir (0.47s) [2021-09-16T20:10:13.646Z] --- PASS: TestDockerSuite/TestBuildAddTar (42.39s) [2021-09-16T20:10:13.646Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s) [2021-09-16T20:10:13.646Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.26s) [2021-09-16T20:10:13.646Z] --- PASS: TestDockerSuite/TestBuildAddToSymlinkDest (28.89s) [2021-09-16T20:10:13.646Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.53s) [2021-09-16T20:10:13.646Z] --- PASS: TestDockerSuite/TestBuildBlankName (0.46s) [2021-09-16T20:10:13.646Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArg (6.14s) [2021-09-16T20:10:13.646Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.72s) [2021-09-16T20:10:13.646Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheHit (4.05s) [2021-09-16T20:10:13.646Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissExtraArg (7.60s) [2021-09-16T20:10:13.646Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgCacheMissSameArgDiffVal (7.13s) [2021-09-16T20:10:13.646Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.27s) [2021-09-16T20:10:13.646Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgDefinitionWithNoEnvInjection (8.80s) [2021-09-16T20:10:13.646Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2021-09-16T20:10:13.646Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-09-16T20:10:13.646Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgExpansion (5.62s) [2021-09-16T20:10:13.646Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgHistory (0.52s) [2021-09-16T20:10:13.647Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-09-16T20:10:13.647Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgQuotedValVariants (28.47s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildBuildTimeArgUnconsumedArg (3.81s) [2021-09-16T20:10:13.647Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.49s) [2021-09-16T20:10:13.647Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.27s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildCacheBrokenSymlink (1.20s) [2021-09-16T20:10:13.647Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildCacheFromEqualDiffIDsLength (3.76s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildCacheRootSource (1.18s) [2021-09-16T20:10:13.647Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2021-09-16T20:10:13.647Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildCleanupCmdOnEntrypoint (1.61s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildClearCmd (0.86s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildCmd (0.53s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildCmdJSONNoShDashC (0.52s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildCmdShDashC (0.51s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildCmdShellArgsEscaped (4.67s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildCmdSpaces (2.00s) [2021-09-16T20:10:13.647Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildConditionalCache (1.12s) [2021-09-16T20:10:13.647Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildContextCleanup (0.44s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildContextCleanupFailedBuild (1.72s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildContextTarGzip (0.83s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildContextTarNoCompression (0.45s) [2021-09-16T20:10:13.647Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildCopyCacheOnFileChange (0.77s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildCopyDirButNotFile (0.67s) [2021-09-16T20:10:13.647Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-09-16T20:10:13.647Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildCopyFileDotWithWorkdir (4.33s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildCopyFileWithWhitespaceOnWindows (27.25s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsRelativePaths (0.53s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildCopyFromForbidWindowsSystemPaths (0.47s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildCopyFromWindowsIsCaseInsensitive (4.29s) [2021-09-16T20:10:13.647Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.26s) [2021-09-16T20:10:13.647Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.26s) [2021-09-16T20:10:13.647Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildCopySingleFileToWorkdir (0.46s) [2021-09-16T20:10:13.647Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildCopyWildcard (27.98s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildCopyWildcardCache (0.66s) [2021-09-16T20:10:13.647Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.29s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildDeleteCommittedFile (24.02s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdin (1.40s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinConflict (0.57s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignore (2.87s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinDockerignoreIgnored (2.32s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildDockerfileStdinNoExtraFiles (2.36s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildDockerignore (78.14s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildDockerignoreCleanPaths (4.45s) [2021-09-16T20:10:13.647Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.28s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildDockerignoreExceptions (64.87s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildDockerignoreTouchDockerfile (1.37s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildDockerignoringBadExclusion (0.58s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerfile (24.68s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildDockerignoringDockerignore (13.50s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildDockerignoringOnlyDotfiles (8.27s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildDockerignoringRenamedDockerfile (27.00s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWholeDir (13.15s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildDirs (13.14s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildDockerignoringWildTopDir (112.75s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildDotDotFile (0.34s) [2021-09-16T20:10:13.647Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.25s) [2021-09-16T20:10:13.647Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypoint (0.50s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildEmptyEntrypointInheritance (1.09s) [2021-09-16T20:10:13.647Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildEmptyStringVolume (0.42s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildEntrypoint (0.50s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChild (4.56s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildEntrypointCanBeOverriddenByChildInspect (2.84s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildEntrypointRunCleanup (4.07s) [2021-09-16T20:10:13.647Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.02s) [2021-09-16T20:10:13.647Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.23s) [2021-09-16T20:10:13.647Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2021-09-16T20:10:13.647Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-09-16T20:10:13.647Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementAddCopy (3.22s) [2021-09-16T20:10:13.647Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2021-09-16T20:10:13.647Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2021-09-16T20:10:13.647Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementVolume (0.88s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildEnvironmentReplacementWorkdir (4.13s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildEscapeNotBackslashWordTest (12.94s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildEscapeWhitespace (0.54s) [2021-09-16T20:10:13.647Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2021-09-16T20:10:13.647Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.02s) [2021-09-16T20:10:13.647Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2021-09-16T20:10:13.647Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-09-16T20:10:13.647Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildFails (6.80s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildFailsGitNotCallable (0.14s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToDir (4.68s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildFollowSymlinkToFile (4.62s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildForceRm (10.38s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildFromGit (9.77s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildFromGitWithContext (1.28s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildFromGitWithF (4.50s) [2021-09-16T20:10:13.647Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildFromOfficialNames (0.81s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildFromRemoteTarball (0.52s) [2021-09-16T20:10:13.647Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildFromURLWithF (12.14s) [2021-09-16T20:10:13.647Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildHistory (9.83s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildIidFile (0.88s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildIidFileCleanupOnFail (1.73s) [2021-09-16T20:10:13.647Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.03s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildIntermediateTarget (0.73s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildInvalidTag (0.11s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildJSONEmptyRun (3.68s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildLabel (0.88s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildLabelCacheCommit (0.58s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildLabelMultiple (0.90s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildLabelOneNode (0.59s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildLabels (0.91s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildLabelsCache (1.52s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildLabelsOverride (5.15s) [2021-09-16T20:10:13.647Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.07s) [2021-09-16T20:10:13.647Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildLineErrorOnBuild (0.10s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildLineErrorUnknownInstruction (0.09s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithComments (0.09s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildLineErrorWithEmptyLines (0.09s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildMaintainer (0.53s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildMissingArgs (0.71s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildModifyFileInFolder (4.21s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildMultiStageArg (17.31s) [2021-09-16T20:10:13.647Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.05s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromErrors (2.54s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildMultiStageCopyFromSyntax (26.51s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildMultiStageGlobalArg (11.56s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildMultiStageImplicitFrom (4.46s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuilds (5.18s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildMultiStageMultipleBuildsWindows (4.74s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildMultiStageNameVariants (18.81s) [2021-09-16T20:10:13.647Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildMultiStageUnusedArg (6.18s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildMultipleTags (0.60s) [2021-09-16T20:10:13.647Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2021-09-16T20:10:13.647Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildNoContext (2.32s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildNoDupOutput (3.54s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildNoNamedVolume (2.44s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailure (0.28s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureRemote (0.15s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildNotVerboseFailureWithNonExistImage (2.75s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildNotVerboseSuccess (0.99s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildNullStringInAddCopyVolume (1.15s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildOnBuild (12.33s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildOnBuildCache (1.36s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildOnBuildCmdEntrypointJSON (7.26s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildOnBuildEntrypointJSON (3.15s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildOnBuildLimitedInheritance (7.23s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildOnBuildLowercase (4.12s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildOnBuildOutput (4.03s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildOnBuildWithCopy (0.95s) [2021-09-16T20:10:13.647Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.03s) [2021-09-16T20:10:13.647Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildRUNErrMsg (1.91s) [2021-09-16T20:10:13.647Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildRelativeCopy (38.63s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildRelativeWorkdir (24.77s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildRm (10.92s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildRunShEntrypoint (2.76s) [2021-09-16T20:10:13.647Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2021-09-16T20:10:13.647Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.27s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildSetCommandWithDefinedShell (1.25s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildShCmdJSONEntrypoint (2.98s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildShellEntrypoint (2.93s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildShellInherited (3.59s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildShellMultiple (17.91s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildShellNotJSON (0.56s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildShellUpdatesConfig (0.61s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildShellWindowsPowershell (8.52s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildSpaces (0.30s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildSpacesWithQuotes (3.90s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildStartsFromOne (0.10s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildStderr (3.67s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildStepsWithProgress (16.33s) [2021-09-16T20:10:13.647Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.25s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildSymlinkBasename (2.60s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildSymlinkBreakout (1.05s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildTagEvent (3.77s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildTimeArgHistoryExclusions (4.42s) [2021-09-16T20:10:13.647Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2021-09-16T20:10:13.647Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2021-09-16T20:10:13.647Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildVerboseOut (3.55s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildVerifyIntString (0.54s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildVerifySingleQuoteFails (2.40s) [2021-09-16T20:10:13.647Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2021-09-16T20:10:13.647Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildWindowsAddCopyPathProcessing (18.22s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildWindowsEnvCaseInsensitive (0.73s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildWindowsUser (7.12s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildWindowsWorkdirProcessing (9.36s) [2021-09-16T20:10:13.647Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.27s) [2021-09-16T20:10:13.647Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildWithFailure (2.24s) [2021-09-16T20:10:13.647Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.27s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildWithRecycleBin (9.54s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildWithTabs (3.72s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOM (0.31s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildWithUTF8BOMDockerignore (10.87s) [2021-09-16T20:10:13.647Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.28s) [2021-09-16T20:10:13.647Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.28s) [2021-09-16T20:10:13.647Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildWorkdirImageCmd (1.10s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildWorkdirWindowsPath (6.78s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestBuildWorkdirWithEnvVariables (1.72s) [2021-09-16T20:10:13.647Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.26s) [2021-09-16T20:10:13.647Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2021-09-16T20:10:13.647Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestCmdCannotBeInvoked (1.89s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestCommitAfterContainerIsDone (3.74s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestCommitChange (4.04s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestCommitChangeLabels (3.64s) [2021-09-16T20:10:13.647Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestCommitNewFile (5.48s) [2021-09-16T20:10:13.647Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestCommitTTY (10.50s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestCommitWithFilterLabel (3.58s) [2021-09-16T20:10:13.647Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2021-09-16T20:10:13.647Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-09-16T20:10:13.647Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-09-16T20:10:13.647Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-09-16T20:10:13.647Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-09-16T20:10:13.647Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-09-16T20:10:13.647Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestContainerAPIChunkedEncoding (0.05s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestContainerAPICommit (5.57s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestContainerAPICommitWithLabelInConfig (5.65s) [2021-09-16T20:10:13.647Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-09-16T20:10:13.647Z] --- PASS: TestDockerSuite/TestContainerAPICopyNotExistsAnyMore (1.89s) [2021-09-16T20:10:13.647Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-09-16T20:10:13.647Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-09-16T20:10:13.647Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-09-16T20:10:13.648Z] --- PASS: TestDockerSuite/TestContainerAPICreate (1.98s) [2021-09-16T20:10:13.648Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2021-09-16T20:10:13.648Z] --- PASS: TestDockerSuite/TestContainerAPICreateEmptyConfig (0.02s) [2021-09-16T20:10:13.648Z] --- PASS: TestDockerSuite/TestContainerAPICreateMountsBindRead (2.01s) [2021-09-16T20:10:13.648Z] --- PASS: TestDockerSuite/TestContainerAPICreateMultipleNetworksConfig (0.01s) [2021-09-16T20:10:13.648Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-09-16T20:10:13.648Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-09-16T20:10:13.648Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-09-16T20:10:13.648Z] --- PASS: TestDockerSuite/TestContainerAPIDelete (2.22s) [2021-09-16T20:10:13.648Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteConflict (1.84s) [2021-09-16T20:10:13.648Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteForce (1.78s) [2021-09-16T20:10:13.648Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteNotExist (0.02s) [2021-09-16T20:10:13.648Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-09-16T20:10:13.648Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteRemoveVolume (1.95s) [2021-09-16T20:10:13.648Z] --- PASS: TestDockerSuite/TestContainerAPIDeleteWithEmptyName (0.02s) [2021-09-16T20:10:13.648Z] --- PASS: TestDockerSuite/TestContainerAPIGetAll (2.03s) [2021-09-16T20:10:13.648Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-09-16T20:10:13.648Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-09-16T20:10:13.648Z] --- PASS: TestDockerSuite/TestContainerAPIGetJSONNoFieldsOmitted (1.93s) [2021-09-16T20:10:13.648Z] --- PASS: TestDockerSuite/TestContainerAPIInvalidPortSyntax (0.02s) [2021-09-16T20:10:13.648Z] --- PASS: TestDockerSuite/TestContainerAPIKill (1.68s) [2021-09-16T20:10:13.648Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2021-09-16T20:10:13.648Z] --- PASS: TestDockerSuite/TestContainerAPIPostContainerStop (2.12s) [2021-09-16T20:10:13.648Z] --- PASS: TestDockerSuite/TestContainerAPIPostCreateNull (0.20s) [2021-09-16T20:10:13.648Z] --- PASS: TestDockerSuite/TestContainerAPIRename (1.89s) [2021-09-16T20:10:13.648Z] --- PASS: TestDockerSuite/TestContainerAPIRestart (7.87s) [2021-09-16T20:10:13.648Z] --- PASS: TestDockerSuite/TestContainerAPIRestartNotimeoutParam (3.33s) [2021-09-16T20:10:13.648Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyDefaultRetryCount (0.06s) [2021-09-16T20:10:13.648Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyInvalidPolicyName (0.02s) [2021-09-16T20:10:13.648Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyNegativeRetryCount (0.02s) [2021-09-16T20:10:13.648Z] --- PASS: TestDockerSuite/TestContainerAPIRestartPolicyRetryMismatch (0.01s) [2021-09-16T20:10:13.648Z] --- PASS: TestDockerSuite/TestContainerAPIStart (1.57s) [2021-09-16T20:10:13.648Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-09-16T20:10:13.648Z] --- PASS: TestDockerSuite/TestContainerAPIStop (6.74s) [2021-09-16T20:10:13.648Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2021-09-16T20:10:13.648Z] --- PASS: TestDockerSuite/TestContainerAPITopWindows (1.86s) [2021-09-16T20:10:13.648Z] --- PASS: TestDockerSuite/TestContainerAPIVerifyHeader (0.06s) [2021-09-16T20:10:13.648Z] --- PASS: TestDockerSuite/TestContainerAPIWait (3.93s) [2021-09-16T20:10:13.648Z] --- PASS: TestDockerSuite/TestContainerKillCustomStopSignal (1.67s) [2021-09-16T20:10:13.648Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-09-16T20:10:13.648Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-09-16T20:10:13.648Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-09-16T20:10:13.648Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2021-09-16T20:10:13.648Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-09-16T20:10:13.648Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsBindNamedPipe (1.55s) [2021-09-16T20:10:13.648Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate (26.20s) [2021-09-16T20:10:13.648Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/0_config:_{volume__c:\foo_false____} (2.29s) [2021-09-16T20:10:13.648Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/1_config:_{volume__c:\foo\_false____} (7.31s) [2021-09-16T20:10:13.648Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/2_config:_{volume_test1_c:\foo_false____} (2.29s) [2021-09-16T20:10:13.648Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/3_config:_{volume_test2_c:\foo_true____} (2.31s) [2021-09-16T20:10:13.648Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/4_config:_{volume_test3_c:\foo_false___0xc000089b60_} (7.35s) [2021-09-16T20:10:13.648Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/5_config:_{bind_C:\Windows\TEMP\test-mounts-api-12570905805_c:\foo_false____} (2.30s) [2021-09-16T20:10:13.648Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsCreate/6_config:_{bind_C:\Windows\TEMP\test-mounts-api-12570905805_c:\foo_true____} (2.33s) [2021-09-16T20:10:13.648Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-09-16T20:10:13.648Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation (0.23s) [2021-09-16T20:10:13.648Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_0 (0.00s) [2021-09-16T20:10:13.648Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_1 (0.00s) [2021-09-16T20:10:13.648Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_2 (0.00s) [2021-09-16T20:10:13.648Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_3 (0.00s) [2021-09-16T20:10:13.648Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_4 (0.00s) [2021-09-16T20:10:13.648Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_5 (0.04s) [2021-09-16T20:10:13.648Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_6 (0.04s) [2021-09-16T20:10:13.648Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_7 (0.04s) [2021-09-16T20:10:13.648Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_8 (0.00s) [2021-09-16T20:10:13.648Z] --- PASS: TestDockerSuite/TestContainersAPICreateMountsValidation/case_9 (0.06s) [2021-09-16T20:10:13.648Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-09-16T20:10:13.648Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-09-16T20:10:13.648Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-09-16T20:10:13.648Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2021-09-16T20:10:13.648Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-09-16T20:10:13.648Z] --- PASS: TestDockerSuite/TestCpAbsolutePath (2.16s) [2021-09-16T20:10:13.648Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-09-16T20:10:13.648Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2021-09-16T20:10:13.648Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2021-09-16T20:10:13.648Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2021-09-16T20:10:13.648Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2021-09-16T20:10:13.648Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2021-09-16T20:10:13.648Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2021-09-16T20:10:13.648Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2021-09-16T20:10:13.648Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2021-09-16T20:10:13.648Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2021-09-16T20:10:13.648Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-09-16T20:10:13.648Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-09-16T20:10:13.648Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-09-16T20:10:13.648Z] --- PASS: TestDockerSuite/TestCpGarbagePath (2.03s) [2021-09-16T20:10:13.648Z] --- PASS: TestDockerSuite/TestCpLocalOnly (0.06s) [2021-09-16T20:10:13.648Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2021-09-16T20:10:13.648Z] --- PASS: TestDockerSuite/TestCpRelativePath (2.00s) [2021-09-16T20:10:13.648Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-09-16T20:10:13.648Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2021-09-16T20:10:13.648Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-09-16T20:10:13.648Z] --- PASS: TestDockerSuite/TestCpToCaseA (3.68s) [2021-09-16T20:10:13.648Z] --- PASS: TestDockerSuite/TestCpToCaseB (2.03s) [2021-09-16T20:10:13.648Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2021-09-16T20:10:13.648Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2021-09-16T20:10:13.648Z] --- PASS: TestDockerSuite/TestCpToCaseE (12.12s) [2021-09-16T20:10:13.648Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2021-09-16T20:10:13.648Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2021-09-16T20:10:13.648Z] --- PASS: TestDockerSuite/TestCpToCaseH (7.51s) [2021-09-16T20:10:13.648Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2021-09-16T20:10:13.648Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2021-09-16T20:10:13.648Z] --- PASS: TestDockerSuite/TestCpToDot (2.06s) [2021-09-16T20:10:13.648Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-09-16T20:10:13.648Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-09-16T20:10:13.648Z] --- PASS: TestDockerSuite/TestCpToStdout (2.16s) [2021-09-16T20:10:13.648Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2021-09-16T20:10:13.648Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2021-09-16T20:10:13.648Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-09-16T20:10:13.648Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2021-09-16T20:10:13.648Z] --- PASS: TestDockerSuite/TestCreate64ByteHexID (0.16s) [2021-09-16T20:10:13.648Z] --- PASS: TestDockerSuite/TestCreateArgs (0.16s) [2021-09-16T20:10:13.648Z] --- PASS: TestDockerSuite/TestCreateByImageID (1.94s) [2021-09-16T20:10:13.648Z] --- PASS: TestDockerSuite/TestCreateEchoStdout (1.92s) [2021-09-16T20:10:13.648Z] --- PASS: TestDockerSuite/TestCreateGrowRootfs (0.15s) [2021-09-16T20:10:13.648Z] --- PASS: TestDockerSuite/TestCreateHostConfig (0.16s) [2021-09-16T20:10:13.648Z] --- PASS: TestDockerSuite/TestCreateHostnameWithNumber (1.69s) [2021-09-16T20:10:13.648Z] --- PASS: TestDockerSuite/TestCreateLabelFromImage (0.59s) [2021-09-16T20:10:13.648Z] --- PASS: TestDockerSuite/TestCreateLabels (0.16s) [2021-09-16T20:10:13.648Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-09-16T20:10:13.648Z] --- PASS: TestDockerSuite/TestCreateRM (0.32s) [2021-09-16T20:10:13.648Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.04s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestCreateStopSignal (0.23s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestCreateStopTimeout (0.35s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestCreateUnsetEntrypoint (6.97s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestCreateVolumesCreated (0.17s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestCreateWithInvalidLogOpts (0.37s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestCreateWithLargePortRange (2.86s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestCreateWithPortRange (0.16s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestCreateWithWorkdir (2.33s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestDeprecatedContainerAPIStartHostConfig (0.11s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestDockerFails (0.06s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestEventsContainerEvents (2.07s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestEventsContainerEventsAttrSort (1.96s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestEventsContainerEventsSinceUnixEpoch (2.01s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestEventsContainerRestart (11.32s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestEventsCopy (4.17s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestEventsFilterContainer (4.40s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestEventsFilterImageInContainerAction (1.90s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestEventsFilterImageLabels (0.69s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestEventsFilterImageName (3.23s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestEventsFilterLabels (0.89s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestEventsFilterType (0.86s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestEventsFilters (3.96s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestEventsFormat (3.89s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestEventsFormatBadField (0.06s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestEventsFormatBadFunc (0.06s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestEventsImageTag (1.15s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestEventsRename (2.08s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestEventsResize (7.37s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestEventsSinceInTheFuture (2.27s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestEventsSpecialFiltersWithExecCreate (2.16s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestEventsTimestampFormats (4.38s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestEventsUntag (2.72s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestEventsUntilInThePast (3.69s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestExecAPICreateNoCmd (1.66s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestExecAPICreateNoValidContentType (1.63s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestExecAPIStartInvalidCommand (1.69s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestExecAPIStartMultipleTimesError (1.88s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestExecAPIStartValidCommand (1.81s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestExecAPIStartWithDetach (1.77s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestExecAfterContainerRestart (3.52s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestExecExitStatus (1.99s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestExecInspectID (4.31s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestExecResizeImmediatelyAfterExecStart (2.04s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestExecTTYWithoutStdin (1.93s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestExecWindowsPathNotWiped (6.34s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestGetContainerStats (5.72s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestGetContainerStatsNoStream (6.04s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestGetContainerStatsRmRunning (2.71s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestGetContainerStatsStream (5.72s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestGetContainersWsAttachContainerNotFound (0.01s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestGetStoppedContainerStats (0.11s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestHistoryExistentImage (0.07s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionFalse (0.07s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestHistoryHumanOptionTrue (0.06s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestHistoryImageWithComment (3.73s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestHistoryNonExistentImage (0.06s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestImagesEnsureImageIsListed (0.07s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithBadTagIsNotListed (0.07s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestImagesEnsureImageWithTagIsListed (0.29s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestImagesEnsureImagesFromBusyboxShown (0.56s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestImagesEnsureOnlyHeadsImagesShown (0.93s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestImagesErrorWithInvalidFilterNameTest (0.07s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestImagesFilterLabelMatch (1.53s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestImagesFilterNameWithPort (0.22s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestImagesFilterSinceAndBefore (1.85s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestImagesFilterSpaceTrimCase (2.19s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestImagesFormat (0.18s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestImagesOrderedByCreationDate (3.50s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestImagesWithIncorrectFilter (0.06s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestImportBadURL (2.48s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestImportFileNonExistentFile (0.06s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestInfoEnsureSucceeds (0.06s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestInspectAPIContainerResponse (1.89s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestInspectAPIContainerVolumeDriver (1.96s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestInspectAPIImageResponse (0.08s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestInspectBindMountPoint (1.86s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestInspectByPrefix (0.16s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestInspectContainerFilterInt (1.84s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestInspectDefault (1.92s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestInspectHistory (3.58s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestInspectInt64 (1.92s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestInspectJSONFields (1.76s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestInspectLogConfigNoType (0.16s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestInspectNamedMountPoint (1.87s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestInspectNoSizeFlagContainer (1.81s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestInspectRootFS (0.07s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestInspectSizeFlagContainer (2.36s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestInspectStatus (2.23s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestInspectStopWhenNotFound (3.55s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestInspectTemplateError (1.89s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestInspectTimesAsRFC3339Nano (1.88s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestInspectTypeFlagContainer (1.81s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithImage (1.89s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithInvalidValue (1.92s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestInspectTypeFlagWithNoContainer (1.87s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestInspectUnknownObject (0.07s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestLoginWithoutTTY (0.07s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestLogsAPIContainerNotFound (0.01s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestLogsAPIFollowEmptyOutput (1.67s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestLogsAPINoStdoutNorStderr (1.63s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestLogsAPIUntil (5.27s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestLogsAPIUntilDefaultValue (2.00s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestLogsAPIWithStdout (1.85s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestLogsCLIContainerNotFound (0.07s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestLogsContainerBiggerThanPage (4.92s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestLogsContainerMuchBiggerThanPage (4.97s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestLogsContainerSmallerThanPage (5.00s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesNoOutput (2.25s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestLogsFollowGoroutinesWithStdout (2.12s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestLogsFollowStopped (2.06s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestLogsSeparateStderr (1.99s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestLogsSince (8.56s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestLogsTail (2.40s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestLogsTimestamps (2.19s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestLogsWithDetails (1.91s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestPluginInspectOnWindows (0.07s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestPostContainerAPICreateWithStringOrSliceEntrypoint (3.69s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestPostContainersAttachContainerNotFound (0.01s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCmd (3.74s) [2021-09-16T20:10:14.119Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2021-09-16T20:10:14.119Z] --- PASS: TestDockerSuite/TestPsByOrder (6.87s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2021-09-16T20:10:14.120Z] --- PASS: TestDockerSuite/TestPsListContainersBase (7.67s) [2021-09-16T20:10:14.120Z] --- PASS: TestDockerSuite/TestPsListContainersFilterAncestorImage (11.77s) [2021-09-16T20:10:14.120Z] --- PASS: TestDockerSuite/TestPsListContainersFilterCreated (0.25s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-09-16T20:10:14.120Z] --- PASS: TestDockerSuite/TestPsListContainersFilterHealth (11.12s) [2021-09-16T20:10:14.120Z] --- PASS: TestDockerSuite/TestPsListContainersFilterID (3.04s) [2021-09-16T20:10:14.120Z] --- PASS: TestDockerSuite/TestPsListContainersFilterLabel (5.91s) [2021-09-16T20:10:14.120Z] --- PASS: TestDockerSuite/TestPsListContainersFilterName (3.74s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-09-16T20:10:14.120Z] --- PASS: TestDockerSuite/TestPsListContainersFilterStatus (3.93s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2021-09-16T20:10:14.120Z] --- PASS: TestDockerSuite/TestPsShowMounts (5.85s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-09-16T20:10:14.120Z] --- PASS: TestDockerSuite/TestPullLinuxImageFailsOnWindows (1.81s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2021-09-16T20:10:14.120Z] --- PASS: TestDockerSuite/TestPushToCentralRegistryUnauthorized (1.25s) [2021-09-16T20:10:14.120Z] --- PASS: TestDockerSuite/TestPushUnprefixedRepo (0.94s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-09-16T20:10:14.120Z] --- PASS: TestDockerSuite/TestRestartAutoRemoveContainer (3.36s) [2021-09-16T20:10:14.120Z] --- PASS: TestDockerSuite/TestRestartContainerSuccess (3.47s) [2021-09-16T20:10:14.120Z] --- PASS: TestDockerSuite/TestRestartContainerwithGoodContainer (2.04s) [2021-09-16T20:10:14.120Z] --- PASS: TestDockerSuite/TestRestartContainerwithRestartPolicy (22.89s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2021-09-16T20:10:14.120Z] --- PASS: TestDockerSuite/TestRestartPolicyAfterRestart (4.84s) [2021-09-16T20:10:14.120Z] --- PASS: TestDockerSuite/TestRestartPolicyAlways (0.20s) [2021-09-16T20:10:14.120Z] --- PASS: TestDockerSuite/TestRestartPolicyNO (0.16s) [2021-09-16T20:10:14.120Z] --- PASS: TestDockerSuite/TestRestartPolicyOnFailure (0.70s) [2021-09-16T20:10:14.120Z] --- PASS: TestDockerSuite/TestRestartRunningContainer (3.56s) [2021-09-16T20:10:14.120Z] --- PASS: TestDockerSuite/TestRestartStoppedContainer (3.36s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2021-09-16T20:10:14.120Z] --- PASS: TestDockerSuite/TestRestartWithVolumes (3.52s) [2021-09-16T20:10:14.120Z] --- PASS: TestDockerSuite/TestRmiBlank (0.07s) [2021-09-16T20:10:14.120Z] --- PASS: TestDockerSuite/TestRmiByIDHardConflict (0.25s) [2021-09-16T20:10:14.120Z] --- PASS: TestDockerSuite/TestRmiContainerImageNotFound (11.60s) [2021-09-16T20:10:14.120Z] --- PASS: TestDockerSuite/TestRmiForceWithExistingContainers (2.37s) [2021-09-16T20:10:14.120Z] --- PASS: TestDockerSuite/TestRmiForceWithMultipleRepositories (0.61s) [2021-09-16T20:10:14.120Z] --- PASS: TestDockerSuite/TestRmiImageIDForceWithRunningContainersAndMultipleTags (5.33s) [2021-09-16T20:10:14.120Z] --- PASS: TestDockerSuite/TestRmiImgIDForce (4.21s) [2021-09-16T20:10:14.120Z] --- PASS: TestDockerSuite/TestRmiImgIDMultipleTag (6.23s) [2021-09-16T20:10:14.120Z] --- PASS: TestDockerSuite/TestRmiParentImageFail (3.49s) [2021-09-16T20:10:14.120Z] --- PASS: TestDockerSuite/TestRmiTag (0.61s) [2021-09-16T20:10:14.120Z] --- PASS: TestDockerSuite/TestRmiTagWithExistingContainers (2.02s) [2021-09-16T20:10:14.120Z] --- PASS: TestDockerSuite/TestRmiUntagHistoryLayer (14.02s) [2021-09-16T20:10:14.120Z] --- PASS: TestDockerSuite/TestRmiWithContainerFails (2.13s) [2021-09-16T20:10:14.120Z] --- PASS: TestDockerSuite/TestRmiWithMultipleRepositories (4.09s) [2021-09-16T20:10:14.120Z] --- PASS: TestDockerSuite/TestRmiWithParentInUse (1.07s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-09-16T20:10:14.120Z] --- PASS: TestDockerSuite/TestRunAllowBindMountingRoot (1.65s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-09-16T20:10:14.120Z] --- PASS: TestDockerSuite/TestRunApplyVolumesFromBeforeVolumes (3.85s) [2021-09-16T20:10:14.120Z] --- PASS: TestDockerSuite/TestRunAttachFailedNoLeak (2.26s) [2021-09-16T20:10:14.120Z] --- PASS: TestDockerSuite/TestRunAttachStdErrOnlyTTYMode (1.88s) [2021-09-16T20:10:14.120Z] --- PASS: TestDockerSuite/TestRunAttachStdOutAndErrTTYMode (1.90s) [2021-09-16T20:10:14.120Z] --- PASS: TestDockerSuite/TestRunAttachStdOutOnlyTTYMode (1.98s) [2021-09-16T20:10:14.120Z] --- PASS: TestDockerSuite/TestRunAttachWithDetach (0.06s) [2021-09-16T20:10:14.120Z] --- PASS: TestDockerSuite/TestRunBindMounts (3.90s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-09-16T20:10:14.120Z] --- PASS: TestDockerSuite/TestRunCidFileCheckIDLength (1.83s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-09-16T20:10:14.120Z] --- PASS: TestDockerSuite/TestRunCleanupCmdOnEntrypoint (2.64s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-09-16T20:10:14.120Z] --- PASS: TestDockerSuite/TestRunContainerNetwork (1.70s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-09-16T20:10:14.120Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagCannotStartContainer (1.83s) [2021-09-16T20:10:14.120Z] --- PASS: TestDockerSuite/TestRunContainerWithRmFlagExitCodeNotEqualToZero (1.95s) [2021-09-16T20:10:14.120Z] --- PASS: TestDockerSuite/TestRunContainerWithWritableRootfs (1.83s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-09-16T20:10:14.120Z] --- PASS: TestDockerSuite/TestRunCreateVolume (1.88s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-09-16T20:10:14.120Z] --- PASS: TestDockerSuite/TestRunCredentialSpecFailures (1.46s) [2021-09-16T20:10:14.120Z] --- PASS: TestDockerSuite/TestRunCredentialSpecWellFormed (4.46s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-09-16T20:10:14.120Z] --- PASS: TestDockerSuite/TestRunDetachedContainerIDPrinting (1.92s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2021-09-16T20:10:14.120Z] --- PASS: TestDockerSuite/TestRunDisallowBindMountingRootToRoot (0.09s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2021-09-16T20:10:14.120Z] --- PASS: TestDockerSuite/TestRunEchoNamedContainer (1.90s) [2021-09-16T20:10:14.120Z] --- PASS: TestDockerSuite/TestRunEchoStdout (1.84s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-09-16T20:10:14.120Z] --- PASS: TestDockerSuite/TestRunEntrypoint (1.87s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-09-16T20:10:14.120Z] --- PASS: TestDockerSuite/TestRunExitCode (1.87s) [2021-09-16T20:10:14.120Z] --- PASS: TestDockerSuite/TestRunExitCodeOne (1.90s) [2021-09-16T20:10:14.120Z] --- PASS: TestDockerSuite/TestRunExitCodeZero (1.89s) [2021-09-16T20:10:14.120Z] --- PASS: TestDockerSuite/TestRunExitOnStdinClose (1.90s) [2021-09-16T20:10:14.120Z] --- PASS: TestDockerSuite/TestRunExposePort (0.06s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-09-16T20:10:14.120Z] --- PASS: TestDockerSuite/TestRunInteractiveWithRestartPolicy (3.20s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-09-16T20:10:14.120Z] --- PASS: TestDockerSuite/TestRunInvalidReference (0.06s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-09-16T20:10:14.120Z] --- PASS: TestDockerSuite/TestRunLookupGoogleDNS (7.87s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-09-16T20:10:14.120Z] --- PASS: TestDockerSuite/TestRunLoopbackWhenNetworkDisabled (1.35s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-09-16T20:10:14.120Z] --- PASS: TestDockerSuite/TestRunMultipleVolumesFrom (5.85s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-09-16T20:10:14.120Z] --- PASS: TestDockerSuite/TestRunNamedVolumeNotRemoved (4.09s) [2021-09-16T20:10:14.120Z] --- PASS: TestDockerSuite/TestRunNamedVolumesFromNotRemoved (3.43s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-09-16T20:10:14.120Z] --- PASS: TestDockerSuite/TestRunNoDupVolumes (0.29s) [2021-09-16T20:10:14.120Z] --- PASS: TestDockerSuite/TestRunNoOutputFromPullInStdout (1.22s) [2021-09-16T20:10:14.120Z] --- PASS: TestDockerSuite/TestRunNonExecutableCmd (1.89s) [2021-09-16T20:10:14.120Z] --- PASS: TestDockerSuite/TestRunNonExistingCmd (1.84s) [2021-09-16T20:10:14.120Z] --- PASS: TestDockerSuite/TestRunNonExistingImage (1.23s) [2021-09-16T20:10:14.120Z] --- PASS: TestDockerSuite/TestRunNonLocalMacAddress (1.68s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.29s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-09-16T20:10:14.120Z] --- PASS: TestDockerSuite/TestRunProcessIsolationWithCPUCountCPUSharesAndCPUPercent (2.31s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-09-16T20:10:14.120Z] --- PASS: TestDockerSuite/TestRunRestartMaxRetries (6.39s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2021-09-16T20:10:14.120Z] --- PASS: TestDockerSuite/TestRunRm (1.95s) [2021-09-16T20:10:14.120Z] --- PASS: TestDockerSuite/TestRunRmAndWait (5.15s) [2021-09-16T20:10:14.120Z] --- PASS: TestDockerSuite/TestRunRmPre125Api (1.98s) [2021-09-16T20:10:14.120Z] --- PASS: TestDockerSuite/TestRunRootWorkdir (1.84s) [2021-09-16T20:10:14.120Z] --- PASS: TestDockerSuite/TestRunSetDefaultRestartPolicy (1.81s) [2021-09-16T20:10:14.120Z] --- PASS: TestDockerSuite/TestRunSetMacAddress (2.09s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2021-09-16T20:10:14.120Z] --- PASS: TestDockerSuite/TestRunStdinBlockedAfterContainerExit (1.88s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2021-09-16T20:10:14.120Z] --- PASS: TestDockerSuite/TestRunStoppedLoggingDriverNoLeak (1.70s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-09-16T20:10:14.120Z] --- PASS: TestDockerSuite/TestRunTLSVerify (0.15s) [2021-09-16T20:10:14.120Z] --- PASS: TestDockerSuite/TestRunTTYWithPipe (0.06s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2021-09-16T20:10:14.120Z] --- PASS: TestDockerSuite/TestRunTwoConcurrentContainers (4.31s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2021-09-16T20:10:14.120Z] --- PASS: TestDockerSuite/TestRunUserDefaults (1.91s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2021-09-16T20:10:14.120Z] --- PASS: TestDockerSuite/TestRunVerifyContainerID (1.98s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-09-16T20:10:14.120Z] --- PASS: TestDockerSuite/TestRunVolumesCleanPaths (2.51s) [2021-09-16T20:10:14.120Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadWriteMode (5.75s) [2021-09-16T20:10:14.120Z] --- PASS: TestDockerSuite/TestRunVolumesFromInReadonlyModeFails (3.75s) [2021-09-16T20:10:14.120Z] --- PASS: TestDockerSuite/TestRunVolumesFromRestartAfterRemoved (4.95s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2021-09-16T20:10:14.120Z] --- PASS: TestDockerSuite/TestRunVolumesMountedAsReadonly (0.10s) [2021-09-16T20:10:14.120Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUCount (2.59s) [2021-09-16T20:10:14.120Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUPercent (1.93s) [2021-09-16T20:10:14.120Z] --- PASS: TestDockerSuite/TestRunWindowsWithCPUShares (1.94s) [2021-09-16T20:10:14.120Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-09-16T20:10:14.120Z] --- PASS: TestDockerSuite/TestRunWithDaemonFlags (0.05s) [2021-09-16T20:10:14.121Z] --- PASS: TestDockerSuite/TestRunWithInvalidMacAddress (0.06s) [2021-09-16T20:10:14.121Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-09-16T20:10:14.121Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-09-16T20:10:14.121Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-09-16T20:10:14.121Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-09-16T20:10:14.121Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2021-09-16T20:10:14.121Z] --- PASS: TestDockerSuite/TestRunWithVolumesFromExited (3.35s) [2021-09-16T20:10:14.121Z] --- PASS: TestDockerSuite/TestRunWithoutNetworking (1.46s) [2021-09-16T20:10:14.121Z] --- PASS: TestDockerSuite/TestRunWorkdirExistsAndIsFile (1.83s) [2021-09-16T20:10:14.121Z] --- PASS: TestDockerSuite/TestRunWorkingDirectory (4.03s) [2021-09-16T20:10:14.121Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-09-16T20:10:14.121Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-09-16T20:10:14.121Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-09-16T20:10:14.121Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2021-09-16T20:10:14.121Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2021-09-16T20:10:14.121Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2021-09-16T20:10:14.121Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-09-16T20:10:14.121Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-09-16T20:10:14.121Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2021-09-16T20:10:14.121Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-09-16T20:10:14.121Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2021-09-16T20:10:14.121Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-09-16T20:10:14.121Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-09-16T20:10:14.121Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2021-09-16T20:10:14.121Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2021-09-16T20:10:14.121Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-09-16T20:10:14.121Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-09-16T20:10:14.121Z] --- PASS: TestDockerSuite/TestSearchCmdOptions (2.28s) [2021-09-16T20:10:14.121Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistry (0.39s) [2021-09-16T20:10:14.121Z] --- PASS: TestDockerSuite/TestSearchOnCentralRegistryWithDash (0.40s) [2021-09-16T20:10:14.121Z] --- PASS: TestDockerSuite/TestSearchStarsOptionWithWrongParameter (0.21s) [2021-09-16T20:10:14.121Z] --- PASS: TestDockerSuite/TestSearchWithLimit (1.64s) [2021-09-16T20:10:14.121Z] --- PASS: TestDockerSuite/TestSlowStdinClosing (5.61s) [2021-09-16T20:10:14.121Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2021-09-16T20:10:14.121Z] --- PASS: TestDockerSuite/TestStartAttachMultipleContainers (6.28s) [2021-09-16T20:10:14.121Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2021-09-16T20:10:14.121Z] --- PASS: TestDockerSuite/TestStartAttachSilent (3.33s) [2021-09-16T20:10:14.121Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-09-16T20:10:14.121Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2021-09-16T20:10:14.121Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2021-09-16T20:10:14.121Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2021-09-16T20:10:14.121Z] --- PASS: TestDockerSuite/TestStartReturnCorrectExitCode (4.77s) [2021-09-16T20:10:14.121Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2021-09-16T20:10:14.121Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-09-16T20:10:14.121Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-09-16T20:10:14.121Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-09-16T20:10:14.121Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2021-09-16T20:10:14.121Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2021-09-16T20:10:14.121Z] --- PASS: TestDockerSuite/TestTopMultipleArgs (1.83s) [2021-09-16T20:10:14.121Z] --- PASS: TestDockerSuite/TestTopNonPrivileged (1.99s) [2021-09-16T20:10:14.121Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2021-09-16T20:10:14.121Z] --- PASS: TestDockerSuite/TestTopWindowsCoreProcesses (1.82s) [2021-09-16T20:10:14.121Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-09-16T20:10:14.121Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-09-16T20:10:14.121Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-09-16T20:10:14.121Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-09-16T20:10:14.121Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-09-16T20:10:14.121Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-09-16T20:10:14.121Z] --- PASS: TestDockerSuite/TestVolumeCLICreate (15.25s) [2021-09-16T20:10:14.121Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabel (0.13s) [2021-09-16T20:10:14.121Z] --- PASS: TestDockerSuite/TestVolumeCLICreateLabelMultiple (0.18s) [2021-09-16T20:10:14.121Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2021-09-16T20:10:14.121Z] --- PASS: TestDockerSuite/TestVolumeCLIInspect (0.30s) [2021-09-16T20:10:14.121Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectMulti (0.24s) [2021-09-16T20:10:14.121Z] --- PASS: TestDockerSuite/TestVolumeCLIInspectTmplError (0.14s) [2021-09-16T20:10:14.121Z] --- PASS: TestDockerSuite/TestVolumeCLILs (2.19s) [2021-09-16T20:10:14.121Z] --- PASS: TestDockerSuite/TestVolumeCLILsErrorWithInvalidFilterName (0.07s) [2021-09-16T20:10:14.121Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDangling (2.44s) [2021-09-16T20:10:14.121Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterDrivers (0.34s) [2021-09-16T20:10:14.121Z] --- PASS: TestDockerSuite/TestVolumeCLILsFilterLabels (0.34s) [2021-09-16T20:10:14.121Z] --- PASS: TestDockerSuite/TestVolumeCLILsWithIncorrectFilterValue (0.07s) [2021-09-16T20:10:14.121Z] --- PASS: TestDockerSuite/TestVolumeCLINoArgs (0.16s) [2021-09-16T20:10:14.121Z] --- PASS: TestDockerSuite/TestVolumeCLIRm (6.48s) [2021-09-16T20:10:14.121Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-09-16T20:10:14.121Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceInUse (0.51s) [2021-09-16T20:10:14.121Z] --- PASS: TestDockerSuite/TestVolumeCLIRmForceUsage (0.17s) [2021-09-16T20:10:14.121Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-09-16T20:10:14.121Z] --- PASS: TestDockerSuite/TestVolumeFromMixedRWOptions (5.80s) [2021-09-16T20:10:14.121Z] --- PASS: TestDockerSuite/TestVolumeLsFormat (0.24s) [2021-09-16T20:10:14.121Z] --- PASS: TestDockerSuite/TestVolumeLsFormatDefaultFormat (0.24s) [2021-09-16T20:10:14.121Z] --- PASS: TestDockerSuite/TestVolumesFromGetsProperMode (7.50s) [2021-09-16T20:10:14.121Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-09-16T20:10:14.121Z] --- PASS: TestDockerSuite/TestWindowsRunAsSystem (1.25s) [2021-09-16T20:10:14.121Z] === RUN TestDockerRegistrySuite [2021-09-16T20:10:14.121Z] === RUN TestDockerRegistrySuite/TestBuildByDigest [2021-09-16T20:10:14.121Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.121Z] === RUN TestDockerRegistrySuite/TestBuildCopyFromForcePull [2021-09-16T20:10:14.121Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.121Z] === RUN TestDockerRegistrySuite/TestBuildMultiStageImplicitPull [2021-09-16T20:10:14.121Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.121Z] === RUN TestDockerRegistrySuite/TestConcurrentFailingPull [2021-09-16T20:10:14.121Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.121Z] === RUN TestDockerRegistrySuite/TestConcurrentPullMultipleTags [2021-09-16T20:10:14.121Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.121Z] === RUN TestDockerRegistrySuite/TestConcurrentPullWholeRepo [2021-09-16T20:10:14.121Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.121Z] === RUN TestDockerRegistrySuite/TestConcurrentPush [2021-09-16T20:10:14.121Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.121Z] === RUN TestDockerRegistrySuite/TestCreateByDigest [2021-09-16T20:10:14.121Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.121Z] === RUN TestDockerRegistrySuite/TestCrossRepositoryLayerPush [2021-09-16T20:10:14.121Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.121Z] === RUN TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest [2021-09-16T20:10:14.121Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.121Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag [2021-09-16T20:10:14.121Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.121Z] === RUN TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag [2021-09-16T20:10:14.121Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.121Z] === RUN TestDockerRegistrySuite/TestEventsImageFilterPush [2021-09-16T20:10:14.121Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.121Z] === RUN TestDockerRegistrySuite/TestInspectImageWithDigests [2021-09-16T20:10:14.121Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.121Z] === RUN TestDockerRegistrySuite/TestListDanglingImagesWithDigests [2021-09-16T20:10:14.121Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.121Z] === RUN TestDockerRegistrySuite/TestListImagesWithDigests [2021-09-16T20:10:14.121Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.121Z] === RUN TestDockerRegistrySuite/TestListImagesWithoutDigests [2021-09-16T20:10:14.121Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.121Z] === RUN TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest [2021-09-16T20:10:14.121Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.121Z] === RUN TestDockerRegistrySuite/TestPullByDigest [2021-09-16T20:10:14.121Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.121Z] === RUN TestDockerRegistrySuite/TestPullByDigestNoFallback [2021-09-16T20:10:14.121Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.121Z] === RUN TestDockerRegistrySuite/TestPullByTagDisplaysDigest [2021-09-16T20:10:14.121Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.121Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredLayer [2021-09-16T20:10:14.121Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.121Z] === RUN TestDockerRegistrySuite/TestPullFailsWithAlteredManifest [2021-09-16T20:10:14.121Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.121Z] === RUN TestDockerRegistrySuite/TestPullIDStability [2021-09-16T20:10:14.121Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.121Z] === RUN TestDockerRegistrySuite/TestPullImageWithAliases [2021-09-16T20:10:14.121Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.121Z] === RUN TestDockerRegistrySuite/TestPullManifestList [2021-09-16T20:10:14.121Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.121Z] === RUN TestDockerRegistrySuite/TestPullNoLayers [2021-09-16T20:10:14.121Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.121Z] === RUN TestDockerRegistrySuite/TestPushBadTag [2021-09-16T20:10:14.121Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.121Z] === RUN TestDockerRegistrySuite/TestPushBusyboxImage [2021-09-16T20:10:14.121Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.121Z] === RUN TestDockerRegistrySuite/TestPushEmptyLayer [2021-09-16T20:10:14.121Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.121Z] === RUN TestDockerRegistrySuite/TestPushMultipleTags [2021-09-16T20:10:14.121Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.121Z] === RUN TestDockerRegistrySuite/TestPushUntagged [2021-09-16T20:10:14.121Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.121Z] === RUN TestDockerRegistrySuite/TestRemoveImageByDigest [2021-09-16T20:10:14.121Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.121Z] === RUN TestDockerRegistrySuite/TestRunByDigest [2021-09-16T20:10:14.121Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.121Z] === RUN TestDockerRegistrySuite/TestRunImplicitPullWithNoTag [2021-09-16T20:10:14.121Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.121Z] === RUN TestDockerRegistrySuite/TestTagByDigest [2021-09-16T20:10:14.121Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.121Z] === RUN TestDockerRegistrySuite/TestUserAgentPassThrough [2021-09-16T20:10:14.121Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.121Z] === RUN TestDockerRegistrySuite/TestV2Only [2021-09-16T20:10:14.121Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.121Z] --- PASS: TestDockerRegistrySuite (0.15s) [2021-09-16T20:10:14.121Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-09-16T20:10:14.121Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-09-16T20:10:14.121Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-09-16T20:10:14.121Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-09-16T20:10:14.121Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-09-16T20:10:14.121Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-09-16T20:10:14.121Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-09-16T20:10:14.121Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-09-16T20:10:14.121Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-09-16T20:10:14.121Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-09-16T20:10:14.121Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-09-16T20:10:14.121Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-09-16T20:10:14.121Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-09-16T20:10:14.121Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-09-16T20:10:14.121Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-09-16T20:10:14.121Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-09-16T20:10:14.121Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-09-16T20:10:14.121Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-09-16T20:10:14.121Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-09-16T20:10:14.121Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-09-16T20:10:14.121Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-09-16T20:10:14.121Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-09-16T20:10:14.121Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-09-16T20:10:14.121Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-09-16T20:10:14.121Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-09-16T20:10:14.121Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-09-16T20:10:14.121Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-09-16T20:10:14.121Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-09-16T20:10:14.121Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-09-16T20:10:14.121Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-09-16T20:10:14.121Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-09-16T20:10:14.121Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-09-16T20:10:14.121Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-09-16T20:10:14.121Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-09-16T20:10:14.121Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-09-16T20:10:14.121Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-09-16T20:10:14.121Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-09-16T20:10:14.121Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2021-09-16T20:10:14.121Z] === RUN TestDockerSchema1RegistrySuite [2021-09-16T20:10:14.121Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentFailingPull [2021-09-16T20:10:14.121Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.121Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags [2021-09-16T20:10:14.121Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.121Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo [2021-09-16T20:10:14.121Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.121Z] === RUN TestDockerSchema1RegistrySuite/TestConcurrentPush [2021-09-16T20:10:14.121Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.121Z] === RUN TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported [2021-09-16T20:10:14.121Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.121Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigest [2021-09-16T20:10:14.121Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.121Z] === RUN TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback [2021-09-16T20:10:14.121Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.121Z] === RUN TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest [2021-09-16T20:10:14.121Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.121Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer [2021-09-16T20:10:14.121Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.121Z] === RUN TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest [2021-09-16T20:10:14.121Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.121Z] === RUN TestDockerSchema1RegistrySuite/TestPullIDStability [2021-09-16T20:10:14.121Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.121Z] === RUN TestDockerSchema1RegistrySuite/TestPullImageWithAliases [2021-09-16T20:10:14.121Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.121Z] === RUN TestDockerSchema1RegistrySuite/TestPullNoLayers [2021-09-16T20:10:14.122Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.122Z] === RUN TestDockerSchema1RegistrySuite/TestPushBadTag [2021-09-16T20:10:14.122Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.122Z] === RUN TestDockerSchema1RegistrySuite/TestPushBusyboxImage [2021-09-16T20:10:14.122Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.122Z] === RUN TestDockerSchema1RegistrySuite/TestPushEmptyLayer [2021-09-16T20:10:14.122Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.122Z] === RUN TestDockerSchema1RegistrySuite/TestPushMultipleTags [2021-09-16T20:10:14.122Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.122Z] === RUN TestDockerSchema1RegistrySuite/TestPushUntagged [2021-09-16T20:10:14.122Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.122Z] --- PASS: TestDockerSchema1RegistrySuite (0.00s) [2021-09-16T20:10:14.122Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-09-16T20:10:14.122Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-09-16T20:10:14.122Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-09-16T20:10:14.122Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-09-16T20:10:14.122Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-09-16T20:10:14.122Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-09-16T20:10:14.122Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-09-16T20:10:14.122Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-09-16T20:10:14.122Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-09-16T20:10:14.122Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-09-16T20:10:14.122Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-09-16T20:10:14.122Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-09-16T20:10:14.122Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-09-16T20:10:14.122Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-09-16T20:10:14.122Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-09-16T20:10:14.122Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-09-16T20:10:14.122Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-09-16T20:10:14.122Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-09-16T20:10:14.122Z] === RUN TestDockerRegistryAuthHtpasswdSuite [2021-09-16T20:10:14.122Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry [2021-09-16T20:10:14.122Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.122Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth [2021-09-16T20:10:14.122Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.122Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry [2021-09-16T20:10:14.122Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.122Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth [2021-09-16T20:10:14.122Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.122Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored [2021-09-16T20:10:14.122Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.122Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth [2021-09-16T20:10:14.122Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.122Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme [2021-09-16T20:10:14.122Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.122Z] === RUN TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry [2021-09-16T20:10:14.122Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.122Z] --- PASS: TestDockerRegistryAuthHtpasswdSuite (0.02s) [2021-09-16T20:10:14.122Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-09-16T20:10:14.122Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-09-16T20:10:14.122Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-09-16T20:10:14.122Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-09-16T20:10:14.122Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-09-16T20:10:14.122Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-09-16T20:10:14.122Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-09-16T20:10:14.122Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-09-16T20:10:14.122Z] === RUN TestDockerRegistryAuthTokenSuite [2021-09-16T20:10:14.122Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError [2021-09-16T20:10:14.122Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.122Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken [2021-09-16T20:10:14.122Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.122Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized [2021-09-16T20:10:14.122Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.122Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable [2021-09-16T20:10:14.122Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.122Z] === RUN TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse [2021-09-16T20:10:14.122Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.122Z] --- PASS: TestDockerRegistryAuthTokenSuite (0.00s) [2021-09-16T20:10:14.122Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-09-16T20:10:14.122Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-09-16T20:10:14.122Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-09-16T20:10:14.122Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-09-16T20:10:14.122Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-09-16T20:10:14.122Z] === RUN TestDockerDaemonSuite [2021-09-16T20:10:14.122Z] === RUN TestDockerDaemonSuite/TestCLIProxyProxyTCPSock [2021-09-16T20:10:14.122Z] check_test.go:301: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.122Z] === RUN TestDockerDaemonSuite/TestExecAfterDaemonRestart [2021-09-16T20:10:14.122Z] check_test.go:301: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.122Z] === RUN TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault [2021-09-16T20:10:14.122Z] check_test.go:301: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.122Z] --- PASS: TestDockerDaemonSuite (0.00s) [2021-09-16T20:10:14.122Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-09-16T20:10:14.122Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-09-16T20:10:14.122Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-09-16T20:10:14.122Z] === RUN TestDockerSwarmSuite [2021-09-16T20:10:14.122Z] --- PASS: TestDockerSwarmSuite (0.00s) [2021-09-16T20:10:14.122Z] === RUN TestDockerPluginSuite [2021-09-16T20:10:14.122Z] === RUN TestDockerPluginSuite/TestPluginBasicOps [2021-09-16T20:10:14.122Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.122Z] === RUN TestDockerPluginSuite/TestPluginCreate [2021-09-16T20:10:14.122Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.122Z] === RUN TestDockerPluginSuite/TestPluginEnableDisableNegative [2021-09-16T20:10:14.122Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.122Z] === RUN TestDockerPluginSuite/TestPluginForceRemove [2021-09-16T20:10:14.122Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.122Z] === RUN TestDockerPluginSuite/TestPluginIDPrefix [2021-09-16T20:10:14.122Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.122Z] === RUN TestDockerPluginSuite/TestPluginInspect [2021-09-16T20:10:14.122Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.122Z] === RUN TestDockerPluginSuite/TestPluginInstallArgs [2021-09-16T20:10:14.122Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.122Z] === RUN TestDockerPluginSuite/TestPluginInstallDisable [2021-09-16T20:10:14.122Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.122Z] === RUN TestDockerPluginSuite/TestPluginInstallImage [2021-09-16T20:10:14.122Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.122Z] === RUN TestDockerPluginSuite/TestPluginListDefaultFormat [2021-09-16T20:10:14.122Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.122Z] === RUN TestDockerPluginSuite/TestPluginSet [2021-09-16T20:10:14.122Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.122Z] --- PASS: TestDockerPluginSuite (0.04s) [2021-09-16T20:10:14.122Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-09-16T20:10:14.122Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-09-16T20:10:14.122Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-09-16T20:10:14.122Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-09-16T20:10:14.122Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-09-16T20:10:14.122Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-09-16T20:10:14.122Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-09-16T20:10:14.122Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-09-16T20:10:14.122Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-09-16T20:10:14.122Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-09-16T20:10:14.122Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2021-09-16T20:10:14.122Z] === RUN TestDockerExternalVolumeSuite [2021-09-16T20:10:14.122Z] check_test.go:127: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.122Z] --- SKIP: TestDockerExternalVolumeSuite (0.00s) [2021-09-16T20:10:14.122Z] === RUN TestDockerNetworkSuite [2021-09-16T20:10:14.122Z] check_test.go:133: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.122Z] --- SKIP: TestDockerNetworkSuite (0.00s) [2021-09-16T20:10:14.122Z] === RUN TestDockerHubPullSuite [2021-09-16T20:10:14.122Z] check_test.go:141: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.122Z] --- SKIP: TestDockerHubPullSuite (0.00s) [2021-09-16T20:10:14.122Z] PASS [2021-09-16T20:10:14.122Z] ok github.com/docker/docker/integration-cli 2226.306s [2021-09-16T20:10:14.122Z] [2021-09-16T20:10:14.122Z] === Skipped [2021-09-16T20:10:14.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2021-09-16T20:10:14.122Z] docker_api_network_test.go:242: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.122Z] --- SKIP: TestDockerSuite/TestAPICreateDeletePredefinedNetworks (0.01s) [2021-09-16T20:10:14.122Z] [2021-09-16T20:10:14.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-09-16T20:10:14.122Z] docker_api_test.go:77: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.122Z] --- SKIP: TestDockerSuite/TestAPIErrorPlainText (0.01s) [2021-09-16T20:10:14.122Z] [2021-09-16T20:10:14.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkConnectDisconnect (0.03s) [2021-09-16T20:10:14.122Z] docker_api_network_test.go:131: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.122Z] --- SKIP: TestDockerSuite/TestAPINetworkConnectDisconnect (0.03s) [2021-09-16T20:10:14.122Z] [2021-09-16T20:10:14.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2021-09-16T20:10:14.122Z] docker_api_network_test.go:30: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.122Z] --- SKIP: TestDockerSuite/TestAPINetworkCreateCheckDuplicate (0.02s) [2021-09-16T20:10:14.122Z] [2021-09-16T20:10:14.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkFilter (0.02s) [2021-09-16T20:10:14.122Z] docker_api_network_test.go:68: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.122Z] --- SKIP: TestDockerSuite/TestAPINetworkFilter (0.02s) [2021-09-16T20:10:14.122Z] [2021-09-16T20:10:14.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkGetDefaults (0.03s) [2021-09-16T20:10:14.122Z] docker_api_network_test.go:21: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.122Z] --- SKIP: TestDockerSuite/TestAPINetworkGetDefaults (0.03s) [2021-09-16T20:10:14.122Z] [2021-09-16T20:10:14.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.04s) [2021-09-16T20:10:14.122Z] docker_api_network_test.go:173: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.122Z] --- SKIP: TestDockerSuite/TestAPINetworkIPAMMultipleBridgeNetworks (0.04s) [2021-09-16T20:10:14.122Z] [2021-09-16T20:10:14.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectBridge (0.05s) [2021-09-16T20:10:14.122Z] docker_api_network_test.go:74: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.122Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectBridge (0.05s) [2021-09-16T20:10:14.122Z] [2021-09-16T20:10:14.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.03s) [2021-09-16T20:10:14.122Z] docker_api_network_test.go:100: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.122Z] --- SKIP: TestDockerSuite/TestAPINetworkInspectUserDefinedNetwork (0.03s) [2021-09-16T20:10:14.122Z] [2021-09-16T20:10:14.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsContainerNotFound (0.03s) [2021-09-16T20:10:14.122Z] docker_api_stats_test.go:264: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.122Z] --- SKIP: TestDockerSuite/TestAPIStatsContainerNotFound (0.03s) [2021-09-16T20:10:14.122Z] [2021-09-16T20:10:14.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-09-16T20:10:14.122Z] docker_api_stats_test.go:170: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.122Z] --- SKIP: TestDockerSuite/TestAPIStatsNetworkStatsVersioning (0.01s) [2021-09-16T20:10:14.122Z] [2021-09-16T20:10:14.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-09-16T20:10:14.122Z] docker_api_stats_test.go:278: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.122Z] --- SKIP: TestDockerSuite/TestAPIStatsNoStreamConnectedContainers (0.01s) [2021-09-16T20:10:14.122Z] [2021-09-16T20:10:14.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-09-16T20:10:14.122Z] docker_cli_run_test.go:3155: unmatched requirement Apparmor [2021-09-16T20:10:14.122Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesChmodProc (0.01s) [2021-09-16T20:10:14.122Z] [2021-09-16T20:10:14.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2021-09-16T20:10:14.122Z] docker_cli_run_test.go:3133: unmatched requirement Apparmor [2021-09-16T20:10:14.122Z] --- SKIP: TestDockerSuite/TestAppArmorDeniesPtrace (0.02s) [2021-09-16T20:10:14.122Z] [2021-09-16T20:10:14.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-09-16T20:10:14.122Z] docker_cli_run_test.go:3145: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.122Z] --- SKIP: TestDockerSuite/TestAppArmorTraceSelf (0.01s) [2021-09-16T20:10:14.122Z] [2021-09-16T20:10:14.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachDisconnect (0.02s) [2021-09-16T20:10:14.122Z] docker_cli_attach_test.go:137: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.122Z] --- SKIP: TestDockerSuite/TestAttachDisconnect (0.02s) [2021-09-16T20:10:14.122Z] [2021-09-16T20:10:14.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-09-16T20:10:14.122Z] docker_cli_attach_test.go:170: unmatched requirement IsPausable [2021-09-16T20:10:14.122Z] --- SKIP: TestDockerSuite/TestAttachPausedContainer (0.01s) [2021-09-16T20:10:14.122Z] [2021-09-16T20:10:14.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2021-09-16T20:10:14.122Z] docker_cli_attach_test.go:99: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.122Z] --- SKIP: TestDockerSuite/TestAttachTTYWithoutStdin (0.02s) [2021-09-16T20:10:14.122Z] [2021-09-16T20:10:14.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAPIDoubleDockerfile (0.30s) [2021-09-16T20:10:14.122Z] docker_api_build_test.go:176: unmatched requirement UnixCli [2021-09-16T20:10:14.122Z] --- SKIP: TestDockerSuite/TestBuildAPIDoubleDockerfile (0.30s) [2021-09-16T20:10:14.122Z] [2021-09-16T20:10:14.122Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-09-16T20:10:14.123Z] docker_cli_build_test.go:574: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.123Z] --- SKIP: TestDockerSuite/TestBuildAddAndCopyFileWithWhitespace (0.01s) [2021-09-16T20:10:14.123Z] [2021-09-16T20:10:14.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-09-16T20:10:14.123Z] docker_cli_build_test.go:927: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.123Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinks (0.01s) [2021-09-16T20:10:14.123Z] [2021-09-16T20:10:14.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-09-16T20:10:14.123Z] docker_cli_build_test.go:1007: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.123Z] --- SKIP: TestDockerSuite/TestBuildAddBadLinksVolume (0.01s) [2021-09-16T20:10:14.123Z] [2021-09-16T20:10:14.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2021-09-16T20:10:14.123Z] docker_cli_build_test.go:752: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.123Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToExistingDir (0.04s) [2021-09-16T20:10:14.123Z] [2021-09-16T20:10:14.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-09-16T20:10:14.123Z] docker_cli_build_test.go:738: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.123Z] --- SKIP: TestDockerSuite/TestBuildAddDirContentToRoot (0.01s) [2021-09-16T20:10:14.123Z] [2021-09-16T20:10:14.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2021-09-16T20:10:14.123Z] docker_cli_build_test.go:798: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.123Z] --- SKIP: TestDockerSuite/TestBuildAddPreservesFilesSpecialBits (0.02s) [2021-09-16T20:10:14.123Z] [2021-09-16T20:10:14.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddScript (0.03s) [2021-09-16T20:10:14.123Z] docker_cli_build_test.go:2811: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.123Z] --- SKIP: TestDockerSuite/TestBuildAddScript (0.03s) [2021-09-16T20:10:14.123Z] [2021-09-16T20:10:14.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-09-16T20:10:14.123Z] docker_cli_build_test.go:506: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.123Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToExistDir (0.01s) [2021-09-16T20:10:14.123Z] [2021-09-16T20:10:14.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-09-16T20:10:14.123Z] docker_cli_build_test.go:723: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.123Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToNonExistingDir (0.01s) [2021-09-16T20:10:14.123Z] [2021-09-16T20:10:14.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2021-09-16T20:10:14.123Z] docker_cli_build_test.go:467: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.123Z] --- SKIP: TestDockerSuite/TestBuildAddSingleFileToRoot (0.02s) [2021-09-16T20:10:14.123Z] [2021-09-16T20:10:14.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXz (0.03s) [2021-09-16T20:10:14.123Z] docker_cli_build_test.go:2947: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.123Z] --- SKIP: TestDockerSuite/TestBuildAddTarXz (0.03s) [2021-09-16T20:10:14.123Z] [2021-09-16T20:10:14.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddTarXzGz (0.26s) [2021-09-16T20:10:14.123Z] docker_cli_build_test.go:2994: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.123Z] --- SKIP: TestDockerSuite/TestBuildAddTarXzGz (0.26s) [2021-09-16T20:10:14.123Z] [2021-09-16T20:10:14.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildAddWholeDirToRoot (0.53s) [2021-09-16T20:10:14.123Z] docker_cli_build_test.go:768: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.123Z] --- SKIP: TestDockerSuite/TestBuildAddWholeDirToRoot (0.53s) [2021-09-16T20:10:14.123Z] [2021-09-16T20:10:14.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.72s) [2021-09-16T20:10:14.123Z] docker_cli_build_test.go:4457: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.123Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgBuiltinArg (0.72s) [2021-09-16T20:10:14.123Z] [2021-09-16T20:10:14.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.27s) [2021-09-16T20:10:14.123Z] docker_cli_build_test.go:4480: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.123Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgDefaultOverride (0.27s) [2021-09-16T20:10:14.123Z] [2021-09-16T20:10:14.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2021-09-16T20:10:14.123Z] docker_cli_build_test.go:4603: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.123Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEmptyValVariants (0.03s) [2021-09-16T20:10:14.123Z] [2021-09-16T20:10:14.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-09-16T20:10:14.123Z] docker_cli_build_test.go:4522: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.123Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgEnv (0.01s) [2021-09-16T20:10:14.123Z] [2021-09-16T20:10:14.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2021-09-16T20:10:14.123Z] docker_cli_build_test.go:4405: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.123Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgExpansionOverride (0.03s) [2021-09-16T20:10:14.123Z] [2021-09-16T20:10:14.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-09-16T20:10:14.123Z] docker_cli_build_test.go:4259: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.123Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideArgDefinedBeforeEnv (0.03s) [2021-09-16T20:10:14.123Z] [2021-09-16T20:10:14.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2021-09-16T20:10:14.123Z] docker_cli_build_test.go:4288: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.123Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgOverrideEnvDefinedBeforeArg (0.03s) [2021-09-16T20:10:14.123Z] [2021-09-16T20:10:14.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.49s) [2021-09-16T20:10:14.123Z] docker_cli_build_test.go:4433: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.123Z] --- SKIP: TestDockerSuite/TestBuildBuildTimeArgUntrustedDefinedAfterUse (0.49s) [2021-09-16T20:10:14.123Z] [2021-09-16T20:10:14.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheAdd (0.27s) [2021-09-16T20:10:14.123Z] docker_cli_build_test.go:372: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.123Z] --- SKIP: TestDockerSuite/TestBuildCacheAdd (0.27s) [2021-09-16T20:10:14.123Z] [2021-09-16T20:10:14.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCacheFrom (0.04s) [2021-09-16T20:10:14.123Z] docker_cli_build_test.go:5422: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.123Z] --- SKIP: TestDockerSuite/TestBuildCacheFrom (0.04s) [2021-09-16T20:10:14.123Z] [2021-09-16T20:10:14.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownOnCopy (0.04s) [2021-09-16T20:10:14.123Z] docker_api_build_test.go:401: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.123Z] --- SKIP: TestDockerSuite/TestBuildChownOnCopy (0.04s) [2021-09-16T20:10:14.123Z] [2021-09-16T20:10:14.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildChownSingleFile (0.02s) [2021-09-16T20:10:14.123Z] docker_cli_build_test.go:3570: unmatched requirement UnixCli [2021-09-16T20:10:14.123Z] --- SKIP: TestDockerSuite/TestBuildChownSingleFile (0.02s) [2021-09-16T20:10:14.123Z] [2021-09-16T20:10:14.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-09-16T20:10:14.123Z] docker_cli_build_test.go:2641: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.123Z] --- SKIP: TestDockerSuite/TestBuildCommentsShebangs (0.01s) [2021-09-16T20:10:14.123Z] [2021-09-16T20:10:14.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-09-16T20:10:14.123Z] docker_cli_build_test.go:3969: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.123Z] --- SKIP: TestDockerSuite/TestBuildContainerWithCgroupParent (0.01s) [2021-09-16T20:10:14.123Z] [2021-09-16T20:10:14.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2021-09-16T20:10:14.123Z] docker_cli_build_test.go:522: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.123Z] --- SKIP: TestDockerSuite/TestBuildCopyAddMultipleFiles (0.03s) [2021-09-16T20:10:14.123Z] [2021-09-16T20:10:14.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-09-16T20:10:14.123Z] docker_cli_build_test.go:894: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.123Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToExistDir (0.01s) [2021-09-16T20:10:14.123Z] [2021-09-16T20:10:14.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-09-16T20:10:14.123Z] docker_cli_build_test.go:880: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.123Z] --- SKIP: TestDockerSuite/TestBuildCopyDirContentToRoot (0.01s) [2021-09-16T20:10:14.123Z] [2021-09-16T20:10:14.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToExistDir (0.26s) [2021-09-16T20:10:14.123Z] docker_cli_build_test.go:849: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.123Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToExistDir (0.26s) [2021-09-16T20:10:14.123Z] [2021-09-16T20:10:14.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.26s) [2021-09-16T20:10:14.123Z] docker_cli_build_test.go:865: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.123Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToNonExistDir (0.26s) [2021-09-16T20:10:14.123Z] [2021-09-16T20:10:14.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2021-09-16T20:10:14.123Z] docker_cli_build_test.go:811: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.123Z] --- SKIP: TestDockerSuite/TestBuildCopySingleFileToRoot (0.03s) [2021-09-16T20:10:14.123Z] [2021-09-16T20:10:14.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2021-09-16T20:10:14.123Z] docker_cli_build_test.go:910: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.123Z] --- SKIP: TestDockerSuite/TestBuildCopyWholeDirToRoot (0.03s) [2021-09-16T20:10:14.123Z] [2021-09-16T20:10:14.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildCopyWildcardInName (0.29s) [2021-09-16T20:10:14.123Z] docker_cli_build_test.go:685: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.123Z] --- SKIP: TestDockerSuite/TestBuildCopyWildcardInName (0.29s) [2021-09-16T20:10:14.123Z] [2021-09-16T20:10:14.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildDockerignoreComment (0.28s) [2021-09-16T20:10:14.123Z] docker_cli_build_test.go:5145: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.123Z] --- SKIP: TestDockerSuite/TestBuildDockerignoreComment (0.28s) [2021-09-16T20:10:14.123Z] [2021-09-16T20:10:14.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEOLInLine (0.25s) [2021-09-16T20:10:14.123Z] docker_cli_build_test.go:2630: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.123Z] --- SKIP: TestDockerSuite/TestBuildEOLInLine (0.25s) [2021-09-16T20:10:14.123Z] [2021-09-16T20:10:14.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyCmd (0.03s) [2021-09-16T20:10:14.123Z] docker_cli_build_test.go:3165: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.123Z] --- SKIP: TestDockerSuite/TestBuildEmptyCmd (0.03s) [2021-09-16T20:10:14.123Z] [2021-09-16T20:10:14.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEmptyScratch (0.01s) [2021-09-16T20:10:14.123Z] docker_cli_build_test.go:3932: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.123Z] --- SKIP: TestDockerSuite/TestBuildEmptyScratch (0.01s) [2021-09-16T20:10:14.123Z] [2021-09-16T20:10:14.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnv (0.02s) [2021-09-16T20:10:14.123Z] docker_cli_build_test.go:1470: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.123Z] --- SKIP: TestDockerSuite/TestBuildEnv (0.02s) [2021-09-16T20:10:14.123Z] [2021-09-16T20:10:14.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvEscapes (0.23s) [2021-09-16T20:10:14.123Z] docker_cli_build_test.go:304: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.123Z] --- SKIP: TestDockerSuite/TestBuildEnvEscapes (0.23s) [2021-09-16T20:10:14.123Z] [2021-09-16T20:10:14.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2021-09-16T20:10:14.123Z] docker_cli_build_test.go:321: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.123Z] --- SKIP: TestDockerSuite/TestBuildEnvOverwrite (0.01s) [2021-09-16T20:10:14.123Z] [2021-09-16T20:10:14.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-09-16T20:10:14.123Z] docker_cli_build_test.go:2713: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.123Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage (0.01s) [2021-09-16T20:10:14.123Z] [2021-09-16T20:10:14.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-09-16T20:10:14.123Z] docker_cli_build_test.go:2744: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.123Z] --- SKIP: TestDockerSuite/TestBuildEnvUsage2 (0.01s) [2021-09-16T20:10:14.123Z] [2021-09-16T20:10:14.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2021-09-16T20:10:14.123Z] docker_cli_build_test.go:173: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.123Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementEnv (0.03s) [2021-09-16T20:10:14.123Z] [2021-09-16T20:10:14.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2021-09-16T20:10:14.123Z] docker_cli_build_test.go:104: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.123Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementExpose (0.03s) [2021-09-16T20:10:14.123Z] [2021-09-16T20:10:14.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2021-09-16T20:10:14.123Z] docker_cli_build_test.go:62: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.123Z] --- SKIP: TestDockerSuite/TestBuildEnvironmentReplacementUser (0.03s) [2021-09-16T20:10:14.123Z] [2021-09-16T20:10:14.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2021-09-16T20:10:14.123Z] docker_cli_build_test.go:3298: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.123Z] --- SKIP: TestDockerSuite/TestBuildExoticShellInterpolation (0.04s) [2021-09-16T20:10:14.123Z] [2021-09-16T20:10:14.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExpose (0.02s) [2021-09-16T20:10:14.123Z] docker_cli_build_test.go:1591: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.123Z] --- SKIP: TestDockerSuite/TestBuildExpose (0.02s) [2021-09-16T20:10:14.123Z] [2021-09-16T20:10:14.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2021-09-16T20:10:14.123Z] docker_cli_build_test.go:1605: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.123Z] --- SKIP: TestDockerSuite/TestBuildExposeMorePorts (0.02s) [2021-09-16T20:10:14.123Z] [2021-09-16T20:10:14.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-09-16T20:10:14.123Z] docker_cli_build_test.go:1654: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.123Z] --- SKIP: TestDockerSuite/TestBuildExposeOrder (0.01s) [2021-09-16T20:10:14.123Z] [2021-09-16T20:10:14.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-09-16T20:10:14.123Z] docker_cli_build_test.go:1670: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.123Z] --- SKIP: TestDockerSuite/TestBuildExposeUpperCaseProto (0.01s) [2021-09-16T20:10:14.123Z] [2021-09-16T20:10:14.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2021-09-16T20:10:14.123Z] docker_cli_build_test.go:3697: unmatched requirement UnixCli [2021-09-16T20:10:14.123Z] --- SKIP: TestDockerSuite/TestBuildFromMixedcaseDockerfile (0.03s) [2021-09-16T20:10:14.123Z] [2021-09-16T20:10:14.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2021-09-16T20:10:14.123Z] docker_cli_build_test.go:3748: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.123Z] --- SKIP: TestDockerSuite/TestBuildFromStdinWithF (0.02s) [2021-09-16T20:10:14.123Z] [2021-09-16T20:10:14.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2021-09-16T20:10:14.123Z] docker_cli_build_test.go:236: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.123Z] --- SKIP: TestDockerSuite/TestBuildHandleEscapesInVolume (0.03s) [2021-09-16T20:10:14.123Z] [2021-09-16T20:10:14.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildInheritance (0.03s) [2021-09-16T20:10:14.123Z] docker_cli_build_test.go:2202: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.123Z] --- SKIP: TestDockerSuite/TestBuildInheritance (0.03s) [2021-09-16T20:10:14.123Z] [2021-09-16T20:10:14.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLastModified (0.07s) [2021-09-16T20:10:14.123Z] docker_cli_build_test.go:394: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.123Z] --- SKIP: TestDockerSuite/TestBuildLastModified (0.07s) [2021-09-16T20:10:14.123Z] [2021-09-16T20:10:14.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildLineBreak (0.04s) [2021-09-16T20:10:14.123Z] docker_cli_build_test.go:2619: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.123Z] --- SKIP: TestDockerSuite/TestBuildLineBreak (0.04s) [2021-09-16T20:10:14.123Z] [2021-09-16T20:10:14.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageCache (0.05s) [2021-09-16T20:10:14.123Z] docker_cli_build_test.go:5516: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.123Z] --- SKIP: TestDockerSuite/TestBuildMultiStageCache (0.05s) [2021-09-16T20:10:14.123Z] [2021-09-16T20:10:14.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2021-09-16T20:10:14.123Z] docker_cli_build_test.go:5919: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.123Z] --- SKIP: TestDockerSuite/TestBuildMultiStageResetScratch (0.03s) [2021-09-16T20:10:14.123Z] [2021-09-16T20:10:14.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetContainer (0.01s) [2021-09-16T20:10:14.123Z] docker_cli_build_test.go:5552: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.123Z] --- SKIP: TestDockerSuite/TestBuildNetContainer (0.01s) [2021-09-16T20:10:14.123Z] [2021-09-16T20:10:14.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildNetNone (0.01s) [2021-09-16T20:10:14.123Z] docker_cli_build_test.go:5540: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.123Z] --- SKIP: TestDockerSuite/TestBuildNetNone (0.01s) [2021-09-16T20:10:14.123Z] [2021-09-16T20:10:14.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildOpaqueDirectory (0.03s) [2021-09-16T20:10:14.123Z] docker_cli_build_test.go:5977: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.123Z] --- SKIP: TestDockerSuite/TestBuildOpaqueDirectory (0.03s) [2021-09-16T20:10:14.123Z] [2021-09-16T20:10:14.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildPATH (0.01s) [2021-09-16T20:10:14.123Z] docker_cli_build_test.go:1484: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.123Z] --- SKIP: TestDockerSuite/TestBuildPATH (0.01s) [2021-09-16T20:10:14.123Z] [2021-09-16T20:10:14.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-09-16T20:10:14.123Z] docker_cli_build_test.go:3947: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.123Z] --- SKIP: TestDockerSuite/TestBuildRUNoneJSON (0.01s) [2021-09-16T20:10:14.123Z] [2021-09-16T20:10:14.123Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2021-09-16T20:10:14.123Z] docker_cli_build_test.go:1752: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.124Z] --- SKIP: TestDockerSuite/TestBuildSameDockerfileWithAndWithoutCache (0.05s) [2021-09-16T20:10:14.124Z] [2021-09-16T20:10:14.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildScratchCopy (0.27s) [2021-09-16T20:10:14.124Z] docker_api_build_test.go:512: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.124Z] --- SKIP: TestDockerSuite/TestBuildScratchCopy (0.27s) [2021-09-16T20:10:14.124Z] [2021-09-16T20:10:14.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildStopSignal (0.25s) [2021-09-16T20:10:14.124Z] docker_cli_build_test.go:4067: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.124Z] --- SKIP: TestDockerSuite/TestBuildStopSignal (0.25s) [2021-09-16T20:10:14.124Z] [2021-09-16T20:10:14.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUser (0.03s) [2021-09-16T20:10:14.124Z] docker_cli_build_test.go:1281: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.124Z] --- SKIP: TestDockerSuite/TestBuildUser (0.03s) [2021-09-16T20:10:14.124Z] [2021-09-16T20:10:14.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2021-09-16T20:10:14.124Z] docker_cli_build_test.go:555: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.124Z] --- SKIP: TestDockerSuite/TestBuildUsernamespaceValidateRemappedRoot (0.02s) [2021-09-16T20:10:14.124Z] [2021-09-16T20:10:14.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-09-16T20:10:14.124Z] docker_cli_build_test.go:2655: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.124Z] --- SKIP: TestDockerSuite/TestBuildUsersAndGroups (0.01s) [2021-09-16T20:10:14.124Z] [2021-09-16T20:10:14.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2021-09-16T20:10:14.124Z] docker_cli_build_test.go:3874: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.124Z] --- SKIP: TestDockerSuite/TestBuildVolumeFileExistsinContainer (0.02s) [2021-09-16T20:10:14.124Z] [2021-09-16T20:10:14.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-09-16T20:10:14.124Z] docker_cli_build_test.go:3669: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.124Z] --- SKIP: TestDockerSuite/TestBuildVolumesRetainContents (0.01s) [2021-09-16T20:10:14.124Z] [2021-09-16T20:10:14.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHost (0.27s) [2021-09-16T20:10:14.124Z] docker_cli_build_test.go:5568: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.124Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHost (0.27s) [2021-09-16T20:10:14.124Z] [2021-09-16T20:10:14.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2021-09-16T20:10:14.124Z] docker_cli_build_test.go:5584: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.124Z] --- SKIP: TestDockerSuite/TestBuildWithExtraHostInvalidFormat (0.04s) [2021-09-16T20:10:14.124Z] [2021-09-16T20:10:14.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.27s) [2021-09-16T20:10:14.124Z] docker_cli_build_test.go:1050: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.124Z] --- SKIP: TestDockerSuite/TestBuildWithInaccessibleFilesInContext (0.27s) [2021-09-16T20:10:14.124Z] [2021-09-16T20:10:14.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumeOwnership (0.28s) [2021-09-16T20:10:14.124Z] docker_cli_build_test.go:2151: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.124Z] --- SKIP: TestDockerSuite/TestBuildWithVolumeOwnership (0.28s) [2021-09-16T20:10:14.124Z] [2021-09-16T20:10:14.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWithVolumes (0.28s) [2021-09-16T20:10:14.124Z] docker_cli_build_test.go:1233: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.124Z] --- SKIP: TestDockerSuite/TestBuildWithVolumes (0.28s) [2021-09-16T20:10:14.124Z] [2021-09-16T20:10:14.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2021-09-16T20:10:14.124Z] docker_cli_build_test.go:6057: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.124Z] --- SKIP: TestDockerSuite/TestBuildWorkdirCmd (0.03s) [2021-09-16T20:10:14.124Z] [2021-09-16T20:10:14.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestBuildXZHost (0.26s) [2021-09-16T20:10:14.124Z] docker_cli_build_test.go:3651: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.124Z] --- SKIP: TestDockerSuite/TestBuildXZHost (0.26s) [2021-09-16T20:10:14.124Z] [2021-09-16T20:10:14.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2021-09-16T20:10:14.124Z] docker_cli_proxy_test.go:13: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.124Z] --- SKIP: TestDockerSuite/TestCLIProxyDisableProxyUnixSock (0.03s) [2021-09-16T20:10:14.124Z] [2021-09-16T20:10:14.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2021-09-16T20:10:14.124Z] docker_cli_sni_test.go:18: Flakey test [2021-09-16T20:10:14.124Z] --- SKIP: TestDockerSuite/TestClientSetsTLSServerName (0.03s) [2021-09-16T20:10:14.124Z] [2021-09-16T20:10:14.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitHardlink (0.02s) [2021-09-16T20:10:14.124Z] docker_cli_commit_test.go:70: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.124Z] --- SKIP: TestDockerSuite/TestCommitHardlink (0.02s) [2021-09-16T20:10:14.124Z] [2021-09-16T20:10:14.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitPausedContainer (0.01s) [2021-09-16T20:10:14.124Z] docker_cli_commit_test.go:45: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.124Z] --- SKIP: TestDockerSuite/TestCommitPausedContainer (0.01s) [2021-09-16T20:10:14.124Z] [2021-09-16T20:10:14.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2021-09-16T20:10:14.124Z] docker_cli_commit_test.go:98: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.124Z] --- SKIP: TestDockerSuite/TestCommitWithHostBindMount (0.01s) [2021-09-16T20:10:14.124Z] [2021-09-16T20:10:14.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-09-16T20:10:14.124Z] docker_cli_commit_test.go:29: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.124Z] --- SKIP: TestDockerSuite/TestCommitWithoutPause (0.01s) [2021-09-16T20:10:14.124Z] [2021-09-16T20:10:14.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-09-16T20:10:14.124Z] docker_cli_netmode_test.go:51: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.124Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkAndLinks (0.01s) [2021-09-16T20:10:14.124Z] [2021-09-16T20:10:14.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-09-16T20:10:14.124Z] docker_cli_netmode_test.go:58: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.124Z] --- SKIP: TestDockerSuite/TestConflictContainerNetworkHostAndLinks (0.01s) [2021-09-16T20:10:14.124Z] [2021-09-16T20:10:14.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-09-16T20:10:14.124Z] docker_cli_netmode_test.go:72: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.124Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeAndOptions (0.01s) [2021-09-16T20:10:14.124Z] [2021-09-16T20:10:14.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-09-16T20:10:14.124Z] docker_cli_netmode_test.go:65: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.124Z] --- SKIP: TestDockerSuite/TestConflictNetworkModeNetHostAndOptions (0.01s) [2021-09-16T20:10:14.124Z] [2021-09-16T20:10:14.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-09-16T20:10:14.124Z] docker_api_containers_test.go:503: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.124Z] --- SKIP: TestDockerSuite/TestContainerAPIBadPort (0.01s) [2021-09-16T20:10:14.124Z] [2021-09-16T20:10:14.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-09-16T20:10:14.124Z] docker_api_containers_test.go:1093: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.124Z] --- SKIP: TestDockerSuite/TestContainerAPICopyContainerNotFoundPr124 (0.01s) [2021-09-16T20:10:14.124Z] [2021-09-16T20:10:14.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-09-16T20:10:14.124Z] docker_api_containers_test.go:1019: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.124Z] --- SKIP: TestDockerSuite/TestContainerAPICopyPre124 (0.01s) [2021-09-16T20:10:14.124Z] [2021-09-16T20:10:14.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-09-16T20:10:14.124Z] docker_api_containers_test.go:1049: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.124Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathEmptyPre124 (0.01s) [2021-09-16T20:10:14.124Z] [2021-09-16T20:10:14.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-09-16T20:10:14.124Z] docker_api_containers_test.go:1071: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.124Z] --- SKIP: TestDockerSuite/TestContainerAPICopyResourcePathNotFoundPre124 (0.01s) [2021-09-16T20:10:14.124Z] [2021-09-16T20:10:14.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2021-09-16T20:10:14.124Z] docker_api_containers_test.go:586: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.124Z] --- SKIP: TestDockerSuite/TestContainerAPICreateBridgeNetworkMode (0.02s) [2021-09-16T20:10:14.124Z] [2021-09-16T20:10:14.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-09-16T20:10:14.124Z] docker_api_containers_test.go:1349: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.124Z] --- SKIP: TestDockerSuite/TestContainerAPICreateNoHostConfig118 (0.01s) [2021-09-16T20:10:14.124Z] [2021-09-16T20:10:14.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-09-16T20:10:14.124Z] docker_api_containers_test.go:592: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.124Z] --- SKIP: TestDockerSuite/TestContainerAPICreateOtherNetworkModes (0.01s) [2021-09-16T20:10:14.124Z] [2021-09-16T20:10:14.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-09-16T20:10:14.124Z] docker_api_containers_test.go:621: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.124Z] --- SKIP: TestDockerSuite/TestContainerAPICreateWithCpuSharesCpuset (0.01s) [2021-09-16T20:10:14.124Z] [2021-09-16T20:10:14.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-09-16T20:10:14.124Z] docker_api_containers_test.go:1147: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.124Z] --- SKIP: TestDockerSuite/TestContainerAPIDeleteRemoveLinks (0.01s) [2021-09-16T20:10:14.124Z] [2021-09-16T20:10:14.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-09-16T20:10:14.124Z] docker_api_containers_test.go:126: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.124Z] --- SKIP: TestDockerSuite/TestContainerAPIGetChanges (0.01s) [2021-09-16T20:10:14.124Z] [2021-09-16T20:10:14.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-09-16T20:10:14.124Z] docker_api_containers_test.go:99: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.124Z] --- SKIP: TestDockerSuite/TestContainerAPIGetExport (0.01s) [2021-09-16T20:10:14.124Z] [2021-09-16T20:10:14.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIPause (0.01s) [2021-09-16T20:10:14.124Z] docker_api_containers_test.go:364: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.124Z] --- SKIP: TestDockerSuite/TestContainerAPIPause (0.01s) [2021-09-16T20:10:14.124Z] [2021-09-16T20:10:14.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-09-16T20:10:14.124Z] docker_api_containers_test.go:1597: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.124Z] --- SKIP: TestDockerSuite/TestContainerAPIStatsWithNetworkDisabled (0.01s) [2021-09-16T20:10:14.124Z] [2021-09-16T20:10:14.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerAPITop (0.01s) [2021-09-16T20:10:14.124Z] docker_api_containers_test.go:394: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.124Z] --- SKIP: TestDockerSuite/TestContainerAPITop (0.01s) [2021-09-16T20:10:14.124Z] [2021-09-16T20:10:14.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-09-16T20:10:14.124Z] docker_cli_run_test.go:2409: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.124Z] --- SKIP: TestDockerSuite/TestContainerNetworkMode (0.01s) [2021-09-16T20:10:14.124Z] [2021-09-16T20:10:14.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-09-16T20:10:14.124Z] docker_cli_run_test.go:3504: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.124Z] --- SKIP: TestDockerSuite/TestContainerRestartInMultipleNetworks (0.01s) [2021-09-16T20:10:14.124Z] [2021-09-16T20:10:14.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-09-16T20:10:14.124Z] docker_cli_run_test.go:3536: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.124Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingHostNetworks (0.01s) [2021-09-16T20:10:14.124Z] [2021-09-16T20:10:14.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2021-09-16T20:10:14.124Z] docker_cli_run_test.go:3567: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.124Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingNoneNetwork (0.02s) [2021-09-16T20:10:14.124Z] [2021-09-16T20:10:14.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-09-16T20:10:14.124Z] docker_cli_run_test.go:3550: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.124Z] --- SKIP: TestDockerSuite/TestContainerWithConflictingSharedNetwork (0.01s) [2021-09-16T20:10:14.124Z] [2021-09-16T20:10:14.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-09-16T20:10:14.124Z] docker_api_containers_test.go:2178: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.124Z] --- SKIP: TestDockerSuite/TestContainersAPICreateMountsTmpfs (0.01s) [2021-09-16T20:10:14.124Z] [2021-09-16T20:10:14.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-09-16T20:10:14.124Z] docker_cli_run_test.go:3440: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.124Z] --- SKIP: TestDockerSuite/TestContainersInMultipleNetworks (0.01s) [2021-09-16T20:10:14.124Z] [2021-09-16T20:10:14.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-09-16T20:10:14.124Z] docker_cli_run_test.go:3432: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.124Z] --- SKIP: TestDockerSuite/TestContainersInUserDefinedNetwork (0.01s) [2021-09-16T20:10:14.124Z] [2021-09-16T20:10:14.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-09-16T20:10:14.124Z] docker_cli_run_test.go:3459: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.124Z] --- SKIP: TestDockerSuite/TestContainersNetworkIsolation (0.01s) [2021-09-16T20:10:14.124Z] [2021-09-16T20:10:14.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyAndRestart (0.01s) [2021-09-16T20:10:14.124Z] docker_cli_cp_test.go:537: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.124Z] --- SKIP: TestDockerSuite/TestCopyAndRestart (0.01s) [2021-09-16T20:10:14.124Z] [2021-09-16T20:10:14.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-09-16T20:10:14.124Z] docker_cli_cp_test.go:556: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.124Z] --- SKIP: TestDockerSuite/TestCopyCreatedContainer (0.01s) [2021-09-16T20:10:14.124Z] [2021-09-16T20:10:14.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-09-16T20:10:14.124Z] docker_cli_cp_test.go:153: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.124Z] --- SKIP: TestDockerSuite/TestCpAbsoluteSymlink (0.01s) [2021-09-16T20:10:14.124Z] [2021-09-16T20:10:14.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseA (0.01s) [2021-09-16T20:10:14.124Z] docker_cli_cp_from_container_test.go:100: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.124Z] --- SKIP: TestDockerSuite/TestCpFromCaseA (0.01s) [2021-09-16T20:10:14.124Z] [2021-09-16T20:10:14.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseB (0.01s) [2021-09-16T20:10:14.124Z] docker_cli_cp_from_container_test.go:119: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.124Z] --- SKIP: TestDockerSuite/TestCpFromCaseB (0.01s) [2021-09-16T20:10:14.124Z] [2021-09-16T20:10:14.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseC (0.01s) [2021-09-16T20:10:14.124Z] docker_cli_cp_from_container_test.go:136: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.124Z] --- SKIP: TestDockerSuite/TestCpFromCaseC (0.01s) [2021-09-16T20:10:14.124Z] [2021-09-16T20:10:14.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseD (0.01s) [2021-09-16T20:10:14.124Z] docker_cli_cp_from_container_test.go:159: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.124Z] --- SKIP: TestDockerSuite/TestCpFromCaseD (0.01s) [2021-09-16T20:10:14.124Z] [2021-09-16T20:10:14.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseE (0.01s) [2021-09-16T20:10:14.124Z] docker_cli_cp_from_container_test.go:194: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.124Z] --- SKIP: TestDockerSuite/TestCpFromCaseE (0.01s) [2021-09-16T20:10:14.124Z] [2021-09-16T20:10:14.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseF (0.01s) [2021-09-16T20:10:14.124Z] docker_cli_cp_from_container_test.go:220: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.124Z] --- SKIP: TestDockerSuite/TestCpFromCaseF (0.01s) [2021-09-16T20:10:14.124Z] [2021-09-16T20:10:14.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseG (0.01s) [2021-09-16T20:10:14.124Z] docker_cli_cp_from_container_test.go:242: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.124Z] --- SKIP: TestDockerSuite/TestCpFromCaseG (0.01s) [2021-09-16T20:10:14.124Z] [2021-09-16T20:10:14.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseH (0.01s) [2021-09-16T20:10:14.124Z] docker_cli_cp_from_container_test.go:276: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.124Z] --- SKIP: TestDockerSuite/TestCpFromCaseH (0.01s) [2021-09-16T20:10:14.124Z] [2021-09-16T20:10:14.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseI (0.01s) [2021-09-16T20:10:14.124Z] docker_cli_cp_from_container_test.go:303: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.124Z] --- SKIP: TestDockerSuite/TestCpFromCaseI (0.01s) [2021-09-16T20:10:14.124Z] [2021-09-16T20:10:14.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-09-16T20:10:14.124Z] docker_cli_cp_from_container_test.go:326: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.124Z] --- SKIP: TestDockerSuite/TestCpFromCaseJ (0.01s) [2021-09-16T20:10:14.124Z] [2021-09-16T20:10:14.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-09-16T20:10:14.124Z] docker_cli_cp_from_container_test.go:25: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.124Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkDestination (0.01s) [2021-09-16T20:10:14.124Z] [2021-09-16T20:10:14.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-09-16T20:10:14.124Z] docker_cli_cp_test.go:189: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.124Z] --- SKIP: TestDockerSuite/TestCpFromSymlinkToDirectory (0.01s) [2021-09-16T20:10:14.124Z] [2021-09-16T20:10:14.124Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpNameHasColon (0.02s) [2021-09-16T20:10:14.124Z] docker_cli_cp_test.go:518: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.125Z] --- SKIP: TestDockerSuite/TestCpNameHasColon (0.02s) [2021-09-16T20:10:14.125Z] [2021-09-16T20:10:14.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-09-16T20:10:14.125Z] docker_cli_cp_test.go:375: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.125Z] --- SKIP: TestDockerSuite/TestCpSpecialFiles (0.01s) [2021-09-16T20:10:14.125Z] [2021-09-16T20:10:14.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkComponent (0.01s) [2021-09-16T20:10:14.125Z] docker_cli_cp_test.go:312: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.125Z] --- SKIP: TestDockerSuite/TestCpSymlinkComponent (0.01s) [2021-09-16T20:10:14.125Z] [2021-09-16T20:10:14.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-09-16T20:10:14.125Z] docker_cli_cp_test.go:569: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.125Z] --- SKIP: TestDockerSuite/TestCpSymlinkFromConToHostFollowSymlink (0.01s) [2021-09-16T20:10:14.125Z] [2021-09-16T20:10:14.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseC (0.01s) [2021-09-16T20:10:14.125Z] docker_cli_cp_to_container_test.go:144: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.125Z] --- SKIP: TestDockerSuite/TestCpToCaseC (0.01s) [2021-09-16T20:10:14.125Z] [2021-09-16T20:10:14.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseD (0.01s) [2021-09-16T20:10:14.125Z] docker_cli_cp_to_container_test.go:168: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.125Z] --- SKIP: TestDockerSuite/TestCpToCaseD (0.01s) [2021-09-16T20:10:14.125Z] [2021-09-16T20:10:14.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseF (0.01s) [2021-09-16T20:10:14.125Z] docker_cli_cp_to_container_test.go:237: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.125Z] --- SKIP: TestDockerSuite/TestCpToCaseF (0.01s) [2021-09-16T20:10:14.125Z] [2021-09-16T20:10:14.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseG (0.01s) [2021-09-16T20:10:14.125Z] docker_cli_cp_to_container_test.go:259: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.125Z] --- SKIP: TestDockerSuite/TestCpToCaseG (0.01s) [2021-09-16T20:10:14.125Z] [2021-09-16T20:10:14.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseI (0.02s) [2021-09-16T20:10:14.125Z] docker_cli_cp_to_container_test.go:329: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.125Z] --- SKIP: TestDockerSuite/TestCpToCaseI (0.02s) [2021-09-16T20:10:14.125Z] [2021-09-16T20:10:14.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToCaseJ (0.01s) [2021-09-16T20:10:14.125Z] docker_cli_cp_to_container_test.go:352: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.125Z] --- SKIP: TestDockerSuite/TestCpToCaseJ (0.01s) [2021-09-16T20:10:14.125Z] [2021-09-16T20:10:14.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-09-16T20:10:14.125Z] docker_cli_cp_to_container_test.go:388: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.125Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyRootfs (0.01s) [2021-09-16T20:10:14.125Z] [2021-09-16T20:10:14.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-09-16T20:10:14.125Z] docker_cli_cp_to_container_test.go:413: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.125Z] --- SKIP: TestDockerSuite/TestCpToErrReadOnlyVolume (0.01s) [2021-09-16T20:10:14.125Z] [2021-09-16T20:10:14.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2021-09-16T20:10:14.125Z] docker_cli_cp_to_container_test.go:25: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.125Z] --- SKIP: TestDockerSuite/TestCpToSymlinkDestination (0.02s) [2021-09-16T20:10:14.125Z] [2021-09-16T20:10:14.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2021-09-16T20:10:14.125Z] docker_cli_cp_test.go:235: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.125Z] --- SKIP: TestDockerSuite/TestCpToSymlinkToDirectory (0.02s) [2021-09-16T20:10:14.125Z] [2021-09-16T20:10:14.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-09-16T20:10:14.125Z] docker_cli_cp_test.go:351: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.125Z] --- SKIP: TestDockerSuite/TestCpUnprivilegedUser (0.01s) [2021-09-16T20:10:14.125Z] [2021-09-16T20:10:14.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCpVolumePath (0.01s) [2021-09-16T20:10:14.125Z] docker_cli_cp_test.go:417: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.125Z] --- SKIP: TestDockerSuite/TestCpVolumePath (0.01s) [2021-09-16T20:10:14.125Z] [2021-09-16T20:10:14.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-09-16T20:10:14.125Z] docker_cli_create_test.go:247: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.125Z] --- SKIP: TestDockerSuite/TestCreateModeIpcContainer (0.01s) [2021-09-16T20:10:14.125Z] [2021-09-16T20:10:14.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateShrinkRootfs (0.04s) [2021-09-16T20:10:14.125Z] docker_cli_create_test.go:71: unmatched requirement Devicemapper [2021-09-16T20:10:14.125Z] --- SKIP: TestDockerSuite/TestCreateShrinkRootfs (0.04s) [2021-09-16T20:10:14.125Z] [2021-09-16T20:10:14.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-09-16T20:10:14.125Z] docker_api_containers_test.go:853: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.125Z] --- SKIP: TestDockerSuite/TestCreateWithTooLowMemoryLimit (0.01s) [2021-09-16T20:10:14.125Z] [2021-09-16T20:10:14.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-09-16T20:10:14.125Z] docker_deprecated_api_v124_test.go:73: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.125Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartDupVolumeBinds (0.01s) [2021-09-16T20:10:14.125Z] [2021-09-16T20:10:14.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-09-16T20:10:14.125Z] docker_deprecated_api_v124_test.go:42: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.125Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumeBinds (0.01s) [2021-09-16T20:10:14.125Z] [2021-09-16T20:10:14.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-09-16T20:10:14.125Z] docker_deprecated_api_v124_test.go:106: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.125Z] --- SKIP: TestDockerSuite/TestDeprecatedContainerAPIStartVolumesFrom (0.01s) [2021-09-16T20:10:14.125Z] [2021-09-16T20:10:14.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-09-16T20:10:14.125Z] docker_deprecated_api_v124_test.go:139: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.125Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainerBindNormalVolume (0.01s) [2021-09-16T20:10:14.125Z] [2021-09-16T20:10:14.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-09-16T20:10:14.125Z] docker_deprecated_api_v124_test.go:202: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.125Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfig (0.01s) [2021-09-16T20:10:14.125Z] [2021-09-16T20:10:14.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-09-16T20:10:14.125Z] docker_deprecated_api_v124_test.go:219: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.125Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithLinksInHostConfigIdLinked (0.01s) [2021-09-16T20:10:14.125Z] [2021-09-16T20:10:14.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-09-16T20:10:14.125Z] docker_deprecated_api_v124_test.go:185: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.125Z] --- SKIP: TestDockerSuite/TestDeprecatedPostContainersStartWithoutLinksInHostConfig (0.01s) [2021-09-16T20:10:14.125Z] [2021-09-16T20:10:14.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-09-16T20:10:14.125Z] docker_deprecated_api_v124_test.go:238: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.125Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithNilDNS (0.01s) [2021-09-16T20:10:14.125Z] [2021-09-16T20:10:14.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-09-16T20:10:14.125Z] docker_deprecated_api_v124_test.go:159: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.125Z] --- SKIP: TestDockerSuite/TestDeprecatedStartWithTooLowMemoryLimit (0.01s) [2021-09-16T20:10:14.125Z] [2021-09-16T20:10:14.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDevicePermissions (0.01s) [2021-09-16T20:10:14.125Z] docker_cli_run_test.go:2969: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.125Z] --- SKIP: TestDockerSuite/TestDevicePermissions (0.01s) [2021-09-16T20:10:14.125Z] [2021-09-16T20:10:14.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-09-16T20:10:14.125Z] docker_cli_volume_test.go:453: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.125Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFrom (0.01s) [2021-09-16T20:10:14.125Z] [2021-09-16T20:10:14.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-09-16T20:10:14.125Z] docker_cli_volume_test.go:494: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.125Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndBind (0.01s) [2021-09-16T20:10:14.125Z] [2021-09-16T20:10:14.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-09-16T20:10:14.125Z] docker_cli_volume_test.go:536: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.125Z] --- SKIP: TestDockerSuite/TestDuplicateMountpointsForVolumesFromAndMounts (0.01s) [2021-09-16T20:10:14.125Z] [2021-09-16T20:10:14.125Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsAttach (0.01s) [2021-09-16T20:10:14.595Z] docker_cli_events_test.go:466: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.595Z] --- SKIP: TestDockerSuite/TestEventsAttach (0.01s) [2021-09-16T20:10:14.595Z] [2021-09-16T20:10:14.595Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsCommit (0.01s) [2021-09-16T20:10:14.595Z] docker_cli_events_test.go:397: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.595Z] --- SKIP: TestDockerSuite/TestEventsCommit (0.01s) [2021-09-16T20:10:14.595Z] [2021-09-16T20:10:14.595Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageImport (0.01s) [2021-09-16T20:10:14.595Z] docker_cli_events_test.go:170: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.595Z] --- SKIP: TestDockerSuite/TestEventsImageImport (0.01s) [2021-09-16T20:10:14.595Z] [2021-09-16T20:10:14.595Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImageLoad (0.01s) [2021-09-16T20:10:14.595Z] docker_cli_events_test.go:192: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.595Z] --- SKIP: TestDockerSuite/TestEventsImageLoad (0.01s) [2021-09-16T20:10:14.595Z] [2021-09-16T20:10:14.595Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsImagePull (0.01s) [2021-09-16T20:10:14.595Z] docker_cli_events_test.go:151: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.595Z] --- SKIP: TestDockerSuite/TestEventsImagePull (0.01s) [2021-09-16T20:10:14.595Z] [2021-09-16T20:10:14.595Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsPluginOps (0.01s) [2021-09-16T20:10:14.595Z] docker_cli_events_test.go:231: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.595Z] --- SKIP: TestDockerSuite/TestEventsPluginOps (0.01s) [2021-09-16T20:10:14.595Z] [2021-09-16T20:10:14.595Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestEventsTop (0.01s) [2021-09-16T20:10:14.595Z] docker_cli_events_test.go:515: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.595Z] --- SKIP: TestDockerSuite/TestEventsTop (0.01s) [2021-09-16T20:10:14.595Z] [2021-09-16T20:10:14.595Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExec (0.01s) [2021-09-16T20:10:14.595Z] docker_cli_exec_test.go:26: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.595Z] --- SKIP: TestDockerSuite/TestExec (0.01s) [2021-09-16T20:10:14.595Z] [2021-09-16T20:10:14.595Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-09-16T20:10:14.595Z] docker_api_exec_test.go:64: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.595Z] --- SKIP: TestDockerSuite/TestExecAPICreateContainerPaused (0.01s) [2021-09-16T20:10:14.595Z] [2021-09-16T20:10:14.595Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStart (0.01s) [2021-09-16T20:10:14.595Z] docker_api_exec_test.go:82: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.595Z] --- SKIP: TestDockerSuite/TestExecAPIStart (0.01s) [2021-09-16T20:10:14.595Z] [2021-09-16T20:10:14.595Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-09-16T20:10:14.595Z] docker_api_exec_test.go:119: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.595Z] --- SKIP: TestDockerSuite/TestExecAPIStartBackwardsCompatible (0.01s) [2021-09-16T20:10:14.595Z] [2021-09-16T20:10:14.595Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-09-16T20:10:14.595Z] docker_api_exec_test.go:109: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.595Z] --- SKIP: TestDockerSuite/TestExecAPIStartEnsureHeaders (0.01s) [2021-09-16T20:10:14.595Z] [2021-09-16T20:10:14.595Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecCgroup (0.01s) [2021-09-16T20:10:14.595Z] docker_cli_exec_test.go:250: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.595Z] --- SKIP: TestDockerSuite/TestExecCgroup (0.01s) [2021-09-16T20:10:14.595Z] [2021-09-16T20:10:14.595Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnv (0.01s) [2021-09-16T20:10:14.595Z] docker_cli_exec_test.go:104: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.595Z] --- SKIP: TestDockerSuite/TestExecEnv (0.01s) [2021-09-16T20:10:14.595Z] [2021-09-16T20:10:14.595Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-09-16T20:10:14.595Z] docker_cli_exec_test.go:525: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.595Z] --- SKIP: TestDockerSuite/TestExecEnvLinksHost (0.01s) [2021-09-16T20:10:14.595Z] [2021-09-16T20:10:14.595Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecInteractive (0.01s) [2021-09-16T20:10:14.595Z] docker_cli_exec_test.go:35: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.595Z] --- SKIP: TestDockerSuite/TestExecInteractive (0.01s) [2021-09-16T20:10:14.595Z] [2021-09-16T20:10:14.595Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-09-16T20:10:14.595Z] docker_cli_exec_test.go:483: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.595Z] --- SKIP: TestDockerSuite/TestExecOnReadonlyContainer (0.01s) [2021-09-16T20:10:14.595Z] [2021-09-16T20:10:14.595Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecParseError (0.01s) [2021-09-16T20:10:14.595Z] docker_cli_exec_test.go:208: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.595Z] --- SKIP: TestDockerSuite/TestExecParseError (0.01s) [2021-09-16T20:10:14.595Z] [2021-09-16T20:10:14.595Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecPausedContainer (0.01s) [2021-09-16T20:10:14.595Z] docker_cli_exec_test.go:133: unmatched requirement IsPausable [2021-09-16T20:10:14.595Z] --- SKIP: TestDockerSuite/TestExecPausedContainer (0.01s) [2021-09-16T20:10:14.595Z] [2021-09-16T20:10:14.595Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-09-16T20:10:14.595Z] docker_api_exec_resize_test.go:20: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.595Z] --- SKIP: TestDockerSuite/TestExecResizeAPIHeightWidthNoInt (0.01s) [2021-09-16T20:10:14.595Z] [2021-09-16T20:10:14.595Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecSetEnv (0.01s) [2021-09-16T20:10:14.595Z] docker_cli_exec_test.go:115: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.595Z] --- SKIP: TestDockerSuite/TestExecSetEnv (0.01s) [2021-09-16T20:10:14.595Z] [2021-09-16T20:10:14.595Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStartFails (0.01s) [2021-09-16T20:10:14.595Z] docker_cli_exec_test.go:503: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.595Z] --- SKIP: TestDockerSuite/TestExecStartFails (0.01s) [2021-09-16T20:10:14.595Z] [2021-09-16T20:10:14.595Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStateCleanup (0.01s) [2021-09-16T20:10:14.595Z] docker_api_exec_test.go:209: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.595Z] --- SKIP: TestDockerSuite/TestExecStateCleanup (0.01s) [2021-09-16T20:10:14.595Z] [2021-09-16T20:10:14.595Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-09-16T20:10:14.595Z] docker_cli_exec_test.go:222: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.595Z] --- SKIP: TestDockerSuite/TestExecStopNotHanging (0.01s) [2021-09-16T20:10:14.595Z] [2021-09-16T20:10:14.595Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-09-16T20:10:14.595Z] docker_cli_exec_test.go:149: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.595Z] --- SKIP: TestDockerSuite/TestExecTTYCloseStdin (0.01s) [2021-09-16T20:10:14.595Z] [2021-09-16T20:10:14.595Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecUlimits (0.01s) [2021-09-16T20:10:14.595Z] docker_cli_exec_test.go:489: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.595Z] --- SKIP: TestDockerSuite/TestExecUlimits (0.01s) [2021-09-16T20:10:14.595Z] [2021-09-16T20:10:14.595Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithImageUser (0.02s) [2021-09-16T20:10:14.595Z] docker_cli_exec_test.go:469: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.595Z] --- SKIP: TestDockerSuite/TestExecWithImageUser (0.02s) [2021-09-16T20:10:14.595Z] [2021-09-16T20:10:14.595Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-09-16T20:10:14.595Z] docker_cli_exec_test.go:439: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.595Z] --- SKIP: TestDockerSuite/TestExecWithPrivileged (0.01s) [2021-09-16T20:10:14.595Z] [2021-09-16T20:10:14.595Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestExecWithUser (0.01s) [2021-09-16T20:10:14.595Z] docker_cli_exec_test.go:427: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.595Z] --- SKIP: TestDockerSuite/TestExecWithUser (0.01s) [2021-09-16T20:10:14.595Z] [2021-09-16T20:10:14.595Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2021-09-16T20:10:14.595Z] docker_api_attach_test.go:26: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.595Z] --- SKIP: TestDockerSuite/TestGetContainersAttachWebsocket (0.01s) [2021-09-16T20:10:14.595Z] [2021-09-16T20:10:14.595Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestHealth (0.01s) [2021-09-16T20:10:14.595Z] docker_cli_health_test.go:40: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.595Z] --- SKIP: TestDockerSuite/TestHealth (0.01s) [2021-09-16T20:10:14.595Z] [2021-09-16T20:10:14.595Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-09-16T20:10:14.595Z] docker_cli_images_test.go:227: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.595Z] --- SKIP: TestDockerSuite/TestImagesEnsureDanglingImageOnlyListedOnce (0.01s) [2021-09-16T20:10:14.595Z] [2021-09-16T20:10:14.595Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-09-16T20:10:14.595Z] docker_cli_images_test.go:282: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.595Z] --- SKIP: TestDockerSuite/TestImagesEnsureImagesFromScratchShown (0.01s) [2021-09-16T20:10:14.595Z] [2021-09-16T20:10:14.595Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2021-09-16T20:10:14.595Z] docker_cli_images_test.go:341: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.595Z] --- SKIP: TestDockerSuite/TestImagesFormatDefaultFormat (0.01s) [2021-09-16T20:10:14.595Z] [2021-09-16T20:10:14.595Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportDisplay (0.01s) [2021-09-16T20:10:14.595Z] docker_cli_import_test.go:18: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.595Z] --- SKIP: TestDockerSuite/TestImportDisplay (0.01s) [2021-09-16T20:10:14.595Z] [2021-09-16T20:10:14.595Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFile (0.01s) [2021-09-16T20:10:14.595Z] docker_cli_import_test.go:47: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.596Z] --- SKIP: TestDockerSuite/TestImportFile (0.01s) [2021-09-16T20:10:14.596Z] [2021-09-16T20:10:14.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportFileWithMessage (0.02s) [2021-09-16T20:10:14.596Z] docker_cli_import_test.go:91: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.596Z] --- SKIP: TestDockerSuite/TestImportFileWithMessage (0.02s) [2021-09-16T20:10:14.596Z] [2021-09-16T20:10:14.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportGzipped (0.01s) [2021-09-16T20:10:14.596Z] docker_cli_import_test.go:68: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.596Z] --- SKIP: TestDockerSuite/TestImportGzipped (0.01s) [2021-09-16T20:10:14.596Z] [2021-09-16T20:10:14.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-09-16T20:10:14.596Z] docker_cli_import_test.go:127: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.596Z] --- SKIP: TestDockerSuite/TestImportWithQuotedChanges (0.01s) [2021-09-16T20:10:14.596Z] [2021-09-16T20:10:14.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-09-16T20:10:14.596Z] docker_cli_info_test.go:70: unmatched requirement IsPausable [2021-09-16T20:10:14.596Z] --- SKIP: TestDockerSuite/TestInfoDisplaysPausedContainers (0.01s) [2021-09-16T20:10:14.596Z] [2021-09-16T20:10:14.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-09-16T20:10:14.596Z] docker_cli_info_test.go:57: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.596Z] --- SKIP: TestDockerSuite/TestInfoDisplaysRunningContainers (0.01s) [2021-09-16T20:10:14.596Z] [2021-09-16T20:10:14.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2021-09-16T20:10:14.596Z] docker_cli_info_test.go:87: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.596Z] --- SKIP: TestDockerSuite/TestInfoDisplaysStoppedContainers (0.02s) [2021-09-16T20:10:14.596Z] [2021-09-16T20:10:14.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2021-09-16T20:10:14.596Z] docker_api_inspect_test.go:148: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.596Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings120 (0.02s) [2021-09-16T20:10:14.596Z] [2021-09-16T20:10:14.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2021-09-16T20:10:14.596Z] docker_api_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.596Z] --- SKIP: TestDockerSuite/TestInspectAPIBridgeNetworkSettings121 (0.02s) [2021-09-16T20:10:14.596Z] [2021-09-16T20:10:14.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2021-09-16T20:10:14.596Z] docker_api_inspect_test.go:62: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.596Z] --- SKIP: TestDockerSuite/TestInspectAPIContainerVolumeDriverLegacy (0.02s) [2021-09-16T20:10:14.596Z] [2021-09-16T20:10:14.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-09-16T20:10:14.596Z] docker_api_inspect_test.go:124: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.596Z] --- SKIP: TestDockerSuite/TestInspectAPIEmptyFieldsInConfigPre121 (0.01s) [2021-09-16T20:10:14.596Z] [2021-09-16T20:10:14.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectAmpersand (0.01s) [2021-09-16T20:10:14.596Z] docker_cli_inspect_test.go:411: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.596Z] --- SKIP: TestDockerSuite/TestInspectAmpersand (0.01s) [2021-09-16T20:10:14.596Z] [2021-09-16T20:10:14.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-09-16T20:10:14.596Z] docker_cli_inspect_test.go:183: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.596Z] --- SKIP: TestDockerSuite/TestInspectContainerGraphDriver (0.01s) [2021-09-16T20:10:14.596Z] [2021-09-16T20:10:14.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-09-16T20:10:14.596Z] docker_cli_inspect_test.go:390: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.596Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkCustom (0.01s) [2021-09-16T20:10:14.596Z] [2021-09-16T20:10:14.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-09-16T20:10:14.596Z] docker_cli_inspect_test.go:378: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.596Z] --- SKIP: TestDockerSuite/TestInspectContainerNetworkDefault (0.01s) [2021-09-16T20:10:14.596Z] [2021-09-16T20:10:14.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImage (0.01s) [2021-09-16T20:10:14.596Z] docker_cli_inspect_test.go:25: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.596Z] --- SKIP: TestDockerSuite/TestInspectImage (0.01s) [2021-09-16T20:10:14.596Z] [2021-09-16T20:10:14.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-09-16T20:10:14.596Z] docker_cli_inspect_test.go:127: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.596Z] --- SKIP: TestDockerSuite/TestInspectImageFilterInt (0.01s) [2021-09-16T20:10:14.596Z] [2021-09-16T20:10:14.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-09-16T20:10:14.596Z] docker_cli_inspect_test.go:165: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.596Z] --- SKIP: TestDockerSuite/TestInspectImageGraphDriver (0.01s) [2021-09-16T20:10:14.596Z] [2021-09-16T20:10:14.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestInspectPlugin (0.01s) [2021-09-16T20:10:14.596Z] docker_cli_inspect_test.go:421: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.596Z] --- SKIP: TestDockerSuite/TestInspectPlugin (0.01s) [2021-09-16T20:10:14.596Z] [2021-09-16T20:10:14.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-09-16T20:10:14.596Z] docker_cli_links_test.go:202: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.596Z] --- SKIP: TestDockerSuite/TestLinkShortDefinition (0.01s) [2021-09-16T20:10:14.596Z] [2021-09-16T20:10:14.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEnvs (0.01s) [2021-09-16T20:10:14.596Z] docker_cli_links_test.go:193: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.596Z] --- SKIP: TestDockerSuite/TestLinksEnvs (0.01s) [2021-09-16T20:10:14.596Z] [2021-09-16T20:10:14.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-09-16T20:10:14.596Z] docker_cli_links_test.go:229: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.596Z] --- SKIP: TestDockerSuite/TestLinksEtcHostsRegularFile (0.01s) [2021-09-16T20:10:14.596Z] [2021-09-16T20:10:14.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2021-09-16T20:10:14.596Z] docker_cli_links_test.go:142: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.596Z] --- SKIP: TestDockerSuite/TestLinksHostsFilesInject (0.02s) [2021-09-16T20:10:14.596Z] [2021-09-16T20:10:14.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-09-16T20:10:14.596Z] docker_cli_links_test.go:95: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.596Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStarted (0.01s) [2021-09-16T20:10:14.596Z] [2021-09-16T20:10:14.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-09-16T20:10:14.596Z] docker_cli_links_test.go:114: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.596Z] --- SKIP: TestDockerSuite/TestLinksInspectLinksStopped (0.01s) [2021-09-16T20:10:14.596Z] [2021-09-16T20:10:14.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-09-16T20:10:14.596Z] docker_cli_links_test.go:26: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.596Z] --- SKIP: TestDockerSuite/TestLinksInvalidContainerTarget (0.01s) [2021-09-16T20:10:14.596Z] [2021-09-16T20:10:14.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-09-16T20:10:14.596Z] docker_cli_links_test.go:236: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.596Z] --- SKIP: TestDockerSuite/TestLinksMultipleWithSameName (0.01s) [2021-09-16T20:10:14.596Z] [2021-09-16T20:10:14.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-09-16T20:10:14.596Z] docker_cli_links_test.go:218: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.596Z] --- SKIP: TestDockerSuite/TestLinksNetworkHostContainer (0.01s) [2021-09-16T20:10:14.596Z] [2021-09-16T20:10:14.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-09-16T20:10:14.596Z] docker_cli_links_test.go:134: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.596Z] --- SKIP: TestDockerSuite/TestLinksNotStartedParentNotFail (0.01s) [2021-09-16T20:10:14.596Z] [2021-09-16T20:10:14.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-09-16T20:10:14.596Z] docker_cli_links_test.go:38: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.596Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainers (0.01s) [2021-09-16T20:10:14.596Z] [2021-09-16T20:10:14.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-09-16T20:10:14.596Z] docker_cli_links_test.go:82: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.596Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersAfterRename (0.01s) [2021-09-16T20:10:14.596Z] [2021-09-16T20:10:14.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-09-16T20:10:14.596Z] docker_cli_exec_test.go:369: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.596Z] --- SKIP: TestDockerSuite/TestLinksPingLinkedContainersOnRename (0.01s) [2021-09-16T20:10:14.596Z] [2021-09-16T20:10:14.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-09-16T20:10:14.596Z] docker_cli_links_test.go:17: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.596Z] --- SKIP: TestDockerSuite/TestLinksPingUnlinkedContainers (0.01s) [2021-09-16T20:10:14.596Z] [2021-09-16T20:10:14.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-09-16T20:10:14.596Z] docker_cli_links_test.go:160: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.596Z] --- SKIP: TestDockerSuite/TestLinksUpdateOnRestart (0.01s) [2021-09-16T20:10:14.596Z] [2021-09-16T20:10:14.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-09-16T20:10:14.596Z] docker_cli_save_load_test.go:335: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.596Z] --- SKIP: TestDockerSuite/TestLoadZeroSizeLayer (0.01s) [2021-09-16T20:10:14.596Z] [2021-09-16T20:10:14.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2021-09-16T20:10:14.596Z] docker_api_logs_test.go:93: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.596Z] --- SKIP: TestDockerSuite/TestLogsAPIUntilFutureFollow (0.02s) [2021-09-16T20:10:14.596Z] [2021-09-16T20:10:14.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-09-16T20:10:14.596Z] docker_cli_logs_test.go:216: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.596Z] --- SKIP: TestDockerSuite/TestLogsFollowSlowStdoutConsumer (0.01s) [2021-09-16T20:10:14.596Z] [2021-09-16T20:10:14.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-09-16T20:10:14.596Z] docker_cli_logs_test.go:182: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.596Z] --- SKIP: TestDockerSuite/TestLogsSinceFutureFollow (0.01s) [2021-09-16T20:10:14.596Z] [2021-09-16T20:10:14.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-09-16T20:10:14.596Z] docker_cli_logs_test.go:80: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.596Z] --- SKIP: TestDockerSuite/TestLogsStderrInStdout (0.01s) [2021-09-16T20:10:14.596Z] [2021-09-16T20:10:14.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoProc (0.01s) [2021-09-16T20:10:14.596Z] docker_cli_run_test.go:2883: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.596Z] --- SKIP: TestDockerSuite/TestMountIntoProc (0.01s) [2021-09-16T20:10:14.596Z] [2021-09-16T20:10:14.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestMountIntoSys (0.01s) [2021-09-16T20:10:14.596Z] docker_cli_run_test.go:2892: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.596Z] --- SKIP: TestDockerSuite/TestMountIntoSys (0.01s) [2021-09-16T20:10:14.596Z] [2021-09-16T20:10:14.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostname (0.01s) [2021-09-16T20:10:14.596Z] docker_cli_netmode_test.go:34: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.596Z] --- SKIP: TestDockerSuite/TestNetHostname (0.01s) [2021-09-16T20:10:14.596Z] [2021-09-16T20:10:14.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-09-16T20:10:14.596Z] docker_cli_netmode_test.go:27: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.596Z] --- SKIP: TestDockerSuite/TestNetHostnameWithNetHost (0.01s) [2021-09-16T20:10:14.596Z] [2021-09-16T20:10:14.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-09-16T20:10:14.596Z] docker_cli_run_test.go:3486: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.596Z] --- SKIP: TestDockerSuite/TestNetworkRmWithActiveContainers (0.01s) [2021-09-16T20:10:14.596Z] [2021-09-16T20:10:14.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-09-16T20:10:14.596Z] docker_cli_run_test.go:2672: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.596Z] --- SKIP: TestDockerSuite/TestPermissionsPtsReadonlyRootfs (0.01s) [2021-09-16T20:10:14.596Z] [2021-09-16T20:10:14.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActive (0.01s) [2021-09-16T20:10:14.596Z] docker_cli_plugins_test.go:73: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.596Z] --- SKIP: TestDockerSuite/TestPluginActive (0.01s) [2021-09-16T20:10:14.596Z] [2021-09-16T20:10:14.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-09-16T20:10:14.596Z] docker_cli_plugins_test.go:95: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.596Z] --- SKIP: TestDockerSuite/TestPluginActiveNetwork (0.01s) [2021-09-16T20:10:14.596Z] [2021-09-16T20:10:14.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2021-09-16T20:10:14.596Z] docker_cli_plugins_test.go:140: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.596Z] --- SKIP: TestDockerSuite/TestPluginInstallDisableVolumeLs (0.02s) [2021-09-16T20:10:14.596Z] [2021-09-16T20:10:14.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriver (0.01s) [2021-09-16T20:10:14.596Z] docker_cli_plugins_logdriver_test.go:13: unmatched requirement IsAmd64 [2021-09-16T20:10:14.596Z] --- SKIP: TestDockerSuite/TestPluginLogDriver (0.01s) [2021-09-16T20:10:14.596Z] [2021-09-16T20:10:14.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-09-16T20:10:14.596Z] docker_cli_plugins_logdriver_test.go:33: unmatched requirement IsAmd64 [2021-09-16T20:10:14.596Z] --- SKIP: TestDockerSuite/TestPluginLogDriverInfoList (0.01s) [2021-09-16T20:10:14.596Z] [2021-09-16T20:10:14.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-09-16T20:10:14.596Z] docker_cli_plugins_test.go:446: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.596Z] --- SKIP: TestDockerSuite/TestPluginMetricsCollector (0.01s) [2021-09-16T20:10:14.596Z] [2021-09-16T20:10:14.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPluginUpgrade (0.01s) [2021-09-16T20:10:14.596Z] docker_cli_plugins_test.go:415: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.596Z] --- SKIP: TestDockerSuite/TestPluginUpgrade (0.01s) [2021-09-16T20:10:14.596Z] [2021-09-16T20:10:14.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-09-16T20:10:14.596Z] docker_cli_port_test.go:353: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.596Z] --- SKIP: TestDockerSuite/TestPortBindingOnSandbox (0.01s) [2021-09-16T20:10:14.596Z] [2021-09-16T20:10:14.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-09-16T20:10:14.596Z] docker_cli_port_test.go:336: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.596Z] --- SKIP: TestDockerSuite/TestPortExposeHostBinding (0.01s) [2021-09-16T20:10:14.596Z] [2021-09-16T20:10:14.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortHostBinding (0.01s) [2021-09-16T20:10:14.596Z] docker_cli_port_test.go:316: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.596Z] --- SKIP: TestDockerSuite/TestPortHostBinding (0.01s) [2021-09-16T20:10:14.596Z] [2021-09-16T20:10:14.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPortList (0.01s) [2021-09-16T20:10:14.596Z] docker_cli_port_test.go:16: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.596Z] --- SKIP: TestDockerSuite/TestPortList (0.01s) [2021-09-16T20:10:14.596Z] [2021-09-16T20:10:14.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersAttach (0.02s) [2021-09-16T20:10:14.596Z] docker_api_attach_test.go:100: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.596Z] --- SKIP: TestDockerSuite/TestPostContainersAttach (0.02s) [2021-09-16T20:10:14.596Z] [2021-09-16T20:10:14.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2021-09-16T20:10:14.596Z] docker_api_containers_test.go:1529: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.596Z] --- SKIP: TestDockerSuite/TestPostContainersCreateMemorySwappinessHostConfigOmitted (0.02s) [2021-09-16T20:10:14.596Z] [2021-09-16T20:10:14.596Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-09-16T20:10:14.596Z] docker_api_containers_test.go:1443: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.596Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeHostConfigOmitted (0.01s) [2021-09-16T20:10:14.597Z] [2021-09-16T20:10:14.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-09-16T20:10:14.597Z] docker_api_containers_test.go:1425: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.597Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeNegative (0.01s) [2021-09-16T20:10:14.597Z] [2021-09-16T20:10:14.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-09-16T20:10:14.597Z] docker_api_containers_test.go:1471: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.597Z] --- SKIP: TestDockerSuite/TestPostContainersCreateShmSizeOmitted (0.01s) [2021-09-16T20:10:14.597Z] [2021-09-16T20:10:14.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-09-16T20:10:14.597Z] docker_api_containers_test.go:1554: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.597Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithOomScoreAdjInvalidRange (0.01s) [2021-09-16T20:10:14.597Z] [2021-09-16T20:10:14.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-09-16T20:10:14.597Z] docker_api_containers_test.go:1498: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.597Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithShmSize (0.01s) [2021-09-16T20:10:14.597Z] [2021-09-16T20:10:14.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-09-16T20:10:14.597Z] docker_api_containers_test.go:1321: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.597Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithStringOrSliceCapAddDrop (0.01s) [2021-09-16T20:10:14.597Z] [2021-09-16T20:10:14.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2021-09-16T20:10:14.597Z] docker_api_containers_test.go:1392: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.597Z] --- SKIP: TestDockerSuite/TestPostContainersCreateWithWrongCpusetValues (0.02s) [2021-09-16T20:10:14.597Z] [2021-09-16T20:10:14.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2021-09-16T20:10:14.597Z] docker_cli_ps_test.go:549: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.597Z] --- SKIP: TestDockerSuite/TestPsImageIDAfterUpdate (0.02s) [2021-09-16T20:10:14.597Z] [2021-09-16T20:10:14.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-09-16T20:10:14.597Z] docker_cli_ps_test.go:444: DaemonIsWindows(): FLAKY on Windows, see #20819 [2021-09-16T20:10:14.597Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterExited (0.02s) [2021-09-16T20:10:14.597Z] [2021-09-16T20:10:14.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2021-09-16T20:10:14.597Z] docker_cli_ps_test.go:715: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.597Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterNetwork (0.07s) [2021-09-16T20:10:14.597Z] [2021-09-16T20:10:14.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-09-16T20:10:14.597Z] docker_cli_ps_test.go:807: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.597Z] --- SKIP: TestDockerSuite/TestPsListContainersFilterPorts (0.01s) [2021-09-16T20:10:14.597Z] [2021-09-16T20:10:14.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsListContainersSize (0.01s) [2021-09-16T20:10:14.597Z] docker_cli_ps_test.go:144: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.597Z] --- SKIP: TestDockerSuite/TestPsListContainersSize (0.01s) [2021-09-16T20:10:14.597Z] [2021-09-16T20:10:14.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-09-16T20:10:14.597Z] docker_cli_ps_test.go:857: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.597Z] --- SKIP: TestDockerSuite/TestPsNotShowLinknamesOfDeletedContainer (0.01s) [2021-09-16T20:10:14.597Z] [2021-09-16T20:10:14.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-09-16T20:10:14.597Z] docker_cli_ps_test.go:597: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.597Z] --- SKIP: TestDockerSuite/TestPsNotShowPortsOfStoppedContainer (0.01s) [2021-09-16T20:10:14.597Z] [2021-09-16T20:10:14.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPsRightTagName (0.01s) [2021-09-16T20:10:14.597Z] docker_cli_ps_test.go:473: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.597Z] --- SKIP: TestDockerSuite/TestPsRightTagName (0.01s) [2021-09-16T20:10:14.597Z] [2021-09-16T20:10:14.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-09-16T20:10:14.597Z] docker_cli_run_test.go:3118: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.597Z] --- SKIP: TestDockerSuite/TestPtraceContainerProcsFromHost (0.01s) [2021-09-16T20:10:14.597Z] [2021-09-16T20:10:14.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2021-09-16T20:10:14.597Z] docker_cli_pull_test.go:274: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.597Z] --- SKIP: TestDockerSuite/TestPullWindowsImageFailsOnLinux (0.02s) [2021-09-16T20:10:14.597Z] [2021-09-16T20:10:14.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-09-16T20:10:14.597Z] docker_api_containers_test.go:1368: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.597Z] --- SKIP: TestDockerSuite/TestPutContainerArchiveErrSymlinkInVolumeToReadOnlyRootfs (0.01s) [2021-09-16T20:10:14.597Z] [2021-09-16T20:10:14.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2021-09-16T20:10:14.597Z] docker_cli_restart_test.go:82: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.597Z] --- SKIP: TestDockerSuite/TestRestartDisconnectedContainer (0.01s) [2021-09-16T20:10:14.597Z] [2021-09-16T20:10:14.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2021-09-16T20:10:14.597Z] docker_cli_restart_test.go:202: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.597Z] --- SKIP: TestDockerSuite/TestRestartWithPolicyUserDefinedNetwork (0.02s) [2021-09-16T20:10:14.597Z] [2021-09-16T20:10:14.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-09-16T20:10:14.597Z] docker_cli_run_test.go:4401: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.597Z] --- SKIP: TestDockerSuite/TestRunAddDeviceCgroupRule (0.01s) [2021-09-16T20:10:14.597Z] [2021-09-16T20:10:14.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHost (0.02s) [2021-09-16T20:10:14.597Z] docker_cli_run_test.go:1576: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.597Z] --- SKIP: TestDockerSuite/TestRunAddHost (0.02s) [2021-09-16T20:10:14.597Z] [2021-09-16T20:10:14.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-09-16T20:10:14.597Z] docker_cli_run_test.go:3918: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.597Z] --- SKIP: TestDockerSuite/TestRunAddHostInHostMode (0.01s) [2021-09-16T20:10:14.597Z] [2021-09-16T20:10:14.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-09-16T20:10:14.597Z] docker_cli_run_test.go:1171: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.597Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevices (0.01s) [2021-09-16T20:10:14.597Z] [2021-09-16T20:10:14.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2021-09-16T20:10:14.597Z] docker_cli_run_test.go:1189: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.597Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesInvalidMode (0.02s) [2021-09-16T20:10:14.597Z] [2021-09-16T20:10:14.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-09-16T20:10:14.597Z] docker_cli_run_test.go:1180: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.597Z] --- SKIP: TestDockerSuite/TestRunAddingOptionalDevicesNoSrc (0.01s) [2021-09-16T20:10:14.597Z] [2021-09-16T20:10:14.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-09-16T20:10:14.597Z] docker_cli_run_test.go:2061: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.597Z] --- SKIP: TestDockerSuite/TestRunAllocatePortInReservedRange (0.01s) [2021-09-16T20:10:14.597Z] [2021-09-16T20:10:14.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-09-16T20:10:14.597Z] docker_cli_run_test.go:2266: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.597Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughExpose (0.01s) [2021-09-16T20:10:14.597Z] [2021-09-16T20:10:14.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-09-16T20:10:14.597Z] docker_cli_run_test.go:2602: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.597Z] --- SKIP: TestDockerSuite/TestRunAllowPortRangeThroughPublish (0.01s) [2021-09-16T20:10:14.597Z] [2021-09-16T20:10:14.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-09-16T20:10:14.597Z] docker_cli_run_test.go:1052: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.597Z] --- SKIP: TestDockerSuite/TestRunCapAddALLCanDownInterface (0.01s) [2021-09-16T20:10:14.597Z] [2021-09-16T20:10:14.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-09-16T20:10:14.597Z] docker_cli_run_test.go:1062: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.597Z] --- SKIP: TestDockerSuite/TestRunCapAddALLDropNetAdminCanDownInterface (0.01s) [2021-09-16T20:10:14.597Z] [2021-09-16T20:10:14.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-09-16T20:10:14.597Z] docker_cli_run_test.go:2982: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.597Z] --- SKIP: TestDockerSuite/TestRunCapAddCHOWN (0.01s) [2021-09-16T20:10:14.597Z] [2021-09-16T20:10:14.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-09-16T20:10:14.597Z] docker_cli_run_test.go:1042: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.597Z] --- SKIP: TestDockerSuite/TestRunCapAddCanDownInterface (0.01s) [2021-09-16T20:10:14.597Z] [2021-09-16T20:10:14.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-09-16T20:10:14.597Z] docker_cli_run_test.go:1033: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.597Z] --- SKIP: TestDockerSuite/TestRunCapAddInvalid (0.01s) [2021-09-16T20:10:14.597Z] [2021-09-16T20:10:14.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-09-16T20:10:14.597Z] docker_cli_run_test.go:3168: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.597Z] --- SKIP: TestDockerSuite/TestRunCapAddSYSTIME (0.01s) [2021-09-16T20:10:14.597Z] [2021-09-16T20:10:14.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-09-16T20:10:14.597Z] docker_cli_run_test.go:1023: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.597Z] --- SKIP: TestDockerSuite/TestRunCapDropALLAddMknodCanMknod (0.01s) [2021-09-16T20:10:14.597Z] [2021-09-16T20:10:14.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2021-09-16T20:10:14.597Z] docker_cli_run_test.go:1011: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.597Z] --- SKIP: TestDockerSuite/TestRunCapDropALLCannotMknod (0.02s) [2021-09-16T20:10:14.597Z] [2021-09-16T20:10:14.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-09-16T20:10:14.597Z] docker_cli_run_test.go:985: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.597Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknod (0.01s) [2021-09-16T20:10:14.597Z] [2021-09-16T20:10:14.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-09-16T20:10:14.597Z] docker_cli_run_test.go:998: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.597Z] --- SKIP: TestDockerSuite/TestRunCapDropCannotMknodLowerCase (0.01s) [2021-09-16T20:10:14.597Z] [2021-09-16T20:10:14.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-09-16T20:10:14.597Z] docker_cli_run_test.go:976: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.597Z] --- SKIP: TestDockerSuite/TestRunCapDropInvalid (0.01s) [2021-09-16T20:10:14.597Z] [2021-09-16T20:10:14.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-09-16T20:10:14.597Z] docker_cli_run_test.go:1932: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.597Z] --- SKIP: TestDockerSuite/TestRunCidFileCleanupIfEmpty (0.01s) [2021-09-16T20:10:14.597Z] [2021-09-16T20:10:14.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2021-09-16T20:10:14.597Z] docker_cli_run_test.go:3310: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.597Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithDNSMacHosts (0.03s) [2021-09-16T20:10:14.597Z] [2021-09-16T20:10:14.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-09-16T20:10:14.597Z] docker_cli_run_test.go:3334: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.597Z] --- SKIP: TestDockerSuite/TestRunContainerNetModeWithExposePort (0.01s) [2021-09-16T20:10:14.597Z] [2021-09-16T20:10:14.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-09-16T20:10:14.597Z] docker_cli_run_test.go:3301: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.597Z] --- SKIP: TestDockerSuite/TestRunContainerNetworkModeToSelf (0.01s) [2021-09-16T20:10:14.597Z] [2021-09-16T20:10:14.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-09-16T20:10:14.597Z] docker_cli_run_test.go:3286: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.597Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupMountRO (0.01s) [2021-09-16T20:10:14.597Z] [2021-09-16T20:10:14.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2021-09-16T20:10:14.597Z] docker_cli_run_test.go:3211: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.597Z] --- SKIP: TestDockerSuite/TestRunContainerWithCgroupParent (0.01s) [2021-09-16T20:10:14.597Z] [2021-09-16T20:10:14.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-09-16T20:10:14.597Z] docker_cli_run_test.go:2710: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.597Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyEtcHostsAndLinkedContainer (0.01s) [2021-09-16T20:10:14.597Z] [2021-09-16T20:10:14.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2021-09-16T20:10:14.597Z] docker_cli_run_test.go:2659: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.597Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfs (0.02s) [2021-09-16T20:10:14.597Z] [2021-09-16T20:10:14.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-09-16T20:10:14.597Z] docker_cli_run_test.go:2732: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.597Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithAddHostFlag (0.01s) [2021-09-16T20:10:14.597Z] [2021-09-16T20:10:14.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-09-16T20:10:14.597Z] docker_cli_run_test.go:2722: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.597Z] --- SKIP: TestDockerSuite/TestRunContainerWithReadonlyRootfsWithDNSFlag (0.01s) [2021-09-16T20:10:14.597Z] [2021-09-16T20:10:14.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-09-16T20:10:14.597Z] docker_cli_run_test.go:1677: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.597Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeContent (0.01s) [2021-09-16T20:10:14.597Z] [2021-09-16T20:10:14.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-09-16T20:10:14.597Z] docker_cli_run_test.go:1658: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.597Z] --- SKIP: TestDockerSuite/TestRunCopyVolumeUIDGID (0.01s) [2021-09-16T20:10:14.597Z] [2021-09-16T20:10:14.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-09-16T20:10:14.597Z] docker_cli_run_test.go:3176: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.597Z] --- SKIP: TestDockerSuite/TestRunCreateContainerFailedCleanUp (0.01s) [2021-09-16T20:10:14.597Z] [2021-09-16T20:10:14.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2021-09-16T20:10:14.597Z] docker_cli_run_test.go:2153: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.597Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeEtc (0.02s) [2021-09-16T20:10:14.597Z] [2021-09-16T20:10:14.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-09-16T20:10:14.597Z] docker_cli_run_test.go:621: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.597Z] --- SKIP: TestDockerSuite/TestRunCreateVolumeWithSymlink (0.01s) [2021-09-16T20:10:14.597Z] [2021-09-16T20:10:14.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-09-16T20:10:14.597Z] docker_cli_run_test.go:383: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.597Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir (0.01s) [2021-09-16T20:10:14.597Z] [2021-09-16T20:10:14.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-09-16T20:10:14.597Z] docker_cli_run_test.go:427: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.597Z] --- SKIP: TestDockerSuite/TestRunCreateVolumesInSymlinkDir2 (0.01s) [2021-09-16T20:10:14.597Z] [2021-09-16T20:10:14.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2021-09-16T20:10:14.597Z] docker_cli_run_test.go:1253: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.597Z] --- SKIP: TestDockerSuite/TestRunDNSDefaultOptions (0.02s) [2021-09-16T20:10:14.597Z] [2021-09-16T20:10:14.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-09-16T20:10:14.597Z] docker_cli_run_test.go:3883: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.597Z] --- SKIP: TestDockerSuite/TestRunDNSInHostMode (0.01s) [2021-09-16T20:10:14.597Z] [2021-09-16T20:10:14.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptions (0.01s) [2021-09-16T20:10:14.597Z] docker_cli_run_test.go:1288: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.597Z] --- SKIP: TestDockerSuite/TestRunDNSOptions (0.01s) [2021-09-16T20:10:14.597Z] [2021-09-16T20:10:14.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-09-16T20:10:14.597Z] docker_cli_run_test.go:1321: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.597Z] --- SKIP: TestDockerSuite/TestRunDNSOptionsBasedOnHostResolvConf (0.01s) [2021-09-16T20:10:14.597Z] [2021-09-16T20:10:14.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-09-16T20:10:14.597Z] docker_cli_run_test.go:1310: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.597Z] --- SKIP: TestDockerSuite/TestRunDNSRepeatOptions (0.01s) [2021-09-16T20:10:14.597Z] [2021-09-16T20:10:14.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-09-16T20:10:14.597Z] docker_cli_run_test.go:2026: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.597Z] --- SKIP: TestDockerSuite/TestRunDeallocatePortOnMissingIptablesRule (0.01s) [2021-09-16T20:10:14.597Z] [2021-09-16T20:10:14.597Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDeviceNumbers (0.01s) [2021-09-16T20:10:14.597Z] docker_cli_run_test.go:1141: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.598Z] --- SKIP: TestDockerSuite/TestRunDeviceNumbers (0.01s) [2021-09-16T20:10:14.598Z] [2021-09-16T20:10:14.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunDuplicateMount (0.01s) [2021-09-16T20:10:14.598Z] docker_cli_run_test.go:4058: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.598Z] --- SKIP: TestDockerSuite/TestRunDuplicateMount (0.01s) [2021-09-16T20:10:14.598Z] [2021-09-16T20:10:14.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-09-16T20:10:14.598Z] docker_cli_run_test.go:4141: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.598Z] --- SKIP: TestDockerSuite/TestRunEmptyEnv (0.01s) [2021-09-16T20:10:14.598Z] [2021-09-16T20:10:14.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironment (0.01s) [2021-09-16T20:10:14.598Z] docker_cli_run_test.go:817: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.598Z] --- SKIP: TestDockerSuite/TestRunEnvironment (0.01s) [2021-09-16T20:10:14.598Z] [2021-09-16T20:10:14.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-09-16T20:10:14.598Z] docker_cli_run_test.go:856: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.598Z] --- SKIP: TestDockerSuite/TestRunEnvironmentErase (0.01s) [2021-09-16T20:10:14.598Z] [2021-09-16T20:10:14.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-09-16T20:10:14.598Z] docker_cli_run_test.go:889: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.598Z] --- SKIP: TestDockerSuite/TestRunEnvironmentOverride (0.01s) [2021-09-16T20:10:14.598Z] [2021-09-16T20:10:14.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-09-16T20:10:14.598Z] docker_cli_run_test.go:947: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.598Z] --- SKIP: TestDockerSuite/TestRunFullHostnameSet (0.01s) [2021-09-16T20:10:14.598Z] [2021-09-16T20:10:14.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunGroupAdd (0.01s) [2021-09-16T20:10:14.598Z] docker_cli_run_test.go:1074: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.598Z] --- SKIP: TestDockerSuite/TestRunGroupAdd (0.01s) [2021-09-16T20:10:14.598Z] [2021-09-16T20:10:14.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-09-16T20:10:14.598Z] docker_cli_run_test.go:4380: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.598Z] --- SKIP: TestDockerSuite/TestRunHostnameFQDN (0.01s) [2021-09-16T20:10:14.598Z] [2021-09-16T20:10:14.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-09-16T20:10:14.598Z] docker_cli_run_test.go:4393: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.598Z] --- SKIP: TestDockerSuite/TestRunHostnameInHostMode (0.01s) [2021-09-16T20:10:14.598Z] [2021-09-16T20:10:14.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-09-16T20:10:14.598Z] docker_cli_run_test.go:4125: unmatched requirement IsolationIsHyperv [2021-09-16T20:10:14.598Z] --- SKIP: TestDockerSuite/TestRunHypervIsolationWithCPUCountCPUSharesAndCPUPercent (0.01s) [2021-09-16T20:10:14.598Z] [2021-09-16T20:10:14.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-09-16T20:10:14.598Z] docker_cli_run_test.go:3699: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.598Z] --- SKIP: TestDockerSuite/TestRunInitLayerPathOwnership (0.01s) [2021-09-16T20:10:14.598Z] [2021-09-16T20:10:14.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-09-16T20:10:14.598Z] docker_cli_run_test.go:2004: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.598Z] --- SKIP: TestDockerSuite/TestRunInspectMacAddress (0.01s) [2021-09-16T20:10:14.598Z] [2021-09-16T20:10:14.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-09-16T20:10:14.598Z] docker_cli_run_test.go:3246: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.598Z] --- SKIP: TestDockerSuite/TestRunInvalidCgroupParent (0.01s) [2021-09-16T20:10:14.598Z] [2021-09-16T20:10:14.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2021-09-16T20:10:14.598Z] docker_cli_run_test.go:60: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.598Z] --- SKIP: TestDockerSuite/TestRunLeakyFileDescriptors (0.01s) [2021-09-16T20:10:14.598Z] [2021-09-16T20:10:14.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-09-16T20:10:14.598Z] docker_cli_run_test.go:3355: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.598Z] --- SKIP: TestDockerSuite/TestRunLinkToContainerNetMode (0.01s) [2021-09-16T20:10:14.598Z] [2021-09-16T20:10:14.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-09-16T20:10:14.598Z] docker_cli_run_test.go:195: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.598Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerID (0.01s) [2021-09-16T20:10:14.598Z] [2021-09-16T20:10:14.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-09-16T20:10:14.598Z] docker_cli_run_test.go:180: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.598Z] --- SKIP: TestDockerSuite/TestRunLinksContainerWithContainerName (0.01s) [2021-09-16T20:10:14.598Z] [2021-09-16T20:10:14.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-09-16T20:10:14.598Z] docker_cli_run_test.go:3365: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.598Z] --- SKIP: TestDockerSuite/TestRunLoopbackOnlyExistsWhenNetworkingDisabled (0.01s) [2021-09-16T20:10:14.598Z] [2021-09-16T20:10:14.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeHostname (0.01s) [2021-09-16T20:10:14.598Z] docker_cli_run_test.go:1198: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.598Z] --- SKIP: TestDockerSuite/TestRunModeHostname (0.01s) [2021-09-16T20:10:14.598Z] [2021-09-16T20:10:14.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-09-16T20:10:14.598Z] docker_cli_run_test.go:2316: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.598Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotExists (0.01s) [2021-09-16T20:10:14.598Z] [2021-09-16T20:10:14.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-09-16T20:10:14.598Z] docker_cli_run_test.go:2325: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.598Z] --- SKIP: TestDockerSuite/TestRunModeIpcContainerNotRunning (0.01s) [2021-09-16T20:10:14.598Z] [2021-09-16T20:10:14.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-09-16T20:10:14.598Z] docker_cli_run_test.go:2294: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.598Z] --- SKIP: TestDockerSuite/TestRunModeIpcHost (0.01s) [2021-09-16T20:10:14.598Z] [2021-09-16T20:10:14.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-09-16T20:10:14.598Z] docker_cli_run_test.go:3399: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.598Z] --- SKIP: TestDockerSuite/TestRunModeNetContainerHostname (0.01s) [2021-09-16T20:10:14.598Z] [2021-09-16T20:10:14.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-09-16T20:10:14.598Z] docker_cli_run_test.go:2338: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.598Z] --- SKIP: TestDockerSuite/TestRunModePIDContainer (0.01s) [2021-09-16T20:10:14.598Z] [2021-09-16T20:10:14.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-09-16T20:10:14.598Z] docker_cli_run_test.go:2363: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.598Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotExists (0.01s) [2021-09-16T20:10:14.598Z] [2021-09-16T20:10:14.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-09-16T20:10:14.598Z] docker_cli_run_test.go:2372: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.598Z] --- SKIP: TestDockerSuite/TestRunModePIDContainerNotRunning (0.01s) [2021-09-16T20:10:14.598Z] [2021-09-16T20:10:14.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-09-16T20:10:14.598Z] docker_cli_run_test.go:2430: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.598Z] --- SKIP: TestDockerSuite/TestRunModeUTSHost (0.01s) [2021-09-16T20:10:14.598Z] [2021-09-16T20:10:14.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMount (0.01s) [2021-09-16T20:10:14.598Z] docker_cli_run_test.go:4203: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.598Z] --- SKIP: TestDockerSuite/TestRunMount (0.01s) [2021-09-16T20:10:14.598Z] [2021-09-16T20:10:14.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountOrdering (0.01s) [2021-09-16T20:10:14.598Z] docker_cli_run_test.go:2081: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.598Z] --- SKIP: TestDockerSuite/TestRunMountOrdering (0.01s) [2021-09-16T20:10:14.598Z] [2021-09-16T20:10:14.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-09-16T20:10:14.598Z] docker_cli_run_test.go:4191: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.598Z] --- SKIP: TestDockerSuite/TestRunMountReadOnlyDevShm (0.01s) [2021-09-16T20:10:14.598Z] [2021-09-16T20:10:14.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-09-16T20:10:14.598Z] docker_cli_run_test.go:2385: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.598Z] --- SKIP: TestDockerSuite/TestRunMountShmMqueueFromHost (0.01s) [2021-09-16T20:10:14.598Z] [2021-09-16T20:10:14.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2021-09-16T20:10:14.598Z] docker_cli_exec_test.go:385: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.598Z] --- SKIP: TestDockerSuite/TestRunMutableNetworkFiles (0.01s) [2021-09-16T20:10:14.598Z] [2021-09-16T20:10:14.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolume (0.01s) [2021-09-16T20:10:14.598Z] docker_cli_run_test.go:3188: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.598Z] --- SKIP: TestDockerSuite/TestRunNamedVolume (0.01s) [2021-09-16T20:10:14.598Z] [2021-09-16T20:10:14.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-09-16T20:10:14.598Z] docker_cli_run_test.go:3750: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.598Z] --- SKIP: TestDockerSuite/TestRunNamedVolumeCopyImageData (0.01s) [2021-09-16T20:10:14.598Z] [2021-09-16T20:10:14.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2021-09-16T20:10:14.598Z] docker_cli_run_test.go:3743: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.598Z] --- SKIP: TestDockerSuite/TestRunNamedVolumesMountedAsShared (0.02s) [2021-09-16T20:10:14.598Z] [2021-09-16T20:10:14.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-09-16T20:10:14.598Z] docker_cli_run_test.go:2582: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.598Z] --- SKIP: TestDockerSuite/TestRunNetContainerWhichHost (0.01s) [2021-09-16T20:10:14.598Z] [2021-09-16T20:10:14.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHost (0.01s) [2021-09-16T20:10:14.598Z] docker_cli_run_test.go:2551: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.598Z] --- SKIP: TestDockerSuite/TestRunNetHost (0.01s) [2021-09-16T20:10:14.598Z] [2021-09-16T20:10:14.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2021-09-16T20:10:14.598Z] docker_cli_run_test.go:931: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.598Z] --- SKIP: TestDockerSuite/TestRunNetHostNotAllowedWithLinks (0.02s) [2021-09-16T20:10:14.598Z] [2021-09-16T20:10:14.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-09-16T20:10:14.598Z] docker_cli_run_test.go:2574: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.598Z] --- SKIP: TestDockerSuite/TestRunNetHostTwiceSameName (0.01s) [2021-09-16T20:10:14.598Z] [2021-09-16T20:10:14.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-09-16T20:10:14.598Z] docker_cli_run_test.go:3043: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.598Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMount (0.01s) [2021-09-16T20:10:14.598Z] [2021-09-16T20:10:14.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-09-16T20:10:14.598Z] docker_cli_run_test.go:3067: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.598Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountRO (0.01s) [2021-09-16T20:10:14.598Z] [2021-09-16T20:10:14.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-09-16T20:10:14.598Z] docker_cli_run_test.go:3089: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.598Z] --- SKIP: TestDockerSuite/TestRunNetworkFilesBindMountROFilesystem (0.01s) [2021-09-16T20:10:14.598Z] [2021-09-16T20:10:14.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-09-16T20:10:14.598Z] docker_cli_run_test.go:3413: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.598Z] --- SKIP: TestDockerSuite/TestRunNetworkNotInitializedNoneMode (0.01s) [2021-09-16T20:10:14.598Z] [2021-09-16T20:10:14.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunNonRootUserResolvName (0.29s) [2021-09-16T20:10:14.598Z] docker_cli_run_test.go:1403: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.598Z] --- SKIP: TestDockerSuite/TestRunNonRootUserResolvName (0.29s) [2021-09-16T20:10:14.598Z] [2021-09-16T20:10:14.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2021-09-16T20:10:14.598Z] docker_cli_run_test.go:2782: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.598Z] --- SKIP: TestDockerSuite/TestRunPIDHostWithChildIsKillable (0.02s) [2021-09-16T20:10:14.598Z] [2021-09-16T20:10:14.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2021-09-16T20:10:14.598Z] docker_cli_run_test.go:2472: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.598Z] --- SKIP: TestDockerSuite/TestRunPortFromDockerRangeInUse (0.02s) [2021-09-16T20:10:14.598Z] [2021-09-16T20:10:14.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPortInUse (0.01s) [2021-09-16T20:10:14.598Z] docker_cli_run_test.go:2044: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.598Z] --- SKIP: TestDockerSuite/TestRunPortInUse (0.01s) [2021-09-16T20:10:14.598Z] [2021-09-16T20:10:14.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-09-16T20:10:14.598Z] docker_cli_run_test.go:957: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.598Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMknod (0.01s) [2021-09-16T20:10:14.598Z] [2021-09-16T20:10:14.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-09-16T20:10:14.598Z] docker_cli_run_test.go:1085: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.598Z] --- SKIP: TestDockerSuite/TestRunPrivilegedCanMount (0.01s) [2021-09-16T20:10:14.598Z] [2021-09-16T20:10:14.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-09-16T20:10:14.598Z] docker_cli_run_test.go:1124: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.598Z] --- SKIP: TestDockerSuite/TestRunProcNotWritableInNonPrivilegedContainers (0.01s) [2021-09-16T20:10:14.598Z] [2021-09-16T20:10:14.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-09-16T20:10:14.598Z] docker_cli_run_test.go:1132: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.598Z] --- SKIP: TestDockerSuite/TestRunProcWritableInPrivilegedContainers (0.01s) [2021-09-16T20:10:14.598Z] [2021-09-16T20:10:14.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunPublishPort (0.01s) [2021-09-16T20:10:14.598Z] docker_cli_run_test.go:2957: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.598Z] --- SKIP: TestDockerSuite/TestRunPublishPort (0.01s) [2021-09-16T20:10:14.598Z] [2021-09-16T20:10:14.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-09-16T20:10:14.598Z] docker_cli_run_test.go:2860: unmatched requirement Apparmor [2021-09-16T20:10:14.598Z] --- SKIP: TestDockerSuite/TestRunReadFilteredProc (0.01s) [2021-09-16T20:10:14.598Z] [2021-09-16T20:10:14.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-09-16T20:10:14.598Z] docker_cli_run_test.go:2839: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.598Z] --- SKIP: TestDockerSuite/TestRunReadProcLatency (0.01s) [2021-09-16T20:10:14.598Z] [2021-09-16T20:10:14.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-09-16T20:10:14.598Z] docker_cli_run_test.go:2824: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.598Z] --- SKIP: TestDockerSuite/TestRunReadProcTimer (0.01s) [2021-09-16T20:10:14.598Z] [2021-09-16T20:10:14.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-09-16T20:10:14.598Z] docker_cli_run_test.go:1425: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.598Z] --- SKIP: TestDockerSuite/TestRunResolvconfUpdate (0.01s) [2021-09-16T20:10:14.598Z] [2021-09-16T20:10:14.598Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2021-09-16T20:10:14.598Z] docker_cli_run_test.go:2126: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.598Z] --- SKIP: TestDockerSuite/TestRunReuseBindVolumeThatIsSymlink (0.01s) [2021-09-16T20:10:14.598Z] [2021-09-16T20:10:14.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-09-16T20:10:14.599Z] docker_cli_run_test.go:2238: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.599Z] --- SKIP: TestDockerSuite/TestRunSlowStdoutConsumer (0.01s) [2021-09-16T20:10:14.599Z] [2021-09-16T20:10:14.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunState (0.02s) [2021-09-16T20:10:14.599Z] docker_cli_run_test.go:1621: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.599Z] --- SKIP: TestDockerSuite/TestRunState (0.02s) [2021-09-16T20:10:14.599Z] [2021-09-16T20:10:14.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunStdinPipe (0.01s) [2021-09-16T20:10:14.599Z] docker_cli_run_test.go:98: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.599Z] --- SKIP: TestDockerSuite/TestRunStdinPipe (0.01s) [2021-09-16T20:10:14.599Z] [2021-09-16T20:10:14.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2021-09-16T20:10:14.599Z] docker_cli_run_test.go:1108: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.599Z] --- SKIP: TestDockerSuite/TestRunSysNotWritableInNonPrivilegedContainers (0.01s) [2021-09-16T20:10:14.599Z] [2021-09-16T20:10:14.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-09-16T20:10:14.599Z] docker_cli_run_test.go:1116: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.599Z] --- SKIP: TestDockerSuite/TestRunSysWritableInPrivilegedContainers (0.01s) [2021-09-16T20:10:14.599Z] [2021-09-16T20:10:14.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2021-09-16T20:10:14.599Z] docker_cli_run_test.go:1156: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.599Z] --- SKIP: TestDockerSuite/TestRunThatCharacterDevicesActLikeCharacterDevices (0.02s) [2021-09-16T20:10:14.599Z] [2021-09-16T20:10:14.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2021-09-16T20:10:14.599Z] docker_cli_run_test.go:967: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.599Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCanMknod (0.02s) [2021-09-16T20:10:14.599Z] [2021-09-16T20:10:14.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-09-16T20:10:14.599Z] docker_cli_run_test.go:1095: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.599Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedCannotMount (0.01s) [2021-09-16T20:10:14.599Z] [2021-09-16T20:10:14.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-09-16T20:10:14.599Z] docker_cli_run_test.go:1165: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.599Z] --- SKIP: TestDockerSuite/TestRunUnprivilegedWithChroot (0.01s) [2021-09-16T20:10:14.599Z] [2021-09-16T20:10:14.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-09-16T20:10:14.599Z] docker_cli_run_test.go:3959: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.599Z] --- SKIP: TestDockerSuite/TestRunUnsetEntrypoint (0.01s) [2021-09-16T20:10:14.599Z] [2021-09-16T20:10:14.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUnshareProc (0.01s) [2021-09-16T20:10:14.599Z] docker_cli_run_test.go:2899: unmatched requirement Apparmor [2021-09-16T20:10:14.599Z] --- SKIP: TestDockerSuite/TestRunUnshareProc (0.01s) [2021-09-16T20:10:14.599Z] [2021-09-16T20:10:14.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByID (0.01s) [2021-09-16T20:10:14.599Z] docker_cli_run_test.go:736: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.599Z] --- SKIP: TestDockerSuite/TestRunUserByID (0.01s) [2021-09-16T20:10:14.599Z] [2021-09-16T20:10:14.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-09-16T20:10:14.599Z] docker_cli_run_test.go:746: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.599Z] --- SKIP: TestDockerSuite/TestRunUserByIDBig (0.01s) [2021-09-16T20:10:14.599Z] [2021-09-16T20:10:14.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-09-16T20:10:14.599Z] docker_cli_run_test.go:759: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.599Z] --- SKIP: TestDockerSuite/TestRunUserByIDNegative (0.01s) [2021-09-16T20:10:14.599Z] [2021-09-16T20:10:14.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-09-16T20:10:14.599Z] docker_cli_run_test.go:772: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.599Z] --- SKIP: TestDockerSuite/TestRunUserByIDZero (0.01s) [2021-09-16T20:10:14.599Z] [2021-09-16T20:10:14.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserByName (0.01s) [2021-09-16T20:10:14.599Z] docker_cli_run_test.go:726: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.599Z] --- SKIP: TestDockerSuite/TestRunUserByName (0.01s) [2021-09-16T20:10:14.599Z] [2021-09-16T20:10:14.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunUserNotFound (0.02s) [2021-09-16T20:10:14.599Z] docker_cli_run_test.go:785: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.599Z] --- SKIP: TestDockerSuite/TestRunUserNotFound (0.02s) [2021-09-16T20:10:14.599Z] [2021-09-16T20:10:14.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2021-09-16T20:10:14.599Z] docker_cli_run_test.go:3848: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.599Z] --- SKIP: TestDockerSuite/TestRunVolumeCopyFlag (0.02s) [2021-09-16T20:10:14.599Z] [2021-09-16T20:10:14.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-09-16T20:10:14.599Z] docker_cli_run_test.go:3841: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.599Z] --- SKIP: TestDockerSuite/TestRunVolumeWithOneCharacter (0.01s) [2021-09-16T20:10:14.599Z] [2021-09-16T20:10:14.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2021-09-16T20:10:14.599Z] docker_cli_run_test.go:658: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.599Z] --- SKIP: TestDockerSuite/TestRunVolumesFromSymlinkPath (0.01s) [2021-09-16T20:10:14.599Z] [2021-09-16T20:10:14.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-09-16T20:10:14.599Z] docker_cli_run_test.go:1850: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.599Z] --- SKIP: TestDockerSuite/TestRunWithBadDevice (0.01s) [2021-09-16T20:10:14.599Z] [2021-09-16T20:10:14.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-09-16T20:10:14.599Z] docker_cli_run_test.go:282: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.599Z] --- SKIP: TestDockerSuite/TestRunWithNetAliasOnDefaultNetworks (0.01s) [2021-09-16T20:10:14.599Z] [2021-09-16T20:10:14.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-09-16T20:10:14.599Z] docker_cli_run_test.go:3715: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.599Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdj (0.01s) [2021-09-16T20:10:14.599Z] [2021-09-16T20:10:14.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-09-16T20:10:14.599Z] docker_cli_run_test.go:3726: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.599Z] --- SKIP: TestDockerSuite/TestRunWithOomScoreAdjInvalidRange (0.01s) [2021-09-16T20:10:14.599Z] [2021-09-16T20:10:14.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-09-16T20:10:14.599Z] docker_cli_run_test.go:2805: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.599Z] --- SKIP: TestDockerSuite/TestRunWithTooSmallMemoryLimit (0.01s) [2021-09-16T20:10:14.599Z] [2021-09-16T20:10:14.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWithUlimits (0.01s) [2021-09-16T20:10:14.599Z] docker_cli_run_test.go:3200: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.599Z] --- SKIP: TestDockerSuite/TestRunWithUlimits (0.01s) [2021-09-16T20:10:14.599Z] [2021-09-16T20:10:14.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-09-16T20:10:14.599Z] docker_cli_run_test.go:3016: unmatched requirement Apparmor [2021-09-16T20:10:14.599Z] --- SKIP: TestDockerSuite/TestRunWriteFilteredProc (0.01s) [2021-09-16T20:10:14.599Z] [2021-09-16T20:10:14.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-09-16T20:10:14.599Z] docker_cli_run_test.go:1802: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.599Z] --- SKIP: TestDockerSuite/TestRunWriteSpecialFilesAndNotCommit (0.01s) [2021-09-16T20:10:14.599Z] [2021-09-16T20:10:14.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-09-16T20:10:14.599Z] docker_cli_run_test.go:2815: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.599Z] --- SKIP: TestDockerSuite/TestRunWriteToProcAsound (0.01s) [2021-09-16T20:10:14.599Z] [2021-09-16T20:10:14.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2021-09-16T20:10:14.599Z] docker_cli_run_test.go:3613: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.599Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetCpusFlagValue (0.02s) [2021-09-16T20:10:14.599Z] [2021-09-16T20:10:14.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2021-09-16T20:10:14.599Z] docker_cli_run_test.go:3624: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.599Z] --- SKIP: TestDockerSuite/TestRunWrongCpusetMemsFlagValue (0.02s) [2021-09-16T20:10:14.599Z] [2021-09-16T20:10:14.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2021-09-16T20:10:14.599Z] docker_cli_save_load_test.go:158: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.599Z] --- SKIP: TestDockerSuite/TestSaveAndLoadRepoFlags (0.02s) [2021-09-16T20:10:14.599Z] [2021-09-16T20:10:14.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-09-16T20:10:14.599Z] docker_cli_save_load_test.go:100: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.599Z] --- SKIP: TestDockerSuite/TestSaveCheckTimes (0.01s) [2021-09-16T20:10:14.599Z] [2021-09-16T20:10:14.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-09-16T20:10:14.599Z] docker_cli_save_load_test.go:259: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.599Z] --- SKIP: TestDockerSuite/TestSaveDirectoryPermissions (0.01s) [2021-09-16T20:10:14.599Z] [2021-09-16T20:10:14.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveImageId (0.01s) [2021-09-16T20:10:14.599Z] docker_cli_save_load_test.go:119: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.599Z] --- SKIP: TestDockerSuite/TestSaveImageId (0.01s) [2021-09-16T20:10:14.599Z] [2021-09-16T20:10:14.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-09-16T20:10:14.599Z] docker_cli_save_load_test.go:380: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.599Z] --- SKIP: TestDockerSuite/TestSaveLoadNoTag (0.01s) [2021-09-16T20:10:14.599Z] [2021-09-16T20:10:14.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveLoadParents (0.01s) [2021-09-16T20:10:14.599Z] docker_cli_save_load_test.go:341: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.599Z] --- SKIP: TestDockerSuite/TestSaveLoadParents (0.01s) [2021-09-16T20:10:14.599Z] [2021-09-16T20:10:14.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-09-16T20:10:14.599Z] docker_cli_save_load_test.go:189: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.599Z] --- SKIP: TestDockerSuite/TestSaveMultipleNames (0.01s) [2021-09-16T20:10:14.599Z] [2021-09-16T20:10:14.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-09-16T20:10:14.599Z] docker_cli_save_load_test.go:207: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.599Z] --- SKIP: TestDockerSuite/TestSaveRepoWithMultipleImages (0.01s) [2021-09-16T20:10:14.599Z] [2021-09-16T20:10:14.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveSingleTag (0.01s) [2021-09-16T20:10:14.599Z] docker_cli_save_load_test.go:85: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.599Z] --- SKIP: TestDockerSuite/TestSaveSingleTag (0.01s) [2021-09-16T20:10:14.599Z] [2021-09-16T20:10:14.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2021-09-16T20:10:14.599Z] docker_cli_save_load_test.go:179: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.599Z] --- SKIP: TestDockerSuite/TestSaveWithNoExistImage (0.02s) [2021-09-16T20:10:14.599Z] [2021-09-16T20:10:14.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-09-16T20:10:14.599Z] docker_cli_save_load_test.go:27: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.599Z] --- SKIP: TestDockerSuite/TestSaveXzAndLoadRepoStdout (0.01s) [2021-09-16T20:10:14.599Z] [2021-09-16T20:10:14.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-09-16T20:10:14.599Z] docker_cli_save_load_test.go:56: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.599Z] --- SKIP: TestDockerSuite/TestSaveXzGzAndLoadRepoStdout (0.01s) [2021-09-16T20:10:14.599Z] [2021-09-16T20:10:14.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2021-09-16T20:10:14.599Z] docker_cli_start_test.go:49: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.599Z] --- SKIP: TestDockerSuite/TestStartAttachCorrectExitCode (0.02s) [2021-09-16T20:10:14.599Z] [2021-09-16T20:10:14.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2021-09-16T20:10:14.599Z] docker_cli_start_test.go:21: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.599Z] --- SKIP: TestDockerSuite/TestStartAttachReturnsOnError (0.02s) [2021-09-16T20:10:14.599Z] [2021-09-16T20:10:14.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-09-16T20:10:14.599Z] docker_cli_start_test.go:178: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.599Z] --- SKIP: TestDockerSuite/TestStartAttachWithRename (0.01s) [2021-09-16T20:10:14.599Z] [2021-09-16T20:10:14.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartMultipleContainers (0.02s) [2021-09-16T20:10:14.599Z] docker_cli_start_test.go:114: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.599Z] --- SKIP: TestDockerSuite/TestStartMultipleContainers (0.02s) [2021-09-16T20:10:14.599Z] [2021-09-16T20:10:14.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartPausedContainer (0.01s) [2021-09-16T20:10:14.599Z] docker_cli_start_test.go:99: unmatched requirement IsPausable [2021-09-16T20:10:14.599Z] --- SKIP: TestDockerSuite/TestStartPausedContainer (0.01s) [2021-09-16T20:10:14.599Z] [2021-09-16T20:10:14.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStartRecordError (0.01s) [2021-09-16T20:10:14.599Z] docker_cli_start_test.go:75: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.599Z] --- SKIP: TestDockerSuite/TestStartRecordError (0.01s) [2021-09-16T20:10:14.599Z] [2021-09-16T20:10:14.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2021-09-16T20:10:14.599Z] docker_cli_stats_test.go:126: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.599Z] --- SKIP: TestDockerSuite/TestStatsAllNewContainersAdded (0.02s) [2021-09-16T20:10:14.599Z] [2021-09-16T20:10:14.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-09-16T20:10:14.599Z] docker_cli_stats_test.go:96: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.599Z] --- SKIP: TestDockerSuite/TestStatsAllNoStream (0.01s) [2021-09-16T20:10:14.599Z] [2021-09-16T20:10:14.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-09-16T20:10:14.599Z] docker_cli_stats_test.go:60: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.599Z] --- SKIP: TestDockerSuite/TestStatsAllRunningNoStream (0.01s) [2021-09-16T20:10:14.599Z] [2021-09-16T20:10:14.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-09-16T20:10:14.599Z] docker_cli_stats_test.go:47: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.599Z] --- SKIP: TestDockerSuite/TestStatsContainerNotFound (0.01s) [2021-09-16T20:10:14.599Z] [2021-09-16T20:10:14.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsFormatAll (0.01s) [2021-09-16T20:10:14.599Z] docker_cli_stats_test.go:167: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.599Z] --- SKIP: TestDockerSuite/TestStatsFormatAll (0.01s) [2021-09-16T20:10:14.599Z] [2021-09-16T20:10:14.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestStatsNoStream (0.01s) [2021-09-16T20:10:14.599Z] docker_cli_stats_test.go:18: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.599Z] --- SKIP: TestDockerSuite/TestStatsNoStream (0.01s) [2021-09-16T20:10:14.599Z] [2021-09-16T20:10:14.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTopPrivileged (0.01s) [2021-09-16T20:10:14.599Z] docker_cli_top_test.go:63: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.599Z] --- SKIP: TestDockerSuite/TestTopPrivileged (0.01s) [2021-09-16T20:10:14.599Z] [2021-09-16T20:10:14.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-09-16T20:10:14.599Z] docker_cli_run_test.go:3424: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.599Z] --- SKIP: TestDockerSuite/TestTwoContainersInNetHost (0.01s) [2021-09-16T20:10:14.599Z] [2021-09-16T20:10:14.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-09-16T20:10:14.599Z] docker_cli_port_test.go:245: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.599Z] --- SKIP: TestDockerSuite/TestUnpublishedPortsInPsOutput (0.01s) [2021-09-16T20:10:14.599Z] [2021-09-16T20:10:14.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-09-16T20:10:14.599Z] docker_cli_health_test.go:148: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.599Z] --- SKIP: TestDockerSuite/TestUnsetEnvVarHealthCheck (0.01s) [2021-09-16T20:10:14.599Z] [2021-09-16T20:10:14.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-09-16T20:10:14.599Z] docker_cli_run_test.go:293: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.599Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkAlias (0.01s) [2021-09-16T20:10:14.599Z] [2021-09-16T20:10:14.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-09-16T20:10:14.599Z] docker_cli_run_test.go:208: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.599Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinks (0.01s) [2021-09-16T20:10:14.599Z] [2021-09-16T20:10:14.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-09-16T20:10:14.599Z] docker_cli_run_test.go:244: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.599Z] --- SKIP: TestDockerSuite/TestUserDefinedNetworkLinksWithRestart (0.01s) [2021-09-16T20:10:14.599Z] [2021-09-16T20:10:14.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2021-09-16T20:10:14.599Z] docker_cli_volume_test.go:243: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.599Z] --- SKIP: TestDockerSuite/TestVolumeCLICreateWithOpts (0.01s) [2021-09-16T20:10:14.599Z] [2021-09-16T20:10:14.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-09-16T20:10:14.599Z] docker_cli_volume_test.go:372: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.599Z] --- SKIP: TestDockerSuite/TestVolumeCLIRmForce (0.01s) [2021-09-16T20:10:14.599Z] [2021-09-16T20:10:14.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-09-16T20:10:14.599Z] docker_cli_volume_test.go:432: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.599Z] --- SKIP: TestDockerSuite/TestVolumeCliInspectWithVolumeOpts (0.01s) [2021-09-16T20:10:14.599Z] [2021-09-16T20:10:14.599Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-09-16T20:10:14.599Z] docker_cli_run_test.go:2174: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.599Z] --- SKIP: TestDockerSuite/TestVolumesNoCopyData (0.01s) [2021-09-16T20:10:14.599Z] [2021-09-16T20:10:14.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-09-16T20:10:14.600Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.600Z] --- SKIP: TestDockerRegistrySuite/TestBuildByDigest (0.00s) [2021-09-16T20:10:14.600Z] [2021-09-16T20:10:14.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-09-16T20:10:14.600Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.600Z] --- SKIP: TestDockerRegistrySuite/TestBuildCopyFromForcePull (0.00s) [2021-09-16T20:10:14.600Z] [2021-09-16T20:10:14.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-09-16T20:10:14.600Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.600Z] --- SKIP: TestDockerRegistrySuite/TestBuildMultiStageImplicitPull (0.00s) [2021-09-16T20:10:14.600Z] [2021-09-16T20:10:14.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-09-16T20:10:14.600Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.600Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentFailingPull (0.00s) [2021-09-16T20:10:14.600Z] [2021-09-16T20:10:14.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-09-16T20:10:14.600Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.600Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-09-16T20:10:14.600Z] [2021-09-16T20:10:14.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-09-16T20:10:14.600Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.600Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-09-16T20:10:14.600Z] [2021-09-16T20:10:14.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-09-16T20:10:14.600Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.600Z] --- SKIP: TestDockerRegistrySuite/TestConcurrentPush (0.00s) [2021-09-16T20:10:14.600Z] [2021-09-16T20:10:14.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-09-16T20:10:14.600Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.600Z] --- SKIP: TestDockerRegistrySuite/TestCreateByDigest (0.00s) [2021-09-16T20:10:14.600Z] [2021-09-16T20:10:14.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-09-16T20:10:14.600Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.600Z] --- SKIP: TestDockerRegistrySuite/TestCrossRepositoryLayerPush (0.00s) [2021-09-16T20:10:14.600Z] [2021-09-16T20:10:14.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-09-16T20:10:14.600Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.600Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageByIDOnlyPulledByDigest (0.00s) [2021-09-16T20:10:14.600Z] [2021-09-16T20:10:14.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-09-16T20:10:14.600Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.600Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndMultiRepoTag (0.00s) [2021-09-16T20:10:14.600Z] [2021-09-16T20:10:14.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-09-16T20:10:14.600Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.600Z] --- SKIP: TestDockerRegistrySuite/TestDeleteImageWithDigestAndTag (0.00s) [2021-09-16T20:10:14.600Z] [2021-09-16T20:10:14.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-09-16T20:10:14.600Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.600Z] --- SKIP: TestDockerRegistrySuite/TestEventsImageFilterPush (0.00s) [2021-09-16T20:10:14.600Z] [2021-09-16T20:10:14.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-09-16T20:10:14.600Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.600Z] --- SKIP: TestDockerRegistrySuite/TestInspectImageWithDigests (0.00s) [2021-09-16T20:10:14.600Z] [2021-09-16T20:10:14.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-09-16T20:10:14.600Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.600Z] --- SKIP: TestDockerRegistrySuite/TestListDanglingImagesWithDigests (0.00s) [2021-09-16T20:10:14.600Z] [2021-09-16T20:10:14.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-09-16T20:10:14.600Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.600Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithDigests (0.00s) [2021-09-16T20:10:14.600Z] [2021-09-16T20:10:14.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-09-16T20:10:14.600Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.600Z] --- SKIP: TestDockerRegistrySuite/TestListImagesWithoutDigests (0.00s) [2021-09-16T20:10:14.600Z] [2021-09-16T20:10:14.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-09-16T20:10:14.600Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.600Z] --- SKIP: TestDockerRegistrySuite/TestPsListContainersFilterAncestorImageByDigest (0.00s) [2021-09-16T20:10:14.600Z] [2021-09-16T20:10:14.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-09-16T20:10:14.600Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.600Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigest (0.00s) [2021-09-16T20:10:14.600Z] [2021-09-16T20:10:14.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-09-16T20:10:14.600Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.600Z] --- SKIP: TestDockerRegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-09-16T20:10:14.600Z] [2021-09-16T20:10:14.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-09-16T20:10:14.600Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.600Z] --- SKIP: TestDockerRegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-09-16T20:10:14.600Z] [2021-09-16T20:10:14.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-09-16T20:10:14.600Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.600Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-09-16T20:10:14.600Z] [2021-09-16T20:10:14.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-09-16T20:10:14.600Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.600Z] --- SKIP: TestDockerRegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-09-16T20:10:14.600Z] [2021-09-16T20:10:14.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-09-16T20:10:14.600Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.600Z] --- SKIP: TestDockerRegistrySuite/TestPullIDStability (0.00s) [2021-09-16T20:10:14.600Z] [2021-09-16T20:10:14.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-09-16T20:10:14.600Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.600Z] --- SKIP: TestDockerRegistrySuite/TestPullImageWithAliases (0.00s) [2021-09-16T20:10:14.600Z] [2021-09-16T20:10:14.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-09-16T20:10:14.600Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.600Z] --- SKIP: TestDockerRegistrySuite/TestPullManifestList (0.00s) [2021-09-16T20:10:14.600Z] [2021-09-16T20:10:14.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-09-16T20:10:14.600Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.600Z] --- SKIP: TestDockerRegistrySuite/TestPullNoLayers (0.00s) [2021-09-16T20:10:14.600Z] [2021-09-16T20:10:14.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-09-16T20:10:14.600Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.600Z] --- SKIP: TestDockerRegistrySuite/TestPushBadTag (0.00s) [2021-09-16T20:10:14.600Z] [2021-09-16T20:10:14.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-09-16T20:10:14.600Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.600Z] --- SKIP: TestDockerRegistrySuite/TestPushBusyboxImage (0.00s) [2021-09-16T20:10:14.600Z] [2021-09-16T20:10:14.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-09-16T20:10:14.600Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.600Z] --- SKIP: TestDockerRegistrySuite/TestPushEmptyLayer (0.00s) [2021-09-16T20:10:14.600Z] [2021-09-16T20:10:14.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-09-16T20:10:14.600Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.600Z] --- SKIP: TestDockerRegistrySuite/TestPushMultipleTags (0.00s) [2021-09-16T20:10:14.600Z] [2021-09-16T20:10:14.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-09-16T20:10:14.600Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.600Z] --- SKIP: TestDockerRegistrySuite/TestPushUntagged (0.00s) [2021-09-16T20:10:14.600Z] [2021-09-16T20:10:14.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-09-16T20:10:14.600Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.600Z] --- SKIP: TestDockerRegistrySuite/TestRemoveImageByDigest (0.00s) [2021-09-16T20:10:14.600Z] [2021-09-16T20:10:14.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-09-16T20:10:14.600Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.600Z] --- SKIP: TestDockerRegistrySuite/TestRunByDigest (0.00s) [2021-09-16T20:10:14.600Z] [2021-09-16T20:10:14.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-09-16T20:10:14.600Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.600Z] --- SKIP: TestDockerRegistrySuite/TestRunImplicitPullWithNoTag (0.00s) [2021-09-16T20:10:14.600Z] [2021-09-16T20:10:14.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-09-16T20:10:14.600Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.600Z] --- SKIP: TestDockerRegistrySuite/TestTagByDigest (0.00s) [2021-09-16T20:10:14.600Z] [2021-09-16T20:10:14.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-09-16T20:10:14.600Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.600Z] --- SKIP: TestDockerRegistrySuite/TestUserAgentPassThrough (0.00s) [2021-09-16T20:10:14.600Z] [2021-09-16T20:10:14.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistrySuite/TestV2Only (0.00s) [2021-09-16T20:10:14.600Z] check_test.go:184: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.600Z] --- SKIP: TestDockerRegistrySuite/TestV2Only (0.00s) [2021-09-16T20:10:14.600Z] [2021-09-16T20:10:14.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-09-16T20:10:14.600Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.600Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentFailingPull (0.00s) [2021-09-16T20:10:14.600Z] [2021-09-16T20:10:14.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-09-16T20:10:14.600Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.600Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullMultipleTags (0.00s) [2021-09-16T20:10:14.600Z] [2021-09-16T20:10:14.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-09-16T20:10:14.600Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.600Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPullWholeRepo (0.00s) [2021-09-16T20:10:14.600Z] [2021-09-16T20:10:14.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-09-16T20:10:14.600Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.600Z] --- SKIP: TestDockerSchema1RegistrySuite/TestConcurrentPush (0.00s) [2021-09-16T20:10:14.600Z] [2021-09-16T20:10:14.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-09-16T20:10:14.600Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.600Z] --- SKIP: TestDockerSchema1RegistrySuite/TestCrossRepositoryLayerPushNotSupported (0.00s) [2021-09-16T20:10:14.600Z] [2021-09-16T20:10:14.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-09-16T20:10:14.600Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.600Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigest (0.00s) [2021-09-16T20:10:14.600Z] [2021-09-16T20:10:14.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-09-16T20:10:14.600Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.600Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByDigestNoFallback (0.00s) [2021-09-16T20:10:14.600Z] [2021-09-16T20:10:14.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-09-16T20:10:14.600Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.600Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullByTagDisplaysDigest (0.00s) [2021-09-16T20:10:14.600Z] [2021-09-16T20:10:14.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-09-16T20:10:14.600Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.600Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredLayer (0.00s) [2021-09-16T20:10:14.600Z] [2021-09-16T20:10:14.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-09-16T20:10:14.600Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.600Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullFailsWithAlteredManifest (0.00s) [2021-09-16T20:10:14.600Z] [2021-09-16T20:10:14.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-09-16T20:10:14.600Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.600Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullIDStability (0.00s) [2021-09-16T20:10:14.600Z] [2021-09-16T20:10:14.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-09-16T20:10:14.600Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.600Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullImageWithAliases (0.00s) [2021-09-16T20:10:14.600Z] [2021-09-16T20:10:14.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-09-16T20:10:14.600Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.600Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPullNoLayers (0.00s) [2021-09-16T20:10:14.600Z] [2021-09-16T20:10:14.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-09-16T20:10:14.600Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.600Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBadTag (0.00s) [2021-09-16T20:10:14.600Z] [2021-09-16T20:10:14.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-09-16T20:10:14.600Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.600Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushBusyboxImage (0.00s) [2021-09-16T20:10:14.600Z] [2021-09-16T20:10:14.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-09-16T20:10:14.600Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.600Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushEmptyLayer (0.00s) [2021-09-16T20:10:14.600Z] [2021-09-16T20:10:14.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-09-16T20:10:14.600Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.600Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushMultipleTags (0.00s) [2021-09-16T20:10:14.600Z] [2021-09-16T20:10:14.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-09-16T20:10:14.600Z] check_test.go:211: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.600Z] --- SKIP: TestDockerSchema1RegistrySuite/TestPushUntagged (0.00s) [2021-09-16T20:10:14.600Z] [2021-09-16T20:10:14.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-09-16T20:10:14.600Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.600Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildFromAuthenticatedRegistry (0.00s) [2021-09-16T20:10:14.600Z] [2021-09-16T20:10:14.600Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-09-16T20:10:14.600Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.600Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestBuildWithExternalAuth (0.00s) [2021-09-16T20:10:14.600Z] [2021-09-16T20:10:14.601Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-09-16T20:10:14.601Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.601Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLoginToPrivateRegistry (0.00s) [2021-09-16T20:10:14.601Z] [2021-09-16T20:10:14.601Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-09-16T20:10:14.601Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.601Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithExternalAuth (0.00s) [2021-09-16T20:10:14.601Z] [2021-09-16T20:10:14.601Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-09-16T20:10:14.601Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.601Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestLogoutWithWrongHostnamesStored (0.00s) [2021-09-16T20:10:14.601Z] [2021-09-16T20:10:14.601Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-09-16T20:10:14.601Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.601Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuth (0.00s) [2021-09-16T20:10:14.601Z] [2021-09-16T20:10:14.601Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-09-16T20:10:14.601Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.601Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPullWithExternalAuthLoginWithScheme (0.00s) [2021-09-16T20:10:14.601Z] [2021-09-16T20:10:14.601Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-09-16T20:10:14.601Z] check_test.go:238: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.601Z] --- SKIP: TestDockerRegistryAuthHtpasswdSuite/TestPushNoCredentialsNoRetry (0.00s) [2021-09-16T20:10:14.601Z] [2021-09-16T20:10:14.601Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-09-16T20:10:14.601Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.601Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseError (0.00s) [2021-09-16T20:10:14.601Z] [2021-09-16T20:10:14.601Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-09-16T20:10:14.601Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.601Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseNoToken (0.00s) [2021-09-16T20:10:14.601Z] [2021-09-16T20:10:14.601Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-09-16T20:10:14.601Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.601Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnauthorized (0.00s) [2021-09-16T20:10:14.601Z] [2021-09-16T20:10:14.601Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-09-16T20:10:14.601Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.601Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushMisconfiguredTokenServiceResponseUnparsable (0.00s) [2021-09-16T20:10:14.601Z] [2021-09-16T20:10:14.601Z] === SKIP: github.com/docker/docker/integration-cli TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-09-16T20:10:14.601Z] check_test.go:267: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.601Z] --- SKIP: TestDockerRegistryAuthTokenSuite/TestPushTokenServiceUnauthResponse (0.00s) [2021-09-16T20:10:14.601Z] [2021-09-16T20:10:14.601Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-09-16T20:10:14.601Z] check_test.go:301: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.601Z] --- SKIP: TestDockerDaemonSuite/TestCLIProxyProxyTCPSock (0.00s) [2021-09-16T20:10:14.601Z] [2021-09-16T20:10:14.601Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-09-16T20:10:14.601Z] check_test.go:301: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.601Z] --- SKIP: TestDockerDaemonSuite/TestExecAfterDaemonRestart (0.00s) [2021-09-16T20:10:14.601Z] [2021-09-16T20:10:14.601Z] === SKIP: github.com/docker/docker/integration-cli TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-09-16T20:10:14.601Z] check_test.go:301: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.601Z] --- SKIP: TestDockerDaemonSuite/TestRunWithUlimitAndDaemonDefault (0.00s) [2021-09-16T20:10:14.601Z] [2021-09-16T20:10:14.601Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-09-16T20:10:14.601Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.601Z] --- SKIP: TestDockerPluginSuite/TestPluginBasicOps (0.00s) [2021-09-16T20:10:14.601Z] [2021-09-16T20:10:14.601Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-09-16T20:10:14.601Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.601Z] --- SKIP: TestDockerPluginSuite/TestPluginCreate (0.00s) [2021-09-16T20:10:14.601Z] [2021-09-16T20:10:14.601Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-09-16T20:10:14.601Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.601Z] --- SKIP: TestDockerPluginSuite/TestPluginEnableDisableNegative (0.00s) [2021-09-16T20:10:14.601Z] [2021-09-16T20:10:14.601Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-09-16T20:10:14.601Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.601Z] --- SKIP: TestDockerPluginSuite/TestPluginForceRemove (0.00s) [2021-09-16T20:10:14.601Z] [2021-09-16T20:10:14.601Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-09-16T20:10:14.601Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.601Z] --- SKIP: TestDockerPluginSuite/TestPluginIDPrefix (0.00s) [2021-09-16T20:10:14.601Z] [2021-09-16T20:10:14.601Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-09-16T20:10:14.601Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.601Z] --- SKIP: TestDockerPluginSuite/TestPluginInspect (0.00s) [2021-09-16T20:10:14.601Z] [2021-09-16T20:10:14.601Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-09-16T20:10:14.601Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.601Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallArgs (0.00s) [2021-09-16T20:10:14.601Z] [2021-09-16T20:10:14.601Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-09-16T20:10:14.601Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.601Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallDisable (0.00s) [2021-09-16T20:10:14.601Z] [2021-09-16T20:10:14.601Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-09-16T20:10:14.601Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.601Z] --- SKIP: TestDockerPluginSuite/TestPluginInstallImage (0.00s) [2021-09-16T20:10:14.601Z] [2021-09-16T20:10:14.601Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-09-16T20:10:14.601Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.601Z] --- SKIP: TestDockerPluginSuite/TestPluginListDefaultFormat (0.00s) [2021-09-16T20:10:14.601Z] [2021-09-16T20:10:14.601Z] === SKIP: github.com/docker/docker/integration-cli TestDockerPluginSuite/TestPluginSet (0.00s) [2021-09-16T20:10:14.601Z] check_test.go:406: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.601Z] --- SKIP: TestDockerPluginSuite/TestPluginSet (0.00s) [2021-09-16T20:10:14.601Z] [2021-09-16T20:10:14.601Z] === SKIP: github.com/docker/docker/integration-cli TestDockerExternalVolumeSuite (0.00s) [2021-09-16T20:10:14.601Z] check_test.go:127: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.601Z] [2021-09-16T20:10:14.601Z] === SKIP: github.com/docker/docker/integration-cli TestDockerNetworkSuite (0.00s) [2021-09-16T20:10:14.601Z] check_test.go:133: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.601Z] [2021-09-16T20:10:14.601Z] === SKIP: github.com/docker/docker/integration-cli TestDockerHubPullSuite (0.00s) [2021-09-16T20:10:14.601Z] check_test.go:141: unmatched requirement DaemonIsLinux [2021-09-16T20:10:14.601Z] [2021-09-16T20:10:14.601Z] DONE 1092 tests, 546 skipped in 2234.159s [2021-09-16T20:10:14.601Z] INFO: Integration tests ended at 09/16/2021 20:10:14. Duration:00:37:14.2833253 [2021-09-16T20:10:14.601Z] INFO: Docker info of the daemon under test at end of run [2021-09-16T20:10:14.601Z] [2021-09-16T20:10:15.070Z] Containers: 2 [2021-09-16T20:10:15.070Z] Running: 0 [2021-09-16T20:10:15.070Z] Paused: 0 [2021-09-16T20:10:15.070Z] Stopped: 2 [2021-09-16T20:10:15.070Z] Images: 18 [2021-09-16T20:10:15.070Z] Server Version: 0.0.0-dev [2021-09-16T20:10:15.070Z] Storage Driver: windowsfilter [2021-09-16T20:10:15.070Z] Windows: [2021-09-16T20:10:15.070Z] Logging Driver: json-file [2021-09-16T20:10:15.070Z] Plugins: [2021-09-16T20:10:15.070Z] Volume: local [2021-09-16T20:10:15.070Z] Network: ics internal l2bridge l2tunnel nat null overlay private transparent [2021-09-16T20:10:15.070Z] Log: awslogs etwlogs fluentd gcplogs gelf json-file local logentries splunk syslog [2021-09-16T20:10:15.070Z] Swarm: inactive [2021-09-16T20:10:15.070Z] Default Isolation: process [2021-09-16T20:10:15.070Z] Kernel Version: 10.0 17763 (17763.1.amd64fre.rs5_release.180914-1434) [2021-09-16T20:10:15.070Z] Operating System: Windows Server 2019 Datacenter Version 1809 (OS Build 17763.2114) [2021-09-16T20:10:15.070Z] OSType: windows [2021-09-16T20:10:15.070Z] Architecture: x86_64 [2021-09-16T20:10:15.070Z] CPUs: 4 [2021-09-16T20:10:15.070Z] Total Memory: 32GiB [2021-09-16T20:10:15.070Z] Name: azwin-2-dabed0 [2021-09-16T20:10:15.070Z] ID: OPKZ:4EWE:436X:3SES:4L7U:CQ6V:ZVDU:KWG3:732N:ANBW:FMVN:MBDY [2021-09-16T20:10:15.070Z] Docker Root Dir: D:\CI\PR-41759\9\daemon [2021-09-16T20:10:15.070Z] Debug Mode (client): false [2021-09-16T20:10:15.070Z] Debug Mode (server): true [2021-09-16T20:10:15.070Z] File Descriptors: -1 [2021-09-16T20:10:15.070Z] Goroutines: 17 [2021-09-16T20:10:15.070Z] System Time: 2021-09-16T20:10:14.6570272Z [2021-09-16T20:10:15.070Z] EventsListeners: 0 [2021-09-16T20:10:15.070Z] Registry: https://index.docker.io/v1/ [2021-09-16T20:10:15.070Z] Labels: [2021-09-16T20:10:15.070Z] Experimental: false [2021-09-16T20:10:15.070Z] Insecure Registries: [2021-09-16T20:10:15.070Z] 127.0.0.0/8 [2021-09-16T20:10:15.070Z] Live Restore Enabled: false [2021-09-16T20:10:15.070Z] [2021-09-16T20:10:15.070Z] [2021-09-16T20:10:15.070Z] INFO: Stopping daemon under test [2021-09-16T20:10:15.070Z] SUCCESS: The process with PID 1244 (child process of PID 5184) has been terminated. [2021-09-16T20:10:15.070Z] SUCCESS: The process with PID 5184 (child process of PID 3128) has been terminated. [2021-09-16T20:10:15.070Z] INFO: Stop tailing logs of the daemon under tests [2021-09-16T20:10:15.070Z] INFO: executeCI.ps1 Completed successfully at 09/16/2021 20:10:14. [2021-09-16T20:10:15.070Z] INFO: Tidying up at end of run [2021-09-16T20:10:15.070Z] INFO: Saving daemon under test log (d:\CI\PR-41759\9\dut.out) to bundles\CIDUT.out [2021-09-16T20:10:15.070Z] INFO: Saving daemon under test log (d:\CI\PR-41759\9\dut.err) to bundles\CIDUT.err [2021-09-16T20:10:15.070Z] INFO: Saving containerd logs to bundles [2021-09-16T20:10:15.070Z] INFO: Nuke-Everything... [2021-09-16T20:10:15.539Z] INFO: Container count on control daemon to delete is 2 [2021-09-16T20:10:15.539Z] c5f840667898 [2021-09-16T20:10:15.539Z] 5c07e623a256 [2021-09-16T20:10:16.008Z] INFO: Tidying pidfile d:\CI\PR-41759\9\docker.pid [2021-09-16T20:10:16.008Z] INFO: Nuking d:\CI [2021-09-16T20:10:41.330Z] INFO: Zapped successfully [2021-09-16T20:10:41.330Z] [2021-09-16T20:10:41.330Z] INFO: executeCI.ps1 exiting at Thu Sep 16 20:10:39 CUT 2021. Duration 01:13:13.7571982 [2021-09-16T20:10:41.330Z] [Pipeline] } [Pipeline] // stage Post stage [Pipeline] junit [2021-09-16T20:10:41.582Z] Recording test results [2021-09-16T20:10:48.768Z] [Checks API] No suitable checks publisher found. [Pipeline] catchError [Pipeline] { [Pipeline] powershell [2021-09-16T20:10:50.295Z] Creating windowsRS5-integration-bundles.zip [Pipeline] archiveArtifacts [2021-09-16T20:10:52.085Z] Archiving artifacts [2021-09-16T20:11:06.491Z] Uploaded 1 artifact(s) to https://docker-ci-jenkins-artifacts.s3.amazonaws.com/public/moby/PR-41759/9/artifacts/ [Pipeline] } [Pipeline] // catchError [Pipeline] sh [2021-09-16T20:11:07.448Z] + make clean [2021-09-16T20:11:09.018Z] docker volume rm -f docker-dev-cache [2021-09-16T20:11:09.018Z] 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